 /*-----------------------------------------------------------------------------
Title: core.css file for Loved By You website

LastChangedDate: 30/01/2009
LastChangedBy: AnnaG
-----------------------------------------------------------------------------*/

@import url(navigation.css);

/* =General
-----------------------------------------------------------------------------*/
*				{ margin: 0; padding: 0;}
hr				{ display:none; }
.align-top		{ vertical-align:top; }
.align-right	{ text-align:right; }
.align-left		{ text-align:left; }
.align-center	{ text-align:center; }
.float-left		{ float:left; margin-right: 18px; }
.float-right	{ float:right; margin-left: 18px; }
.left			{ float:left; }
.right			{ float:right; }
.clearall		{ clear:both; }
.clear-left		{ clear:left; }
.clear-right	{ clear:right; }
br.clearall,
div.clearall	{ clear:both; height: 0; line-height:0; font-size: 0px;}
img				{ border: 0px;}
acronym 		{ border-bottom: 1px dotted black;}
.hide			{ display: none; }
.error			{ color: #ff0000;}
.small			{ font-size: 0.9em;}
.big			{ font-size: 1.1em;}
.no-pad			{ padding: 0 !important;}
.pad-left		{ padding-left: 15px !important;}
.pad-right		{ padding-right: 15px !important;}
.no-border		{ border: none !important;}
.access-key		{ display: none;}

/* =Typography
-----------------------------------------------------------------------------*/
html, body{
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

body {
	color: #818181;
	background: #d7ddce url(../images/bg.gif) repeat-y center top;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 62.5%;
}
p {
	margin: 0;
	padding: 1px 0 14px;
}

a			{color: #b682a6; text-decoration: underline; }
a:visited	{color: #6e4a61; text-decoration: underline; }
a:hover		{color: #b682a6; text-decoration: none; }

:focus{outline:0;}

.dark		{color: #6e4a61;}
.light		{color: #bb88ab;}
.red		{color: #dc3058;}

/* =Headings
-----------------------------------------------------------------------------*/

body.no-title h1.title{display: none;}

h1, h2, h3, h4, h5, h6{
	line-height: normal;
	padding:  1px 0;
	margin-bottom: 13px;
	font-family: Georgia, Arial, sans-serif;
}
h1{
	color: #69445c;
	font-size: 3.3em;
	font-weight: normal;
	text-transform: lowercase;
}
h1 a:link, h1 a:visited,
h1 a:hover, h1 a:active	{color: #69445c; text-decoration: none;}

h2{
	color: #b986a9;
	font-size: 2.1em;
	font-weight: normal;
}
h2 a:link, h2 a:visited,
h2 a:hover, h2 a:active	{color: #b986a9; text-decoration: none;}

h3{
	color: #69445c;
	line-height: 1.4em;
	font-size: 1.5em;
	font-weight: normal;
}
h3 a:link, h3 a:visited,
h3 a:hover, h3 a:active	{color: #69445c; text-decoration: none;}

h4{
	color: #69445c;
	font-size: 1.3em;
}
h4 a:link, h4 a:visited,
h4 a:hover, h4 a:active	{color: #69445c; text-decoration: none;}

h5{
	color: #69445c;
	font-size: 1.3em;
}
h5 a:link, h3 a:visited,
h5 a:hover, h5 a:active	{color: #69445c;}

h6{
	color: #69445c;
	font-size: 1em;
}
h6 a:link, h6 a:visited,
h6 a:hover, h6 a:active	{color: #69445c; text-decoration: none;}



/* =Main container boxes
-----------------------------------------------------------------------------*/
.container{
	background: #fff;
	width: 940px;
	margin: 0 auto;
	padding: 0 40px;
}
.header{
	background: #fff;
	width: 940px;
	position: relative;
}
.content{
	background: #fff;
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: left;
	position: relative;
	width: 940px;
}
.footer-links{
	background: #fafafa;
	width: 940px;
	padding: 8px 0;
}
.footer{
	color: #9c9c9c;
	font-size: 0.9em;
	line-height: 1.6em;
	width: 940px;
	padding: 20px 0;
	overflow: hidden;
}

/* =Header 
-----------------------------------------------------------------------------*/
.logo{
	background: url(../images/logo.gif) no-repeat;
	display: block;
	width: 317px;
	height: 59px;
	margin: 20px 0;
	overflow: hidden;
	text-indent: -9999em;
	float: left;
}
.header .top-box{
	padding: 0;
	float: right;
}
.user-bar{
	background: #bb88ab url(../images/user-bar-bg.gif) repeat-x top;
	min-height: 41px;
}
* html .user-bar{
	height: 41px;
}
.user-bar .search-box{
	padding: 10px 20px;
	position: relative;
	float: left;
}
.user-bar .search-box span{
	color: #fff;
	font-size: 1.3em;
	padding: 0 20px 0 0;
}
.user-bar .search-box .text{
	width: 140px;
	margin-right: 10px;
}
.user-bar .search-box .err-message{
	position: absolute;
	font-size: 7px;
	top: -2px;
	left: 140px;
}
* html .user-bar .search-box .err-message{
	left: 120px;
}
.user-bar .search-box .err-message span{
	color: #fff !important;
}
.user-bar .greeting{
	float: right;
	padding: 10px;
}
.user-bar .greeting .greeting-text {
	color: #fff;
	line-height: 21px;
	font-size: 1.1em;
	height: 21px;
	margin: 0 10px;
	display: block;
	float: left;
}
.user-bar .greeting a.account-btn,
.user-bar .greeting a:visited.account-btn,
.user-bar .greeting a:hover.account-btn,
.user-bar .greeting a.logout-btn,
.user-bar .greeting a:visited.logout-btn,
.user-bar .greeting a:hover.logout-btn
{
	color: #fff;
	background: #774d69 url(../images/account-btn.gif) no-repeat left top;
	line-height: 21px;
	text-decoration: none;
	font-size: 1.1em;
	height: 21px;
	display: block;
	cursor: pointer;
	float: left;
}
.user-bar .greeting a.logout-btn,
.user-bar .greeting a:visited.logout-btn,
.user-bar .greeting a:hover.logout-btn
{
	background: #774d69 url(../images/logout-btn.gif) no-repeat left top;
	margin-left: 10px;
}
.user-bar .greeting a.account-btn span {
	background: url(../images/account-btn.gif) no-repeat right bottom;
	display: block;
	padding: 0 10px 0 20px;
}
.user-bar .greeting a.logout-btn span {
	background: url(../images/logout-btn.gif) no-repeat right bottom;
	display: block;
	padding: 0 10px;
}
.user-bar .greeting a.account-btn.my {
	width: 95px;
	margin-left: 10px;
}
.user-bar .greeting a.account-btn.edit {
	width: 160px;
}
.user-bar .greeting a.logout-btn {
	width: 58px;
}
.user-bar .greeting a.logout-btn.view-brands {
	width: 100px;
}

/* =Content 
-----------------------------------------------------------------------------*/
.primary-content{
	width: 760px;
	padding: 0 20px 0 0;
	float: left;
	position: relative;
}
.primary-content-left{
	width: 160px;
	padding: 20px 0;
	float: left;
}
.primary-content-right{
	width: 580px;
	padding: 20px 0 20px 20px;
	float: left;
	position: relative;
}
.secondary-content{
	width: 160px;
	padding: 20px 0;
	float: left;
}
.primary-content-right .primary-content-right-primary {
	background: url(../images/tab-body-bg.gif) no-repeat top left;
	width: 358px;
	padding: 15px 35px 15px 15px;
	float: left;
}
.primary-content-right .primary-content-right-secondary {
	width: 172px;
	padding: 0;
	float: left;
	position: relative;
}
.primary-content-right ul, .primary-content-right ol{
	margin-left: 0px;
	margin-bottom: 18px;
}
.primary-content-right ul ul, .primary-content-right ol ol{
	margin-bottom: 0;
}
.primary-content-right ul li, .primary-content-right ol li{
	margin-left: 0px;
	padding: 0 0 5px 15px;
	line-height: 1.6em;
}
.primary-content-right ul ul li, .primary-content-right ol ol li{
	padding: 0 0 5px 20px;
}
.primary-content-right ul{
	list-style-type: none;
}
.primary-content-right ul li{
	background: url(../images/arr-right.gif) no-repeat 0 7px;
}

/* =Wide ----------*/
body.wide .primary-content-right{
	width: 930px;
	padding: 0 0 20px 10px;
	float: none;
	position: relative;
}
body.wide .primary-content-right{
	display: none;
}

/* =Content Wide ----------*/
.primary-content-wide{
	width: 940px;
	padding: 20px 0 20px;
	float: none;
	position: relative;
}


/* =Breadcrumbs 
-----------------------------------------------------------------------------*/
body.no-breadcrumbs .breadcrumbs {
	display: none;
}
.breadcrumbs {
	margin-bottom: 15px;
}
.breadcrumbs a, .breadcrumbs a:visited{
	color: #b682a6;	
	text-decoration: underline;
}
.breadcrumbs a:hover{
	text-decoration: none;
}
.breadcrumbs span{
	padding: 0 5px;
}

/* =Collection block
-----------------------------------------------------------------------------*/
.collection-block{
	background: #f6f6f6;
	margin-bottom: 20px;
}
.collection-block h4 {
	background: #efefef;
	font-size: 2em;
	text-transform: lowercase;
	padding: 10px 13px;
	margin: 0;
	text-transform:lowercase;
}
.collection-block ul{
	list-style: none;
	padding: 10px 13px 5px;
}
.collection-block ul li{
	padding: 0 0 11px;
	line-height: 1.4em;
	display: block;
}
.collection-block ul li a,
.collection-block ul li a:visited{
	color: #818181;
}

/* =Our brands
-----------------------------------------------------------------------------*/
.our-brands{
	background: #f4ebf1;
	margin-bottom: 20px;
	padding-bottom: 13px;
}
.our-brands h4{
	color: #fff;
	background: #bb88ab;
	font-size: 1.8em;
	padding: 8px 12px 10px;
	margin: 0;
}
.our-brands ul{
	list-style: none;
	padding: 10px 7px 5px 13px;
}
.our-brands ul li{
	padding: 0 0 11px;
	line-height: 1.4em;
	display: block;
}
.our-brands .link-block {
	width: 140px;
	}
	.our-brands .link-block a,
	.our-brands .link-block a:visited {
		color: #8b597c;
		padding: 0 37px 0 0;
		position: relative;
		display:block;
		float:left;
	}
	.our-brands .link-block a:hover {
		color: #000;
	}
	.our-brands .link-block .b-new {
		background: url(../images/b-new.gif) no-repeat left top;
		display: block;
		text-indent: -9999em;
		width: 32px;
		height: 14px;
		position: absolute;
		top: 2px;
		right: 0;
	}
.our-brands a.view-brands-btn,
.our-brands a:visited.view-brands-btn {
	color: #fff;
	background: #bb88ab url(../images/view-brands-btn.gif) no-repeat left top;
	line-height: 21px;
	text-decoration: none;
	font-size: 1.1em;
	height: 21px;
	display: block;
	cursor: pointer;
	float: left;
	margin: 0 0 0 13px;	
}
.our-brands a:hover.view-brands-btn {
	background-color: #774d69;
	background-position: 0 -42px;	
}
.our-brands a.view-brands-btn span,
.our-brands a:visited.view-brands-btn span {
	background: url(../images/view-brands-btn.gif) no-repeat right -21px;
	display: block;
	padding: 0 10px;
}
.our-brands a:hover.view-brands-btn span {
	background-position: right -63px;	
}

/* =Our brands tooltip
-----------------------------------------------------------------------------*/
#view-brands-tooltip {
	display:block;
	position: absolute;
	}
.view-brands-tooltip {
	color: #797979;
	font-size: 1.1em;
	display:block;
	width: 179px;
	padding: 0 0 19px;
	background: url(../images/view-brands-tooltip-bottom.png) no-repeat right bottom;
	position: absolute;
	}
	.view-brands-tooltip .body {
		display:block;
		width: 119px;
		padding: 25px 25px 8px 35px;
		background: url(../images/view-brands-tooltip-top.png) no-repeat right top;
	}

/* =Navigation
-----------------------------------------------------------------------------*/
.sort-view-navigation {
	padding: 20px 0;
	}
	.sort-view-navigation .sort-view {
		width: 170px;
		float:left;
		}
		.sort-view-navigation .sort-view select option {
			padding: 1px 4px;
		}
		.sort-view-navigation .sort-nav {
			padding: 0 10px 7px 0;
			}
			.sort-view-navigation .sort-nav label {
				padding: 0 5px 0 0;
				float: left;
				display: block;
				width: 30px;
			}
			.sort-view-navigation .sort-nav select {
				padding: 3px 2px;
				float: left;
			}
		.sort-view-navigation .view-nav {
			padding: 0 10px 0 0;
			}
			.sort-view-navigation .view-nav label {
				padding: 0 5px 0 0;
				float: left;
				display: block;
				width: 30px;
			}
			.sort-view-navigation .view-nav select {
				padding: 3px 2px;
				float: left;
			}
	.sort-view-navigation .pager {
		width: 410px;
		float:left;
		}
		.sort-view-navigation .pager-nav {
			float: right;
			}
			.sort-view-navigation .pager-nav span a,
			.sort-view-navigation .pager-nav span a:visited,
			.sort-view-navigation .pager-nav span span {
				border: 1px solid #eee;
				float: left;
				display: block;
				padding: 0 8px;
				margin: 0 0 0 5px;
				line-height: 20px;
				text-decoration: none;
			}
			.sort-view-navigation .pager-nav span a,
			.sort-view-navigation .pager-nav span a:visited	{
				color: #bb88ab;
				background: #f6f6f6;
			}
			.sort-view-navigation .pager-nav span span,
			.sort-view-navigation .pager-nav span a:hover	{
				color: #7f7f7f;
				background: #fff;
				text-decoration: none;
			}
			.sort-view-navigation .pager-nav span span.hide {
				display: none;
			}
		.sort-view-navigation .pages-showed {
			float: right;
			clear: right;
			padding: 12px 0 0;
			display: block;
			white-space:nowrap;
		}

/* =Keep updated,
   =Tips
-----------------------------------------------------------------------------*/
.keep-updated, .tips-block{
	background: #eaf1e0;
	padding: 6px 12px 15px;
	margin-bottom: 20px;
}
.keep-updated h4, .tips-block h4{
	color: #768460;
	font-size: 2em;
	font-weight:normal;
	padding: 3px 0 1px;
}
.keep-updated .text {
	width: 130px;
	margin-bottom: 10px;
}
.tips-block .select{
	width: 136px;
	margin-bottom: 5px;
}
.tips-block #TipsList ul{
	list-style: none;
}
.tips-block #TipsList ul li{
	padding-bottom: 9px;
	line-height: 1.4em;
}

/* =Shopping bag
-----------------------------------------------------------------------------*/
.shopping-bag{
	color: #fff;
	background: #6f4b63;
	margin-bottom: 20px;
}
.shopping-bag h4 {
	padding: 0;
	margin: -14px 0 0;
}
.shopping-bag h4 a {
	background: url(../images/shopping-bag-head-bg.gif) no-repeat left top;
	text-indent: -9999px;
	height: 53px;
	display: block;
}
.shopping-bag .bag-body {
	padding: 15px 13px 18px;
}
.shopping-bag strong {
	color: #bb88ab;
}
.shopping-bag .bag-body p.no-products {
	background: url(../images/shopping-bag-separator.gif) no-repeat bottom;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 11px 0 14px;
}
.shopping-bag .line {
	background: url(../images/shopping-bag-separator.gif) no-repeat top;
	padding: 0 0 10px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.shopping-bag .bag-item{
	background: url(../images/shopping-bag-separator.gif) no-repeat bottom;
	margin: 0 0 15px;
	padding: 0 0 14px 0;
	line-height: 1.6em;
}
.shopping-bag .bag-item .ibtn {
	border: none;
	margin: 5px 0 0 5px;
	float: right;
}
.shopping-bag .bag-item a,
.shopping-bag .bag-item a:visited {
	color: #fff;
	text-decoration: none;
}
.shopping-bag .bag-item a:hover {
	text-decoration: underline;
}
.shopping-bag .bag-body p{
	padding: 0;
}
.shopping-bag .bag-body p.bag-total {
	font-size: 1.3em;
	font-weight: bold;
	padding: 14px 0;
}

.shopping-bag a.go-to-checkout,
.shopping-bag a:hover.go-to-checkout {
	color: #fff;
	background: #bb88ab url(../images/go-to-checkout-bg.gif) no-repeat left top;
	line-height: 21px;
	width: 105px;
	height: 21px;
	display: block;
	text-decoration: none;
	text-align: center;
}
.shopping-bag .go-to-checkout span{
	background: url(../images/go-to-checkout-bg.gif) no-repeat -95px bottom;
	display: block;
}

/* =Product types
-----------------------------------------------------------------------------*/

.producttype-item{
	text-align: center;
	width: 180px;
	margin: 0 9px 0 0;
	padding: 14px 0;
	display: block;
	float: left;
}
.producttype-item.last{
	margin: 0;
}
.producttype-item .item-title{
	padding: 10px 0;
}
.producttype-item .item-title a,
.producttype-item .item-title a:visited {
	color: #818181;
	text-decoration: underline;
}
.producttype-item .item-title a:hover {
	color: #818181;
	text-decoration: none;
}
.producttype-item .item-image{
	padding: 0 7px 0 0;
	min-height: 95px;
}
* html .producttype-item .item-image{ /* IE6 hack */
	height: 95px;
}

/* =Product list
-----------------------------------------------------------------------------*/

.items-navigation {
	font-size: 0.9em;
}
.items-navigation .pager{
	float: right;
	font-size: 1.1em;
}
.items-navigation .pager span{
	padding: 0 3px;
}


.product-list{
	background: url(../images/product-list-bg.gif) no-repeat top;
	padding: 0 10px 10px;
}
.product-list .line{
	clear: both;
	line-height: 1px;
	height: 1px;
	border-top: 1px #eee solid;
	display: block;
}
.product-item{
	text-align: center;
	width: 180px;
	margin: 0 10px 0 0;
	padding: 14px 0;
	display: block;
	float: left;
	position: relative;
}
.product-item.last{
	margin: 0;
}
.product-item .item-title{
	padding: 5px 0;
}
.product-item .item-title a,
.product-item .item-title a:visited {
	color: #818181;
	line-height: 1.6em;
	text-decoration: underline;
}
.product-item .item-title a:hover {
	color: #818181;
	text-decoration: none;
}
.product-item .item-image{
	padding: 0 7px 0 0;
	min-height: 95px;
}
* html .product-item .item-image{ /* IE6 hack */
	height: 95px;
}
.product-item .item-reason-image{
	position: absolute;
	top: 10px;
	left: 10px;
}
.product-item .item-price{
	color: #bb88ab;
	font-weight: bold;
	line-height: 17px;
	padding: 1px 0 14px 30px;
	float: left;
	display: block;
}
.product-item .item-add{
	line-height: 17px;
	float: left;
	display: block;
}
.product-item .item-add a,
.product-item .item-add a:visited{
	color: #fff;
	background: #92548c url(../images/add-to-bag-bg.gif) no-repeat left top;
	text-decoration: none;
	width: 69px;
	height: 17px;
	display: block;
}
.product-item .item-add a:hover{
	color: #fff;
	background: #d2a2c2 url(../images/add-to-bag-bg.gif) no-repeat left bottom;
	text-decoration: none;
}
.product-item .delete{
	position: absolute;
	top: 15px;
	right: 10px;
}
.product-item .item-stock{
	line-height: 17px;
}
/* =Product details
-----------------------------------------------------------------------------*/

.product-details{
	background: url(../images/product-list-bg.gif) no-repeat top;
	padding: 20px 25px;
	clear: both;
}
.product-details .product-details-summary{
	width: 530px;
}
.product-details-other {
	padding: 0 0 25px;
	}
	.product-details-other .item-image {
		float: left;
		width: 265px;
	}
	.product-details-other .item-info {
		float: left;
		width: 285px;
		padding: 0 0 0 30px;
		}
		.product-details-other .item-buttons{
			width: 150px;
		}
		.product-details-other .item-price {
			padding: 0;
		}
		.product-details-other .item-old-price,
		.product-details-other .item-promotion-price{
			padding: 1px 0 3px;
		}
		.product-details-other .item-old-price{
			text-decoration: line-through;
		}
		.product-details-other .item-price span,
		.product-details-other .item-old-price span{
			color: #bb88ab;
			font-size: 1.5em;
		}
		.product-details-other .item-old-price span{
			text-decoration: none;
		}
		.product-details-other .item-promotion-price span{
			color: #cc4667;
			font-size: 1.5em;
		}
		.product-details-other .item-stock{
			color: #a1b87e;
			padding: 0;
		}
		.product-details-other .item-promo-reason {
			padding: 1px 0 15px;
		}

#BackLinkContainer {
	background: url(../images/arr-left.gif) no-repeat left;
	padding-left: 13px;
	position: absolute;
	right: 0;
	top: 20px;
}
.product-details .item-price-box {
	clear: both;
	width: 110px;
}
.product-details-view-more-links {
	background: url("/assets/images/tab-ul-bg.gif") repeat-x scroll top transparent;
	padding: 20px 0;
	}
	.product-details-view-more-links .item-view-more-link {
		background: url(../images/arr-right.gif) no-repeat left 8px;
		padding: 0 0 0 13px;
	}

/* =Footer Links
-----------------------------------------------------------------------------*/
.footer-links .links-item{
	border-right: #e1e1e1 1px solid;
	line-height: 1.6em;
	width: 194px;
	padding: 0 20px;
	float: left;
}
.footer-links .links-item.last{
	border-right: none;
}
.footer-links ul{
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	display: block;
	overflow: hidden;
}
.footer-links ul li{
	display: block;
}
.footer-links ul li a,
.footer-links ul li a:visited{
	color: #878787;
	text-decoration: none;
}
.footer-links ul li a:hover{
	color: #878787;
	text-decoration: underline;
}
.footer-links ul li.parent a,
.footer-links ul li.parent a:visited,
.footer-links ul li.parent a:hover{
	color: #bb88ab;
	font-size: 2em;
	font-family: Georgia, Arial, Sans-Serif;
	text-decoration: none;
	text-transform: lowercase;
	margin: 0;
	padding: 1px 0 10px;
	display: block;
}

/* =Footer
-----------------------------------------------------------------------------*/

.footer p{
	padding-bottom: 5px;
}
.footer p.copyright{
	text-align: right;
}
.footer a.develop {
	background: url(../images/fuse8.gif) no-repeat scroll 0% 50%;
	display: block;
	width: 88px;
	height: 16px;
	margin: 0 0 5px 0;
	overflow: hidden;
	text-indent: -9999em;
	float: right;
}

/* =Homepage
-----------------------------------------------------------------------------*/
.promo-homepage {
	margin-bottom: 20px;
}

.special-products-block {
	margin-bottom: 20px;
	border: 1px solid #ededed;
}
.special-products-block .promo-homepage{
	margin-bottom: 0;
}
.special-products-block .products {
	float: right;
}
.special-products-block .products .product-item {
	width: 140px;
	display: inline;
	overflow: hidden;
}
.special-products-block .products .product-item  .item-price {
	padding:1px 0 14px 10px;
}
.special-products-block .products .product-item  .item-stock {
	line-height: 17px;
}


/* =My Account
-----------------------------------------------------------------------------*/
.primary-content-right .account-tabs{
	display: block;
	list-style-type: none;
	width: 550px;
	height: 29px;
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
	top: 1px;
	z-index: 2;
}

.primary-content-right .account-tabs li{
	background: none;
	display: block;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
	z-index: 2;
	cursor: pointer;
}

.primary-content-right .account-tabs li a,
.primary-content-right .account-tabs li a:visited{
	color: #bb88ab;
	background-image: url(../images/tab-buttons-bg.gif);
	background-position: left -29px;
	text-decoration: none;
	line-height: 29px;
	display: block;
	z-index: 2;
	cursor: pointer;
}
.primary-content-right .account-tabs li a span,
.primary-content-right .account-tabs li a:visited span 
{
	background-image: url(../images/tab-buttons-bg.gif);
	background-position: right -87px;
	text-align: center;
	padding: 0 16px;
	display: block;
	z-index: 2;
	cursor: pointer;
}
.primary-content-right .account-tabs li a:hover,
.primary-content-right .account-tabs li.current a, 
.primary-content-right .account-tabs li.current a:visited
{
	color: #818181;
	background-position: left 0px;
	cursor: pointer;
}
.primary-content-right .account-tabs li a:hover span,
.primary-content-right .account-tabs li.current a span, 
.primary-content-right .account-tabs li.current a:visited span
{
	background-position: right -58px;
	cursor: pointer;
}
.primary-content-right .account-tab-body{
	width: 550px;
	background: url(../images/tab-body-bg-wide.gif) no-repeat center top;
	display: block;
	margin: 0;
	padding: 15px 15px 50px;
	clear: both;
	z-index: 1;
}
.account-tab-body thead td {
	color: #6f4b63;
	background: #f1e7ee;
	padding: 3px 7px;
	border-bottom: 1px #fff solid;
}
.account-tab-body tbody td {
	color: #6f4b63;
	background: #fafafa;
	padding: 3px 7px;
	border-bottom: 1px #fff solid;
}

.primary-content-right .account-tab-body  .profile {
	width: 358px;
	float: left;
}
.primary-content-right .account-tab-body  .profile-right {
	width: 180px;
	padding: 0 0 0 12px;
	float: left;
	}
	.primary-content-right .account-tab-body  .profile-right .profile-right-go-checkout input{
		margin: 0 0 10px;
	}
.primary-content-right .account-tab-body  .checkbox {
	padding: 0 0 10px 45px;
}
body.favourites .primary-content-right .account-tab-body .product-list {
	background: none;
	padding: 0;
}
body.favourites .primary-content-right .account-tab-body .product-list .product-item {
	margin: 0 3px 0 0;
}
body.favourites .primary-content-right .continue-btn {
	margin: 10px 0;
}
.highlight {
	width: 290px;
	float: left;
}

/* =Checkout
-----------------------------------------------------------------------------*/
a.b-checkout-continue-shopping,
a:visited.b-checkout-continue-shopping {
	position: absolute;
	top: 70px;
	right: 0;
	display: block;
	width: 128px;
	height: 21px;
	background: #69445c url(../images/btn-submit-hover.gif) no-repeat left top;
	color: #fff;
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
}
a:visited.b-checkout-continue-shopping {
	color: #fff;
	text-decoration: none;
}
.b-checkout-basket {
	width: 460px;
	padding: 0 20px 20px 0;
	float: left;
	}
	.b-checkout-basket #basket-table {
		margin: 0;
		}	
		.b-checkout-basket #basket-table tbody td {
		    padding: 10px 5px;
		}
	.b-checkout-basket .wrapping .text {
		width: 433px;
	}
.b-checkout-postage {
	width: 460px;
	padding: 0 0 20px;
	float: left;
	}
	table.delivery-options {
		border-collapse: collapse;
		}
		.delivery-options tbody td {
			vertical-align: top;
			padding: 10px;
			border: 1px #efefef solid;
		}
		.delivery-options thead td,
		.delivery-options .thead td {
			color: #6f4b63;
			background: #f1e7ee;
			padding: 4px 10px;
			border: 1px #f1e7ee solid;
			font-weight: normal;
		}
		.b-checkout-postage p {
			padding: 1px 0;
		}
		.b-checkout-postage .wrapping .text {
			width: 433px;
		}
		.b-checkout-postage .delivery-options input {
			border: 0 none;
		}
.b-checkout-head {
	color: #6f4b63;
	background: #f1e7ee;
	padding: 4px 10px;
	margin: 0 0 20px;
}
.b-checkout-form {
	}
	.b-checkout-billing {
		width: 460px;
		padding: 0 20px 20px 0;
		float: left;
	}
	.b-checkout-delivery {
		width: 460px;
		padding: 0 0 20px;
		float: left;
	}
	.b-checkout-form h2 {
		color: #69445C;
	}
    .b-checkout-form .field-area {
	    width: 438px;
		}
	    .b-checkout-form .field-area-addresses {
	    	border-top: 2px solid #fff;
	    	border-bottom: 2px solid #fff;
		    }
		    .b-checkout-form .field-area-addresses .b-addresses {
				float: left;
				margin: 0 10px 5px 0;
		    }
		.b-checkout-form .field-area-new-address input {
			margin: 0 7px 0 0;
		}
	    .b-checkout-form fieldset label {
		    display: block;
		    float: none;
		    margin-bottom: 2px;
		    padding-right: 12px;
		    text-align: left;
		    width: auto;
		}
	.b-checkout-form fieldset .postcode-field {
		width: auto;
		padding: 0 5px 0 0;
		}
		.b-checkout-form fieldset .postcode-field input.text{
			padding: 2px;
			width: 112px;
		}
	.b-checkout-form fieldset .postcode-btn {
		width: 111px;
		padding: 20px 0 0;
		float: left;	
		}
		.b-checkout-form fieldset input.find-address {
			margin: 0;
		}
		.b-checkout-form fieldset .postcode-btn .question-mark {
			padding-left: 0;
		    background-position: center;
		    height: 24px;
    	}
		.b-checkout-form fieldset span.error {
		    padding-left: 0;
		}
	.b-checkout-form .button-area {
	    padding: 17px 0;
	    text-align: left;
	    width: auto;
	}
.b-checkout-proceed {
	border-top: 1px solid #cacaca;
	padding: 20px 0 20px;
	}
	.b-checkout-proceed input {
		float: right;
	}
	
#form-buttons {
	padding: 15px 0;
	clear: both;
}
#form-buttons input.next-btn, #form-buttons input.back-btn, #form-buttons input.finish-btn {
	color: #fff;
	border: none;
	text-align: center;
	text-transform:lowercase;
	font-size: 11px;
	line-height: normal;
	width: 128px;
	height: 21px;
	padding: 0 0 1px;
	cursor: pointer;
	overflow: visible;
}
#form-buttons input.back-btn {
	background: #bb88ab url(../images/btn-submit.gif) no-repeat left top;
	float: left;
}
#form-buttons input.next-btn, #form-buttons input.finish-btn {
	background: #e25878 url(../images/btn-continue.gif) no-repeat left top;
	float: right;
}

.credit-card-logos {
	background: url(../images/credit-card-logos.gif) no-repeat top left;
	width:296px;
	height:45px;
	margin: 20px 0 0;
	display: block;
	text-indent: -999px;	
}
body.checkout #form p.error {
	color: #fff;
	background: #bb88ab url(../images/error-pic.gif) no-repeat right;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-weight: bold;
	padding: 20px 55px 20px 15px;
	margin: 15px 0;
	display: block;
}

/* =Tables
-------------------------------------------------------------------------*/
td{
	vertical-align: top;
}

/* =Forms
-------------------------------------------------------------------------*/
input, select, textarea {
	color: #999;
	font-size: 10px;
	border: 1px solid #ccc5ca;
}
textarea {
	overflow: auto;
}
.text, .select{
	padding: 2px;
}
input.btn, input.btn-hover{
	color: #fff;
	background-color: #92548c;
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	text-align: center;
	font-size: 11px;
	line-height: normal;
	height: 21px;
	margin: 0;
	padding: 0 0 1px;
	cursor: pointer;
	overflow: visible;
}
input.btn-hover{
	color: #fff;
	background-color: #d2a2c2;
	background-position: left bottom;
}
/*   Submit btn  -------------------------------- */
input.btn.submit, input.btn-hover.submit{
	background-color: #764c68;
	background-image: url(../images/btn-submit.gif);
	width: 75px;
}
input.btn-hover.submit{
	background-color: #d2a2c2;
}
/*   Search btn  -------------------------------- */
input.btn.search, input.btn-hover.search{
	background-color: #d2a2c2;
	background-image: url(../images/btn-search.gif);
	width: 75px;
}
input.btn-hover.search{
	background-color: #784e6a;
}
/*   Sign up btn  -------------------------------- */
input.btn.sign-up, input.btn-hover.sign-up{
	background-color: #979e8c;
	background-image: url(../images/btn-sign-up.gif);
	width: 75px;
}
input.btn-hover.sign-up{
	background-color: #768460;
}
/*   Go to checkout btn  -------------------------------- */
input.btn.go-to-checkout, input.btn-hover.go-to-checkout{
	background-color: #bb88ab;
	background-image: url(../images/btn-go-to-checkout.gif);
	width: 105px;
}
input.btn-hover.go-to-checkout{
	background-color: #8e6080;
}

/* -------------------------------- */
input.ibtn {
	border: none;
}
input.ibtn.add-to-bag{
	padding-bottom: 10px;
}

fieldset {
	border: none;
}	
fieldset .text{
	width: 205px;
	margin-bottom: 10px;
}	
fieldset .select{
	width: 211px;
	margin-bottom: 10px;
}	
fieldset .checkbox input, .checkbox input{
	border: none;
	margin: 0 10px 0 0;
}

/* =Login, Register
-----------------------------------------------------------------------------*/
.field-area{
	background: #fafafa; 
	width: 336px;
	padding: 12px 11px 8px;
}	
.button-area{
	width: 358px;
	padding: 17px 0;
	text-align: right;
}
fieldset label {
	display: block;
	float: left;
	width: 140px;
	margin-bottom: 5px;
	padding-right: 12px;
	text-align: right;
}	
* html fieldset label{
	width: 135px;
}	
fieldset input,
fieldset select,
fieldset textarea{
	margin-bottom: 5px;
}	
fieldset input.w200, fieldset textarea.w200{
	padding: 2px;
	width: 175px;
}
fieldset select{
	padding: 2px;
	width: 181px;
}
fieldset .date select{
	width: auto;
	padding: 0;
}
fieldset .date select option{
	padding: 0 3px;
}
fieldset span, fieldset .date span.error{
	padding-left: 155px;
	display: block;
}	
fieldset .date span{
	padding: 0 5px;
	display: inline ;
}
fieldset label span, fieldset .date lable span.error{
	padding: 0 3px;
	display: inline;
}	
fieldset span.checkbox, fieldset span.w200,  fieldset .date label span.error{
	padding-left: 0;
	display: inline;
}	
fieldset span.checkbox input, #form fieldset span.w200 input{
	width: auto;
	border: none;
	margin: 0 0 5px 0;
	padding: 0;
}	
*:root fieldset span.checkbox input, #form fieldset span.w200 input { /* for FF */
	margin: 5px 0 0 0;
}	
fieldset br{
	clear: both;
	font-size: 1px;
	line-height: 1px;
}	
.billing-details fieldset br,
.delivery-details fieldset br
{
	line-height: normal;
	font-size: medium;
}
input.submit-btn, input.password-btn{
	color: #fff;
	border: none;
	text-align: center;
	text-transform:lowercase;
	font-size: 11px;
	line-height: 21px;
	width: 128px;
	height: 21px;
	padding: 0 0 1px;
	cursor: pointer;
	overflow: visible;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Arial,sans-serif;
}
input.submit-btn{
	background: #bb88ab url(../images/btn-submit.gif) no-repeat left top;
}
.active input.submit-btn,
input.password-btn{
	background: #e25878 url(../images/btn-continue.gif) no-repeat left top;
}
input.submit-btn-dark{
	background: #69445c url(../images/btn-submit-hover.gif) no-repeat left top;
}
fieldset .postcode-field {
	width: 112px;
	padding: 0 10px 0 0;
	float: left;
	}
	fieldset .postcode-field input.text{
		padding: 2px;
		width: 102px;
	}
fieldset .postcode-btn {
	width: 119px;
	padding: 17px 0 0;
	float: left;	
	}
	fieldset input.find-address {
		color: #fff;
		background: #bb88ab url(../images/btn-find-address.gif) no-repeat left top;
		border: none;
		text-align: center;
		text-transform:lowercase;
		font-size: 11px;
		line-height: normal;
		width: 80px;
		height: 21px;
		padding: 0 0 1px;
		margin: 3px 7px 0 0;
		cursor: pointer;
		overflow: visible;
		float: left;
	}
	fieldset .postcode-btn .question-mark {
		background: #bb88ab url(../images/question-mark.gif) no-repeat left top;
		width: 30px;
		height: 30px;
		float: left;
		display: block;	
		text-indent: -9999px;
		cursor: pointer;
	}

a.submit-btn, a.password-btn,
a:visited.submit-btn, a:visited.password-btn,
a:hover.submit-btn, a:hover.password-btn{
	color: #fff;
	border: none;
	text-align: center;
	text-transform:lowercase;
	font-size: 11px;
	line-height: 21px;
	width: 128px;
	height: 21px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: visible;
	display:block;
	text-decoration:none;
}
a.btn-right, a.btn-right:visited, a.btn-right:hover {float:right; margin-right:10px;}
a.submit-btn,
a:visited.submit-btn,
a:hover.submit-btn{
	background: #bb88ab url(../images/btn-submit.gif) no-repeat left top;
}
a.password-btn,
a:visited.password-btn,
a:hover.password-btn{
	background: #e25878 url(../images/btn-continue.gif) no-repeat left top;
}
body.login .primary-content-right #to-register {
	display: none;
}
body.login .primary-content-right h2, 
body.register .primary-content-right h2
{
	color: #69445c;
}
.password-sent {
	font-weight: bold;
	padding:0 0 5px;
}
p.error {
	padding:0 0 5px;
}

.login-panel {
	width: 275px;
	float: left;
	}
	.panel-left {
		padding: 0 30px 0 0;
	}
	.login-panel .field-area {
		width: auto;
		padding: 12px 17px 0px;
		}
		.login-panel fieldset label {
			width: auto;
			text-align: left;
			float: none;
			margin-bottom: 1px;
		}
		.login-panel fieldset span {
			padding: 0;
		}
	.login-panel .button-area {
		width: auto;
		background:#fafafa;
		padding: 12px 35px 10px;
	}
	.login-page-banner {
		padding: 30px 0 0 0;	
		margin: 0 0 18px;
		}
		.login-page-banner .login-banner-text {
			background-color: #fafafa;
			background-repeat: no-repeat;
			padding: 15px 15px 10px;	
			margin: 0 0 15px;
			}
			.login-page-banner .login-banner-text p {
				padding: 0 0 10px;	
				line-height: 1.4em;
			}
		.login-page-banner h2 {
			font-size: 1.9em;
		}


/* =Contact form
-----------------------------------------------------------------------------*/
fieldset.contact .field-area{
	width: 350px;
}	
fieldset.contact .radio  {
	padding: 0;
}
fieldset.contact label, fieldset.contact .radio label.main {
	display: block;
	float: left;
	width: 145px;
	margin-bottom: 5px;
	padding: 0 12px 0 0;
	text-align: right;
}	
* html fieldset.contact .radio label.main,
* html fieldset.contact label
{
	width: 145px;
}
fieldset.contact .radio label {
	display: inline;
	float: none;
	margin-bottom:0;
	padding: 0 5px;
	text-align:left;
	width:auto;
}
fieldset.contact .radio input {
	border: none;
	padding: 0;
	margin: 0;
}
fieldset.contact span.error{
	padding-left: 160px;
	display: block;
}
fieldset.contact label span.error{
	padding: 0 3px;
	display: inline;
}
fieldset.contact .checkbox  {
	width: 327px;
	padding: 10px 0 20px 45px;
	display: block;
}
fieldset.contact .checkbox label  {
	padding: 0;
	margin: 0;
	float: none;
	width: auto;
	display: inline;
}
fieldset.contact span.checkbox input {
	padding: 0;
	margin: 0 10px 0 0;
	float: none;
	width: auto;
	display: inline;
}
fieldset.contact .button-block  {
	text-align: right;
	width: 372px;
}

/* =Basket page 
-----------------------------------------------------------------------------*/
#basket-table{
	margin: 10px 0 15px;
}
#basket-table tr.grey {
	background: #fafafa;
}
#basket-table td{
	vertical-align: top;
}
#basket-table td.button-td a{
	margin-bottom: 7px;
}
#basket-table thead td {
	color: #6f4b63;
	background: #f1e7ee;
	padding: 5px 10px;
	border-bottom: 1px #fff solid;
}
#basket-table tbody td {
	padding: 10px;
	}
	#basket-table tbody td.quantity {
		padding: 10px 0px;
	}
	#basket-table thead td.quantity	{
		padding: 5px 0px;
	}
