/*  
Theme Name: EcoChic Fairtrade
Description: Design for content pages on EcoChic Fairtrade.
Version: 2.1
Author: Simon McFarlane
Author URI: http://www.clearbytes.co.uk/
*/


/* ---------------- global styles ---------------- */


body {
	font-size: 67.5%;
	text-align: center;
	color: #333333;
	font-family: 'UrbanoLight',Arial,sans-serif;
    }




a img{
	border: none;
}



/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.bordered{
	border:1px solid #cccccc;
	padding: 5px;
}

.linked{
	color: #41A7CD;
}




#mainContent h2 a{
	color: #333333;
}


#sidebar .linking p a{
	color: #333333;
}


#content p.message{
	color: #990000 !important;
}




.linked:hover{
	text-decoration:none;
}

/* ---------------- wrap ---------------- */


#wrap {
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	width: 980px;
}





/* ---------------- header ---------------- */


#header {
	float: right;
	width: 980px;
}


#header h1 a{
	float: left;
	position: absolute;
	width: 250px;
	height: 110px;
	background: url(img/logo.gif) no-repeat 0 0;
	margin: 0px 0 0 10px;
	text-indent: -9999px;
}


#header h1.homepage a{
	background: url(img/collection-logo.gif) no-repeat 0 0;
	}
	
#header h1.consultancy a{
	background: url(img/consultancy-logo.gif) no-repeat 0 0;
	}	


#headerTools{
	float: right;
	width: 700px;
	text-align: right;
}


#topAd{
	display: block;
	height: 35px;
}


#toolBox{
	float: right;
	width: 450px;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 1.1em;
	color: #666666;
	}


#toolBox li{
	display: inline;
	}

#toolBox li a{
	color: #666666;
	background: url(img/divider_header.gif) no-repeat 0 50%;
	padding-left: 7px;
	margin-left: 5px;
	text-decoration: none;
}

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



#toolBox .first a{
	background: none;
}


#search{
	float: right;
	width: 180px;
	height: 20px;
	margin: 0;
	padding: 0;
}


#searchKeyword{
	font-family: 'UrbanoLight',Arial,sans-serif;
	font-size: 1.1em;
	padding: 0 5px;
	color: #666666;
}

#searchSubmit{
	background: none;
	border: none;
	font-weight: bold;
	color: #666666;
}


#mainMenu{
	width: 700px;
	margin: 5px 0 15px 0;
	padding: 0;
}


#mainMenu li{
	display: inline;
	}


#mainMenu li a{
	color: #666666;
	font-size: 1.6em;
	letter-spacing: 3px;
	text-decoration: none;
	background: url(img/divider_header.gif) no-repeat 0 50%;
	padding-left: 12px;
	margin-left: 10px;
}


#mainMenu li a:hover{
	color: #000000;
	text-decoration: underline;
}
	
#mainMenu .first a{
	background: none;
}




/* ---------------- navDept ---------------- */


#navDept{
	float: left;
	text-transform: uppercase;
	margin: 25px 0 20px 0;
	padding: 0;
}


#navDept li{
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 1.4em;
}


#navDept li strong{
	float: left;
	padding: 5px 20px 0 0;
}


#navDept li a{
	display: block;
	padding: 3px 7px 5px 7px;
	color: #666;
	font-weight: normal !important;
	text-decoration: none;
	border: 1px solid #fff;
	border-left: none;
	background: #fff;
}


#navDept li.magazine a{
	background: #f3f3f3;
}


#navDept li.first a{
	border-left: 1px solid #fff;
}


#navDept li a:hover,
#navDept li a.selected{
	background: #F4E3E6;
}

/* ---------------- content ---------------- */


#bodyContent {
	float: right;
	width: 980px;
	margin-top: 5px;
	padding: 0 0 10px 0;	
}



/* ---------------- mainContent ---------------- */

#mainContent{
	float: left;
	width: 780px;
	margin-bottom: 15px;
}



/* ---------------- homeContent ---------------- */


#homeContent{
	float: left;
	width: 980px;
	padding-bottom: 20px;
}


#homeContent .homelink{
	float: left;
	width: 980px;
	margin-bottom: 20px;
}


