/*
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 {
text-align:center;
background:#CED1D4 url(images/background.gif) 0 0 repeat-x;
font-family: verdana, arial, trebuchet ms;
font-size:10pt;
color:#9BA0A0;
margin:0;
}
a:link, a:visited {
color:#E67100;
text-decoration:none;
}

a:hover {
color:#E67100;
text-decoration:underline;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 900px;
			height: 90px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			background-color: #e5e5e5;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align: bottom;
		}
		
		#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: 180px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 520px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 180px;
			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: #99CCFF;
			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;
		}
	
		#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: #0066CC;
			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: #FFFFAA;
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #FFFFCC;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #FFEE99;
			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: #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 */

/* Custom */
#hisense_page {
text-align:left;
width:850px;
border-right:1px solid #CCCCCC; 
border-left:1px solid #CCCCCC; 
margin:0px auto;
background-color:#FFFFFF;
padding:0 52px 0 52px;
}

#hisense_page .header {
width:850px;
height:74px;
position:relative;
}

#hisense_page  .logo {
float:left;
margin:20px 0 0 0px;
width:203px;
height:54px;
}

#hisense_page  .searchbox {
float:left;
margin:25px 0 0 490px;
width:140px;
height:54px;
}

* html #hisense_page  .searchbox {
margin:25px 0 0 350px;
}

#hisense_page  .nav {
float:left;
margin:0 0  2px 0;
width:850px;
}

#hisense_page  #hisense_body {
background:url(images/page_back.gif) 0 0px repeat-y;
border-bottom:1px solid #cccccc;
}


#hisense_page .leftnav {
float:left;
width:201px;
margin:0;
padding:0 ;
}

#hisense_page .leftnav h2 {
color:#009582;
text-transform:uppercase;
font-weight:bold;
font-size:85%;
padding:20px 0 0 3px;
margin:0;
}
#hisense_page .leftnav ul.top{
list-style:none;
color:#ffffff;
margin:0;
padding:0;
font-size:8pt;
}
#hisense_page .leftnav ul.top li {
background:url(images/left_nav_back.gif) 0 0 repeat-y;
width:181px;
height:15px;
padding:0 0 0 20px;
margin:0 0 1px 0;
}

#hisense_page .leftnav ul.top li.on {
background-color:#C0E683;
background-image:none;
}
#hisense_page .leftnav ul.top li.on a:link,#hisense_page .leftnav ul.top li.on a:visited  {
color:#000000;
}

#hisense_page .leftnav ul.top li a:link, #hisense_page .leftnav ul.top li a:visited {
color:#ffffff;
}

#hisense_page .leftnav ul.sub{
list-style:none;
color:#ffffff;
margin:0;
padding:0px;
font-size:8pt;

}

#hisense_page .leftnav ul.sub li {
width:181px;
height:17px;
padding:0 0 0 20px;
margin:0 0 -1px 0;
background:#C0E683;
font-style:italic;
color:#009582;
}
#hisense_page .leftnav ul.sub li a:link, #hisense_page .leftnav ul.sub li a:visited {
color:#009582;
}

#hisense_page .leftnav ul.sub li.on a:link, #hisense_page .leftnav ul.sub li.on a:visited {
color:#0B0E08 ;
}

#hisense_page .open {
font-size:150%;
font-weight:bold;
}
#hisense_page .cartnav {
float:left;
width:649px;
padding:0px;
margin:0;
text-transform:uppercase;
height:24px;
}

#hisense_page .cartnav a:link, #hisense_page .cartnav a:visited {
color:#ffffff;
font-size:80%;
}
#hisense_page .cartnav a:hover {
font-weight:bold;
}

#hisense_page .cartnav ul {
list-style:none;
margin:0;
padding:0;height:24px;
}

#hisense_page .cartnav ul li{
background:url(images/subnav_back.gif) 0 0 repeat-x;
height:24px;
margin:0 1px 0 0;
padding:2px 0 0 0;
width:216px;
float:left;
text-align:center;
}
#hisense_page .cartnav ul li.last {
width:215px;
margin:0;
}


#hisense_page .content {
float:left;
width:647px;
padding:0px 0 40px 0;
margin:0;

}

#hisense_page .breadcrumb {
float:left;
width:597px;
padding:5px 0 40px 50px;
margin:0;
font-size:80%;
color:black;
}
#hisense_page .breadcrumb a:link, #hisense_page .breadcrumb a:visited {
color:#FE8000;
}