#basket-table input.quantity {
	color: #000;
	background: #fff;
	width: 35px;
	font-size: 1.1em;
	text-align: center;
	padding: 3px;
}
#basket-table .price,  #basket-table .vat {
	color: #6f4b63;
	padding: 0;
}
#basket-table .discounted {
	color: #dc3058;
	padding: 0;
}
#basket-table input.update, #basket-table input.remove,
#basket-table input.update-hover, #basket-table input.remove-hover {
	color: #bb88ab;
	background:transparent none repeat scroll 0%;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px #bb88ab solid;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
	height: 16px;
	margin: 0;
	padding: 0;
	overflow: visible;
}
#basket-table input.update-hover, #basket-table input.remove-hover {
	border-bottom: 1px #fafafa solid;
}
#basket-table input.update-plus, #basket-table input.update-minus,
#basket-table input.update-plus-hover, #basket-table input.update-minus-hover {
	color: #fff;
	background-color: #bb88ab;
	border: 0 none;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	font-size: 11px;
	cursor: pointer;
	width: 17px;
	height: 16px;
	margin: 3px 0 0;
	padding: 0 0 3px;
	overflow: visible;
}
#basket-table input.update-plus-hover, #basket-table input.update-minus-hover {
	background-color: #6f4b63;
}

/* =Discount Voucher Form, =Wrapping Form 
-------------------------------------------*/
.discount-voucher table,
.wrapping table
{
	margin: 10px 0 15px;
}
.discount-voucher table tr.grey,
.wrapping table tr.grey {
	background: #fafafa;
}
.discount-voucher table td,
.wrapping table td{
	vertical-align: top;
}
.discount-voucher table td.button-td a{
	margin-bottom: 7px;
}
.discount-voucher table thead td,
.wrapping table thead td {
	color: #768460;
	background: #EAF1E0;
	padding: 5px 10px;
	border-bottom: 1px #fff solid;
}
.discount-voucher table tbody td,
.wrapping table tbody td {
	padding: 10px;
}
.discount-voucher input.text {
	width: 122px;
	padding: 3px;
}
.discount-voucher .btn,
.discount-voucher .btn-hover{ 
	color: #fff;
	background: #979e8c url(../images/btn-apply-voucher.gif) no-repeat left top;
	border: none;
	text-align: center;
	text-transform:lowercase;
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
	width: 128px;
	height: 21px;
	padding: 0 0 1px;
	margin: 10px 0 0;
	cursor: pointer;
	overflow: visible;
}
.discount-voucher .btn-hover {
	background: #768460 url(../images/btn-apply-voucher.gif) no-repeat left bottom;
}

