/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	font-size:12px;
	font-family:Tahoma;
	color:#585858;
	background:#fff;
	text-align:center;
}

#container {
    width:1020px;
    margin:0px auto;
    text-align:left;
}

#header {
    width:1000px;
    height:70px;
    padding:10px;
    clear:both;
    background:#000000;
}

#header-logo {
    width:250px;
    height:70px;
    float:left;
    text-align:left;
}

#header-promo {
    width:500px;
    height:50px;
    padding-top:20px;
    float:left;
    text-align:center;
}

#header-basket {
    width:250px;
    height:70px;
    float:right;
    text-align:right;
}

#navigation {
    width:1020px;
    height:37px;
    margin-top:10px;
    margin-left:-10px;
    clear:both;
    float:left;
    background:url('/design/images/shared/top_red_bg.gif') repeat-x top left;
}

#navigation ul {
    list-style:none;
}

#navigation ul li div ul {
    
}

#navigation ul li div ul li {
	padding-bottom:5px;
}

#navigation ul li div ul li.bullets {
    background:url('/design/images/shared/bullets.png') no-repeat 0px 2px;
    margin-left:-10px;
    padding-left:15px;
}

#navigation ul li.tab {
    float:left;
    height:20px;
    margin:3px 3px 0px 3px;
    padding:7px 17px;
    font-family:Tahoma;
    font-size:1.1em;
    color:#ffffff;
    cursor:pointer;
}

#navigation ul li.link {
    float:left;
    height:17px;
    margin:3px;
    padding:7px 17px;
    font-family:Tahoma;
    font-size:1.1em;
    color:#ffffff;
    cursor:pointer;
}

#navigation ul li.search {
    float:right;
    height:21px;
    margin:3px;
    padding:5px 17px;
    font-family:Tahoma;
    font-size:1em;
    color:#ffffff;
}

.navigation-selected-tab {
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    background:#ffffff;
}

.navigation-selected-link {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background:url('/design/images/shared/link_bg.png') repeat-x top left;
}

#navigation ul li a:link {
    text-decoration:none;
    color:#ffffff;
}

#navigation ul li a:visited {
    text-decoration:none;
    color:#ffffff;
}

#navigation ul li a:active {
    text-decoration:none;
    color:#ffffff;
}

#navigation ul li a:hover {
    text-decoration:none;
    color:#ffffff;
}

#navigation ul li div {
    display:none;
    position:absolute;
    top:0px;
    left:-2000px;
    padding:10px;
    border:2px solid #950000;
    border-top:none;
    background:#ffffff;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    z-index:9999;
    font-family:Tahoma;
    font-size:1em;
    color:#000000;
}

#navigation ul li div a:link {
    color:#000000 !important;
    text-decoration:none;
}

#navigation ul li div a:active {
    color:#000000 !important;
    text-decoration:none;
}

#navigation ul li div a:visited {
    color:#000000 !important;
    text-decoration:none;
}

#navigation ul li div a:hover {
    color:#ff0000 !important;
    text-decoration:underline;
}

#page-top-outer	{
	height: 74px; 
	background:#000 url(/design/images/shared/top_slice_left.jpg) repeat-x;
	}

#page-top	{	
	width:1020px;
	text-align:left;
	margin:0 auto 0 auto;

	position: relative;
	}

#page-top-left	{	
	float: left;
	width:190px;
	padding-left: 20px;
	}
	
 #page-top-middle	{	
	float: left;
	width:450px;
	padding: 0px 0 0 30px;
	}
	
 #page-top-middle	.inner{	
	color:#fff;
	font-size: 14px;
	font-family: "Trebuchet MS";
	}
	
 #page-top-middle	.inner-left{	
	color:#fff;
	font-size: 15px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	padding-right: 3px;
	padding-top: 25px;
	float: left;
	}
		
 #page-top-middle	.inner-red{	
	color:#d40000;
	font-size: 15px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	padding-right: 5px;
	float: left;padding-top: 25px;
	}
	
 #page-top-middle	.inner-span{	
	color:#d40000;
	font-size: 50px;
	padding-top:5px;
	padding-right: 5px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	}
	
#page-top-right	{	
	width:310px;
	text-align:right;
	float: right;
	color: #ffffff;
	font-family:Tahoma;
	font-size:11px;
	line-height: 16px;
	margin-top: 10px;
	}
	
#page-top-right div{	
	padding-right: 15px;
	clear: left;
	}

#content-holder-outer	{	
 	background:url(/design/images/shared/top_red_bg.gif) repeat-x;
 	}

#content-holder{	
	width:1020px;
	text-align:left;
	margin:0 auto 0 auto;
	position: relative;
 	}
	
#nav-holder	a{
	line-height:0px;
	font-size:0px;
	}

#nav-holder	{
	width:1020px;
	text-align:left;
	height:37px;
	background:url(/design/images/nav/main_nav_bg2.gif) no-repeat -5px 0;
	/*background: url(/design/images/shared/nav_bg.gif) no-repeat;*/
	position:relative;
	z-index: 45;
	/*border: 1px solid white;*/
	}
	
#nav-holder	ul{
	list-style-type:none;
	}

#nav-holder li{
	float:left
	}


#nav-home a{
	display:block;
	width:85px;
	height:37px;
	float:left;
	}	

#nav-home a:hover ,
#nav-home a.selected {
	display:block;
	width:99px;
	height:42px;
	float:left;
	background: url(/design/images/nav/home.gif) no-repeat  ;
	position: absolute;
	top:-5px;
	left:-1px;
	}	

#nav-search a {
	display:block;
	width:85px;
	height:37px;
	float:left;
	position: absolute;
	top:0px;
	left:88px;
	z-index: 8
	}	

#nav-search a:hover ,
#nav-search a.selected {
	display:block;
	width:105px;
	height:42px;
	float:left;
	background: url(/design/images/nav/search.gif) no-repeat;
	position: absolute;
	top:-5px;
	left:83px;
	}	

#nav-fragrance a {
	display:block;
	width:174px;
	height:37px;
	float:left;
 	position: absolute;
	top:0px;
	left:180px;
	}	

#nav-fragrance a:hover ,
#nav-fragrance a.selected {
	display:block;
	width:184px;
	height:42px;
	float:left;
	background: url(/design/images/nav/fragrance.gif) no-repeat;
	position: absolute;
	top:-5px;
	left:165px;
	}		

#nav-mens a {
	display:block;
	width:174px;
	height:37px;
	float:left;
	position: absolute;
	top:0px;
	left:337px;
	z-index:11
	}	

#nav-mens a:hover ,
#nav-mens a.selected {
	display:block;
	width:190px;
	height:42px;
	float:left;
	background: url(/design/images/nav/mens.gif) no-repeat;
	position: absolute;
	top:-5px;
	left:330px;
	}		

#nav-ladies a{
	display:block;
	width:178px;
	height:37px;
	float:left;
	background: url(/design/images/nav/ladies.gif) no-repeat  -9px -42px ;
	position: absolute;
	top:0px;
	left:515px;
	z-index: 10
	}	

#nav-ladies a:hover ,
#nav-ladies a.selected {
	display:block;
	width:196px;
	height:42px;
	float:left;
	background: url(/design/images/nav/ladies.gif) no-repeat;
	position: absolute;
	top:-5px;
	left:508px;
	}		

#nav-myaccount a{
	display:block;
	width:128px;
	height:37px;
	float:left;
	background: url(/design/images/nav/myaccount.gif) no-repeat  -9px -42px ;
	position: absolute;
	top:0px;
	z-index: 15;
	left:695px;
	}	

#nav-myaccount a:hover ,
#nav-myaccount a.selected {
	display:block;
	width:145px;
	height:42px;
	float:left;
	background: url(/design/images/nav/myaccount.gif) no-repeat;
	position: absolute;
	top:-5px;
	left:690px;
	}			

#nav-shop a{
	display:block;
	width:82px;
	height:37px;
	float:left;
	background: url(/design/images/nav/shop.gif) no-repeat  -9px -42px ;
	position: absolute;
	top:0px;
	left:825px;
	z-index: 16;
	}	

#nav-shop a:hover ,
#nav-shop a.selected {
	display:block;
	width:99px;
	height:42px;
	float:left;
	background: url(/design/images/nav/shop.gif) no-repeat;
	position: absolute;
	top:-5px;
	left:815px;
	}			

#nav-contact a{
	display:block;
	width:108px;
	height:37px;
	float:left;
	background: url(/design/images/nav/contact.gif) no-repeat  -9px -42px ;
	position: absolute;
	top:0px;
	left:909px;
	z-index: 17;
	}	

#nav-contact a:hover ,
#nav-contact a.selected {
	display:block;
	width:125px;
	height:42px;
	float:left;
	background: url(/design/images/nav/contact.gif) no-repeat;
	position: absolute;
	top:-5px;
	left:896px;
	}	

#subnav-content	{
	width:994px;
	text-align:left;
	height:44px;
	background: url(/design/images/shared/sub_nav_bg.gif) no-repeat;
	}
		
#subnav-content-left	{
	width:600px;
	float:left;
	height:26px;
	padding: 9px 0 0 31px;
	}	
	
#subnav-content-left	a{
	float:left;
	color:#131313;
	font-size: 11px;
	}
			
#subnav-content-left	a.current{
	float:left;
	color:#be0202;
	font-weight: bold;
	}
	
#subnav-content-left	span{
	float:left;
	display:block;
	width:30px;
	text-align: center;
	line-height: 0;
 
	}
		
#subnav-content-right{
	width:280px;
	padding: 4px 10px 0 0 ;
 	text-align: right;
	float:right;
	height:31px;
	}	

/*a.nav-home {
	display:block;
	width:85px;
	height:37px;
	float:left;
	background: url(/design/images/nav/home.gif) no-repeat -9px -42px;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 7
	}	
	*/
	
	
	
/* column left ----------------------------- */	
	
#column-left {
	width:201px;
	float:left;
	}

/* fragrance-finder ----------------------------- */

#fragrance-finder {
	background:url(/design/images/shared/finder_bg.gif) no-repeat 0 41px;
	height: 185px;
	}

#fragrance-finder table{
	margin: 5px auto 0 auto;
	width:180px;
	}

#fragrance-finder td {
	padding:0 0 8px 0;
	}

#fragrance-finder .inp {
	width:172px;
	border: 1px solid #b7b7b7;
	padding: 4px;
	font-size: 12px;
	}
			
#fragrance-finder .sel {
	width:179px;
	border: 1px solid #b7b7b7;
	padding: 3px;font-size: 12px;
	}
	

		
/* quick menu ----------------------------- */

#quick-menu {
	 font-size: 0;
	line-height: 0;
	padding-bottom: 5px;
	
	}
	
#quick-menu ul {
	list-style-type: none;
	}	

#quick-menu ul li{
	width:201px;
	list-style-type: none;
	margin: 0 auto;
	height: 33px;
	}	

#quick-menu ul li a{
	height:33px;
	display: block;
	font-size: 0;
	line-height: 0;
	
	color:#fff;
	}	
	
#quick-menu-inner {
	/*background: url(/design/images/shared/repeat_top_seller.gif) repeat-y;*/
	width:201px;
	}

#link-1 a				{	background:url(/design/images/shared/links/link_1.gif) no-repeat; 	}
#link-1 a:hover		{	background:url(/design/images/shared/links/link_1.gif) no-repeat 0 -33px; 	}
#link-1  a.on	{	background:url(/design/images/shared/links/link_1.gif) no-repeat 0 -66px;	}
	
