/*

 Zest City Ltd
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}


/* Typography
------------------------------------------------------------------------------------------------- */

html{
	background: #CECECE url(../images/body_grad.jpg) repeat-x top center;
}

body{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 1em;
	margin-bottom: 0;
}

p{
	font-size:0.7em;
	line-height: 1.5em;
}

h1,h2,h3,h4{
	font-family: Trebuchet MS,Verdana, sans-serif;
}

a{
	text-decoration:none;
}

a:hover{

}
	

/* Overall Layout
------------------------------------------------------------------------------------------------- */

div#outer_container{
	background: transparent url(../images/body_bg2.jpg) repeat-y top center;
	width: 1035px;
	margin: 0 auto;	
}

div#container{
	width: 989px;
	margin: 0 auto;	
	background: transparent url(../images/body_bg_top.jpg) no-repeat top center;
	overflow: hidden;
	padding: 0 23px;
}


/* Header 
------------------------------------------------------------------------------------------------- */

div#header{
	height: 130px;
	width: 988px;
}

div#header h1{
	height: 111px;
	width: 215px;
	float: left;
	margin: 10px 0 0 20px;
}

div#header h1 a{
	height: 111px;
	width: 215px;
	display: block;
	outline: none;
	text-indent: -30000px;
	background: transparent url(../images/logo.jpg) no-repeat top left;
}

div#header div#header_banners{
	float: right;
	width: 730px;
	padding: 20px 10px 0 0;
	text-align: right;
}

/* Nav 
------------------------------------------------------------------------------------------------- */

div#nav_container{
	width: 970px;
	height: 80px;
	background: transparent url(../images/menu_bg.jpg) no-repeat top left;
	margin: 0 auto;
	position: relative;
}

ul#nav{
	list-style: none;
	margin-left: 4px;
}

ul#nav li{
	background: transparent url(../images/menu_split.jpg) no-repeat top right;
	margin: 2px 0;
	padding-right: 2px;
	float: left;
	position: relative;
}

ul#nav li:last-child, ul#nav li.last{
	background: none;
}

ul#nav li a{
	display: block;
	float: left;
	height: 29px;
	color: #FFF;
	padding: 10px 11px 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
}

ul#nav li a.selected{
	background: transparent url(../images/menu_selected.jpg) no-repeat bottom center;
	display: block;
	height: 37px;
}

ul#nav ul{
	position: absolute;
	top: 34px;
	left: -20px;
	list-style: none;
	width: 700px;
}

ul#nav ul li a{
	text-transform: none;
	color: #000;
}

ul#nav ul li a:hover{
	text-decoration: underline;
}

ul#nav ul li{
	background: none;
}

ul#nav ul li a.selected{
	background: none;
	text-decoration: underline;
}

#child_menu{
	position:relative;
}

ul#child_nav{
	position: absolute;
	/*right: 10px;*/
	top: 39px;
	list-style: none;
	width: 700px;
}

ul#child_nav li{
	float: right;
}

ul#child_nav li a{
	display: block;
	color: #000;
	padding: 8px 7px 0 7px;
	font-weight: bold;
	font-size: 0.8em;
}

ul#child_nav li a:hover{
	text-decoration: underline;
}


ul#account_nav{
	position: absolute;
	right: 10px;
	top: 39px;
	list-style: none;
	width: 200px;
}

ul#account_nav li{
	float: right;
}

ul#account_nav li a{
	display: block;
	color: #000;
	padding: 8px 7px 0 7px;
	font-weight: bold;
	font-size: 0.8em;
}

ul#account_nav li a:hover{
	text-decoration: underline;
}


/* Content 
------------------------------------------------------------------------------------------------- */

div#content{
	width: 970px;
	background: transparent url(../images/content_bg.jpg) repeat-y top left;
	padding: 9px;
	overflow: hiden;
}

div#content div#maincol{
	width: 790px;
	float: left;
	margin-right: 10px;
}

div#content div#rightcol{
	width: 170px;
	float: left;
}

div#content div.inner_content{
	padding: 20px 30px;
	background: #F6F6F6;
	width: 681px;
	margin: 10px auto;
}

div#content div.inner_content2{
	width: 740px;
	margin: 10px auto;
}

div#content h1{
	color: #02B2D9;
	padding: 0 0 10px 0;
	font-size: 18px!important;
}

div#content h2{
	color: #666;
	padding: 0 0 10px 0;
	font-size: 14px!important;
}

div#content h3{
	color: #666;
	padding: 0 0 10px 0;
	font-size: 12px!important;
}

div#content p{
	color: #666;
	padding: 0 0 10px 0;
	font-size: 11px!important;
}

