@charset "utf-8";
/* CSS Document */

#side_link {margin:94px 0;
			position: absolute;
			}

body {
	/*background-image: url(/images/back_repeat.jpg);
	background-repeat: repeat;*/
	margin:0px;
}

#container{
	width: 984px;
	margin-top: 29px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
.container-boutique{
	width: 984px;
	margin:auto;
}

#topheader{
	width: 984px;
	height:132px;
	background-image:url(/images/banner.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
.boutique_spacer{
	margin-top: 30px;
}
#mainbody{
	background-image:url(/images/pageback.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	width:984px;
	height: 586px;
}

#mainbody2{
	background-image:url(/images/pageback2.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	width:984px;
	height: 586px;
}
.content{
	height:508px;
}
#rss_icon{
	margin-left:8px;
}
#mainbody3{
	background-image:url(/images/pageback3.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	width:984px;
	height: 586px;
}

#mainbody4{
	background-image:url(/images/pageback4.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	background-color:#fff;
	width:984px;
}

#mainbody_expand{
	background-color:#fff;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	width:984px;
	
}

#mainbody5{
	background-image:url(/images/pageback5.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	width:984px;
	height: 586px;
}

#mainbody6{
	background-image:url(/images/pageback6.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	width:984px;
	height: 586px;
}

#mainbody7 { background: url('/images/pageback7.jpg') no-repeat 0 0; height: 586px; width: 984px; }

#mainbody8{
	background-image:url(/images/pageback8.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	width:984px;
	height: 586px;
}

#bottomimage{
	width: 984px;
	height: 99px;
	background-image:url(/images/bottomimage.png);
	background-position: 283px 0px;
	background-repeat:no-repeat;
}

#bottomimage_search{
	width: 984px;
	height: 99px;
	background-image:url(/images/bottomimage_search.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}

#menucontainer{
	height: 45px;
	position: relative;
}
#menucontainer ul{
	float: left;
	margin: 0;
	padding: 0;
	height: 45px;
	width: 700px;
}
#menucontainer ul li{
	display: inline;
}
#menucontainer ul li a{
	background: url(/images/boutique_menu.gif) no-repeat scroll;
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	text-indent: -9999px;
	outline: none;
}
#menucontainer ul li#highlights_menu a{
	width: 140px;
	background-position: 10px 0;
}
#menucontainer ul li#fragrance_menu a{
	width: 118px;
	background-position: -148px 0;
}
#menucontainer ul li#home_menu a{
	width: 85px;
	background-position: -295px 0;
}
#menucontainer ul li#bath_menu a{
	width: 80px;
	background-position: -410px 0;
}
#menucontainer ul li#attars_menu a{
	width: 92px;
	background-position: -520px 0;
}
#menucontainer ul li#leather_goods_menu a{
	width: 145px;
	background-position: -644px 0;
}
#menucontainer ul li#highlights_menu a.active,
#menucontainer ul li#highlights_menu a:hover{
	background-position: 10px -45px;
}
#menucontainer ul li#fragrance_menu a.active,
#menucontainer ul li#fragrance_menu a:hover{
	background-position: -148px -45px;
}
#menucontainer ul li#home_menu a.active,
#menucontainer ul li#home_menu a:hover{
	background-position: -295px -45px;
}
#menucontainer ul li#bath_menu a.active,
#menucontainer ul li#bath_menu a:hover{
	background-position: -410px -45px;
}
#menucontainer ul li#attars_menu a.active,
#menucontainer ul li#attars_menu a:hover{
	background-position: -520px -45px;
}
#menucontainer ul li#leather_goods_menu a.active,
#menucontainer ul li#leather_goods_menu a:hover{
	background-position: -644px -45px;
}

#boutique_search {
	float: left;
	display: block;
	width: 150px;
	height: 25px;
	margin: 12px 0 0 0;
}