#link-2 a				{	background:url(/design/images/shared/links/link_2.gif) no-repeat; 	}
#link-2 a:hover		{	background:url(/design/images/shared/links/link_2.gif) no-repeat 0 -33px; 	}
#link-2 a.on	{	background:url(/design/images/shared/links/link_2.gif) no-repeat 0 -66px; 	}
	
#link-3 a				{	background:url(/design/images/shared/links/link_3.gif) no-repeat; 	}
#link-3 a:hover		{	background:url(/design/images/shared/links/link_3.gif) no-repeat 0 -33px; 	}
#link-3 a.on	{	background:url(/design/images/shared/links/link_3.gif) no-repeat 0 -66px;	}
	
#link-4 a				{	background:url(/design/images/shared/links/link_4.gif) no-repeat; 	}
#link-4 a:hover		{	background:url(/design/images/shared/links/link_4.gif) no-repeat 0 -33px; 	}
#link-4 a.on	{	background:url(/design/images/shared/links/link_4.gif) no-repeat 0 -66px; 	}
	
#link-5 a				{	background:url(/design/images/shared/links/link_5.gif) no-repeat; 	}
#link-5 a:hover		{	background:url(/design/images/shared/links/link_5.gif) no-repeat 0 -33px; 	}
#link-5 a.on	{	background:url(/design/images/shared/links/link_5.gif) no-repeat 0 -66px; 	}
	
#link-6 a				{	background:url(/design/images/shared/links/link_6.gif) no-repeat; 	}
#link-6 a:hover		{	background:url(/design/images/shared/links/link_6.gif) no-repeat 0 -33px; 	}
#link-6 a.on	{	background:url(/design/images/shared/links/link_6.gif) no-repeat 0 -66px; 	}
	
#link-7 a				{	background:url(/design/images/shared/links/link_7.gif) no-repeat; 	}
#link-7 a:hover		{	background:url(/design/images/shared/links/link_7.gif) no-repeat 0 -33px; 	}
#link-7 a.on	{	background:url(/design/images/shared/links/link_7.gif) no-repeat 0 -66px; 	}
	
#link-8 a				{	background:url(/design/images/shared/links/link_8.gif) no-repeat; 	}
#link-8 a:hover		{	background:url(/design/images/shared/links/link_8.gif) no-repeat 0 -33px; 	}
#link-8 a.on	{	background:url(/design/images/shared/links/link_8.gif) no-repeat 0 -66px;	}
	
#link-9 a				{	background:url(/design/images/shared/links/link_9.gif) no-repeat; 	}
#link-9 a:hover		{	background:url(/design/images/shared/links/link_9.gif) no-repeat 0 -33px; 	}
#link-9 a.on	{	background:url(/design/images/shared/links/link_9.gif) no-repeat 0 -66px; 	}
	
#link-10 a				{	background:url(/design/images/shared/links/link_10.gif) no-repeat; 	}
#link-10 a:hover		{	background:url(/design/images/shared/links/link_10.gif) no-repeat 0 -33px; 	}
#link-10 a.on	{	background:url(/design/images/shared/links/link_10.gif) no-repeat 0 -66px; 	}
	
#link-11 a				{	background:url(/design/images/shared/links/link_11.gif) no-repeat; 	}
#link-11 a:hover		{	background:url(/design/images/shared/links/link_11.gif) no-repeat 0 -33px; 	}
#link-11 a.on	{	background:url(/design/images/shared/links/link_11.gif) no-repeat 0 -66px;; 	}
	
#link-12 a				{	background:url(/design/images/shared/links/link_12.gif) no-repeat; 	}
#link-12 a:hover		{	background:url(/design/images/shared/links/link_12.gif) no-repeat 0 -33px; 	}
#link-12 a.on	{	background:url(/design/images/shared/links/link_12.gif) no-repeat 0 -66px;; 	}
										
	
	
/* #keep-in-touch ----------------------------- */

#keep-in-touch {
	background:url(/design/images/shared/bg_keep_in_touch.gif) no-repeat 0 38px;
	height: 170px;
	}

#keep-in-touch table{
	margin: 8px auto 0 auto;
	width:170px;
	color:#000;
	font-family: Tahoma;
	}

#keep-in-touch td {
	padding:0 0 8px 0;
	}

#keep-in-touch .inp {
	width:175px;
	border: 1px solid #b7b7b7;
	padding:4px;
	font-size: 12px;
	font-family: Tahoma;
	}
		
#keep-in-touch .sel {
	width:179px;
	border: 1px solid #b7b7b7;
	padding: 2px;
	}
	
/* #payment-logos ----------------------------- */

#payment-logos{
	background:url(/design/images/shared/bg_logo_area.gif) no-repeat 0 0px;
	height: 148px;
	padding-top: 20px;
 	font-size: 0;
	line-height: 0;
	}	
	
#payment-secure{
	background:url(/design/images/shared/bg_logo_area.gif) no-repeat 0 24px;
	height: 175px;
	 
 	font-size: 0;
	line-height: 0;
	margin-top: 4px;
	}		
 
#payment-logos table{
	margin: 0px auto 0 auto;
	width:170px;
	color:#000;
	}
#payment-secure td,
#payment-logos td {
	padding:0 0 8px 0;
	}
	
	
	#payment-secure	table {
	margin: 8px auto 0 auto;
	width:170px;
	color:#000;
	}
	/* column right ----------------------------- */	
	
#content-main, #pcMain {
	width:591px;
	float: left;
	padding-left:25px;
	color:#000000;
	font-size: 11px;
	line-height: 16px;
 	}

#content-main h1, .content-header  {
	border-bottom: 1px dotted #7f7f7f;
	height:27px;
	padding-top: 10px;
	margin-bottom:10px;
	position: relative;
	}

#content-main h1 {
	font-family: "Trebuchet MS";
	font-size: 21px;
}
	
.prod-wish-tell {
	position: absolute;
	right: 0;
	top:10px;
	}	
	
.content-header-top {
	border-bottom: 1px dotted #7f7f7f;
	height:27px;
	margin-bottom:10px;
	position: relative;
	}	
	
.content-header-payments {
	padding-top: 5px;
	margin-bottom:1.8em;
	position: relative;
	}	

.content-inner {
	width:570px;
	margin:0 auto 0 auto;
	}
	
.content-inner-complete {
	width:570px;
	float:left;
	padding-left: 10px;
	}
	
.content-inner-account {
	width:570px;
	margin:10px auto 0 auto;
	}

.content-recent-viewed {
	border-top: 1px dotted #7f7f7f;
	width:570px;
	margin:14px auto 0 auto;
	padding: 10px 0 0 0;
	}

.content-related-products, .content-product-grid {
	width: 570px;
	margin: 14px auto 0 auto;
	}

.tabContent .content-recent-viewed {
	border-top: 0px;
	margin: 0px auto 0 auto;
	}

.content-recent-viewed .middle, #home-recent-viewed .middle, .content-product-grid .middle{
	margin:0 6px;
	}

.item{
	width:176px;
	padding: 0 4px 0 6px;
	height:197px;
	float:left;
	position: relative;
	background: url(/design/images/shared/recently_viewed/viewed_bg.gif) no-repeat;
	}	

.item span{
	text-decoration: line-through;
	}	

.item strong{
	color:#b90101;
	font-weight: normal
	}		

.item .image{
	width:176px;
	height:135px;
	/* float:left; */
	padding-top: 10px;
	text-align: center;
	position: relative;
	}	

img.product{
	max-width: 90px;
	max-height: 100px; 
}

.item .description{
	text-align: left;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.item .item-price{
	margin-top:2px;
	float:left;
	color:#c90202;
	font-size: 16px;
	font-family: "Trebuchet MS";
	}
	 
.item .item-buy{
	margin:4px 0;
	float:right;
	}	
	
a.buy-icon{
	background: url(/design/images/shopping_basket/icon_x_red.gif) no-repeat 0 0;
	width:19px;
	height:19px;
	display: block;
	float: right;
	}

a:hover.buy-icon{
	background: url(/design/images/shopping_basket/icon_x_red.gif) no-repeat 0 -19px;
	}
	
#home-prod-tabs {
 
	}
#home-prod-tabs ul {
	list-style-type:none;
	padding: 0;
	line-height: 0;
	font-size: 0;
	}

#home-prod-tabs li a,
#home-prod-tabs li {
	float:left;
	}
	
#tab-1 a{
	background: url(/design/images/home/tab_1.gif) no-repeat;
	display: block;
	width:153px;
	height: 39px;
	}

#tab-1 a:hover, #tab-1 a.selected	{ 	background: url(/design/images/home/tab_1.gif) no-repeat 0 -39px;	}	

#tab-2 a{
	background: url(/design/images/home/tab_2.gif) no-repeat;
	display: block;
	width:76px;
	height: 39px;
	}

#tab-2 a:hover, #tab-2 a.selected	{ 	background: url(/design/images/home/tab_2.gif) no-repeat 0 -39px;	}	

#tab-3 a{
	background: url(/design/images/home/tab_3.gif) no-repeat;
	display: block;
	width:147px;
	height: 39px;
	}

#tab-3 a:hover, #tab-3 a.selected	{ 	background: url(/design/images/home/tab_3.gif) no-repeat 0 -39px;	}	

#tab-4 a{
	background: url(/design/images/home/tab_4.gif) no-repeat;
	display: block;
	width:81px;
	height: 39px;
	}

#tab-4 a:hover, #tab-4 a.selected	{ 	background: url(/design/images/home/tab_4.gif) no-repeat 0 -39px;	}	

#tab-5 a{
	background: url(/design/images/home/tab_5.gif) no-repeat;
	display: block;
	width:109px;
	height: 39px;
	}

#tab-5 a:hover, #tab-5 a.selected	{ 	background: url(/design/images/home/tab_5.gif) no-repeat 0 -39px;	}	

	
#home-prod-tabs a{
	float:left;
	margin-right: 1px;
	}
	
#home-recent-viewed {
 	width:570px;
	margin:0px auto 0 auto;
	padding: 0px 0 0 0;
	}

#home-recent-viewed .item .item-price{
	font-weight: bold;
	}

.magnify{
	position: absolute;
	top:5px;
	left:5px;
	width:20px;
	height:20px;
	z-index: 10;
	}	
	
.sale-tag{
	position: absolute;
	top:10px;
	right:5px;
	z-index: 10;
	}	
	
.limited-stock{
	position: absolute;
	top:50px;
	left:5px;
	z-index: 10;
	}
		
#prod-detail-left .limited-stock{
	position: absolute;
	top: 130px;
	left: 5px;
	height: 70px;
	z-index: 10;
	}

/* column right ----------------------------- */	
	
#column-right {
	width:191px;
	float: left;
	padding-left: 10px;
	}

/* top-sellers----------------------------- */

#top-sellers {
	line-height: 0;
	font-size: 0;
	}

#top-sellers-inner {
	background: url(/design/images/shared/repeat_top_seller.gif) repeat-y;
	width:201px;
	}

.top-sellers-item {
	border-bottom: 1px dotted #7f7f7f;
	padding: 10px 0 00px 0;
	width:190px;
	margin: 0 auto 0 auto;
	color:#000;
	height:70px;
	cursor: pointer;
	position: relative;
	}	
	
.top-sellers-link {
	position: absolute;
	top:5px;
	left:0px;
	width:190px;
	height:60px;
	z-index: 10;
	}

.top-sellers-item img.product{
	max-width: 60px;
	max-height: 70px;
}

.top-sellers-left {
	float: left;
	width:60px;
 	}
	
.top-sellers-right {
	float: right;
	width:126px;
	padding: 10px 0 0 4px;
	font-size: 11px;
	line-height: 12px;
	}