div#content p a{
	color: #333;
	border-bottom: 1px #666 dashed;
}

div#content ul{
	margin: 5px 30px;
	color: #666;
	font-size: 0.8em;
}

div#content div#maincol fieldset{
	border: 1px #CCC solid;
	width: 500px;
	margin: 0 auto;
}

div#content table p{
	padding: 0 10px 10px 0;
	font-size: 11px!important;
}

div#content table{
	margin: auto;
}

div#rightcol_banners{
	margin-top: 50px;
	clear: both;
	text-align: center;
}

fieldset#vip_login{
	margin: 0 auto 0 auto;
	border: 1px #CCC solid;
	padding: 10px 10px 70px 10px;
	width: 120px;
	position: relative;
}

fieldset#vip_login h3{
	font-size: 1em;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 10px;
}

fieldset#vip_login input{
	width: 110px;
	margin: 4px 0;
	color: #666;
	background: #DDDDDD;
	border: none;
	padding: 2px;
}

fieldset#vip_login input.vip_button{
	position: absolute;
	bottom: -105px;
	right: -1px;
	width: 121px;
	padding: 0;
}


hr{
	border-color: transparent transparent #CCC transparent;
	border-width: 0 0 1px 0;
	border-style: dashed;
	margin: 5px 0 10px 0;
}

fieldset{
	-moz-border-radius:5px;
	padding: 5px;
	overflow: hidden;
	font-size: 0.9em;
}

fieldset legend{
	padding: 5px;
	font-size: 0.9em;
	color: #666;
}

fieldset.pages{
	font-size: 0.7em;
}

fieldset.pages div.current{
	width: 100px;
	padding: 4px;
	float: left;
	background: #F6F6F6;
	text-align: left;
}

fieldset.pages div.list{
	width: 200px;
	padding: 0 4px;
	float: left;
	text-align: left;
}

div.list a{
	color: #666;
}

fieldset.pages div.orderby{
	width: 130px;
	padding: 0;
	float: left;
	text-align: right;
}

fieldset.pages div.perpage{
	width: 110px;
	padding: 0;
	float: left;
	text-align: right;
}

.page_links{
	display: block;
	border: 1px #CCC solid;
	padding: 3px;
	background; #F6F6F6;
	width: 1.2em;
	text-align: center;
	float: left;
	margin: 0 2px;
}

div#main_content div.text_bit_big input{
	width: 300px;
}

div#main_content div.text_bit_big textarea{
	width: 301px;
}

.alert{
	padding: 10px 10px 10px 40px;
	background: #FFFACE url(/admin/images2/exclamation.png) no-repeat 10px 10px;
	border-top: 1px dashed #CC0033;
	border-bottom: 1px dashed #CC0033;
	display: block;
	font-size: 0.8em;
}

.ok{
	padding: 10px 10px 10px 40px;
	background: #CEE6FF url(/admin/images2/accept.png) no-repeat 10px 10px;
	border-top: 1px dashed #0E67C1;
	border-bottom: 1px dashed #0E67C1;
	display: block;
	font-size: 0.8em;
}

table{
	font-size: 0.8em;
}

table thead{
	font-size: 0.8em;
	background: #F6F6F6;
	text-align: left;
}

table thead th{
	padding: 4px;
}

table p{
	font-size: 0.9em!important;
	margin: 2px;
}

.basket_row_shade{
	background: #F6F6F6;
}

a.pdflink{
	padding: 2px 0 2px 20px;
	background: transparent url(../images/pdf.png) no-repeat left;
}


/* Forms
------------------------------------------------------------------------------------------------- */

form dl dt{
	width: 150px;
	clear: left;
	float: left;
}

form dl dd{
	width: 550px;
	float: left;
}


/* Homepage 
------------------------------------------------------------------------------------------------- */

div#home_left{
	width: 535px;
	float: left;
	margin-left: 20px;
}

div#home_right{
	width: 211px;
	float: right;
	margin-right: 6px;
}

dl.content_box{
	float: left;
	margin: 0 0 16px 0;
	padding: 0;
}

div#home_left dl.full{
	width: 535px!important;
}

div#home_left dl.full div.left_inner_left{
	width: 290px!important;
	float: left!important;
	padding: 0!important;
}

div#home_left dl.full div.left_inner_right{
	width: 210px!important;
	float: right;
	height: 183px;
}

dl.half{
	width: 208px;
}

dl.end{
	margin-left: 6px;
}

dl.news{
	float: none;
	clear: both;
	width: 700px;
	margin: 15px auto;
}

dl.news p{
	margin-bottom: 15px;
}

dl.pictures{
	float: left!important;
	width: 300px;
	margin: 15px 43px;
	clear: none;
}

