.wrapper,
.layout-978 { width: 960px; margin: 0px auto; }

.fb-login-btn { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/fb-login-btn.png) no-repeat; width:154px; height:22px; float:right; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#333; text-decoration:none; }

mark { background-color:#ff9; color:#333; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

.qtip-content.qtip-content { font-size: 13px; text-align: left; }

/* END RESET CSS */


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
 /*body { font:13px/1.231 sans-serif; font-size:small; } hack retained to preserve specificity */


select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/*
 * minimal base styles
 */

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }


/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited {  }
a:hover {  }

ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; }

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre {
  padding: 15px;

  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { /*vertical-align: text-bottom;*/ }
input[type="checkbox"] { /*vertical-align: bottom;*/ }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
 -webkit-box-shadow: 0px 0px 5px red;
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink. */
::-moz-selection{ background: #cb213d; color:#fff; text-shadow: none; }
::selection { background:#cb213d; color:#fff; text-shadow: none; }

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #cb213d; }

/* make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/*
 * Non-semantic helper classes
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;
}

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/* Reset ================================================================================= */
* { margin:0; padding:0; }

img           { border:0; }

a             { color:#cb213d; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#cb213d; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; font:14px "Roboto", Arial, sans-serif; color:#333; }
strong        { font-weight:bold; }
address       { color:#727272; font:14px "Roboto", Arial, sans-serif; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { background:#fbfaf6 url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_main1.gif) 50% 0 no-repeat; }
.main { width:900px; margin:0 auto; min-height:400px; padding:25px 25px 80px; background:#fffffe url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_main2.gif) 0 0 no-repeat; text-align:left; }

/* Base Columns */
.col-left { float:left; width:195px; padding:0 0 1px; }
.col-main { float:right; width:685px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:11px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#333; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0;  } /* FF Fix */

/* buttons */


button.button,
a.round-pink-button,
a.pink-button,
.adoreme-top-header #signin-popup-container .signin-popup button.login,
.new_pink,
#skip-month-submit,
.checkout-cart-index button.button.btn-proceed-checkout {
	width: 146px;
	height: 25px;
	font-family: Roboto,Verdana,Arial,sans-serif;
	font-weight: 500;
	color: #ffffff;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-decoration: none;
	border: solid #cb213d 1px;
	background: #cb213d;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-o-border-radius:      3px;
	-khtml-border-radius:  3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}
button.button:hover,
a.pink-button:hover,
a.round-pink-button:hover,
.adoreme-top-header #signin-popup-container .signin-popup button.login:hover,
.new_pink:hover,
#skip-month-submit:hover,
.checkout-cart-index button.button.btn-proceed-checkout:hover {
	background: #df2543;
}

.new_pink_v2 {
	border: solid #d4287d 1px;
	background: #d4287d;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#d4287d), to(#d4287d));
	background: -moz-linear-gradient(top, #d4287d, #d4287d);
	background: -o-linear-gradient(top, #d4287d, #d4287d);
	background: -ms-linear-gradient(top, #d4287d, #d4287d);
	background: linear-gradient(to bottom, #d4287d, #d4287d);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#d4287d, endColorStr=#d4287d)";
	filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#d4287d, endColorStr=#d4287d)";
}

.new_blue {
	width: 146px;
	height: 25px;
	font-family: Roboto,Verdana,Arial,sans-serif;
	font-weight: 500;
	color: #ffffff;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-decoration: none;
	border: solid #6c9eb7 1px;
	background: #99c2d6;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#99c2d6), to(#6c9eb7));
	background: -moz-linear-gradient(top, #99c2d6, #6c9eb7);
	background: -o-linear-gradient(top, #99c2d6, #6c9eb7);
	background: -ms-linear-gradient(top, #99c2d6, #6c9eb7);
	background: linear-gradient(to bottom, #99c2d6, #6c9eb7);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#99c2d6, endColorStr=#6c9eb7)";
	filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#99c2d6, endColorStr=#6c9eb7)";
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-o-border-radius:      3px;
	-khtml-border-radius:  3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}
.new_blue:hover {
    background: #acd9f0;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#acd9f0), to(#73a8c2));
	background: -moz-linear-gradient(top, #acd9f0, #73a8c2);
	background: -o-linear-gradient(top, #acd9f0, #73a8c2);
	background: -ms-linear-gradient(top, #acd9f0, #73a8c2);
	background: linear-gradient(to bottom, #acd9f0, #73a8c2);
	filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#acd9f0, endColorstr=#73a8c2)";
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#acd9f0, endColorstr=#73a8c2)";
}

button.button.new_white,
.new_white,
.checkout-cart-index .deals .new_blue.btn-coupon,
.checkout-cart-index .deals .new_white.btn-remove-coupon,
.continue-shopping {
	width: 146px;
	height: 25px;
	font-family: Roboto,Verdana,Arial,sans-serif;
	font-weight: 500;
	color: #000000;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-decoration: none;
	border: solid #dfdfdf 1px;
	background: #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-o-border-radius:      3px;
	-khtml-border-radius:  3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
	display: inline-block;
}
button.button.new_white:hover,
.new_white:hover,
.checkout-cart-index .deals .new_blue.btn-coupon:hover,
.checkout-cart-index .deals .new_white.btn-remove-coupon:hover,
.continue-shopping:hover {
	background: #dedede;
}

button.button.button_transparent,
.button_transparent {
    padding: 0;
    margin: 0;
    background: transparent;
    border: solid 1px #959595;
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-weight: 500;
    color: #3c3c3c;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}
button.button.button_transparent:hover,
.button_transparent:hover {
    background: transparent;
    border-color: #cb213d;
    color: #cb213d;
}
/* end buttons */

.continue-shopping { float: right; margin-bottom: 2px; width: 138px; height: 13px; font-size: 14px; padding-top: 7px; padding-right: 25px; padding-bottom: 10px; padding-left: 25px; }

a.pink-button { width: 190px; height: 32px; font-family: "Arial"; padding: 0; font-size: 14px; text-decoration: none; text-align: center; line-height: 32px; font-weight: bold; }
a.round-pink-button { width: 150px; height: 30px;font-family:"Roboto", Verdana, Arial, sans-serif; font-size: 14px; padding: 0; text-decoration: none; text-align: center; line-height: 30px; font-weight: bold; -moz-border-radius: 3px; border-radius: 3px; }
a.round-pink-button span { display: inline-block; background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/round-button-arrow-white.png') no-repeat; width: 5px; height: 9px; margin-left: 7px; }

a.facebook_login,
a.facebook_login:hover { background: url(http://static.adoreme.com/skin/frontend/devAdore/default/images/facebook-connect-text.png) -5px -5px no-repeat; color: white !important; height: 47px; display: block; font: 14px/18px "Roboto", Arial, sans-serif; font-weight: bold; width: 184px; margin: 9px 13px; text-align: center; text-indent: -3000px; }
a.facebook_login:hover { background-position: -5px -52px;}

button.disabled span { border-color:#bbb !important; background:#bbb !important; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/*
 Form lists */
/* Grouped fields */
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#333; font-weight:bold; position:relative; z-index:0; font:12px Arial, Helvetica, sans-serif; }
.form-list label.required {}
.form-list li.form-alt, .form-list li.form-alt select { width:529px !important; }
.form-list label.required em { font-style:normal; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:254px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:2em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; font:13px "Roboto", Arial, sans-serif; color:#727272; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #d6d6d6; min-height:15px; margin:0 0 20px 0;  }
.opc .fieldset { border:0; margin:0;} 
.fieldset .legend { font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }

.validation-failed { border:1px dashed #eb340a !important; }
.product-shop .validation-failed {background: transparent !important}
p.required { font-size:11px; text-align:right; color:#d61920; }
/* Expiration date and CVV number validation fix */

.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; font-family: Roboto,Verdana,Arial,sans-serif; font-weight: 300; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.catalog-product-view .breadcrumbs { margin: 0px 0px 20px 0px; }
.breadcrumbs { font-size:12px; font-family: Tahoma, Arial; margin: 20px 0px 10px 0px; color: #000; border-bottom: solid 1px #d8d8d8; padding: 0px 0px 5px 0px; }
.breadcrumbs li { display: inline; }
.breadcrumbs li span { display: inline-block; padding: 0 5px; }
.breadcrumbs li strong { color: #000; font-weight: normal; }
.breadcrumbs li a { color: #000; }
.breadcrumbs li a:hover { text-decoration: underline; }
.breadcrumbs li.active a,
.breadcrumbs li.active strong { color: #cb213d; font-weight: bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; padding:10px 0 0 0; margin:10px 0px; }
.page-title h1,
.page-title h2 {margin: 0;
background: none;
padding: 0;
border: 0;
color: #333;
font: 24px/30px "Roboto";
font-weight: 300;
padding: 0 0 10px 0px;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title {
    clear:both;
    padding:15px 0 0;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    margin:0 0 6px;
}

/* Pager */
.pager { font-size:12px; padding:4px 8px; text-align:center; margin-bottom:2px; }
.pager:after{
    content:'';
    display: block;
    clear:both;
}
.pager .amount { float:left; margin:6px 0 0 0; color:#494949; font:12px "Roboto", Arial, sans-serif; }
.pager .limiter { float:right; color:#494949; font:11px "Roboto", Arial, sans-serif; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; width:43px; }
.pager .pages { margin:0; }
.pager .pages ol { display:inline; }
.pager .pages .current {}
.pages strong { font:12px "Roboto", Arial, sans-serif; color:#232323; margin:0 10px 0 0; }
.pages ol { display:inline-block; }
.pages ol:after{
    content:'';
    display:block;
    clear:both;
}
.pages li {
    display: inline-block;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #fefefe;
    height:20px;
    line-height:20px;
    font-size: 11px;
    font-weight: bold;
    box-sizing: initial!important;
}
.pages li:last{
    margin-right: 0;
}
.pages li.current{
    border-color: #232323;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    padding: 0 7px;
}
.pages ol li a {
    font: bold 12px "Roboto", Arial, sans-serif;
    color: #232323;
    display: block;
    height:20px;
    line-height:20px;
    font-size: 11px;
    padding: 0px 7px;
}
.pages ol li:not(.current):hover{
    cursor: pointer;
    background: #e9e9e9;
}

/* Sorter */
.sorter { font-size:11px; background:#fff url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { margin-bottom: 15px; width: 100%; }
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; border:1px solid #D9D9D9; }
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }

.data-table thead th { border-right:1px solid #fff; padding:2px 8px; color:#fff; white-space:nowrap; vertical-align:middle; font:14px "Roboto", Arial, sans-serif; background:#cb213d; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #D9D9D9; font:14px "Roboto", Arial, sans-serif; color:#4d4d4d; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,

.data-table tbody td a { color:#cb213d; }
.data-table tbody td a:hover { color:#000000; }
/* Bundle products tables */
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #D9D9D9; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809; }
.link-compare { font-weight:bold; }
.link-rss { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/btn_trash.gif) 0 0 no-repeat; overflow:hidden; }
.cart-table .btn-remove2 { margin-left:16px; display:inline; float:left; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_header.jpg) 50% 0 repeat; }
.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
.nav-container { background:#0a263d url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_nav0.jpg) 50% 0 repeat-y; }
#main-menu { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#main-menu li { position:relative; text-align:left; }
#main-menu li.over { z-index:998; }
#main-menu a,
#main-menu a:hover { display:block; line-height:1.3em; text-decoration:none; }
#main-menu span { display:block; cursor:pointer; white-space:nowrap; }
#main-menu li ul span {white-space:normal; }
#main-menu ul li.parent a { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_nav2.gif) 100% 100% no-repeat; }
#main-menu ul li.parent li a { background-image:none; }

/* 0 Level */
#main-menu li { float:left; }
#main-menu li.active a { color:#d96708; }
#main-menu a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#main-menu li.over a,
#main-menu a:hover { color:#d96708; }

/* 1st Level */
#main-menu ul li,
#main-menu ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_nav1.gif) 0 100% repeat-x; }
#main-menu ul li.last { background:#ecf3f6; padding-bottom:0; }

#main-menu ul a,
#main-menu ul a:hover { float:none; padding:0; background:none; }
#main-menu ul li a { font-weight:normal !important; }

/* 2nd Level */
#main-menu ul,
#main-menu div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#main-menu div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#main-menu ul ul,
#main-menu ul div { top:5px; }

#main-menu ul li a { background:#ecf3f6; }
#main-menu ul li a:hover { background:#d5e4eb; }
#main-menu ul li a,
#main-menu ul li a:hover { color:#2f2f2f !important; }
#main-menu ul span,
#main-menu ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#main-menu li ul.shown-sub,
#main-menu li div.shown-sub { left:0; z-index:999; }
#main-menu li .shown-sub ul.shown-sub,
#main-menu li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:none; }
.mini-products-list .product-details { margin-left:60px; }

/* Block: Account */
.block-account { border:0; }
.block-account .block-title { background:#fc9d36 url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Cart */
.block-cart .block-title strong { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img { min-width: 754px; min-height: 400px; }
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px;  }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }
.no-rating a { color:#cb213d; font:12px "Roboto", Arial, sans-serif; }
.no-rating a:hover { color:#333; }
.ratings { font-size:11px; line-height:1.25; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}
.ratings .amount a{ font:12px "Roboto", Arial, sans-serif; color:#cb213d; }
.ratings .amount a:hover { color:#333; }

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { padding-right:8px; font:12px "Roboto", Arial, sans-serif; color:#333; }
.review-sec a { font:12px "Roboto", Arial, sans-serif; color:#cb213d; }
.review-sec a:hover { color:#333; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#333; }
.availability-only a { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { /*margin:5px 0;*/ }
.price-box .price { font:bold 18px/24px "Roboto", Arial, sans-serif; color:#333;}

/* Regular price */
.regular-price { font:12px/18px "Roboto", Arial, sans-serif; color:#616161; }
.regular-price .price { font:12px/18px "Roboto", Arial, sans-serif; color:#616161; }
.block .regular-price,
.block .regular-price .price { font:12px/18px "Roboto", Arial, sans-serif; color:#616161; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; font:12px/18px "Roboto", Arial, sans-serif; color:#616161; }
.old-price .price { font:12px/18px "Roboto", Arial, sans-serif; color:#616161; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font:bold 12px/18px "Roboto", Arial, sans-serif; color:#616161; white-space:nowrap; color:#cb213d; }
.special-price .price { font:bold 12px/18px "Roboto", Arial, sans-serif; color:#616161; color:#cb213d; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax .label { display:block; white-space:nowrap; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { color:#212121; font:14px/18px "Roboto", Arial, sans-serif;}

/* Price as configured */
.price-as-configured { margin:0; display: none; }
.price-as-configured .price-label { font:bold 18px/24px "Roboto", Arial, sans-serif; color:#333; white-space:nowrap; }

.price-box-bundle { padding:0 0 0px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }

.product-view { border:1px solid #c4c6c8; }
.product-collateral { background:#faf7ee url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin: 0px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin: 0 0 30px 0; position: relative; }
.product-options dl { width: 80%; margin-right:2.8%; float: left; }
.product-options dl:after{
    clear:both;
}
.product-options dt { font-weight:normal; }
.product-options dt label { font-size: 14px; font-family: Roboto,Verdana,Arial,sans-serif; font-weight: 700; color: #333; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:none; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list li { line-height:1.5; margin:0 7px 5px 0; border:1px solid #E2E2E2; padding:5px; width:239px; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:7px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font:14px/18px "Roboto", Arial, sans-serif; color:#797979; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { border-top:0; margin-left: 10px; width: 365px; position:relative;}
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom {  }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font:11px "Roboto", Arial, sans-serif; color:#333; text-transform:capitalize; }
.product-name a { color:#000000; }
.product-name a:hover { color:#cb213d; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table .btn-continue { float:left; }
 
.discount-form .buttons-set { width:200px; margin-top:-30px; clear:none; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {  padding:12px 15px; margin:0 0 18px; }
.cart .deals .giftcard {
    padding: 12px 15px;
    margin: 0 0 18px;
}
.cart .deals .giftcard .button {
    margin:0px 0px 5px 5px;
}
.cart .deals .giftcard fieldset {
}

.cart .deals .giftcard  .button.check-gc-status {
    margin-left: 0px;
}
.cart .giftcard h2,
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 0px; color:#333333; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span {  }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }


.cart .shipping h2 { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals td { padding:1px 15px 1px 7px; font:15px "Roboto", Arial, sans-serif; color:#333; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; color:#cb213d; }
.cart .totals .checkout-types { font-size:13px; padding:8px 6px 16px; text-align:right; }
.cart .totals .checkout-types li { float: left; padding-left: 10px; }

/* Options Tool Tip */
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font:bold 12px Arial, Helvetica, sans-serif; color:#0f0f0f; }
.sp-methods dd { color:#0f0f0f; font:12px Arial, Helvetica, sans-serif; }
.sp-methods dd li { margin:5px 0; }
.sp-methods label { color:#0f0f0f; font:12px Arial, Helvetica, sans-serif; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; color:#cb213d; }
.cvv-what-is-this:hover { color:#0F0F0F; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0 18px 0 0; width:206px; float:left; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font:12px "Roboto", Arial, sans-serif; line-height:1.35; background:#d8d8d8; margin:0 0 1px; padding:2px 8px; color:#fff; }
.block-progress dt.active { background:#ea288c;}
.block-progress dd { padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#1dca72; color:#fff; }
.block-progress dt.complete p { float:left; font:12px "Roboto", Arial, sans-serif; line-height:1.35; color:#fff;}
.block-progress dt.complete a { color:#fff; font:10px "Roboto", Arial, sans-serif; text-decoration:underline; float:right; padding-top:1px; }
.block-progress dt.complete a:hover { text-decoration:none; }
.block-progress dd.complete address { font:11px/14px "Roboto", Arial, sans-serif; color:#767676; }
.block-progress dd.complete { font:11px/14px "Roboto", Arial, sans-serif; color:#767676; }
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc-wrapper { padding-bottom:16px; }
.opc .buttons-set { margin-top:0; padding-top:7px; }
.opc .buttons-set p.required { margin:0; padding:0 0 28px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; width:702px; float:left; }
.opc li.section {}

.opc .step-title { border-width:1px; border-style:solid; border-color:#C5C5C5; border-top:0; background:#fdfdfd; padding:5px 19px 9px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; display:none; }
.opc .step-title h2 { float:left; margin:0; font:20px/20px "Roboto", Arial, sans-serif; color:#555555; text-transform:uppercase; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#212121; border:1px solid #C5C5C5; border-bottom:0; color:#fff; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#fff; }

.opc .active .step-title { background:#ea288c; border:1px solid #c5c5c5; border-bottom:0; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#fff; }

.opc .step { border:1px solid #c5c5c5; background:#f8f8f8; border-top:0; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#333333; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; font:12px Arial, Helvetica, sans-serif; color:#0F0F0F;  }
#opc-review .buttons-set p a { color:#cb213d; }
#opc-review .buttons-set p a:hover { color:#0f0f0f; }
#opc-review .buttons-set .please-wait { height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding:14px 21px; background:#faf7ee url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_page1.gif)}
.account-login .buttons-set { margin:5px 0 0 0;}
.account-login .buttons-set a { font:12px/24px Arial, Helvetica, sans-serif;  color:#0F0F0F; }
.account-login .buttons-set a:hover { color:#cb213d; }
/* Account Login/Create Pages ============================================================ */


/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 0 1.5em 0; }
.dashboard .welcome-msg p { font:12px/18px Arial, Helvetica, sans-serif;  color:#3d3d3d; }
.dashboard .welcome-msg p.hello { margin:0; font:bold 15px Arial, Helvetica, sans-serif; color:#3d3d3d; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff; margin: 0 0 20px; }
.box-account .box-head, .my-account .box-head, .contacts-index-index .box-head, .quiz-complete-index .box-head, .customer-account-forgotpassword .box-head, .customer-account-login .box-head, .registered-users .box-head, .sendfriend-product-send .box-head{ text-align:right;  background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/account-title.jpg) left top repeat-x; height:54px;  }
.box-account .box-head h2, .my-account .box-head h2, .contacts-index-index .box-head h2, .quiz-complete-index .box-head h2, .customer-account-forgotpassword .box-head h2, .customer-account-login .box-head h2, .registered-users .box-head h2, .sendfriend-product-send .box-head h2 { float:left; margin:0; font:bold 16px "Roboto", Arial, sans-serif; text-transform:capitalize; background-position:0 0; background-repeat:no-repeat; color:#333; padding:10px 12px; }

.dashboard .box .box-title { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font:14px "Roboto", Arial, sans-serif; color:#262626; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image: none; }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image: none; }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#333; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { margin:5px 0 8px; border-bottom:1px solid #ACACAC; padding-bottom:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }
.order-info dt {
	font:bold 14px "Roboto", Arial, sans-serif; color:#333;
}
.order-info dd { font:14px "Roboto", Arial, sans-serif; color:#cb213d; text-decoration:none;}
.order-info dd a{ font:14px "Roboto", Arial, sans-serif; color:#cb213d; text-decoration:none;}
.order-info dd a:hover{ color:#727272;}

.order-date { margin:10px 0; font:12px "Roboto", Arial, sans-serif; color:#3D3D3D; }

.order-info-box { background:#fff url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font:bold 14px "Roboto", Arial, sans-serif; color:#333; padding:0; margin:0 0 5px; }
.order-items .product-name { font:11px "Roboto", Arial, sans-serif; color:#333333; /*font-weight:bold !important;*/ }
.order-items .order-links { text-align:right; font:12px/18px "Roboto", Arial, sans-serif; color:#cb213d; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; height:71px;}
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font:15px/18px "Roboto", Arial, sans-serif; color:#3D3D3D; font-weight:bold; }
.page-print h2,
.page-print h3 { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:left; font:14px "Roboto", Arial, sans-serif; color:#262626; }
.page-print h2.h2 { font-size:16px; font-weight:bold; background:none; }
.page-print .order-date { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 25px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
.page-print .col-1 { font:13px/18px "Roboto", Arial, sans-serif; color:#727272; }
.page-print table h2,
.page-print table h3 { background:none; margin:0; padding:0; font:11px "Roboto", Arial, sans-serif; color:#333;}

/* Friends-Showroom */

.friends-showroom.showroom-title p.member { font-size: 16px; font-weight: bold; }

.friends_stylists_connect_to_facebook { display: inline-block; line-height: 100px; }

.cms-stylist-1 .page-title,
.cms-stylist-2 .page-title,
.cms-stylist-3 .page-title,
.cms-stylist-4 .page-title,
.cms-friends-showroom .page-title,
.groupfilter-navigate-friendgroup .page-title {
    display: none;
}

.cms-collections .main-sec,
.main-sec,
.cms-stylist-1 .main-sec,
.cms-stylist-2 .main-sec,
.cms-stylist-3 .main-sec,
.cms-stylist-4 .main-sec,
.cms-friends-showroom .main-sec,
.groupfilter-navigate-friendgroup .main-sec {
    min-height: 0px;
}

.groupfilter-navigate-friendgroup .friend-right-sec { border: none; padding: 0 0 0 0; }

.groupfilter-navigate-friendgroup .col-left.sidebar { float: none; width: 100%; padding: 0 0 0 0;}

.friends-showroom-facebook-not-connected { display: block; width: 928px; height: 310px; background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/friends_showroom_not_connected_with_facebook.png') no-repeat 0 0; }
.friends-showroom a.invite-by-facebook { float: left; display: block; width: 176px; height: 27px; background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/friends_showroom_invite_by_facebook.png') no-repeat; margin-left: 10px; }
.friends-showroom a.invite-by-email { float: right; display: block; width: 176px; height: 27px; background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/friends_showroom_invite_by_email.png') no-repeat;}
.friends-showroom { width: 100%; padding-top: 20px; padding-bottom: 20px; }
.friends-showroom div.left-box { float: left; width: 410px; }
.friends-showroom div.middle-box { float: left; width: 125px; }
.friends-showroom div.right-box { float: right; }

.friends-showroom .left-box ul { width: 410px; overflow: hidden;}
.friends-showroom .left-box ul li { float: left; padding-left: 20px; padding-bottom: 15px;}

.friends-showroom .right-box ul { overflow: hidden;}
.friends-showroom .right-box ul li { float: left; padding-right: 10px; }
.friends-showroom .right-box ul li a,
.friends-showroom .right-box ul li a:hover { border:solid 1px; border-color: transparent; width: 96px; height: 94px; display: block; }
.friends-showroom .right-box ul li a:hover { border-color: #cb213d; }

.friends-showroom h3 { margin: 0; background: none; padding: 0; border: 0; color: #333; font: 24px/30px "Roboto"; text-align: center; }
.friends-showroom p { text-align: center; font-size: 14px; padding-bottom: 15px; }

.friends-showroom .left-box .center-horizontal-line { text-align: center; width: 245px; display: inline-block; }
.friends-showroom .right-box .center-horizontal-line { text-align: center; width: 275px; display: inline-block; }
.friends-showroom .center { text-align: center; height: 15px; }
.friends-showroom .margin { padding-top: 10px; }
.friends-showroom .hidden { display: none; }
.friends-showroom a#friends-showroom-stylist-url { font:17px "Roboto", Arial, sans-serif; color: #cb213d; margin-top: 10px; }

/* facebook connected */

.friends-showroom.fbconnected div.left-box { width: 350px; height: 150px; }
.friends-showroom.fbconnected .left-box .center-horizontal-line { text-align: center; width: 330px; display: inline-block; }
.friends-showroom.fbconnected .left-box ul { width: 800px; }
.friends-showroom.fbconnected .left-box ul li { float: left; padding-left: 10px; padding-bottom: 0px; width: 110px; }
.friends-showroom.fbconnected .friends-showroom-scroll { width: 410px; height: 115px; overflow: auto; }
.friends-showroom.fbconnected .friend { overflow: hidden; height: 80px; text-align: center; }
.friends-showroom.fbconnected .sty-txt-name { padding-bottom: 0px; }

.friends-showroom.fbconnected div.right-box { width: 345px; height: 150px; }
.friends-showroom.fbconnected .right-box .center-horizontal-line { text-align: center; width: 345px; display: inline-block; }
.friends-showroom.fbconnected .right-box ul { width: 370px; }
.friends-showroom.fbconnected .right-box ul li { float: left; padding-left: 0px; padding-bottom: 0px; }

.friends-showroom.fbconnected .right-box ul li a,
.friends-showroom.fbconnected .right-box ul li a:hover { width: 80px; height: 81px; }

.friends-showroom.fbconnected div.middle-box { float: left; width: 233px; text-align: center; height: 150px; }
.friends-showroom.fbconnected div.middle-box a.invite-by-facebook { float: none; display: inline-block; margin: 0 0 0 0;}
.friends-showroom.fbconnected div.middle-box a.invite-by-email { float: none; display: inline-block; margin: 0 0 0 0;}
.friends-showroom.fbconnected div.middle-box .vertical-center { height: 57px; }

.friends-showroom.showroom-title h4 { color: #333; font: 24px/30px "Roboto"; }
.friends-showroom.showroom-title { margin: 0 0 20px 0; padding: 0 0 0 2px;}

.cms-collections .friends-showroom.showroom-title,
.friends-showroom.showroom-title,
.cms-stylist-1 .friends-showroom.showroom-title,
.cms-stylist-2 .friends-showroom.showroom-title,
.cms-stylist-3 .friends-showroom.showroom-title,
.cms-stylist-4 .friends-showroom.showroom-title,
.cms-friends-showroom .friends-showroom.showroom-title { margin: 0 0 70px 0; padding: 0 0 0 2px;}

.friends-showroom.showroom-title img { float: left; padding-right: 10px; }
.friends-showroom.showroom-title p { text-align: left; font-weight: bold; font-size: 18px; }

.pro-list.pro-list1 ul { width: 960px; }
.pro-list.pro-list1 ul li { width: 230px; }
.pro-list.pro-list1 ul li h2 { width: 205px; overflow: hidden; height: 24px; float: right; }
.pro-list.pro-list1 .showroom_container { height: 320px; }
.pro-list.pro-list1 .item { height: 320px; }

.friends-showroom.fbconnected .vertical-line-left { background-color: #ffffff; border-right: 1px solid #b0b0b0; height:80px; width: 1px; float:left; margin-left: 15px; margin-top: 45px; }
.friends-showroom.fbconnected .vertical-line-right { background-color: #ffffff; border-right: 1px solid #b0b0b0; height:80px; width: 1px; float:right; margin-right: 15px; margin-top: 45px; }

.facebook_profile_image { width: 80px; height: 80px; overflow: hidden; padding-left: 15px; }
.facebook_profile_image_title { width: 80px; height: 80px; overflow: hidden; float: left; padding-right: 10px; }

/* onestep checkout */
.onestepcheckout-index-index section .wrapper { background-color: transparent; }

/* Gifts page */
.cms-gifts2 .main-sec.login-main-sec { padding: 0; min-height: 592px; }
.cms-gifts2 .background-div { background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/gifts.jpg') no-repeat; width: 390px; height: 213px; padding: 380px 0px 0px 570px; }
.cms-gifts2 .background-div button.button.new_pink.new_pink_v2 { width: 323px !important; height: 66px !important; text-align: center; padding: 0px 0px 0px 0px !important; }
.cms-gifts2 .background-div button.button.new_pink.new_pink_v2 span { background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/gifts_button_bg.png') no-repeat; display: inline-block; width: 261px !important; height: 23px !important; }

/* gift-product */
.giftcard .form-list .input-box.amount select { background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/select_down.png') no-repeat right #ffffff; }
.giftcard .form-list { list-style-type: none; list-style: none; margin: 0 0 0 0px; color: #333;}

.giftcard ul li { list-style-type: none; list-style: none; }
.giftcard .pro-page-desc .form-list li { margin: 0 0 1px 0; padding-left: 0px; list-style: none;}
.giftcard-send-form label{float:left; display:block; line-height: 37px; width: 153px; height: 37px; font-size: 14px; font-family: "Roboto", Verdana, Arial, sans-serif; }
.giftcard-send-form .input-box {float:left; clear: none; margin-bottom: 11px;}
.giftcard p.pro-page-desc { padding-left: 10px; padding-right: 10px; text-align: justify; margin-bottom: 0px; font: 13px/16px "roboto"; }
.giftcard .product-main-info div.pro-page-desc { padding-right: 0; }
.giftcard .product-main-info ul.pro-page-desc { padding: 0; margin: 0; text-align: justify; margin-top: 10px; margin-bottom: 10px; padding-bottom: 10px; }
.giftcard ul.pro-page-desc li div { float: left; color: #cb213d; font-size: 14px; }
.giftcard ul.pro-page-desc li div.left { width: 185px; color: #333; padding-left: 10px; }
.giftcard .product-shop { width: 555px; }
.giftcard .options-container-big { margin: 0; padding: 0; }
.giftcard ul.pro-page-desc li { background: url(http://static.adoreme.com/skin/frontend/devAdore/default/images/circle.png) no-repeat center left; width: 100%; height: 18px; font: 13px/16px "Roboto", Tahoma, sans-serif; }
.giftcard .options-container-big label { font-weight: bold; color: #333; }

.giftcard #giftcard_amount { color: #333; width: 120px;}
.giftcard .giftcard-form .giftcard-amount-form  { float:left; }

.giftcard .product-options-bottom { padding: 0px; width: 333px; }
.giftcard .product-options-bottom button.buy_it_now.new_pink { margin: 20px 0px 0px 0px; }
.giftcard_product .price-box { display: none; }
.giftcard .product-options dt { padding-right: 15px; }
.giftcard .product-horizontal-line { margin-left: 0; }
.giftcard .form-list .input-box .input-text { width: 230px;  float:left; height: 37px; border: 1px solid #cccccc; }
.giftcard .form-list input.input-text { width: 100%; }
.giftcard .form-list .field { width: 100%; }
.giftcard .giftcard-form { width: 659px; }
.giftcard .product-options-div { margin-left: 0px; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { border-top:15px solid #b6d1e2; }
.footer { width:930px; margin:0 auto; padding:10px 10px 50px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(http://static.adoreme.com/skin/frontend/devAdore/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(http://static.adoreme.com/skin/frontend/devAdore/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#main-menu:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

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

.guest-select {width:305px !important;}


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

body { margin:0; padding:0; font-weight:normal; font-family: "Roboto", Verdana, Arial, sans-serif; font-size:14px; }
h1, h2, h3, h4, h5, h6, span, p, html, ul, li, ol { margin:0; padding:0; }
ul, li { list-style:none; }
a { text-decoration:none; }
img { border:0; }
.clear { clear:both; height:0; overflow:hidden; }
.bldiv span{ display:none; }
/********** header ****************/

.top-link { margin:0px 0 -10px 0; }
.head-signup { float:right; }
.head-signup p{ font:bold 13px "Roboto", Arial, sans-serif !important; color:#191919 !important; margin:3px 5px 0 0; }
.head-signup p a { color:#cb213d; }
.head-signup p a:hover { color:#191919; }
.fb-login { float:right; height:22px; }
.fb-login ul li a { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/fb-btn_03.jpg) no-repeat left top; display:block; width:154px; height:22px; text-indent:-999em; }
.before-loginheader .logo-nav-sec {  }
.logo-nav-sec {    }

.logo { float:left; margin: 21px 0px 0px 0px; position: absolute; }
.login-nav ul .my-showroom { width: 110px; }
.login-nav ul .collections { width: 99px; }
.login-nav ul .lookbooks { width: 60px; }
.login-nav ul .favorite { width: 79px; }
.login-nav ul .friend-showroom { width: 145px; }
.login-nav ul .invite-friend { width: 111px; }
.login-nav ul .my-account { width: 61px; }

.navigation { float:right; margin:35px 0 0 0; }
.navigation ul li { display:inline; font:16px Tahoma, Geneva, sans-serif; color:#fff; padding:0 0 0 30px; }
.navigation ul li a { font:16px "Roboto", sans-serif; color:#FFFFFF; text-transform:uppercase; }
.navigation ul li a:hover { color:#cb213d; }
li a.get-started { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/get-started-arrow_03.jpg) no-repeat right 6px; padding:0 7px 0 0; }
li a.get-started:hover, li.active a.get-started { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/get-started-arrow-active_03.jpg) no-repeat right 6px; }

/************ main-section ******************/

.cms-home .main-sec {height: 0px; min-height: 0px; }
.main-sec { padding: 16px; min-height: 710px; }
.catalog-product-view .main-sec { padding: 0px 0px 0px 0px; }
#slides { position:relative; }
.slides_container { position:relative; overflow:hidden; height:591px; width:926px; }
#slides .prev, #slides .next { display:block;   height:78px;  left:1px;  position:absolute;   top:257px;  width:33px; z-index:101; }
#slides .next { left:892px; }

.cms-featured-style .slides_container { height:547px; }
.cms-featured-style #slides .prev, .cms-featured-style #slides .next { top:234px; }
.cms-featured-style #slides .pagination{ display:none; }

.pagination { border:none; bottom:0; left:0;  margin:0 0 11px 11px; position:absolute;  width:120px; z-index:100; }
.pagination li { float:left; margin:0 3px 0 0; }
.pagination li a { background-image:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/pagination.png); background-position: 0 0; display: block;  float: left; height: 0;  overflow: hidden; padding-top: 18px; width: 18px; }
.pagination li.current a { background-position:0 -20px; }
.middle-fblike { width:100%; float:left; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/middle-fblike_20.jpg) no-repeat left top; text-align:center; margin:2px 0; padding:8px 0 0 60px; height:44px; }
.fblike-text { font:normal 25px/33px Helvetica, Arial, sans-serif; color:#fff; display:inline; }
.fblike-text span { font-weight:bold; }
.fblike-btn { display:inline; }
.fblike-btn iframe { top:2px; position:relative; left:4px; }
.how-it-works { float:left; position:relative; height:169px; width:307px; margin:0 2px 0 0; }
.featured-collection { float:left; margin:0 2px 0 0; position:relative; height:169px; width:308px; }
.testimonials { float:left; position:relative; height:169px; width:307px; }
.how-it-works a, .our-stylists a p, .our-stylists2 a p, .featured-collection a, .testimonials a  { display:block; }
.how-it-works a p, .our-stylists a p, .our-stylists2 a p, .featured-collection a p, .testimonials a p { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bottom-howitworks-bg_36.png) repeat-x left bottom; font:normal 14px/18px "Roboto", Arial, sans-serif; color:#fff; text-transform:uppercase; height:23px; padding:3px 0 0 12px; position:absolute;  bottom:0; left:0; width:295px; }
.how-it-works a:hover p, .our-stylists a:hover p, .our-stylists2 a:hover p, .featured-collection a:hover p, .testimonials a:hover p { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bottom-howitworks-bg-hover_36.png) repeat-x left bottom; }
.how-it-works a p span.arrow, .our-stylists a p span.arrow, .our-stylists2 a p span.arrow, .featured-collection a p span.arrow, .testimonials a p span.arrow { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bottom-howitworks-arrow_39.png) no-repeat left top; display:inline-block; height:9px; width:4px; margin:0 0 0 7px; }
.how-it-works a:hover p span.arrow, .our-stylists a:hover p span.arrow, .our-stylists2 a:hover p span.arrow, .featured-collection a:hover p span.arrow, .testimonials a:hover p span.arrow  { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bottom-howitworks-arrow-hover_39.png) no-repeat left top; }
.featured-collection a p { width:296px; }
.bottom-banner .collection {
    float:left;
    margin-right: 29px;
}

.bottom-banner .ask_him {
    margin:  0 30px 0 0;
}
.bottom-banner .how-it-works {
    width: auto;
    margin: 0px;
}
.cms-our-stylists .bottom-banner {
    margin-top: 20px;
    padding-bottom: 15px;
}
/******** footer *****/
.footer-sec { padding:11px 0; }
.foo-link { float:left; margin-left: 30px; height: 18px; margin-top: -4px; }
.foo-link ul { font:11px "Roboto", sans-serif; color:#333333; }
.foo-link li { display:inline; font:11px "Roboto", sans-serif; color:#333333; padding:0 20px; }
.foo-link li a { font:12px "Roboto", sans-serif; color:#333333; }
.foo-link li a:hover { color:#cb213d; }
.foo-link li.first { padding-left:0; }
.foo-link li.last { background:none; padding-right:0; }
.copyright-sec {  display:none; }
.foo-sublogo { float:right; }
.foo-sublogo ul li { display:inline; }
.foo-sublogo ul li.gq { padding:0 0 0 8px; }

.how-works-sec { }
 .how-works-sec .member-sec.membership { width: 97%;margin-top:5px; height: 130px; background: url(http://static.adoreme.com/skin/frontend/devAdore/default/images/how-works-member-background.png) repeat-x; border:none; padding:0px 0px 0px 10px; float:left;}
.how-works-sec .mem-price {color: #222222; position:relative;}
.how-works-sec .page-title {margin: 0px;}
.how-works-sec .mem-price p { font-size: 60px; color: #222222; }
.how-works-sec p.learn-more {background-color: #1ab6e6; height:19px; width: 80px;}
.how-works-sec p.learn-more a { background: url(http://static.adoreme.com/skin/frontend/devAdore/default/images/how-works-arrow.png) no-repeat right 5px; font-weight:bold; }
.how-works-sec p.learn-more a:hover { background: url(http://static.adoreme.com/skin/frontend/devAdore/default/images/how-works-arrow.png) no-repeat right 5px; }
.how-works-sec .mem-price .item-sec {position:absolute; right: -20px; bottom:10px; font-size:17px; }
.how-works-sec .head_hr {float: right; width: 78%; border-bottom: 1px solid #A6A6A6; height: 30px; margin-right: 5px;}
.how-works-sec .head_hr.bottom {margin: 20px 100px 0px 100px; height: 1px; }
.how-works-sec .head_hr.getting_started {width:75%;}
.how-works-sec .head_hr.get_more {width:83%;}
.how-works-sec .member-desc {width:485px; font-family:Arial; font-size:14px; margin: 0 0px 0 36px}
.how-works-sec a.how_works {background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/how-works-member-showroom.png) 6px 0px no-repeat; text-align:center; padding-top:15px;; display:block; width:225px; height:49px; color:#ffffff; font-size: 22px;font-style: italic;font-weight: bold;}
.how-works-sec .more_showroom {margin:auto; width: 380px;}
.how-works-sec a.get_more_showroom {background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/how-works-getmore-seeshowroom.png) no-repeat; padding: 15px 0px 0px 20px;display: block;width: 380px;height: 64px;color: white;font-size: 22px;font-style: italic;font-weight: bold;margin: 20px 0px 0px 60px;}
.how-works-sec .member-desc p {font-family:Arial; font-size:14px; line-height: 16px; margin-top: 7px;}
.member-price-sec { float:left; }
.member-price-sec sup {font-size: 27px;}
.member-title.membership {border-top: 1px solid #a6a6a6; padding-top:20px;}
.get-step-num_1{background: url(http://static.adoreme.com/skin/frontend/devAdore/default/images/how-works-started-ok.png) no-repeat; width:193px; height:89px; }
.get-step-num_2{background: url(http://static.adoreme.com/skin/frontend/devAdore/default/images/how-works-started-2.png) no-repeat; width: 180px; height: 116px; }
.get-step-num_3{margin-top:9px; background: url(http://static.adoreme.com/skin/frontend/devAdore/default/images/how-works-started-present.png) no-repeat; width: 100%; background-position: 50px 0px; height: 85px;}
.get-started-num {background: url(http://static.adoreme.com/skin/frontend/devAdore/default/images/how-works-started-background.png) repeat-x; background-position: 0px 121px; padding-left: 30px;}
.member-title { font:normal 40px/42px "Roboto", Tahoma, "Lucida Grande", sans-serif;  color:#222222; padding:0px 0 5px 2px; width: 100%; float:left;}
.member-title h2 { font:normal 40px/42px "Roboto", Tahoma, "Lucida Grande", sans-serif; color:#222222; float:left; display:block; font-size:25px; letter-spacing:1px;}
.mem-price{ font-family:"Roboto", Arial, sans-serif; color:#49d48e; }
.mem-price p { font:normal 96px/76px "Roboto", Arial, sans-serif; color:#49d48e; float:left; }
.mem-price span	 { font:normal 30px/30px "Roboto", Arial, sans-serif; float:left; margin:17px 0 0 0; }
.item-sec { color:#b3b3b3; text-align:right; font:italic 24px/28px "Roboto", Arial, sans-serif; }
.member-desc { margin:0 20px 0 26px; float:left; width:318px; }
.member-desc p { font:16px/24px "Roboto", Arial, sans-serif; color:#4e4e4e; }
p.learn-more { background:#212121; width:71px; padding:0 6px 1px 9px; font:12px/15px "Roboto", Arial, sans-serif; }
p.learn-more a { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/learn-more-arrow_07.jpg) no-repeat right 5px; font:12px/15px "Roboto", Arial, sans-serif; color:#fff; padding: 1px 10px 0 0; }
p.learn-more a:hover { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/learn-more-arrow-hover_07.jpg) no-repeat right 6px; }

.get-btn { float:right; margin:17px 0 0 0; }
.get-btn button span { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/get-started-btn.jpg) no-repeat 0 0; color:#fff; height:64px; font:normal 34px/45px "Roboto", Arial, sans-serif; padding:0 0 0 16px; font-style:italic; display:block; white-space:nowrap; }
.get-btn button span span { background-position:100% 0; padding:6px 19px 0 0; height:58px; }
.get-startedsec .member-title h2, .get-startedsec .member-title { font-size:39px; }
.get-started-num ul li { width:287px; float:left; margin:20px 40px 20px 0; }
.get-started-num ul li.last { margin:20px 0; width: 200px;}
.getmore-num ul li { width:170px; float:left; margin:20px 20px 0px 0; }
.getmore-num ul li.last { width:190px; margin:20px 0;}
.getmore-num ul li.alternate { width: 240px;}
.getmore-num ul li.alternate div.image {margin-left:35px;}
.getmore-num ul li.points { width: 220px;}
.getmore-num ul li.skip_month { margin-left:20px;}
.getmore-num ul li.last div.image { margin-left:0px; }
.getmore-num div.image {margin-left:20px; text-align:center; height:95px; position:relative; margin-bottom:30px;}
.getmore-num div.image img {position: absolute; bottom:0px; left:10px;}
.get-step-num { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/get-started-num_15.jpg) no-repeat left top; display:block; width:83px; height:84px; float:left; margin:0 11px 0 0; }
.get-step-num p { color:#fff; font:normal 44px/44px "Roboto", Arial, sans-serif; padding:17px 0 0 18px; }
.get-step-content { float:left; width:193px; }
.get-more-content h4,
.get-step-content h4 { font:normal 14px/14px "Roboto", Tahome, "Lucida Grande", sans-serif; font-weight:bold; font-style: italic; color:#c7367e; margin:0 0 8px 0; font-size:14px; }
.get-step-content p { font:normal 13px/18px "Roboto", Arial, sans-serif; color:#4e4e4e; }
.member-sec1 { padding-bottom:0; }
.member-sec1 .bottom-banner { margin:29px 0 0 0; }
.bottom-how-startedbtn { width:272px; text-align:center; margin:auto; }
.bottom-how-startedbtn h3 { font:normal 20px/20px "Roboto", Arial, sans-serif; color:#706f6f; }
.bottom-how-startedbtn p { font:normal 13px/18px "Roboto", Arial, sans-serif; color:#4e4e4e; margin:3px 0 10px 0; }
.bottom-how-startedbtn button span { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/get-started-btn.jpg) no-repeat 0 0; color:#fff; height:64px; font:normal 34px/45px "Roboto", Arial, sans-serif; padding:0 0 0 16px; font-style:italic; display:block; white-space:nowrap; }
.bottom-how-startedbtn button span span { background-position:100% 0; padding:6px 19px 0 0; height:58px; }

.featured-style .slides_container { height:547px; }
.featured-style .slides .pre, .featured-style .slides .next { top:234px; }
.featured-style .slides { margin:0 0 43px 0; }
#our-styles { width:1040px; min-height:800px; }
/* our stylists */
.cont-2-1 { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/our-stylists/jennifer_carroll.png) no-repeat left top; }
.cont-1-1,
.cont-11 { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/our-stylists/natalie_decleve.png) no-repeat left top; }
.cont-3-1 { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/our-stylists/jayda_audrick.png) no-repeat left top; }
.cont-4-1 { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/our-stylists/dawn_del_ruso.png) no-repeat left top; }

.cont-2-1 .info-title { margin-left: -20px; }
.cont-4-1 .info-title { margin-left: -25px; }


.cms-our-stylists .stylist-homepage { float: right; padding-right: 10px; }
.cms-our-stylists .visit-showroom,
.cms-our-stylists .visit-showroom:hover { background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/pink_btn_sprite.png') no-repeat; display: inline-block; width: 160px; height: 38px; cursor: pointer; text-align: center; line-height: 38px; color: #fff; font-weight: bold; float: left; }
.cms-our-stylists .visit-showroom:hover { background-position: left -38px; }

.cms-our-stylists .cmspages { padding-top: 25px; }
.info-menutab { width:171px; float:left; margin:13px 0 0 13px; }
.info-menutab ul li img { cursor: pointer; }
.info-menutab ul li { position:relative; width:170px; height:160px; margin:0 0 7px 0; padding-left: 8px; padding-top: 20px;}
.info-menutab ul li a { display:block; width:170px; height:174px; position: absolute; }
.info-menutab ul li img.selected { border: solid 1px; border-color: #cb213d; }
.border-div { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/our-style-tabimg-hover_06.png) no-repeat left top; width:163px; position:absolute; z-index:2; top:0; left:0; height:174px; display:none; cursor:pointer; }
.info-menutab ul li p { font-family: "Roboto"; font-size: 14px; text-transform: uppercase; text-align: center; width: 137px; }


.info-menutab .hover { position: absolute; background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/our-stylists/our_stylist_selected.png') no-repeat; width: 186px; height: 213px; margin-left: -30px; margin-top: -33px; }
/* our stylists */

.info-list-tab { float:left; margin:44px 0 0 40px; width:332px; }
.info-title { position: absolute; margin-top: 30px; }
.info-content { font:normal 22px/30px "Roboto", Arial, sans-serif; color:#262626; margin:15px 0 0 0; padding:19px 19px 19px 0; width: 450px; position: absolute; margin-top: 150px; }
.info-content p { font:normal 15px/22px "Roboto", Arial, sans-serif; color:#262626; margin:0 0 5px 0; text-align: justify; padding-bottom: 10px; }
.info-content p span,
.info-content p strong { font-family: "Roboto"; font-size: 20px; font-weight: normal; text-transform: uppercase; color: #cb213d; display: block; }
.info-content p a { color:#cb213d; font-size: 14px; }
.july-pickssec{ background:#212121; padding:9px; margin:1px 0 0 0; min-height:50px; text-align:center; }
.july-pickssec h4 { font:normal 36px "Roboto", Arial, sans-serif; color:#fff; display:inline; }
.july-pickssec button { float:right; margin-top:6px; }
.july-pickssec button span { color:#fff;	height:39px; font:normal 20px/36px "Roboto", Arial, sans-serif; padding:0 0 0 16px; display:block; white-space:nowrap; }
.july-pickssec button span span { background-position:100% 0; padding:2px 19px 0 0; height:45px;}
.pro-list { margin:0; }
.pro-list ul li { float:left; width:175px; margin:0px 12px 0px 0; position:relative; }
.pro-list ul li.last { margin:0px 0 0px 0; }
.pro-list ul li h2, .pro-list ul li h2 a { font:normal 15px "Roboto", Arial, sans-serif; color:#333333; margin-top:5px; text-transform:uppercase; }
.pro-list ul li h2 a:hover { color:#cb213d; }
.pro-list ul li .mosaic-block .border-div1 { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/pro-border_23.png) no-repeat left top; width:175px; position:absolute; z-index:0; top:0; left:0; height:234px; display:none; cursor:pointer; }
.pro-list ul li .mosaic-block:hover .border-div1{ display:block; }
.mosaic-block { position:relative;   width:168px; height:222px; }
.mosaic-backdrop { display:none; position:absolute; top:0; height:100%; width:100%; z-index: 200; }
.mosaic-backdrop a { display:block; height:221px;  border: 1px solid  #E0E0E0; }
.mosaic-backdrop a:hover { border: 1px solid #d53f89;}
.mosaic-backdrop a.overlay { border: 1px solid #d53f89; }
.mosaic-overlay { display:none; z-index:5; position:absolute; width:166px; margin:0 0 0 1px; height:100%; background:#111; }
.fade .mosaic-overlay { opacity:0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter:alpha(opacity=00); background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bg-#333.png); }
.bar .mosaic-overlay { bottom:-100px; height:25px; background: #333; overflow: hidden; z-index:300; }
.bar2 .mosaic-overlay { bottom:-50px; height:100px; opacity:0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); }
.bar2 .mosaic-overlay:hover { opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
.bar3 .mosaic-overlay { top:-100px; height:100px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bg-#333.png); }
.details .mask-content {margin: -1px 0px 0px 7px; }
.mask-fbimg { height:24px; }
.mask-content p.fleft { float:left; font:bold 11px "Roboto", Arial, sans-serif; color:#55dd98; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/sep.png) no-repeat right 2px; padding:0 12px 0 0; margin:0 10px 0 0; }
.mask-content p.fleft a { float:left; font:bold 11px "Roboto", Arial, sans-serif; color:#55dd98; }
.mask-content p.fleft a:hover { color:#fff; }
.mask-content p.last { margin:0; padding:0; background:none; }
.color-selection ul li { height:auto; width:auto; margin:6px 5px 0 0 !important; }
.color-selection ul li img { display:block; }

.cms-our-stylists .pro-list {
    margin: 10px 0 50px 0;
}

.cms-our-stylists .pro-list .pro-name {
    margin-top: 17px;
    font-size: 6px;
    overflow: hidden;
    font-size: 12px;
}

.cms-our-stylists .pro-list ul li h2 a  {
    font-size: 12px;
    text-transform: none;
}
/**** after login ****/
.login-main-sec { border-bottom:0; padding-bottom:0; }
.login-top-link { margin:18px 0px 0px 0; float:right; }
.login-top-link p { font:normal 11px "Roboto", Arial, sans-serif; color:#ffffff; text-align:right; }
.login-top-link p a { color:#cb213d; margin:0 0 0 4px; }
.login-top-link p a:hover { color:#212121; }
.header-checkout { float:right; margin:11px 20px 0 0;}
.checkout-btn { float:right; }

 
.cart-bag .block-title.expanded strong { background-position:right -125px; }
.cart-bag .block-title.expanded strong span { font:14px "Roboto", Arial, sans-serif; }
.styling-assistance p { font:bold 14px/18px "Roboto", Arial, sans-serif; color:#4d4d4d; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/talk-img_11.jpg) no-repeat left 5px; padding:8px 0 0 20px; float:right; }
.checkout-onepage-success .styling-assistance p, .checkout-onepage-index .styling-assistance p { margin:0px 0 0 0; }
.login-nav { -moz-box-shadow: 0px 0px 5px 3px #999; box-shadow: 0px 0px 5px 3px #999; -webkit-box-shadow:0px 0px 5px 3px #999; background:#ffffff; margin:1px 0; height:46px; border-bottom: 1px solid #cdcece;
     }
.login-nav ul li { float:left; display:block; font:13px "Roboto"; line-height:33px; color:#ffffff;  padding:6px 37px 0 0; }
 
.login-nav ul li.last { padding-right: 0px; }
.login-nav ul li a { font: 14px "Roboto"; line-height:18px;
color: #333;
text-transform: uppercase; }
 
.login-nav ul li a:hover, .login-nav ul li a.active { color:#cb213d; }
.account-img {  float: right; }
.account-detail {  float:right; margin:17px 9px 0 0; text-align:right; width:450px; }
.favorites { margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px solid #A6A6A6; }
.favorites h1{ float:left; margin:19px 0 0 0; padding:0 0 0 14px; border:0; }
.welcome-showroom { color:#cb213d; font: 14px "Roboto", Arial, sans-serif; }
.account-detail p.credit-ans {  color:#5A5A5A; font:12px "Roboto", Arial, sans-serif;  padding-right:0; }
.account-detail p.account, .account-detail p.credit {  color:#cb213d;  font:12px "Roboto", Arial, sans-serif; padding-right:3px; }
.account-detail p.status { color:#5A5A5A;  font:12px "Roboto", Arial, sans-serif;  margin-right: 17px; }
.fright { float: right; }
.your-fav-friend { margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px solid #A6A6A6; }
.your-fav-friend h1 { float:left; margin:0;  padding:0 0 0 14px; border:0; }
.find-friend { margin:0 0 12px 0; }
.find-friend .find-text{ color:#3D3D3D;  font:13px "Roboto", Arial, sans-serif; margin:3px 8px 0 0; float:left; }
.input-main { float:left; border:1px solid #DDDDDD; height:22px; }
.input-main input { background:none; border:0; padding:5px; height:12px; font:11px "Roboto", Arial, sans-serif; color:#827777; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/field-bg.jpg) no-repeat right center; border-right:0; float:left; }
.input-main a { display:block; width:11px; height:11px; padding:6px 6px 5px; float:left;}
.input-main a img { display:block; }
.favorite-pro-sec { border-bottom:1px solid #e5e5e5; margin:0 0 28px 0; padding:0 0 26px 0; }
.fav-pro { float:left; margin:0 15px 0 0; }
.fav-pro p { font:12px "Roboto", Arial, sans-serif; color:#3a3a3a; margin:3px 0 0 0; }
.pro-list1 { float:left; margin:0; }
.pro-list1 ul li { width:169px; margin:0 10px 0 0; }
.pro-list1 ul li.last { margin-top:0; }
.pro-list1 ul li ul li { width:auto; }
.pro-list1 .mosaic-block { width:167px; height:226px; }
.pro-list1 ul li .mosaic-block .border-div1 { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/small-pro-border_22.png) no-repeat left top; width:167px; height:226px; }
.pro-list1 ul li .mosaic-overlay { width:161px; }
.pro-list1 ul li .mask-content p.fleft { margin: 0 10px 0 0;  padding: 0 10px 0 0; }
.pro-list1 ul li .mask-content p.last { margin:0; padding:0;}
.next-arrow { float:left; margin:99px 0 0 8px; }
.pages-bottom { margin:0 0 28px 0; }
.sub-footer { border:1px solid #ACACAC; padding:16px 16px 0; border-bottom:0; min-height:50px; }
.sub-footer1 { border-top:0; padding-top:0; padding-bottom:16px; border-bottom:1px solid #acacac; min-height:15px;}
.sub-footer ul li { float: left;  margin: 0 45px 0 0;  width: 149px;}
.sub-footer ul li.last { margin:0; }
.sub-footer button span { background:#cb213d; font:12px/15px "Roboto", Arial, sans-serif; color:#fff; padding:0 6px; margin:0 0 9px 0; display:block; height:15px; }
.sub-footer button span span { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/sub-footer-arrow_38.jpg) no-repeat right 5px; padding:0 9px 0 0; }
.sub-footer ul li p { font:12px/15px "Roboto", Arial, sans-serif; color:#434343; }
.login-footer { padding:9px 0 20px 0; }
.login-footer ul li a, .login-footer ul li{ color: #858585;  font: 10px/16px Arial, sans-serif; }
.login-footer ul li a:hover { color:#cb213d; }
.foo-link-sec-one { float:left; }
.foo-link-sec-two { float:left; margin:0 0 0 162px; }
.free-shipping { float:left; margin:0 0 0 137px; }
.connect-with { float:left; margin:0 0 0 170px; }
.copyright-main-sec { float:left; margin:0 0 0 83px; }
.shipping-icon {  background: url(http://static.adoreme.com/skin/frontend/devAdore/default/images/shipping-icon.png) no-repeat 0 0 ; float: left; height: 49px; margin: 0 6px 0 0; width: 55px; }
.shipping-txt { float: left; color:#858585;  font:10px/16px "Roboto", Arial, sans-serif; }
.shipping-txt a { color:#858585; font:10px/16px "Roboto", Arial, sans-serif; }
.shipping-txt a:hover { color:#cb213d; }
.contact-icon { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/contact-icon.png) no-repeat 0 0; float:left;  height:49px; width:37px; }
.contact-txt {  float:left; margin-left:24px; }
.contact-txt p { color:#858585; font:10px/16px "Roboto", Arial, sans-serif; }
.contact-txt p a { color:#858585;  font:10px/16px "Roboto", Arial, sans-serif; }
.contact-txt p a:hover { color:#cb213d; }
.connect-with p { color:#858585;  font:10px/16px "Roboto", Arial, sans-serif; }
.connect-with ul {  margin-top:8px; }
.connect-with ul li { display:inline; }
.copyright-main-sec { float:right; color:#858585; width:177px; font:10px/16px "Roboto", Arial, sans-serif; }
.copyright-main-sec p {font-size: 10px;}
.left-sec { width:182px; float:left; margin:0 39px 0 0; }
.right-sec { width:705px; float:left; }
.member-identity-sec { margin:0 0 20px 0; }
.member-identity-sec p { color:#333333; font:12px "Roboto", Arial, sans-serif; }
.member-identity-sec p span { -family:"Roboto", Arial, sans-serif ;}
.my-stylists h3 { font:normal 24px "Roboto", Arial, sans-serif; color :#333; }
.my-stylists-sec { padding:12px; border:1px solid #e0e0e0; margin:5px 0 15px 0;}
.my-stylists-sec ul li { margin:0 0 2px 0; color:#cb213d; font:13px "Roboto", Arial, sans-serif; }
.my-stylists-sec ul li.last { margin:0; }
.my-stylists-sec a p { color:#cb213d; float:left; font:13px "Roboto", Arial, sans-serif; }
.my-stylists-sec a:hover p { color:#191919; }
.my-stylists-sec a p img { margin:0 6px 0 0; }
.my-stylists-sec a p span { margin:10px 0 0 0; display:block; }
.my-friend-sec h3 { float:left; font:normal 24px "Roboto", Arial, sans-serif; color:#333; }
.my-friend-sec p { margin:11px 0 0 0; }
.my-friend-sec p, .my-friend-sec p a { float:right; font:14px "Roboto", Arial, sans-serif; color:#cb213d; }
.my-friend-sec p a:hover { color:#191919; }
.my-friend-sec .my-stylists-sec p { float:left; margin:0; }
.friend-search { border:1px solid #E0E0E0; border-bottom:0; margin:5px 0 0 0; }
.friend-search input { background:none; border:0; padding:5px; height:12px; font:11px "Roboto", Arial, sans-serif; color:#827777; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/field-bg.jpg) no-repeat right center; 	border-right:0; float:left; width:147px; }
.friend-search a { display:block; width:11px; height:11px; padding:6px 6px 5px; float:left; }
.friend-search a img { display:block; }
.showroom-title { margin:24px 0 0 0; }
.showroom-title h4 { font:bold 24px "Roboto", Arial, sans-serif; color:#212121; }
.right-sec .pro-list1 { margin:19px 0 0 0; }
.right-sec .pro-list1 ul li{ margin:0 9px 0 0; }
.right-sec .pro-list1 ul li.last { margin:0; }
.right-sec .pro-list-last { margin-bottom:16px; }

ul.slider-holder { width:605px; float:left; margin:10px 22px; }
ul.slider-holder li { width:605px; }
.jspContainer { overflow:hidden; width:605px; }
.jspPane { width:605px; }
.invite-btn { text-align:right; }
.invite-terms-conditions { text-align:right; width:300px; font:11px/15px "Roboto", Arial, sans-serif; color:#4c4c4c; float:right; }
.invite-terms-conditions p { font:11px/15px "Roboto", Arial, sans-serif; color:#4c4c4c; }
.invite-terms-conditions p a { color:#ff6063; }
.invite-terms-conditions p a:hover { color:#4c4c4c; }
.invite-btn button { margin:13px 0 18px 0 !important; }
.invite-btn button span { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/invite-btn.jpg) no-repeat 0 0; color:#fff; height:40px; font:22px/25px "Roboto", Arial, sans-serif; padding:0 0 0 13px; font-style:italic; display:block; white-space:nowrap; }
.invite-btn button span span { background-position:100% 0; padding:5px 17px 0 0; height:35px; }
.personal-link { padding:0 0 16px 0; }
.personal-link-sec { background:#cb213d; padding:13px 39px; height:26px; text-align:center; }
.personal-link-sec p { font:25px/27px "Roboto", Arial, sans-serif; color:#fff; margin:-3px 0 0 0; float:left; }
.personal-link-sec input { float:left; background-color:#fff; border:0; padding:2px 5px 0 !important; height:25px !important; width:275px !important; font:13px/18px "Roboto", Arial, sans-serif !important; color:#7a7a7a !important; margin:0 0 0 5px; border:0 !important; }
.personal-link-sec button { float:left; margin-top:-1px; }
.personal-link-sec button span { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/copy-btn.jpg) no-repeat 0 0; color:#fff; height:26px; font:16px/19px "Roboto", Arial, sans-serif; padding:0 0 0 13px; font-style:italic; display:block; white-space:nowrap; }
.personal-link-sec button span span { background-position:100% 0; padding:2px 26px 0 9px; height:24px; }
.style-point { height:14px; padding:10px; text-align:center; background:#fad4e6; }
.style-point p { font:14px/14px "Roboto", Arial, sans-serif; color:#464646; }
.style-point p span { font-family:"Roboto", Arial, sans-serif; color:#13b060; font-style:italic; }

.your-message { margin-top:10px; }
.mess-table { padding:0 0 16px 0; }
.mess-table table { border-bottom:1px solid #dfdfdf; }
.mess-table table thead { background:#cb213d; }
.mess-table table thead tr th { font:bold 14px "Roboto", Arial, sans-serif; color:#fff; padding:13px; }
.mess-table table tbody tr { }
.mess-table table tbody tr.odd { background:#eeeeee; }
.mess-table table tbody tr td.first { border-left:1px solid #dfdfdf; }
.mess-table table tbody tr td.last { border-right:1px solid #dfdfdf; font:11px "Roboto", Arial, sans-serif; }
.mess-table table tbody tr td.last a{ font:11px "Roboto", Arial, sans-serif; color:#6e6e6e; }
.mess-table table tbody tr td.last a:hover{ color:#cb213d; }
.mess-table table tbody tr td { padding:13px; font:14px "Roboto", Arial, sans-serif; color:#6e6e6e; }
.mess-table table tbody tr td .name-img { display:inline; height:37px; width:35px; }
.mess-table table tbody tr td .name { font:14px "Roboto", Arial, sans-serif; color:#6e6e6e; display:inline; }
.action-img { display:inline; }
.action-img img { border:1px solid #d8d8d8; height:35px; width:35px; }
.action-text { display:inline; font:14px "Roboto", Arial, sans-serif; color:#6e6e6e; }
.action-text a { color:#cb213d; text-decoration:underline; }
.action-text a:hover { color:#6e6e6e; text-decoration:none; }
.interact-sec a { display:inline; font:bold 11px "Roboto", Arial, sans-serif; color:#a2ca28; }
.interact-sec a:hover { color:#6e6e6e; }
.interact-sec span { font:11px "Roboto", Arial, sans-serif; color:#6e6e6e; }
.pages-mess-bottom { margin:0 0 16px 0; }
.product-img-box {
    float:left;
    margin: 0px 20px 0px 0px;
    width: 465px;
    max-width: 465px;
    position: relative; }
.product-shop { float:left; width: 475px; }
.product-img-box p { width:484px; height:549px; overflow:hidden; text-align:center; }
.pro-img-ver {  margin:0 0 13px 0; width:465px; }
.pro-img-ver ul li { float:left; margin: 0 5px 8px 0; }
.pro-img-ver ul li.last { margin-right: 0px; }
.pro-img-ver ul li a { display:block; text-align:center; height:110px; cursor:pointer; overflow:hidden; border:1px solid #e8e8e8;}
.pro-img-ver ul li img{border:none;}
.pro-img-ver ul li img:hover{
    border: none;
}
.pro-img-ver ul li a:hover{
    border-color: #cb213d;
}

.pro-img-ver ul li .border-div2 { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/product-small-hoverbg.png) no-repeat left top; width:66px; position:absolute; z-index:2; top:0; left:0; height:62px; display:none; cursor:pointer; }
.pro-img-ver ul li:hover .border-div2 { display:block; }
.add-fav-btn { float:right; margin:0 0 4px 10px; text-align:center; position:relative; }
.add-fav-btn .theStyle { position:absolute; z-index:100; text-align:left; top:26px; padding:14px; width:441px; right:0; border:1px solid #cb213d; background:#fff; -webkit-box-shadow: 0 0 3px 0 #353535; -moz-box-shadow: 0 0 3px 0 #353535; box-shadow: 0 0 3px 0 #353535;  }
.add-fav-btn button { }
.add-fav-btn button span { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/add-fav-btn.jpg) no-repeat 0 0; color:#fff; height:25px; font:12px/15px "Roboto", Arial, sans-serif; padding:0 0 0 10px; font-style:italic; display:block; white-space:nowrap; }
.add-fav-btn button span span { background-position:100% 0; padding:4px 13px 0 0px; height:21px; }
.add-fav-btn a { display:block; font:11px "Roboto", Arial, sans-serif; color:#cb213d; }
.add-fav-btn a:hover { color:#6e6e6e; }
.product-main-info h1 {
    background:none;
    padding:0;
    border:0;
    color:#333;
    font-family: 'Roboto',Verdana,Arial,sans-serif;
    font-weight: 400;
    font-size: 24px;
}
.ratings .rating-box { float:left; margin:0 5px 0 0;}
.rating-box{ background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_rating.png) repeat-x 0 100%; font-size:0; height:13px; line-height:0; overflow:hidden;  width:64px; }
.rating-box .rating {  background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_rating.png) repeat-x 0 0;  float: left;  height:12px; }
.product-shop .how-it-works { width:331px; margin:0 0 18px 0; }
.product-shop .how-it-works p { width:319px; }

.social-sec { margin-left: 20px; float:left; margin-top: -13px; }
.stylists_pick { margin-left: 50px; color: #333; background-color: #f2f2f2; padding-top: 10px; padding-right: 10px; }
.stylists_pick .sec_title h2,
.stylists_pick .sec_title p { float: left; }
.stylists_pick .sec_title p { padding-top: 13px; padding-left: 5px; font: 14px "Roboto"; }
.stylists_pick .stylist_photo { vertical-align: middle; }
.stylists_pick .stylist_quote { vertical-align: middle; font-family: helvetica; font-size: 15px; }
.stylists_pick .stylist_space { width: 40px; }
.stylists_pick .stylist_quote .stylist_quote_left,
.stylists_pick .stylist_quote .stylist_quote_right { font-size: 80px; position: absolute; margin-top: -28px; margin-left: -28px; }
.stylists_pick .stylist_quote .stylist_quote_right { margin-top: -12px; margin-left: 3px; }
.product-main-info .stylists_pick h2 {font-family:"Roboto", Verdana, Arial, sans-serif; font-style: italic; font-weight: bold; font-size: 24px; text-transform: none; padding: 0; padding-bottom: 10px; }
.product-main-info .stylists_pick .celebrity {font-family:"Roboto", Verdana, Arial, sans-serif; font-style: italic; font-weight: normal; font-size: 14px; text-transform: none; padding: 0; color: #333; padding-left: 5px; }
.stylists_pick .stylist_quote .stylist_quote_right { margin-top: -12px; margin-left: 3px; }
.stylists_pick .left-part { float: left; }
.stylists_pick .left-part img { margin-left: -50px; margin-top: -23px; }
.stylists_pick .right-part { margin-left: 80px; }
.stylists_pick .text { font-family: "Handlee", cursive; font-size: 17px; padding-bottom: 20px; font-weight: 200; }

.google, .pinterest {float:left;}
.pinterest {margin-left: 7px;}
.social-sec .fb-like { float:left; margin:-1px 31px 0 7px; width: 133px; height:23px; overflow:hidden; }
.social-sec .recommend-sec { float:left; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/love-choose_17.jpg) no-repeat 3px 7px;  height: 25px;  width: 150px; }
.social-sec .twitter { float:left; width:83px; }
.social-sec .thefancy { float:left; width:83px; }
.social-sec .recommend-sec p{ margin:0 0 0 30px; font:11px "Roboto", Arial, sans-serif; }
.social-sec .recommend-sec p a { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/gray-arrow-right.png) no-repeat right 16px; color: #7D7D7D; display: block;  font:11px "Roboto", Arial, sans-serif; }
.social-sec .recommend-sec p a:hover { color:#cb213d; }
.select-color { margin:0 0 17px 0; }
.select-color p { font:12px "Roboto", Arial, sans-serif; color:#212121; margin:0 0 3px 0; }
.select-color ul li { display:inline; }
.slect-size { margin:0 0 17px 0; }
.slect-size p { font:12px "Roboto", Arial, sans-serif; color:#212121; text-transform:capitalize; margin:0 0 6px 0; }
.slect-size ul { width:165px; margin:0 0 0 7px; overflow:hidden; float:left; }
.slect-size ul li { width:48px; height:44px; float:left; margin:0 7px 0 0; }
.slect-size ul li a { border:1px solid #e2e2e2; height:31px; width:46px; font:14px "Roboto", Arial, sans-serif; color:#797979; text-align:center; display:block; padding:11px 0 0 0; }
.slect-size ul li a:hover { border-color:#e52881; }
.slect-size a.size-pre { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/select-size-arrow_16.jpg) no-repeat left top; width:14px; height:12px; float:left; margin:16px 0 0 0; }
.slect-size a.size-next { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/select-size-arrow_19.jpg) no-repeat left top; width:14px; height:12px; float:left; margin:16px 0 0 0; }
.buy-now-btn button{ float:left; }
.buy-now-btn button span {  color:#fff;   font:16px/27px "Roboto", Arial, sans-serif; display:block; white-space:nowrap; }
.buy-now-btn button span span,
.buy-now-btn button:hover span span { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/Pink-Button-sprite.png) no-repeat -5px -5px; padding:5px 0px 0 8px; height:38px; width:165px; }
.buy-now-btn button:hover span span { background-position: -5px -52px; }
.buy-now-btn a { font:11px/18px "Roboto", Arial, sans-serif; color:#cb213d; float:left; margin:12px 0 0 5px; }
.buy-now-btn a:hover { color:#333; }
.after-buy-btn-text { float: left; margin-left: 10px; color: #cb213d; line-height: 32px; }
.after-buy-btn-text .free-shipping-text { margin-top: 0px; color: #cb213d; float: right; margin-left: 0px; }

.recommend-pro { }
.recommend-img { float:left; margin:0 9px 0 0; width:100px; height:107px; overflow:hidden; }
.recommend-con { float:left; width:269px; }
.recommend-con span { font:10px "Roboto", Arial, sans-serif; color:#868686; }
.recommend-con h4 { font:bold 16px "Roboto", Arial, sans-serif; color:#cb213d; }
.you-recent-view { width:360px; float:left; margin:0 16px 0 0; }
.you-also-love { margin: 25px 0px 0px 15px }
.get-style-points { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/get-style-points_25.jpg) no-repeat left top; height:210px; width:151px; text-align:center; padding:12px; }
.you-recent-view .pro-list li { margin:0px 10px 40px 0; }
.get-style-points p { color:#525252; margin:67px 0 0 0; font:18px/18px "Roboto", Arial, sans-serif; }
.get-style-points p span { font-weight:bold; }

.time-sec { }
.time-img { float:left; }
.time-text { float:left; font:20px/28px "Roboto", Arial, sans-serif; color:#cb213d; margin:4px 0 0 10px; }
.it-sec-main-center { width: 100%; margin: auto; border: 1px solid #333; float: left; background-color: #EEEEEE; }
.quiz-num-sec {}
.quiz-num-sec p { float:left; font:20px/28px "Roboto"; color:#333333; margin:5px 0 0 5px; text-transform: uppercase; }
 
p.quiz-num { font:26px/33px "Roboto", Arial, sans-serif; color:#cb213d; text-align:center;  margin:0; }

.showroom-banner .how-it-works { width:300px; height:165px; margin:0 3px 0 0; }
.showroom-banner .featured-collection { width:300px; height:165px; margin:0 3px 0 0; }
.showroom-banner .testimonials { width:300px; height:165px; }
.showroom-banner .how-it-works a p, .showroom-banner .featured-collection a p, .showroom-banner .testimonials a p { width:287px; }
a.top-banner-arrow { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/select-size-arrow_19.jpg) no-repeat left top; float:left; height:12px; width:14px; margin:76px 0 0 6px; }
.private-title { padding:0 0 10px 0; }
.private-title h1{ margin:0; padding-bottom:0; float:left; border:0; }
.private-selection, .lover-choose { padding:0 0 40px 0; }
.lover-send-email { padding:0 0 16px 0; }
.private-selection .page-title span { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/choose-lock_13.jpg) no-repeat left top; float:left; height:17px; width:13px; margin:11px 0 0 9px; }
.lover-choose .page-title h1, .private-selection .page-title h1 { float:left; }
.lover-choose .page-title span { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/love-choose_16.jpg) no-repeat left top; float:left; width:16px; height:14px; margin:13px 0 0 9px; }
.lover-choose p, .private-selection p { font:14px/18px "Roboto", Arial, sans-serif; color:#333; }
.lover-choose p a, .private-selection p a { color:#cb213d; }
.lover-choose p a:hover, .private-selection p a:hover { color:#333; }
.request-alternate-lingerie { margin:0 0 30px 0; }
.request-alternate-lingerie h5 { font:italic 18px "Roboto", Arial, sans-serif; color:#d32678; float:left; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/request-alternate-lingerie-arrow_13.jpg) no-repeat right 12px; padding:0 9px 0 0; margin:0 11px 0 0; }
.request-alternate-lingerie p { color:#333333; float:left; font:19px "Roboto", Arial, sans-serif; }
.request-alternate-lingerie p span { color:#cb213d; }
.request-alternate-lingerie .temp-bor{ border-bottom:2px solid #d9d9d9; width:87px; height:15px; float:left; margin:0 5px 0 0; }
.request-alternate-lingerie button { float:left; }
.request-alternate-lingerie button span { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/header-checkoutbtn.jpg) no-repeat 0 0; color:#fff; height:23px; font:14px "Roboto", Arial, sans-serif; padding:0 0 0 13px; font-style:italic; display:block; white-space:nowrap; }
.request-alternate-lingerie button span span { background-position:100% 0; padding:2px 17px 0 0; height:21px; }
.cms-left-sec { float:left; width:128px; padding:0 27px 0 0; }
.cms-right-sec { border-left:1px solid #d9d9d9; padding:0 0 20px 27px; float:left; width:743px; min-height:240px; margin:0 0 16px 0; }
.cms-left-sec ul { margin:0 0 28px 0; }
.cms-left-sec ul li { font:14px "Roboto", Arial, sans-serif; color:#333; }
.cms-left-sec ul li a { font:14px "Roboto", Arial, sans-serif; color:#333; }
.cms-left-sec ul li a:hover, .cms-left-sec ul li a.active { color:#cb213d; }
.cms-right-sec h2 { font:24px "Roboto", "Roboto", Arial, sans-serif; color:#cb213d; }
.cms-right-sec .cmspages {font:14px "Roboto", Arial, sans-serif; color:#333; }
.cms-right-sec p { font:12px "Roboto", Arial, sans-serif; color:#333; margin:0 0 20px 0; }
.cms-right-sec p.sub-title { font:15px "Roboto", Arial, sans-serif; color:#333; margin:14px 0 0 0; }


.customer-account-index .box-account { border:1px solid #d6d6d6; }
.block-account .block-title{ display:none; }
.box-account .col2-set { padding:10px 12px 0; }
.box-account .col2-set .box-title a{ font:14px "Roboto", Arial, sans-serif; color:#727272; text-decoration:underline; }
.box-account .col2-set .box-title a:hover { color:#cb213d; text-decoration:none; }
.box-account .col2-set .box-content { font:14px "Roboto", Arial, sans-serif; color:#727272; }
.box-account .col2-set .box-content p, .box-account .col2-set .box-content address, .my-account .addresses-primary li address, .my-account .addresses-primary li p, .my-account .addresses-additional p, .addresses-additional address  { font:13px/18px "Roboto", Arial, sans-serif; color:#727272; }
.box-account .col2-set .box-content p a, .box-account .col2-set .box-content address a, .my-account .addresses-primary li a, .addresses-additional a { font:13px/18px "Roboto", Arial, sans-serif; color:#727272; text-decoration:underline; }
.box-account .col2-set .box-content p a:hover, .box-account .col2-set .box-content address a:hover, .my-account .addresses-primary li a:hover, .addresses-additional a:hover { color:#cb213d; text-decoration:none; }
.box-account .col2-set .box-content h4 { font:14px "Roboto", Arial, sans-serif; color:#727272; text-transform:uppercase; }
.fieldset ul.form-list { padding:10px 12px; }
ul.form-list { }
ul.form-list li strong { font:12px Arial, Helvetica, sans-serif; color:#0f0f0f; }
ul.form-list li.control { margin:0 0 5px 0; }
ul.form-list li input{ border-color:#b6b6b6; font:12px Arial, Helvetica, sans-serif; color:#333; }
p.back-link { font:13px "Roboto", Arial, sans-serif; color:#727272; }
p.back-link a { font:13px "Roboto", Arial, sans-serif; color:#727272; }
p.back-link a:hover { color:#cb213d; }
.contctsidebar .contact-icon {  background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/contact-icon_03.jpg) no-repeat 0 0; float:left; height:49px; width:32px; }
.contctsidebar .contact-txt { width:100px; }
.fbsidebar {  margin:40px 0 0 0; width: 150px; }
.fbsidebar h3 { font:bold 12px "Roboto", Arial, sans-serif; color:#797979; }
.fbsidebar p { font:12px "Roboto", Arial, sans-serif; color:#797979; margin-bottom: 5px; }
.fbsidebar p a.fb-disconnet {  background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/disconnect_11.jpg) no-repeat 0 0; display:block; width:98px; height:23px; margin:5px 0 0 0; }
.my-account .addresses-primary, .my-account .addresses-additional { width:100%; float:none; border:1px solid #d6d6d6; }
.my-account .addresses-primary .box-head button { margin: 6px 6px !important; }
.my-account .addresses-primary .my-account-inner, .my-account .box-info-subaddress .my-account-inner { padding:12px; }
.my-account .addresses-primary li, .addresses-additional li { width:48.5%; float:left; padding:0; background:none; border:0; }
.my-account .addresses-primary li.shipping, .addresses-additional li.even { float:right; }
.my-account .addresses-primary li .box-title h3{ color: #262626; font: 14px "Roboto",Arial,sans-serif; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_divider1.gif) 0 100% repeat-x;  padding:0 0 2px; margin:0 0 8px; }

.contact-ask-us{
    margin-bottom: 35px;
}
.contact-ask-us a:hover{
    text-decoration: underline;
}
.contact-ask-us p{
    margin-bottom: 16px;
}
.contact-ask-us i{
    font-style: normal;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-left: 20px;
}
.contact-ask-us i:first-of-type{
    /*margin-left: 0;*/
}
.phone-ic{
    background: url('/skin/frontend/base/default/images/phone.png') no-repeat center center;
    background-size: contain;
}
.mail-ic{
    background: url('/skin/frontend/base/default/images/mail.png') no-repeat center center;
    background-size: contain;
}




#wishlist-table tbody td .btn-remove2 {	background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_close.gif) no-repeat 0 0;	width:9px;}
.recent-orders { border:1px solid #D6D6D6; margin:0 0 20px 0;}
.recent-info { padding:10px 12px;}
.recent-orders .box-head a { color:#727272; font:14px "Roboto", Arial, sans-serif; text-decoration:underline; float:right; padding:10px 12px;}
.recent-orders .box-head a:hover { color:#cb213d; text-decoration:none; }
.customer-account-index #my-orders-table, .page-print #my-orders-table { padding:0; margin:0;  }
.add-fav-btn .close-btn { text-align:right; cursor:pointer; }
.cms-how-it-works .page-title { padding-bottom:0; border:0; margin-bottom:0; }
.sb-title h1 { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/title-arrow_03.jpg) no-repeat left 12px; color:#808080; font:24px "Roboto", Arial, sans-serif; padding:0 0 10px 14px; margin:0 0 10px 0; text-transform:lowercase; border-bottom:1px solid #a6a6a6; }
.sb-middle-part ul li { float:left; width:133px; margin:0 20px 14px 0; }
.sb-middle-part ul li.last { margin:0 0 14px 0; }
.sb-middle-part ul li a { float:left; }
.sb-middle-part ul li a img { padding:2px; border:1px solid #e0e0e0; }
.sb-middle-part ul li p { float:left; margin:0 0 0 5px; font:12px "Roboto", Arial, sans-serif; color:#222222; width:72px; }
.btm-link{ font:11px "Roboto", Arial, sans-serif; color:#969696; }
.btm-link a { display:inline; font:bold 11px "Roboto", Arial, sans-serif; text-decoration:underline; color:#cb213d; }
.btm-link a:hover { color:#969696; text-decoration:none; }
.check-gc-status { margin:0px 0px 0px 10px !important; }
.related-img .border-div3 { border:1px solid #D53F89; width:230px; position:absolute; z-index:2; top:0; left:0; height:337px; display:none; cursor:pointer; }
.related-img:hover .border-div3 { display:block; }
#my-orders-table tbody tr td a { color:#cb213d; font:12px/18px "Roboto", Arial, sans-serif; }
#my-orders-table tbody tr td a:hover { color:#616161; }

#my-orders-table { margin:20px 0; }
.order-page .title-buttons{ font:12px/18px "Roboto", Arial, sans-serif; color:#cb213d; }
.order-page .title-buttons a { font:12px/18px "Roboto", Arial, sans-serif; color:#cb213d; text-decoration:underline; }
.order-page .title-buttons a:hover { color:#727272; text-decoration:none; }
.order-page .col2-set { padding:0; }
.order-page .info-box { background:none; padding:0; border:0; }
.order-page .info-box h3{ background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:left; font:14px "Roboto", Arial, sans-serif; color:#262626; }
.order-items table { margin:0 !important; }
.hide {  display: none; }
.gift-mess { font:italic 51px "Roboto", Arial, sans-serif; color:#cb213d; margin:0 0 15px 0; }
.gift-left {
	width:236px; text-align:right; margin:0 40px 0 0; float:left; }
.gift-right { float:left; width:650px; }
.offer-sec{ border-bottom:1px solid #a6a6a6; padding:0 0 44px 0; margin:0 0 44px 0; }
.offer-title { font:normal 40px/42px "Roboto", Arial, sans-serif; background:#212121; color:#e6e6e6; float:left; padding:0 5px 2px; }
.offer-title h2 { font:normal 40px/42px "Roboto", Arial, sans-serif; color:#e6e6e6; }
.offer-sec .mem-price { width:281px; float:left; }
.offer-sec .member-desc { margin-right:0; width:343px; margin-top:12px; }
.offer-sec .member-desc .get-btn { margin:12px 0 0 0; float:left; }
.offer-sec .member-desc ol { font:16px/24px "Roboto", Arial, sans-serif; color:#4e4e4e; margin:10px 0; }
.offer-sec .member-desc ol li { list-style:decimal; font:16px/24px "Roboto", Arial, sans-serif; color:#4e4e4e; margin:0 0 0 19px; }
.offer-sec .member-desc .get-btn button span { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/get-started-btn.jpg) no-repeat 0 0; height:47px; font:normal 25px/35px "Roboto", Arial, sans-serif; font-style:italic; }
.offer-sec .member-desc .get-btn button span span { background-position:100% 0; height:45px; padding-top:2px; }
.suggest-sec { padding:0; border:0; }
.suggest-sec .mem-price p.pssst { font:91px/91px "Roboto", Arial, sans-serif; font-style:italic; color:#cb213d; }
.gift-page h1{ padding-bottom:10px; border-bottom:1px solid #a6a6a6; }


/********* add-gift-message **************/
#onepage-checkout-shipping-method-additional-load h3, #onepage-checkout-shipping-method-additional-load h4 { font:bold 12px Arial, Helvetica, sans-serif; color:#0F0F0F; }
#onepage-checkout-shipping-method-additional-load label { font:12px Arial, Helvetica, sans-serif; color:#0F0F0F; }
#allow-gift-options-for-items-container { margin:15px 0; }
#onepage-checkout-shipping-method-additional-load h4 { margin:5px 0 0 0; }
#allow-gift-options-for-items-container ol li { float:left; }
#allow-gift-options-for-items-container p.number { font:bold 12px Arial, Helvetica, sans-serif; color:#0F0F0F; margin:0 0 5px 0; }
#allow-gift-options-for-items-container .product-img-box { float:none; width:75px;}
#allow-gift-options-for-items-container .product-img-box p { width:75px; height:75px; }

/******* checkout-review-table-wrapper *******************/
#checkout-review-table-wrapper { padding:15px 15px 0; border:1px solid #e4e4e4; border-bottom:0; }

/************ cart-empty *************/
.cart-empty p { font-size:12px; }
.cart-empty p a { color:#cb213d;}
.cart-empty p a:hover { color:#333; }
.customer-account-logoutsuccess p{ font:14px "Roboto", Arial, sans-serif; color:#333; }
.checkout-onepage-success .main-sec p a { color:#cb213d; }
.checkout-onepage-success .main-sec p a:hover { color:#333; }

/******** contact ************/ 

.contacts-index-index .buttons-set {
	padding-bottom:16px;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr { display: none !important;}

/******** cloud sponge ************/ 
.cs_import { font-size:14px; }

/********* quiz ******************/

.progress-dis { font:22px/25px "Roboto", Arial, sans-serif; color:#fff; position:absolute; margin:3px 0 0 48px; }
.ui-widget-content { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/quiz-rating-bg_03.jpg) repeat-x left top; }
.ui-progressbar-value { background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/progressbar-value.jpg) repeat-x left top !important; height:100%; }

.account-create .main-register{ background: url(http://static.adoreme.com/skin/frontend/devAdore/default/images/quiz-result-banner.jpg) no-repeat left top; width:926px; height:591px; }
.account-create .main-register .back-text h1{ font: normal 72px "Roboto", Arial, sans-serif; color:#fff; }
.account-create .main-register .back-text{ float:right; width:465px; }
.register-up{ float:right; width:397px; background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/quiz-result-onepixel.png) repeat-y left top; min-height:300px; padding:18px; margin: 71px 40px 0 0; } 
.register-up ul li .field label{ font:13px "Roboto", Arial, sans-serif; color:#fff; float:left; text-align:right; padding:5px 4px 0 0; width:123px; }
.register-up ul li .field{ width:380px; }
.ready-sub-text .free-txt { color:#3ed186; font:bold 28px "Roboto", Arial, sans-serif; text-transform:uppercase; }
.ready-sub-text .seu-txt { color:#e52b83; font:bold 28px "Roboto", Arial, sans-serif; text-transform:uppercase; }
.register-sub-up .fieldset{ margin:0 0 0; }
.register-sub-up ul.form-list li{ margin:0 0 5px 0; }
.register-up ul li .field .input-box{ background:#fff; width:220px; float:left; padding:0px; clear:none; }
.register-up ul li .field .input-box input{ background:#fff; width:212px; border:0px; }
.customer-account-create .product-options .validation-error .options-list, .validation-failed{ border:0px; }
.register-sub-up{ background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/innerone-pixel.png) repeat-y left top; min-height:300px; width:370px; border:1px solid #fff; padding:30px 12px 12px; }
.ready-text{ padding:0px 0 0 0; margin: 0 0 6px; }
.ready-text h2{ font:38px/39px "Roboto", Arial, sans-serif; color:#fff; padding-bottom:27px; border-bottom:1px solid #868685; letter-spacing:-1.2px; }
.register-up p.required{ width:auto; }
.ready-sub-text{ text-align:center; font:normal 28px/28px "Roboto", Arial, sans-serif; color:#fff; padding:0 10px 16px; }
.ready-sub-text span.free-text{ color:#b9db50; font:bold 28px/28px "Roboto", Arial, sans-serif; }
.ready-sub-text span.your-text{ color:#ff6063; font:bold 28px/28px "Roboto", Arial, sans-serif; }
.btm-text a { color:#fff; }
.btm-text a:hover { color:#cb213d; }
.btm-text{ text-align:center; font:9px "Roboto", Arial, sans-serif; color:#fff; padding:12px 0 0 0; }
.register-up button.button span{ background: transparent url(http://static.adoreme.com/skin/frontend/devAdore/default/images/join-free-btn.jpg) no-repeat top left; color: #FFFFFF !important;  display: block; font: italic 14px "Roboto",Arial,sans-serif;  height:35px; padding: 0 0 0 15px; text-transform: capitalize; white-space: nowrap; }
.register-up button.button span span{ background-position: 100% 0; height: 21px; padding: 5px 15px 7px 0; }
.register-up .buttons-set.login button.button span span{ background-position: 100% 0; height: 23px; padding:6px 15px 7px 0; }
.register-up .buttons-set{ clear:none;  float:right; padding-right:23px; width:127px; }
.register-up .buttons-set.login { width:auto; }
.main-register .fieldset{ border:none;}
.main-register .fieldset ul.form-list{padding:0;}
.main-register .form-list li.fields .field {  margin: 0 0 5px; }
.main-register .required em { color: #F15C22; margin-right: 4px; }
.main-register .buttons-set{ border:none; margin:0;}
.fleft{float:left;}
.hairline {  background: none repeat scroll 0 0 #E6E6E6;  height: 2px;  margin: 12px 12px 0; width: 165px;
}
.alternate p.request {  background: url("http://static.adoreme.com/skin/frontend/devAdore/default/images/small-banner-arrow.png") no-repeat scroll right 7px transparent; color: #d32678;  font: italic 14px "Roboto", Arial, sans-serif; padding: 0 8px 0 0; text-decoration: none; }
.alternate p.top-ten { color: #cb213d;  font: 17px "Roboto", Arial, sans-serif;  margin-right: 5px; padding-left: 5px; text-decoration: none; }
.alternate p.want-see { color: #333333; font: 14px "Roboto"; text-decoration: none; margin-right: 20px; margin-top:15px; text-transform: uppercase; }
p.retake-quiz { color: #cb213d; font: 14px "Roboto", Arial, sans-serif; }

.alternate{  margin: 0 0 25px; }
.final{margin:0; padding-bottom:25px;}
.cms-stylist-4 .cms-right-sec,
.cms-stylist-3 .cms-right-sec,
.cms-stylist-2 .cms-right-sec,
.cms-stylist-1 .cms-right-sec,
.cms-friends-showroom .cms-right-sec { width:705px;float:left;padding:0;border:0;}

.cms-stylist-4 .cms-right-sec .pro-list1,
.cms-stylist-3 .cms-right-sec .pro-list1,
.cms-stylist-2 .cms-right-sec .pro-list1,
.cms-stylist-1 .cms-right-sec .pro-list1,
.cms-friends-showroom .cms-right-sec .pro-list1,
.groupfilter-navigate-friendgroup .friend-right-sec .pro-list1 {  margin: 10px 0 0; }

.cms-stylist-4 .cms-right-sec .pro-list1 ul li,
.cms-stylist-3 .cms-right-sec .pro-list1 ul li,
.cms-stylist-2 .cms-right-sec .pro-list1 ul li,
.cms-stylist-1 .cms-right-sec .pro-list1 ul li,
.cms-friends-showroom .cms-right-sec .pro-list1 ul li { margin: 0 9px 0 0;
}
.cms-stylist-4 .cms-right-sec .pro-list1 ul li.last,
.cms-stylist-3 .cms-right-sec .pro-list1 ul li.last,
.cms-stylist-2 .cms-right-sec .pro-list1 ul li.last,
.cms-stylist-1 .cms-right-sec .pro-list1 ul li.last,
.cms-friends-showroom .cms-right-sec .pro-list1 ul li.last  { margin:0; }

.cms-stylist-4 .cms-right-sec .pro-list1 p,
.cms-stylist-3 .cms-right-sec .pro-list1 p,
.cms-stylist-2 .cms-right-sec .pro-list1 p,
.cms-stylist-1 .cms-right-sec .pro-list1 p,
.cms-friends-showroom .cms-right-sec .pro-list1 p { margin:0; }
.friend-right-sec { border-left:1px solid #d9d9d9; padding:0 0 10px 17px; float:left; width:723px; min-height:240px; margin:0 0 6px 0; }
 /*****Quiz Result Over*****/

/***** login *****************/

.white_content { background-color:white; display:none; height:auto; left:35%; overflow:auto; padding:16px; position:absolute; top:25%; width:417px; z-index:1002; border:2px solid #cb213d; }
.login-content { border:1px solid #D6D6D6; }
.close { float:right; }
.close a{ background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/bkg_close.gif) no-repeat 0 0; cursor:pointer; width:9px; height:7px; text-indent:-999em; display:block;}
.account-login .col2-set .col-2 { float:none; width:auto; }
.customer-account-login .my-account-inner, .customer-account-forgotpassword .my-account-inner, .registered-users .my-account-inner{ padding:10px; }
.customer-account-forgotpassword .my-account-inner p, .customer-account-login .my-account-inner p { margin:0 0 10px 0; }

/************** customer-reviews ******************/

#customer-reviews { padding:0 0 16px 0; }
#customer-reviews dt { font:12px "Roboto", Arial, sans-serif; color:#333; text-transform:lowercase; margin:10px 0 0 0;} 
#customer-reviews dt a { color:#cb213d; }
#customer-reviews dt a:hover { color:#333; }
#customer-reviews dd {font:12px "Roboto", Arial, sans-serif; color:#333; text-transform:lowercase; margin:5px 0 20px 10px; }
.form-add {margin:20px 0 0 0; }
#product-review-table { margin:10px 0 20px; width:50%; }
.gift-card-info { margin:0 0 10px 0;}
.sendfriend-product-send .send-friend { padding:0 0 16px 0; }
.cms-no-route .page-head-alt h3 { font:16px "Roboto", Arial, sans-serif; color:#333; }
.cms-no-route ul.disc { margin:0 0 0 10px; }
.cms-no-route ul.disc li { font:12px/18px "Roboto", Arial, sans-serif; color:#333; }
.cms-no-route ul.disc li a { color:#cb213d; font:12px/18px "Roboto", Arial, sans-serif; }
.cms-no-route ul.disc li a:hover { color:#333; }

.emailtofrnd, .emailtofrndmsg { float:left; width:290px; margin:15px 10px 0 0;}
.emailtofrnd label, .emailtofrndmsg label { font:11px "Roboto", Arial, sans-serif; color:#333; margin:0 0 5px 0; display:block; }
.emailtofrnd .input-box, .emailtofrndmsg .input-box { width:290px; }
.emailtofrnd .input-box input { width:278px; font:11px/18px "Roboto", Arial, sans-serif; color:#333; padding:5px; height:auto; }
.emailtofrndmsg .input-box textarea { padding:5px; font:11px/18px "Roboto", Arial, sans-serif; color:#333; }
.emailtofrndmsg .actions { float:right; margin:5px 0 0 0; }

 
#mini-cart .truncated { display:none; }
 
.product-shop .buttons-set { border:0; margin:20px 0; }
.product-shop .regular-price .price { font:bold 18px "Roboto", Arial, sans-serif; color:#333; }

.join_desc ul,
.product-shop ol,
.product-shop ul {
    list-style-type: disc;
    list-style: disc;
   margin: 0px 0px 10px 0;
}

.join_desc li,
.product-shop li {
    list-style-type: disc;
    list-style: disc;
    
}
.join_desc li {
    line-height:20px;
}

.color-selection { display: none; }
.our-stylists {
  float: left;
  height: 169px;
  position: relative;
  width: 309px;
}
.our-stylists2 {
  float: left;
  height: 165px;
  position: relative;
  width: 307px;
}
#jqzoom { width:484px; max-height:549px; display:block; }
.cmspages ol { list-style:decimal; padding-left:40px; }
.cmspages ol li { list-style:decimal; }
#wishlist-table p.configured-price { display:none; }
.catalog-product-view .price-notice { display:none; }
.checkout-onepage-index #checkout-review-table dd span.price { display:none; }

 ul#hppg_grid {
    list-style: none;
    padding: 27px 48px 27px 48px;
    margin: 0 auto;
    float:left;
    
}

#hppg_grid li {
position: relative;
float: left;
width: 186px;
height: 186px;
overflow: visible;
margin: 0 30px 32px 0;
cursor: pointer;
}
#hppg_grid .overlay {
display: block;
width: 190px;
height: 192px;
position: absolute;
top: 0;
left: 0;
background: transparent url('http://static.adoreme.com/skin/frontend/devAdore/default/images/homepage/homepage_image_box.png') no-repeat 0 0;
z-index: 2;
}

#hppg_grid li:hover .overlay {
width: 188px;
height: 210px;
background-image: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/homepage/l2-l4-hover.png');
z-index: 3;
margin-top:-10px;
}

#hppg_grid li.last_product {
margin-right: 0;
}

#hppg_grid img { padding: 5px; padding-top: 6px; }

/*######################################################v2############################*/
img.bg {
	min-height: 88%;
	min-width: 960px;

	width: 100%;
	height: auto;

	top: 0;
	left: 0;
}

#subscription-store-credits a{
    color: #ffffff;
    
}

footer { background: #f2f2f2; color: #000000; margin-bottom: -100px; width: 100%; }
footer.onestepcheckout { background: #fff; color: #333; width: 100%; border-top: 1px solid #c7c7c7; margin-top: -1px; }

.top_promo {
    width: 960px;
    margin: auto;
    height: 45px;
	overflow: hidden;
	margin-top: -4px;
}
.top_border {
	background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/top_promo_bg.png') repeat-x;
    height:4px;
    width:100%;
	position:relative;
	z-index: 1;
}
.top_border2 {
	background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/top_promo_bg2.png') repeat-x;
    height:4px;
    width:100%;
	position:relative;
	z-index: 1;
	margin-top: -4px;
}
a.help_link {
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/help_link.png') no-repeat;
    width: 16px;
    height: 17px;
    display:block;
}
a.help_link_large {
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/help_link_large.png') no-repeat;
    width: 20px;
    height: 20px;
    display:block;
	margin-top: 4px;
}

.span_block_left {
    display: block;
    float:left;
    margin-right:4px;
}

.span_block_right {
    display: block;
    float:right;
    margin-right:4px;
}
 
.add_to_favourite {
    display: block;
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/favorite_inactive.png') no-repeat;
    width: 17px; height: 16px;
    cursor: pointer;
}
.add_to_favourite:hover { background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/favorite_active.png') no-repeat; }
.add_to_favourite.favourited { background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/favorite_active.png') no-repeat; }
.add_to_favourite.loading { background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/ajax-loader.gif') no-repeat !important; }

.small_add_to_favourite,
.small_add_to_favourite:hover {
	display: block;
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/favorite_inactive.png') no-repeat;
    width: 17px;
    height: 15px;
}
.small_add_to_favourite:hover { background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/favorite_active.png') no-repeat; }
a.small_add_to_favourite.favourited {
     background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/favorite_active.png') no-repeat;
}
a.small_add_to_favourite.favourited:hover {
     background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/favorite_inactive.png') no-repeat;
}
a.small_add_to_favourite.loading {
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/ajax-loader.gif') no-repeat !important;
}

.product_header_top .add_favorite { 
    float:left;
}
.product_header_top {
    width:100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 14px;
}

.product_header_top .price-label {
    display:none;
}
.product_header_top .old-price,
.product_header_top .special-price {
    display:inline;
    
}
.product_header_top .price-box {
    margin-top: 3px;
} 

.per_set { color: #333; font-size: 14px; font-family: Arial; margin-top: 5px; }

.horizontal_line {
	background-color: transparent;
    height:1px;
    width: 100%;
    float:left;
    margin: 3px 0px 16px 0px;
}

.product-options .input-box {
    width: 96px;
    height: 22px;
    overflow: hidden;
    padding: 0px;
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/select_down.png') no-repeat right center #ffffff;
}
.product-options select {
    background: transparent;
    width: 117px;
    border: 1px solid #b0b0b0;
    font-size: 13px;
    height: 22px;
    -webkit-appearance: none;
}
.product-options dt {
	display: block;
	font-family: "Roboto", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

.product-options dd {
	display: block;
}

.product-options-bottom .help_link {
    margin-left: 8px;
}
.save_for_later_div { float:left; width: 48.6%; margin-right: 2.8%;}
.save_for_later_div a {
    display: block;
    height: 38px;
    line-height: 38px;
    color: #8e8e8e;
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-weight: 700;
    font-size: 14px;
    background-image: url(http://static.adoreme.com/skin/frontend/devAdore/default/images/wishlist_heart.png);
    background-repeat: no-repeat;
    background-position: 18px 12px;
	border-radius: 3px;
    border: 1px solid #c0c0c0;
    text-align: center;
}
.product-options-bottom .buy-now-btn{
    width:48.6%;
    float: left;
}
.product-options-bottom .buy-now-btn .buy_it_now{
    width:100%;
    margin:0;
}
/*.save_for_later_div a.add_to_wishlist { background: #cb213d; padding: 0; width: 150px; color: #ffffff; text-align: center; }*/
/*.save_for_later_div a.favourited { color: #cb213d; background-position: 18px -72px; }*/

.save_for_later_div a:hover{
    border-color: #cb213d;
    color: #cb213d;
}

.sec_title {
    text-transform: uppercase;
    font-family: "Roboto";
    color: #cb213d;
    font-size:18px;
    margin-bottom:4px;
}
.sec_title h2 {
	text-transform: uppercase;
	font-family: Roboto,Verdana,Arial,sans-serif;
	color: #cb213d;
	font-size:24px;
	margin-bottom:4px;
}
 
.mask-content .pro-name {
    text-align:left;
    
}
.mask-content .pro-name a {
    font-size: 14px;
    font-family: "Roboto";
    color:  #ffffff;
    text-transform: uppercase;
    
}

.cart-mid .close-btn {
    display:none;
}

.qtip-wrapper {
box-shadow: 0px 0px 6px 1px #999;
-moz-box-shadow: 0px 0px 6px 1px #999;
-webkit-box-shadow: 0px 0px 6px 1px #999;
}


section .wrapper {
	background-color: transparent;
}

.you-recent-view .sec_title h2,
.you-also-love .sec_title,
.you-recent-view .sec_title {
    margin:0px;
}

.cms-our-stylists .main-sec {padding:16px 0 0 0; }
.cms-in-progress .main-sec,
.cms-home .main-sec {
    padding:0px;
}
 
.background {
    position: absolute;
    top: 90px;
    width: 640px;
    height: 415px;
    z-index: -1;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    border: 1px solid #858583;
}

.join_area,
.members_area {
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/login_register_bg.png') no-repeat top left;
    border: 1px solid #333;
    width: 234px;
    height: 296px;
    float:left;
    margin: 15px 0 0 50px;
    padding: 10px 0px 0px 19px;
	z-index: 1000;
}

.get_started_button {
    margin-top: 33px;
	margin-left: 7px;
}

.skip_button {
    float:left;
}

.skip_button a {
    width: 81px;
    height: 37px;
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/skip_button_sprite.png') no-repeat;
    display: block;
    margin-top: 15px;
    float:left;
}
.skip_button a:hover {
    background-position: left -39px;
}

.help_link.skip {
    margin:15px 5px 0px 5px;
}

/*########################store - ex-collections####################*/
.collections { float:left; width: 100%; }

.category_banner { margin-bottom: 10px; }
.collections .category_banner { margin-top: 0px; margin-bottom: 20px; }

.first-sidebar { margin-top: 52px; }

#showroom_menu,
.alternate {
    display: none;
}
.catalog-category-view .col-main {
    width: 754px;
}
.collections h1 {
    text-transform: uppercase;
    font-size: 24px;
   font-family:"Roboto", Verdana, Arial, sans-serif;
	color: #333;
}

#showroom_banners {
    padding-bottom: 40px;
    margin-top: -10px;
    
}
 

.first-sidebar {
    width: 175px;
    float:left;
    margin-top: 32px;
}
.first-sidebar ul li {
    width: 100%;
    clear:both;
}

.no_opacity {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.main-sec {
    padding: 0px;
}

.cms-right-sec {
    padding:0px;
    margin: 21px 0 0 0;
    border: none;
    float:right;
    width: 754px;
}

ul.cat_list,
ul.collection_cat {
    display: block;
    margin: 10px 0 8px 10px;
}
ul.cat_list ul.collection_cat {
    margin-top: 0px;
}
ul.cat_list ul.collection_cat li a,
ul.cat_list ul.collection_cat li {
      font-weight: normal;
    font-style:normal;  
}
ul.collection_cat li a {
    color: #333333;
    line-height: 25px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-style:normal;
}

ul.cat_list li a:hover,
ul.cat_list li a.active,
ul.collection_cat li a:hover,
ul.collection_cat li a.active {
    color: #d42780;
}

.collections .horizontal_line {
    margin-bottom: 30px;
}

ul.cat_list li a {
    color: #323232;
    line-height: 25px;
    font-weight: bold;
    font-style: italic;
    font-family: Arial;
    font-size: 14px;
}

ul.collection_cat.color {
    margin: 10px 12px 22px 10px;
    width: 153px;
}

ul.collection_cat.color li {
    float:left;
    width: 22px;
    height: 22px;
    margin: 0 8px 8px 0;
    clear:none;
}
 

.cat_list a.expander.collapsed {
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/expanded.png') no-repeat 4px 2px;
    padding: 0 0 0 19px;
}

.cat_list a.expander.expanded {
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/collapsed.png') no-repeat 2px 5px;
    padding: 0 0 0 19px;
}

.bras.collection_cat.hidden {
    
}

.nav_Color ol { width: 130px; }
.nav_Color ol li { width: 29px; float: left; }

.nav_Color a { width: 22px; height: 22px; display: block; float: left; text-indent: -10000px; margin-right: 5px;
margin-bottom: 5px; }

.nav_Color a.White { width: 20px; height: 20px; border: solid 1px #c2c2c2; }

.nav_Color a:hover { border: solid 2px #000000; width: 18px; height: 18px; }
.nav_Color .Black { background: #1e1e1e; }
.nav_Color .Blue { background: #4d92be; }
.nav_Color .Grey { background: #627185; }
.nav_Color .Brown { background: #886353; }
.nav_Color .Green { background: #10b07d; }
.nav_Color .Pink { background: #f581b7; }
.nav_Color .Print { background: url("http://static.adoreme.com/skin/frontend/devAdore/default/images/print.png") no-repeat top left; }
.nav_Color .Print:hover { background: url("http://static.adoreme.com/skin/frontend/devAdore/default/images/print.png") no-repeat -2px -2px; }
.nav_Color .Purple { background: #bb2bf0; }
.nav_Color .Red { background: #e72041; }
.nav_Color .White { background: #ffffff; }
.nav_Color .Peach { background: #ff900d; }
.nav_Color .Bronzo { background: #ddc7bc; }
.nav_Color .Daino { background: #80643d; }
.nav_Color .Fumo { background: #6F7B7F; }
.nav_Color .Navy { background: #374663; }
.nav_Color .Nude { background: #f1dcc4; }

/* Our lingerie page*/

.cms-our-lingerie section { margin-top: -9px !important; }

.cms-lingerie section .wrapper {  }
.cms-lingerie .main-sec { padding-right: 0; padding-left: 0; }
.cms-lingerie div.spacer { height: 10px; }

.cms-lingerie div.page-title { border: none; margin:0; display:block; }
.cms-lingerie div.page-title h1 { padding-bottom:0; display:inline; }

.cms-lingerie div.fb-like { display:inline; height: 24px; width: 200px; float:right; }

.page-header-image { display:block; width: 960px; height:260px; overflow:hidden; }

.cms-lingerie div.bottom-banner { margin-top:20px; margin-bottom:20px; }
.cms-lingerie div.showroom_container { height:300px; margin-top:20px; }
/* end Our lingerie page*/

/*################################## INVITE FRIENDS ################################*/
.invite-friends-top {
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/invite-friends.png') no-repeat;
    width:960px;
    height:395px;
}

.cms-invite-friends .main-sec { padding: 30px 0 0 0; }
.cms-share .main-sec { padding: 30px 0 0 0; }

.invite-friends-container {
    padding: 267px 25px 0px 422px;
}
.invite-by-email {
    float:right;
    cursor:pointer;
}
.facebook-invite-button {
    float:left;
    cursor:pointer;
}

span.invite_share_text {
    color: #d5297f;
    font-size: 18px;
    font-family: "Roboto";
    text-transform: uppercase;
    
}
.invite_text {
    margin-top: 10px;
    float: left;
}

.share_referral {
    width: 100%;
}

h1.invite_friends {
    margin: 30px 0px 0px 0px;
    background: none;
    padding: 0;
    border: 0;
    color: #333;
    font: 24px/30px "Roboto";
}

.style_points_section {
    width: 100%;
    float:left;
    padding-left:4px;
}
.style_point_img {
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/style-points_bg.png') no-repeat;
    width: 205px;
    height: 154px;
    float:left;
    padding-right:20px;
}

.style_point_count ul {
    list-style-type: none;
    width: 100%;
    float:left;
    display:block;
}

.style_point_count ul li {
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/points_inactive.png') no-repeat;
    width: 70px;
    height: 40px;
    padding: 0px 1px 0px 1px;
    float:left;
}

.style_point_count ul li.active {
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/points_active.png') no-repeat;
 
}

.style_point_count ul li.first {
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/points_inactive_first.png') no-repeat;
}

.style_point_count ul li.last {
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/points_inactive_last.png') no-repeat;
}

.style_point_count ul li.first.active {
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/points_active_first.png') no-repeat;
}

.style_point_count ul li.last.active {
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/points_active_last.png') no-repeat;
}

.style_point_count {
    float: right;
    width: 75%;
}

.style_counter {
    width: 100%;
    float:left;
    font-size: 19px;
    font-family: Arial;
    margin-bottom:5px;
    color: #333333;
}
.style_explanation {
    color: #333333;
    font-family: Arial;
    margin-top:10px;
    float:left;
    font-size: 17px;
}
.pink {
    color: #cb213d;
    
}

.bold {
    font-weight: bold;
}
.invite_footer {margin: 20px 0px 30px 0px; float:left; width: 100%;}


/*##########################################showroom##################################*/


.page-title #showroom_header{
    display: inline;
    float:left;
}

.banner_showroom {
width: 960px;
height: 325px;
margin: auto;
margin: 20px 0 20px 0;
border: 0px;
padding: 0px;
background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/February-Header2.jpg') no-repeat top left;
border-image: initial;
}

.showroom_container, .pro-list .item{
width: 230px;
border: 0px;
padding: 0px;
}

.pro-list.showroom ul li{
    margin: 0px 13px 25px 0;
    width: 230px;
}

.catalog-category-view .pro-list.showroom ul li { width: 230px; }

.col-main .pro-list.showroom ul li { margin: 0px 32px 25px 0; }
.col-main .pro-list.showroom ul li:nth-child(3n){
    margin-right: 0;
}

.pro-list.showroom ul li.last{
    margin: 0px 0 0px 0;
}
.pro-list .trigger-quick-view{
    display: inline-block;
}
.pro-list .trigger-quick-view:hover img{
    outline: 1px solid #cb213d;
}
.pro-list .item .item-footer{
    font-family: "Roboto", Verdana, Arial, sans-serif;
    min-height: 80px;
}
.pro-list .item .item-footer > div{
    font-size: 13px;
    clear: both;
}

.pro-list .item .related-products-container{
    padding: 6px 0 3px 0;
}


.pro-list.showroom ul li h2{
    float: left;
}
.add_favorite { margin: 0; }

.page-title.lingerie {
    border: 0px;
}
.fb{
    width: 45px;
    height: 21px;
    float: right;
    margin-top: 5px;
}

button.button span#size{  
    height: 38px;
    width: 190px;
    color: white; 
    font:14px/18px "Roboto", Arial, sans-serif;   
    display:block; 
    white-space:nowrap; 
    border:0;   
}
button.button span#size span#bk{
    background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/pink_button_sprite.png) no-repeat top left !important;
    padding: 8px 50px 10px 30px !important;  
    font-weight: bold;  
}
button.button:hover span#size span#bk {
background-position: left -41px !important;
}

 

button.button span#size_b{  
    height: 38px;
    width: 190px;
    color: white; 
    font: 14px/18px "Roboto", Arial, sans-serif;
    display:block; 
    white-space:nowrap; 
    border:0;   
} 

button.button span#size_b span#bk_b,
button.button:hover span#size_b span#bk_b {
    background:url(http://static.adoreme.com/skin/frontend/devAdore/default/images/#333-Button-sprite.png) no-repeat 7px -6px !important;
    padding: 8px 50px 10px 20px !important;
    font-weight: bold;
}
button.button:hover span#size_b span#bk_b {
	background-position: 7px -53px !important;
}

button#look_inside span#size_b span#bk_b {
	padding: 8px 50px 10px 45px !important;
}

#button_showroom span:hover{
    border-top: 2px solid #E0E0E0; 
    border-left: 2px solid #E0E0E0; 
}
.sp_left{
    margin-left: 30px;
    margin-right: 15px;
}
.catalog-category-view .alternate .button-set{
	float:right;
}
.catalog-category-view .alternate p.want-see{
	color: #333;
	text-decoration: none;
	margin-right: 20px;
	margin-top: 15px;
	text-transform: uppercase;
}

.catalog-category-view .alternate p.want-see.fleft{
    margin-left: 20px;
}

.large_name{
	width: 205px;
    overflow: hidden;
    float: right;
}
a.showroom_link_left {
display: block;
float: left;
color: #333;
width: 240px;
height: 22px;
background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/showroom_link_background.png') no-repeat top left;
padding-left: 25px;
margin-top: 10px;
margin-left: 5px;
}

a.showroom_link_right {
display: block;
float: right;
color: #333;
width: 240px;
height: 22px;
background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/showroom_link_background.png') no-repeat top left;
padding-left: 25px;
margin-top: 10px;
margin-left: 5px;
opacity: 0.5;
}
.alternate{
margin: 0 0 46px;
}
.alternate p.want-see_bot  {  color: #333333; font: 17px "Roboto";  text-decoration: none; margin-right: 20px; margin-top:15px; margin-bottom: 20px; text-transform: uppercase; }

.heart_locked{
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/heart_locked.png') no-repeat top left;
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 12px;
}
.page-title #showroom_header_bot{
    display: inline;
    float:left;
    margin-top:15px; 
    font-size: 38px;
}

.ask_him_showroom img{
    width: 300px;
    height: 200px;
    margin-bottom: 20px;
    margin-left: 26px;
    margin-top: 15px;
}
.colections img{
    margin-left: 26px;
    width: 300px;
    height: 200px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.invite_a_friend img{
    width: 300px;
    height: 200px;
    margin-bottom: 20px;
    margin-top: 15px;
}
#showroom_menu {
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/bg_nav_right.png') no-repeat top left;
    position: fixed;
    right: 0;
    top: 150px;
    width: 63px;
    height: 320px;
	padding-top: 5px;

}
#showroom_menu a{
    width: 42px;
    height: 41px;
    display: block;

}
#showroom_menu li{
    margin-top: 15px;
    margin-left: 7px;
}
#showroom_menu .nav_link_right_lingerie{
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/link_lingerie_nav_right.png') no-repeat top left;
    margin-top: 25px;
}
#showroom_menu .nav_link_right_babydolls{
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/link_babydolls_nav_right.png') no-repeat top left;
}
#showroom_menu .nav_link_right_legwear{
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/link_legwear_nav_right.png') no-repeat top left;
}
#showroom_menu .nav_link_right_shapewear{
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/link_shapewear_nav_right.png') no-repeat top left;
}
#showroom_menu .nav_link_right_sexi{
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/link_sexi_nav_right.png') no-repeat top left;
}
#showroom_banners{
    clear: both;
}  

.prod_showroom{
    font: normal 15px "Roboto", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    margin-top: 5px;
    display: block;
    float: right;
	width: 205px;
}
a:hover .prod_showroom{
    color: #cb213d;
}
a:hover .large_name .prod_showroom{
    color: #cb213d;
}
.cms-collections section .main-sec,
.catalog-category-view section .main-sec {
    padding: 0 0 0 0;
}
.page-title.babydolls {
    float:left;
}
.catalog-category-view section .page-title h1, .catalog-category-view section .page-title h2{
    float: left;
}
.catalog-category-view section .page-title{
    border: 0px;
}
.wrapper footer{
    background-color: white;
}
.showroom_container .horizontal_line {
    margin: 3px 0px 10px 0px;
}
.catalog-category-view .alternate .button-set { float: right; margin-bottom: 8px; margin-top: 6px; margin-right: 0px; margin-left: 10px; }

div#sexy a.skip_this{ 
    color: #858585;  
    font: 15px "Roboto", Arial, sans-serif; 
    margin: 19px 0px 0 10px;
}

div#sexy a.skip_this:hover { 
    color: #cb213d;
    cursor: pointer;  
}

div#sexy .small-5 {
    float: left;
    width: 15px;
    height: 15px;
    margin: 20px 0 0 0;
    background: url('http://static.adoreme.com/skin/frontend/devAdore/default/images/shoroom_sexi_5.png') no-repeat top left;
}

div#sexy a.help_link.skip {
    float: left;
    margin: 21px 0 0 10px;
}

div#sexy p.want-see{
    margin: 15px 10px 0 0;
}

.alternate.sexi{
    height: 100px;
}

.preference-center-button.new_pink {
width: 173px !important;
height: 32px !important;
padding: 0px !important;
text-align: center !important;
font-size: 14px !important;
margin-top: 20px;
}

