

/*<group=category browes pages>*/

.pagenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
}

.pagenav a, .pagenav a:link, .pagenav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*border: 1px solid rgb(154, 175, 229);*/
	border: 1px solid #333333;
	padding: 2px 6px 1px 6px;
	margin: 0 1px 0 0;
	/*color: rgb(16,92,182);*/
	color: #333333;
	text-decoration: none;
	/*background-color:#FFFFFF;*/
	/*display: block;
	float: left;*/
}
.pagenav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*border: 1px solid #FFD52D;*/
	background-color: #99ff99;
	color: #333333;
	text-decoration: none;
	/*display: block;
	float: left;*/
}

.pagenav .pncurrent {
	/*border: 1px solid rgb(46, 106, 177);*/
	border: 1px solid #333333;
	padding: 2px 6px 1px 6px;
	margin: 0 1px 0 0;
	cursor: hand;
	color: #333333;
	/*background-color: rgb(46, 106, 177);*/
	background-color: #99ff99;
	text-decoration: none;
	/*display: block;
	float: left;*/
}
.pagenav .nextprev-d {
	border: 1px solid #333333;
	padding: 2px 6px 1px 6px;
	margin: 0 1px 0 0;
	color: #333333;
	text-decoration: none;
	cursor:default;
	/*font-weight:bold;*/
	/*display: block;
	float: left;*/
}
.pagenav .nextprev {
	/*font-weight:bold;*/
	text-decoration: none;
	padding: 2px 6px 1px 6px;
	/*display: block;
	float: left;*/
	
}
	
/*</group>*/

/*<group=Category browse BGs>*/

.browse_odd {
	background-color: #FFFFFF;
	font-size: 14px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
	padding-bottom: 16px;
}

.browse_even {
	background-color: #FFFFFF;
	font-size: 14px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
	
/*</group>*/

/*<group=Category browse short desc>*/
.browse_multicolumn_text {
	color: #000066;
	font-size: 11px;
	text-align: center;
}
.vnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 13px 0 0 2px;
	/*font-weight: bold;*/
}
.vnav a:link, .vnav a:visited, .vnav a:hover, .vnav a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.vnav a:link {
	color: #FFE600;
	
	}