#boutique_search input {
	border: none;
	background: url('/images/search-back.jpg') -2px -2px no-repeat;
	
	padding: 2px 25px 2px 4px;
	height: 19px;
	width: 120px;
	
	color: #666666;
	font-size: 11px;
	outline: none;
}

ul#boutique_search_results {
	display: none;
	margin: 0 auto;
	position: absolute;
	right: 102px;
	width: 182px;
	
	z-index: 100;
}
ul#boutique_search_results.focus { border-top: 1px solid #DDDDDD; }
ul#boutique_search_results li {
	display: block;
	width: 180px;
	height: 30px;
	border-bottom: 1px dotted #766747;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	list-style-type: none;
}
ul#boutique_search_results li a {
	width: 160px;
	height: 14px;
	text-indent: 0;
	line-height: 20px;
	
	padding: 6px 10px 10px 10px;
	background: url('/images/search-li.jpg');
	color: #766747;
}
ul#boutique_search_results li.active a { background-position: 0 -30px; color: #FFFFFF; }

#checkout_container{
	position: absolute; 
	right: 10px; 
	top: 16px; 
	width: 70px; 
	z-index: 1000;
	text-align: left;
	padding: 0 20px 0 0;
}
#checkout_container .basket { height: 20px; display: block; width: 20px; float: right; padding-top: 2px; }
#content{
	width: 984px;
	height: 425px;
}

#content_expand{
	width: 984px;
}
.storefinder{
	padding:32px 0 20px 30px;
}
#storefinder_form{
	padding-top:15px;
}
#sf_country, #sf_keyword{
	width:134px;
}
#sf_keyword{
	float:left;
	display:inline;
	margin-right:16px;
}
#sf_submit{
	float:left;
	display:inline;
}
.store, .store h1, .store h2{
	color:#7E6B3A;
	font:11px/144% Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}
.store h1{
	font-weight:bold;
}
.store h2{
	font-style:normal;
}
#sf_results{
	clear:both;
	padding:20px 0;
}
#stores_found{
	padding: 10px 0; 
	font:normal 12px Verdana;
	color:#7E6B3A; 
	padding-left: 30px; 
	text-align:left;
}
.store{
	float:left;
	display:inline;
	width:410px;
	border-bottom: 1px #000 solid;
	padding: 5px 0;
	margin-left:30px;
}
.first{
	margin-left:0;
}




.textfield{
	border: 1px solid #C5B784;
	background-color: #F8F8F6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-size:11px;
	color: #7E6B3A;
	font-weight:none;
}

.textfielderror{
	border: 1px solid #CC6666;
	background-color: #F8F8F6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-size:12px;
	color: #7E6B3A;
	font-weight:none;
}


/* fonts */

.footerfont{
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#5B5644;
	width: 984px;
}

.font12pxbold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #7E6B3A;
	font-weight:bold;
}

.font11pxbold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #7E6B3A;
	font-weight:bold;
}

.font10px {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #7E6B3A;
}
.font10pxerror{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #CC6666;
}

.font10pxlight{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #C09B52;
	
}


.font10pxlight a,.font10pxlight a:visited,.font10pxlight a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #C09B52;
	text-decoration:none;
}

.font10pxlight a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #C09B52;
	text-decoration:underline;
}

.font9px {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #7E6B3A;
}

.font9pxlight{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #C09B52;
	
}


.font9pxlight a,.font9pxlight a:visited,.font9pxlight a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #C09B52;
	text-decoration:none;
}

.font9pxlight a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #C09B52;
	text-decoration:underline;
}

.fontitemcount{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	text-decoration:none;
	font-weight: none;
}

.fontitemcount a,.fontitemcount a:active,.fontitemcount a:hover,.fontitemcount a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	text-decoration:none;
	text-decoration:bold;
}

/*  tool tip stuff */

.tool-tip {
	color: #7E6B3A;
	width: auto;
	z-index: 3000;
	background-image: url(../images/pointyback.gif);
}
 