.discount-voucher input.remove,
.discount-voucher input.remove-hover {
	color: #bb88ab;
	background:transparent none repeat scroll 0%;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px #bb88ab solid;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
	height: 16px;
	margin: 0;
	padding: 0;
	overflow: visible;
}
.discount-voucher input.remove-hover {
	border-bottom: 1px #fafafa solid;
}

.wrapping .wrap-btn,
.wrapping .wrap-btn-hover{ 
	color: #fff;
	background: #979e8c url(../images/btn-apply-voucher.gif) no-repeat left top;
	border: none;
	text-align: center;
	text-transform:lowercase;
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
	width: 128px;
	height: 21px;
	padding: 0 0 1px;
	margin: 10px 0 0;
	cursor: pointer;
	overflow: visible;
	float: right;
}
.wrapping .wrap-btn-hover {
	background: #768460 url(../images/btn-apply-voucher.gif) no-repeat left bottom;
}
.wrapping .text {
	width: 554px;
	height: 49px;
	overflow: auto;
}
.wrapping .update,
.wrapping .update-hover, 
.wrapping .remove,
.wrapping .remove-hover{ 
	color: #fff;
	background: #979e8c url(../images/btn-apply-voucher.gif) no-repeat left top;
	border: none;
	text-align: center;
	text-transform:lowercase;
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
	width: 128px;
	height: 21px;
	padding: 0 0 1px;
	margin: 10px 0 0;
	cursor: pointer;
	overflow: visible;
	float: right;
}
.wrapping .update-hover,
.wrapping .remove-hover {
	background: #768460 url(../images/btn-apply-voucher.gif) no-repeat left bottom;
}

