/*
$Id: main.css,v 1.130 2008/12/11 09:14:58 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

/*
	general tags styles
*/
html,body {
  height: 100%;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  min-width: 780px;
  border: 0px none;
}
div,th,td,p,textarea,tt,button {
	font-family: "Times New Roman", Times, serif;
	color: #A79D96;
	font-size: 12px;
	line-height: 15px;
}
input {
  margin-right: 3px;
  height:15px;
  padding:2px;
  border:1px solid #adadad;
  font-family:Arial, Geneva, Helvetica, sans-serif;
  font-size:11px;
  color:#A79D96;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	color: #A79D96;
	font-size: 11px;
}
a:link {
	color: #A79D96;
	text-decoration: none;
}
a:visited {
	color: #A79D96;
	text-decoration: none;
}
a:hover {
  color: #FF1CAE;
	text-decoration: none;
}
a:active  {
	color: #A79D96;
	text-decoration: none;
}
h1 {
	margin: 10px 0px;
	padding: 0;
	font-size: 14px;
	color: #A79D96;
}
h2 {
	margin: 20px 0px 0px;
	padding: 0;
	font-size: 13px;
}
h3 {
	margin: 12px 0px;
	padding: 0;
	font-size: 12px;
	color: #A79D96;
}
h4 {
  font-size: 18px;
  	font-weight: normal;
}
hr {
	border: 0px none;
  border-bottom: 1px solid #CCCCCC;
  margin: 20px 0px 10px 0px;
	padding: 0px;
	height: 0px;
}
form {
	margin: 0px;
}
table, img {
	border: 0px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

/*
  service styles
*/
/* float-box finisher */
.clearing {
  height: 0px;
  font-size: 0px;
  clear: both;
}

/* vertical align (center) */
.valign-middle {
	vertical-align: middle;
	height: 100%;
}
.valign-middle-adv-lvl1 {
  height: 100%;
  display: table;
}
.valign-middle-adv-lvl2 {
  display: table-cell;
  vertical-align: middle;
}
.valign-middle-adv-lvl3 {
}

/* horizontal align */
.halign-center {
  display: table;
  margin: 0px auto;
  text-align: center;
}
.center {
  text-align: center;
}
.right-box {
  width: 100%;
  text-align: right;
}

/* text block container */
.text-block {
  margin-bottom: 5px;
}
.text-pre-block {
  margin-top: 15px;
}

/* no-wrap */
.nowrap {
  white-space: nowrap;
}

/* width:100% emulator */
table.width-100 {
  width: 100%;
}

/* page break */
.page-break {
  height: 0px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  page-break-after: always;
}

/* overflow wrapper */
.overflow {
  margin-right: 20px;
  overflow: auto;
}

label {
  vertical-align: bottom;
  line-height: 15px;
}
label input {
  margin: 0px;
  vertical-align: bottom;
}
label.input-block {
  vertical-align: middle;
  line-height: 21px;
}
label.input-block input,
  label.input-block select
{
  vertical-align: middle;
}
label.input-row,
  .input-row label
{
  float: left;
  padding-right: 20px;
}
label.plain-box {
  display: block;
  padding-bottom: 15px; 
}
label.plain-box .label-title {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: #333333;
}

a.none:link,
  a.none:visited,
  a.none:hover,
  a.none:active
{
  text-decoration: none;
}

/*
  common styles
*/
a.small-link:link {
  color: #A79D96;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:visited {
  color: #A79D96;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:hover {
  color: #FF1CAE;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:active {
  color: #A79D96;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
.error-message {
  color: #333;
}
div.error-message {
  margin: 0px 0px 15px 0px;
}
.form-text {
  color: #333;
  font-weight: bold;
}
.black-text {
  color: #A79D96;
}
a.list-item:link,
  .list-item a:link
{
  color: #043fa0;
  text-decoration: none;
}
a.list-item:visited,
  .list-item a:visited
{
  color: #043fa0;
  text-decoration: none;
}
a.list-item:hover,
  .list-item a:hover
{
  color: #2863c2;
  text-decoration: none;
}
a.list-item:active,
  .list-item a:active
{
  color: #043fa0;
  text-decoration: none;
}
table tr.head-row td,
  table tr.head-row th
{
	background: #fff none;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	  border-bottom: 1px solid #CCCCCC;
}
table tr.line-row td,
  table tr.line-row th
{
	border: 0px none;
  border-bottom: 1px solid #CCCCCC;
  margin: 0px;
	padding: 0px;
}
table tr.subhead-row td,
  table tr.subhead-row th
{
  background: #fff none;
}
table tr.center-row th {
  text-align: center;
}

/* Currency */
.currency {
  white-space: nowrap;

}



/*==============================================================================

	layout styles

==============================================================================*/

/* page container */
#page-container {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
	top:0px;

}

/* page layout */
#content-container {
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	width: 980px;
	min-height: 510px;
	padding-bottom: 5px;
	margin-top: 3px;
	z-index:1;
}
#content-container.home {
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	/*width: 1044px!important;*/
	width:980px;
	min-height: 510px;
	padding-bottom: 5px;
	/*margin: 3px 0 0 -32px!important;*/
	margin:3px 0 0;
	z-index:1;
}
#content-home {
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	width: 980px;
	min-height: 510px;
	padding-bottom: 5px;
	margin-top: 3px;
	z-index:1;
}
#content-container2 {
	float: left;
	position: relative;
	right: 100%;
	width: 200%;
	z-index:1;
}
#center {
	float: left;
	position: relative;
	width: 50%;
	left: 50%;
}
#left-bar {
	float: left;
	position: relative;
	width: 244px;
	margin-left: 1px;
	top:30px;
}
#right-bar {
	float: right;
	position: relative;
	width: 135px;
	border-left: 1px solid #CCCCCC;
	height: 540px;
	margin-top: 30px;
}
#left-account {
	float: left;
	position: relative;
	width: 210px;
	top:15px;
}
#right-account{
	float: right;
	position: relative;
	width: 700px;
	margin-top: 15px;
}
#left-stores {
	float: left;
	position: relative;
	width: 245px;
	top:15px;
}
#right-stores{
	float: right;
	position: relative;
	width: 735px;
	margin-top:17px;
}
#right-stores-results{
	float: right;
	position: relative;
	width: 735px;
	top:15px;

}
#center-main {
	margin: 0px;
	overflow: hidden;
	position: relative;
}
#center-main-left-bar {
	margin: 0px 0px 0px 245px;
	overflow: hidden;
	position: relative;
}
#header {
	padding: 0px;
	margin: 0px;
	height: 135px;
	width:980px;
	border-bottom: 5px solid #a79d96;
}
#footer {
	width: 980px;
	overflow: hidden;
	float: left;
	padding-bottom:20px;
	margin:100px 0 0 0;
}

.st-title {
	width:115px;
	float:left;	
}
.st-content {
	float:left;
	width:865px;
	margin:41px 0 0;
}

.st-title h2,
.terms h2  {
	color:#f594CC;
    font-size: 16px;
    font-weight: normal;
    margin: 41px 0 14px;
    text-transform: uppercase;	
}

.st-content p{
	max-width:305px;
	padding:0 0 10px 0;
}

.st-content p:first-child {
	margin-top:41px;
}

.st-content td p {
	padding-right:20px;
	padding-bottom:6px;
}

.terms {
	margin-top:41px;
}

.terms table.nxt,
.terms table.snd,
.terms table.nxt tbody,
.terms table.snd tbody {
	display:block;
	/*float:left;*/
	width:400px;
	margin:6px 0 14px;
}

.terms table.nxt tr,
.terms table.snd tr {
	width:400px;
	line-height:30px;
}

.terms table.nxt tr.alt,
.terms table.snd tr.alt {
	background:#fff5f3;
}

.terms table.nxt td,
.terms table.snd td {
	width:133px;
	text-align:left;
	line-height:30px;
	padding:0;
	margin:0;
	text-indent:8px;
}

.terms table.nxt tr:first-child,
.terms table.snd tr:first-child {
	font-weight:bold;
	font-style:italic;
}

/*
  Right-to-left
*/
.rtl {
  direction: rtl;
}

/*
  header styles
*/

#header .header-top {
	height:85px;
	margin:0px;
	padding:0px;
}

#header .logo {
	width: 218px;
	margin:0px auto 0px 180px;
	padding:24px 0 0 0;
	float:left
	}

#header .logo a {
	display:block;
	width: 218px;
	height: 52px;
	text-indent:-9999px;
	background:#FFFFFF url('/_assets/_images/logo.gif') 0px 0px no-repeat;
	overflow:hidden;
}

#header div.search {
	float:left;
	width:200px;
	height: 20px;
    margin:24px 0 0 0;
	padding:0px;
	
}
#header span.search {
  font-size: 12px;
  padding-left: 20px;
  padding-right: 5px;
}
#header a.search:link,
  #header a.search:visited,
  #header a.search:hover,
  #header a.search:active
{
  text-decoration: none;
}
#header input.textfield{
  float:left;
  margin-right: 3px;
  height:14px;
  width:144px;
  padding:2px;
  border:1px solid #b9b1ab;
  font-family:Arial, Geneva, Helvetica, sans-serif;
  font-size:10px;
  color:#b9b1ab;
}
#header button.simple-button {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 3px;
}
#header button.simple-button img {
  margin-left: 0px;
}


#header .head-right {
	float:right;
	height:85px;
	margin:0 0 0 auto;
	padding:0px;
	position:relative;
}

#header .cart-menu {
	float:right;
	height: 61px;
	width:300px;
    line-height: 20px;
    margin:24px 0px 0 auto;
	position:relative;
	clear:both;
}

#header .cart-menu ul {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	height:20px;
	float:right;
}

#header .cart-menu ul li {
	display:inline;
	font-size:10px;
	margin-left:5px;
	text-transform:uppercase;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

#header .cart-menu ul li a {
	float:left;
	margin-right:15px;
}

#header .cart-menu ul li.last a {
	float:left;
	margin-right:3px;
}

#header .cart-menu ul li span#cartcontentslength {
	display:block;
	padding-left:3px;
	color: #a79d96;
	position:absolute;
	right:0px;
}

#header .cart-menu a:link {
  color: #a79d96;
  text-decoration: none;
}
#header .cart-menu a:visited {
  color: #a79d96;
  text-decoration: none;
}
#header .cart-menu a:hover {
  color: #ff1cae;
  text-decoration: none;
}
#header .cart-menu a:active {
  color: #A79D96;
  text-decoration: none;
}


