/*-----------------------------------------------------------------------------
Regal Shop Web Site
-----------------------------------------------------------------------------*/

@import url(navigation.css);

/* =General
-----------------------------------------------------------------------------*/
*				{ margin: 0; padding: 0;}
:focus          { outline:none; }
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		{ 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: #252525 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: #d2ac67; text-decoration: underline; }
a:visited	{color: #b83245; text-decoration: underline; }
a:hover		{color: #000; text-decoration: none; }

.dark		{color: #b83245;}
.light		{color: #d2ac67;}
.red		{color: #f00;}

/* =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: Helvetica, Arial, sans-serif;
}
h1{
	color: #d2ac67;
	font-size: 3.3em;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}
h1 a:link, h1 a:visited,
h1 a:hover, h1 a:active	{color: #d2ac67; text-decoration: none;}

h2{
	color: #d2ac67;
	font-size: 1.5em;
}
h2 a:link, h2 a:visited,
h2 a:hover, h2 a:active	{color: #d2ac67; text-decoration: none;}

h3{
	color: #b83245;
	font-size: 1.5em;
}
h3 a:link, h3 a:visited,
h3 a:hover, h3 a:active	{color: #b83245; text-decoration: none;}

h4{
	color: #b83245;
	font-size: 1.3em;
}
h4 a:link, h4 a:visited,
h4 a:hover, h4 a:active	{color: #b83245; text-decoration: none;}

h5{
	color: #b83245;
	font-size: 1.3em;
}
h5 a:link, h3 a:visited,
h5 a:hover, h5 a:active	{color: #b83245;}

h6{
	color: #b83245;
	font-size: 1em;
}
h6 a:link, h6 a:visited,
h6 a:hover, h6 a:active	{color: #b83245; text-decoration: none;}



/* =Main container boxes
-----------------------------------------------------------------------------*/
.container{
	width: 1020px;
	margin: 0 auto;
	padding: 0;
}
.header{
	background: #fff;
	width: 940px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
}
.content{
	background: #fff;
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: left;
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0 30px;
}
.footer-links{
	background: #fafafa;
	width: 940px;
	margin: 0 40px;
	padding: 8px 0;
}
.footer{
	color: #9c9c9c;
	font-size: 0.9em;
	line-height: 1.6em;
	width: 940px;
	margin: 0 auto;
	padding: 20px 30px;
	overflow: hidden;
}

/* =Header 
-----------------------------------------------------------------------------*/
.logo{
	background: url(../images/logo.gif) no-repeat;
	display: block;
	width: 150px;
	height: 98px;
	margin: 3px 0 0;
	overflow: hidden;
	text-indent: -9999em;
	float: left;
}
.header .top-box{
	padding: 0;
	float: right;
}
.user-bar{
	background: #767576 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-right: 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: #d2ac67 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: #a8a8a8 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;
}
.user-bar .greeting a.account-btn.edit {
	width: 155px;
}
.user-bar .greeting a.logout-btn {
	width: 58px;
}

/* =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 {
	background: url(../images/primary-right-secondary-bg.gif) no-repeat top;
	width: 132px;
	padding: 15px 20px;
	float: left;
}
.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;
}


/* =Breadcrumbs 
-----------------------------------------------------------------------------*/
body.no-breadcrumbs .breadcrumbs {
	display: none;
}
.breadcrumbs {
	margin-bottom: 15px;
	color: #b83245;
}
.breadcrumbs a, .breadcrumbs a:visited{
	color: #919091;	
	text-decoration: underline;
}
.breadcrumbs a:hover{
	text-decoration: none;
}
.breadcrumbs span{
	padding: 0 5px;
}

/* =Our brands,
   =Collection block
-----------------------------------------------------------------------------*/
.our-brands, .collection-block{
	background: #f6f6f6;
	margin-bottom: 20px;
}
.our-brands h4, .collection-block h4 {
	background: #efefef;
	padding: 10px 13px;
	margin: 0;
	color:#676566;
	font-family:Helvetica,Arial,sans-serif;
	font-size:1.9em;
	font-weight: normal;
}
.collection-block h4 {
	background: #efefef;
}
.our-brands ul, .collection-block ul{
	list-style: none;
	padding: 10px 13px 5px;
}
.our-brands ul li, .collection-block ul li{
	padding: 0 0 7px;
	line-height: 1.6em;
}
.our-brands ul li a,
.our-brands ul li a:visited,
.collection-block ul li a,
.collection-block ul li a:visited{
	color: #818181;
}

/* =Keep updated,
   =tips
-----------------------------------------------------------------------------*/
.keep-updated, .tips-block{
	background: #eddec2;
	padding: 6px 10px 15px;
	margin-bottom: 20px;
}
.keep-updated h4, .tips-block h4{
	color: #676566;
	font-size: 1.9em;
	font-family: Helvetica, Arial, sans-serif;	
	font-weight: normal;
}
.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;
}
.tips-block #TipsList ul li a{
	color: #b83245;
}

/* =Tips Details
-----------------------------------------------------------------------------*/
.grey-block {
	background: #f6f6f6;
	padding: 15px 20px;
	margin-bottom: 18px;
}
.grey-block p.list-item{
	width: 265px;
	float: left;
	line-height: 24px;
	padding: 1px 0;
}
.grey-block p.list-item span{
	color: #b83245;
	font-size: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 24px;
	font-weight: bold;
	display: block;
	float: left;
	padding: 0 5px 0 0;
}
.tip-summary{
	padding-bottom: 18px;
}


/* =Shopping basket
-----------------------------------------------------------------------------*/
.shopping-basket{
	color: #fff;
	background: #767576;
	margin-bottom: 20px;
}
.shopping-basket h4 {
	padding: 0;
	margin: 0;
}
.shopping-basket h4 a {
	background: url(../images/shopping-basket-head-bg.gif) no-repeat left top;
	text-indent: -9999px;
	height: 39px;
	display: block;
}
.shopping-basket .basket-body {
	background: url(../images/shopping-basket-body-bg.gif) repeat-x top;
	padding: 15px 13px 18px;
}
.shopping-basket strong {
	color: #d2ac67;
}
.shopping-basket .basket-body p.no-products {
	background: url(../images/shopping-basket-separator.gif) no-repeat bottom;
	text-align: center;
	font-size: 1.1em;
	padding: 11px 0 14px;
}
.shopping-basket .line {
	background: url(../images/shopping-basket-separator.gif) no-repeat top;
	padding: 0 0 10px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.shopping-basket .basket-item{
	background: url(../images/shopping-basket-separator.gif) no-repeat bottom;
	margin: 0 0 15px;
	padding: 0 0 14px 0;
	line-height: 1.6em;
}
.shopping-basket .basket-item .ibtn {
	border: none;
	margin: 5px 0 0 5px;
	float: right;
}
.shopping-basket .basket-item a,
.shopping-basket .basket-item a:visited {
	color: #fff;
	text-decoration: none;
}
.shopping-basket .basket-item a:hover {
	text-decoration: underline;
}
.shopping-basket .basket-body p{
	padding: 0;
}
.shopping-basket .basket-body p.basket-total {
	font-size: 1.3em;
	font-weight: bold;
	padding: 14px 0;
}

.shopping-basket a.go-to-checkout,
.shopping-basket a:hover.go-to-checkout {
	color: #fff;
	background: #d2ac67 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-basket .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;
	text-decoration: underline;
}
.product-item .item-title a:hover {
	color: #818181;
	text-decoration: none;
}
.product-item .item-image{
	padding: 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: #b83245;
	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: #d2ac67 url(../images/add-to-basket-bg.gif) no-repeat left top;
	text-decoration: none;
	width: 84px;
	height: 17px;
	display: block;
}
.product-item .item-add a:hover{
	color: #fff;
	background: #d19d3d url(../images/add-to-basket-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{
	float: left;
	width: 240px;
	padding-right: 25px; 
}
.product-details .product-details-other{
	float: left;
	width: 265px;
}
.product-details .product-details-other .item-buttons{
	float: right;
	width: 150px;
}
.product-details .product-details-other .item-price {
	padding: 0;
}
.product-details .product-details-other .item-old-price,
.product-details .product-details-other .item-promotion-price{
	padding: 1px 0 3px;
}
.product-details .product-details-other .item-old-price{
	text-decoration: line-through;
}
.product-details .product-details-other .item-price span,
.product-details .product-details-other .item-old-price span{
	color: #b83245;
	font-size: 1.5em;
}
.product-details .product-details-other .item-old-price span{
	text-decoration: none;
	color: #818181;
}
.product-details .product-details-other .item-promotion-price span{
	color: #cc4667;
	font-size: 1.5em;
}
.product-details .product-details-other .item-stock{
	color: #d2ac67;
	padding: 0;
}
#BackLinkContainer {
	background: url(../images/arr-left.gif) no-repeat left;
	padding-left: 13px;
	position: absolute;
	right: 0;
	top: 20px;
}



/* =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 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:#676566;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	text-decoration: none;
	text-transform: lowercase;
	margin-bottom: 3px;
	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: #d2ac67;
	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: #676566;
	background: #f6eee1;
	padding: 3px 7px;
	border-bottom: 1px #fff solid;
}
.account-tab-body tbody td {
	background: #fafafa;
	padding: 3px 7px;
	border-bottom: 1px #fff solid;
}

.primary-content-right .account-tab-body  .profile {
	width: 358px;
}
.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
-----------------------------------------------------------------------------*/
body.checkout h1.title{
	margin-bottom: 0;
	width: 185px;
	float: left;
}
body.checkout h1.second-h1{
	color: #b83245;
	width: 395px;
	float: left;
}
#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: #d2ac67 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;
}
body.checkout .field-area{
	width: auto;
}
body.checkout .billing-details .remember-address {
	padding: 10px 0 0;
}
body.checkout .delivery-details .use-invoice-details {
	padding: 0 0 10px;
}
body.checkout .delivery-details .remember-this-address {
	padding: 10px 0;
}
body.checkout .delivery-details .terms-and-conditions {
	padding: 20px 0 5px;
}
body.checkout fieldset.delivery-details .terms-and-conditions p {
	padding: 1px 0 5px;
}
body.checkout fieldset.delivery-details .terms-and-conditions span {
	display: block;
	padding-left: 0;
}
body.checkout fieldset.delivery-details .terms-and-conditions label{
	width: auto;
}
body.checkout .delivery-options input{
	border: none;
}
*:root body.checkout .delivery-options input{ /* for FF */
	margin: 3px 0 0;
}
body.checkout #basket-table thead td,
body.checkout .delivery-options thead td{
	color: #676566;
	background: #f6eee1;
	padding: 5px 10px;
	border-bottom: 1px #fff solid;
}
body.checkout #basket-table tbody td ,
body.checkout .delivery-options tbody td{
	padding: 10px;
	border-bottom: 1px #efefef solid;
}
body.checkout #basket-table .discount-price {
	color: #dc3058;
}
body.checkout #basket-bottom p.total .price{
	font-weight: bold;
}
body.checkout .details {
	background: #fafafa;
	width: 250px;
	float: left;
	padding: 10px 15px;
	margin-bottom: 10px;
}
body.checkout .details.billing-det { width: 255px;	margin-right: 10px;}
body.checkout .details.delivery-det { width: 255px; }
body.checkout .details.delivery-option { width: 550px; }

body.checkout .details table td{
	padding: 0 10px 0 0;
}
body.checkout .details h5 a,
body.checkout .details h5 a:visited {
	color: #d2ac67;
	text-decoration: underline;
	font-size: 0.8em;
	font-family:'Lucida Grande','Lucida Sans Unicode',Arial,sans-serif;
	font-weight: normal;
}
body.checkout .details h5 a:hover {
	color: #d2ac67;
	text-decoration: none;
}
.credit-card-logos {
	background: url(../images/credit-card-logos.gif) no-repeat top left;
	width:209px;
	height:45px;
	margin: 20px 0 0;
	display: block;
	text-indent: -999px;	
}
body.checkout #form p.error {
	color: #fff;
	background: #d83e40 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: #d2ac67;
	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: #d19d3d;
	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: #a8a8a8;
	background-image: url(../images/btn-search.gif);
	width: 75px;
}
input.btn-hover.search{
	background-color: #858585;
}
/*   Sign up btn  -------------------------------- */
input.btn.sign-up, input.btn-hover.sign-up{
	background-color: #d2ac67;
	background-image: url(../images/btn-sign-up.gif);
	width: 75px;
}
input.btn-hover.sign-up{
	background-color: #d19d3d;
}
/*   Go to checkout btn  -------------------------------- */
input.btn.go-to-checkout, input.btn-hover.go-to-checkout{
	background-color: #d2ac67;
	background-image: url(../images/btn-go-to-checkout.gif);
	width: 105px;
}
input.btn-hover.go-to-checkout{
	background-color: #d19d3d;
}

