/* =Tags*/
body{
	background-color: #D3ECF4;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 1.4;
	font-size: 0.8em;
}

img{
	border: 0;
	margin: 0;
}




/* =Styles */
h2{
	font-size: 2.2em;
	color: #f60;
	font-weight: normal;
}

h3{
	font-size: 1.2em;
	color: #000;
	margin-bottom: 10px !important;
}

a{
	color: #f60;
	padding: 2px;
}

a:visited{
	color: #f90;
	padding: 2px;
}

a:hover{
	background-color: #FFFFCC;
	text-decoration: none;
}

p{
	margin: 0 0 10px 0;
}



/* =Layout */
#colswapper{
	width: 530px;
	float: left;
}

#head{
	height: 105px;
}

#wrapper{
	width: 710px;
	color: #333;
	background-color: #fff;
	margin: 20px auto 50px auto;
	padding: 10px;
	min-height: 500px;
}





/* =Banner @ Top of page */

#banner {
	position: relative;
/*
	background-color: #5AD300;
	background-image: url(/images/home/banner_gradient.gif);
	background-repeat: repeat-x;
*/
	background-color: #47ADEB;
	background-image: url(/images/home/banner_logo.gif);
	background-repeat: repeat-x;
	background-position: top left;
	color: white;
	min-height: 110px;
/*	
	border-bottom: 3px solid #48A700;
*/
	border-bottom: 3px solid #318EDF;
}

#logo{
	float: left;
}

h1{
	font-family: "Helvetica Rounded", "Arial Rounded", Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0;
	padding: 25px 0 0 30px;
	font-size: 2em;
}

#strapline{
	font-family: "Helvetica Rounded", "Arial Rounded", Helvetica, Arial, sans-serif;
	color: #ddd;
	padding-left: 30px;
}




/* =Search */
#srchfrm{
	margin: 0;
}

#search{
	position: absolute;
	right: 0;
	bottom: 0;
/*
	background-image: url(/images/home/srch_bg.gif);
*/
	background-image: url(/images/home/srch_bg1.gif);
	background-repeat: no-repeat;
	width: 16em;
	min-height: 26px;
	_height: 26px;
	padding: 5px 0 0 100px;
}

#search label{
	display: none;
}

#qt{
	border: 1px solid white;
	padding-left: 6px;
	margin-top: 2px;
	_margin-top: 1px;
	color: #aaa;
}

#qt:hover, #qt:focus{
	color: #f60;
	background-color: #F2F9FC;
	border-color: #F2F9FC;
}

#q{
	border: 1px solid #666;
	padding-left: 6px;
	color: #aaa;
}
#q:hover, #q:focus{
	color: #f60;
	background-color: #F2F9FC;
}


#srch-but{
	margin-top: -2px;
	margin-left: 5px;
	vertical-align: middle;
}

#searchresults{
	background-image: url(/images/home/sidebar_gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
	min-height: 400px;
	padding: 20px;
	margin: 0 0 75px 0 !important;
}

#searchresults form{
	margin: 0;
}

#searchresults form:before{
	content: "Search again";
	display: block;
	font-size: 2.2em;
	color: #f60;
	font-weight: normal;
	margin-bottom: 30px;
}

#searchresults ol{
	margin-top: 30px;
	padding-left: 20px;
}

#searchresults ol:before{
	content: "Search results";
	display: block;
	font-size: 2.2em;
	color: #f60;
	font-weight: normal;
	margin-bottom: 30px;
	margin-left: -20px;
}

#searchresults ol li{
	padding: 15px 0;
	margin-top: 15px;
	border-top: 1px dotted #ccc;
}




/* =Shopping Cart (IN PAGE - not the "View Cart" page */
#cart{
	position: fixed;
	right: 0;
	bottom: 0;
	background-color:#f3f1e2;
	border-top: 3px solid #E8E4C6;
	padding: 5px 20px;
	z-index: 100;
}

#cart a{
	font-weight: bold;
}

#cart a:hover{

}

/* If cart is not empty */

#cart.on{
	background-color:#f90;
	color: #fff;
	border-top: 3px solid #f60;
}

#cart.on a{
	color: #fff;
	font-weight: bold;
}

#cart.on a:hover{
	color: #f90;
	background-color: #fff;
}