#header .cart-menu ul li ul {
	background: transparent url('/_assets/_images/popup-bg.png') no-repeat;
	width:273px;
	height:263px;
	margin:0px;
	padding:0px;
	position:absolute;
	left:24px;
	top:18px;
	z-index:9999;
}

#header .cart-menu ul li ul li {
	display:block;
	width:253px;
	height:263px;
	margin:0px 0px 0 17px;
	padding:0px;
}

#header .cart-menu ul li ul li span.contents {
	display:block;
	height:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	float:left;
	margin:20px 0 4px 0;
}

#header .cart-menu ul li ul li span.checkout {
	display:block;
	height:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	float:right;
	margin:2px 12px 0 0;
}

#header .cart-menu ul li ul li span.checkout a {
	color:#A79D96;
	margin:0;
	line-height:11px;
}

#header .cart-menu ul li ul li span.checkout a:hover {
	color:#FF1CAE;
}

#header .cart-menu ul li ul li dl {
	display:block;
	width:240px;
	height:188px;
	background:#f9f9f9;
	margin:4px auto 4px 0;
	float:left;
	overflow:auto;
}

#header .cart-menu ul li ul li dl dd {
	display:block;
	width:206px;
	height:85px;
	margin:4px 0 4px 10px;
	padding:0;
	float:left;
	border-bottom:1px solid #a8a8a6;
}

#header .cart-menu ul li ul li dl dd img {
	float:left;
	margin:0 10px 0 0;
}

#header .cart-menu ul li ul li dl dd p {
	float:left;
	font-size:12px;
	text-transform:none;
	margin:0;
}

#header .cart-menu ul li ul li dl dd a {
	margin:0;
}


#header .cart-menu ul li ul li dl dd p a.remove-item {
	font-size:10px;
	color: #A79D96;
}

#header a.join-mlist {
	float:right;
	height: 35px;
	width:152px;
    margin:6px 0px 0 auto;
	position:relative;
	clear:both;
	text-indent:-9999em;
	background:url('/_assets/_images/mlist-join.gif') 0px 0px no-repeat;
	z-index:1;
}

#header a.join-mlist:hover {
	background:url('/_assets/_images/mlist-join.gif') 0px -35px no-repeat;
}


#header .signup {
	display:block;
	height:20px;
	margin: 30px 0 0 0;
	padding:0px;
	position:relative;
	float:right;
}

#header input.textfield2{
  float:left;
  margin-right: 3px;
  height:14px;
  width:163px;
  padding:2px;
  border:1px solid #e6beb5;
  font-family:Arial, Geneva, Helvetica, sans-serif;
  font-size:10px;
  color:#e6beb5;
}

/* 2nd style for stupid IE*/
#header input#btkjt-btkjt{
  float:left;
  margin-right: 3px;
  height:14px;
  width:163px;
  padding:2px;
  border:1px solid #e6beb5;
  font-family:Arial, Geneva, Helvetica, sans-serif;
  font-size:10px;
  color:#e6beb5;
}



#header input.email_submit {
  margin: 0px;
  margin-bottom: 1px;
  padding: 0px;
  border: 0px none;
  width: 67px;
  height: 20px;
  background: transparent url('/_assets/_images/submit.gif') 0px 0px no-repeat ;
  vertical-align: middle;
}

/*================================================
CUSTOM ARTWORK NAV
=================================================*/
.menu-dialog ul {
 	float:left;
	/*height:11px;*/
	margin:0px;
	text-indent:-9999em;
	overflow:hidden;
	padding:30px 0 5px 80px;
	width:820px;
	/*width:900px!important;*/
}

.menu-dialog ul li {
    float:left;
	height:21px;
	margin:0px 24px 0 0;
	text-indent:-9999em;
	/* overflow:hidden; IE7 Bug */
}

.menu-dialog ul li a {
	display:block;
	height:21px;
}

.menu-dialog ul li#new a { width:64px; background:url('/_assets/_images/nav-sprite.gif') 0px 0px no-repeat; }
.menu-dialog ul li#new a:hover, .menu-dialog ul li#new.on a { background:url('/_assets/_images/nav-sprite.gif') -300px 0px no-repeat; }

.menu-dialog ul li#cadeaux a { width:72px; background:url('/_assets/_images/nav-sprite.gif') 0px -20px no-repeat; }
.menu-dialog ul li#cadeaux a:hover, .menu-dialog ul li#cadeaux.on a { background:url('/_assets/_images/nav-sprite.gif') -300px -20px no-repeat; }

.menu-dialog ul li#lookbook a { width:71px; background:url('/_assets/_images/nav-sprite.gif') 0px -40px no-repeat; }
.menu-dialog ul li#lookbook a:hover, .menu-dialog ul li#lookbook.on a { background:url('/_assets/_images/nav-sprite.gif') -300px -40px no-repeat; }

.menu-dialog ul li#clothing a {	width:64px; background:url('/_assets/_images/nav-sprite.gif') 0px -60px no-repeat; }
.menu-dialog ul li#clothing a:hover, .menu-dialog ul li#clothing.on a { background:url('/_assets/_images/nav-sprite.gif') -300px -60px no-repeat; }

/*.menu-dialog ul li#jewelry a { width:59px; background:url('/_assets/_images/nav-sprite.gif') 0px -80px no-repeat; }
.menu-dialog ul li#jewelry a:hover, .menu-dialog ul li#jewelry.on a { background:url('/_assets/_images/nav-sprite.gif') -300px -80px no-repeat; }*/

.menu-dialog ul li#shoes a { width:83px; background:url('/_assets/_images/nav-sprite.gif') 0px -80px no-repeat; }
.menu-dialog ul li#shoes a:hover, .menu-dialog ul li#shoes.on a { background:url('/_assets/_images/nav-sprite.gif') -300px -80px no-repeat; }

.menu-dialog ul li#fragrance a { width:77px; background:url('/_assets/_images/nav-sprite.gif') 0px -100px no-repeat; }
.menu-dialog ul li#fragrance a:hover, .menu-dialog ul li#fragrance.on a { background:url('/_assets/_images/nav-sprite.gif') -300px -100px no-repeat; }

.menu-dialog ul li#home a { width:38px; background:url('/_assets/_images/nav-sprite.gif') 0px -120px no-repeat; }
.menu-dialog ul li#home a:hover, .menu-dialog ul li#home.on a { background:url('/_assets/_images/nav-sprite.gif') -300px -120px no-repeat; }

.menu-dialog ul li#sale a { width:33px; background:url('/_assets/_images/nav-sprite.gif') 0px -140px no-repeat; }
.menu-dialog ul li#sale a:hover, .menu-dialog ul li#sale.on a { background:url('/_assets/_images/nav-sprite.gif') -300px -140px no-repeat; }

.menu-dialog ul li#samplesale a { width:98px; margin-top:-4px; height:21px; background:url('/_assets/_images/samplesale.gif') 0px 0 no-repeat; overflow:visible; }
.menu-dialog ul li#samplesale a:hover, .menu-dialog ul li#samplesale.on a { background:url('/_assets/_images/samplesale.gif') 0 -21px no-repeat; }

.menu-dialog ul li#finalsale a { width:85px; height:21px; background:url('/_assets/_images/finalsale.gif') 0px 0 no-repeat; overflow:visible; }
.menu-dialog ul li#finalsale a:hover, .menu-dialog ul li#finalsale.on a { background:url('/_assets/_images/finalsale.gif') 0 -21px no-repeat; }

