/*
ProductCart Shopping Cart Software, Copyright Early Impact LLC 2006, All Rights Reserved
Use this stylesheet to change the look of the default header and footer that ship with ProductCart
*/
html, body {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
}
.link_underline_bk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #E0DBD5;
	font-size: 12px;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}


.btnav {
	background-color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 980px;
			height: auto;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0;
			background-color: #FFFFFF;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0 none;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align: bottom;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 12px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcTopNav {
			border-top: 1px solid #FFFFFF;
			text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 10px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #999999;
		}
		
		#pcTopNav a:hover {
			color: #000000;
		}
		.white_title_redbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	    }
		.666666_11 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #666666;
		}
		.white_small {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: underline;
	}

/* End TOP AREA of the page */

/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */
	
		#pcMainArea {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	width: 200px;
	float: center;
	margin-top: 0px;
		}
	
		#pcLeft {
	width: 200px;
	text-align: center;
	vertical-align: top;
	float: right;
		}
	
		#pcCenter {
			width: auto;
			padding: 0 3px 0 3px;
			text-align: center;
			vertical-align: top;
		}
	
		#pcRight {
	width: 190px;
	text-align: left;
	vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 1px;
			background-image:url(images/dotted_spacer_vert.gif);
		}

	
		#pcLeft h3 {
	font-size: 13px;
	margin: 0;
	padding-bottom: 2px;
	color: #C71C22;
		}

		#pcLeftCatLinks {
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		#pcLeftCusLinks {
	padding: 1px 5px;
	margin: 0 0 1px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			background-color: #F5F5F5;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
		}
	
		#pcLeft ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
		}
	
		#pcLeft li {
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4;
	margin-left: 0;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FFFFFF;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FF6600;
		}


	/* Define the right column */
	
		#pcShowCart {
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
	padding: 5px 5px 1px;
	margin: 0 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
		}
		
		#pcAffiliateLogin {
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #999999;
		}
	
		#pcRight ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcRight li {
			margin: 2px 0 0 0;
		}
		
		#pcCustomerLogin a:link, #pcCustomerLogin a:visited {
	color: #000000;
	text-decoration: none;

		}
		
		#pcCustomerLogin a:hover {
	color: #000000;

		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-color: #FFFFFF;
			font-size: 11px;
			color: #666666;
			text-align: right;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
	
/* END Footer */
.pcLeftTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C71C22;
}
.border_text1 {
	margin-left: 1px;
	width: 200px;
	border: thin none #CCCCCC;
	background-color: #F7F7F7;
	color: #000000;
}
.redtable_title_bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C71C22;
}
.helpful_info {

}
.helpful_info_title {
	font-weight: bold;
	color: #FDB827;	
}
.flag {
	border: 1px solid #FFFFFF;
}
.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #f3f3f3;
}
.search_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #Fdb827;
}
.header_bg1 {
	background-image: url(catalog/site/header/header_r1_c2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.header_bg2 {
	background-color: #940202;
}


.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #F9F9F9;
}
.advanceSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #333333;
}
.menu_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #930000;
	margin-left: 1px;
	text-decoration: underline;
	width: 200px;
	height: 25px;
}
.menu_red_noLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #930000;
	margin-left: 1px;
	text-decoration: none;
	width: 200px;
	height: 25px;
}
.menu_redRound {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 1px;
	text-decoration: none;
	width: 200px;
	height: 25px;
	background-image: url(catalog/site/menu/menu_round.gif);
	background-repeat: no-repeat;
}

.CheckTable {
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #3c79b9;
	margin-left: 1px;

}
.CheckTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3C70b9;
}
.CheckText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.CheckSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}
.border_text2 {
	margin-left: 1px;
	width: 200px;
	border: thin none #666666;
}
.tel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #930000;
}
.google_icon {
	margin-top: 5px;
}
.red_menu_link {
	text-decoration: none;
}
.logo_info {
	clip: rect(auto,auto,auto,auto);
	margin-top: 5px;
	margin-left: 10px;
}
.quicksearch_location {
	margin-left: 50px;
	margin-bottom: 2px;
	margin-right: 20px;
}
.submenu_50 {
	color: #000000;
}
.blue_mid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3C70B9;
	text-decoration: none;
}
.free_shipping {
	background-image: url(catalog/site/top/free_shipping_sm.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.search_margin {
	margin-top: 4px;
	margin-bottom: 4px;
}
.logo_margin {
	margin-top: 4px;
	margin-bottom: 6px;
	margin-left: 3px;
}
.dropmenu {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.narrowby_form {
	margin-left: 20px;
	margin-top: 1px;
	margin-bottom: -2px;
}
.red_mid {
	color: #940202;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.red {
	background-image: url(catalog/site/top/red.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.red_tbl {
	background-color: #940202;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.left_bg {
	background-image: url(catalog/site/other/left_bg.jpg);
	background-repeat: repeat-y;
}
.red_mid2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #940203;
	text-decoration: none;
}
.free_shipping_banner {
	background-image: url(catalog/site/top/free_shipping.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