/* =Basket bottom 
------------------*/
#basket-bottom{
	border: 1px solid #efefef;
	font-size: 1.1em;
	text-align: right;
	line-height: 15px;
	padding: 5px 12px;
	margin-bottom: 20px;
}

#basket-bottom p.subtotal{
	padding: 5px 0 0 0;
}
#basket-bottom p.total{
	color: #6f4b63;
	padding: 5px 0 5px 0;
}
#basket-bottom p.voucher-discount,
#basket-bottom p.discount,
#basket-bottom p.wrapping,
#basket-bottom p.delivery {
	padding: 5px 0 0;
}
#basket-bottom p.voucher-discount {
	color: #f00;
}
#basket-bottom p.total-discount{
	color: #dc3058;
	padding: 5px 0 0;
}
#basket-bottom p.tax{
	padding: 0;
}

/* =Basket buttons 
------------------*/
#basket-buttons{ 
	position: relative;
	text-align: right;
	padding: 0 10px;
}
#basket-buttons .checkout-btn, #basket-buttons .continue-btn, .continue-btn{ 
	color: #fff;
	border: none;
	text-align: center;
	text-transform:lowercase;
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
	width: 128px;
	height: 21px;
	padding: 0 0 1px;
	cursor: pointer;
	overflow: visible;
}
#basket-buttons .checkout-btn{ 
	background: #bb88ab url(../images/btn-submit.gif) no-repeat left top;
	margin: 18px 0 10px;
}
#basket-buttons .continue-btn, .continue-btn{ 
	background: #e25878 url(../images/btn-continue.gif) no-repeat left top;
	margin: 0 0 10px 0;
}