#hisense_page .details {
float:left;
width:550px;
padding:0px 0 0 0px;
margin:0 0 0 50px;
color:black;
border:1px solid #cccccc;
}

* html #hisense_page .details {
margin:0 0 0 23px;
}

#hisense_page .details h3 {
font-size:110%;
color:#33857E;
margin-top:0;
}

#hisense_page .detailpic {
float:left;
width:241px;
}
#hisense_page .detailzoom {
float:left;
width:241px;
margin:0 0 0 50px;
}
* html #hisense_page .detailzoom {
float:left;
width:241px;
margin:0 0 0 23px;
}
#hisense_page .detailzoom img {
float:right;
width:29px;
margin:5px 0 0 0;
}

#hisense_page .detailnav {
float:left;
width:310px;
}

#hisense_page .detailnav img {
float:right;
margin:10px 0 0 10px;
}

#hisense_page .detailspecs {
float:left;
border-left:1px solid #cccccc;
width:250px;
background-color:#EEEFEF;
padding:10px 37px 10px 20px;
min-height:170px; 
height:auto;
}

* html #hisense_page .detailspecs {
height:170px;
}

#hisense_page .detailspecs p {
font-size:80%;
margin:0;
padding:0;
}

#hisense_page .detailspecs p.price {
color:#33857E;
margin-top:10px;
font-weight:bold;
}

#hisense_page .detailspecs .button {
margin:10px 0 0 0;
}
#hisense_page .content h2 {
font-size:90%;
color:#33857E;
margin:0px 0 0 50px;
padding-top:40px;
clear:both;
}

#hisense_page .crosssell {
width:600px;
}
#hisense_page .crosssell img {
border:1px solid #cccccc;
}

#hisense_page .crosssell p {
margin:0;
padding:0;
font-size:80%;
color:#F77B00;
text-align:center;
}

#hisense_page .crosssell .left {
width:161px;
float:left;
margin:15px 30px 0 100px;
}
#hisense_page .crosssell .right {
width:161px;
float:left;
margin:15px 0px 0 90px;
}
form {margin:0; padding:0;display:inline;}
input {background-color:#48577D;color:#fff;}
.go {width:40px; height:23px; vertical-align:bottom;font-weight:bold;}

form#frm1 label {float:left; width:180px; margin:0 0 8px 0;clear:left;font-size:80%;}
form#frm1 .right {width:300px;float:left; margin:0 0 8px 0;font-size:80%;}

#hisense_footer {
font-size:75%;
color:#aaaaaa;
font-family:verdana;
padding-bottom:20px;
width:850px;
text-align:right;
margin:20px auto 0;
}


#hisense_footer a.atlantasky:link,#hisense_footer a.atlantasky:visited {
color:#aaaaaa;
text-decoration:none;
}

#hisense_footer a.atlantasky:hover {
color:#aaaaaa;
text-decoration:none;
}

.spacer {
clear:both;
height:1px;
font-size:1%;
}


#mainnav1 {
width:850px;
height:30px;
background:url(images/sprite_topnav.gif);
position:relative;
margin: 0;
padding:0;
}

#mainnav1 li {
list-style:none;
position:absolute;
top:0;
margin:0;
padding:0;
}

#mainnav1 li,#mainnav1 a {
height:30px;
display:block;
}

#view1b {
left:0;
width:100px;
}
#view2b {
left:100px;
width:170px;
}
#view3b {
left:270px;
width:150px;
}
#view4b {
left:420px;
width:160px;
}
#view5b {
left:580px;
width:120px;
}

#view6b {
left:700px;
width:150px;
}

#view1b a:hover, #view1b a.pageon {
background:transparent url(images/sprite_topnav.gif) 0px  -30px no-repeat;
}

#view2b a:hover, #view2b a.pageon {
background:transparent url(images/sprite_topnav.gif) -100px -30px no-repeat;
}

#view3b a:hover, #view3b a.pageon {
background:transparent url(images/sprite_topnav.gif) -270px -30px no-repeat;
}

#view4b a:hover, #view4b a.pageon {
background:transparent url(images/sprite_topnav.gif) -420px -30px no-repeat;
}

#view5b a:hover, #view5b a.pageon {
background:transparent url(images/sprite_topnav.gif) -580px -30px no-repeat;
}

#view6b a:hover, #view6b a.pageon {
background:transparent url(images/sprite_topnav.gif) -700px -30px no-repeat;
}