/* -------------------------------- */
input.ibtn {
	border: none;
}
input.ibtn.add-to-basket{
	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: normal;
	width: 128px;
	height: 21px;
	padding: 0 0 1px;
	cursor: pointer;
	overflow: visible;
}
input.submit-btn{
	background: #b83245 url(../images/btn-submit.gif) no-repeat left top;
}
input.password-btn{
	background: #d19d3d url(../images/btn-continue.gif) no-repeat left top;
}

.password-sent {
	font-weight: bold;
}
body.login  #to-register {
	display:none;
}
.new-customer {
	background: url(../images/new-customers-bg.jpg) no-repeat right top;
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 154px;
	height: 74px;
	padding: 10px 5px 10px 135px;
}
.new-customer h2 {
	color:#d2ac67;
	margin-bottom: 0;
}
.new-customer a:visited {
	color:#d2ac67;
}


/* =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: #676566;
	background: #f6eee1;
	padding: 5px 10px;
	border-bottom: 1px #fff solid;
}
#basket-table tbody td {
	padding: 10px;
}
#basket-table input.quantity {
	color: #000;
	width: 35px;
	font-size: 1.1em;
	text-align: center;
	padding: 3px;
}
#basket-table .price,  #basket-table .vat {
	color: #b83245;
	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: #d2ac67;
	background:transparent none repeat scroll 0%;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px #d2ac67 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;
}

/* =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: #676566;
	background: #eddec2;
	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: #d2ac67 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: #d19d3d url(../images/btn-apply-voucher.gif) no-repeat left bottom;
}

.discount-voucher input.remove,
.discount-voucher input.remove-hover {
	color: #d2ac67;
	background:transparent none repeat scroll 0%;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px #d2ac67 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: #676566 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: #676566 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: #b83245;
	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: #d2ac67 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 top;
	width: 580px;
	margin-bottom: 20px;
}
#gallery-inner {
	background: url(../images/gallery-bg-bottom.gif) no-repeat bottom;
	padding-bottom: 10px;
}
#gallery .gallery-header {
	padding: 7px 30px 0;
	height: 40px;
}
#gallery .gallery-header h4{
	color:#676566;
	font-family:'Helvetica 45 Light',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size:1.9em;
}
#holder {
	margin: 0 30px;
	overflow: hidden;
	position: relative;
	width: 520px;
}
#js #holder {
	height: 200px;
}
#hul {
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;
	left: 0px;
}
#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;
}
#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: #b83245;
	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: #d2ac67 url(../images/add-to-basket-bg.gif) no-repeat left top;
	text-decoration: none;
	width: 84px;
	height: 17px;
	display: block;
}
#holder li .item-add a:hover{
	color: #fff;
	background: #d19d3d url(../images/add-to-basket-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: #b83245;
	background: #f6eee1;
	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: #b83245;
	font-weight: normal;
	padding-right: 5px;
}
.search-results .items-navigation .pager {
	float: none;
	padding: 10px 0;
}