#top-sellers-footer {
	background: url(/design/images/shared/footer_top_sellers.gif) no-repeat;
	width:201px;
	height:30px;
	font-size: 11px;
	line-height: 12px;
	text-align: right;
	}
	
#top-sellers-footer a{
	color:#000;
	text-decoration: underline;
	padding: 00px 25px 0 0;
	display: block;
	padding-top:6px;
	}
	
	
/* top-sellers----------------------------- */

#best-value{
	line-height: 0;
	font-size: 0;
	margin-top: 10px;
	 
	}

#best-value-inner {
	background: url(/design/images/shared/repeat_top_seller.gif) repeat-y;
	width:201px;
	}

.best-value-item {
	border-bottom: 1px dotted #7f7f7f;
	padding: 10px 0 5px 0;
	width:190px;
	margin: 0 auto 0 auto;
	display: block;
	color: #000;
	position:relative;
	}	
	
.best-value-link {
	position: absolute;
	top:5px;
	left:0px;
	width:190px;
	height:46px;
	z-index: 10;
	}
	
.best-value-left {
	float: left;
	width:131px;
	font-size: 11px;
	line-height: 12px;
	padding-left: 4px;
 	}
	
.best-value-right {
	float: right;
	width:50px;
	padding: 3px 0 0 4px;
	font-size: 11px;
	line-height: 12px;
	color:#d40000;
	font-weight: bold;
	}

#best-value-footer {
	background: url(/design/images/shared/footer_top_sellers.gif) no-repeat;
	width:201px;
	height:30px;
	font-size: 11px;
	line-height: 12px;
	text-align: right;
	}
	
#best-value-footer a{
	color:#000;
	text-decoration: underline;
	padding: 00px 25px 0 0;
	display: block;
	padding-top:6px;
	}		

a.sign-out,
a.my-acc,
a.order-history,
a.view-change {
	color:#fff;
	text-transform: uppercase;
	font-size:9px;
	float:left;
	height:16px;
	display:block;
	text-align:center;
	line-height:15px;
	margin-right: 5px;
	margin-top:4px;
	font-family: "Trebuchet MS";
	}

a.sign-out, a.my-acc {
	background:url(/design/images/shared/btn_my_acc.gif) no-repeat 0 0;
	width:69px;
	}

a.order-history {
	background:url(/design/images/shared/btn_order_hist.gif) no-repeat 0 0;
	width:74px;
	}

a.view-change {
	background:url(/design/images/shared/btn_view_change.gif) no-repeat 0 0;
	width:77px; 
	}

a.checkout {
	color:#fff;
	text-transform: uppercase;
	font-size:9px;
	float:left;
	height:16px;
	display:block;
	text-align:center;
	line-height:15px;
	margin-right: 0px;
	width: 60px;
	margin-top:4px;
	font-family: "Trebuchet MS";
	background:url(/design/images/shared/btn_checkout.gif) no-repeat 0 0;
	}
	
	
/* Start: FAQ -----------------  */ 

ul.faq {
	list-style-type: none;
	padding-left: 10px;
	}

ul.faq li {
	padding:0 0 5px 15px;
	background: url(/design/images/faq/icon_list.gif) no-repeat 0 5px;
	}

ul.faq li a{
	font-weight: bold;
	}

.faq-question {
	background: url(/design/images/faq/icon_q.gif) no-repeat 10px 16px;
	padding: 15px 0 0 50px;
	border-top: 1px dotted #7f7f7f;
	color:#d40000;
	font-weight: bold;
	}

.faq-answer {
	background: url(/design/images/faq/icon_a.gif) no-repeat 10px 16px;
	padding: 10px 0 15px 50px;
	}
		
/* Start: sitemap -----------------  */ 

ul.sitemap {
	list-style-type: none;
	padding-left: 10px;
	}

ul.sitemap li {
	padding:0 0 5px 15px;
	background: url(/design/images/sitemap/red_icon.gif) no-repeat 0 5px;
	}

ul.sitemap li a{
	color:#000;
	}	
	
ul.sitemap ol {
	list-style-type: none;
	padding-left: 10px;
	}
	
ul.sitemap ol li {
	background:none;
	}
	
	/* Start: privacy -----------------  */ 

ul.privacy {
	list-style-type: none;
	padding-left: 10px;
	}

ul.privacy li {
	padding:0 0 15px 30px;
	background: url(/design/images/privacy/list_icon.gif) no-repeat 0 5px;
	}

ul.privacy li a{
	color:#000;
	}	
	
ul.privacy ol {
	list-style-type: none;
 	}
	
ul.privacy ol li {
	background:none;
	padding: 0px;
	}
	
.privacy-line {
	padding: 15px 0 0 0px;
	border-top: 1px dotted #7f7f7f;
	line-height:0px;
	font-size:0px;
	}
.privacy-line-nopad {
	padding: 0px 0 0 0px;
	border-top: 1px dotted #7f7f7f;
	line-height:0px;
	font-size:0px;
	}

hr{
	background-color: white;
	color: white;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px dotted #7f7f7f;
}

#tell-msg textarea{
	width:480px;
	height:75px;
	color:#a1a1a1;
	font-size:11px;
	font-family: Tahoma;
	}
	
#safelogo-set{
	float: left;
	padding: 30px 0 10px 50px;
	}
	
.mapbox {
	width:568px;
	float: left;
	}

.button1, .button2, .button3, .button4 {
	cursor: pointer;
	}
	
/* deal week */

.deal-box {
	line-height:0px;
	font-size:0px;
	padding-bottom: 10px;
	float: left;
	padding-right: 3px;
	}

.deal-box-top {
	line-height:0px;
	font-size:0px;
	
	}

.deal-item-wide {
	width:283px;
	height:150px;
	font-size: 11px;
	line-height: 13px;
	background:url(/design/images/home/deal_week_lower.gif)  no-repeat bottom;
	}

.deal-left{
	float: left;
	width:120px;
	text-align: center;
	padding: 4px 4px 0 4px;
	position: relative;
	}

.deal-left img.product{
	max-width: 120px;
	max-height: 140px;
}

.deal-right{
	float: left;
	width:135px;
	padding-top: 5px;
	line-height:18px;
	}

.deal-right strong{
	font-size:12px;
	}
	
	.deal-right img{
	margin-top:4px;
	}

.deal-right strong.red{
	font-size:12px;
	color:#c90202;
	}

.deal-right span{
	font-size:18px;
	font-family: "Trebuchet MS";
	color:#c90202;
	}
/* gift vouchers-------------------------------- */	


.vouchers-header {
	padding-top: 10px;
	margin-bottom:10px;
	float: right;
	width:200px;
	position: absolute;
	top: 0px;
	right:10px;
	}	
	
.vouchers-header-2 {
	margin-bottom:10px;
	float: right;
	width:200px;
	position: absolute;
	top: 0px;
	right:10px;
	}	

a.prod-wish{
	display:block;
	width:80px;
	float:left;
	padding: 0 0 0 25px;
	color:#000;
	background: url(/design/images/gift_vouchers/icon_wish.gif) no-repeat 0 0;
	}	

a.prod-tell{
	display:block;
	width:65px;
	float:left;
	background:url(/design/images/gift_vouchers/icon_tell.gif) no-repeat  0 0;
	padding: 0 0 0 25px;
	color:#000;
	}	
	
.giftcol-1 {
	float: left;
	width:260px;
	height:24px;
	padding:5px 0 5px 0;
	border-bottom: 1px dotted #7f7f7f;
	}	

.giftcol-2 {
	float: left;
	width:143px;
	height:24px;
	padding:5px 0 5px 0;
	border-bottom: 1px dotted #7f7f7f;
	}	

.giftcol-3 {
	float: left;
	width:74px;
	height:24px;
	padding:5px 0 5px 0;
	border-bottom: 1px dotted #7f7f7f;
	}
.giftcol-3 select {
	 
	width:45px;
	 
	}
.giftcol-3b select {
	 
	width:45px;
	 
	}
.giftcol-4 {
	float: left;
	width:79px;
	height:24px;
	padding:5px 0 5px 0;
	border-bottom: 1px dotted #7f7f7f;
	text-align: right;
	}	
	
.giftcol-1b {
	float: left;
	width:260px;
	height:24px;
	padding:5px 0 5px 0;
	border-bottom: none;
	}	

.giftcol-2b {
	float: left;
	width:143px;
	height:24px;
	padding:5px 0 5px 0;
	border-bottom: none;
	}	

.giftcol-3b {
	float: left;
	width:74px;
	height:24px;
	padding:5px 0 5px 0;
	border-bottom: none;
	}

.giftcol-4b {
	float: left;
	width:79px;
	height:24px;
	padding:5px 0 5px 0;
	border-bottom: none;
	text-align: right;
	}	
 
/* gift sets */


.vouchers-header {
	padding-top: 10px;
	margin-bottom:10px;
	float: right;
	width:200px;
	position: absolute;
	top: 0px;
	right:10px;
	}	

a.gift-wish{
	display:block;
	width:80px;
	float:left;
	padding: 0 0 0 25px;
	color:#000;
	background: url(/design/images/gift_vouchers/icon_wish.gif) no-repeat 0 0;
	}	

a.gift-tell{
	display:block;
	width:65px;
	float:left;
	background:url(/design/images/gift_vouchers/icon_tell.gif) no-repeat  0 0;
	padding: 0 0 0 25px;
	color:#000;
	}	
	
.choose-celeb{
	float: left;
	width:160px;
	height:24px;
	padding:5px 0 5px 0;
	}	

.choose-celeb select{
	float: left;
	width:150px;
	font-size: 11px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}	

.choose-brand {
	float: left;
	width:110px;
	height:24px;
	padding:5px 0 5px 0;
	font-size: 11px;
	}	

.choose-brand select{
	float: left;
	width:93px;
	font-size: 11px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}	

.choose-order {
	float: left;
	width:151px;
	height:24px;
	padding:5px 0 5px 0;
	font-size: 11px;
	}	

.choose-order select{
	float: left;
	width:93px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}	

.choose-price {
	float: left;
	width:108px;
	height:24px;
	padding:5px 0 5px 0;
	}	

.choose-price select,
.choose-price2 select{
	float: left;
	width:93px;
	font-size: 11px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	}	
.choose-price2 {
	float: left;
	width:209px;
	height:24px;
	padding:5px 0 5px 0;
	}	

.paging {
	float: right;
	width:200px;
	height:24px;
	text-align:right;
	padding:5px 0 5px 0;
	}

.paging td {
	padding:0 5px 0 5px;
	}

.paging a{
	color:#000;
	}

.paging a:hover{
	color:#d40000;
	}

.paging a.page-on{
	color:#d40000;
	font-weight: bold;
	}

.gift-item-wide {
	width:577px;
	height:155px;
	margin-top: 8px;
	background: url(/design/images/gift_sets/set_bg.jpg) no-repeat;
	position: relative;
	}

.icon-ranking {
	position: absolute;
	right:10px;
	top:10px;
	}

.gift-item-wide .image{
	float:left;
	width:140px;
	padding: 0 0 0 30px;
	}

.gift-item-wide p{
	float:left;
	width:340px;
	padding: 0 0 0 00px;
	}

.gift-wide-table  {
	margin-top:10px;
	}

.gift-wide-table  td{
	padding: 0 0 8px 0px;
	}

.gift-wide-table  th{
	padding: 0 40px 8px 0px;
	}

.gift-wide-table  span{
	color:#be0202;
	font-weight: bold;
	font-size: 18px;
	font-family:"Trebuchet MS";
	}