dl.news dt{
	position: relative;
}

dl.news dt span{
	position: absolute;
	right: 15px;
	top: 6px;
}

dl.news dd{
	background: #F4F4F4!important;
	overflow: hidden;
}

dl.news dd div.news_left{
	height: 250px!important;
	float: left;
	width: 400px;
	background: #F4F4F4!important;
}

dl.article dd div.news_left{
	height: auto!important;
}

dl.news dd div.news_right{
	height: 250px!important;
	width: 260px;
	float: left;
	background: #F4F4F4!important;
	text-align: right;
}

dl.news dd div.news_right ul{
	list-style: none;
	margin: 10px 0!important;
	padding: 0!important;
}

dl.news dd div.news_right ul li{
	width: 120px!important;
	float: right!important;
	font-size: 0.8em;
	text-align: right;
}

dl.news dd div.news_right ul li a{
	padding-right: 25px;
	color: #666!important;
	font-weight: normal;
}

dl.content_box dt{
	margin: 0;
	padding: 6px 6px 0 6px;
	background: #000 url(../images/content_headers.jpg) repeat-x top left;
	color: #FFF;
	height: 25px;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	border-width: 0 2px;
	border-color: #000;
	border-style: solid;
}

dl.content_box dt a{
	color: #FFF;
}

dl.content_box dd{
	margin: 0;
	padding: 0;
	background: #F0F8FB;
	border-width: 0 1px 1px 1px;
	border-color: #C5CDD0;
	border-style: solid;
	padding: 8px;
	color: #707173;
	font-size: 0.8em!important;
		overflow: hidden;
}

dl.content_box dd p{
	padding-bottom: 2px!important;
}

dl.content_box dd div{
	background: #FFF;
	padding: 5px;
	margin-top: 5px;
	height: 65px;
}

dl.content_box dd div a{
	background: transparent url(../images/content_arrows.jpg) no-repeat right;
	display: block;
	color: #02B2D9!important;
	text-transform: uppercase;
	padding: 3px 0;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: none!important;
}

div#home_left dl.content_box dd div a{
	background: none;
	font-size: 1.2em;
}

div#home_banner{
	width: 758px;
	height: 213px;
	margin: 0 0 15px 21px;
}

div.homepage_news{
	background: none!important;
	clear: both;
	height: 200px;
	padding: 0!important;
	margin: 10px 0 0 0!important;
}

div.homepage_news h2{
	margin: -10px 0;
}

div.homepage_news h2 a{
	font-size: 1em!important;
}

div.homepage_news div.news_left{
	width: 285px;
	height: 190px;
	float: left;
}

div.homepage_news div.news_left ul{
	list-style: none;
	margin: 10px 0!important;
	padding: 0!important;
	float: left;
}

div.homepage_news div.news_left ul li{
	float: right!important;
	font-size: 0.8em;
	text-align: right;
	background: transparent url(../images/content_arrows.jpg) no-repeat right!important;
}

div.homepage_news div.news_left ul li a{
	padding-right: 25px;
	color: #666!important;
	font-weight: normal;
}

div.homepage_news div.news_right{
	width: 210px;
	height: 190px;
	float: left;
}

/* About 
------------------------------------------------------------------------------------------------- */

div.about_content{
	background: #FFF;
	overflow: hidden;
}

div.about_content_left{
	float: left;
	width: 320px;
	padding: 10px;
}

div.about_content_right{
	float: left;
	width: 320px;
	padding: 10px;
}

div.about_content_right h2{
	display:none;
}

div.about_content_right p.alert{
	padding-left: 40px!important;
	padding-top: 10px!important;
}

div.about_content_right span.formInputs{
	width: 100px!important;
	color: #666;
}

div.about_content_right input{
	width: 200px;
}

div.about_content_right textarea{
	width: 200px;
}

/* Forum
----------------------------------------------------------------------------------------------- */

table.forum{
	width: 650px;
	margin-top: 40px;
	font-size: 1em;
}

table.forum thead th{
	background: #000 url(../images/content_headers.jpg) repeat-x top left;
	color: #FFF;
	padding: 9px 5px;
	text-align: left;
	border-right: 1px #666 solid;
}

table.forum thead th.first{
	border-left: 2px #000 solid;
}

table.forum thead th.last{
	border-right: 2px #000 solid;
}

table.forum tr.first td{
	border-top: 20px #FFF solid!important;
}

table.forum td{
	border-bottom: 10px #FFF solid!important;
	border-right: 1px #FFF solid;
	color: #000;
	font-size: 0.7em;
	padding: 5px;
}

table.forum td a{
	color: #0B6629;
	font-size: 1.2em;
	font-weight: bolder;
}