.cart-number{
	font-weight: bold;
	font-size: 1.2em;
}


/* =Mailing list ad */
#list-ad{
	position: fixed;
	right: 0;
	top: 50px;
	background-color:#f90;
	color: #fff;
	border: 1px dotted #f60;
	border-right: none;
	padding: 10px;
	z-index: 100;
}

#list-ad a{
	color: #fff;
	font-weight: bold;
}

#list-ad a:hover{
	color: #f90;
	background-color: #fff;
}



/* =Main Navigation */

#main-nav{
}

#main-nav div{
	background-color: #AFAEA3;
	padding: 6px 0;
	color: #fff;
	margin: 9px 0 10px 0;
}

#main-nav ul{
	margin: 0;
	padding: 0 15px;
	list-style-type: none;	
}

#main-nav li{
	padding: 0;
	display: inline;
}

#main-nav a{
	font-size: 1em;
	color:#fff;
	text-decoration: none;
	padding: 6px 5px;
	border-bottom: 2px hidden #AFAEA3;
}

#main-nav a:hover{
	color: #fca;;
	background-color: #AFAEA3;
	border-bottom: 2px solid #f60;
}

.shop-link{
	font-weight: bold;
}




/* =Homepage */

#home-main{
	background-color: #F3F1E2;
	background-image: url(/images/home/hp_top_box_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 3px solid #E8E4C6;
	padding: 0;
	margin: 0 0 10px 0 !important;
}

#home-main p{
	margin: 10px 0 0 0;
}

/* Pic holder not used as cake ad was added - ID kept for future use.  Note: Pic holder wraps around #article div */
#home-main div#pic-holder{
	padding: 20px 20px 20px 280px;
	background-image: url(/images/home/hp_pic_nojs.gif);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 177px;
}

#home-main div#ad-holder{
	padding: 0;
	min-height: 177px;
	float: left;
	width: 250px;
	height: 217px;
}

#home-main div#ad-holder a{
	background-image: url(/images/home/hp_win_cake.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 250px;
	height: 217px;
	padding: 0;
}

#home-main div#ad-holder a span{
	display: none;
}

#home-main div.article{
	float: right;
	width: 390px;
	padding: 20px 40px 0 0;
}


#home-news{
	float: left;
	width: 150px;
	padding: 23px 20px;
	background-image: url(/images/home/sidebar_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0 -2px;
	min-height: 360px;
	border-top: 3px solid #E8E4C6;
}

#cool-prods{
	float: right;
	width: 470px;
	padding: 23px 20px;
	background-image: url(/images/home/sidebar_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0 -2px;
	min-height: 360px;
	border-top: 3px solid #E8E4C6;
}

#home-main h2, #home-news h2, #cool-prods h2{
	margin-top: 0;
}

#home-news h2, #cool-prods h2{
	font-size: 1.7em;
}

#cool-prods .photo{
	margin: 0 28px 10px 0;
	float: left;
	width: 85%;
}

#cool-prods a.photo-link{
	float: left;
	width: 130px;
}

#cool-prods h3{
	margin: 0;
}

#cool-prods h3 a{
	text-decoration: none;
	color: #000;
}

#cool-prods h3 a:hover{
	color: #f60;
}

#cool-prods .home-info-holder{
	float: left;
	width: 240px;
	margin-top: 20px;
}

#cool-prods .description{
	padding-left: 20px;
}

#cool-prods .price{
	font-size: 1.1em;
}

#cool-prods .name{
	font-size: 1.3em;
	padding: 0 20px;
}

#cool-prods .pin{
	margin-bottom: -20px;
}

#cool-prods ul, #cool-prods li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
}

.paypal-logo{
	margin-left: 12px;
}

.box-size{
	font-size: 0.7em;
}




/* =Page*/
#page-content{
	background-image: url(/images/home/hp_gradient.gif);
	background-repeat: repeat-x;
	border-top: 2px solid #E8E4C6;
	padding: 0 20px 40px 20px;
}

#page-content img{
	float: right;
	margin: 0 0 20px 20px;
}

.pic-alt{
	float: left;
	margin: 0 20px 20px 0;
}

#page-content h3{
	margin-top: 30px;
	margin-bottom: -10px;
}