a.grid-view{
	display:block;
	width:50px;
	float:right;
	padding: 0 0 0 15px;
	color:#000;
	background:url(/design/images/gift_sets/icon_grid.gif)  no-repeat 0 5px;
	}	

a.list-view{
	display:block;
	width:45px;
	float:right;
	background:url(/design/images/gift_sets/icon_listview.gif) no-repeat  0 5px;
	padding: 0 0 0 15px;
	color:#000;
	}	

#search-table  select{
	float: left;
	width:155px;
	font-size: 11px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}	

#search-table  td{
	padding:0 0 12px 0;
	}
		
#search-table  th{
	padding:0 0 12px 10px;
	width: 110px;
	}		

/* start top sellers*/	

.top-box {
	padding-bottom: 20px;
	}

.top-box-top {
	line-height:0px;
	font-size:0px;
	}

.top-item-wide {
	width:574px;
	height:123px;
	font-size: 11px;
	line-height: 13px;
	background:url(/design/images/top_sellers/top_sellers_bg.gif) no-repeat;
	}

.top-item-wide .image{
	position: relative;
	width: 120px;
	text-align: center;
	padding-left: 8px;
	}

.top-item-wide p{
	padding: 0 0 0 0px;
	height: 26px;
	overflow: hidden;
	}

#top-wide-table  {
	margin-top: 7px;
	}

#top-wide-table  td{
	padding: 0 0 4px 0px;
	}

#top-wide-table  th{
	padding: 0px 0px 0px 0px;
	}

#top-wide-table  span{
	color:#be0202;
	font-weight: bold;
	display: block;
	font-size: 24px;
	margin: 5px 0 0 0;
	font-family:"Trebuchet MS";
	}	

#top-wide-table  span.red{
	color:#be0202;
	font-weight: bold;
	font-size: 11px;
	display:inline;
	font-family:"Trebuchet MS";
	}
		
	
/* free gifts --------------------- */		
.table-free-gift {
	margin-left:25px;
	}	

/* fragrance guide ------------------------------ */
.guide-left-1,.guide-left-2,.guide-left-3,.guide-left-4,
.guide-left-5,.guide-left-6,.guide-left-7,.guide-left-8,
.guide-left-9,.guide-left-10,.guide-left-11,.guide-left-12
{
	width:141px;	
	height:45px;
	color: #fff;
	text-transform: uppercase;
	text-align:left;
	font-weight: bold;
	padding-left:10px;
	}

.guide-right-1,.guide-right-2,.guide-right-3,.guide-right-4,
.guide-right-5,.guide-right-6,.guide-right-7,.guide-right-8,
.guide-right-9,.guide-right-10,.guide-right-11,.guide-right-12
 {
	width:408px;	
	height:43px;
	color:#000;
	font-size:11px;
	}

.guide-left-1 {
background: url(/design/images/fragrance_guide/cat_left_1.gif) no-repeat;
}

.guide-right-1 {
background: url(/design/images/fragrance_guide/cat_right_1.gif) no-repeat;
}

.guide-left-2 {
background: url(/design/images/fragrance_guide/cat_left_2.gif) no-repeat;
}

.guide-right-2 {
background: url(/design/images/fragrance_guide/cat_right_2.gif) no-repeat;
}

.guide-left-3 {
background: url(/design/images/fragrance_guide/cat_left_3.gif) no-repeat;
}

.guide-right-3{
background: url(/design/images/fragrance_guide/cat_right_3.gif) no-repeat;
}

.guide-left-4 {
background: url(/design/images/fragrance_guide/cat_left_4.gif) no-repeat;
}

.guide-right-4{
background: url(/design/images/fragrance_guide/cat_right_4.gif) no-repeat;
}

.guide-left-5 {
background: url(/design/images/fragrance_guide/cat_left_5.gif) no-repeat;
}

.guide-right-5{
background: url(/design/images/fragrance_guide/cat_right_5.gif) no-repeat;
}

.guide-left-6 {
background: url(/design/images/fragrance_guide/cat_left_6.gif) no-repeat;
}

.guide-right-6{
background: url(/design/images/fragrance_guide/cat_right_6.gif) no-repeat;
}

.guide-left-7{
background: url(/design/images/fragrance_guide/cat_left_7.gif) no-repeat;
}

.guide-right-7{
background: url(/design/images/fragrance_guide/cat_right_7.gif) no-repeat;
}

.guide-left-8{
background: url(/design/images/fragrance_guide/cat_left_8.gif) no-repeat;
}

.guide-right-8{
background: url(/design/images/fragrance_guide/cat_right_8.gif) no-repeat;
}

.guide-left-9{
background: url(/design/images/fragrance_guide/cat_left_9.gif) no-repeat;
}

.guide-right-9{
background: url(/design/images/fragrance_guide/cat_right_9.gif) no-repeat;
}

.guide-left-10{
background: url(/design/images/fragrance_guide/cat_left_10.gif) no-repeat;
}

.guide-right-10{
background: url(/design/images/fragrance_guide/cat_right_10.gif) no-repeat;
}

.guide-left-11{
background: url(/design/images/fragrance_guide/cat_left_11.gif) no-repeat;
}

.guide-right-11{
background: url(/design/images/fragrance_guide/cat_right_11.gif) no-repeat;
}

.guide-left-12{
background: url(/design/images/fragrance_guide/cat_left_12.gif) no-repeat;
}

.guide-right-12{
background: url(/design/images/fragrance_guide/cat_right_12.gif) no-repeat;
}


/* account-------------------- */
#my-account-nav {
	line-height: 0;
	font-size: 0;
	margin-bottom: 5px;
	}	
	
#account-menu ul {
	list-style-type: none;
	}	

#account-menu-inner ul li{
	width:201px;
	list-style-type: none;
	margin: 0 auto;
	height: 29px;
	}
	
#account-menu-inner ul li.high{
	width:201px;
	list-style-type: none;
	margin: 0 auto;
	height: 36px;
	}	

#account-menu-inner ul li a{
	height:29px;
	display: block;
	font-size: 0;
	line-height: 0;
	color:#fff;
	}	
	
#account-menu-inner ul li a.high{
	height:36px;
	display: block;
	font-size: 0;
	line-height: 0;
	color:#fff;
	}	
	
#account-menu-inner {
	/*background: url(/design/images/shared/repeat_top_seller.gif) repeat-y;*/
	width:201px;
	}

#alink-1 a				{	background:url(/design/images/account/nav/nav_personal.gif) no-repeat; 	}
#alink-1 a:hover		{	background:url(/design/images/account/nav/nav_personal.gif) no-repeat 0 -29px; 	}
#alink-1  a.on	{	background:url(/design/images/account/nav/nav_personal.gif) no-repeat 0 -58px;	}

#alink-2 a				{	background:url(/design/images/account/nav/nav_active_orders.gif) no-repeat; 	}
#alink-2 a:hover		{	background:url(/design/images/account/nav/nav_active_orders.gif) no-repeat 0 -29px; 	}
#alink-2  a.on	{	background:url(/design/images/account/nav/nav_active_orders.gif) no-repeat 0 -58px;	}


#alink-3 a				{	background:url(/design/images/account/nav/nav_history.gif) no-repeat; 	}
#alink-3 a:hover		{	background:url(/design/images/account/nav/nav_history.gif) no-repeat 0 -29px; 	}
#alink-3  a.on	{	background:url(/design/images/account/nav/nav_history.gif) no-repeat 0 -58px;	}

#alink-4 a				{	background:url(/design/images/account/nav/nav_returns.gif) no-repeat; 	}
#alink-4 a:hover		{	background:url(/design/images/account/nav/nav_returns.gif) no-repeat 0 -29px; 	}
#alink-4  a.on	{	background:url(/design/images/account/nav/nav_returns.gif) no-repeat 0 -58px;	}


#alink-5 a				{	background:url(/design/images/account/nav/nav_wish.gif) no-repeat; 	}
#alink-5 a:hover		{	background:url(/design/images/account/nav/nav_wish.gif) no-repeat 0 -29px; 	}
#alink-5  a.on	{	background:url(/design/images/account/nav/nav_wish.gif) no-repeat 0 -58px;	}

#alink-6 a				{	background:url(/design/images/account/nav/nav_reminders.gif) no-repeat; 	}
#alink-6 a:hover		{	background:url(/design/images/account/nav/nav_reminders.gif) no-repeat 0 -36px; 	}
#alink-6  a.on	{	background:url(/design/images/account/nav/nav_reminders.gif) no-repeat 0 -72px;	}

#alink-7 a				{	background:url(/design/images/account/nav/nav_stock_notification.gif) no-repeat; 	}
#alink-7 a:hover		{	background:url(/design/images/account/nav/nav_stock_notification.gif) no-repeat 0 -29px; 	}
#alink-7  a.on	{	background:url(/design/images/account/nav/nav_stock_notification.gif) no-repeat 0 -58px;	}


.login-table-detail {
	float:left;
	}

.login-table-detail td{
	padding:0 5px 10px 0;
	}

.profile-left-table {
	width: 285px;
}
.profile-left-table td * {
	vertical-align: bottom;
}

div.pafsearch{
	padding: 10px 0px 10px 45px;
}

#billing-pad {
	margin-left: 30px;
	}

.acc-table-return {
	float:left;
	}
	
.acc-table-return th {
	padding-left:10px;
	padding-bottom: 10px;
	}
	
.account-item {
	padding:0px 0 10px 20px;
	}
	
	.select-type-1 {
width:152px;
	}
	
	.select-type-2 {
width:70px;
margin-right: 10px;
	}
	.select-type-3 {
width:70px;
	}


.account-item-left {
	float: left;
	width:70px;
	height:70px;
	background: url(/design/images/account/small_bg.gif) no-repeat;
	}

.account-item-right {
	padding-top: 5px;
	float:left;
	width:160px;
	}

.acc-table-return textarea{
	width:220px;
	height: 100px;
	margin-left: 10px;
	overflow: auto;
	}

.dotted-top {
	border-top: 1px dotted #7f7f7f;
	border-bottom: 1px dotted #7f7f7f;
	padding: 10px 0 0 0;
	}

.dot-top {
	border-top: 1px dotted #7f7f7f;
	padding: 10px 0 0 0;
	}

.acc-table-active {
	float:left;
	}
	
.acc-table-active th {
	padding-left:00px;
	padding-bottom: 10px;
	}
.acc-table-active td {
 
	}
	
.active-item {
	padding:0px 0 10px 0px;
	}

.active-item-left {
	float: left;
	width:66px;
	height:66px;
	padding: 4px 0 0 4px;
	background: url(/design/images/account/small_bg.gif) no-repeat;
	}

.active-item-right {
	padding-top: 1px;
	float:left;
	width:190px;
	line-height:16px;
	}

.active-item-right input{
	padding-top: 3px;
	}

.active-price {
	padding-top: 3px;
	float:left;
	width:60px;
	}

.active-totalprice {
	padding-top: 3px;
	font-size:16px;
	font-family: tahoma;
	text-align:right;
	}

.active-check {
	padding-top: 5px;
	float:left;
	width:10px;
	padding: 0;
	margin: 0;
	line-height: 28px;
	}

.shopping-item {
	padding:13px 0 00px 0px;
	border-top: 1px dotted #7f7f7f;
	}

.shopping-top-btns, .shopping-bottom-btns {
	float:right;
	}
.shopping-top-btns a, .shopping-bottom-btns a{
	float: left;
	margin-right: 4px;
}