#homeContent .list{
	float: left;
	width: 980px;
	margin: 0;
	padding: 0;
	list-style: none;
}


#homeContent .list li{
	float: left;
	width: 318px;
	height: 158px;
	background: #333;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	list-style: none;
}


#homeContent .list li.link1,
#homeContent .list li.link2,
#homeContent .list li.link4,
#homeContent .list li.link3{
	margin-right: 10px;
}


#homeContent .list li a{
	float: left;
	width: 318px;
	height: 158px;
	font-size: 1px;
	text-indent: -9999px;
}


#homeContent .list li.link1 a{
	background: url(img/link1-bg.jpg) no-repeat 0 0;
}

#homeContent .list li.link2 a{
	background: url(img/link2-bg.jpg) no-repeat 0 0;
}

#homeContent .list li.link3 a{
	background: url(img/link3-bg.jpg) no-repeat 0 0;
}

#homeContent .list li.link4 a{
	background: url(img/link4-bg.jpg) no-repeat 0 0;
}

#homeContent .list li.link5 a{
	background: url(img/link5-bg.jpg) no-repeat 0 0;
}

#homeContent .list li.link6 a{
	background: url(img/link6-bg.jpg) no-repeat 0 0;
}


#homeContent .list li a:hover{
	background-position: -318px 0;
}



#homeContent .signupForm{
	float: left;
	width: 978px;
	margin: 10px 0;
	padding: 5px 0;
	border: 1px solid #ccc;
	background: url(img/nav-bg.jpg) repeat-x 0 0;
}


#homeContent .signupForm form{
	float: right;
	margin-right: 15px;
}


#homeContent .signupForm p{
	float: right;
	margin: 0;
	font-size: 1.4em;
	padding: 3px 10px 0 0;
}


/* ---------------- homepage ---------------- */

#mainHomeBox{
	float: left;
	width: 519px;
	height: 409px;
	border: 1px solid #cccccc;
	border-bottom: 2px solid #E0E0E0;
	border-right: 2px solid #E0E0E0;
	background: #ffffff url(img/image-home0.jpg) no-repeat left bottom;
}



#mainContent .first{
	background: #ffffff url(img/image-home1.jpg) no-repeat left bottom;
}


#mainContent .second{
	background: #ffffff url(img/image-home2.jpg) no-repeat left bottom;
}

#mainContent .third{
	background: #ffffff url(img/image-home3.jpg) no-repeat left bottom;
}

#mainContent .fourth{
	background: #ffffff url(img/image-home4.jpg) no-repeat left bottom;
}

#mainContent .fifth{
	background: #ffffff url(img/image-home5.jpg) no-repeat left bottom;
}

#mainContent .sixth{
	background: #ffffff url(img/image-home6.jpg) no-repeat left bottom;
}

#mainContent .seventh{
	background: #ffffff url(img/image-home7.jpg) no-repeat left bottom;
}

#mainContent .eighth{
	background: #ffffff url(img/image-home8.jpg) no-repeat left bottom;
}

#mainContent .nineth{
	background: #ffffff url(img/image-home9.jpg) no-repeat left bottom;
}

#mainContent .tenth{
	background: #ffffff url(img/image-home10.jpg) no-repeat left bottom;
}

#mainContent .eleventh{
	background: #ffffff url(img/image-home11.jpg) no-repeat left bottom;
}

#mainContent .twelveth{
	background: #ffffff url(img/image-home12.jpg) no-repeat left bottom;
}

#mainContent .thirteenth{
	background: #ffffff url(img/image-home13.jpg) no-repeat left bottom;
}

#mainContent .fourteenth{
	background: #ffffff url(img/image-home14.jpg) no-repeat left bottom;
}



#mainContent fieldset .first{
	background: none;
}


#mainHomeBox h2{
	text-align: right;
	color: #fff;
	margin: 10px;
	font-size: 2.4em;
	letter-spacing: 2px;
}





#mainHomeBox p{
	text-align: right;
	width: 509px;
	margin: 115px 10px 0 0;
	font-size: 1.8em;
}


#mainHomeBox p a{ 
	color: #fff;
	text-decoration: none;
}


#mainHomeBox p a:hover{ 
	color: #000000;
}