/* =Bestsellers
-----------------------------------------------------------------------------*/

#gallery {
	background: url(../images/gallery-bg-top.gif) no-repeat 5px top;
	width: 580px;
	margin-bottom: 20px;
}
#gallery-inner {
	background: url(../images/gallery-bg-bottom.gif) no-repeat 5px bottom;
	padding-bottom: 10px;
}
#gallery .gallery-header {
	padding: 7px 30px 0;
	height: 40px;
	}
	#gallery .gallery-header h4 {
		font-size: 2em;
		margin: 0;
		padding: 3px 0 0;
	}
#holder {
	margin: 0 30px;
	overflow: hidden;
	position: relative;
	width: 520px;

}
#js #holder {
	height: 200px;
	overflow: visible;
}
#hul {
	margin:0;
	padding: 0;
	list-style: none;
	top: 0;
	left: 0;
	width: 520px;
	position: relative;		
}
#js #hul {
	position: absolute;	
}
#holder li {
	background: none;
	width: 160px;
	height: 200px;
	float: left;
	text-align: center;
	display: block;
	padding: 0;
	margin-right: 13px;
	position: relative;
	overflow: hidden;
}
#holder li p{
	padding: 1px 0 5px;
}
#holder li .item-title{
	padding: 5px 0;
}
#holder li .item-title a,
#holder li .item-title a:visited {
	color: #818181;
	text-decoration: underline;
}
#holder li .item-title a:hover {
	color: #818181;
	text-decoration: none;
}
#holder li .item-image{
	padding: 10px 7px 0 0;
	min-height: 100px;
}
* html #holder li .item-image{ /* IE6 hack */
	height: 100px;
}
#holder li .item-reason-image{
	position: absolute;
	top: 10px;
	left: 4px;
}
#holder li .item-price{
	color: #bb88ab;
	font-weight: bold;
	line-height: 17px;
	padding: 1px 8px 14px 15px;
	float: left;
	display: block;
}
#holder li .item-add{
	line-height: 17px;
	float: left;
	display: block;
	padding: 0;
}
#holder li .item-stock{
	line-height: 17px;
	float: left;
	display: block;
	padding: 0;
}
#holder li .item-add a,
#holder li .item-add a:visited{
	color: #fff;
	background: #92548c url(../images/add-to-bag-bg.gif) no-repeat left top;
	text-decoration: none;
	width: 69px;
	height: 17px;
	display: block;
}
#holder li .item-add a:hover{
	color: #fff;
	background: #d2a2c2 url(../images/add-to-bag-bg.gif) no-repeat left bottom;
	text-decoration: none;
}
#left_a {
	float: left;
	margin: -120px 0 0 -1px;
	display: none;
	cursor: pointer;
}
#right_a {
	float: right;
	margin: -120px -1px 0 0;
	display: none;
	cursor: pointer;
}
#js #left_a, #js #right_a {
	display: inline;
}