a.cont-shop{
	float: left;
	margin-top: 16px;
	background:	url(/design/images/shopping_basket/btn_continue.gif) no-repeat ;
	border: none;
	cursor: pointer;
	float: left;
	height: 18px;
	width: 135px;
	color:#fff;
	text-align:center;
	text-indent: -9999px;
}
.heading-selected{
	padding-top: 3px;
	width:310px;
	margin-bottom: 10px;
	float:left;
	font-weight: bold;
	}

.heading-qty{
	padding-top: 3px;
	width:60px;
	font-weight: bold;
	float:left;
	text-align:center;
	margin-bottom: 10px;
	}

.heading-gift{
	padding-top: 3px;
	width:20px;
	font-weight: bold;
	float:left;
	text-align:center;
	margin-bottom: 10px;
	}

.heading-price{
	padding-top: 3px;
	width:60px;
	margin-bottom:10px;
	float:left;
	font-weight: bold;
	font-family: tahoma;
	text-align:right;
	}

.shopping-item-left {
	float: left;
	width:50px;
	height:56px;
	padding: 4px;
	margin-right: 7px;
	background: url(/design/images/account/small_bg.gif) no-repeat;
	text-align: center;
	}

.shopping-item-left img.product{
	max-width: 45px;
	max-height: 45px;
	text-align: center;
}

.shopping-item-right {
	padding-top: 1px;
	float:left;
	width:135px;
	line-height:16px;
	}

.shopping-discount {
	padding-top: 3px;
	float:left;
	width:110px;
	color:#fff;
	font-weight: bold;
	visibility: hidden;
	}

.shopping-qty {
	padding-top: 3px;
	width:60px;
	float:left;
	font-size:16px;
	font-family: tahoma;
	text-align: center;
	}

.shopping-gift {
	padding-top: 3px;
	width:20px;
	float:left;
	font-size:16px;
	font-family: tahoma;
	text-align:right;
	}

.shopping-qty select, shopping-qty input{
	padding-top: 3px;
	width:40px;
	}

.shopping-price{
	padding-top: 5px; 
	float:left;
	width:60px;
	padding: 0;
	margin: 0;
	text-align:right;
	line-height: 28px;
	}

.shopping-cross{
	float:right;
	width:30px;
	padding: 0;
	margin: 0;
	display: block;
	padding-top: 5px;
	text-align: right;
	}

.shopping-item-discount {
	float:left;
	width:450px;
	padding: 0 0 0 4px;
	margin: 0;
	text-align:left;
	line-height: 28px;
	}

.active-line {
	border-top: 1px dotted #7f7f7f;
	line-height: 0;
	font-size:0px;
	padding-bottom: 15px;
	}

/* account history---------------- */
.acc-history-item {
	padding:13px 0 00px 0px;
	border-top: 1px dotted #7f7f7f;
	}

.acc-history-item-left {
	float: left;
	width:66px;
	height:53px;
	padding: 4px 0 0 4px;
	background: url(/design/images/account/small_bg.gif) no-repeat;
	}

.acc-history-item-right {
	padding-top: 1px;
	float:left;
	width:140px;
	line-height:16px;
	}
	
.acc-history-discount {
	padding-top: 3px;
	float:left;
	width:130px;
	font-weight: bold;
	color:#d40000;
	}

.acc-history-priced{
	padding-top: 5px; 
	float:left;
	width:90px;
	padding: 0;
	margin: 0;
	text-align:right;
	font-weight: bold;
	line-height: 28px;
	}

.acc-history-date{
	padding-top: 3px;
	width:76px;
	margin-bottom: 10px;
	float:left;
	font-weight: bold;
	}

.acc-history-dated{
	padding-top: 3px;
	width:76px;
	margin-bottom: 10px;
	float:left;
	font-weight: bold;
	}

.acc-history-qty{
	padding-top: 3px;
	width:360px;
	font-weight: bold;
	float:left;
	margin-bottom: 10px;
	}

.acc-history-price{
	padding-top: 3px;
	padding-left: 30px;
	width:75px;
	margin-bottom: 10px;
	float:left;
	font-family: tahoma;
	text-align:right;
	}

.acc-view-lower{
	padding-top: 3px;
	width:220px;
	margin-bottom: 10px;
	float:left;
	font-weight: bold;
	}
 
.acc-total-lower{
	padding-top: 3px;
	width:234px;
	float:left;
	text-align: right;
	margin-bottom: 10px;
	font-size:16px;
	font-family: tahoma;
	}

.acc-price-lower{
	padding-top: 3px;
	padding-left: 25px;
	width:75px;
	margin-bottom: 10px;
	float:left;
	font-size:16px;
	font-family: tahoma;
	text-align:left;
	}
	
.buy-me {
	margin:0px 5px 0 0;
	float: right;
	padding-bottom: 10px
	}

/* start registration */

.registration-table {
	float:left;
	}

.registration-table .in-style {
	font-size:12px;
	padding: 1px;
	width:170px;
	}

.registration-table span {
	color:#9c0000;
	}

.registration-table td{
	padding:0 0 10px 0;
	}

.registration-table td select{
	width:155px;
	}

.registration-table th{
	padding:0 0 0px 0;
	}

.registration-table th select{
	width:45px;
	margin-right: 8px;
	}

	
/* products detail ---------------------------- */	

#prod-detail {

}

#prod-share-holder {
	width:252px;
	float: left;
	position: relative;
	display: inline;
}

#prod-detail-left {
	float:left;
	background:url(/design/images/product_details/product_frsme.gif) no-repeat;
	width: 232px;
	height: 207px;
	position: relative;
	margin-right: 20px;
	text-align: center;
	}

#share-dets-left {
	width:217px;
	padding: 15px 0 0 0px;
	text-align: left;
	float: left;
	position: relative;
	display: inline;
	}

#prod-detail-left img.product{
	margin-top: 20px;
	max-width: 200px;
	max-height: 180px;
}

#prod-detail-right {
	float:left;
	width:314px;
	padding: 10px 0 0 0}

#prod-detail-right .black{
	font-size:18px;
	color:#222222;
	padding-bottom: 10px;
	display: block;
	margin-right:3px;
	}	

#prod-detail-right .red{
	font-size:18px;
	color:#d40000;
	display: block;
	padding-bottom: 10px;
	}	

#prod-detail-right p{
	margin:5px 0;
	}	

#prod-detail-right .lower{
	font-size:12px;
	float: left;
	padding-bottom: 10px;
	margin-top:8px;
	}	

#prod-detail-right .lower strong{
	font-size:12px;
	color:#d40000;
	}	

#prod-detail-right .lower span.price{
	font-size:18px;
	color:#d40000;
	}	

#prod-detail-right  img{
	margin-top: 10px;
	}	
	
span.star-full {
	display: block;
	width:16px;
	height:16px;
	float: left;
	background: url(/design/images/shared/product/star_full.gif) no-repeat;
}	
	
/* Start: Forms -----------------  */ 

.search-input {
	width:180px;
	font-size:11px;
	color: #a3a3a3;
	padding: 4px;
	border: 1px solid #b2b2b2;
	margin: 5px 0;
	}
	
.search-select {
	width:187px;
	font-size:11px;
	color: #a3a3a3;
	padding: 4px;
	margin-bottom: 5px;
	}
	
.jump-select {
	width:120px;
	font-size:11px;
	color: #a3a3a3;
	padding: 4px;
	margin:2px 5px 0 5px;
	}
	
/* product details --------------------------- */

.the-prod-size, .the-prod-size-top{
	float:left;
	border-top: 1px dotted #7f7f7f;
	width:170px;
	padding: 8px 0px 8px 3px;
	}	
	
.the-prod-rrp-top {
	float:left;
	border-top: 1px dotted #7f7f7f;
	width:75px;
	padding: 8px 0;
	}

.the-prod-rrp {
	float:left;
	border-top: 1px dotted #7f7f7f;
	width:75px;
	padding: 8px 0;
	text-decoration: line-through;
	}

.the-prod-price {
	float:left;
	border-top: 1px dotted #7f7f7f;
	width:75px;
	padding: 8px 0;
	}	

.the-prod-save {
	float:left;
	border-top: 1px dotted #7f7f7f;
	width:85px;
	padding: 8px 0;
	color:#d40000;
	font-weight: bold;
	}

.the-prod-qty {
	float:left;
	border-top: 1px dotted #7f7f7f;
	width:55px;
	padding:8px 0;
	}
.the-prod-qty select {
		width:55px;
	}
.the-prod-add {
	float:left;
	border-top: 1px dotted #7f7f7f;
	width:90px;
	padding: 8px 0;
	text-align:right;
	}

.the-prod-add input {
	background: url(/design/images/shared/icon_buy.gif) no-repeat;
	width: 60px;
	height: 18px;
}

#giftsets  a{
	background: url(/design/images/product_details/btn_gift_sets.gif) no-repeat 0 -21px;
	display: block;
	width:97px;
	height:21px;
	float: left;
	margin-right: 4px;
	}	

#giftsets  a:hover,
#giftsets  a.select,
#giftsets  a.ui-tabs-selected	{
	background: url(/design/images/product_details/btn_gift_sets.gif) no-repeat 0 0px;
	}

#hishers 	a{
	background:url(/design/images/product_details/btn_his_hers.gif)  no-repeat;
	display: block;
	width:109px;
	height:21px;
	float: left;
	margin-right: 4px;
	}	

#hishers a:hover,
#hishers a.select,
#hishers  a.ui-tabs-selected {
	background:url(/design/images/product_details/btn_his_hers.gif)  no-repeat 0 -21px;
	}

#alsobought a {
	background: url(/design/images/product_details/btn_customers.gif)  no-repeat 0 -21px;
	display: block;
	width:203px;
	height:21px;
	float: left;
	}	

#alsobought a:hover,
#alsobought .select,
#alsobought  a.ui-tabs-selected {
	background: url(/design/images/product_details/btn_customers.gif)  no-repeat 0 0px;
	}

.inp-contact {
	width:170px;
	font-size:11px;
	color: #a3a3a3;
	padding: 1px;
	}

.txt-contact {
	overflow: auto;
	width:270px;
	height:75px;
	color: #a3a3a3;
	font-family:Tahoma;
	font-size:11px;
	color: #a3a3a3;
	padding: 1px;
	}

/* End: Forms -----------------  */ 

a.first-visit {
	width:111px;
	display: block;
	height: 23px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
	background:url(/design/images/home/btn_first_visit.gif) no-repeat;
	margin-top: 12px;
	float: left;
	font-size:12px;
	}

a:hover{
	text-decoration: underline;
	}

a.comment {
	display: block;
	color: #459067;
	text-align: left;
	line-height: 22px;
	font-size: 14px;
	padding: 0 0 0 30px;
	background:url(/design/images/home/icon_bubble_green.gif) no-repeat 0 3px;
	} 

	
/* start brnad-holder --------------------------------------------------------- */
 #brand-holder	{
	text-align:left;
	margin:0 auto 0 auto;
	width:1000px;
	padding:10px 0 20px 0;
	color:#fff;
	font-size:11px;
	font-size: 0;
	line-height: 0;
	}	
	
/* start footer --------------------------------------------------------- */
 #footer	{
	text-align:left;
	margin:0 auto 0 auto;
	width:994px;
	padding:10px 0 0px 0;
	color:#fff;
	font-size:11px;
	height:36px;
	background:url(/design/images/shared/bg_footer.jpg) no-repeat;
	}

#footer-nav	{
	float:left;
	 
	padding:4px 0 00px 30px;
	font-family:Tahoma;
	color:#fff;
	font-size:11px;
	}

#footer span	{
	color:#fff;
	display: block;
	width:20px;
	float:left;
	text-align: center;
	}

