/*
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 {
	margin: 0;
	padding: 0;
}

body {
	
    background-color: #c80005;
	background-image: url(../../App_Themes/HCD0001-01/images/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #000000;
}

/* HCnew skin css */


a {
    color: #6d6961;
	text-decoration: none;
}
img {
	border: 0;
}
table#maintable {
	margin-left: auto;
	margin-right: auto;
	width: 923px;
}
td#contentcell {
	background-image: url(../../App_Themes/HCD0001-01/images/content-background.jpg);
	padding-top: 15px;
	padding-left: 10px;
	background-repeat: repeat-x;
	background-color: #FFF;
	height: 300px;
}

td#contentcell a	{
	color: blue;
	text-decoration: underline;
	
}

/* Bottom Navigation */
div#bottomnavigation {
    width: 100%;
}
table#bottomnavholder {
	background-color: #000;
	background-image: url(../../App_Themes/HCD0001-01/images/bottom-background.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	text-align: center;
	margin-top: 15px;
}
table#bottomnavmain {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
td.bottomnav {
	padding-right: 5px;
	padding-left: 5px;
}
div.bottomnavtitle {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
td.bottomborderright {
	border-right: 1px dotted #999;
}
td.bottomborderleft {
	border-left: 1px dotted #999;
}
div.bottomnavseparator {
	border-top: 1px solid #333;
	margin-top: 10px;
}
div.bottomnavlinks {
	padding-left: 5px;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
}
div.bottomnavlinks a:link {
	color: #999;
	text-decoration: none;
}
div.bottomnavlinks a:visited {
	color: #999;
	text-decoration: none;
}
div.bottomnavlinks a:active {
	color: #CCC;
	text-decoration: none;
}
div.bottomnavlinks a:hover {
	color: #CCC;
	text-decoration: none;
}
div.bottomnavshop a:link {
    color: #d70005;
    font-weight: bold;
}
div.bottomnavshop a:visited {
    color: #d70005;
    font-weight: bold;
}
div.bottomnavshop a:active {
    color: #ff7b7e;
    font-weight: bold;
}
div.bottomnavshop a:hover {
    color: #ff7b7e;
    font-weight: bold;
}

/* Navigation */
#nav, #nav ul{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; 
}
#nav a{
	display:block;
	color:#fff;
	text-decoration:none;
	background-color:#333;
}
#nav a:hover{
	background-color:#4c4c4c;
	color:#e2e2e2;
}
#nav li{
	float:left;
	position:relative;
}
#nav li li{
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	/* margin-top: 1px; */
}
#nav ul {
	position:absolute;
	display:none;
}
#nav li ul a{
	width:176px;
	height:auto;
	float:left;
}
#nav ul ul{
	top:auto;
}	
#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}
.navitem {
	padding: 3px;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
	width: 900px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #D7AC00;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
		}
		
		#pcHeader td {
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			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;
		}

/* 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 {
			width: 900px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 175px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 720px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 1px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 10px;
			background-image:url(images/dotted_spacer_vert.gif);
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			background-color: #4d4d4d;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#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;
	border: 1px solid #990099;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #CBCBCB;
			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 {
			background-color: #CBCBCB;
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
	background-color: #FFFFFF;
	color: #999999;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
	border: 1px solid #990099;
		}
		
		#pcAffiliateLogin {
			background-color: #E5E5E5;
			color: #0066FF;
			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: #666666;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #333333;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-color: #E5E5E5;
			font-size: 14px;
			color: #666666;
			text-align: center;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer {
			height: 5px;
		}
	
/* END Footer */
.TopRed18 {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
.TopRed13 {
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.TopBlue13 {

	font-size: 13px;
	color: #25ABE0;
	font-weight: bold;
	text-decoration: none;
}
.SectionHeaders {
	font-size: 11px;
	font-weight: bold;
	color: #737373;
}

/*search box */

.style1 
{
    padding-bottom: 5px;
}