#sideHomeBox{
	float: right;
	width: 249px;
	margin: 0;
	padding: 0;
	list-style: none;
}





#sideHomeBox li{
	background: #ffffff;
	border: 1px solid #cccccc;
	border-bottom: 2px solid #E0E0E0;
	border-right: 2px solid #E0E0E0;
	text-indent: -99999px;
	margin-bottom: 11px;
}


#sideHomeBox .homeBox1 a{
	display: block;
	height: 127px;
	background: url(img/bg_homebox1.jpg) no-repeat top right;
}

#sideHomeBox .homeBox2 a{
	display: block;
	height: 127px;
	background: url(img/bg_homebox2.jpg) no-repeat top right;
}

#sideHomeBox .homeBox3{
	display: block;
	height: 127px;
	background: url(img/bg_homebox3.jpg) no-repeat top right;
}

#sideHomeBox .homeBox3 a{
	display: block;
	height: 127px;
}

#breadcrumbs{
	float: left;
	width: 780px;
	margin: 0;
	font-size: 1.1em;
	padding: 0 0 5px 0;
	color: #666666;
}


#breadcrumbs a{
	color: #666666;
}

#breadcrumbs a:hover{
	text-decoration: none;
	color: #666666;
}


/* ---------------- mainContentBox ---------------- */

#content p,
#content ul,
#content ol{
	font-size: 1.2em;
}


#mainContent address{
	font-size: 1.4em;
}


#content p a,
#content li a{
	color: #333333;
}


#content p a:hover,
#content li a:hover{
	text-decoration: none;
}


#sitemap li{
	margin-left: 15px;
	font-size: 1.2em;
}


#mainContentBox{
	float: left;
	width: 747px;
	border: 1px solid #cccccc;
	border-bottom: 2px solid #E0E0E0;
	border-right: 2px solid #E0E0E0;
	background: #ffffff;
	padding: 0 10px 0px 10px;
	margin-top: 5px;
}


#product{
	padding: 10px 0px 10px 0px;
}


#mainContentBox small{
	font-size: 1.4em;
	color: #999999;
}



#mainContentBox h2{
	font-size: 3em;
	letter-spacing: 3px;
	font-weight: normal;
	color: #666666;
	margin: 0 0 10px 0;
}





#mainContentBox h2 a{
	color: #666666;
	text-decoration: none;
}


#mainContentBox h2 a:hover{
	text-decoration: underline;
}


#mainContentBox h3{
	font-size: 2em;
	font-weight: normal;
	color: #666666;
	padding-top: 10px;
	margin: 0 0 10px 0;
}


#mainContentBox h4{
	font-size: 1.8em;
	font-weight: normal;
	color: #666666;
	padding-top: 10px;
	margin: 0 0 10px 0;
}


#mainContentBox p{
	font-size: 1.4em;
	color: #666666;
	margin: 0 0 10px 0;
}


#mainContentBox address{
	font-size: 1.4em;
	color: #666666;
	margin: 0 0 10px 0;
}






#mainContentBox p a,
#mainContentBox li a{
	color: #333333;
}


#mainContentBox p a:hover,
#mainContentBox li a:hover{
	text-decoration: none;
}


#mainContentBox img{
	float: right;
	margin: 10px 0 10px 10px;
	padding: 5px;
	border: 1px solid #cccccc;
}



#mainContentBox legend{
	font-size: 1.6em;
	color: #666666;
	margin-bottom: 15px;

}



#mainContentBox fieldset{
	margin-bottom: 15px;
}


#mainContentBox ul{
	font-size: 1.4em;
	list-style: disc;
	padding: 0 0 0 20px;
	margin: 0;
	color: #666666;
}


#mainContentBox ul li{
	list-style: disc;
	margin: 0 0 10px 0;
	padding: 0;
}


#mainContentBox ol{
	font-size: 1.4em;
	padding: 0 0 0 20px;
	margin: 0;
	color: #666666;
}


#mainContentBox ol li{
	margin: 0 0 10px 0;
	padding: 0;
}


#mainContentBox .content{
	float:left;
	width: 567px;
}