#footer a	{
	font-family:Tahoma;
	text-decoration: none;
	color: #fff;
	float:left;
	}

#footer a.selected	,#footer a:hover	{
	text-decoration:underline;
	}

#footer-center	{
	text-align:center;
	float:left;
	width:620px;
	padding-top: 5px;
	}

#footer-right	{
	text-align:right;
	float:right;
	width:360px;
	padding: 0 5px 0 0;
	}

#footer-right a  {
	float:left;
	}

#footer-right	img{
	padding-bottom:10px;
	}

/* #sub-footer ----------------------------------------------- */ 	

#sub-footer {
	text-align:left;
	margin:0 auto 0 auto;
	width:994px;
	padding:10px 0 0px 0;
	color:#131313;
	font-size:11px;
	height:46px;
	}
	
#sub-footer-left    {
	color:#131313;
	float:left;
	padding-top: 3px;
	font-size:11px;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#sub-footer-right	  {
	float:right;
	width:130px;
	padding-right: 10px;
	}

#sub-footer-right	img {
	float:right;
	margin: 0 0 0 4px;
	}

#sub-footer-right a.white  {
	color:#131313;
	float:left;
	padding-top: 3px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}

/*--------------------------------*/ 


a	{
	outline:none;
	text-decoration:none;
	color:#d51900;

	}

.clear {
	clear:both;
	padding:0px;
	margin:0px;
	line-height:0px;
	height:0;
	font-size:0px;
	}

img	{
	border:0;
	}

p	{
	padding:0px;
	margin:0px;
	font-weight:normal; 
	}

h2.black {
	font-size: 12px;
	margin:0 0 4px 0px;
	font-weight:bold;
	color:#000;
	font-family:Tahoma;
	}
	
.black { 
	color:#000;
	}

h2.black a{
	font-size: 12px;
	margin:0 0 4px 0px;
	font-weight:bold;
	color:#000;
	font-family:Tahoma;
	}

h2.red {
	font-size: 12px;
	margin:0 0 4px 0px;
	font-weight:bold;
	color:#c90202;
	font-family:Tahoma;
	}
	
.red  {
	 color:#c90202;
	 }
	 
form	{
	padding:0;
	margin:0;
/*	font-size:12px; */
	}

.striked {
	text-decoration: line-through;
	}

.striked-price {
	text-decoration: line-through;
	font-size:11px;
	float: left;
	}

.rrp {
	float: left;
	font-size:11px;
	margin-right: 4px;
	}

h2 {
	color:#d40000;
	font-weight: bold;
	font-size:11px;
	margin: 0px 0px 10px 0;
	font-family: Tahoma;
	padding:3px 0 0  0px; 
	}

/* start choose shipping option page -------------------  */

#delivery-table{
	width: 570px;
}

#delivery-table tbody tr{
	height: 50px;
	}

#delivery-table td{
	text-align: center;
	padding-top: 3px;
	padding-bottom: 7px;
	border-collapse:separate;
	} 

#delivery-table th{
	text-align: left;
	font-weight: normal; 
	padding:0 10px 10px 30px;
	border-collapse:separate;
	} 

#delivery-table span{
	font-size:11px;
	} 

#delivery-table .choose{
	text-align: right;
	width: 35px;
	}

#delivery-table .add-borders{
	text-align: center;
	padding-bottom: 10px;
	border-right: 1px dotted #7f7f7f;
	border-left: 1px dotted #7f7f7f;
	} 

#delivery-table .add-left{
	text-align: center;
	padding-bottom: 10px;
	border-left: 1px dotted #7f7f7f;
	} 

#delivery-table .add-right{
	text-align: center;
	padding-bottom: 10px;
	border-right: 1px dotted #7f7f7f;
	} 

#delivery-table .selected{
	background:url(/design/images/shared/payment_highlighter.gif) no-repeat center center;
	}

#delivery-table .lower{
	color: red;
}
	
/* start payment pages -------------------  */

#payment-holder-outer	{	
 	background:url(/design/images/shared/top_red_bg.gif) repeat-x;
 	}

#payment-holder-inner{	
	width:1020px;
	text-align:left;
	margin:0px auto 0 auto;
	position: relative;
}

#payment-holder	{
	width:1020px;
	text-align:left;
	height:37px;
	background:url(/design/images/payments/nav_bg.gif) no-repeat 10px 0;
	position:relative;
	z-index: 45;
	}
	
#payment-holder	ul{
	list-style-type:none;
	}

#payment-holder li{
	float:left
	}

#paynav-1{
	display:block;
	width:239px;
	height:42px;
	position: absolute;
	top:-5px;
	left:195px;
	}	

#paynav-1.selected {
	background: url(/design/images/payments/tab_1.gif) no-repeat  ;
	}	
	
#paynav-2{
	display:block;
	width:127px;
	height:42px;
	position: absolute;
	top:-5px;
	left:425px;
	}	

#paynav-2.selected {
	background: url(/design/images/payments/tab_2.gif) no-repeat  ;
	}	
	
#paynav-3{
	display:block;
	width:127px;
	height:42px;
	position: absolute;
	top:-5px;
	left:540px;
	}	

#paynav-3.selected {
	background: url(/design/images/payments/tab_3.gif) no-repeat  ;
	}	
	
#paynav-4{
	display:block;
	width:239px;
	height:42px;
	position: absolute;
	top:-5px;
	left:660px;
	}	

#paynav-4.selected {
	background: url(/design/images/payments/tab_4.gif) no-repeat  ;
	}		
		
#payment-main {
	width:576px;
	float: left;
	padding-left:10px;
	color:#000000;
	font-size: 11px;
	line-height: 16px;
 	}

.middle-table tr td *{
	vertical-align: middle;
}

.payment-header {
	border-bottom: 1px dotted #7f7f7f;
	height:27px;
	padding-top: 10px;
	margin-bottom:10px;
	position: relative;
	}	
		
/* #checkout-options ----------------------------- */
#checkout-options {
	background:url(/design/images/payments/back_shop_bottom.gif)  no-repeat 0 41px;
	height: 101px;
	width:201px;
	text-align: center;
	}
	
#checkout-options a	{
	margin-top:12px;
	display: block;
	}
	
#any-questions {
	 
	}	
	
/* add-now-- -------------------------- */

#add-now {
	font-size: 0px;
	line-height: 0px;
	}

#add-now-inner {
	background: url(/design/images/payments/add_now_slice.gif) repeat-y;
	width:189px;
	font-size: 11px;
	line-height: 12px;
	}

.add-now-item {
	border-bottom: 1px dotted #7f7f7f;
	padding: 10px 0 8px 0;
	width:180px;
	margin: 0 auto 0 auto;
	color:#000;
	font-size: 11px;
	line-height: 12px;
	}	

.add-now-left {
	float: left;
	width:55px;
	}
	
.add-now-right {
	float: right;
	width:115px;
	padding: 0px 0 0 4px;
	font-size: 11px;
	line-height: 16px;
	}
	
.add-now-info a{
	font-family: arial;
	font-size: 11px;
	color:#d40000;
	float: left;
	}
	
.add-now-info span{
	float: left;
	}

.add-now-info strong{
 	display: block;
	margin-right: 5px;
	margin-top: 4px;
	float: left;
	}
	
.add-now-info img{
	margin-top: 4px;
	float: right;
	}

#add-now-footer,
#loyalty-scheme-footer {
	background: url(/design/images/payments/add_now_footer.gif) no-repeat;
	width:189px;
	height:14px;
	}
	
#loyalty-scheme{
	line-height: 0;
	font-size: 0;
	height: 185px;
	margin-top: 10px;
	}

#loyalty-scheme-inner {
	background: url(/design/images/payments/add_now_slice.gif) repeat-y;
	width:174px;
	line-height: 13px;
	font-size: 11px;
	color: #000;
	padding: 10px 5px 0 10px
	}
	
#loyalty-scheme-inner ul{
	list-style-type:none;
	margin: 5px 0 5px 10px; 
	line-height: 18px;
 	}
	
#loyalty-scheme-inner ul li{
	background:url(/design/images/payments/red_arrow.gif) no-repeat 0 6px;
	padding: 0 0 0px 10px;
	float:left;
	}

#loyalty-scheme-inner ul li ul {
	width: 120px;
}

#loyalty-scheme-inner ul li ul li{
	padding-left:10px;
	float: left;
	}

#loyalty-scheme-inner ul li ul li{
	background:url(/design/images/payments/red_circle.gif) no-repeat 0 6px;
	float: left;
	}

#loyalty-scheme-inner a{
	display: block;
	margin:7px 0 0 4px;
	}
	
/* payment payment -------------------------- */	


#content-main-payments {
	width:775px;
	float: left;
	padding-left:18px;
	color:#000000;
	font-size: 11px;
	line-height: 16px;
 	} 

.summarycol-full {
	line-height:14px;;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	}	

.free-gift-icon {
	background: url(/design/images/payments/free_gift_icon.gif) no-repeat;
	}

.discount-text, .free-gift-icon {
	padding-right: 10px;
	width: 77px;
	height: 15px;
	float: left;
	vertical-align: bottom;	
}

.summarycol-1 {
	float: left;
	width:260px;
	line-height:14px;;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	}	

.summarycol-1 .frame {
	background: url(/design/images/payments/summary_item_bg.gif) no-repeat;
	width: 77px;
	height:75px;
	padding-right: 10px;
	text-align: center;
	}	

.summarycol-1 .frame img.product {
	max-height: 64px;
	max-width: 64px;
	}

.summarycol-1 .info img {
	margin-top:6px;
	}	

.summarycol-1 .info a, .summarycol-1 .info span {
	font-weight: bold;
	margin-top:4px;
	}	

.summarycol-2 {
	float: left;
	width:70px;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	}	

.summarycol-2b {
	float: left;
	width:170px;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	}	

.summarycol-3 {
	float: left;
	width:100px;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	text-align: center;
	}
	
.summarycol-2 select {
	width:45px;
	}
	 
.summarycol-4 {
	float: left;
	width:65px;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	text-align: center;
	}	
	
.summarycol-5 {
	float: left;
	width:60px;
	padding:9px 15px 9px 0;
	border-top: 1px dotted #7f7f7f;
	text-align: right;
	}	
		
.summaryprice-1 {
	float: left;
	width:365px;
	line-height:14px;;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	}	

.summaryprice-2 {
	float: left;
	width:120px;
	line-height:14px;;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	font-size: 15px;
	}	

.summaryprice-3 {
	float: left;
	width:70px;
	line-height:14px;;
	padding:9px 15px 9px 0;
	border-top: 1px dotted #7f7f7f;
	font-size: 15px;
	text-align: right;
	}	

.summaryprice-1b {
	float: left;
	width:365px;
	line-height:14px;;
	padding:9px 0 9px 0;
	}	

.summaryprice-2b {
	float: left;
	width:120px;
	line-height:14px;;
	padding:9px 0 9px 0;
	font-size: 15px;
	}	

.summaryprice-3b {
	float: left;
	width:70px;
	line-height:14px;;
	padding:9px 15px 9px 0;
	font-size: 15px;
	text-align: right;
	}

.dis-code {
	width:135px;
	margin: 0 5px
	}	

.go-right {
	text-align:right;
	}

.content-inner-payment {
	width:780px;
	float: left;
	}
	
 
.content-inner-payment-left {
	width:240px;
	float:left;
	}

.content-inner-payment-right {
	width:520px;
	padding-left: 10px;
	float:left;
	}

/* payment complete ------------------------------------------- */	

.payment-complete-1 {
	float: left;
	width:360px;
	line-height:14px;;
	padding:9px 0 9px 10px;
	border-top: 1px dotted #7f7f7f;
	font-size: 12px;
	}	