/* =FAQ 
-----------------------------------------------------------------------------*/
.faq .question{
	color: #6f4b63;
	background: #f1e7ee;
	text-decoration: underline;
	padding: 3px 9px;
	margin-bottom: 1px;
	cursor: pointer;
	display: block;
}
.faq .question span{
	display: block;
	background: url(../images/arr-down.gif) no-repeat right;
	cursor: pointer;
}
.faq .question.selected{
	text-decoration: none;
}
.faq .question.selected span{
	background: url(../images/arr-up.gif) no-repeat right;
}
.faq .answer{
	padding: 10px 9px 14px;
}
.faq-categories{
	background: #fafafa;
	padding: 10px 9px;
	margin-bottom: 10px;
}
.faq-categories .select{
	width: 100%;
}
.faq-categories h3{
	margin: 15px 0 0;
}

/* =Search results
-----------------------------------------------------------------------------*/
.search-results{
	background: url(../images/product-list-bg.gif) no-repeat top;
	padding: 20px 25px;
	clear: both;
}
.search-results strong{
	color: #69445c;
	font-weight: normal;
	padding-right: 5px;
}
.search-results .items-navigation .pager {
	float: none;
	padding: 10px 0;
}

/* =Nonflash content
-----------------------------------------------------------------------------*/
ul.nonflash-content strong{
	color:#69445C;
	display: block;
	font-size:1.3em;
	font-weight:bold;
	font-family:Georgia,Arial,sans-serif;
	line-height:normal;
	padding:1px 0;
}