#mainContentBox .content blockquote{
	margin: 0;
	padding: 15px 40px 10px 15px;
	color: #333333;
	background: #ffffff url(img/bg_letter.jpg) no-repeat 0 0;
}


#mainContentBox .content blockquote p{
	color: #333333;
	line-height: 1.5em;
}



#mainContentBox .contentNav{
	float: right;
	width: 160px;
}


#mainContentBox .contentNav ul{
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	list-style: none;
}


#mainContentBox .contentNav ul li{
	margin-bottom: 2px;
	list-style: none;
}

#mainContentBox .contentNav ul li a{
	display: block;
	width: 130px;
	border: 1px solid #F4E1E5;
	background: #ffffff;
	padding: 2px 10px;
	color: #666666;
	text-decoration: none;
}


#mainContentBox .contentNav ul li a:hover,
#mainContentBox .contentNav ul .current_page_item a,
#mainContentBox .contentNav ul .current_page_parent a{
	background: #F4E3E6;
	color: #666666;
}


#mainContentBox .contentNav ul li ul{
	display: none;
	margin: 5px 0;
}


#mainContentBox .contentNav ul .current_page_item ul,
#mainContentBox .contentNav ul .current_page_parent ul{
	display: block;
	font-size: 0.8em;
}


#mainContentBox .contentNav ul .current_page_item ul li a,
#mainContentBox .contentNav ul .current_page_parent ul li a{
	border: none;
	background: #ffffff;
}


#mainContentBox .contentNav ul li ul li a:hover,
#mainContentBox .contentNav ul li ul .current_page_item a{
	text-decoration: underline;
	background: #ffffff;
	color: #666666;
}


#mainContentBox .contentNav a img{
	margin: 0;
	padding: 0;
	border: none;
}


#mainContentBox .contentNav h3{
	font-size: 1.4em;
	margin-top: 30px;
}


#mainContentBox .contentNav h3 a{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}


#mainContentBox .postmetadata{
	padding-top: 15px;
}


#mainContentBox .postmetadata small{
	font-size: 0.8em;
}



#mainContentBox .post{
	margin-bottom: 15px;
	border-bottom: 2px dotted #cccccc;
	padding-bottom: 15px;
}


#mainContentBox .navigation{
	float: left;
	width: 577px;
	margin-bottom: 5px;
	padding-right: 10px;
}


#mainContentBox .navigation a{
	color: #333333;
	font-size: 1.1em;
	text-decoration: none;
}


#mainContentBox .navigation a:hover{
	text-decoration: underline;
}


#mainContentBox ol li{
	margin-left: 15px;
}

#mainContentBox ol li h2{
	font-size: 1.2em;
}


#mainContentBox ol li p{
	font-size: 1em;
}



#deptTitle{
	width: 757px;
}

#deptTitle{
	margin-left: -4px;
	}

* html #deptTitle{
	position: relative;
	right: -10px;
	margin-left: -10px;	
}

#deptTitle h2{
	float: left;
	width: 200px;
	padding-top: 10px;
}

#deptTitle p{
	float: left;
	margin: 0;
	padding: 0;
}

#deptTitle h3{
	float: right;
	margin: 0;
	padding: 0;
}

#deptTitle h3 img{
	margin: 0;
	padding: 0;
	border: none;
}


#deptTitle img{
	float: right;
	margin: 0;
	padding: 0;
	border: none;
}


#departtmentList{
	float: left;
	width: 780px;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}


#departtmentList li{
	float: left;
	width: 245px;
	border: 1px solid #cccccc;
	margin: 0 6px 12px 6px;
	padding: 0;
	list-style: none;
}


* html #departtmentList li{
	margin: 0 5px 12px 5px;
}


#departtmentList li img{
	display: block;
	width: 245px;
	height: 245px;
	border: none;
	margin: 0;
	padding: 0;
}
	
#departtmentList li span{
	display: block;
	width: 245px;
	text-align: center;
	padding: 3px 0;
	font-size: 1.2em;
	letter-spacing: 1px;
	border-top: 1px solid #cccccc;
	background: #ffffff url(img/bg-dept-image.jpg) repeat-x bottom left;
}



#mainContent .products{
	float: left;
	width: 780px;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}




#mainContent .products ul{
	margin: 0;
	padding: 0;
	list-style: none;
}