.tool-title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	margin: 0;
	color: #7E6B3A;
	padding: 7px 7px 7px 7px;
	background-color: #eee;
	background-image: url(../images/pointyback.gif);
	
}
 
.tool-text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#7E6B3A;
	padding: 7px 7px 7px 7px;
	background-color: #eee;
	background-image: url(../images/pointyback.gif);
}

.productholder1, .productholder2, .productholderdouble1, .productholderdouble2{
	float:left;
}
.name, .name2{
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-size:11px;
color:#7E6B3A;
font-weight:bold;
overflow:hidden;
line-height:40px;
position:absolute; bottom:0;
}
 /* single product*/
.product {
	height: 198px;
	width: 106px;
}
.product img {
	height: 198px;
	width: 106px;
}
.product_over {
	height: 206px;
	width: 110px;
	cursor:pointer;
}
.product_over img{
	height: 206px;
	width: 110px;
	padding-top: 5px;
	cursor:pointer;
}

/* double product*/

.product2 {
	height: 198px;
	width: 243px;
}
.product2 img {
	height: 198px;
	width: 243px;
}
.product2_over {
	height: 206px;
	width: 253px;
	cursor:pointer;
	
}
.product2_over img{
	height: 206px;
	width: 253px;
	cursor:pointer;
}




.show {
 opacity:1;
 height:35px;
  }
.hide {
 opacity:0;
 height:0px;
 text-align:left;
 }
.bagcontent {height: 177px;width: 635px;overflow: hidden;float: left;}
.scroller 	{width: 652px;height: 143px; margin-top:10px;}
.scrollarea {height: 137px;width: 16px;float: right;cursor: pointer;}
.scrollBarContainer {height: 137px; background:url(/images/scrollbar_blue.gif) repeat scroll;}
.scrollKnob {width: 16px;background:url(/images/knob_blue.gif) repeat scroll;min-height: 10px;}
.scrollForward, .scrollBack {width: 16px;height: 20px;margin:0px 0;}
.scrollForward{background:url(/images/bottomknob.gif) no-repeat scroll;}
.scrollBack {background:url(/images/topknob.gif) no-repeat scroll;}

/*product scroller*/

.product_bagcontent {height: 177px;width: 270px;overflow: hidden;float: left;}
.product_scroller 	{width: 300px;height: 143px; margin-top:10px;}
.product_scrollarea {height: 137px;width: 16px;float: right;cursor: pointer;}
.product_scrollBarContainer {height: 137px; background:url(/images/scrollbar_blue.gif) repeat scroll;}
.product_scrollKnob {width: 16px;background:url(/images/knob_blue.gif) repeat scroll;min-height: 10px;}
.product_scrollForward, .product_scrollBack {width: 16px;height: 20px;margin:0px 0;}
.product_scrollForward{background:url(/images/bottomknob.gif) no-repeat scroll;}
.product_scrollBack {background:url(/images/topknob.gif) no-repeat scroll;}

.productitem{float: left; width: 630px; height: 43px;}
.productimage{float: left; width: 63px;}
.productname{float: left; width: 224px; padding-top: 15px;}
.productprice{float: left; width: 85px; padding-right: 29px; padding-top: 15px;}
.producttotalprice{float: left; width: 76px; padding-top: 15px;}
.productdelete{float: left; width: 25px; padding-top: 12px; padding-left: 10px;}
.productquanity{float: left; width: 106px; padding-top: 12px;}

.errorhold{float: left; width: 25px; padding-left: 4px;}

#leftarrowa, #leftarrowb,#rightarrowa,#rightarrowb  {
	opacity:.5;
	filter:alpha(opacity=50);
}
#leftarrowa:hover, #leftarrowb:hover,#rightarrowa:hover,#rightarrowb:hover  {
	opacity:1;
	filter:alpha(opacity=100);
	cursor:pointer;
}
#dOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#dHolder{

	background:url(../images/loading_bg.png) no-repeat scroll;
	position: absolute;
	width:411px;
	height:243px;
}