/* =Blank template
---------------------------------------- */
body.blank {
	background: transparent;
	color: #000;
	font-size: 0.8em;
}
.blank-container {
	font-size: 0.9em;
}
h1.blank-title {
	display: none;	
	
}
.blank-container h3{ 
	font-weight: bold;
	margin: 10px 0 8px 0 ;
}
div.imagearea {
	float: right;
	width: 265px;
	margin: 0 0 10px 20px;
}
div.imagearea img {float: right;}

/* =Brands
---------------------------------------- */
.tooltip-block {
	display: none;
}

/* =New buttons
---------------------------------------- */

.primary-content-right ul.featured {
	margin: 0 0 0 25px;
	padding:0;
	overflow: hidden;
	clear: both;
	}

.primary-content-right ul.featured li {
	margin:0;
	padding:0;
	background: none;
	display: block;
	float: left;	
}	
.primary-content-right ul.featured li a {
	display: block;
	background: #F1F1F1 url(/assets/images/featured-a.gif) top right;
	padding: 0 5px 0 0;
	margin: 0 25px 0 0;
	color: #73495D;
	text-decoration: none;
}

.primary-content-right ul.featured li a span {
	display: block;
	background: url(/assets/images/featured-span.gif) 0 0;
	text-align:center;
	padding: 7px 10px 4px 15px;
	min-height: 23px;
	min-width: 130px;
}