#mainContent .products ul li{
	float: left;
	width: 245px;
	height: 345px;
	border: 1px solid #cccccc;
	background: #ffffff;
	margin: 0 6px 12px 6px;
	padding: 0;
	list-style: none;
}


#mainContent .products ul li img{
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	width: 245px;
	height: 245px;
}


#mainContent .products ul li .image{
	margin: 0;
	padding: 0;
}

#mainContent .products ul li a{
	color: #666666;
	text-decoration: none;
}

#mainContent .products ul li a:hover{
	text-decoration: underline;
}

#mainContent .products ul li h3{
	text-align: center;
	padding: 0 15px;
	margin: 10px 0;
	font-size: 1.4em;
	font-weight: normal;
}


#mainContent .products ul li p{
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 1.3em;
}


#mainContent .products ul li p em{
	color: #cc0000;
	font-size: 0.9em;
}



#pagination{
	float: left;
	width: 780px;
	margin-bottom: 10px;
	text-align: right;
}
	

#pagination p{
	display: inline;
	color: #333333;
	font-size: 1.2em;
}


#pagination p a{
	color: #333333;
	padding: 0 5px;
}

#pagination p a:hover{
	text-decoration: none;
}


#pagination .links{
	width: 150px;
}



#product{
	float:left;
	width: 747px;

}

#product img{
	float: left;
	margin: 0;
	padding: 0;
}



#product .info{
	float: right;
	width: 330px;
}


#product .supplier{
	float: right;
	margin-bottom: 10px;
}


#product h2{
	font-size: 2.2em;
}


#product h3{
	font-size: 1.6em;
}


#product .info p{
	font-size: 1.3em;
}


#product em{
	color: #cc0000;
}


#product .info a img{
	border: 1px solid #ffffff;
	width: 40px;
	height: 40px;
}


#product .info hr{
	clear: both;
	background: #ffffff;
	color: #ffffff;
	border:none;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
}


#addBasket{
	clear: both;
	width: 330px;
	padding-top: 10px;
}



#addBasket .formButton{
	border: 1px solid #cccccc;
	background: #666666 !important;
	margin-left: 15px;
	color: #ffffff;
}


#supplierDetails{
	float:left;
	width: 747px;
	margin-top: 20px;
}


#supplierDetails p{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.3em;
	line-height: 1.4em;
}

#supplierDetails img{
	float: right;
	margin: 0 0 0 30px;
	padding: 0;
	border: none;
}
	

/* ---------------- sideBar ---------------- */


#sideBar{
	float: right;
	width: 195px;
	margin-top: 23px;
}


#sideBar .advert{
	float: right;
	width: 195px;
	padding-bottom: 20px;
}


#sideBar ul{
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	font-size: 1.6em;
}


#sideBar .first{
	display: none;
} 


#sideBar li{
	margin: 0 0 2px 0;
}

#sideBar li a{
	display: block;
	border: 1px solid #cccccc;
	width: 168px;
	background: #ffffff url(img/bg_mainMenu.gif) no-repeat 0 0;
	padding: 2px 10px;
	color: #666666;
	text-decoration: none;
}


#sideBar li a:hover{
	color: #333333;
	margin: 0 0 2px 0;
	background: #ffffff url(img/bg_mainMenu.gif) no-repeat -190px 0;
}


#sideBar a img{
	border: none;
	margin: 0 0 0 0;
	padding: 0;
}




/* ---------------- content ---------------- */


#footer{
	float: right;
	width: 980px;
	padding: 10px 10px;
	background: url(img/bg_footer.gif);	
}


#footer .blog{
	float: left;
	width: 300px;
	color: #666666;
	margin-right: 10px;
	}
	

#footer .blog h3{
	font-size: 1.6em;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
	
#footer .blog ul{
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 1.3em;
	}
	
#footer .blog li{
	margin-bottom: 5px;
}


#footer .blog li a{
	color: #666666;
	text-decoration: none;
	}
	
	
#footer .blog li a:hover{
	text-decoration: underline;
	}


#footer .blog p{
	padding: 8px 10px 0 0;
	margin: 0;
	text-align: right;
	font-size: 1.3em;
}