table.forum td.last{
	border-right: none;
}

table.forum tbody td{
	background: #F6F6F6;
}


/* Product Listings ---------------------------------------------------------------------------- */

h1.product_name{
	font-size: 1.2em!important;
}

div#left_content{
	width: 220px;
	float: left;
	text-align: center;
}

div#right_content{
	width: 340px;
	float: left;
}

div.product_row{
	margin-bottom: 10px;
	clear: both;
}

div.product_row div.product_image{
	width: 160px;
	float: left;
	text-align: center;
}

div.product_row div.product_details{
	width: 400px;
	float: left;
}

ul.image_menu li{
	background-image: none!important;
	padding-left: 15px!important;
	margin: 5px 0!important;
}

dl.checkoutform dt{
	width: 160px;
	float: left;
	padding: 3px;
	font-size: 0.8em;
}

dl.checkoutform dd{
	width: 300px;
	float: left;
	padding: 3px;
}

dl.checkoutform dd input{
	width: 300px;
}

span.formInputs{
	width: 160px;
	float: left;
	padding: 2px;
	font-size: 0.7em;
}

/* Footer 
------------------------------------------------------------------------------------------------- */

div#footer{
	border-top: 1px #CCC solid;
	width: 970px;
	margin: 5px auto;
	color: #666;
	padding: 10px 0;
	overflow: hidden;
}

div#footer p{
	width: 500px;
	float: left;
}


div#footer ul{
	float: right;
	list-style: none;
	font-size: 0.7em;
}

div#footer ul li{
	float: left;
	padding-left: 4px;
}

div#footer ul li a{
	color: #666;
}

div#sitemaplist a{
	color: #666;
}

/* Helper Styles 
------------------------------------------------------------------------------------------------- */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.highlight {
	font-weight: bold;
	color: #c90033;
}
	
.hide { display: none; }
	
.clear {
	clear: both;
}
	
.bold {
	font-weight: bold;
}

.date {
}
	
.error {
	color: red;
}

.center {
	text-align: center;
}
	
em { 
	font-style: italic;
}



/* star rating system */
ul.rating{
	width:180px;
	height:16px;
	margin:0 0 20px 5px;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(/images/star-matrix.gif) no-repeat 0 0;
}

div.rating{
	width:280px;
	height:14px;
	overflow: hidden;
	font-size: 0.6em;
	color: #666;
	margin:0 0 20px 5px;
	padding:2px 0 0 90px;
	clear:both;
	background: url(/images/star-matrix.gif) no-repeat 0 0;
}

div.rating a{
	color: #666;
	border-bottom: 1px #EEE dashed;
}

/* add these classes to the ul to effect the change to the correct number of stars */
.star0 {background-position:0 0!important;}
.star1 {background-position:0 -16px!important;}
.star2 {background-position:0 -32px!important;}
.star3 {background-position:0 -48px!important;}
.star4 {background-position:0 -64px!important;}
.star5 {background-position:0 -80px!important;}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
	background: none!important;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(/images/star-matrix.gif) no-repeat 0 0;
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}
/* end rating code */

/* Review List ----------------------------------------------- */

div#review_list{
	margin: 5px;
	padding: 5px;
	background: #F6F6F6;
	border-width: 1px 0 1px 0;
	border-color: #DDD;
	border-style: dashed;
}

div#review_list dl{
	font-size: 0.7em;
	line-height: 1.8em;
	color: #666;
}

div#review_list dl dt{
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 5px 5px 2px 20px;
	background: #FFF url(/images/comment.png) no-repeat 2px 7px;
}

div#review_list dl dt small{
	font-weight: normal;
}

div#review_list dl dd{
	margin: 0 0 5px 0;
	background: #FFF;
	padding: 0 5px 5px 20px;
}dl.full{
	width: 422px;
}

dl.half{
	width: 208px;
}

/* Review Content ----------------------------------------- */

div#review_content{
	padding: 10px;
	font-size: 0.5em;
	text-align: left;
	line-height: 1.6em;
}

div#review_content h2{
	font-size: 1em;
	font-weight: normal;
}

div#review_content p{
	font-size: 0.6em;
	color: #666;
	margin: 5px 0;
}

div#review_content dl{
	font-size: 0.9em;
}

div#review_content dl dt{
	width: 120px;
	float: left;
	font-size: 0.9em;
	clear: left;
}

div#review_content dl dd{
	width: 220px;
	float: left;
}

div#review_content dl dd input, div#review_content dl dd textarea{
	width: 220px;
}

div#review_content dl dd input.button{
	width: 100px;
}

div#review_content dl dd input.radio{
	width: 15px!important;
}