x`
.menu-dialog ul li#samplesale,
.menu-dialog ul li#finalsale { margin-right:0; margin-top:-5px; margin-left:5px;height:21px; }

.menu-dialog ul#social { float:right; height:19px; margin:0 0px 0 0; padding:23px 0 0 0; width:72px; }
.menu-dialog ul#social li { float:left; height:19px; margin:0px 0 0 20px; text-indent:-9999em; overflow:hidden; }
.menu-dialog ul#social li a { display:block; height:19px; }
.menu-dialog ul#social li#fb a { width:8px; background:url('/_assets/_images/fb-btn.gif') 0px 0px no-repeat; }
.menu-dialog ul#social li#fb a:hover { background:url('/_assets/_images/fb-btn.gif') 0px -19px no-repeat; }
.menu-dialog ul#social li#tw a { width:23px; background:url('/_assets/_images/tw-btn.gif') 0px 0px no-repeat; }
.menu-dialog ul#social li#tw a:hover { background:url('/_assets/_images/tw-btn.gif') 0px -19px no-repeat; }
.menu-dialog ul#cat { margin:0px 0px 0 40px; }

/* header line 3 */
#header .line3 {
  position: relative;
  width: 100%;
	height: 39px;
	text-align: right;
}
.line3 .printable-bar {
	position: absolute;
  top: 6px;
	right: 186px;
	height: 18px;
}
.line3 .printable-bar a:link,
  .line3 .printable-bar a:visited,
  .line3 .printable-bar a:hover,
  .line3 .printable-bar a:active
{
  background: transparent url(images/printer.gif) no-repeat right top;
  padding: 2px 20px 2px 0px;
  color: #818891;
  font-size: 10px;
  line-height: 16px;
}
/*
  footer styles
*/
#footer .box {
  width: 970px;
  height:276px;
  margin:0;
  padding: 0px;
  border:5px solid #a79d96;
}

#footer .box ul {
	display:block;
	width:239px;
	height:276px;
	float:left;
	border-right:5px solid #b9b1ab;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}

#footer .box ul.last {
	width:233px;
	border:none;
}

#footer .box ul li {
	padding:0 10px;
	margin:0 0 1px 0;
	line-height:14px;
	color: #b9b1ab;
	font-size:10px;
}

#footer .box ul li.title {
	font-weight:bold;
	margin:10px 0 8px 0;
	font-size:11px;
}

#footer .box ul li.title.hilite a {
	color:#f594CC;
}

#footer .box ul li.title.hilite a:hover {
	color:#ff1cae;
}


#footer .box ul li.bottom {
	position:absolute;
	bottom:0px;
	margin:0 0 10px 0;
}


#footer a:link {
  color: #a79d96;
  text-decoration: none;
}
#footer a:visited {
  color: #a79d96;
  text-decoration: none;
}
#footer a:hover {
  color: #ff1cae;
  text-decoration: none;
}
#footer a:active {
  color: #A79D96;
  text-decoration: none;
}

#footer .copyright {
	padding-top:16px;
	float:left;
	text-transform:uppercase;
 	font-size:11px;
    color:#A79D96;
}


/*==============================================================================

  widgets

==============================================================================*/

/*
  location bar
*/
#location {
	height: 15px;
	line-height: 13px;
	font-size: 11px;
	color: #A79D96;
	text-decoration: none;
	text-transform: uppercase;
	text-align:left;
	text-indent:2px;
	padding-top:2px;
}
font.bread-crumb {
	font-size: 10px;
	color: #A79D96;
	font-family: Arial, Helvetica, sans-serif;
}
a.bread-crumb:link {
	font-size: 10px;
	color: #A79D96;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.bread-crumb:visited {
font-size: 10px;
	color: #A79D96;
	font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}
a.bread-crumb:hover {
	font-size: 10px;
	color: #FF1CAE;
	font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}
a.bread-crumb:active {
font-size: 10px;
	color: #A79D96;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
font.last-bread-crumb {
  text-decoration: none;
}
#location span {
  padding: 0px 5px 0px 5px;
}

#prev-next-box {
	height: 13px;
	margin: 0px 0 0 0;
	padding:0;
	position:absolute;
	right:0px;
	top:1px;
	z-index:0;
}

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

.prevnext  a:hover {
	color: #FF1CAE;
}

#prev-next-box table.prevnext td img {
	padding:4px 0 0;
}


/*
  page title
*/

h1.page-title {
	 color:#f594CC;
    font-size: 16px;
    font-weight: normal;
    margin: 17px 0 14px;
    text-transform: uppercase;
}

/*
  dialog message container
*/
#dialog-message {
  padding: 0px;
  width: 100%;
}
#dialog-message .box {
  position: relative;
  padding: 0px;
  vertical-align: middle;
  text-align: left;
  min-height: 32px;
}

#dialog-message .message-i {
  color: #333;
  border-color: #FFF;
  background: #FFF no-repeat 10px 10px;
}
#dialog-message .message-w {
  color: #333;
  border-color: #FFF;
  background: #FFF no-repeat 10px 10px;
}
#dialog-message .message-e {
  color: #333;
  border-color: #FFF;
  background: #FFF no-repeat 10px 10px;
}
#dialog-message .anchor {
  position: relative;
  margin-left: auto;
  margin-right: 0px;
  height: 15px;
  text-align: right;
  vertical-align: middle;
}

.dialogtr {
	color: #b8d03c;
}


/*
  side bar container
*/
.menu-dialog {
}
.menu-dialog .title-bar {

}
.menu-dialog .title-bar img.icon {
  vertical-align: middle;
  margin: 4px 7px 6px 7px;
  width: 17px;
  height: 17px;
}



.menu-dialog .content {
  width:980px;
  height:50px;
  border: 0px;
  padding:0px;
  margin:0px;
  overflow: hidden;
  background:url('/_assets/_images/fleur.gif') 0px 0px no-repeat;
}
.menu-dialog .content a:link,
  .menu-dialog .content a:visited,
  .menu-dialog .content a:link
{
	color: #5c3c64;
}
.menu-dialog .content a:hover {
	color: #ff1cae;
}


.menu-dialog .item {
	color: #6d6d6d;
	font-size: 10px;
}
.menu-dialog ul li a:link {
	font-size: 10px;
	text-decoration: none;
	
}
.menu-dialog ul li a:visited {
	font-size: 10px;
	text-decoration: none;
	
}
.menu-dialog ul li a:hover {
	font-size: 10px;
	text-decoration: none;
	
}
.menu-dialog ul li a:active  {
	font-size: 10px;
	text-decoration: none;

}
.menu-dialog hr {
  background-color: #A79D96;
}

/*
  dialog container
*/
.dialog {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  page-break-inside: avoid;
}
.dialog .title {
  position: relative;
  color: #253161;
  font-weight: bold;
  font-size: 13px;
  border: 0px none;
  vertical-align: middle;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  overflow: hidden;
}
.dialog .content {
  border: 0px none;
  background: transparent none;
  text-align: left;
  color: #A79D96;
}


/*
  buttons
*/

/* button-based */
button.button {
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
  height: 22px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  overflow: visible;
  outline-style: none;
}
button.button .button-right {
  display: block;
  background: transparent url(images/but_right.png) no-repeat right top;
  padding: 0px 10px 0px 0px;
  height: 22px;
}
button.button .button-left {
	display: block;
	margin: 0px;
	background: transparent url(images/but_left.png) no-repeat left top;
	padding: 0px 5px 0px 15px;
	vertical-align: middle;
	white-space: nowrap;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 11px;
	height: 22px;
	line-height: 21px;
	text-transform: uppercase;  
}

/* div-based */
div.button {
  border: 0px none;
  background: transparent none;
  cursor: pointer;
  margin: 0px;
  padding: 0px 10px 0px 0px;
  white-space: nowrap;
  background: transparent url(images/but_right.png) no-repeat right top;
  float: left;
}
div.button div,
  div.button a:link,
  div.button a:visited,
  div.button a:hover,
  div.button a:active
{
	display: block;
	background: transparent url(images/but_left.png) no-repeat left top;
	padding: 0px 5px 0px 15px;
	line-height: 21px;
	white-space: nowrap;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	outline-style: none;
	text-transform: uppercase;
}

/* button-based link */
button.simple-button {
	border: 0px none;
	  margin: 0px;
	background-color: transparent;
	cursor: pointer;
	padding: 0px;
	white-space: nowrap;
	color: #ff1cae;
	font-size: 10px;
	outline-style: none;
	text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;	
}
button.simple-button span {
  text-decoration: none;
}
button.simple-button img {
  display: none;
}

/* a-based link */
a.simple-button:link,
  a.simple-button:visited,
  a.simple-button:active
{
  font-size: 10px;
  color: #ff1cae;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}

  a.simple-button:hover
{
  color: #ff1cae;
}



a.pink-button:link,
  a.pink-button:visited,
  a.pink-button:active
{
  color: #ff1cae;
}

  a.pink-button:hover
{
  color: #cccccc;
}

a.purple-button:link,
  a.purple-button:visited,
  a.purple-button:active
{
  color: #5C3C64;
}

  a.purple-button:hover
{
  color: #cccccc;
}


/* input-image-based */
input.image-button {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  width: 38px;
  height: 20px;
  background: transparent url('/_assets/_images/search.gif') no-repeat left top;
  vertical-align: middle;
  float:left;
}

input.image-add {
  margin: 0px;
  padding: 0px;
  width:255px;
    height:36px;
	border:0!important;
}

input.image-submit {
  margin: 0px;
  padding: 0px;
  width:176px;
    height:36px;
}

input.image-create {
  margin: 0px;
  padding: 0px;
    width:176px;
    height:36px;

}

/* a-image-based */
a.image-button:link,
  a.image-button:visited,
  a.image-button:hover,
  a.image-button:active
{
  text-decoration: none;
}
a.image-button:link img,
  a.image-button:visited img,
  a.image-button:hover img,
  a.image-button:active img
{
  margin: 0px;
  padding: 0px;
  border: 0px none;
  width: 20px;
  height: 18px;
  background: transparent url(images/go.gif) no-repeat center center;
  vertical-align: middle;
}


/*
  Buttons alternative styles
*/

/* highlighted button */

button.main-button .button-right {
  background: transparent url(images/but_main_right.png) no-repeat right top;
    text-transform: uppercase;
}
button.main-button .button-left {
	background: transparent url(images/but_main_left.png) no-repeat left top;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
}

div.main-button {
  background: transparent url(images/but_main_right.png) no-repeat right top;
  text-transform: uppercase;
  
}
div.main-button div,
  div.main-button a:link,
  div.main-button a:visited,
  div.main-button a:hover,
  div.main-button a:active
{
	background: transparent url(images/but_main_left.png) no-repeat left top;
	color: #FFF;
	  text-transform: uppercase;
	
}

button.simple-main-button,
  a.simple-main-button:link,
  a.simple-main-button:visited,
  a.simple-main-button:hover,
  a.simple-main-button:active
{
	color: #ff1cae;
	font-size: 10px;
	text-transform: uppercase;
  
}

/* Delete cart item button */
a.simple-delete-button:link,
  a.simple-delete-button:visited,
  a.simple-delete-button:hover,
  a.simple-delete-button:active
{
	color: #ff1cae;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}



/* menu button */

button.menu-button {
  height: 22px;
}
button.menu-button .button-right {
  background: transparent url(images/but_menu_right.png) no-repeat right top;
  padding-right: 7px;
  height: 20px;
}
button.menu-button .button-left {
  background: transparent url(images/but_menu_left.png) no-repeat left top;
  height: 20px;
  padding: 0px 1px 0px 8px;
  color: #deedf7;
  font-size: 10px;
  height: 21px;
  line-height: 20px;
}

div.menu-button {
  background: transparent url(images/but_menu_right.png) no-repeat right top;
  padding-right: 7px;
}
div.menu-button div,
  div.menu-button a:link,
  div.menu-button a:visited,
  div.menu-button a:hover,
  div.menu-button a:active
{
  background: transparent url(images/but_menu_left.png) no-repeat left top;
  padding: 0px 1px 0px 8px;
  line-height: 20px;
  color: #deedf7 !important;
  font-size: 10px;
}

/*
  link-with-arrow
*/
a.simple-arrow-button:link,
  a.simple-arrow-button:visited,
  a.simple-arrow-button:hover,
  a.simple-arrow-button:active
{
	text-transform:uppercase;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:12px;
	color:#A79D96;
	font-weight: normal;
	text-decoration: none;
	margin-top:4px;
}
a.simple-arrow-button:hover {
  color: #ff1cae;
}
.rtl a.simple-arrow-button:link,
  .rtl a.simple-arrow-button:visited,
  .rtl a.simple-arrow-button:hover,
  .rtl a.simple-arrow-button:active
{
  padding-left: 0px;
  padding-right: 10px;
  background: transparent url(images/but_arrow_invert.png) no-repeat right 6px;
}
.button-row a.simple-arrow-button:link,
  .button-row a.simple-arrow-button:visited,
  .button-row a.simple-arrow-button:hover,
  .button-row a.simple-arrow-button:active
{
  background-position: left 2px;
}

button.simple-arrow-button img.left-simple-button {
  display: inline;
  width: 7px;
  height: 10px;
  background: transparent url(images/but_arrow.png) no-repeat left top;
  margin-right: 3px;
  vertical-align: bottom;
}

/*
  button(s) containers
*/
.button-row,
  .button-row-right
{
  margin-top: 20px;
  padding: 0px;
  height: 23px;
  line-height: 23px;
}
.buttons-row .button,
  .buttons-row button.simple-button,
  .buttons-row a.simple-button
{
  float: left;
}
.buttons-row-right .button,
  .buttons-row-right button.simple-button,
  .buttons-row-right a.simple-button,
  .button-row-right .button,
  .button-row-right button.simple-button,
  .button-row-right a.simple-button
{
  float: right;
}
.buttons-row-right-box {
  float: right;
}

.buttons-row-right,
  .buttons-row
{
  margin: 20px 0px 0px 0px;
  height: 23px;
}
.buttons-row .button-separator {
  float: left;
  width: 20px;

}
.buttons-row2 .button-separator {
  float: left;
  width: 150px;

}
.buttons-row-right .button-separator {
  float: right;
  width: 30px;
  height: 15px;
}
table tr td.buttons-row,
  table tr td.button-row,
  table tr td.buttons-row-right,
  table tr td.button-row-right
{
  margin: 0px;
  padding-top: 15px;
}
.buttons-auto-separator .button,
  .buttons-auto-separator button.simple-button,
  .buttons-auto-separator a.simple-button
{
  margin-right: 20px;
}
.button-up {
  position: relative;
  margin-top: -23px;
  width: 30%;
}

  .buttons-auto-separator button.simple-button-friend,
  .buttons-auto-separator a.simple-button-friend
{
  margin-right: 10px;
  margin-top:17px;
  float:right;
}

/*
  popup help link
*/
a.popup-link:link,
  a.popup-link:visited,
  a.popup-link:hover,
  a.popup-link:active
{
  text-decoration: none;
}
a.popup-link:link img,
  a.popup-link:visited img,
  a.popup-link:hover img,
  a.popup-link:active img
{
  vertical-align: bottom;
  width: 20px;
  height: 18px;
  background: transparent url(images/question_button.gif) no-repeat left top;
  margin-bottom: 1px;
}

/*
  Popup window
*/
.popup-modal-bg {
  background: transparent url(images/grey.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
}
.popup-window {
  position: absolute;
  background: white none;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  z-index: 1100;
}

.popup-window .popup-bg-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px none;
  background: white none;
  margin: 0px;
  padding: 0px;
  z-index: 1150;
}
.popup-window .popup-title {
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	height: 22px;
	vertical-align: middle;
	z-index: 1200;
	background-color: #ff1cae;
}

.popup-window .popup-title a:link,
  .popup-window .popup-title a:visited,
  .popup-window .popup-title a:hover,
  .popup-window .popup-title a:active
{
  display: block;
  position: absolute;
  top: 3px;
  right: 5px;
  outline-style: none;
  text-decoration: none;
  width: 16px;
  height: 16px;
}
.popup-window .popup-title img {
  width: 16px;
  height: 16px;
  background: transparent url(images/popup_header_cross.gif) no-repeat left top;
}
.popup-window .popup-content {
  position: absolute;
  top: 50px;
  left: 15px;
  right: 50px;
  bottom: 20px;
  overflow: auto;
  margin: 0px;
  padding: 0px;
  z-index: 1200;
}
.popup-window .popup-frame {
  padding: 5px;
  margin: 0px;
}
.popup-window .popup-footer {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background: #f3f5f7 none;
  height: 18px;
  text-align: right;
  z-index: 1200;
}
.popup-window .popup-footer div {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0px;
  right: 0px;
  background: transparent url(images/popup_bottom_arrow.gif) no-repeat 9px 9px;
  cursor: se-resize;
}
.popup-dnd-border {
  position: absolute;
  border: 1px dotted #A79D96;
  background: transparent none;
  z-index: 1200;
}
.popup-window .popup-border {
  position: absolute;
  line-height: 0px;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
}
.popup-window .popup-t-side {
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	border: 0px none;
	border-top: 1px solid #ff1cae;
	background: #ff1cae url(none);
	height: 2px;
	cursor: n-resize;
	z-index: 1250;
}
.popup-window .popup-tr-corner {
  right: 0px;
  top: 0px;
  height: 2px;
  width: 2px;
  border-top: 1px solid #ff1cae;
  border-right: 1px solid #ff1cae;
  background: #ff1cae none;
  cursor: ne-resize;
  z-index: 1260;
}
.popup-window .popup-r-side {
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  border-right: 1px solid #ff1cae;
  background: #ff1cae none;
  width: 2px;
  cursor: e-resize;
  z-index: 1250;
}
.popup-window .popup-br-corner {
  right: 0px;
  bottom: 0px;
  height: 2px;
  width: 2px;
  border-bottom: 1px solid #ff1cae;
  border-right: 1px solid #ff1cae;
  background: #ff1cae none;
  cursor: se-resize;
  z-index: 1260;
}
.popup-window .popup-b-side {
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  border-bottom: 1px solid #ff1cae;
  background: #ff1cae none;
  height: 2px;
  cursor: s-resize;
  z-index: 1250;
}
.popup-window .popup-bl-corner {
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 2px;
  border-bottom: 1px solid #ff1cae;
  border-left: 1px solid #ff1cae;
  background: #ff1cae none;
  cursor: sw-resize;
  z-index: 1260;
}
.popup-window .popup-l-side {
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  border-left: 1px solid #ff1cae;
  background: #ff1cae none;
  width: 2px;
  cursor: w-resize;
  z-index: 1250;
}
.popup-window .popup-tl-corner {
  left: 0px;
  top: 0px;
  height: 2px;
  width: 2px;
  border-top: 1px solid #ff1cae;
  border-left: 1px solid #ff1cae;
  background: #ff1cae none;
  cursor: nw-resize;
  z-index: 1260;
}

/*
  data table
*/
table.data-table td {
  padding: 4px;
  line-height: 21px;
  vertical-align: top;
}


table.data-table td.data-name {
  vertical-align: middle;
  color: #A79D96;
  padding-right: 5px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
}
table.data-table .data-required,
  .data-required
{
  color: #ff1cae;
}

table.data-table td.data-required {
  padding-right: 4px;
}
table.data-table td.data-required {
  text-align: center;
  width: 5px;
}
table.data-table .error-message {
  color: #333;
  vertical-align: middle;
}
table.data-table div.error-message {
  margin: 0px;
}
table.data-table tr.head-row th {
  padding-left: 5px;
  padding-right: 5px;
}
table.data-table tr th.data-checkbox-column {
  width: 10px;
}
table.data-table tr .data-right-column {
  text-align: right;
}
table.data-table tr .data-width-100 {
  width: 100%;
}
table.data-table tr td.data-name label {
  line-height: 21px;
  vertical-align: top;
}




/*
	pagination mechanism
*/
#nav-pos {
  position:absolute;
  top:1px; right:0px;

}

.nav-pages {
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
  float:right;
  color:#A79D96;
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  text-decoration:none;
  top:1px; right:0px;
}
.nav-pages-title {
  padding:0px 5px 0px 0px;
  text-align:right;
  text-transform:uppercase;
}
.nav-pages img {
  vertical-align: bottom;
  width: 15px;
  height: 15px;
}
.nav-pages a:link,
  .nav-pages a:visited,
  .nav-pages a:active
{
  color:#A79D96;
  text-align: center;
  text-decoration: none;
  background:#fff;
  padding:0px 5px 0 5px;
}

.nav-pages a:hover {
	color:#FF1CAE;	
}

/*.nav-pages .left-arrow img {
  background: transparent url('/skin1/images/prev.gif') no-repeat center;
  margin:0px; padding:0px 0px 0px 0px;
}
.nav-pages .right-arrow img {
  background: transparent url('/skin1/images/next.gif') no-repeat center;
  margin:0px; padding:0px 0px 0px 0px;
}*/

.nav-pages .current-page {
  text-align: center;
  font-weight: bold;
  background:#A79D96;
  color:#FFFFFF;
  padding:0px 5px 0px 5px;
}
.nav-pages .right-delimiter {
  text-align:center;
  padding: 0px 0px 0px 0px;
}

.nav-pages .current-page.right-delimiter {
	padding:0px 5px 0 5px;
	text-align:center;
}

/*
	subheader styles
*/
.subheader {
	margin: 0px 0px 10px 0px;
	color: #A79D96;
	font-size: 13px;
	padding: 3px;
	border: 0px none;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
.subheader-grey {
	color: #333;
	font-size: 13px;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
}
.subheader-black {
	color: #010101;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #A79D96;
}
.subheader-red {
	border-bottom: 1px solid #acb7c7;
}

/*
  Table head cell
*/
.img-down-direction {
  width: 7px;
  height: 6px;
  vertical-align: middle;
  background: transparent url(images/r_bottom.gif) no-repeat left top;
  margin-right: 3px;
}
.img-up-direction {
  width: 7px;
  height: 6px;
  vertical-align: middle;
  background: transparent url(images/r_top.gif) no-repeat left top;
  margin-right: 3px;
}

/*
  NoScript warning
*/
div.noscript-warning {
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0px 0px 20px 0px;
}
div.noscript-warning div.content {
  background: transparent url(images/icon_warning.gif) no-repeat left top;
  color: #b51a00;
  font-weight: bold;
  padding: 0px 0px 0px 33px;
  white-space: nowrap;
  line-height: 30px;
  overflow: hidden;
}

/*
    Webmaster mode
*/
.lbl {
  display: inline !important;
  color: green !important;
  font-weight: bold !important;
  width: auto !important;
  margin: 0px !important;
  padding: 0px !important;
}
.section {
  margin: 0px !important;
  padding: 0px !important;
  width: auto !important;
}

/*==============================================================================

  side-bar styles

==============================================================================*/

/*
  categories list
*/
.menu-categories-list .title-bar img.icon {

}
/*COMMENT FOR CRUISE UPDATE ^
.menu-categories-list ul li {
height:11px;
padding: 0px 55px 0px 0px;
float: left;
}*/


.menu-categories-list ul li {
height:11px;
padding: 0px;
float: left;
}

.menu-categories-list ul li.last {
  padding: 0px 0px 0px 0px;
float: left;

}
.rtl .menu-categories-list ul li {
	padding: 0px 0px 5px 0px;
	
}

.menu-categories-list ul li a:link,
  .menu-categories-list ul li a:visited,
  .menu-categories-list ul li a:hover,
  .menu-categories-list ul li a:active
{
	font-size: 14px;
	text-transform: uppercase;
}


.small-note,
  a.small-link:link {
  color: #A79D96;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:visited {
  color: #A79D96;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:hover {
  color: #ff1cae;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:active {
  color: #A79D96;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}


/*============================================================================

  page-specific styles

==============================================================================*/

/*
	category page
*/
.category-description {
  margin-bottom: 15px;
}
.current-category-icon {
  padding: 0px;
  height: 100%;
  vertical-align: top;
}
.current-category-icon img {
  margin: 5px;
}

h1.category {
	color:#f594CC;
	margin: 24px 0px 14px 0px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}

ul.subcategories {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 12px 2px;
  font-size:12px;
  line-height:14px;
  font-weight:100;
}

ul.subcategories.press {
  font-size:13px;
}

ul.subcategories li {
  margin: 0px 0px 10px 0px;
	text-align: left;
}
ul.subcategories a:link,
  ul.subcategories a:visited,
  ul.subcategories a:active {
  text-decoration: none;
  font-weight: 100;
  color:#f594CC;
  text-transform:uppercase;
}

ul.subcategories a:hover {
  text-decoration: none;
  font-weight: 100;
  color:#ff1cae;
}

ul.subcategories li a.on {
  text-decoration: none;
  font-weight: 100;
  color:#ff1cae;
}

div.subcategories {
  float: left;
  margin: 0px 10px;
  text-align: center;
  padding-bottom: 0px;
  font-family:Times, "Times New Roman", Georgia, serif;
}

ul.subsubcategories {
  list-style: none;
  margin: 0px;
  font-size:11px;
  font-weight:100;
  padding:4px 0 0 20px
}

ul.subcategories.press ul.subsubcategories {
  padding-top:0;
}

ul.subcategories.press ul.subsubcategories li:first-child {
  padding-top:4px;
}



ul.subsubcategories li {
  margin: 3px 0px 0px 0px;
	text-align: left;
}
ul.subsubcategories a:link,
  ul.subsubcategories a:visited,
  ul.subsubcategories a:active {
  text-decoration: none;
  font-weight: 100;
  color:#f594CC;
  text-transform:uppercase;
}

ul.subsubcategories a:hover {
  text-decoration: none;
  font-weight: 100;
  color:#ff1cae;
}

ul.subsubcategories li a.on {
  text-decoration: none;
  font-weight: 100;
  color:#ff1cae;
}



div.subsubcategories {
  float: left;
  margin: 0px 10px;
  text-align: center;
  padding-bottom: 0px;
  font-family:Times, "Times New Roman", Georgia, serif;
}

.subcategory-image {
  float: left;
  margin: 0px 10px 10px 0px;
}
.subcategory-descr {
  width: auto;
  padding: 0px;
  margin:0;
}

#cat-landing p.subcategory-descr {
  margin-top:17px;
  display:block;
}

#cat-landing img {
  display:none;
}

ul.subcategoriesbrand {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size:12px;
	font-weight:100;
}
ul.subcategoriesbrand li {
  margin: 0px 0px 5px 0px;
	text-align: left;
}
ul.subcategoriesbrand a:link,
  ul.subcategoriesbrand a:visited,
  ul.subcategoriesbrand a:active {
  text-decoration: none;
  font-weight: 100;
  color:#A79D96;
}

ul.subcategoriesbrand a:hover {
  text-decoration: none;
  font-weight: 100;
  color:#FF1CAE;
}

ul.subcategoriesbrand li a.on {
  text-decoration: none;
  font-weight: 100;
  color:#FF1CAE;
}
div.subcategoriesbrand {
  float: left;
  margin: 0px 10px;
  text-align: center;
  padding-bottom: 0px;
  font-family:Times, "Times New Roman", Georgia, serif;
}
/*
	product details page
*/

/* Product Title */

h1.product {
	color: #A79D96;
	font-size: 24px;
	line-height:28px;
	font-weight: normal;
	margin: 0px 0px 8px;
	height: 50px;
}


.product-details {
  position: relative;
  width: 600px;
  margin-top:13px;
  z-index:1;
}
.product-details .image {
  text-align: center;
  vertical-align: top;
  padding: 0px;
  float: left;
  /*margin: 5px 20px 5px 10px; */
}
.product-details .image .image-box {
/*width: 125px;
  height: 158px;*/
  margin: 0px auto;
  padding: 0px;
}

.product-details .image .image-box a.zoom-link{
	height:450px;
	display:block;	
}

.product-details .details {
  padding: 0px 5px 0px 20px;
}
.product-details .details .descr {
  padding: 0px;
  margin: 0px 15px 0px 0px;
}

.product-details .product-subtitle {
  padding: 23px 0px 10px 0px;
}
.product-details .product-subtitle div {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
  border: 0px none;
  border-bottom: 1px solid #9d1500;
}
.product-details .message {
  color: #b51a00;
}
.product-details .warning-message {
  color: red;
}
.product-details .customer-message {
  color: #b51a00;
  font-weight: bold;
}

/* product properties table */
table.product-properties {
  margin: 0px;
  width: 100%;
}
table.product-properties tr td {
  padding: 0px;
}

table.product-properties tr td.swatch img {
  cursor:pointer;
}
table.product-properties .property-name {
  padding-right: 5px;
  white-space: nowrap;
  width: 30%;
}
table.product-properties .property-value {
  white-space: nowrap;
  font-size: 17px;
}
table.product-properties .product-price {
	color: #A79D96;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
}
table.product-properties .product-price-value {
	color: #A79D96;
	white-space: nowrap;
}
table.product-properties .sale-price {
	color: #F594CC;
	white-space: nowrap;
}
table.product-properties .product-market-price {
	color: #A79D96;
	white-space: nowrap;
}
table.product-properties .product-input {
  height: 25px;
}
table.product-properties .product-min-amount {
  padding-left: 5px;
  font-size: 14px;
  font-family: 'times new roman', verdana, arial, helvetica, sans-serif;
}
table.product-properties .product-one-quantity {
  padding-left: 5px;
  font-size: 14px;
  font-family: 'times new roman', verdana, arial, helvetica, sans-serif;
}
table.product-properties .separator td {
  height: 18px;
}


/* send 2 friend section */
input.send2friend {
  width: 300px;
}

/*
  products list
*/

/* common styles */
.products {  padding-left:10px;
/*  margin-bottom: 15px;*/
/*  margin-top: 15px;*/
}
.products .image {
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.products a.product-title:link,
  .products a.product-title:visited,
  .products a.product-title:hover,
  .products a.product-title:active,
  .products .product-title,
  .product-details .product-title
{
  color: #A79D96;
  font-size: 11px;
  text-decoration: none;
}
.products a.product-title:hover {
  color: #A79D96;
  text-decoration: none;
}
.products .descr {
  padding: 15px 0px 0px 0px;
  margin: 0px;
}
.products .sku {
  margin-top: 15px;
}
.products .price-row {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.products .market-price {
  color: #F594CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.products .market-price-value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.products .price {

}
.products .price-value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;;
	color: #A79D96;
}

.products .product-price-text {
  color: #A79D96;
}


/* list as multicolumn table */
.products-table .product-cell {
	background: #ffffff none;
	text-align: center;
	padding: 0px;
	vertical-align: top;

}
.products-table a:link,
.products-table a:visited,
.products-table a:hover,
.products-table a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.products-table td.product-cell-price {
}
.products-table td.product-cell-buynow {

}

.products-table .image {
  padding: 0px;
  margin: 5px 0px;
  position:relative;
  width:167px;
  height:250px;
}

.products-table .image-group {
  position:absolute;
  z-index:1;
  overflow:hidden;
  width:167px;
  height:250px;
  left:0;
  top:0;
}


.products-table a.qv-link {
	position:absolute;
	top:4px;
	left:7px;
	z-index:5;
	text-transform:uppercase;
	font-size:10px;
	display:none;	
}

.products-table .image:hover a.qv-link  {
	display:block;
}

.products-table .sku {
  margin-top: 10px;
  text-align: center;
}
.products-table .market-price {
  padding: 8px 0px 0px 0px;
}
.products-table .price-row {
  text-align: center;
}
.products-table .buttons-row,
  .products-table .button-row
{
  margin: 0px;
}
.products-table .buttons-row button,
  .products-table .button-row button
{
  margin: 0px;
  float: none;
}
.products-table .buy-now {
  margin-top: 5px;
}
.products-table .buy-now .quantity-title {
  width: auto;
  padding-right: 5px;
}


/* QUICKVIEW */

#quickview {
	width:700px;
	overflow:hidden;
	margin:0; padding:0;	
}

.qv-img {
	width:309px;
	height:456px;
	margin:20px 20px 0 20px;
	float:left; 	
}

#quickview .details {
	width:345px;
	float:left;
	margin:35px 0 0 0;
	position:relative;
}

#quickview .details p {
	margin-top:8px;
	margin-bottom:2px;
}

#quickview .details .more {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#quickview .more.bottom {
	position:absolute;
	bottom:0px;
	right:10px;
	text-transform:uppercase;
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#quickview  table.product-properties {
    margin: 8px 0 0;
}

/* ZOOM */

#zoom .product-details {
	margin:0;
}

#zoom .product-details .image-box,
#zoom .product-details .image {
	width:700px;
	float:left;
}

#zoom .details {
	margin:0 0 0 440px;
	padding-top:70px;
	width:240px;
	text-align:left!important;	
}

#zoom .details h1.product {
	text-align:left;
}

#zoom .zoom-preview {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}
/*
  register page
*/
.register-note {
	font-size: 12px;
	color: #A79D96;
	margin-bottom: 15px;

}
.register-newbie-note {
  text-align: center;
  margin-top: 30px;
}
.register-bottom-note {
  margin-top: 30px;
  padding-bottom: 45px;
}
.register-ups-box {
  margin-top: 45px;
  margin-bottom: 15px;
}
.register-section-title {
  height: 30px;
  vertical-align: middle;
}
.register-section-title label {
	display: block;
	color: #333;
	font-size: 13px;
	width: 100%;
	line-height: normal;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
}
table.register-table td.data-name {
  text-align: right;
  font-weight: normal;
  width: 30%;
}
table.register-table .register-exp-section {
  padding-top: 16px;
  padding-bottom: 16px;
}
table.register-table .register-exp-section label.register-sec-minimized {
  border-bottom: 0px none;
}

/*
  cart page
*/
.cart .item {
	margin: 15px 0px 15px 0px;
	
}
table tr.cart-row td,
  table tr.cart-row th
{
	padding: 5px 0px 5px 0px;
	color: #8E8E8E;	
}
.cart .item .image {
  position: relative;
  padding: 3px 8px 3px 3px;
}
.cart .details {
  margin-left: 138px;
  vertical-align: top;
  width: 80%;
}
.cart a.product-title:link,
  .cart a.product-title:visited,
  .cart a.product-title:hover,
  .cart a.product-title:active
{
  text-decoration: none;
}
.cart .descr {
  padding-bottom: 15px;
}
.cart .poptions-title {
  
  font-weight: bold;
}
.cart .poptions-list {
  margin: 0px;
  padding: 0px;
}
.cart .offersbox {
    position: absolute;
	float: left;
	height: 92px;
	width: 700px;
	background-color: #f7f7f7;
}
.cart .buttons {
  position: relative;
  vertical-align: top;
  margin-top: 15px;
  height: 40px;
}
.cart .buttons .buttons-row {
  margin-top: 0px;
}
.cart .left-buttons-row {
  vertical-align: top;
  position: absolute;
  top: 0px;
  left: 0px;
}
.cart .right-buttons-row {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
}
.cart .right-buttons-row .checkout-button {
  float: right;
}
.cart .right-buttons-row .continue-button {
  float: right;
  padding-top: 5px;
}
.cart-total-line {
  width: 50%;
  margin-left: 50%;
}
.cart-total-row {
  text-align: right;
}
div.shipping-method {
  color: #A79D96;
  margin-bottom: 10px;
    margin-right: 10px;
  text-align: right;
}
th.shipping-method {
  color: #A79D96;
  text-align: left;
}
.shipping-method select {
  font-weight: normal;
}
.shipping-method table {
  margin: 0px 0px 0px auto;
  text-align: right;
}
.shipping-method table td {
  font-weight: normal;
  text-align: left;
}
.shipping-method tr.selected {
  background: #eeeeee none;
}
.totals {
  margin: 0px 0px 0px auto;
  text-align: right;
  width: 20%;
}
.totals td {
  padding: 3px;
}
.totals .total-name {
  white-space: nowrap;
  color: #666;
  font-weight: bold;
  padding-right: 8px;
  text-align: left;
}
.totals .total-value {
  white-space: nowrap;
  color: #666;
  font-weight: bold;
  text-align: right;
}
.totals .total-alt-value {
  white-space: nowrap;
  text-align: right;
}
.totals .total-line {
  height:  1px;
}
.totals .total-line img {
  background: black none;
  width: 100%;
  height: 1px;
}
.totals .total {
  white-space: nowrap;
  color: #666;
  font-weight: bold;
  padding-right: 8px;
  text-transform: uppercase;
  text-align: left;
}
.totals .total-taxes {
  font-weight: bold;
  text-align: right;
}
.totals .total-tax-line {
  background-color: #eeeeee
}
.totals .total-tax-line td {
  text-align: right;
  white-space: nowrap;
}
.totals .total-tax-name {
  padding-right: 8px;
}
.cart hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cart-content {
  margin-bottom: 15px;
}
.cart-content tr td,
.cart-content tr th
{
  padding: 1px 3px;
  height: 23px;
}
.cart-content .cart-column-tax {
  text-align: center;
}
.cart-content .cart-column-price,
  .cart-content .cart-column-total
{
  text-align: right;
}
.cart-content .cart-content-text {
  color: #b51a00;
  font-weight: bold;
}
.cart-content .cart-column-quantity {
  width: 30px;
}
.cart-content .cart-column-product {
  width: 100%;
}
.cart-content input.cart-quantity {
  width: 30px;
}


/*
  Checkout page
*/
.checkout-payments tr td {
  padding: 2px;
  text-align: left;
}
.checkout-payments tr td.checkout-payment-name {
  width: 20%;
  white-space: nowrap;
}
.checkout-payments tr td.checkout-payment-name label {
  font-weight: bold;
}
.checkout-payments tr td.checkout-payment-descr {
  width: 80%;
}
.checkout-payments tr td.checkout-payment-paypal {
  width: 100%;
}
.checkout-payments tr td.checkout-payment-paypal img {
  border: 0px none;
}
.checkout-update-button {
  float: left;
  margin: 0px;
}


/*
  Payment wait page
*/
.payment-wait .payment-wait-title {
  border-top: 30px solid #d0ddeb;
}
.payment-wait h1 {
  display: block;
  padding: 10px 0px 0px 30px;
  border-top: 1px solid #d0ddeb;
  margin-top: 1px;
  color: #A79D96;
}

/*
  help / cvv2 page
*/
.help-cvv2-images {
  float: right;
  margin: 15px 5px 5px 5px;
}
.help-cvv2-images img {
  float: none;
  display: block;
  margin-bottom: 15px;
}


/*
  Order invoice
*/
.order-invoice {
  background: #ffffff none;
}
.invoice-company-icon {
  vertical-align: middle;
}
.invoice-data-box {
  width: 100%;
  padding-left: 30px;
}
.invoice-data-box table {
  width: 100%;
}
.invoice-data-box table tr td {
  padding: 2px;
  vertical-align: top;
}
.invoice-title {
  font-weight: bold;
  font-size: 18px;
}
.invoice-data-box table tr td.invoice-right-info {
  text-align: right;
  vertical-align: bottom;
}
hr.invoice-line {
  margin: 2px 0px 17px 0px;
  border-bottom: 1px solid #CCC;
}
.invoice-personal-info {
  width: 300px;
  margin-bottom: 15px;
}
.invoice-personal-info tr td {
  padding: 0px;
}
.invoice-personal-info tr td strong {
  white-space: nowrap;
}
.invoice-address-box {
  width: 100%;
  margin-bottom: 30px;
}
.invoice-address-title {
	width: 45%;
	height: 25px;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	color: #333;
}
td.invoice-line {
  vertical-align: top;
  padding: 0px;
  height: 4px;
}
td.invoice-line img {
  height: 1px;
  width: 100%;
  background: #CCC none;
}
.invoice-address-box table {
  width: 100%;
}
.invoice-address-box table tr td {
  padding: 0px;
}
.invoice-address-box table tr td strong {
  white-space: nowrap;
}
.invoice-customer-notes {
  padding-top: 30px;
}
.invoice-customer-notes p {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.invoice-customer-notes div {
  border: 1px solid black;
  height: 50px;
  overflow: hidden;
}
.invoice-bottom-note {
  text-align: center;
  padding-top: 30px;
  font-size: 12px;
}
p.invoice-products-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center
}
.invoice-products {
  width: 100%;
  background: #A79D96 none;
}
.invoice-products tr td,
  .invoice-products tr th
{
  background: #ffffff none;
}
.invoice-products tr th {
  padding: 6px;
  background: #f8f8f8 none;
  white-space: nowrap;
  	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}

.invoice-products tr th.invoice-sku-column,
  .invoice-products tr th.invoice-quantity-column,
  .invoice-products tr th.invoice-total-column
{
	width: 60px;
}
.invoice-products tr th.invoice-tax-column {
  width: 100px;
  
}
.invoice-products tr th.invoice-price-column {
  width: 100px;

}
.invoice-products tr td {
  padding: 6px;
}
.invoice-products tr td.invoice-price-column,
  .invoice-products tr td.invoice-tax-column,
  .invoice-products tr td.invoice-quantity-column
{

}
.invoice-products tr td.invoice-product-column span {

}
.invoice-products tr td.invoice-product-column table tr td {
  vertical-align: top;
}
.invoice-products tr td.invoice-product-column p {
  white-space: nowrap;
}
.invoice-products tr td.invoice-product-column div {
  padding-left: 10px;
  white-space: nowrap;
}
.invoice-products tr td.invoice-price-column {

  white-space: nowrap;
}
.invoice-products tr td.invoice-total-column {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
}
.invoice-totals {
  width: 100%;
}
.invoice-totals tr td {
  padding: 0px;
}
.invoice-totals tr .invoice-total-title {
  text-align: right;
  width: 100%;
  height: 20px;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
} 

.invoice-totals tr .invoice-total-name {
  text-align: right;
  width: 100%;
  height: 20px;
  padding-right: 3px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
}
.invoice-totals tr .invoice-total-value {
  text-align: right;
  height: 20px;
  padding-right: 5px;
  white-space: nowrap;
}
.invoice-totals tr .invoice-total-name-fin {
  text-align: right;
  width: 100%;
  height: 25px;
  padding-right: 3px;
  background: #f8f8f8 none;
}
.invoice-totals tr .invoice-total-value-fin {
  text-align: right;
  height: 25px;
  padding-right: 5px;
  background: #f8f8f8 none;
  white-space: nowrap;
}
.invoice-totals tr td.invoice-line {
  height: 2px;
}
.invoice-giftcerts {
  width: 100%;
}
.invoice-giftcerts tr td {
  padding: 0px;
}
.invoice-giftcerts tr th {
  background: #cccccc none;
}
.invoice-giftcerts tr th.invoice-giftcert-id {
  width: 60px;
}
.invoice-giftcerts tr td.invoice-giftcert-id {
  text-align: center;
}
.invoice-giftcerts tr .invoice-giftcert-cost {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
}
/*
  404 error page
*/
.error-page #header {
  height: 87px;
}
.error-page #header .line2 {
  height: 20px;
}
.error-page #header .logo {
  margin-left: 167px;
}
.error-page #content-container {
  margin-top: 87px;
}
.error-page #center-main {
  text-align: center;
  margin: 0px 10px;
}

.error-page #header .line1 .tabs,
  .error-page #header .line1 .phones,
  .error-page #header .line2 .search,
  .error-page #header .line2 .languages,
  .error-page #header .line3,
  .error-page #left-bar,
  .error-page #right-bar,
  .error-page #location
{
  display: none;
}
 
.error-page .subcontainer {
  text-align: left;
  width: 700px;
  margin: 32px auto 0px auto;
  position: relative;
  clear: both;
}
.error-page .code-number {
  font: normal 74px arial, sans-serif;
  color: #d8d8d8;
  width: 186px;
  float: left;
  text-align: center;
}
.error-page .description {
  font-family: verdana;
  width: 514px;
  float: right;
}
.error-page .description h1 {
  font-weight: normal;
  color: #A79D96;
}
.error-page .description a:link,
  .error-page .description a:visited,
  .error-page .description a:hover,
  .error-page .description a:active
{
  text-decoration: none;
}
.error-page .description ul {
  margin: 0px;
  padding: 5px 0px;
  list-style-position: inside;
}
.error-page .reason {
  font-weight: bold;
  color: #a10000;
}
.error-page .description hr {
  margin: 10px 0px 15px 0px;
}
.error-page ul.links {
  margin: 0px;
  padding: 5px 0px;
  list-style: none;
}

/*


/*============================================================================

  module styles

==============================================================================*/

/*
  discount coupons module
*/
.dcoupons-add-coupon {
  color: #333;
  font-weight: bold;
}
/* clear link */
.dcoupons-clear img {
  background: transparent url(images/delete_cross.gif) no-repeat;
  width: 11px;
  height: 11px;
  vertical-align: bottom;
}

/*
	fast lane checkout module
*/
.flc-sns-button {
  position: absolute;
  top: 0px;
  left: 30px;
  height: 100%;
}
.flc-sns-button img {
	width: 9px;
	height: 9px;
}
.flc-top-login {
  position: absolute;
  top: 0px;
  right: 10px;
  height: 20px;
  line-height: 21px;
  text-align: right;
  width: 50%;
  vertical-align: middle;
}
#header .flc-top-login .simple-button {
  margin-bottom: 5px;
}
.flc-top-login-text {
	white-space: nowrap;
	padding: 0px 10px 0px 0px;
}

.flc-container #header .line2 {
  height: 20px;
}
.flc-container #header .line3 {
  height: 15px;
}
.flc-container #content-container {
  margin-top: 102px;
}
.flc-container #header {
  height: 102px;
}
.flc-container #center {
  text-align: center;
}
.flc-container #center-main {
  width: 780px;
  margin: 0px auto;
  text-align: left;
}

/*  Checkout page : user profile */
.flc-left-dialog {
  width: 49%;
  float: left;

}
.flc-right-dialog {
  margin-left: 50%;

}
.flc-ext-left-dialog,
  .flc-ext-right-dialog
{
  height: 380px;
}
.flc-right-dialog .content {
  vertical-align: top;
  text-align: left;
}
.flc-ext-right-dialog .content {
  line-height: 314px;
}
.flc-login-text {
  margin: auto 0px;
}
.flc-login-text a:link,
  .flc-login-text a:visited,
  .flc-login-text a:hover,
  .flc-login-text a:active
{
  text-decoration: none;
}


/* Checkout page : shipping & payment methods */
.flc-checkout-container {
  vertical-align: top;
  padding-bottom: 0px;
  width: 100%;
  clear: both;
}
.flc-checkout-container .flc-address {
  vertical-align: top;
  width: 30%;
  float: left;
  overflow: hidden;
}
.flc-checkout-container .flc-checkout-options {
  margin-left: 32%;
  vertical-align: top;
}
.flc-checkout-container .flc-holiday {
  margin-left: 67%;
  vertical-align: top;
}
.flc-payments tr td {
  padding: 2px;
}
.flc-payments tr td.flc-payment-name {
  width: 20%;
  white-space: nowrap;
}
.flc-payments tr td.flc-payment-name label {
  font-weight: bold;
}
.flc-payments tr td.flc-payment-descr {
  width: 80%;
}
.flc-payments tr td.flc-payment-paypal {
  width: 100%;
}
.flc-payments tr td.flc-payment-paypal img {
  border: 0px none;
}
.flc-shippings label {
  position: relative;
  display: block;
  padding: 2px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
}
.flc-shippings label input {
  vertical-align: middle;
}
.flc-shippings label span {
  padding-left: 3px;
}
.flc-shippings label.flc-hl-shipping {
  background: #FFF none
}



/*
  Checkout : last  step
*/
.flc-checkout-products {
  padding-bottom: 0px;
}
.flc-checkout-box-info {
  padding: 0px;
}
.flc-checkout-address-left {
	width: 320px;
	height:180px;
	float: left;
	vertical-align: top;
	padding-bottom: 15px;
 
}
.flc-checkout-address-right {
  vertical-align: top;
   width: 320px;
   height:180px; 
  padding-bottom: 15px;
    float: left;
 
}
table.flc-checkout-address tr td {
  padding: 2px;
}
.flc-payment-options {
  padding-bottom: 15px;
}

/*
  gift certificate module
*/


/*
  'Note' box
*/
div.note-box {
  position: absolute;
  border: 1px solid black;
  background-color: #f6f5eb;
  margin: 0px 0px 0px 30px;
  padding: 3px;
  width: 150px;
  line-height: 15px;
  white-space: normal;
  overflow: hidden;
}

/*
  product options module
*/
/* exceptions list */
#exception_msg {
  padding-bottom: 15px;
}
.poptions-exceptions-list {
  padding-bottom: 15px;
}

/* short options list */



.poptions-options-list {
  padding: 0px;
  margin: 0px;
}
.poptions-options-list table td tr {
  padding: 0px;
    margin: 0px;
  
}

/*
  recommended products module
*/
ul.rproducts {
  list-style: disc outside none;
  margin: 15px 0px 0px 15px;
  padding: 0px;
}
ul.rproducts li {
  margin: 0px;
  padding: 0px;
  font-size: 7px;
}
ul.rproducts a:link,
  ul.rproducts a:visited,
  ul.rproducts a:hover,
  ul.rproducts a:active
{
  font-weight: bold;
  font-size: 11px;
}
.printable .rproducts-dialog {
  display: none;
}



/*
  upselling products module
*/
.uproducts table {
  margin: 0px;
}
.uproducts td {
  padding: 5px;
  color: #043fa0;
  font-weight: bold;
}
.uproducts td.item-number {
  width: 1%;
}

/*
  ups online tools module
*/
.ups-logo {
  width: 84px;
  height: 96px;
  margin: 0px 5px 15px 5px;
}
.ups-logo-cell {
  margin: 25px 20px 5px 20px;
  text-align: center;
}
.ups-notice {
  font-size: 10px;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  padding-left: 10px;
}
table.ups-error tr td {
  padding: 1px;
}
.ups-error-name {
  width: 20%;
}



/*
  wishlist module
*/
.wishlist-sendlist {
  margin-top: 15px;
}
.wishlist-sendlist .button {
  margin-left: 10px;
}
.wishlist-sendlist input.input-email {
  width: 140px;
}

/*==============================================================================

  alternative layouts

==============================================================================*/

/* containers */
.printable .dialog .title {
  background: transparent none;
}
.title h2 {
  color:#f594CC;
    font-size: 16px;
    font-weight: normal;
    margin: 17px 0 14px;
    text-transform: uppercase;l;

  
}

.header h2 {
  margin: 0px;
  padding: 0px;
}

/* service styles */
.printable .no-print {
  display: none;
}

/*
  users online sublayout
*/
.uo-container #content-container {
  padding-bottom: 74px;
}
.uo-container #footer {
  height: 74px;
}

.normal {
  font-weight: normal;
}

/*
  Admin preview layout
*/
.admin-preview #header,
  .admin-preview #footer,
  .admin-preview #left-bar,
  .admin-preview #right-bar,
  .admin-preview #location,
  .admin-preview .offers-short-list,
  .admin-preview .creviews-dialog,
  .admin-preview .send2friend-dialog
{
  display: none;
}
.admin-preview #content-container {
  margin: 0px;
  padding: 0px;
}
.admin-preview #center-main {
  margin: 5px;
}

.othercolors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A79D96;
	margin-top: 3px;
}
.sendtofriend {
	font-size: 12px;
}

.customzoomstyle
{
	width: 300px;
	hight: 450px;
	left:10px;
}

.youmaylike {
	width:117px;
	height:26px;
	background: url('images/youmaylike.gif') center no-repeat;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
.viewmap {
	width:27px;
	height:30px;
	background: url('images/map-icon.gif') center no-repeat;
	text-indent:-9999px;
	display:block;
	margin:0px 0px 0px 0px;
}


.upsell {
	width:117px;
	float:right;
	display:block;
	margin: 40px 0 0 22px;
	position:absolute;
	z-index:0;
	
}

.upsell td a, .upsell td a:hover {
	font-weight:normal;
	cursor: pointer;
	position:relative;
	min-height:150px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.upsell td a {
	text-align:center;	
}

.upsell td a img {
	display:block;
	margin:0 auto;
}

.upsell td {
	padding-bottom:15px;
	display:block;
}
.contact-container {
	height: 490px;
	width: 980px;
	background-image: url(../_assets/_images/contact_bk.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
	display:block;
	
}
.contact-container-left {
	float: left;
	position: relative;
	margin: 20px 0 0 300px;
	width: 330px;
}
.contact-container-right {
	float: left;
	position: relative;	
	margin: 68px 0 0 20px;
	width: 300px;
}
.wholesale-container {
	height: 490px;
	width: 980px;
	overflow:hidden;
	display:block;
	
}
.wholesale2-container {
	height: 540px;
	width: 980px;
	overflow:hidden;
	display:block;
	
}
.wholesale-container-left {
	float: left;
	position: relative;
	width: 245px;
}
.wholesale-container-right {
	float: left;
	position: relative;	
	margin: 0 0 0 0px;
	width: 735px;
}
.pages-left{
	float: left;
	width: 245px;
	margin-left: 2px;
	top: 10px;
}
.detailspace {
	margin-top: 6px;
}

table.detailspace td img {
	cursor:pointer;
}
input.wholesale_submit{
  margin: 0px;
  margin-bottom: 1px;
  padding: 0px;
  border: 0px none;
  width: 67px;
  height: 20px;
  background: transparent url('images/submit.gif') no-repeat left top;
  vertical-align: middle;
}
.beauty {
	padding-bottom: 6px;
	margin-top:7px;
}
.arial_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
}

.arial_10_nocap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.black_13 {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 15px;
	color: #333;
}
.black_14 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 15px;
	color: #333;
}
a.biggerlink:link,
  a.biggerlink:visited,
  a.biggerlink:active
{
	font-size: 15px;
	line-height: 20px;
}
#grey_bg {
  background-color: #f9f9f9;
}
td.swatch-cell img {
	padding-right:4px;
}

.selected-swatch {
	padding-bottom: 6px;
	/*border-bottom: 2px solid #CCCCCC;*/
	background:url('images/border.gif') left bottom no-repeat;
}
.couponcode {
	height: 88px;
	width: 800px;
	border: thin solid #CCCCCC;
}
.freeship {
	margin-top: 17px;
	font-style: italic;
	color: #333333;
}

.hotpink{
	margin-top: 17px;
	font-style: italic;
	color: #ff1cae;
	
}

/* MAILING LIST PAGE */

#mlist h1.mlist, #mlist h3.mlist {
	margin:0px;	
}

#mlist .left {
	width:400px;
	height:550px;
	float:left;
	margin:0 60px 0 0;
}

p.mlist {
	display:block;
	clear:left;
	width:229px;
	height:80px;
	margin:0 0 20px 10px;
	background:url('/_assets/_images/mlist-txt.gif') 0px 0px no-repeat;
	text-indent:-9999em;
	overflow:hidden;
}

a.det {
	display:block;
	clear:left;
	width:94px;
	height:9px;
	background:url('/_assets/_images/mlist-det-btn.gif') 0px 0px no-repeat;
	text-indent:-9999em;
	margin:0 0 0 10px;
	overflow:hidden;
}	

a.det:hover {
	background:url('/_assets/_images/mlist-det-btn.gif') 0px -9px no-repeat;
}	


/*p.head {
	display:block;
	clear:left;
	width:265px;
	height:24px;
	margin:0 0 0 10px;
	background:url('/_assets/_images/newsignup_01.gif') -10px 0px no-repeat;
	text-indent:-9999em;
	overflow:hidden;
}*/

a.click {
	display:block;
	clear:left;
	width:132px;
	height:10px;
	background:url('/_assets/_images/mlist-click.gif') 0px 0px no-repeat;
	text-indent:-9999em;
	margin:0 0 0 10px;
	overflow:hidden;
}	

a.click:hover {
	background:url('/_assets/_images/mlist-click.gif') 0px -10px no-repeat;
}	


a.details {
	display:block;
	float:left;
	width:90px;
	height:11px;
	background:url('/_assets/_images/mlist-details.gif') 0px 0px no-repeat;
	text-indent:-9999em;
	margin:0 0 20px 10px;
	overflow:hidden;
}	

a.details:hover {
	background:url('/_assets/_images/mlist-details.gif') 0px -12px no-repeat;
}	

a.privacy {
	display:block;
	float:left;
	width:159px;
	height:9px;
	background:url('/_assets/_images/mlist-pp-btn.gif') 0px 0px no-repeat;
	text-indent:-9999em;
	margin:0px 0 0 156px;
	overflow:hidden;
}	

a.privacy:hover {
	background:url('/_assets/_images/mlist-pp-btn.gif') 0px -9px no-repeat;
}	

form#mlist-signup {
	margin:6px 0 0 30px;
	float:left;
	width:400px;
}

form#mlist-signup label {
	display:block;
	width:120px;
	float:left;
	clear:left;
	height:11px;
	margin: 4px 0 10px 0;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:right;
	color:#8a7866;
	text-transform:uppercase;
}

form#mlist-signup label em{
	color:#eb83b5
	
}

form#mlist-signup label.reqd {
	color:#eb83b5;
	font-size:11px;
}

/*form#mlist-signup label {
	display:block;
	float:left;
	clear:left;
	height:11px;
	overflow:hidden;
	text-indent:-9999em;
	margin: 4px 0 10px 0;
}

form#mlist-signup label.required {
	width:120px;
	background:url('/_assets/_images/mlist-req-lbl.gif') right center no-repeat;
	margin: 0 0 14px 0;
}

form#mlist-signup label.first {
	width:123px;
	background:url('/_assets/_images/mlist-fn-lbl.gif') right center no-repeat;
}

form#mlist-signup label.last {
	width:123px;
	background:url('/_assets/_images/mlist-ln-lbl.gif') right center no-repeat;
	margin-top:5px;
}

form#mlist-signup label.email {
	width:123px;
	background:url('/_assets/_images/mlist-em-lbl.gif') right center no-repeat;
}

form#mlist-signup label.conf {
	width:123px;
	background:url('/_assets/_images/mlist-cf-lbl.gif') right center no-repeat;
	margin-top:5px;
}

form#mlist-signup label.street {
	width:123px;
	background:url('/_assets/_images/mlist-street.gif') right center no-repeat;
}

form#mlist-signup label.city {
	width:123px;
	background:url('/_assets/_images/mlist-city.gif') right center no-repeat;
}

form#mlist-signup label.state {
	width:123px;
	background:url('/_assets/_images/mlist-st-lbl.gif') right center no-repeat;
}

form#mlist-signup label.zip {
	width:123px;
	background:url('/_assets/_images/mlist-zip.gif') right center no-repeat;
}

form#mlist-signup label.country {
	width:123px;
	background:url('/_assets/_images/mlist-country.gif') right center no-repeat;
}

form#mlist-signup label.bmonth {
	width:123px;
	background:url('/_assets/_images/mlist-bm-lbl.gif') right center no-repeat;
	margin-top:3px;
}*/

form#mlist-signup input {
	display:block;
	height:12px;
	background:#ebebeb;
	color:#333;
	float:left;
	border:0;
	margin:2px 0 10px 10px;
}

form#mlist-signup input.first { width:240px }
form#mlist-signup input.last { width: 240px }
form#mlist-signup input.email { width: 210px }
form#mlist-signup input.conf { width: 210px; }
form#mlist-signup input.street { width: 185px;}
form#mlist-signup input.city { width: 188px;}
form#mlist-signup input.state { width: 174px;}
form#mlist-signup input.zip { width: 154px;}

form#mlist-signup input[type="hidden"] {
	display:none;
	visibility:collapse;
}	
form#mlist-signup span.select {
   position: absolute;
   width: 125px;
   height: 16px;
   color: #333;
   padding:0;
   background:#ebebeb url('/_assets/_images/mlist-select.gif') no-repeat;
   overflow: hidden;
   border:0;
   line-height:16px;
   text-indent:2px;
   float:left;
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   }

form#mlist-signup input.submit {
	display:block;
	width:62px;
	height:22px;
	background-color:#f61665;
	color:#fff;
	border:0;
	text-indent:-9999em;
	overflow:hidden;
	cursor:pointer;
	background:	 url('/_assets/_images/mlist-sub-btn-p.gif') no-repeat;
	float:left;
	clear:left;
	margin:20px 0 10px 130px;
}

.home_freeship {
	font-style: italic;
	margin-left: 620px;
	margin-top: 5px;
}


a#ck_twitter {
	display:block;
	width:16px;
	height:16px;
	background:url('/images/share-tw.gif') 0px 0px no-repeat;
	text-indent:-9999em;
	overflow:hidden;
	float:left;
	margin:0;
}

a#ck_twitter:hover {
	background:url('/images/share-tw.gif') 0px -16px no-repeat;
}

a#ck_facebook {
	display:block;
	width:16px;
	height:16px;
	background:url('/images/share-fb.gif') 0px 0px no-repeat;
	text-indent:-9999em;
	overflow:hidden;
	float:left;
	margin:0;
}

a#ck_facebook:hover {
	background:url('/images/share-fb.gif') 0px -16px no-repeat;
}

a#sendtofriend {
	display:block;
	width:22px;
	height:16px;
	background:url('/images/share-email.gif') 0px 0px no-repeat;
	text-indent:-9999em;
	overflow:hidden;
	float:left;
	margin:0 2px 0 8px;
}

a#sendtofriend:hover {
	background:url('/images/share-email.gif') 0px -16px no-repeat;
}

a#print-share {
	display:block;
	width:22px;
	height:16px;
	background:url('/images/share-print.gif') 0px 0px no-repeat;
	text-indent:-9999em;
	overflow:hidden;
	float:left;
	margin:0 2px;
	cursor:pointer;
}

a#print-share:hover {
	background:url('/images/share-print.gif') 0px -16px no-repeat;
}

a#ck_sharethis:hover {color:#A79D96;}

#tooltip { 
	padding: 0 20px; 
	text-align: center; 
	width: 100px; 
	color: #000!important;
	position: absolute; 
	z-index: 3000;
	background: url(/_assets/_images/tooltip-bg.png) repeat 0 0;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height:11px;
}
#tooltip h3 { font-size: 10px; font-weight: normal; padding: 0; margin: 0; color:#000!important; line-height:11px; }
#tooltip .body {
	color:#000;
	font-size:10px;
	margin-top:-1px;
}

/* Voyage Collection */

	.vc-container { position; relative; }

	/* Arrows */
	.vc-arrow-prev { position: absolute; top: 464px; left: 11px; display: block; width: 27px; height: 46px; text-indent: -9999px; background: url('../_assets/_images/voyagecollection/vc-arrow-prev.png') no-repeat 1000px 1000px; }
	.vc-arrow-prev:hover { background-position: 0 0; }
	
	.vc-arrow-next { position: absolute; top: 464px; right: 10px; display: block; width: 27px; height: 46px; text-indent: -9999px; background: url('../_assets/_images/voyagecollection/vc-arrow-next.png') no-repeat 1000px 1000px; }
	.vc-arrow-next:hover { background-position: 0 0; }
	
/*	.vca-venice-prev { background: url('../_assets/_images/voyagecollection/venice-arrows.png') no-repeat 0 0; }
	.vca-venice-next { background: url('../_assets/_images/voyagecollection/venice-arrows.png') no-repeat -22px 0; } */
	
	
	
/* SALE FILTERS */
.sale-filter {
	width:171px;
}

.sale-filter ul li strong { 
	color:#ff1cae; 
	float:right;
	margin-bottom:10px; 
	padding:3px 0px; 
	border-top:1px solid #ccc5bf; 
	border-bottom:1px solid #ccc5bf; 
	width: 171px; 
}