#footer .blog p a{
	color: #333333;
	text-decoration: none;
}


#footer .blog p a:hover{
	text-decoration: underline;
}
	
	
#footer .newsletter,
#footer .newsletter2{
	float: left;
	width: 260px;
	background: url(img/bg_newsletter.jpg) no-repeat bottom left;
	padding-bottom: 10px;
	}


	
#footer .newsletter h3{
	width: 260px;
	height: 40px;
	text-indent: -9999px;
	margin: 0;
	background: url(img/bg_newsletterTop.jpg) no-repeat 0 0;
	}


#footer .newsletter2 h3{
	width: 260px;
	height: 40px;
	text-indent: -9999px;
	margin: 0;
	background: url(img/bg_complimentaryTop.jpg) no-repeat 0 0;
	}
	

#footer .newsletter p,
#footer .newsletter2 p{
	padding: 5px 15px;
	margin: 0;
	color: #666666;
	font-size: 1.4em;
}

#footer .newsletter p a,
#footer .newsletter2 p a{
	color: #333333;
	}
	

#footer .newsletter p a:hover,
#footer .newsletter2 p a:hover{
	text-decoration: none;
	}
	
	
#footer .about-us{
	float: right;
	width: 385px;
	color: #666666;
	}


	
#footer .about-us h2{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.4em;
	line-height: 1.2em;
	}
	
#footer .about-us p{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.3em;
	line-height: 1.2em;
	}

#footerRight{
	float: right;
	width: 670px;
}


/* ---------------- bottom ---------------- */


#bottom{
	float: right;
	width: 980px;
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 0;
	font-size: 1.1em;
}


#bottom a{
	color: #666666;
	text-decoration: none;
	}


#bottom a:hover{
	text-decoration: underline;
	}


#bottom ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	
#bottom li{
	float: left;
	background: url(img/divider_header.gif) no-repeat 0 50%;
	padding-left: 7px;
	margin-left: 5px;
	}
	

#bottom .first{
	background: none;
	margin: 0;
	padding: 0;
	}
	
	
#bottom p{
	float: right;
	margin: 0;

	padding: 0;
	}



#commentform small{
	font-size: 1.1em;
}


#mainContentBox .commentlist{
	margin-left: 0;
	padding-left: 0;
}


#mainContentBox .commentlist li{
	border: 1px solid #cccccc;
	padding: 10px 15px;
}


#mainContentBox .commentlist li p{
	font-size: 1.1em;
}


#mainContentBox .commentlist .alt{
	background: #FCFDF7;
	padding: 10px;
}


#mainContentBox .commentmetadata{
	font-size:0.8em;
	margin: 10px 0;
}

/*----------------------------- wordpress styles ----------------------------------*/


/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
	display: none;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
table{
	width: 100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
	font-size: 1.4em;
}



#mainContent table.products{
	float: left;
	width: 100%;
}


#content table a{
	color: #333333;
	text-decoration: none;
}


#content table a:hover{
	text-decoration: underline;
}


th{
	border:1px solid #fff;
	background:#ddd;
	padding:5px;
}
td{
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#666666;
	font-size:110%;
}
.formFieldProduct{width:150px;}
table .price{
	font-size:110%;
	color:#666666;
}
.formRadio{vertical-align:middle;}
.formButton{
	background: #666666 !important;
	color:#FFFFFF;
	border: 1px solid #cccccc;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	color:#666666;
	font-size:110%;
	font-weight:acbold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
}





/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:1.6em;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding: 10px 0 30px 0;
}


.actions .formFieldShort{
display: none;
}

.err{
	font-weight: bold;
	font-size: 120%;
	color: #000000;
}





/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}


#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */





.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}







img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}






.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* ----- site map ----- */
#sitemap{
	margin:0;
	padding:0;
	list-style:none;		
} 



#sitemap li ul{
	margin:0;
	padding:0;
	list-style:none;		
} 


 
#sitemap li ul li{
	margin:0;
	padding:0;
	list-style:none;		
} 

#sitemap a{
	text-decoration: none;
	font-size: 0.8em;
}


#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;
	font-size: 1.2em;}

#sitemap li ul li h3{margin:.2em 0;
	font-size: 0.8em;}