.vnav a:visited {  color: #FFE600;}
.vnav a:hover {
	color: #FFE600;
	text-decoration: underline;
}
.vnav a:active {  color: #FFE600;}



.browse_text {
	color: #333333;
	font-size: 14px;
	text-align: justify;
}
.browse_text a:link {
	color: #0000FF;
	cursor: hand;
	text-decoration: underline;
	font-size: 16px;
}
.browse_text a:visited {
	color: #0000FF;
	cursor: hand;
	text-decoration: underline;
	font-size: 16px;
}
.browse_text a:hover {  
	color: #0000FF;
	cursor: hand;
	text-decoration: underline;
	font-size: 16px;
}
.browse_text a:active {  
	color: #0000FF;
	cursor: hand;
	text-decoration: underline;
	font-size: 16px;
}
	
/*</group>*/
.flypage_text {
	color: #333333;
	font-size: 16px;
	text-align: justify;
}

/*<group=Nav Menu styles>*/

.navcell_normal {
	color: #333333;
	font-size: 16px;
	cursor: hand;
	border: none;

}
.navcell_normal a:link {  color: #666666; text-decoration: none}
.navcell_normal a:visited {  color: #666666; text-decoration: none}
.navcell_normal a:hover {  color: #222222; text-decoration: none}
.navcell_normal a:active {  color: #666666; text-decoration: none}

.navcell_over {
	/*color: #7571BC;*/
	color: #8A5A00;
	font-size: 16px;
	cursor: hand;
	border: none;
}
.navcell_over a:link {  color: #222222; text-decoration: none}
.navcell_over a:visited {  color: #222222; text-decoration: none}
.navcell_over a:hover {  color: #222222; text-decoration: none}
.navcell_over a:active {  color: #222222; text-decoration: none}

.navcell_sub_normal {
	color: #333333;
	font-size: 14px;
	background-color: #E1E5EA;
	border-top: 1px solid #E8EFF7;
	border-right: 1px solid #CBCED3;
	border-bottom: 1px solid #CBCED3;
	border-left: 1px solid #E8EFF7;
	cursor: hand;
}
.navcell_sub_normal a:link {  color: #666666; text-decoration: none}
.navcell_sub_normal a:visited {  color: #666666; text-decoration: none}
.navcell_sub_normal a:hover {  color: #333333; text-decoration: none}
.navcell_sub_normal a:active {  color: #666666; text-decoration: none}

.navcell_sub_over {
	color: #333333;
	font-size: 14px;
	background-color: #C1C8D2;
	border-top: 1px solid #E8EFF7;
	border-right: 1px solid #CBCED3;
	border-bottom: 1px solid #CBCED3;
	border-left: 1px solid #E8EFF7;
	cursor: hand;
}
.navcell_sub_over a:link {  color: #666666; text-decoration: none}
.navcell_sub_over a:visited {  color: #666666; text-decoration: none}
.navcell_sub_over a:hover {  color: #333333; text-decoration: none}
.navcell_sub_over a:active {  color: #666666; text-decoration: none}

.nav_sub_bottom_gap {
	padding-bottom: 3px;
}	
.nav_sub_right_gap {
	padding-right: 2px;
}	
/*</group>*/

/*<group=Admin Bar>*/

.uppernav {
	color: #666666;
	font-size: 12px;
	cursor: hand;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3ECF7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7C2E6;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #E3ECF7;
	border-bottom-color: #A7C2E6;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.uppernav a:link {  color: #666666; text-decoration: none}
.uppernav a:visited {  color: #666666; text-decoration: none}
.uppernav a:hover {  color: #333333; text-decoration: none}
.uppernav a:active {  color: #333333; text-decoration: none}

.uppernavleft {
	color: #666666;
	font-size: 12px;
	cursor: hand;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7C2E6;
	border-left-color: #E3ECF7;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #E3ECF7;
	border-bottom-color: #A7C2E6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-image: none;
}
.uppernavleft a:link {  color: #666666; text-decoration: none}
.uppernavleft a:visited {  color: #666666; text-decoration: none}
.uppernavleft a:hover {  color: #333333; text-decoration: none}
.uppernavleft a:active {  color: #333333; text-decoration: none}
.navtable {
	background: #C6D7EF;
}
.uppernavcenter {
	color: #666666;
	font-size: 12px;
	cursor: default;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3ECF7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7C2E6;
	border-top-color: #E3ECF7;
	border-bottom-color: #A7C2E6;
	border-top-style: none;
	border-bottom-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-image: none;
}
	
/*</group>*/

/*<group=Shopping cart prod link>*/

.subtlelink {
	color: #333333;
	font-size: 14px;
}
.subtlelink a:link {  color: #666666; text-decoration: none}
.subtlelink a:visited {  color: #666666; text-decoration: none}
.subtlelink a:hover {  color: #333333; text-decoration: none}
.subtlelink a:active {  color: #333333; text-decoration: none}
	
/*</group>*/

/*<group=Form Dialogue Colors>*/

.dialogdark {
	background-color: #409140;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	color:#ffffff;
	padding: 0 4px 0 10px;
}
.dialogmedium {
	/*background-color: #EBF1F9;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.dialoglight {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	
	
}
.dialoglight input, .dialoglight textarea {
	width: 380px;
}
	
/*</group>*/

/*<group=Horizontal Nav bar>*/

.hlink {
	color: #333333;
	font-size: 12px;
	cursor: hand;
	border: none;
}

.hlink a:active {  color: #333333; text-decoration: none}

.hlink a:link {  color: #666666; text-decoration: none}
.hlink a:visited {  color: #666666; text-decoration: none}
.hlink a:hover {  color: #333333; text-decoration: none}
	
/*</group>*/
.optiontext {
	font-size: 11px;
	color: #333333;
}



.messagetitle {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 18px;
	font-style: normal;
	color: #333333;

}
.message {
	color: #333333;
}

.formerror {
	color: #000000;
	border: none;
	text-decoration: blink;
	background-color: #FF8585;



}
.error {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;
	color: #FF0000;
}
.pagetitle {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;
	font-style: normal;
	color: #0000cc;
}
.searchbox {
	font-size: 10px;
}

.mark {
	background-color: #C9D2F8;
}

/*<group=Footer Menu styles>*/

.footernav {
	color: #666666;
	font-size: 14px;
	cursor: hand;
	border: none;

}

.footernav a:link {  color: #666666; text-decoration: none}
.footernav a:visited {  color: #666666; text-decoration: none}
.footernav a:hover {  color: #666666; text-decoration: underline}
.footernav a:active {  color: #666666; text-decoration: none}
	
/*</group>*/

/*<group=Article pages nav>*/

.apagenav {
	color: #666666;
	font-size: 12px;
	cursor: hand;
	text-decoration: none;
}
.apagenav a:link {
	color: #666666;
	text-decoration: none;
	border: 1px dotted #000099;
}
.apagenav a:visited {  color: #666666; text-decoration: none}
.apagenav a:hover {
	color: #333333;
	border: 1px solid #666666;
}
.apagenav a:active {  color: #333333; text-decoration: none}

.apagenavselected {
	color: #666699;
	font-size: 12px;
	cursor: hand;
	border: 1px solid #666699;
}

.apagenavtitle {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.apagenavnext {
	color: #666666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
	
/*</group>*/

/*<group=unused>*/

.cellborder {
	border: 1px solid #999999;
}

.bodynav {
	color: #666666;
	font-size: 16px;
	cursor: hand;
	border: none;
	text-decoration: underline;
}
.bodynav a:active {  color: #666666; text-decoration: underline}
.bodynav a:link {  color: #666666; text-decoration: underline}
.bodynav a:visited {  color: #666666; text-decoration: underline}
.bodynav a:hover {  color: #666666; text-decoration: underline}
	
/*</group>*/

.numberlist {
	list-style-type: decimal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.numberlist li{
	padding-bottom: 8px;
}

.rightshadow {
	background-image: url(store_images/right_shadow.gif);
	background-repeat: repeat-y;
}
.leftedge {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.leftshadow {
	background-image: url(store_images/left_shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.footertext {
	color: #666666;
	font-size: 14px;
	padding-bottom: 10px;
}

.cartnavsmall {
	color: #666666;
	font-size: 16px;
	cursor: hand;
}
.cartnavsmall a:link {  color: #666666; text-decoration: underline}
.cartnavsmall a:visited {  color: #666666; text-decoration: underline}
.cartnavsmall a:hover {  color: #666666; text-decoration: underline}
.cartnavsmall a:active {  color: #666666; text-decoration: underline}

.cartnavmed a{
	color: #666666;
	font-size: 18px;
	cursor: hand;
}
.cartnavmed a:link {  color: #666666; text-decoration: underline}
.cartnavmed a:visited {  color: #666666; text-decoration: underline}
.cartnavmed a:hover {  color: #666666; text-decoration: underline}
.cartnavmed a:active {  color: #666666; text-decoration: underline}



#lcontainer {
	background-image: url(store_images/New%20Layout%202/middle.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}
#top_gap {
	height: 16px;
	background-color: #FFFFFF;	
}
#bottom_gap {
	height: 8px;
	min-height: 4px;
	background-color: #FFFFFF;
	/*border: 1px solid #999999;*/
	line-height: 4px;
	font-size:1px	
}
#lheader {
	background-image: url(store_images/New%20Layout%202/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	background-color: #FFFFFF;
}
	
#ltop_middle {
	background-image: url(store_images/New%20Layout%202/top_middle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #999999;*/
}
#lcontentcell {
	padding-right: 26px;
}
#lcontent {
	background-image: url(store_images/New%20Layout%202/middle.gif);
	background-repeat: repeat-y;
	background-position: left top;	
	/*height: 100%;*/
}
#lfooter {
	background-image: url(store_images/New%20Layout%202/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 49px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	padding-bottom: 16px;
}
#lfooter p {
	padding-top: 20px;
}

input.signupforminput {
	width: 200px;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

.header1{
	margin: 10px 0 13px 0;
}
.header2{
	margin: 6px 0 6px 0;
}
a.topNav, a.topnav:link, a.topNav:visited, a.topNav:active, a.topNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.whiteBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	font-weight: bold;
}
.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

.goldBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFE600;
	font-weight: bold;
}
.goldBold a:link, .goldBold a:visited, .goldBold a:hover, .goldBold a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFE600;
	font-weight: bold;
	text-decoration: none;	
}
.goldBold a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFE600;
	font-weight: bold;
	text-decoration: underline;	
}


.smallWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: normal;
}
.h3right{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	font-weight: normal;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 4px;
}
.h2l{
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 0px;
}
.h2c{
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 2px;
}
.h2r{
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 0px;
}

/*a:link {
	color: #333333;
	cursor: hand;
	text-decoration: underline;
	font-size: 14px;
}
a:visited {
	color: #333333;
	cursor: hand;
	text-decoration: underline;
	font-size: 14px;
}
a:hover {  
	color: #333333;
	cursor: hand;
	text-decoration: underline;
	font-size: 14px;
}
a:active {  
	color: #333333;
	cursor: hand;
	text-decoration: underline;*/
	font-size: 14px;
}
.asterisk {
	color:#FFFF00;
}
.navcaption{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 4px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #409140;
	min-width: 808px;
	height: 100%;
	color:#333333;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;*/
}
.myform td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
.articleCanvas{
	background-color: #fff;
	padding: 8px;
}

.partition {
	margin: 0px;
	padding: 0px;
	width: 1pt;
	border-right-width: 1px;
	border-right-color: #333333;
	border-right-style: double;
}
.bodytextDark {
	font-size: 12px;
	color: #000000;
}
.bodytextBoldDark {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.redborderon {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CE0031;
	border-right-color: #CE0031;
	border-bottom-color: #CE0031;
	border-left-color: #CE0031;
}
.redborderoff {
	border-top: 0px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
}
.prop_detail_label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}
.prop_detail_value{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.largeHyperlink{
	color: #3300FF;
	font-size: 18px;
	cursor: hand;
	font-weight:bold;
}
.largeHyperlink a:link {  
	color: #3300FF; 
	text-decoration: underline;
	color: #3300FF;
	font-size: 18px;
	cursor: hand;
	font-weight:bold;
}
.largeHyperlink a:visited {  
	color: #3300FF; 
	text-decoration: underline;
	color: #3300FF;
	font-size: 18px;
	cursor: hand;
	font-weight:bold;
}
.largeHyperlink a:hover {  
	color: #3300FF; 
	text-decoration: underline;
	color: #3300FF;
	font-size: 18px;
	cursor: hand;
	font-weight:bold;
}
.largeHyperlink a:active {  
	color: #3300FF; 
	text-decoration: underline;
	color: #3300FF;
	font-size: 18px;
	cursor: hand;
	font-weight:bold;
}
.redhyperlink a, .redhyperlink a:link, .redhyperlink a:visited, .redhyperlink a:hover, .redhyperlink a:active{
	color: #FF0000;
	font-size: 14px;
	cursor: hand;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.blackhyperlink a, .blackhyperlink a:link, .blackhyperlink a:visited, .blackhyperlink a:hover, .blackhyperlink a:active{
	color: #000000;
	font-size: 14px;
	cursor: hand;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
/*.redhyperlink a:link {  font-size: 14px;color: #FF0000; text-decoration: underline}
.redhyperlink a:visited {  font-size: 14px;color: #FF0000; text-decoration: underline}*/
/*.redhyperlink a:hover {  font-size: 14px;color: #FF0000; text-decoration: underline}*/
/*.redhyperlink a:active {  font-size: 14px;color: #FF0000; text-decoration: underline}*/


a {
	color: #333333;
}