/* =Blog */
#blog-content{
	float: left;
	width: 470px;
	padding-left: 20px;
}

#blog-content .job-sub{
	margin: 25px 0 -5px 0
}

#blog-content-secondary{
	float: right;
	width: 150px;
	padding: 23px 20px;
	background-image: url(/images/home/sidebar_gradient.gif);
	background-repeat: repeat-x;
	min-height: 360px;
}

#blog-content-secondary h2{
	font-size: 1.4em;
	margin-top: 0;
}

#blog-content h2, #blog-content h3{
	margin-bottom: 5px;
}

#blog-content h2 a, #blog-content h3 a{
	color: #f60;
	text-decoration: none;
}

#blog-content h3 a{
	color: #333;
	text-decoration: none;
}

#blog-content h2 a:hover, #blog-content h3 a:hover{
	color: #f60;
}

#blog-content-secondary ul{
	padding: 0;
	border-top: 1px dotted #ccc;
	margin-bottom: 25px;
}

#blog-content-secondary li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#blog-content-secondary li a{
	background-image: url(/images/home/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 9px;
	padding: 4px 0 4px 16px;
	display: block;
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#blog-content-secondary li a:hover{
	color: #f60;
}

.blog-holder{
	border-bottom: 1px dotted #ccc;
	padding: 20px 0;
}

.blog-news-holder{
	border-bottom: 1px dotted #ccc;
	padding: 20px 0;
}

.blog-hide{
	display: none;
}

.hilite{
	display: block !important;
}

.hilite .article-body{
	display: block !important;
}

.hilite h3 a, .hilite h3 a:visited{
	color: #333;
	text-decoration: none;
}

.hilite h3 a:hover{
	color: #f60;
	text-decoration: none;
}

.posted {
	color: #999;
	font-size: 0.9em;
}

.posted span{
	color: #666;
	font-weight: bold;
}

.pasty-banner{
	display: block;
	margin-top: 30px;
	width: 468px;
	height: 69px;
	background-image: url(/images/home/pastybanner.gif);
	background-repeat: no-repeat;
}

.saffron-banner{
	display: block;
	margin-top: 30px;
	width: 468px;
	height: 90px;
	background-image: url(/images/home/saffronbanner.gif);
	background-repeat: no-repeat;
}

.saffron-banner:hover, .pasty-banner:hover{
	background-color: transparent;
}

.saffron-banner span, .pasty-banner span{
	display: none;
}

#blog-content .postmetadata{
	margin-top: 30px;
	color: #aaa;
	font-size: 0.7em;
}

#blog-content-secondary #side-search input{
	float: right;
	margin: 5px 0;
}

.news-sidebar{
	border-top: none !important;
}

#respond{
	border-top: 1px dotted #ccc;
	padding: 20px 0 0 0;
}

#blog-content-secondary li a.rss-link{
	padding: 4px 0 4px 1px;
	background-image: none;
}

#blog-content-secondary li a.rss-link img{
	margin: 2px 7px 0 0;
}

#blog-content-secondary li a.rss-no-link{
	padding: 4px 0 4px 20px;
}

#blog-content .navigation{
	margin-top: 15px;
}

.news-img{
	margin: 0 15px 15px 0;
	float: left;
	border: 1px solid #666;
}


#blog-content #comment{
	width: 460px;
}


/* =Sociable for Wordpress */
.sociable li {
	display: inline;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

.sociable li a{
	background: none;
}


/* =Collection */
#collection-holder{
	background-image: url(/images/home/hp_gradient.gif);
	background-repeat: repeat-x;
	border-top: 2px solid #E8E4C6;
	padding: 20px 20px 40px 20px;
}

#collection-holder h2{
	margin-top: 0;
}

#collection{
	margin: 0;
	padding: 0;
}

#collection h3 a{
	color: #333;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
}

#collection h3 a:hover{
	color: #f60;
}

#collection ul{
	margin: 0;
	padding: 0;
}

#collection li{ 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#collection li.product-list-item{
	float: none; 
	clear: both; 
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

#collection .first-prod{
	border: none !important;
}

#collection .photo{
	margin: 30px 28px 30px 0;
	float: left;
}

#collection .price{
	font-size: 1.5em;
}