#sitemap ul{padding-left:20px;}



/* ----- logos ----- */


#logos{
	float: left:
	width: 980px;
	padding: 0 0 10px 0;
}


#logos a{
	float: right;
}






#threeWays{
	float: left;
	width: 980px;
	padding: 20px 0 !important;
	margin: 0 !important;	
	}
	


#threeWays li{	
	float: left;
	width: 326px;
	height: 240px;	
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	text-indent: -9999px;
	}
	
	
#threeWays .boutique a{
	float: left;
	width: 326px;
	height: 240px;	
	background: url("../home-images/threeWays.gif") no-repeat 0 0;
	}	
	
	
#threeWays .boutique a:hover{
	background-position: 0 -240px;
	}
	
	
#threeWays .collection a{
	float: left;
	width: 328px;
	height: 240px;
	background: url("../home-images/threeWays.gif") no-repeat -326px 0;
	}	
	
#threeWays li.collection{
	width: 328px;
	height: 240px;
}
	
#threeWays .collection a:hover{
	background-position: -326px -240px;
	}	
	
	
#threeWays .magazine a{
	float: left;
	width: 326px;
	height: 240px;
	background: url("../home-images/threeWays.gif") no-repeat -654px 0;
	}	
	
#threeWays .magazine a:hover{
	background-position: -654px -240px;
	}
	
	
/* ----- extra styles ----- */	
	

#mainContentBox{
	border: none;
	padding-top: 18px;
}


#mainContentBox img{
	border: 1px solid #dedede;
}


#sectorNav{
	font-size: 1.4em;
	padding: 0 0 5px 0;
	font-weight: normal;	
	color: #cccccc;	
	}
	
	
#sectorNav a{
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
	padding: 0 5px;
	}
	
	
#sectorNav a:hover{
	color: #333333;
	}
	
#sectorNav a.here{	
	background: #f3f3f3;
	color: #999999;
}	


#navDept{
	margin: 20px 0 -5px 0;
	padding: 0;
	}

#navDept li{
	float: left;
	list-style: none;
	margin: 0 0 0 0;
}


#navDept{
	float: right;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;	
	}


#navDept li a{
	padding-top: 7px;
	}

#navDept li a:hover,
#navDept li a.selected,
#navDept li:hover a{
	background: #F3f3f3;
}


#navDept li:hover li a{
	background: #f9f9f9;
	cursor: pointer;
}
	


#navDept li ul { /* second-level lists */
	position: absolute;
	width: 225px;
	margin: 0;
	padding: 0;
	background: #f9f9f9;
	border: 1px solid #dedede;
	z-index: 2000;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navDept li ul li{
	float: left;
	font-size: 1em;
	font-family: 'UrbanoLight',Arial,sans-serif;
	text-transform: none;
	margin: 0;
	padding: 0;	
	background: #f9f9f9;	
	}

#navDept li ul li a{
	float: left;
	color: #666666;
	width: 210px;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	background: #f9f9f9;	
	border: none;
	}
	
	
#navDept li ul li a:hover{
	background: none;
	background: #cccccc;	
	color: #FFFFFF;
	}
	

#navDept strong{	
	font-weight: normal;	
	}
	

#navDept li:hover ul, #navDept li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



#departtmentList li{
	float: left;
	width: 245px;
	border: 1px solid #dedede;
	margin: 0 6px 12px 6px;
	padding: 0;
	list-style: none;
}


	
#departtmentList li span{
	display: block;
	width: 245px;
	text-align: center;
	padding: 4px 0;
	font-size: 1.2em;
	letter-spacing: 1px;
	border-top: 1px solid #dedede;
	background: #ffffff;
}	


#departtmentList li:hover span{
background: #F3F3F3;
}


.hoverZoom{
	width: 400px;
	font-size: 1.1em !important;
	color: #666666 !important;
	margin: -8px 0 0 0 !important;
	padding: 0 0 10px 0!important;
	}
	

.hoverZoom span{
	float: right;
	}	
	
	
	
.hoverZoom a{	
	color: #999999 !important;
	text-decoration: none !important;
	}
	
	
.hoverZoom a:hover{	
	text-decoration: underline !important;
	}	