.payment-complete-1 .info a {
	font-weight: bold;
	margin-top:4px;
	}	

.payment-complete-2 {
	float: left;
	width:65px;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	text-align: center;
	font-size: 12px;
	}	

.payment-complete-3 {
	float: left;
	width:155px;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	text-align: center;
	font-size: 12px;
	}

.payment-complete-2 select {
	width:45px;
	}
 
.payment-complete-4 {
	float: left;
	width:84px;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	text-align: center;
	font-size: 12px;
	}	
	
.payment-complete-5 {
	float: left;
	width:90px;
	padding:9px 15px 9px 0;
	border-top: 1px dotted #7f7f7f;
	text-align: right;
	font-size: 12px;
	}	
	
.payment-complete-1b {
	float: left;
	width:145px;
	line-height:14px;;
	padding:9px 0 9px 10px;
	border-top: 1px dotted #7f7f7f;
	font-size: 12px;
	}	

.payment-complete-2b {
	float: left;
	width:215px;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	text-align: left;
	font-size: 12px;
	}	

.payment-complete-3b {
	float: left;
	width:75px;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	text-align: center;
	font-size: 12px;
	}	
	
.payment-complete-4b {
	float: left;
	width:160px;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	text-align: center; 
	font-size: 12px;
	}	

.payment-complete-5b {
	float: left;
	width:70px;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	text-align: center;
	font-size: 12px;
	}	

.payment-complete-6b {
	float: left;
	width:85px;
	padding:9px 15px 9px 0;
	border-top: 1px dotted #7f7f7f;
	text-align: right;
	font-size: 12px;
	}	
	
.paymentprice-1 {
	float: left;
	width:640px;
	line-height:14px;;
	padding:9px 0 9px 0;
	border-top: 1px dotted #7f7f7f;
	font-size: 15px;
	text-align: right;
	}	

.paymentprice-2 {
	float: left;
	width:120px;
	line-height:14px;;
	padding:9px 15px 9px 0;
	border-top: 1px dotted #7f7f7f;
	font-size: 15px;
	text-align: right;
	}	
 
.paymentprice-1b {
	float: left;
	width:640px;
	line-height:14px;;
	padding:9px 0 9px 0;
	font-size: 15px;text-align: right;
	}	

.paymentprice-2b {
	float: left;
	width:120px;
	line-height:14px;;
	padding:9px 15px 9px 0;
	font-size: 15px;
	text-align: right; 
	}
	
#complete-table  th,
#complete-table  td {
	text-align: left;
	padding-bottom: 4px;
	background-color:#FFFFFF;
	border-bottom:medium none; 
	font-size:11px;
	line-height:16px;
	padding-bottom:4px;
	text-align:left;
	padding: 0px;
	}	

/* general styles (util classes) ------------------------------------------- */	

.strong{
	font-weight: bold;
}

/*---- Added by Iogo to be compatiable with The Fragrance Shop -----*/


.prod-basket {
	background:	url(/design/images/product_details/btn_add_basket.gif) no-repeat ;
	width:110px;
	height:18px;
	color:#fff;
	text-align: center;
	display: block;
	line-height: 20px;
	float: left;
	margin-right: 5px;
	margin-top:10px;
	}
.prod-basket input{
	width:110px;
	height:18px;
	}