.collection-item {
	width: 70%;
	float: right;
	padding: 0;
	margin: 30px 0;
}

.collection-item h3{
	margin-top: 0;
}

#collection li li a{
	display: block;
	float: right;
	background-image: url(/images/home/button_moreinfo.gif);
	background-repeat: no-repeat;
	width: 138px;
	height: 52px;
	background-color: transparent;
}

#collection li li a span{
	display: none;
}

#collection .price{
	line-height: 1em;
}

#collection .box-size{
	font-size: 0.7em;
}





/* =Product */
/* =Main content */

#main-content{
	float: right;
	width: 470px;
	padding-right: 20px;
}

/* buy button - the smaller one */
.button-buy-sml img{
	float: right;
	margin-right: -110px;
	_margin-right: -170px;
}

a.button-buy-sml{
	margin-bottom: -15px;
}

a.button-buy-sml:hover{
	background-color: #fff !important;
}

/* buy button the bigger one */
.button-buy{
	margin-top: 25px;
}

.photo{
	background-image: url(/images/home/photo_box_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-width: 100px;
	margin: 50px 0 20px 50px;
	float: right;
}

.photo div{
	background-image: url(/images/home/photo_box_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.photo div div{
	background-image: url(/images/home/photo_box_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.photo div div div{
	background-image: url(/images/home/photo_box_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 20px;
}

.photo div div div div{
	background-image: none;
}

.photo .price{
	color: #f60;
	font-size: 2em;
	text-align: right;
	margin-right: 20px;
	margin-bottom: -20px;
}

.photo img{
	border: 1px solid #ccc;
	margin: 13px 15px 15px 13px;
	padding: 10px;
}

.photo a.photo-link{
	background-color : transparent;
}

#pimage-select{
	display: block;
	font-size: 1.5em;
	margin: 0 0 -14px 0;
	_margin: 0 0 -13px 0;
	padding: 20px  20px 0 0;
	text-align: right;
}

#pimage-select a{
	background-color: #ccc;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#pimage-select a:hover{
	background-color: #f60;
}

#country-warning{
	border: 1px dotted #f60;
	margin: 30px 0;
	padding: 20px;
	background-color: #FFEFE5;
}

#country-warning h3{
	margin: 0 0 10px 0;
	color: #f60;
	padding-bottom: 4px;
	border-bottom: 1px solid #f60;
}




/* =Secondary content (Left-hand column) */
#secondary-content{
	float: left;
	width: 150px;
	padding: 23px 20px;
	background-image: url(/images/home/sidebar_gradient.gif);
	background-repeat: repeat-x;
	min-height: 360px;
}

#secondary-content ul{
	list-style-type: none;
	margin: 0;
	padding: 0;

}
.pd-field{
	font-weight: bold;
	color: #000;
	display: block;
	float: left;
	width: 4.5em;
}

#product-details ul ul li{
	display: inline;
}



/* =View cart page */
#cart-page{
	background-image: url(/images/home/hp_gradient.gif);
	background-repeat: repeat-x;
	border-top: 2px solid #E8E4C6;
	padding: 20px 20px 40px 20px;
}

#cart-page h2{
	margin-top: 0;
}

#cart-page .photo{
	margin: 0 28px 10px 0;
	float: left;
	width: 75%;
}

#cart-page .photo-link{
	float: left;
	width: 130px;
}

#cart-page h3{
	margin: 0;
}

#cart-page .home-info-holder{
	float: left;
	width: 350px;
	margin-top: 20px;
}

#cart-page .description{
	padding-left: 20px;
}

#cart-page .price{
	font-size: 1.1em;
	width: 60%;
}

#cart-page .name{
	font-size: 1.3em;
	padding: 0 20px;
}

#cart-page .pin{
	margin-bottom: -20px;
}

#cart-page ul, #cool-prods li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#cart-page #update-cart{
	margin-top: 35px;
	float: none;
}

#cart-page .total{
	font-size: 1.2em;
}

#cart-page .money{
	font-size: 1.5em;
	font-weight: bold;
	color: #f60;
}

#cart-page ol{
	border-bottom: 1px dotted #999;
	list-style-type: none;
	padding: 20px 0 30px 0;
	margin: 0;
}