.primary-content-right ul.featured li a:hover {	
	background:#92548C url(/assets/images/featured-a-hover.gif) top right;
	color: #fff;
}
.primary-content-right ul.featured li a:hover span {	
	background: url(/assets/images/featured-span-hover.gif) 0 0;	
}


/*=Tabs ------------------------------------------------------- */

.primary-content-right .ul-tab{
	/*display: none; */
	margin:0 10px 0 10px;
	padding:0;
	overflow: hidden;
	background: url(/assets/images/tab-ul-bg.gif) repeat-x 0 100%;
	min-height: 1px;			
}
.primary-content-right .ui-tabs {
	display:block;
	clear:both;	
}
.primary-content-right .ul-tab ul {
	display: none;
	margin:0 !important;
	padding: 0 !important;	
}
.primary-content-right .ui-tabs ul {
	display: block;
}

.primary-content-right .ul-tab li{
	margin:0 0 0 7px !important;
	padding:0 5px 0 0 !important;
	list-style-type: none;	
	float:left;
	background: url(/assets/images/tab-li-bg.gif) no-repeat top right #F1F1F1;
	border-bottom: 1px solid #EDEDED;		
}
.primary-content-right .ul-tab li a {
	display:block;
	color: #614F60;	
	background: url(/assets/images/tab-li-a-bg.gif) no-repeat top left ;
	padding: 7px 9px 6px 14px;
	text-decoration:none;
	font-size: 1.1em;
}
.primary-content-right .ul-tab li.ui-state-hover {			
	background: url(/assets/images/tab-li-bg-hover.gif) no-repeat top right #BB88AB;	
		}
.primary-content-right .ul-tab ul li.ui-state-hover a {
	color: #fff;
	background: url(/assets/images/tab-li-a-bg-hover.gif) no-repeat top left;	
			}


.primary-content-right .ul-tab li.ui-tabs-selected {			
	background: url(/assets/images/tab-li-bg-cur.gif) no-repeat top right #fff;
	border-bottom: 1px solid #fff;			
		}
.primary-content-right .ul-tab ul li.ui-tabs-selected a {
	color: #6C6C6C;
	background: url(/assets/images/tab-li-a-bg-cur.gif) no-repeat top left;	
			}


.ui-tabs-selected a,
.ui-tabs-selected a:visited {color: #f00;}

.ui-tabs-hide {display: none;}


.tab-content {
	padding: 0 0;
}
.tab-content h3.hide {display: block;}
.tab-content.ui-tabs-panel h3.hide{
	display: none;
}


.product-details.no-top {
	background: url(/assets/images/product-list-bg-no-top.gif) no-repeat 0 0;
}




/* Tooltip of images
-----------------------------------------------------------------------------*/
#gallery-tooltip{
	position:absolute;
	display:none;
	z-index:500;
	}
#gallery-tooltip div.h3{
	padding:0 0 10px;
	background:url(/assets/images/image-tooltip-bottom.png) no-repeat 0 bottom;
	}
	#gallery-tooltip span{
		background:url(/assets/images/image-tooltip-top.png) no-repeat 0 0;
		padding:9px 9px 0;
		display:block;
		}

/* =Thickbox
---------------------------------------- */
body#nojs ul.featured {display: none;}

body#nojs #featured-content-1,
body#nojs #featured-content-2,
body#nojs #featured-content-3 {
	text-indent: 0;
}

body#js #featured-content-1,
body#js #featured-content-2,
body#js #featured-content-3 {
	display: none;
	/* display: block;
	overflow: hidden;
	text-indent: -9999em;		*/
}

body#js .thickbox-content {
	background: #fff;
	margin: 28px 28px 10px 28px;
	font-size: 0.9em;
}

body#nojs .thickbox-content h2.hide {display: block;}

#TB_ajaxContent .thickbox-content h3{ 
	font-weight: bold;
	margin: 10px 0 8px 0 ;
}

#TB_ajaxContent .thickbox-content div.imagearea {
	float: right;
	width: 265px;
	margin: 0 0 10px 20px;
}
#TB_ajaxContent .thickbox-content div.imagearea img {float: right;}