.storefinderleftcol{float: left; width: 420px; clear: none; margin-left: 30px;}

a.footer_link{ color:#FFFFFF;}


/* Product scroller */
.section{
	position:absolute; 
}
#top_section{
	top:252px;
}
#bottom_section{
	top:461px;
}
#middle_section{
	top:318px;
}
.section_title {
	height: 34px;
	width: 924px;
	margin-right: auto;
	margin-left: 30px;
	padding-top:10px;
}
.section_title img{
	margin-top:10px;
}
.row{
	height: 200px;
	width: 984px;
 }
.section_arrow{
	width:30px; 
	float:left; 
	margin-top:50px;
	text-align: center;
 }
.section_scroll_window{
	width:924px; 
	float:left; 
	height:200px; 
	overflow:hidden;
}

#contentscroll{
	width: 984px;
	height: 415px;
}
#product_leftcol{
	float: left; 
	padding-left: 30px; 
	width: 350px; 
	height: 393px; 
	position: relative;
}
#product_image{
	position:absolute; 
	bottom: -62px;
}
#product_rightcol{
	float: right; 
	padding-right: 30px; 
	width: 243px; 
	height: 345px; 
	position: relative;
}
#product_middlecol{
	float: right; 
	padding-right: 30px; 
	width: 290px; 
	height: 425px;
}

/* High lights */

div.highlight {
	float: left;
	width: 185px;
	text-align: center;
	margin: 85px 0 0 10px;
	position: relative;
}
div.highlight a		  { display: block; position: absolute; width: 185px; height: 230px; z-index: 8; }
div.highlight p		  { display: block; position: absolute; width: 185px; text-align: center; }
div.highlight p.image { z-index: 5; text-align: center; }
div.highlight p.double { margin: 0 0 0 -18px; }
div.highlight p.title { z-index: 6; color: #ca9a4b; font-weight: bold; padding: 180px 0 0 0; }
div.highlight p.about { width: 165px; z-index: 7; color: #5a5a5a; font-weight: normal; padding: 200px 10px 0 10px; font-size: 11px; }
p#visit-boutique	  { clear: both; float: right; width: 230px; margin: 335px 10px 0 0; }

div.highlight p img { width: 97px; margin: 0 auto; }
div.highlight p.double img { width: 220px; }

/* Search Results Page. */
#searchResults { height: 455px; padding: 0 37px; position: relative; }
#searchResults h2 { color: #ca9a4b; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; height: 60px; line-height: 60px; margin: 0 0 20px 0; text-transform: capitalize; }
#searchResults h2 span { color: #999; font-size: 13px; font-weight: normal; }
#searchResults .row { height: auto; margin: 0 0 15px 0; width: auto; }
#searchResults .result { color: #5a5a5a; float: left; margin: 0 35px 0 0; width: 280px; }
#searchResults .result.last { margin: 0; }
#searchResults .result a { color: #ca9a4b; display: block; font-weight: bold; text-decoration: underline; }
#searchResults a.paginationLink { bottom: 24px; cursor: pointer; height: 13px; position: absolute; text-indent: -9999px; }
#searchResults #searchPrevious { background: url('/images/search_previous_page.gif') no-repeat 0 0; left: 39px; width: 122px; }
#searchResults #searchNext { background: url('/images/search_next_page.gif') no-repeat 0 0; right: 39px; width: 95px; }

.tablediv table {
	margin-top: 10px;
}
.tablediv table, .tablediv table td, .tablediv table tr {
	border:none;
	padding: 0.2em 0.2em 0.2em 0em;
}

.tablediv table tr {
	margin-top: -2px;
}

.tablediv table td.second {
	padding-left: 30px;
	
}

.safari {
	position: absolute;
	bottom: -55px;
	width: 416px;
}