#cart-page ol li{
	padding: 10px 0 10px 40px;
	margin: 0;
}

#cart-page .ol-1, #cart-page .ol-2, #cart-page .ol-3{
	background-repeat: no-repeat;
	background-position: left center;
}

#cart-page .ol-1{
	background-image: url(/images/home/ol1.gif);
}

#cart-page .ol-2{
	background-image: url(/images/home/ol2.gif);
}

#cart-page .ol-3{
	background-image: url(/images/home/ol3.gif);
}

#paynow, #checktrolley{
	padding: 20px 0;
	border-bottom: 1px dotted #999;
}

#paynow h3, #checktrolley h3{
	margin-bottom: 15px;
	color: #f60;
	font-size: 1.5em;
}

#cart-page .primary{
	margin: 20px 0;
}

#cart-page .total{
	margin: 0 0 40px 0;
}

/* =Footer */
#footer{
	margin-top: 30px;
/*
	background-image: url(/images/home/footer_line.gif);
*/
	background-image: url(/images/home/footer_line1.gif);
	background-repeat: no-repeat;
	background-position: center top;
/*
	padding: 20px 10px 50px 10px;
*/
	padding: 30px 10px 50px 10px;
	font-size: 0.8em;
	color: #999;
}

#secondary-nav{
	float: left;
}

#secondary-nav ul{
	margin: 0;
	padding: 0;
}

#secondary-nav li{
	display: inline;
}

#copyright{
	float: right;
}

#banner-holder{
	width: 100%;
	text-align: center;
}




/* =General classes */
.hide{
	display: none;
}

.pin{
	float: none; 
	clear: both; 
	font-size: 0.02em; 
	height: 1px;
	overflow: hidden;
	border: 0 !important;
	background-image: none !important;
}

a.replace{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	/* hide overflow:hidden from IE5 Mac \*/
	overflow: hidden;
	/* */
	color: white;
}

a:hover.replace{
	color: #FFFFFF;
	background-color: transparent;
}

.replace span{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1; 
}

.writer{
	font-weight: bold;
}

.small-head{
	font-weight: bold;
	color: #666;
}

.sendfriend{
	margin: 20px 0;
}


.score span{
	color: #f60;
}

.score-extra{
	color: #888;
	font-size: 0.8em;
}
/* =Bug fixes */


/* position:fixed emulation for IE 5+ */

#cart {
	_position: absolute;
	_bottom:-1px;
	_right: 16px;
}

#list-ad {
	_position: absolute;
	_top: 50px;
	_right: 16px;
	_border: 1px solid #f60;
	_border-right: none;
}

html, body {
	_height:100%;
	_overflow: hidden;
	_width:auto;
	_margin:0;
	_padding:0;
}

#page-holder {
	_padding:0;
	_margin:0;
	_height:100%;
	_width:100%;
	_position:relative;
	_overflow-x:hidden;
	_overflow-y:auto;
}

/* Peekaboo bug fix */
/* Hides from IE5-mac \*/
* html #wrapper {height: 1%;}
* html h1 {height: 1%;}
* html h2 {height: 1%;}
* html h3 {height: 1%;}
* html h4 {height: 1%;}
/* End hide from IE5-mac */

#banner{
	_height: 110px;
}

#blog-content-secondary {
	_height: 360px;
}

#blog-content {
	_margin-top: 20px;
}

#blog-content-secondary ul{
	_margin-left: -1px;
	_padding-top: 18px;
}

#blog-content-secondary li{
	_margin-top: -18px;
}

#collection .photo{
	_ margin: 60px 28px 0 0;
}

.collection-item {
	_margin: 60px 0 0 0;
}

#home-main div.pic-holder{
	_height: 177px;
}

#main-content{
	_padding-top: 20px;
}

#page-content{
	_padding: 20px 20px 40px 20px;
}

.pin{
	_height: 0;
}

/* !!! The width of this div should be AT MOST the width of the smallest photo on your product page PLUS 50 pixels*/
.photo{
	_width: 225px;
}

#collection .photo{
	_width: 125px;
}

.replace span{
	_cursor: pointer;
}

#searchresults{
	_height: 400px;
}

#secondary-content{
	_height: 360px;
}

#wrapper{
	_height: 500px;
}