.prod-search {
	background:	url(/design/images/product_details/btn_continue_shop.gif) no-repeat ;
	width:135px;
	height:18px;
	color:#fff;
	text-align: center;
	display: block;
	line-height: 20px;
	float: left;
	margin-top:10px;
	}
	
	.btn-search{
	background: url(/design/images/search/btn_search.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 22px;
	width: 84px;
}

.page-heading {
	padding: 5px 0 5px 5px;
	height: 14px;
}	


.heading-other-sizes{
	background: url(/design/images/product_details/other_sizes.gif) no-repeat left center;
	height: 14px;
	width: 108px;
}

a.save_basket{
	background: url(/design/images/shopping_basket/btn_save_basket.gif) no-repeat left center;
	height:18px;
	width:86px;
	display:block;
	padding-right:3px;
	margin-top:15px;
	margin-right:5px;
	}
	
a.empty_basket{
	background: url(/design/images/shopping_basket/btn_empty.gif) no-repeat left center;
	height:18px;
	width:86px;
	display:block;
	margin-top:15px;
	margin-right:5px;
	}	

.heading-related{
	background: url(/design/images/product_details/related_products.gif) no-repeat left center;
}

.heading-shopping-basket{
	background: url(/design/images/shopping_basket/title_shopping_basket.gif) no-repeat left center;
	height:14px;
	width:156px;
}


a.checkout-shop, button.checkout-shop, input.checkout-shop{
	background: url(/design/images/shopping_basket/btn_checkout.gif) no-repeat;
	width:85px;
	height:18px;
	color:#fff;
	text-align: center;
	display: block;
	line-height: 20px;
	float: left;
	margin-right: 5px;
	border: 0;
	font-size: 11px;
	font-family: tahoma;
	cursor: pointer;
	padding-bottom:5px;
}

input.checkout-shop{
	text-indent: -9999px;	
}
	
a.checkout-recalculate, button.checkout-recalculate, input.checkout-recalculate{
	background: url(/design/images/shopping_basket/btn_recalc.gif) no-repeat;
	width:85px;
	height:18px;
	color:#fff;
	text-align: center;
	display: block;
	line-height: 20px;
	float: left;
	margin-right: 5px;
	border: 0;
	font-size: 11px;
	font-family: tahoma;
	cursor: pointer;
	padding-bottom:5px;
	margin-top:15px;
	} 
	
	.heading-new{
	background: url(/design/images/payments/new_customers.gif) no-repeat 0px 0;
	height: 14px;
	width: 153px;
}
.heading-guest{
	background: url(/design/images/headings/hd_l_guest_checkout.gif) no-repeat 0px 0;
	height: 13px;
	width: 220px;
}
	.heading-payment-tell{
	background: url(/design/images/payments/tell_us_about.gif) no-repeat 0px 0;
	height: 16px;
	width: 385px;
}

.btn-login{
	background: url(/design/images/payments/btn_login.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 22px;
	width: 64px;
}
.heading-billing-address{
	background: url(/design/images/account/billing_address.gif) no-repeat 0px 0px;
	height: 23px;
	width: 220px;
}

.heading-ship-address{
	background: url(/design/images/payments/delivery_address.gif) no-repeat 0px 0px;
	height: 25px;
	width: 164px;
}

.btn-find-address{
	background: url(/design/images/payments/btn_find_address.gif) no-repeat 0px 10px;
	border: none;
	cursor: pointer;
	height: 28px;
	width: 105px;
	display:block;
}

.btn-back {
	background: url(/design/images/nav/btn_back.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 22px;
	width: 75px;
	top:20px;
}

.btn-continue{
	background: url(/design/images/payments/btn_continue.gif) no-repeat;
	border: none;
	cursor: pointer;
	height:18px;
	width:86px;
}
.heading-existing{
	background: url(/design/images/payments/existing_customers.gif) no-repeat 0px 0px;
	height: 13px;
	width: 220px;
	padding: 15px 0 15px 10px;
}

.heading-my-account{
	background: url(/design/images/account/hd_my_account.gif) no-repeat 0px 0px;
	height: 13px;
	width:118px;
	margin-top:10px
}
/*  Styles for the custviewpast.asp page */
.page-heading-no-top {
	padding: 10px 0 15px 10px;
}	

.heading-order-history{
	background: url(/design/images/account/history/order_history.gif) no-repeat 0px 15px;
	height: 15px;
	width: 143px;
}
.heading-active-orders{
	background: url(/design/images/account/active/active_orders.gif) no-repeat 0px 15px;
	height: 15px;
	width: 138px;
}

.btn-order_details{
	background: url(/design/images/account/btn_order_details.gif) no-repeat;
	border: none;
	cursor: pointer;
	height:18px;
	width:111px;

}
.btn-repeat_order{
	background: url(/design/images/account/btn_repeat_order.gif) no-repeat;
	border: none;
	cursor: pointer;
	height:18px;
	width:111px;
}
.btn-newaddress{
	background: url(/design/images/account/btn_add_new_address.gif) no-repeat;
	border:none;
	cursor:pointer;
	height:18px;
	width:135px;
	}
.btn-view-edit{
	background:url(/design/images/account/btn_view_edit.gif) no-repeat;
	border:none;
	cursor:pointer;
	height:18px;
	width:86px;
}

.btn-delete{
	background:url(/design/images/account/btn_delete.gif) no-repeat;
	border:none;
	cursor:pointer;
	height:18px;
	width:86px;
}

.heading-order-cardholder{
	background: url(/design/images/payments/cardholder_address.gif) no-repeat 0px 0px;
	height: 17px;
	width: 204px;
}
.heading-delivery-address{
	background: url(/design/images/account/delivery_address.gif) no-repeat 0px 0px;
	height: 14px;
	width: 163px;
}
.heading-login-details{
	background: url(/design/images/account/login_details.gif) no-repeat;
	height:15px;
	width:131px;
	}
.heading-personal-details{
	background: url(/design/images/account/personal_details.gif) no-repeat;
	height:15px;
	width:161px;
	}
.heading-delivery-addresses{
	background: url(/design/images/delivery/hd_delivery_addresses.gif) no-repeat;
	height: 14px;
	width: 181px;
	}
.heading-wishlist{
	background: url(/design/images/account/wish/wish_list.gif) no-repeat 0px 10px;
	height: 23px;
	width: 220px;
}
.heading-stock-notification{
	background: url(/design/images/account/wish/hd_stock_notifications.gif) no-repeat 0px 10px;
	height: 23px;
	width: 220px;
}
.btn-buy{
 background: url(/design/images/account/wish/btn_buy.gif) no-repeat;
 border:none;
 cursor:pointer;
 }
 a.buy-me {
  background: url(/design/images/account/wish/btn_buy.gif) no-repeat;
	height:18px;
	width:60px;
	text-indent:-9999px;
	}
.btn-removeall{
 	background: url(/design/images/account/wish/btn_remove_from_cart.gif) no-repeat;
	width:144px;
	height:18px;
	border:none;
	cursor:pointer;
	}	
	.btn-addall{
 	background: url(/design/images/account/wish/btn_add_all_tocart.gif) no-repeat;
	width:108px;
	height:18px;
	border:none;
	cursor:pointer;
	}	
.btn-viewcart{
 background: url(/design/images/account/wish/btn_view_cart.gif) no-repeat;
	width:99px;
	height:18px;
	border:none;
	cursor:pointer;
}	
.btn-continueshopping{
	 background: url(/design/images/shared/btn_continue_shop.gif) no-repeat;
	width:135px;
	height:18px;
	border:none;
	cursor:pointer;
	}	
.btn-print{
	background: url(/design/images/payments/btn_print_page.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 18px;
	width: 86px;
}
.btn-update{
	background: url(/design/images/account/btn_update.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 22px;
	width: 86px;
}
.heading-ship-options{
	background: url(/design/images/payments/shipping_options.gif) no-repeat 0px 0px;
	height: 13px;
	width: 165px;
	}
.btn-confirmpay {
	background: url(/design/images/payments/btn_confirm_payment.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 18px;
	width: 133px;
}
.btn-view-voice{
	background: url(/design/images/account/active/btn_view_voice.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 18px;
	width: 94px;
}
.btn-cancel-order{
	background: url(/design/images/account/active/btn_cancel_order.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 18px;
	width: 94px;
}
.btn-add-basket{
	background: url(/design/images/account/active/btn_add_basket.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 18px;
	width: 138px;
}
.btn-upgrade-ship{
	background: url(/design/images/account/active/btn_upgrade_ship.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 18px;
	width: 114px;
}
.btn-pay-balance-due{
	background: url(/design/images/account/active/btn_pay_balance_due.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 18px;
	width: 109px;
}
.btn-pay-balance-due2{
	background: url(/design/images/account/active/btn_pay_balance_due2.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 18px;
	width: 119px;
}
.btn-remove{
	background: url(/design/images/account/active/btn_remove.jpg) no-repeat;
	border: none;
	cursor: pointer;
	height: 18px;
	width: 57px;
}
.btn-edit{
	background: url(/design/images/account/active/btn_edit.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 18px;
	width: 42px;
}
.btn-remove-selected{
	background: url(/design/images/account/active/btn_remove_selected.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 18px;
	width: 109px;
}
.heading-order-summary{
	background: url(/design/images/payments/order_summary.gif) no-repeat 0px 10px;
	height: 26px;
	width: 153px;
}
.heading-order-voucher{
	background: url(/design/images/payments/voucher_or_discount.gif) no-repeat 0px 0px;
	height: 17px;
	width: 273px;
}
.heading-gift-reminder{
	background: url(/design/images/payments/hd_gift_reminder_service.gif) no-repeat 0px 0px;
	height: 14px;
	width: 212px;
	margin-bottom: 3px;
}
.payment-note{
	font-size: 1.1em;
	line-height: 3em;
	color: #999;
}
.btn-apply-code{
	background: url(/design/images/payments/btn_apply_code.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 18px;
	width: 102px;
}
.heading-order-type{
	background: url(/design/images/payments/payment_type.gif) no-repeat 0px 0px;
	height: 17px;
	width: 127px;
}
.heading-ship-summary{
	background: url(/design/images/payments/shipping_summary.gif) no-repeat 0px 0px;
	height: 14px;
	width: 176px;
}
.heading-pay-summary{
	background: url(/design/images/payments/payment_summary.gif) no-repeat 0px 0px;
	height: 13px;
	width: 176px;
}
.btn-backshop{
	background: url(/design/images/payments/btn_back_to_shop.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 18px;
	width: 112px;
}
.heading-mylogin {
	background: url(/design/images/account/hd_my_login.gif) no-repeat 0px 10px;
	height: 24px;
	width: 88px;
}	
.heading-friend-tell{
	background: url(/design/images/tell_friend/tell_a_friend.gif) no-repeat 0px 0px;
	height: 14px;
	width: 127px;
}	
.btn-sendme{
	background: url(/design/images/tell_friend/btn_send.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 18px;
	width: 66px;
}
.heading-friend-detail{
	background: url(/design/images/tell_friend/friends_details.gif) no-repeat 0px 0px;
	height: 14px;
	width: 149px;
}
.heading-friend-msg{
	background: url(/design/images/tell_friend/your_message.gif) no-repeat 0px 0px;
	height: 16px;
	width: 133px;
}
.heading-giftreminder {
	background: url(/design/images/account/reminders/gift_remider.gif) no-repeat 0px 0px;
	height: 17px;
	width: 144px;
}
.heading-yourfriends{
	background: url(/design/images/account/reminders/firends_family.gif) no-repeat 0px 15px;
	height: 16px;
	width: 244px;
}
.btn-addanother{
 	background: url(/design/images/account/reminders/btn_add_another.gif) no-repeat;
	width:107px;
	height:22px;
	border:none;
	cursor:pointer;
	}
.btn-remindme{
	background: url(/design/images/account/reminders/btn_remind_me.gif) no-repeat;
	width:86px;
	height:18px;
	border:none;
	cursor:pointer;
	}
.heading-raisereturn{
	background: url(/design/images/account/returns/hd_raise_a_return.gif) no-repeat 0px 5px;
	height: 19px;
	width: 138px;
	}
.heading-savedaddresses{
	background: url(/design/images/account/hd_saved_addresses.gif) no-repeat;
	height: 14px;
	width: 153px;
}
.btn-select-address{
	background: url(/design/images/account/btn_select_address.gif) no-repeat;
	height:18px;
	width:135px;
	border:none;
	cursor:pointer;
	}
.btn-add-address{
	background: url(/design/images/account/btn_add_new_address.gif) no-repeat;
	height:18px;
	width:135px;
	border:none;
	cursor:pointer;
}	
.btn-close{
	background: url(/design/images/shared/closelabel.gif) no-repeat;
	height:22px;
	width:66px;
	border:none;
	cursor:pointer;
}
.btn-storelocator{
	background: url(/design/images/product_details/btn_store_locator.gif) no-repeat;
	height:18px;
	width:122px;
	border:none;
	cursor:pointer;
}
.btn-emailwhenin{
	background: url(/design/images/product_details/btn_email_me_stock.gif) no-repeat;
	height:18px;
	width:172px;
	border:none;
	cursor:pointer;
}

/* other */

select.error, input.error {
	background-color: #ddd;
	/* border: 1px solid #d40000; */
}

.infiniteCarousel
{
    overflow:hidden;
    position:relative;
    float:left;
    width:566px;
    height:162px;
	margin-bottom:10px;
}
.infiniteCarousel .wrapper
{
    overflow:hidden;
    position:absolute;
    top:0px;
    left:0px;
    width:566px;
    height:162px;
}
.infiniteCarousel .arrow
{
    display:block;
    height:25px;
    width:25px;
    text-indent:-99999px;
    position:absolute;
    top:6px;
    cursor:pointer;
}
.infiniteCarousel .forward
{
    background:url("../images/promo/r-arrow.gif") no-repeat 0 0;
    right:6px;
}
.infiniteCarousel .back
{
    background:url("../images/promo/l-arrow.gif") no-repeat 0 0;
    right:36px;
}
#mainpanelList
{
    width:9999px;
    list-style:none;
    position:absolute;
    top:0px;
    left:0px;
}
.mainpanel
{
    display:block;
    float:left;
    width:566px;
    height:162px;
    cursor:pointer;
}
.mainpanel a img
{
    display:block;
    float:left;
    width:566px;
    height:162px;
    border:none;
}
.logo-container
{
    float:left;
    width:170px;
    height:130px;
    text-align:center;
    vertical-align:middle;
    background:#ffffff;
    border:1px solid #dddddd;
    margin:5px;
    padding:4px;
    cursor:pointer;
}
.logo-image
{
    width:170px;
    margin:25px auto;
}

.gift-header
{
    padding:0px 30px 10px 30px;
}
.gift-sentence
{
    padding:10px 30px;
    font-size:larger;
    font-weight:bold;
}
.gift-results
{
    padding:0px 20px;
}
.gift-loading
{
    position:absolute;
    top:320px;
    left:200px;
    width:220px;
    padding:100px 290px;
    height:100%;
    background:url('/design/images/shared/giftfinder/white-opacity.png') repeat top left;
    color:#000000;
}
.product-widget-large {
    float:left;
}
.carousel-nav {
    position:relative;
    top:-25px;
    left:2px;
    z-index:9999;
}
.carousel-nav a {
    display:block;
    float:left;
    width:20px;
    height:20px;
    padding:0px;
    margin:2px;
    background:url('/design/images/promotions/carousel1.png') no-repeat top left;
    text-indent:-9000px;
}
.carousel-nav a.activeSlide {
    display:block;
    float:left;
    width:20px;
    height:20px;
    padding:0px;
    margin:2px;
    background:url('/design/images/promotions/carousel2.png') no-repeat top left;
    text-indent:-9000px;
}
.recommendation-tab1 {
    background:#000000;
    padding:5px 10px;
    width:233px;
    float:left;
    cursor:pointer;
    color:#ffffff;
    text-align:center;
}
.recommendation-tab2 {
    background:#cccccc;
    padding:5px 10px;
    float:left;
    cursor:pointer;
    color:#000000;
    text-align:center;
}
.recommendation {
    position:relative;
    width:1000px;
    height:240px;
    float:left;
    margin-top:-6px;
    margin-left:-25px;
    background:#bec7dc;
    border:10px solid #000000;
}
.products {
    position:relative;
    width:950px;
    height:240px;
    margin:0px 25px;
}
.productx {
    position:relative;
    width:180px;
    height:230px;
    padding:5px;
    float:left;
    text-align:left;
}
a.product-link {
    text-decoration:none;
    color:#000000;
}
a.product-link:hover {
    text-decoration:underline;
}
.hideShipping
{
    display:none;
}
.btn-ship-to-billing{
	background: url(/design/images/shared/ship-to-billing.png) no-repeat;
	width:179px;
	height:18px;
	border:none;
	cursor:pointer;
}
.btn-ship-to-different{
	background: url(/design/images/shared/ship-to-different.png) no-repeat;
	width:187px;
	height:18px;
	border:none;
	cursor:pointer;
}
.btn-ship-to-this{
	background: url(/design/images/shared/ship-to-this.png) no-repeat;
	width:145px;
	height:18px;
	border:none;
	cursor:pointer;
}

#product-share-holder {
	width:400px;
	float: left;
	position: relative;
	display: inline;
}

#product-details-left {
	width:400px;
	padding: 15px 0 0 0px;
	text-align: center;
	border: 1px solid #dddddd;
	float: left;
	position: relative;
	margin-left: 15px;
	display: inline;
	}

#product-widget-details-left {
	width:200px;
	padding: 15px 0 0 0px;
	text-align: center;
	border: 1px solid #dddddd;
	float: left;
	position: relative;
	margin-left: 15px;
	display: inline;
	}

#share-details-left {
	width:400px;
	padding: 15px 0 0 0px;
	text-align: left;
	float: left;
	position: relative;
	margin-left: 15px;
	display: inline;
	}

#product-details-left img.product{
	/* width: 200px; */
	max-width: 400px;
}

#product-details-right {
	width:560px;
	padding-left: 30px;
	float: left;
	}

#product-widget-details-right {
	width:235px;
	padding-left: 30px;
	float: left;
	}

#product-details-right p{
	padding: 3px 0;
	line-height: 12px;
	}
a.prod-wish {
	background:	url(/design/images/products/icon_wish.gif) no-repeat 0 4px;
	padding:3px 0 0 20px;
	color:#000;float: left;
	display: block;
	height: 25px;
	margin-right: 20px;
	}
a.prod-tell {
	background:	url(/design/images/products/icon_tell.gif) no-repeat 0 4px;
	padding:3px 0 0 20px;
	color:#000;float: left;
	margin-right: 20px;
	}
#price-table strong{
	color:#ff0000;
	}
#price-table  {
	margin:5px 0;
	}
#price-table th{
	color:#000;
	font-size: 18px;
	font-weight: normal;
}
span.price {
	font-size:18px;
	margin-right:600px;
}
.btn-close2{
	background: url(/design/images/shared/close.png) no-repeat;
	width:18px;
	height:18px;
	border:none;
	cursor:pointer;
	}
.btn-continue-shopping{
	background: url(/design/images/shared/continue-shopping.png) no-repeat;
	width:137px;
	height:22px;
	border:none;
	cursor:pointer;
	}
.btn-add-to-basket-new{
	background: url(/design/images/products/add-to-basket.png) no-repeat;
	width:102px;
	height:37px;
	border:none;
	cursor:pointer;
	}
.btn-checkout-now{
	background: url(/design/images/shared/checkout-now.png) no-repeat;
	width:137px;
	height:22px;
	border:none;
	cursor:pointer;
	}
#product-details-left img.product{
	/* width: 200px; */
	max-width: 400px;
	max-height: 400px;
}
