/* these are the specific styles for the store components */
.clear {
    clear: both;
    line-height: 0;
    height: 0;
}
/************** Buttons *************/
.buttons-set2 {
	clear: both;
	margin: 5px 0 0;
	padding: 5px;
	background-color: #ededed;
	text-align: right;
}

.product-name {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

/* Sidebar =============================================================================== */
.block {
	margin: 0 0 15px;
}

.block .block-title strong {
	display: block;
	text-transform: uppercase;
}

.sidebar .block .block-title strong {
	display: block;
	padding: 10px;
	color: #000;
	text-transform: uppercase;
	background: #f0e8ff;
}

.block .block-title a {
	text-decoration: none !important;
}

.block .block-subtitle {
	margin: 0;
	padding: 5px 0px;
	font-size: 1em;
	font-weight: bold;
}

.sidebar .block .block-content {
	padding: 5px 13px 17px;
	color: #555;
	font-size: 12px;
}

.block .block-content li.item {
	padding: 7px 9px;
}

.block .btn-remove {
	float: right;
	margin: 1px 0 2px 5px;
}

.block .actions {
	padding: 6px 9px;
	text-align: right;
}

.block .actions a {
	float: left;
}

.block .actions button.button {
	float: right;
}

/* 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: 0px;
}

/* Mini Products List */
.mini-products-list .product-image {
	float: left;
	width: 50px;
}

.mini-products-list .product-details {
	margin-left: 60px;
}

/* Generic box */
.info-box {
	border: 1px solid #ddd;
	margin: 0 0 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.info-box .box-title {
	margin: 17px 17px 0 17px;
	font: 14px/1.25 Arial, Helvetica, sans-serif;
	padding: 0;
	color: #444;
}

.info-box .box-title a {
	font-size: 11px;
	text-transform: lowercase;
}

.info-box .box-content {
	padding: 10px 17px 17px;
	color: #555;
}

/************* Block: Account *****************/
.sidebar .block-account .block-title {
	background: #f0e8ff;
	color: #000;
}

.sidebar .block-account .block-content {
	padding: 0;
}

.sidebar .block-account li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

.sidebar .block-account li a:hover {
	color: #d63200;
	background-color: #d6ecf9;
	color: #000;
	text-decoration: none;
}

.sidebar .block-account li.current {
	font-weight: bold; /*border:1px solid #d1d1d1; border-width:1px 0;*/
	color: #000;
	background: none;
}

.sidebar .block-account li.last {
	border-bottom: 0;
	background-image: none;
}

/* Block: Currency Switcher */
.block-currency {
	border: 0;
	background: url(../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;
	background: url(../images/i_block-currency.gif) 0 50% no-repeat;
	padding: 0 0 0 21px;
	text-transform: none;
}

.block-currency .block-content {
	background: none;
	padding: 0;
}

.block-currency .block-content select {
	width: 100%;
	padding: 0;
}

/* Block: Cart */

.block-cart .summary {
	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;
	text-align: center;
}

.block-cart .subtotal .price {
	font-weight: bold;
}

.block-cart .actions {
	border-bottom: 1px solid #c2c2c2;
}

/* Block: Wishlist */

.block-wishlist .actions {
	text-align: right;
}

.block-wishlist .actions a {
	float: none;
}

/* Block: Related */

.block-related input.checkbox {
	float: left;
}

.block-related .product {
	margin-left: 20px;
}

/* Block: Compare Products */

.page-popup .link-print {
	padding: 2px 0 2px 25px;
	font-weight: bold;
}

.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(../images/btn_remove2.gif);
	width: 72px;
	height: 15px;
}

.compare-table tbody th {
	background: #d9e5ee url(../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;
}

.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 {

}

/* Block: Recently Compared */
.block-compared .block-title strong {
	background-image: url(../images/i_block-list.gif);
	background-position: 0 1px;
}

/* Block: Poll */

.block-poll .block-subtitle {
	font-size: 12px;
}

.block-poll label {
	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-content ul {
	font-size: 12px;
	padding: 10px;
}

.block-tags .block-content li {
	display: inline;
	padding-right: 4px;
}

.block-tags .block-content a {

}

.block-tags .actions {
	text-align: right;
}

.block-tags .actions a {
	float: none;
}

/* Block: Subscribe */
.block-subscribe .block-content {
	padding: 5px 10px;
}

.block-subscribe label {
	font-weight: bold;
}

.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 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-content {
	padding: 5px 10px;
}

.block-login label {
	font-weight: bold;
}

.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;
}

.mybloom-side-top{/*background:#f0e8fe;*/width:178px;border-right:1px solid #666666;height:349px;margin-bottom:40px;}
.mybloom-side-top .head{  background: url("/skin/frontend/enterprise/bloom/images/mybloom/explorerbg.jpg") repeat-x scroll 0 0 transparent;font-size:18px;color:#fff;font-weight:bold;line-height:23px;height:45px;}
.mybloom-side-top .head b{font-size:14px;color:#ffffff;}
.mybloom-side-top .head h4{color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
    text-transform: uppercase;}
/*.mybloom-side-top .list{margin:15px 0 0 0;}*/
.mybloom-side-top .list .item{font-size:14px;color:#767483;/*margin:0 0 15px 0;*/font-weight:bold;}
.mybloom-side-top .list .item .one{float:left;margin:0 5px 0 0;}
.mybloom-side-top .list .item .two{float:left;}
.mybloom-side-top .list .item .two b{color:#FC1996;}
.mybloom-side-top .login-text{text-align:right;margin:10px 0 0 0; padding-right: 10px;color: #767483;}
.mybloom-side-top .login-text a{color:#767483;text-decoration:underline;}

/* ======================================================================================= */
    /* Log In Modal Window ======================================================================================*/
.login-modal{color:#fff;font-size:13px;}
.login-modal .aam,
.login-modal .or,
.login-modal .n2b{font-weight:bold;font-size:14px;margin:0 0 10px 0;}
.login-modal .page-title{height:73px;margin:0 0 20px 0;}
.login-modal .page-title .header-image{float:left;}
.login-modal .page-title .modal-title{font-weight:bold;font-size:16px;color:#fff;margin:40px 0 0 10px;float:left;}
.login-modal .page-bottom .bottom-left{float:left;width:248px;border-right:1px solid #ccc;margin:0 20px 0 0;padding:10px 0;}
.login-modal .page-bottom .bottom-left .forgot{margin:0 50px 0 0;}
.login-modal .page-bottom .bottom-left .forgot a,
.login-modal .page-bottom .bottom-left .forgot a:visited{color:#fff;font-size:11px;}
.login-modal .page-bottom .bottom-left .forgot a:hover{color:#ddd;}
.login-modal .page-bottom .bottom-left .required{float:left;margin:15px 0 0 10px;font-size:12px;}
.login-modal .page-bottom .bottom-right{float:left;padding:10px 0;}
.login-modal .page-bottom .bottom-right .join-list{list-style:bullet;font-weight:normal;}
.login-modal .page-bottom .bottom-right .bottom-links{font-size:13px;font-weight:bold;color:#fff;}
.login-modal .page-bottom .bottom-right .bottom-links .blink a,
.login-modal .page-bottom .bottom-right .bottom-links .blink a:visited{font-weight:normal;text-decoration:underline;color:#fff;}
.login-modal .page-bottom .bottom-right .bottom-links .blink a:hover{text-decoration:none;color:#ddd;}

/* ======================================================================================= */
    /* Log In Page ======================================================================================*/
.login-page{color:#000;font-size:13px;}
.login-page .aam,
.login-page .or,
.login-page .n2b{font-weight:bold;font-size:14px;margin:0 0 10px 0;}
.login-page .page-title{height:73px;margin:0 0 20px 0;}
.login-page .page-title .header-image{float:left;}
.login-page .page-title .modal-title{font-weight:bold;font-size:16px;color:#000;margin:40px 0 0 10px;float:left;}
.login-page .page-bottom .bottom-left{float:left;width:248px;border-right:1px solid #ccc;margin:0 20px 0 0;padding:10px 0;}
.login-page .page-bottom .bottom-left .forgot{margin:0 50px 0 0;}
.login-page .page-bottom .bottom-left .forgot a,
.login-page .page-bottom .bottom-left .forgot a:visited{color:#000;font-size:11px;}
.login-page .page-bottom .bottom-left .forgot a:hover{color:#444;}
.login-page .page-bottom .bottom-left .required{float:left;margin:15px 0 0 10px;font-size:12px;}
.login-page .page-bottom .bottom-right{float:left;padding:10px 0;}
.login-page .page-bottom .bottom-right .join-list{list-style:bullet;font-weight:normal;}
.login-page .page-bottom .bottom-right .bottom-links{font-size:13px;font-weight:bold;color:#000;}
.login-page .page-bottom .bottom-right .bottom-links .blink a,
.login-page .page-bottom .bottom-right .bottom-links .blink a:visited{font-weight:normal;text-decoration:underline;color:#000;}
.login-page .page-bottom .bottom-right .bottom-links .blink a:hover{text-decoration:none;color:#444;}

/* ======================================================================================= */
    /* Create Modal Window ======================================================================================*/
.modal-window .head{font-size:16px;color:#000;}
.modal-window .text-holder{margin:15px 0 30px 0;}
.modal-window .text-holder .subhead{font-size:20px;font-weight:bold;color:#FFF;}
.modal-window .text-holder .modal-list{list-style:disc outside none;color:#FFF;margin:10px 0 0 20px;font-size:14px;}
.modal-window .bottom-links{font-size:13px;font-weight:bold;color:#fff;}
.modal-window .bottom-links .blink a,
.modal-window .bottom-links .blink a:visited{font-weight:normal;text-decoration:underline;color:#fff;}
.modal-window .bottom-links .blink a:hover{text-decoration:none;color:#ddd;}
.modal-window .login{text-align:center; color:#939598;}
.modal-window .login .login-text{margin:25px 0 0 0;}
.modal-window .bottom-text{text-align:right;color:#FFF;margin:30px 10px 0 0;font-size:12px;}
.modal-window .bottom-text a,
.modal-window .bottom-text a:visited{color:#fff;text-decoration:underline;}
.modal-window .bottom-text a:hover{color:#ddd;text-decoration:none;}

/* ======================================================================================= */
    /* Register Modal Window ======================================================================================*/
.register-modal .page-title{margin:25px 0 15px 25px;}
.register-modal .page-bottom .bottom-left{width:437px;float:left;border-right:3px solid #000;height:644px;padding:15px 0 0 25px;}
.register-modal .page-bottom .bottom-left .left-inputs .field-holder{margin:0 0 15px 0;font-size:13px;}
.register-modal .page-bottom .bottom-left .left-inputs .field-holder input{width:170px;}
.register-modal .page-bottom .bottom-left .left-inputs .field-holder .field{float:left;width:180px;}
.register-modal .page-bottom .bottom-left .left-facebook{margin:30px 0 0 0;}
.register-modal .page-bottom .bottom-left .left-facebook .fb-header{color:#8eaeef;font-size:14px;font-weight:bold;margin:0 0 10px 0;}
.register-modal .page-bottom .bottom-left .left-facebook .fb-widget{width:362px;}
.register-modal .page-bottom .bottom-left .left-newsletter{margin:30px 0 0 0;}
.register-modal .page-bottom .bottom-right{float:left;padding:0;}
.register-modal .page-bottom .bottom-right .right-header{font-size:13px;font-weight:bold;margin:0 0 20px 0;}
.register-modal .page-bottom .bottom-right .profile-input{margin:0 0 25px 0;}
.register-modal .page-bottom .bottom-right .profile-input #month,
.register-modal .page-bottom .bottom-right .profile-input #gender{width:200px;float:left;margin:0 10px 0 0;}
.register-modal .page-bottom .bottom-right .profile-input #year{float:left;width:75px;}
.register-modal .page-bottom .bottom-right table tr .wide{width:160px;padding:0 0 5px 0;}
.register-modal .page-bottom .bottom-right .buttons-set{margin:0;float:right;width:90px;}
.register-modal .page-bottom .bottom-right .buttons-set .required{float:left;margin:6px 0 0 10px;}

.register-modal .page-bottom .bottom-right .bottom-top{width:482px;border-bottom:1px solid #000;padding:0 0 20px 15px;}
.register-modal .page-bottom .bottom-right .bottom-mid1{width:482px;border-bottom:1px solid #000;padding:20px 0 20px 15px;}
.register-modal .page-bottom .bottom-right .bottom-mid2{width:482px;border-bottom:1px solid #000;padding:20px 0 20px 15px;}
.register-modal .page-bottom .bottom-right .bottom-bottom{width:482px;padding:0 0 0 15px;}

.register-modal .page-bottom .bottom-right .hidden-holder{margin:0;}
.register-modal .page-bottom .bottom-right .hidden-holder .hidden-checkbox{display:none;float:left;}

.register-modal .page-bottom .bottom-right .skin-complexion{margin:0 0 0 0;}
.register-modal .page-bottom .bottom-right .skin-complexion .title{margin:0 0 0 0;}
.register-modal .page-bottom .bottom-right .skin-complexion .complexion-holder{float:left;margin:0 4px 0 0;}
.register-modal .page-bottom .bottom-right .skin-complexion .complexion-holder .imager{border:1px solid #000;}
.register-modal .page-bottom .bottom-right .skin-complexion .complexion-holder .complexion-hover{opacity:.9;}

.register-modal .page-bottom .bottom-right .eye-color{margin:0 0 0 0;}
.register-modal .page-bottom .bottom-right .eye-color .title{margin:0 0 0 0;}
.register-modal .page-bottom .bottom-right .eye-color .eye-holder{float:left;margin:0 4px 0 0;}
.register-modal .page-bottom .bottom-right .eye-color .eye-holder .imager{border:1px solid #000;}
.register-modal .page-bottom .bottom-right .eye-color .eye-holder .complexion-hover{opacity:.9;}

.register-modal .page-bottom .bottom-right .skin-type{margin:20px 40px 0 0;float:left;}
.register-modal .page-bottom .bottom-right .skin-type .title{margin:4px 0 0 0;}
.register-modal .page-bottom .bottom-right .skin-type .type-holder{float:left;border:1px solid #000;font-size:12px;font-weight:bold;padding:5px 9px;color:#696a73;margin:0 3px 0 0;background:#fff;height:13px;}

.register-modal .page-bottom .bottom-right .sensitive-skin{margin:20px 0 0 0;float:left;}
.register-modal .page-bottom .bottom-right .sensitive-skin .title{margin:4px 0 0 0;}
.register-modal .page-bottom .bottom-right .sensitive-skin .skin-holder{float:left;border:1px solid #000;font-size:12px;font-weight:bold;padding:5px 9px;color:#696a73;margin:0 3px 0 0;background:#fff;height:13px;}

.register-modal .page-bottom .bottom-right .hair-type{margin:0 90px 0 0;float:left;}
.register-modal .page-bottom .bottom-right .hair-type .title{margin:0 0 0 0;}
.register-modal .page-bottom .bottom-right .hair-type .hair-holder{float:left;border:1px solid #000;font-size:12px;font-weight:bold;padding:5px 9px;color:#696a73;margin:0 3px 0 0;background:#fff;height:13px;}

.register-modal .page-bottom .bottom-right .color-treated{margin:0 0 0 0;float:left;}
.register-modal .page-bottom .bottom-right .color-treated .title{margin:0 0 0 0;}
.register-modal .page-bottom .bottom-right .color-treated .color-holder{float:left;border:1px solid #000;font-size:12px;font-weight:bold;padding:5px 9px;color:#696a73;margin:0 3px 0 0;background:#fff;height:13px;}

.register-modal .page-bottom .bottom-right .hair-texture{margin:20px 40px 0 0;float:left;}
.register-modal .page-bottom .bottom-right .hair-texture .title{margin:4px 0 0 0;}
.register-modal .page-bottom .bottom-right .hair-texture .texture-holder{float:left;border:1px solid #000;font-size:12px;font-weight:bold;padding:5px 9px;color:#696a73;margin:0 3px 0 0;background:#fff;height:13px;}

.register-modal .page-bottom .bottom-right .birthday{margin:20px 0 0 0;float:left;width:225px;}
.register-modal .page-bottom .bottom-right .birthday .dates{float:left;}
.register-modal .page-bottom .bottom-right .birthday .dates .form-month{width:130px;float:left;margin:0 10px 0 0;}
.register-modal .page-bottom .bottom-right .birthday .dates .form-year{width:85px;float:left;}

/* ======================================================================================= */
    /* Register Page ======================================================================================*/
.register-page .page-title{margin:0 0 15px 0;}
.register-page .page-bottom{margin:0 0 50px 0;}
.register-page .page-bottom .bottom-left{width:437px;float:left;border-right:1px solid #000;height:544px;padding:15px 0 0 0;}
.register-page .page-bottom .bottom-left .left-inputs .field-holder{margin:0 0 15px 0;font-size:13px;}
.register-page .page-bottom .bottom-left .left-inputs .field-holder input{width:170px;}
.register-page .page-bottom .bottom-left .left-inputs .field-holder .field{float:left;width:180px;}
.register-page .page-bottom .bottom-left .left-facebook{margin:30px 0 0 0;}
.register-page .page-bottom .bottom-left .left-facebook .fb-header{color:#8eaeef;font-size:14px;font-weight:bold;margin:0 0 10px 0;}
.register-page .page-bottom .bottom-left .left-facebook .fb-widget{width:362px;}
.register-page .page-bottom .bottom-left .left-newsletter{margin:30px 0 0 0;}
.register-page .page-bottom .bottom-right{float:left;padding:5px 0 0 15px;}
.register-page .page-bottom .bottom-right .right-header{font-size:13px;font-weight:bold;margin:0 0 20px 0;}
.register-page .page-bottom .bottom-right .profile-input{margin:0 0 25px 0;}
.register-page .page-bottom .bottom-right .profile-input #month,
.register-page .page-bottom .bottom-right .profile-input #gender{width:250px;float:left;margin:0 10px 0 0;}
.register-page .page-bottom .bottom-right .profile-input #year{float:left;width:75px;}
.register-page .page-bottom .bottom-right table tr .wide{width:160px;padding:0 0 5px 0;}
.register-page .page-bottom .bottom-right .buttons-set{margin:100px 0 0 0;}
.register-page .page-bottom .bottom-right .buttons-set .required{float:left;margin:6px 0 0 10px;}

.register-page .page-bottom .bottom-right .bottom-top{width:482px;border-bottom:1px solid #000;padding:0 0 15px 15px;}
.register-page .page-bottom .bottom-right .bottom-mid1{width:482px;border-bottom:1px solid #000;padding:15px 0 15px 15px;}
.register-page .page-bottom .bottom-right .bottom-mid2{width:482px;border-bottom:1px solid #000;padding:15px 0 15px 15px;}
.register-page .page-bottom .bottom-right .bottom-bottom{width:482px;padding:0 0 0 15px;}

.register-page .page-bottom .bottom-right .hidden-holder{margin:0;}
.register-page .page-bottom .bottom-right .hidden-holder .hidden-checkbox{display:none;float:left;}

.register-page .page-bottom .bottom-right .skin-complexion{margin:0 0 0 0;}
.register-page .page-bottom .bottom-right .skin-complexion .title{margin:0 0 0 0;}
.register-page .page-bottom .bottom-right .skin-complexion .complexion-holder{float:left;margin:0 4px 0 0;}
.register-page .page-bottom .bottom-right .skin-complexion .complexion-holder .imager{border:1px solid #000;}
.register-page .page-bottom .bottom-right .skin-complexion .complexion-holder .complexion-hover{opacity:.9;}

.register-page .page-bottom .bottom-right .eye-color{margin:0 0 0 0;}
.register-page .page-bottom .bottom-right .eye-color .title{margin:0 0 0 0;}
.register-page .page-bottom .bottom-right .eye-color .eye-holder{float:left;margin:0 4px 0 0;}
.register-page .page-bottom .bottom-right .eye-color .eye-holder .imager{border:1px solid #000;}
.register-page .page-bottom .bottom-right .eye-color .eye-holder .complexion-hover{opacity:.9;}

.register-page .page-bottom .bottom-right .skin-type{margin:10px 40px 0 0;float:left;width:264px;}
.register-page .page-bottom .bottom-right .skin-type .title{margin:4px 0 0 0;}
.register-page .page-bottom .bottom-right .skin-type .type-holder{float:left;border:1px solid #000;font-size:12px;font-weight:bold;padding:5px 9px;color:#696a73;margin:0 3px 0 0;background:#fff;height:13px;}

.register-page .page-bottom .bottom-right .sensitive-skin{margin:10px 0 0 0;float:left;width:170px;}
.register-page .page-bottom .bottom-right .sensitive-skin .title{margin:4px 0 0 0;}
.register-page .page-bottom .bottom-right .sensitive-skin .skin-holder{float:left;border:1px solid #000;font-size:12px;font-weight:bold;padding:5px 9px;color:#696a73;margin:0 3px 0 0;background:#fff;height:13px;}

.register-page .page-bottom .bottom-right .hair-type{margin:0 40px 0 0;float:left;width:264px;}
.register-page .page-bottom .bottom-right .hair-type .title{margin:0 0 0 0;}
.register-page .page-bottom .bottom-right .hair-type .hair-holder{float:left;border:1px solid #000;font-size:12px;font-weight:bold;padding:5px 9px;color:#696a73;margin:0 3px 0 0;background:#fff;height:13px;}

.register-page .page-bottom .bottom-right .color-treated{margin:0 0 0 0;float:left;width:170px;}
.register-page .page-bottom .bottom-right .color-treated .title{margin:0 0 0 0;}
.register-page .page-bottom .bottom-right .color-treated .color-holder{float:left;border:1px solid #000;font-size:12px;font-weight:bold;padding:5px 9px;color:#696a73;margin:0 3px 0 0;background:#fff;height:13px;}

.register-page .page-bottom .bottom-right .hair-texture{margin:10px 17px 0 0;float:left;}
.register-page .page-bottom .bottom-right .hair-texture .title{margin:4px 0 0 0;}
.register-page .page-bottom .bottom-right .hair-texture .texture-holder{float:left;border:1px solid #000;font-size:12px;font-weight:bold;padding:5px 9px;color:#696a73;margin:0 3px 0 0;background:#fff;height:13px;}

.register-page .page-bottom .bottom-right .birthday{margin:15px 0 0 0;float:left;width:225px;}
.register-page .page-bottom .bottom-right .birthday .dates{float:left;}
.register-page .page-bottom .bottom-right .birthday .dates .form-month{width:130px;float:left;margin:0 10px 0 0;}
.register-page .page-bottom .bottom-right .birthday .dates .form-year{width:85px;float:left;}





.invite-modal .head{font-size:18px;color:#fd9bdd;margin:5px 0 0 0;}
.invite-modal .subhead{font-size:15px;color:#000;margin:5px 0 0 0;}
.invite-modal .top-text{text-align:center;color:#fff;font-size:24px;margin:20px 0 0 0;}
.invite-modal .top-text .top-top{margn:0 0 15px 0;font-weight:lighter;}
.invite-modal .top-text .top-mid{margn:0 0 15px 0;font-weight:lighter;}
.invite-modal .top-text .top-bottom{font-weight:bold;}
.invite-modal table{margin:0 auto 20px auto;}
.invite-modal table tr td{padding:10px;}
.invite-modal .bottom-holder{text-align:center;}
.invite-modal .bottom-holder .btn-holder{width:80px;margin:5px auto;}
.invite-modal .bottom-holder a,
.invite-modal .bottom-holder a:visited{color:#ddd;text-decoration:underline;}
.invite-modal .bottom-holder a:hover{color:#aaa;}
.invite-modal .text-holder{text-align:center;margin:15px 0 0 0;}
.invite-modal .text-holder .purp-text{color:#822d94;font-weight:bold;}
.invite-modal .text-holder .purp-text .top-text{font-size:18px;}
.invite-modal .text-holder .purp-text .mid-text{font-size:26px;}
.invite-modal .text-holder .purp-text .bottom-text{font-size:19px;}
.invite-modal .text-holder .purp-text .bottom-text .dollars{font-size:22px;}
.invite-modal .text-holder .image{margin:10px 0;}
.invite-modal .text-holder .nope{float:left;margin:80px 0 0 0;}

/* ======================================================================================= */
    /* Home Page ======================================================================================*/
.home-holder .mid-header{width:945px;height:34px;text-align:left;background:url(../images/home-page/header-bg.png) repeat-x #000;font-size:24px;color:#fff;padding:5px 0 0 15px;font-weight:lighter;}
.home-holder .bottom-images{margin:0 0 0 20px;}
.home-holder .bottom-images .bottom-image{float:left;margin:0 80px 0 0;}


.home-holder .home-top .home-image{float:left;border:0;}

.home-holder .home-mid .header-style{background:url("/skin/frontend/enterprise/bloom/images/home-header-gradient.jpg") repeat-x #999;height:25px;font-size:14px;padding:9px 0 0 10px;color:#fff;}
.home-holder .home-mid .mid-left{float:left;width:427px;margin:0 20px 0 0;}
.home-holder .home-mid .mid-left .explore-btn{text-align:center;margin:6px 0 0 0;}
.home-holder .home-mid .mid-left .explore-btn a,
.home-holder .home-mid .mid-left .explore-btn a:visited{font-size:14px;color:#694274;text-decoration:underline;}
.home-holder .home-mid .mid-left .explore-btn a:hover{color:#a570b4;text-decoration:underline;}
.home-holder .home-mid .mid-left .texter{color:#657083;margin:5px 0 5px 5px;font-size:14px;font-weight:light;}
.home-holder .home-mid .mid-left .header-style{width:417px;}
.home-holder .home-mid .mid-left .cabinets .cabinets-left{padding:0 15px 15px 0;}
.home-holder .home-mid .mid-left .cabinets .cabinets-right{padding:0 0 15px 0;}
.home-holder .home-mid .mid-left .cabinets .cabinets-nav{background:#e3e8ec;width:196px;height:18px;padding:3px 5px 0 5px;margin:6px 0 0 0;}
.home-holder .home-mid .mid-left .cabinets .cabinets-nav .products{font-size:11px;color:#000;float:left;margin:1px 0 0 0;}
.home-holder .home-mid .mid-left .cabinets .cabinets-nav .link{float:right;}
.home-holder .home-mid .mid-left .cabinets .cabinets-nav .link a,
.home-holder .home-mid .mid-left .cabinets .cabinets-nav .link a:visited{font-size:13px;font-weight:bold;color:#000;}
.home-holder .home-mid .mid-left .cabinets .cabinets-nav .link a:hover{color:#781A97;}

.home-holder .home-mid .mid-mid{float:left;width:265px;margin:0 20px 0 0;}
.home-holder .home-mid .mid-mid .header-style{width:255px;}
.home-holder .home-mid .mid-mid .explore-btn{text-align:right;margin:15px 10px 20px 0;}
.home-holder .home-mid .mid-mid .explore-btn a,
.home-holder .home-mid .mid-mid .explore-btn a:visited{font-size:13px;color:#694274;text-decoration:underline;}
.home-holder .home-mid .mid-mid .explore-btn a:hover{color:#a570b4;text-decoration:underline;}
.home-holder .home-mid .mid-mid .sets-image{margin:27px 0 0 0;}
.home-holder .home-mid .mid-mid .signup-box{width:245px;height:89px;padding:20px 0 0 20px;background:url("/skin/frontend/enterprise/bloom/images/home-signup-box.jpg") no-repeat #EEE;}
.home-holder .home-mid .mid-mid .signup-box .signup-text{margin:0 0 8px 0;color:#606a7b;font-size:13px;}

.home-holder .home-mid .mid-right{float:left;width:228px;text-align:left;display:block;color:#657083;font-size:13px;}
.home-holder .home-mid .mid-right .brands-holder{width:209px;margin:27px auto 0 auto;line-height:1.7;}
.home-holder .home-mid .mid-right .brands-holder .brands-one{color:#657083;}
.home-holder .home-mid .mid-right .brands-holder .brands-two{color:#657083;font-weight:bold;}
.home-holder .home-mid .mid-right .brands-holder a,
.home-holder .home-mid .mid-right .brands-holder a:visited{color:#657083;}
.home-holder .home-mid .mid-right .brands-holder a:hover{color:#a570b4;text-decoration:underline;}
.home-holder .home-mid .mid-right .explore-btn{text-align:center;margin:12px 0 0 0;}
.home-holder .home-mid .mid-right .explore-btn a,
.home-holder .home-mid .mid-right .explore-btn a:visited{font-size:14px;color:#694274;text-decoration:underline;}
.home-holder .home-mid .mid-right .explore-btn a:hover{color:#a570b4;text-decoration:underline;}

.home-holder .home-bottom{margin:40px 0 0 0;}
.home-holder .home-bottom .bottom-left{float:left;}
.home-holder .home-bottom .bottom-left .bottom-text{color:#8390a5;font-size:28px;margin:0 0 3px 0;}
.home-holder .home-bottom .bottom-left .bottom-images .blocks li{display:inline-block;margin:0 16px 0 0;float:left;}
.home-holder .home-bottom .bottom-right{float:left;width:176px;height:94px;background:url("/skin/frontend/enterprise/bloom/images/home-page/home-faq-box.jpg") no-repeat #EEE;margin:0 0 0 10px;padding:15px;font-size:12px;}
.home-holder .home-bottom .bottom-right .header{font-size:18px;color:#000;}
.home-holder .home-bottom .bottom-left .bottom-images{}
.home-carousel-main{position:relative;}
#home-carousel-wrapper{width:959px;height:399px; overflow: hidden; /*float:left;*/}
#home-carousel-content{ width:6000px;}
#home-carousel-content .home-slide { float: left; width: 960px; height: 400px;}
.hidden-dot1 {position:absolute;float:right;top:370px;right:95px;}
.hidden-dot2{position:absolute;float:right;top:369px;right:75px;}
.hidden-dot3{position:absolute;float:right;top:369px;right:55px;}
.hidden-dot4{position:absolute;float:right;top:369px;right:35px;}
.hidden-dot5{position:absolute;float:right;top:369px;right:15px;}
.home-page-gradient{background:url("/skin/frontend/enterprise/bloom/images/home-page/home-header-grey-gradient.png") repeat-x ;font-size:14px;padding:5px; padding-left:15px;color:#fff;width:940px;height:27px;font-weight:bold;}
.home-page-gradient a{background:url("/skin/frontend/enterprise/bloom/images/home-page/home-header-grey-gradient-arrow.png") right 1px no-repeat;padding-right:20px; color:#fff;}
.home-page-gradient a:active {color:#fff;}
.home-page-gradient a:visited{color:#fff;}
.home-page-gradient  a:hover{color:#fff;}
.home-page-brand img{float:left;margin-top:15px;margin-left:15px;margin-right:15px;}
.home-page-brand {height:135px;}
.home-page-bottom-banner {height:87px;}
.home-page-bottom-banner img{float:left;}
.home-page-bottom-faq{background:url("/skin/frontend/enterprise/bloom/images/home-page/home-bottom-grey-gradient.png") repeat-x #1c1d21;font-size:14px;color:#fff;width:940px;height:72px;width:956px;position:relative}
.home-page-bottom-faq-left{float:left;}
.home-page-bottom-faq img{padding-top:15px;padding-left:20px;float:left;}
.home-page-bottom-faq .new-bloom{float:left;margin:5px;padding-top:12px;font-size:20px;color:#fff;font-weight:bold;}
.home-page-bottom-faq .visit-text{ background:url("/skin/frontend/enterprise/bloom/images/home-page/home-header-grey-gradient-arrow.png")   right 1px no-repeat;padding-right:20px;position:absolute;top:40px;left:104px;font-size:14px; color:#fff;}
.home-page-bottom-faq-right{position:absolute;top:15px;right:20px; font-size:14px;}
.home-page-bottom-faq-right .homepage-newsletter{position:absolute;width:232px;left:191px;padding-top:5px; }
.home-page-bottom-faq-right #newsletter-validate-detail{position:absolute; }

/* ======================================================================================= */
	/* Explore Beauty Cabinet =========================================================================*/

.explore-header{margin:20px 0 8px 0;}
.explore-cabinets .cabinets-grid .section{float: left;width:234px;height:300px;border:1px solid #999;}
.explore-cabinets .cabinets-grid .section .image{float:left;width:100px;}
.explore-cabinets .cabinets-grid .section .pi-holder{height:115px;}
.explore-cabinets .cabinets-grid .section .pi-holder .information{float:left;width:124px;padding:0 0 0 10px;}
.explore-cabinets .cabinets-grid .section .pi-holder .information .top{height:50px;}
.explore-cabinets .cabinets-grid .section .pi-holder .information .top .product-name{margin:5px 0;}
.explore-cabinets .cabinets-grid .section .pi-holder .information .top .product-name a,
.explore-cabinets .cabinets-grid .section .pi-holder .information .top .product-name a:visited{color:#000;font-weight:bold;font-size:14px;}
.explore-cabinets .cabinets-grid .section .pi-holder .information .top .product-name a:hover{color:#781A97;text-decoration:none;}
.explore-cabinets .cabinets-grid .section .products-holder{height:157px;width:234px;}
.explore-cabinets .cabinets-grid .section .products-holder .items{width:211px;margin:0 auto;}
.explore-cabinets .cabinets-grid .section .products-holder .items .images-left{margin:0 10px 10px 0;float:left;}
.explore-cabinets .cabinets-grid .section .products-holder .items .images-right{margin:0 0 10px 0;float:left;}
.explore-cabinets .cabinets-grid .section .bottom{height:26px;width:234px;border-top:1px solid #999999;background:#ffe7f5;}
.explore-cabinets .cabinets-grid .section .bottom .left{height:22px;float:left;width:134px;border-right:1px solid #999999;background:#fff;color:#781A97;font-size:14px;text-align:center;padding:5px 0 0 0;}
.explore-cabinets .cabinets-grid .section .bottom .right{height:20px;width:97px;float:left;font-size:12px;text-align:center;padding:6px 0 0 0;}
.explore-cabinets .cabinets-grid .section .bottom .right a,
.explore-cabinets .cabinets-grid .section .bottom .right a:visited{color:#0f0e0e;}
.explore-cabinets .cabinets-grid .section .bottom .right a:hover{color:#781A97;}
.explore-cabinets .toolbar .pager .pages { width: 200px; }
.explore-cabinets .toolbar .pager .pages ol { float:right;}
.explore-cabinets .pager .amount { padding: 7px; }

.cabinets-page-header{font-size:16px;padding:0;color:#781A97;text-transform:uppercase;}
.cabinets-page-blog{color:#AAA;margin:0 0 15px 0;font-size:14px;}
.cabinets-page-blog a,
.cabinets-page-blog a:visited{color:#AAA;}
.cabinets-page-blog a:hover{color:#781A97;text-decoration:underline;}

/* BEAUTY CABINET FILTER */
.toolbar-explore .sorter .filter-by .input{margin:0 0 15px 0;}
.toolbar-explore{margin-top: -1px;font-size: 12px;font-weight: bold;color: #666;border-top: 1px solid #CCC;}
.toolbar-explore .head{padding:10px 15px;background: #CCC;font-weight:normal;font-size:18px;color:#000;}
.toolbar-explore .sorter .filter-by {margin:0 0 0 10px;}
.toolbar-explore .sorter label {display: block; font-weight:normal;}
.toolbar-explore .sorter input[type="radio"]
                                {  margin-right: 10px;}

/* cabinet preview block */
#beautycabinet-sidebar-public {
    clear: both;
}
.block-beautycabinet-public .item {
    float: left;
    margin-left:2px;
}

/* ======================================================================================= */


/* ============================shop page============================================ */
.shop-page-header{margin-left:2px;}
.shop-page-header a{float:left;}
.shop-page-leftmenu{float:left;color:#646675;width:198px;margin-top:10px; }
.shop-page-main{margin-left:8px;}
.shop-page-leftmenu ul {color:#646675; margin-top:20px;}
.shop-page-leftmenu li a{color:#646675;font-size:12px;}
.shop-page-leftmenu li a:hover{text-decoration:underline;}
.shop-page-rightmenu{float:left;margin-top:20px;}
.shop-page-rightmenu-top{width:200px;color:#646675;}
.shop-page-rightmenu-top .left-product{float:left;width:260px;}
.shop-page-rightmenu-top .right-product{float:left;padding-left:30px;width: 485px;}
.shop-page-rightmenu-top .right-product img{float:left;padding-left:30px;}
.shop-brand1-text{font-weight:bold;font-size:12px;text-align:right;color:#646675;  padding-bottom: 10px;padding-top: 10px;}
.shop-brand1-text a{color:#646675;background: url(../images/shop/shop-arrow.png) top right no-repeat;padding-right:13px;}
.shop-brand1-text a:hover{color:#646675;}
.shop-brand1-text a:active{color:#646675;}
.shop-brand1-text a:visited{color:#646675;}
.shop-brand1{color:#000000;}
.shop-logo1{color:#000000;}
.shop-brand2 td{ padding-left:5px;}

.skincare a { background: url(../images/shop/skin-care.jpg) no-repeat;width:137px;position:relative;overflow:hidden;height:33px;}
.skincare a:hover { background: url(../images/shop/skin-care.jpg) 0 -33px; }
.makeup a {  background: url(../images/shop/make-up.jpg) no-repeat;width:137px;position:relative;overflow:hidden;height:33px; }
.makeup a:hover { background: url(../images/shop/make-up.jpg) 0 -33px; }
.haircare a {  background: url(../images/shop/hair-care.jpg) no-repeat;width:136px;position:relative;overflow:hidden;height:33px; }
.haircare a:hover { background: url(../images/shop/hair-care.jpg) 0 -33px; }
.bathbody a {  background: url(../images/shop/bath-body.jpg) no-repeat;width:137px;position:relative;overflow:hidden;height:33px; }
.bathbody a:hover { background: url(../images/shop/bath-body.jpg) 0 -33px; }
.naturalorganic a {  background: url(../images/shop/natural-organic.jpg) no-repeat;width:137px;position:relative;overflow:hidden;height:33px; }
.naturalorganic a:hover { background: url(../images/shop/natural-organic.jpg) 0 -33px; }
.fragrance a {  background: url(../images/shop/fragrance.jpg) no-repeat;width:137px;position:relative;overflow:hidden;height:33px; }
.fragrance a:hover { background: url(../images/shop/fragrance.jpg) 0 -33px; }
.tools a {  background: url(../images/shop/tools.jpg) no-repeat;width:135px;position:relative;overflow:hidden;height:33px; }
.tools a:hover { background: url(../images/shop/tools.jpg) 0 -33px; }






/* ======================================================================================= */
/* ======================================================================================= */

.result-no-result{color:#000000;display:block; }
.result-no-search{width:600px;}
.result-no-first-text{color:#000000; font-size: 14px;}
.result-no-second-text{color:#000000;font-size: 16px;}
.result-no-last-text{color:#000000;}
.result-no-text-bold{color:#000000;font-size: 16px;}

    /* Beauty Cabinet Non-Member =========================================================================*/
.preview-header .mainHeader{width:940px;height:56px;background:url("/skin/frontend/enterprise/bloom/images/explore-cabinet/preview-explore-header.png") no-repeat #fff;margin:0 0 10px 0;padding:15px 20px 0 0;}
.preview-header .mainHeader .signIn{flaot:right;color:#781A97;text-align:right;font-size:13px;}
.preview-header .mainHeader .signIn a{text-decoration:underline;flaot:right;color:#781A97;text-align:right;font-size:13px;}
.preview-header .mainHeader .signIn .boldText{font-size:20px;font-weight:bold;}
.preview-header .subhead {background:#6a6d7e;margin-bottom: 10px;height:40px;}
.preview-header .subhead p{float:left;color:#ffffff;font-size:18px;height: 23px;padding-left: 70px;padding-top: 11px;}
.preview-header .subhead .image{float:left; padding-left: 55px;    padding-top: 2px;}
.preview-header .midtext{font-size:18px;color:#6f6f6f;margin:20px 0 0 50px;}
.preview-header .preview-list{width:930px;overflow:hidden;}
.preview-header .preview-list li{display:inline-block;list-style:none;border:1px solid #000;width:165px;margin:0 10px 0 0;}
#carousel-content .slide img{float:left}
#carousel-content .slide .item-text{float:left;font-size:10px;padding:6px 0 0 10px;width:124px;}
#carousel-content .slide .item-text .displayName{font-size:12px;font-weight:bold;}
#carousel-content .slide .item-text .attributes{font-size:11px;margin:5px 0 0 0;font-size:14px;}


/* ======================================================================================= */
    /* VIP Product Page ======================================================================================*/
.vip_page{margin:20px 0 60px 0;}
.vip_page .vip_left{float:left;width:600px;}
.vip_page .vip_right{float:left;width:259px;margin:23px 0 0 15px;}
.vip_page .vip_right .subHolder{margin:22px 0;}
.vip_page .vip_right .subHolder .subHead{color:#ef1495;}
.vip_page .vip_right .subHolder .bodyText{color:#4a4961;font-weight:lighter;font-size:12px;margin:3px 0 0 10px;}
.vip_page .vip_right .btm_num{margin:10px 0 0 0;}

/* ======================================================================================= */
    /* Edit Profile Page ======================================================================================*/
.checkbox { }
.checkbox input { /*float: left;*/ margin-top: 2px; margin-right: 5px; }
/*.checkbox span{display: block; float: left; padding-left: 10px; }*/
.form-list .checkbox label { font-weight: normal; }
.user-attributes .form-list{list-style:none;}
.my-account .user-attributes .attribute-group .legend{margin:30px 0 0 0;}
.user-attributes .attribute-group { clear: both; }

.my-account .user-attributes .hair{padding:0 0 20px 0; border-bottom:1px solid #333;}
.my-account .user-attributes .basic{margin:30px 0 0 0; border-bottom:1px solid #333;border-top:1px solid #333;}

.user-attributes .what li{float: left; width:245px;}

.box-reviews .attribute-group .legend{ font-weight: bold; color: #000; }
.box-content .eye .form-list,
.box-content .facial .form-list,
.box-content .body .form-list,
.box-content .hair .form-list{
    margin-top: 10px;
}

.my-account .checkbox span{ width: 190px; }

.box-reviews .user-attributes .what li{float: left; width:200px;}

.my-account .facial .label,
.my-account .eye .label,
.my-account .body .label,
.my-account .hair .label{ /*width:205px; margin:0 0 0 20px;*/ }

.user-attributes .basic .basic_min{margin:0 0 25px 0;}

/*.user-attributes .basic .basic_min .basic_checks .is_your_hair_color_treated,
.user-attributes .basic .basic_min .basic_checks .is_your_hair_chemically_treated{width:250px;margin:0 0 0 20px;}*/

.user-attributes .basic .basic_min .radios label{width:200px;}

.user-attributes .about .about_min{margin:0 0 30px 0;}
.user-attributes .about .about_min label{margin: 0 0 10px 0;}
.user-attributes .about .about_min .input-box textarea{width:550px;}


/* ======================================================================================= */
    /* Best4You Widget ======================================================================================*/
.b4yWidget{width:745px;height:400px;}
.b4yWidget .upper{height:30px;background:#bbb;}
.b4yWidget .upper .lefty{float:left;}
.b4yWidget .upper .righty{float:right;}

/* ======================================================================================= */

#carousel-wrapper {
    width: 871px;
    height: 72px;
   /* margin:10px 0 20px 0;*/
    overflow: hidden;
    position:absolute;
    left:41px;
    top:13px;



}
#carousel-content {
    width: 3315px;
}
#carousel-content .slide {
    float: left;
    width: 206px;
    border:1px solid #000;
    margin:0 13px 0 0;
}

.carousel-main
{
	position:relative;
	height:100px;
	}

.carousel-main .prev-arr
{
	position:absolute;
	top:20px;
	/*margin:9px 13px 0 0;*/
	}

.carousel-main .next-arr{
	position:absolute;
    left: 925px;
    top:20px;
    }



/*.prev-arr{float:left;margin:17px 13px 0 0;}*/

/*.next-arr{float:left; margin:17px 0 0 13px;}*


/* ======================================================================================= */
	/* Category Page =========================================================================
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
*/
	/* Category Page =========================================================================*/
/* Category Page  migrated from bloom.com========================================================================= */
.category-view {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-top: 5px;
}

.col1-layout .category-view {
	margin: 0;
}

.category-title {
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.category-title h1 {
	text-transform: uppercase;
	padding-left: 10px;
}

.col2-left-layout .category-title {
	margin: 0 -20px 0;
	padding: 0 20px 0;
}

.category-title .rss-feed {
	float: right;
	margin: 7px 0 0;
	padding-left: 17px;
	line-height: 12px;
	/*background: url(../images/icon_rss.gif) 0 0 no-repeat;*/
	white-space: nowrap;
	text-decoration: none;
}

.category-title .rss-feed:hover {
	text-decoration: underline;
}

.category-view .note-msg,.category-description {
	padding: 0 10px 10px;
	font-size: 12px;
}

.category-view .pager .limiter {
     float:right;
     line-height:20px;
     padding-top:3px;
}
.category-view .pager .pages {
     float:right;
     line-height:20px;
     padding-top:3px;
}

.category-view .pager .pages a,a:active,a:visited  {
    color: #666666;
    text-decoration: none;
}

.results-view .pager .limiter {
     float:right;
     line-height:20px;
     padding-top:4px;
}

.results-view {
	border:1px solid #000000;
	border-bottom:none;
}
.results-view .recommendations a{
    color:#666666;

}

.catalogsearch-result-index .page-title {
	margin-bottom: 0;
}

.catalogsearch-result-index .note-msg {
	margin: 20px 0;
}

.sidebar .category-title {
	margin: 0;
}

.category-image {
	margin: 10px;
	overflow: hidden;
	width: 780px;
}

.col3-layout .category-image {
	width: 580px;
}

.category-image img.category-image {
	margin: 0;
	width: auto !important;
}

.category-products {
	padding: 2px 0 0;
}

.category-products .price-box {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* View Type: Grid */
.products-grid {
	position: relative;
}

.products-grid.last {

}

.products-grid li.item {
	float: left;
	width: 158px;
	padding: 10px;
}

.products-grid .product-image {
	display: block;
	width: 135px;
	height: 135px;
	margin: 0 auto 10px;
}

.products-grid .product-name {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 12px;
	min-height: 50px;
	width: 160px;
	padding-left:4px;
}

.products-grid .price-box {
	margin: 5px 0;
}

.products-grid .actions .availability {
	height: 21px;
	line-height: 21px;
	font-size: 12px;
}

.products-grid .actions button {
	display: block;
	margin: 0 auto;
}

.product-view-brand {
	float:left;
    color:#666;
}

.product-view-brand a {
   text-decoration: none;
   color: #666;
}

.product-view-brand a:visited  {
   text-decoration: none;
   color: #666;
}

.product-view-brand a:hover  {
   text-decoration: none;
   color: #800080;
}

.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: Grid */
.products-grid {
	padding: 0 10px 15px;
	margin: 0 0 15px;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #aaaaaa;
	  width: 96.5%;
}

.category-products ul.last {
	background: none;
	padding: 0 0 8px 20px;
}

.review-product {
    display: block;
	color: #666;
	background: url(../images/review/productpagereview.png) 0 3px no-repeat;
	padding: 4px 5px 4px 18px;
	text-decoration: none;
	line-height: 15px;
	width: 100px;
	height: 18px;
    float: left;
    font-size:12px;
}


.write-review a:hover  {
   text-decoration: underline;
   color: #666666;
}

/* ======================================================================================= */
	/* Product View ========================================================================== */

/************ Product Page  *****************/
.product-main {
	float: right;
	width: 680px;
}

.gc-instructions {
    padding: 0 0 15px 0;
}

.gc-product-main {
    float: right;
    width: 583px;
}

.gc-product-bg {
    background: #fbebff;
    width: 402px;
    padding: 20px 20px 20px 20px;
}

.product-view {
    margin-bottom: 20px;
}
.gc-product-left {
    float: left;
    width: 377px;
}
.product-left {
	float: left;
	width: 280px;
}
.product-bottom {
    clear: both;
}

.product-essential {
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-main-info1 .volume_treatment {
    float: left;
    color: #999;

}
.product-main-info1 .product-ids {
    float: right;
    font-weight: bold;
}

.product-main-info3 .review-info {
    float: left;
    width: 200px;
    margin:22px 0 0 0;}
.product-main-info3 .icon-wrapper {
    float: left;
   /* width: 200px;*/
    margin:0 0 0 90px;
}
.product-main-info3 .shipping-info {
    float: right;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
    /*font-weight: bold;*/
}
.product-view .product-main-info3 .shipping-info .hint-container {
    bottom: 15px;
}

.product-view .facebook-like {
    margin-bottom: 10px;
}

.product-view .product-buy-box {
    background: #F0E8FF;
    padding: 10px;
}
.gc-product-view .product-buy-box {
    background: #fbebff;
    padding: 10px;
}

.product-view .gc-product-img-box .product-image {
    width: 377px;
    height: 300px;
    overflow: hidden;
    z-index: 3;
}

.product-view .gc-product-img-box .product-image  img {
    max-width: 367px;
    max-height: 300px;
}

.product-view .size-attr {
    float: left;
    width: 100px;
    font-weight:bold;
}
.product-view .size-attr-size {
   font-size:11px;
   font-weight:normal;
}
.product-view .price-label{
   font-size:11px;
}

.product-view .add-to-qty{
    float: left;
}
.product-view .add-to-qty label{
    display: block;
    font-size:11px;
}
.product-view .availability {
    text-align: right;
    margin-right: 55px;
}
.product-view .price-wrapper {
    float: left;
    width: 80px;
}
.options-container-small {
    width: 220px;
    float: left
}
.product-view .add-to-cart{
    float: right;
}

.product-view .table_attr {

}

.product-view .add-to-links {
    float: left;
    width: 50%;
    padding:  0;
}
.product-view .reward-message {
    margin: 12px 0 0;
    float: right;
    width: 50%;
    clear: none;
}

/* Product Banner */
.product-banner {padding: 0 0 0 0;}

/* product icons */

.hint-container {
	position: absolute;
}
.hint-hide {
	left: -9999px !important;
}
.product-view .icons ul {
	margin: 10px 0;
}
.product-view .icons .icon {
	float: left;
	position: relative;
	z-index: 4;
}
.product-view .icons .hover {
	z-index: 100;
}
.product-view .icons span.natural,
.product-view .icons span.award,
.product-view .icons span.sensitive{
	display: block;
	width: 54px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align: center;
	padding: 30px 0 0;
}

.product-view .icons .natural {
	background-image: url(../images/icon/ico_natural.gif);
}
.product-view .icons .award {
	background-image: url(../images/icon/ico_award.gif);
}
.product-view .icons .sensitive {
	background-image: url(../images/icon/ico_sensitive.gif);
}
.product-view .icons .hint-container {
    bottom: 15px;
	left: 50%;
	margin: 0 0 0 -127px;
}
.product-view .icons .hint-container {
	background: url(../images/icon/bkg_icons_hint.gif) no-repeat 100% 100%;
	width: 254px;
	padding: 0 0 14px;
}
.product-view .icons .hint-wrp {
	background: url(../images/icon/bkg_icons_hint.gif) no-repeat 0 0;
	padding: 7px 0 0;
}
.product-view .icons .hint-inner {
	background: url(../images/icon/bkg_icons_hint.gif) no-repeat 0 100%;
	padding: 8px 12px 10px;
}
.product-view .icons .hint-inner p {
	margin: 0;
}
.product-view .icons .hint-inner strong.h {
	display: block;
	height: 33px;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	font-size: 30px;
	text-transform: lowercase;
	vertical-align: top;
}


/* Availability */

.availability span {
	font-weight: bold;
}

.availability.in-stock {
	color: #666666;
}

.availability.out-of-stock {
	color: #cf3a00;
}

.availability-only {
	margin: 10px 0 7px;
	line-height: 16px;
	background: url(../images/i_availability_only.gif) 0 50% no-repeat;
	padding-left: 15px;
}

.availability-only span,.availability-only a {
	border-bottom: 1px dashed #751d02;
	color: #000;
	cursor: help;
}

.availability-only a {
	background: url(../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-details {
	margin: 0 0 7px;
	border: 1px solid #d9d9d9;
}

.availability-only-details th {
	background: url(../images/bkg_thead.gif) repeat-x scroll 0 0 #e8e8e8;
}

.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 {
	font-weight: bold;
}

/* Email to a Friend */
.email-friend {
	margin: 0;
}

/* Alerts */
.alert-price {
	margin: 0;
	font-size: 11px;
}

.alert-stock {
	margin: 0;
	font-size: 11px;
    color: #cf3a00;
    float: right;
}

.alert-stock a,.alert-stock a:active,.alert-stock a:visited,.alert-stock a:hover{
    color: #cf3a00;
}

/********** < Product Prices */
.price {
	white-space: nowrap !important;
}

.price-box {
	margin: 5px 0;
}

.price-box .price {
	font-weight: bold;
}

/* Regular price */

.regular-price .price {
	font-size: 12px;
	display: block;
	letter-spacing: -1px;
	font-weight: bold;
	/*padding-left:4px;*/
}

.box-tabs .tab-content .regular-price .price,.box-tabs .tab-content .special-price .price
	{
	font-size: 20px;
	text-align: right;
}

.block .regular-price,.block .regular-price .price {

}

/* Old price */
.old-price {
	margin: 0;
}

.old-price .price-label {
	white-space: nowrap;
}

.old-price .price {
	font-weight: bold;
	text-decoration: line-through;
}

/* Special price */
.special-price {
	margin: 0;
	padding: 3px 0;
}

.special-price .price-label {
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
}

.special-price .price {
	font-size: 13px;
	font-weight: bold;
}

/* 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 .price {
	font-weight: normal;
}

/* Excluding tax */
.price-excluding-tax {
	display: block;
}

.price-excluding-tax .label {
	white-space: nowrap;
}

.price-excluding-tax .price {
	font-size: 13px;
	font-weight: normal;
}

/* Including tax */
.price-including-tax {
	display: block;
}

.price-including-tax .label {
	white-space: nowrap;
}

.price-including-tax .price {
	font-size: 13px;
	font-weight: bold;
	}

/* FPT */
.weee {
	display: block;
	font-size: 11px;
}

.weee .price {
	font-size: 11px;
	font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
	display: block;
}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {
	display: block;
}

/* 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;
}

.price-notice .price {
	font-weight: bold;
}

/* Price as configured */
.price-as-configured {
	margin: 0;
}

.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-box-bundle {
	padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
	margin: 0 !important;
	padding: 0 !important;
}

.price-box-bundle .price {

}

/********** 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(../images/i_tier.gif) no-repeat 0 3px;
	padding: 2px 0 2px 10px;
}

.tier-prices .benefit {
	font-style: italic;
	font-weight: bold;
}

.tier-prices .price {
	font-weight: bold;
}

.tier-prices-grouped li {
	padding: 2px 0;
}

.tier-prices-grouped li .price {
	font-weight: bold;
}

/* Add to Links */ /* Add to Links */
.add-to-links {
	margin: 15px 0 0;
	font-size: 12px;
	padding-left:4px;
}

.add-to-links li {
	margin: 2px 0;
	display: inline;
}

.add-to-links a {
	color: #666;
	background: url(../images/bkg_addto.gif) no-repeat;
	padding: 0 9px 0 18px;

	text-decoration: none;
	line-height: 15px;

}



.add-to-links a:hover {
	text-decoration: underline;

}

.add-to-links .separator {
	display: none;
}

/* Add to Cart */
.add-to-cart label {
	display: block;
	font-size: 11px;
	text-transform: capitalize;
}

.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;
	padding: 10px 0 0;
	text-align: right;
}

/* Class: std - styles for admin-controlled content */
.std>ul,.std>ol,.std>dl,.std>p,.std>address,.std>blockquote {
	margin: 0 0 1em;
	padding: 0;
}

.std>ul {
	list-style: disc outside;
	padding-left: 1.5em;
}

.std>ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}

.col-main div.std {
	font-size: 13px;
}

.col-main div div.std {
	font-size: inherit;
}

.col-main div.std .page-title {
	margin-bottom: -10px;
}

.tab-list {
	position: relative;
	min-height: 320px;
}

.tab-list .tab {
	float: left;
	cursor: pointer;
}

.tab-list .last {

}

.tab-list .active {
	cursor: default
}

.tab-list .tab-container {
	position: absolute;
	left: 0;
	width: 100%;
}

.tab-list .tab-content {

}
/* Class .std - Standart CSS styles for admin-controlled content */
.tab-list .tab-content .std ul,.tab-list .tab-content .std ol,.tab-list .tab-content .std dl,.tab-list .tab-content .std p,.tab-list .tab-content .std address,.tab-list .tab-content .std blockquote
	{
	margin: 0 0 1em;
	padding: 0;
}

.tab-list .tab-content .std ul {
	list-style: disc outside;
	padding-left: 1.5em;
}

.tab-list .tab-content .std ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}

.tab-list .tab-content .std ul ul {
	list-style-type: circle;
}

.tab-list .tab-content .std ul ul,.tab-list .tab-content .std ol ol,.tab-list .tab-content .std ul ol,.tab-list .tab-content .std ol ul
	{
	margin: .5em 0;
}

.tab-list .tab-content .std dt {
	font-weight: bold;
}

.tab-list .tab-content .std dd {
	padding: 0 0 0 1.5em;
}

.tab-list .tab-content .std blockquote {
	font-style: italic;
	padding: 0 0 0 1.5em;
}

.tab-list .tab-content .std address {
	font-style: normal;
}

.tab-list .tab-content .std b,.tab-list .tab-content .std strong {
	font-weight: bold;
}

.tab-list .tab-content .std i,.tab-list .tab-content .std em {
	font-style: italic;
}

.tab-content .tab-list-beauty-benefits{
	font-weight: bold;
	color: #535353;
	font-family: arial,helvetica,sans-serif;
	font-size: small;
	padding: 0 0 10px 0;
}

/********************** related products *****************/
.product-view .box-related .note,
.product-view .box-related .note a {
    color: #999999;
}
.product-view .box-up-sell .products-grid,
.product-view .box-related .products-grid {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0 0 10px;
}
.product-view .box-related li.item {
    padding: 18px 0 0;
    position: relative;
    width: 130px;
}
.product-view .box-related .product-name a{
    font-size: 12px;
    color:#000000;
}
.product-view .box-related .product-name a:hover{
    font-size: 12px;
    color:#800080;
}


.products-grid .no_rate {
    height: 18px;
    margin: 5px 0;
}
.product-view .box-related .price-box {
    margin: 8px 0;
}
.product-view .box-related li.item {
    padding: 18px 0 0;
    position: relative;
    width: 130px;
    float: left;
    margin-right:8px;
}
.box-title h2{
	font-size:14px;
	font-weight:bold;
	padding-bottom: 2px;
    padding-left: 71px;
    padding-top: 2px;
    color:#ffffff;
	}
	.product-view .box-related .box-title
	{
	 background:#58595b ;
	 width: 260px;
	}

/************ gift card collateral-tab *************/

.gc-collateral-tab {
    position: relative;
    z-index: 2;
}

.gc-collateral-tab .gc-tab{
    position: relative;
    color: #fff;
    font-size: 15px;
    background: #58595b;
    height: 30px;
    width: 100px;
    white-space: nowrap;
    padding: 10px 0 0 20px;
    font-weight: bold;
}

.gc-collateral-tab .gc-tab-container {
    width: 367px;
}

.gc-collateral-tab .gc-tab-content {
    padding: 15px 15px 15px 15px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #000;
    width: 335px;
}

/************ collateral-tabs *************/

.collateral-tabs .tab {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 15px;
	background: #9b9b9d;
	height: 30px;
	white-space: nowrap;
	padding: 0 0 0 14px;
    margin-right: 10px;
	/*border-left: 4px solid #ffffff;
	border-right: 4px solid #FFFFFF;*/
}

.collateral-tabs .tab span {
	line-height: 30px;
	height: 30px;
	float: left;
	min-width: 90px;
	text-align: center;
	padding: 0 14px 0 0;
}

.collateral-tabs .active {
	z-index: 3;
	border-bottom: 0;
	background: #58595b;
}

.collateral-tabs .active span {
	background-position: 100% 0;
	line-height: 30px;
}

.collateral-tabs .tab-container {
	z-index: 1;
	top: 38px;
	min-height: 300px;
	margin-top: -8px;
}

.collateral-tabs .tab-content {
	padding: 15px 10px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #000;
}

.collateral-tabs .tab-content object,.collateral-tabs .tab-content embed
	{
	width: 100% !important;
	height: auto !important;
}

.collateral-tabs .tab-content .data-table {
	margin: 10px 0;
}

.collateral-tabs .tab-contentrelated {
	padding: 15px 10px;
	font-size: 12px;
	background: #fff;
}

.product-view .table_attr th {
	border: none;
	padding-top: 8px;
	text-transform: capitalize;
	font-weight: bold;
	color: #666;
	font-size: 13px;
	background: #e7e8e9;
}

.product-view .table_attr th.first {
	background-position: 0 0;
}

.product-essential h2 {
	font: bold 13px/1.35 Arial, Helvetica, sans-serif;
}

/* Block: Layered Navigation  migrated from bloom.com*/

.sidebar .block-layered-nav .block-title {
	display: none;
}

.sidebar .block-layered-nav .block-title h2 {
	font-size: 18px;
	color: #111;
}

.sidebar .block-layered-nav .block-subtitle {
	display: none;
}

.sidebar .block-layered-nav dt {
	margin: 2px 0 0;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}

.sidebar .block-layered-nav dd {
	margin: 0 0 13px;
	color: #666;
}

.sidebar .block-layered-nav dd li {
	margin: 2px 0;
	font-size: 12px;
}

.sidebar .block-layered-nav dd a {
	color: #666;
	text-decoration: none;
}

.sidebar .block-layered-nav dd a:hover {
	text-decoration: underline;
}

.sidebar .block-layered-nav .currently {
	padding: 10px 20px 10px 0;
}

.sidebar .block-layered-nav .currently li {
	padding: 5px 20px 5px 0;
	color: #D98042;
}

.sidebar .block-layered-nav .currently .label {
	font-weight: bold;
	color: #D98042;
	font-size: 12px;
}

.sidebar .block-layered-nav .actions {
	text-align: left;
	padding-right: 7px;
	display: none;
}



/****************************** Product Images **********************************/
.product-view .short-description {
	clear: both;
	display: none;
	font-size: 12px;
	padding: 10px 0;
}

.col3-layout .product-view .product-img-box {
	float: none;
	margin: 0 auto;
}

.product-view .product-img-box .product-image {
	width: 300px;
	height: 300px;
	overflow: hidden;
	z-index: 3;
}

.product-view .product-img-box .product-image  img {
	max-width: 270px;
	max-height: 270px;
}

.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(../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(../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;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.product-view .product-img-box .more-views ul {
	margin-left: -40px
}

.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: 94px;
	height: 94px;
	overflow: hidden;
}

.product-view .product-img-box .more-views {
	 margin:10px -10px 0 0;
	  padding:0 0 0;

}

.product-image-popup {
	margin: 0 auto;
}

.product-image-popup .nav {
	font-weight: bold;
	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;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
	margin: 0;
	padding: 0;
}

/******************* 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 {

}

/************* Rating *****************/
.review-summary-table{
    border: 1px solid #ddd;
    border-bottom: 0;
    width: 100%;
    border-collapse: separate;
}
.details{
	float:right;
	width:430px;
}
.myaccount-dashbord .details{
    float:none;
    width:430px;
    margin-top:25px;
}
.ratings {
    font-size: 14px;
	line-height: 20px;
	margin: 7px 0;
}
.ratings .rating-links {
	/*clear: both;*/
	width:400px;
}
.ratings .rating-links a {
	/*display: block;*/
	/*font-weight: bold;*/
    color:#666666;
    text-decoration:underline;
    padding:  2px 0;
    font-size: 12px;
}
.product-view .ratings a:hover {
    color:#801F94;
    text-decoration:none;
}

.ratings .rating-links .write-review {
    background: url(../images/review/productpagereview.png) 0 3px  no-repeat;
	padding-left: 18px;
}

.rating-box {
    display: block;
	width: 95px;
	height: 19px;
	font-size: 0;
	line-height: 0;
	background: url(../images/stars_large.png) 0 0 repeat-x;
	text-indent: -999em;
	overflow: hidden;
	margin-left:4px;
}
a .rating-box {
    cursor: pointer;
}
.clearer {
	font-weight:bold;
	}

.rating-box .rating {
	float: left;
	height: 19px;
	background: url(../images/stars_large.png) 0 -38px repeat-x;
}

.ratings .rating-box {
	float: left;
	margin-right: 13px;
}


/* 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 {
	padding-left: 15px;
	background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
	clear: both;
	font-weight: bold;
	margin: 0;
}

/* CMS Home Page */


/* 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 {

}

.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 {

}

/* RSS */
.rss-title h1 {
	background: url(../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;
}

/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
/* .cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* 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; }

/* Shopping Cart Table */ /*.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px;  }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold;  }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span,
.cart-table .btn-update span {  }

/* 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 { 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 .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0px;  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 .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 {  }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 {  }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
/*.cart .totals { float:right; width:270px;  }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.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; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Shopping Cart migrated from bloom.com ========================================================================= */
.checkout-cart-index .col-main {
	padding: 0;
}

.checkout-cart-index .col-main .page-title {
	margin: 0;
	padding: 0;
}

.cart-empty {
	padding: 20px;
	background: #fff;
}
.cart-empty p{
  float:left;
  clear:both;
  padding:5px 0 0 0;
}
.btn-cart-empty {
  float:left;
  margin:0 0 0 10px;
}

.cart .cart-container .title-buttons {
	margin: 10px 0 20px;
}

.cart .title-buttons h1 {
	color: #231f20;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 25px;
	vertical-align: top;
}

.cart .button-set .button {
    float: right;
    margin-left: 10px;
}

.cart .messages,.cart .messages li {
	margin: 0;
}

.cart .checkout-types {
	float: right;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 176px;
	height: 25px;
}

.cart .checkout-types fieldset {
	display: inline;
}

.checkout-types li {
	margin: 0;
	padding: 0;
}

.cart .btn-update {
	display: block;
	width: 174px;
	height: 23px;
	margin: 0;
	padding: 0;
}

.cart .btn-update span {
	display: block;
}
#shopping-cart-table .btn-remove {
	display: block;
	width: 40px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(../images/checkout/remove_from_cart.gif) 10px 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
table#checkout-review-table .btn-remove,
table#shopping-cart-totals-table .btn-remove {
	background: none;
}
.cart .btn-update  span span {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	font: 0/0 Arial;
}

.cart .cart-table-wrapper {
	padding: 0;
}

.cart .cart-table {
	border: none;
	color: #58595b;
	background: #f0e8ff;
	border-collapse: collapse;
}

.cart .cart-table thead {

}

.cart .cart-table thead th {
	font-size: 12px;
	color: #000;
	text-transform: lowercase;
	background: #f0e8ff;
	border: 0 none !important;
	padding-top: 10px;
}

.cart .cart-table tfoot {
	background: #fff;
}

.cart .cart-table tr.even {

}

.cart .cart-table tbody td {
	border-bottom: 2px #fff solid;
	background: #f0e8ff;
	color: #58595b;
}

.cart .cart-table tbody td a {
	color: #58595b;
    text-decoration: none;
}

.cart .cart-table tfoot td,.cart .cart-table tbody tr.last td {
	border: 0 none !important;
}

.cart .cart-table tfoot td {

}

.cart .cart-table tbody td .btn-remove img {
	margin: 10px 0 0;
}

.cart .cart-table tbody td .cart-price {
	display: block;
	margin: 7px 10px 0;
}

.cart .cart-table tbody td .qty {
	margin: 5px 10px 0;
	display: block;
}

.cross-inside .cart-table {

}

.cross-inside .cart-table tfoot {

}

/* Shopping Cart Table */
.cart-table {
	border-width: 1px 0;
}

.cart-table .item-msg {
	font-size: 10px;
}

.cart-table thead th {
	vertical-align: bottom;
}

.cart-table tbody td {
	padding: 12px;
}

.cart-table .btn-continue {
	float: left;
	background: none;
	border: none;
}

.cart-table .btn-continue span {
	background: none;
	border: none;
	text-transform: none;
	color: #444;
	text-decoration: underline;
	font-weight: normal;
	padding: 0;
}

.cart-table .btn-update {
	float: right;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	width: 700px;
	min-height: 270px;
	border-top: 1px solid #000;
}

.cart .cart-collaterals h2 {
	color: #000;
	font-weight: normal;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
    font-weight:bold;
}

.cart .deals {
	float: left;
	width: 330px;
	display: inline;
	font-size: 12px;
}

.cart .deals p,.cart .deals label {
	margin: 0 0 7px;
	display: block;
}

.cart .deals .input-text {
	width: 190px;
	margin: 0 5px 3px 0;
	float: left;
}

.cart .giftcard {
	position: relative;
	z-index: 1;
}

.cart .giftcard button.check-gc-status {
	clear: both;
}

.cart .giftcard button.check-gc-status span {
	padding: 0 !important;
	background: none !important;
	line-height: 1.2 !important;
	color: #666 !important;
	height: auto !important;
	font-weight: normal !important;
	text-transform: none !important;
}

.cart .giftcard button.check-gc-status span span {
	text-decoration: underline;
	font-size: 11px !important;
}

.cart .giftcard,.cart .discount {
	margin: 0 0 20px 0;
}

.cart .giftcard #giftcard_balance_lookup {
	margin: 0 30px 0 0;
}

.cart .cancel-btn {
	margin: 5px 30px 0 0;
	clear: left;
}

.cart .shipping {
	float: left;
	display: inline;
	font-size: 12px;
	width: 330px;
}

.cart .shipping select {
	width: 280px;
}

.cart .shipping .input-text {
	width: 274px;
}

.cart .shipping p {
	margin: 0 0 15px;
}

.cart .shipping .buttons-set {
	width: 280px;
	margin: 0;
}

.cart .shipping .form-list label {
	float: none;
	width: auto;
	text-align: left;
	padding: 0;
}

.cart .shipping .form-list .input-text,.cart .shipping .form-list select
	{
	display: block;
	float: none;
}

/* Shopping Cart Collateral boxes with Crossell */
.cross-inside .cart-collaterals {
	width: 475px;
	min-height: 270px;
}

.cross-inside .deals {
	float: left;
	width: 212px;
	padding: 10px;
}

.cross-inside .deals p,.cross-inside .deals label {
	margin: 0 0 7px;
	display: block;
	font-size: 12px;
	color:#777;
}

.cross-inside .deals .input-text {
	width: 90px;
	margin: 0 5px 3px 0;
	float: left;
}

.cross-inside .deals button.check-gc-status,.cross-inside .deals button.check-gc-status span,.cross-inside .deals button.check-gc-status span span
	{
	background: 0 none;
	display: inline;
	width: auto;
	float: left;
	overflow: visible;
	font-size: inherit;
	text-indent: 0;
}

.cross-inside .deals button.check-gc-status {
	margin-top: 10px;
}

.cross-inside .giftcard,.cross-inside .discount {

}

.cross-inside .cancel-btn {
	margin: 5px 30px 0 0;
	clear: left;
}

.cross-inside .shipping {
	width: 210px;
	min-height: 250px;
	padding: 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.cross-inside .shipping p {
	width: 180px;
}

.cross-inside .shipping select {
	width: 211px;
}

.cross-inside .shipping .input-text {
	width: 211px;
}

.cross-inside .shipping p {
	margin: 0 0 15px;
}

.cross-inside .shipping .buttons-set {
	width: 211px;
}

.cross-inside .shipping .form-list label {
	float: none;
	width: auto;
	text-align: left;
	padding: 0;
    font-weight:normal;
}

.cross-inside .shipping .form-list .input-text,.cross-inside .shipping .form-list select
	{
	width: 211px;
	display: block;
	float: none;
}

.col-main .cross-inside .cart-container {
	float: right;
	width: 736px;
	padding: 0;
	border-bottom: 1px solid #000;
}

.col-main .cross-inside {

}

.cart .crosssell {
	float: left;
	min-height: 400px;
	width: 200px;
	padding: 0;
	border-right: 1px solid #000;
}

.cart .crosssell h2 {
	font-size: 12px;
	color: #231f20;
	padding: 5px 10px;
	background: #F0E8FF;
	font-weight: normal;
	text-transform: uppercase;
}

.cart .crosssell .item {
	padding: 15px 15px 15px 0;
	border-bottom: #aaaaaa 1px solid;
}

.cart .crosssell .product-image {
	float: left;
	margin: 0 10px 10px 0;
}

.cart .crosssell .product-shop {
	overflow: hidden;
}
.cart .crosssell .product-shop a,a:active,a:visited  {
    color: #666666;
    text-decoration: none
}
.cart .crosssell .product-shop a:hover {
    color: #800080;
    text-decoration: none
}

.cart .crosssell .product-name,.cart .crosssell .price-box,.cart .crosssell p,.cart .crosssell .add-to-links
	{
	margin: 0 0 5px;
}

.cart .crosssell .ratings {
	margin-bottom: 10px;
}

.cart .crosssell .no_rate {
	display: none;
}

.cart .crosssell .add-to-links li {
	margin: 0;
}

.cart .crosssell .price-label {
	display: none;
}

.cart .crosssell .regular-price .price {
	color: #6d6e71;
}

.cart .crosssell .special-price .price {
	color: #a40074;
}

.cart .crosssell .old-price {
	margin: 0;
}

.cart .crosssell .old-price .price {
	text-decoration: line-through;
}

.checkout-notLoggedIn{
	margin:20px 0 0 0;
    color:#000;
    font-size:13px;
}

/* Shopping Cart Totals */
.cart .totals {
	float: right;
	width: 255px;
	min-height: 250px;
	padding: 10px;
	font-size: 12px;
	border-top: 1px solid #000;
}

.cart .totals table {
	width: 100%;
}

.cart .totals table th,.cart .totals table td {
	padding: 0 5px 5px;
}

.cart .totals .btn-remove img {
	vertical-align: middle;
}

.cart .totals table tfoot strong {
	display: block;
	font-weight: bold;
	font-size: 15px;
}

.cart .totals table tfoot td.a-right {
	vertical-align: top;
}

.cart .totals .checkout-types li {
	margin: 10px 0;
	clear: both;
}

/* Shopping Cart Totals with Crossell */
.cross-inside .totals {
	width: 240px;
}

/* Reward Points */
.rewards {

}

.reward-message {
	display: block;
	clear: both;
}

.reward-message .reward {
	float: right;
	color: #6d6e71;
	background: transparent url(../images/bloom_dollar_flower.png) 0 0 no-repeat;
	padding-left: 25px;
	line-height: 19px;
	font-size: 12px;
}

/* Reward Points types rewrites */
.reward-review,.reward-tag,.reward-checkout {
	margin: 0;
}

/* Options Tool Tip */
.item-options dt {
	font-weight: bold;
	font-style: italic;
}

.item-options dd {
	padding-left: 10px;
	margin: 0 0 6px;
}

.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 dl {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}

.truncated .show dl {
	top: -20px;
	left: 50%;
}

.col-left .truncated .show dl {
	left: 15px;
	top: 7px;
}

.col-right .truncated .show dl {
	left: -240px;
	top: 7px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* example sprite sliding door button */
/*button.btn-checkout span { height:40px; border:0; background:url(../images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%;  }
button.btn-checkout.no-checkout span span { background-position:100% 100%;color:#fff; }*/
button.btn-checkout.no-checkout span span {
	background: #ccc;
	color: #fff;
}

/* Shipping and Payment methods */
.sp-methods {
	margin: 0 0 8px;
}

.sp-methods dt {
	margin: 13px 0 5px;
	font-weight: bold;
}

.sp-methods dd {

}

.sp-methods dd li {
	margin: 5px 0;
}

.sp-methods label {
	font-weight: bold;
}

.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;
}

.please-wait {
	float: right;
}

.please-wait img {
	vertical-align: middle;
}

.cvv-what-is-this {
	font-size: 11px;
	cursor: help;
	margin-left: 10px;
}

/* 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(../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 Cards */
.gc-left-col {
    float: left;
    position: relative;
    width: 150px;
    padding: 7px 0 7px 0;
}
.gc-right-col {
    float: left;
    position: relative;
    padding: 7px 0 7px 0;
}

.gc-amount_container {
    padding-top: 30px;
}

/* Gift Messages */
.gift-messages h3 {
	font-size: 12px;
	font-weight: bold;
}

.gift-messages p.control {

}

.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;
}

.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;
}

.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(../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(../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;
}

.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(../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;
}

.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;
}

.info-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}

.info-set .box {
	margin: 0 0 15px;
}

.info-set .box h2 {

}

.info-set .data-table .product-name {
	font-size: 1em !important;
	font-weight: bold !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;
}

.opc-columns {
	background: url(../images/checkout/bkg_page_left.png) repeat-y -10px 0;
	overflow: hidden;
}

.opc-wrapper .page-title {
	margin: 0;
	position: relative;
	z-index: 1;
}

.opc-wrapper .page-title .callout {
	position: absolute;
	top: 7px;
	right: 20px;
	z-index: 1;
}

.opc-progress-container {
	float: left;
	width: 189px;
}

.opc-progress-container .opc-block-progress {
	background: #fff;
}

.opc-progress-container .opc-block-progress .block-title {
	padding-top: 10px; /* 11px 10px 17px; background:none; */
}

.opc-progress-container .opc-block-progress .block-title strong {
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	padding: 0;
	color: #666666;
	text-transform: lowercase;
	font-weight: bold;
}

.opc-progress-container .opc-block-progress .block-content {
	padding-top: 17px; /* 11px 17px 17px;*/
}

.opc-progress-container .opc-block-progress dt {
	font-weight: bold;
	margin: 2px 0 8px;
}

.opc-progress-container .opc-block-progress dt.complete {
	font-weight: bold;
	margin: 2px 0 4px;
}

.opc-progress-container .opc-block-progress dt.complete a {
	font-weight: normal;
	text-transform: lowercase;
}

.opc-progress-container .opc-block-progress dd.complete {
	margin: 5px 0 8px;
	padding: 5px;
}

.block-progress .block-title {
	background: none;
	border: 0;
	padding: 0;
	margin: 0 0 5px;
}

.block-progress .block-title strong {
	font-size: 13px;
}

.block-progress .block-content {
	background: none;
}

.opc .buttons-set {
	margin-top: 0;
	padding-top: 2em;
}

.opc .buttons-set p.required {
	margin: 0;
	padding: 0 0 10px;
}

.opc .buttons-set .back-link small {
	display: none;
}

.opc .buttons-set .back-link a {
	background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
	padding-left: 16px;
}

.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 {
	float: right;
	width: 750px;
}

.opc li.section {
	position: relative;
}

.opc .step-title {
	margin: 0 0 -4px;
}

.opc .step-title .number {
	display: none;
}

.opc .step-title h2 {
	background-color: #f0e8ff;
	color: #000000;
	font-size: 12px;
	line-height: 22px;
	padding: 0 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.opc .allow .step-title {

}

.opc .allow .step-title h2 {
	background-color: #C2BCCD;
	color: #000;
	cursor: pointer;
}

.opc .active {

}

.opc .active .step-title {
	margin: 0 0 0;
	padding: 0 0 0 0;
}

.opc .active .step-title h2 {
	background: #c2bccd;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #cfcfcf;
	cursor: default;
	font-size: 12px;
	padding: 5px 20px 2px;
	line-height: 24px;
}

.opc .step {
	padding: 10px 0 10px 20px;
	min-height: 200px;
	font-size: 12px;
	background: #fcfcfc;
	border-top: 0;
}

.opc .step .tool-tip {
	right: 10px;
}

.opc .order-review {

}

/*.opc .active .step-title a { display:none; }*/
/*.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; 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;
}

#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;
}

#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;
	line-height: 40px;
}

#opc-review .buttons-set .please-wait {
	height: 40px;
	line-height: 40px;
}

.opc .form-list .radios label,.opc .form-list .checkboxes label {
	font-weight: normal;
	float: left;
	width: 100px;
	display: block;
	padding: 5px;
}
.opc .form-list .opc-billing-col-2 .radios label,.opc .form-list .opc-billing-col-2 .checkboxes label {
    font-weight: normal;
    float: left;
   width: 200px;
    display: block;
    padding: 5px;
}
.opc .form-list .opc-billing-col-2 span.label  {
  line-height:20px;
}

.opc-billing-col-1 {
	float: left;
	width: 460px;
}

.opc-billing-col-2 {
	float: right;
	width: 255px;
	padding: 10px 0 10px 10px;
	background: #feedf8;
}

/* 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;
}

.checkout-progress li.active {
	border-top-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;
}

.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;
}

.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(../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;
}

.multiple-checkout .col2-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}

.multiple-checkout .box {
	margin: 0 0 15px;
}

.multiple-checkout .box h2 {

}

.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(../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(../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 {

}

.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;
}

/* Add to shopping */
.main button.btn-AddToShopping {

}

.main button.btn-AddToShopping span {

}

.main button.btn-AddToShopping span span {

}

/* end add to shopping */

/* 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(../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;
	border: 1px solid #bbb6a5;
	border-bottom: 0;
}

.opc .account-login .col-1 {
	width: 30%;
}

.opc .account-login .col-2 {
	float: right;
	width: 60%;
}

.col2-set .col-2 {
	float: right;
	width: 50%;
}
.invite-page {

	width: 460px !important;
	}

.account-login #login-form {
	display: block;
	clear: both;
}

.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;
}

.account-login .new-users h2,.account-login .new-users h4 {
	background: url(../images/login/new-customers.png) no-repeat;
	height: 33px;
	width: 249px;
	overflow: hidden;
	text-indent: -999em;
	font: 0/0;
	margin: 0;
	padding: 0 0 10px;
}

.account-login .new-users p {
	background: url(../images/login/new-customer-benefits.png) no-repeat;
	height: 68px;
	width: 416px;
	overflow: hidden;
	text-indent: -999em;
	font: 0/0;
	margin: 0;
	padding: 0;
}

.account-login .registered-users h2,.account-login .registered-users h4
	{
	background: url(../images/login/registered-members.png) no-repeat;
	height: 16px;
	width: 207px;
	overflow: hidden;
	text-indent: -999em;
	font: 0/0;
	margin: 0;
	padding: 0 0 10px;
}

.account-login .buttons-set a {
	display: block;
	margin-bottom: 5px;
}

.account-login .buttons-set {
	margin: 10px 0 0;
}

.account-login .registered-users .buttons-set {
	width: 210px;
}

.account-login .registered-users .buttons-set p {
	clear: both;
}

.account-login .new-users .buttons-set button {
	float: left;
}

/* Account Login/Create Pages ============================================================ */
.registermember {
	margin-left: 13px;
}

.registermember span {
	float: right;
	margin-right: 100px;
}

.registermember p {
	font-weight: bold;
	margin-left: 5px;
	margin-top: 10px;
	color: #000000;
}

.createaccountform {
	margin-left: 19px;
}

.co-billing-form {

}

.facebook-signup {
	margin-bottom: 20px;
	overflow: hidden;
}

.facebook-signup div {
	float: left;
}

.facebook-signup .why-facebook {
	padding: 3px 20px 0;
	color: #6b45a3;
}

.question-birthday {
	font-weight: bold;
	padding-top: 20px;
}

.forgotpassword {
	margin-left: 80px;
	text-decoration: underline;
}

.core-attributes {
	width: 50%;
	float: left;
}

.custom-attributes {
	width: 50%;
	float: right;
}
.customer-account-createmodalregular .core-attributes, .fbopengraph-account-createwithfacebookmodal .core-attributes {
    width: 60%;
}
.customer-account-createmodalregular .custom-attributes, .fbopengraph-account-createwithfacebookmodal .core-attributes {
    width: 40%;
}


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
	float: none;
	margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
	margin: 0 8em 1.5em 0;
	font: 11px/1.35 Arial, Helvetica, sans-serif;
}

.dashboard .welcome-msg p {
	margin: 0;
}

.dashboard .col2-set {
	margin: 0 0 15px;
}
.dashboard .page-title h1 {
	color: #000;
	font: normal 16px/1.2 Arial, Helvetica, sans-serif;
	text-transform: upppercase;
	}
.dashboard .info-box {
	background: none;
	margin: 5px;
	}
.dashboard .info-box a,
.dashboard h2 a {
	color: #666;

	}
.dashboard .welcome-msg .sub-title,
.dashboard .welcome-msg p
 {
	padding-bottom: 10px;
	}
.dashboard ol#my_recent_reviews li {
	width: 460px;
	}
.dashboard .number {
	border: 1px solid #ccc;
	padding: 4px;
	}
.myaccount-dashbord .number {
	border: none;
    padding: 15px;
    float:left;
	}
.myaccount-dashbord .product-name
{
	padding-top:13px;
}
.myaccount-dashbord .rating-box
{
    margin-left:38px;
}
div#customer-avatar {
	/*background: none repeat scroll 0 0 #F0E8FF;*/
	text-align: center;
	padding: 8px 0px 8px 0px;
}
div#customer-avatar img {
	max-width: 135px;
	}
/* General Box */
.box-account {
	background: #fff url(../images/bkg_account_box.gif) 0 0 repeat-x;
	border: 1px solid #ccc;
	border-color: #ccc #999 #999 #ccc;
	padding: 15px;
	margin: 0 0 20px;
}

.box-account .box-head {
	border-bottom: 1px solid #d9dde3;
	margin: 0 0 10px;
	text-align: right;
}

.box-account .box-head h2 {
	float: left;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 21px;
}

.dashboard .box .box-title {
	background: url(../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-size: 13px;
	font-weight: bold;
	margin: 0;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
	background-image: url(../images/i_folder-table.gif);
}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {
	background-image: url(../images/i_ma-info.gif);
}

.dashboard .box-info h4 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
	background-image: url(../images/i_ma-reviews.gif);
}

.dashboard .box-reviews .number {
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	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(../images/i_ma-tags.gif);
}

.dashboard .box-tags .number {
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	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;
	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 {

}

.addresses-list .separator {
	margin: 0 3px;
}

.addresses-list li.item {
	background: #fff url(../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 li.empty p {
	font-weight: bold;
}

.addresses-list .addresses-additional li.item {
	background: none;
	border: 0;
	padding: 0;
}

/* Order View */
.order-info {
	background: #dee5e8;
	border: 1px solid #d0cbc1;
	padding: 4px 8px;
	margin: 0 0 8px;
}

.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-date {
	margin: 10px 0;
}

.order-info-box {
	background: #fff url(../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 {
	font-weight: bold;
	font-size: 13px;
}

.order-items .product-name {
	font-size: 1em !important;
	font-weight: bold !important;
}

.order-items .link-print {
	float: right;
	font-weight: normal;
}

.order-items p .link-print {
	float: none;
}

.order-gift-message {
	margin: 15px 0;
}

.gift-message dt strong {

}

.gift-message dd {
	margin: 5px 0 0;
	font-size: 13px;
}

.order-about {
	margin: 15px 0;
}

.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 th,.tracking-table td {
	padding: 1px 5px 0 0;
}

.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;
}


/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h2.h2 { margin:15px 0 10px; }
.page-print .col2-set { margin:10px 0 20px; }

/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; 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;}

#my-orders-table .table-caption { font-size:14px; font-weight:normal; color:#000000; line-height:1.25; margin:0 0 10px; }
#my-orders-table  .table-caption .separator { font-weight:normal; }
#my-orders-table .table-caption a { font-size:12px; font-weight:normal; text-transform:lowercase; }
#my-orders-table .data-table { border:1px solid #ddd; border-bottom:0; width:100%; border-collapse:separate; }
#my-orders-table .data-table th { padding:5px 12px; color:#666; border-bottom:1px solid #ddd; font-weight:normal; text-transform:lowercase; white-space:nowrap; }
#my-orders-table .data-table td { padding:5px 12px; }
#my-orders-table .data-table thead { background:#f0e8ff; font-size:11px; }
#my-orders-table .data-table tbody {}
#my-orders-table .data-table tfoot { background-color:#f7fbfe; }
#my-orders-table .page-print.data-table tfoot td { padding:5px 12px; }
#my-orders-table .data-table tfoot th { border:none; text-transform:none; }
#my-orders-table .data-table tr.first {}
#my-orders-table .data-table tr.last {}
#my-orders-table .data-table tr.last th,
#my-orders-table .data-table tr.last td { border-bottom:1px solid #ddd; }
#my-orders-table .data-table tr.odd { background-color:#fff; }
#my-orders-table .data-table tr.even { background-color:#f9f9f9; }
#my-orders-table .data-table tbody.odd {}
#my-orders-table .data-table tbody.odd td { border-width:0 1px; }
#my-orders-table .data-table tbody.even { background-color:#f9f9f9; }
#my-orders-table .data-table tbody.even td { border-width:0 1px; }
#my-orders-table .data-table tbody.odd tr.border td,
#my-orders-table .data-table tbody.even tr.border td { border-bottom-width:1px; }
#my-orders-table .data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
#my-orders-table .data-table td.label,
#my-orders-table .data-table th.label { font-weight:bold; text-transform:none; border-color:#fff; background-color:#f7f7f7; }
#my-orders-table .data-table td.value {}
#my-orders-table .data-table .link-rss { display:block; }
#my-orders-table .data-table .btn-remove img{ vertical-align:middle; }

.page-popup .data-table td,
.page-print.page-popup .data-table th { border-bottom:1px solid #d9d9d9; }
.page-print.page-popup .buttons-set .button { float:right; }

.page-print .print-head .logo {
	float: left;
	width:295px;
	height:62px;
}

.page-print .print-head address {
	float: left;
	margin-left: 15px;
}

.page-print h1 {
	font-size: 16px;
	font-weight: bold;
}

.page-print h2,.page-print h3 {
	font-size: 13px;
	font-weight: bold;
}

.page-print h2.h2 {
	font-size: 16px;
	font-weight: bold;
}

.page-print .order-date {
	/*background: url(../images/bkg_divider1.gif) 0 100% repeat-x;*/
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.page-print .col2-set {
	margin: 0 0 10px;
}

/* Price Rewrites */
.page-print .gift-message-link {
	display: none;
}

.page-print .price-excl-tax,.page-print .price-incl-tax {
	display: block;
	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;
}

/* Store credit */
.storecredit .account-balance {
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-size: 12px;
	background: url(../images/bkg_dots.gif) repeat-x 0 100%;
}

.storecredit .account-balance .price {
	font-weight: bold;
}

.giftcard-redeem {
	padding-bottom: 20px;
}

.giftcard-redeem .input-box {
	margin-right: 5px;
}

/* My Wishlist */
.my-wishlist .data-table td {
	padding: 10px;
}

.my-wishlist .product-image {
	display: block;
    float: left;
	width: 113px;
	height: 113px;
	margin: 0 5px 5px 0;
}

.my-wishlist textarea {
	display: block;
	width: 97%;
	height: 109px;
}

.my-wishlist .buttons-set2 {
	padding: 10px;
    overflow: hidden;
}

.my-wishlist .buttons-set2 button.button {
	float: left;
    margin: 0 5px;
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span
{
	border-color: #406a83;
	background: #618499;
}

#wishlist-table .add-to-links {
	white-space: nowrap;
}

/* My Tags */
.my-tag-edit {
	float: left;
	margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
	float: right;
	margin: 5px 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;
}

.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 .form-list li select {
	float: left;
}

.cms-menu a{
	color:#666666;
	}

/* Customer Reviews============================================================================ */
.review-nologged {
    font-size: 14px;
    background: url(../images/review/large-pencil.png) 0 10px no-repeat;
    line-height: 25px;
    padding-left: 30px;
    padding-top: 10px;
}
.review-nologged  p {
    float:left;
}

.review-form-holder{width:918px; border:1px solid #000; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; padding:20px;}
.box-content .content-left{float:left;width:459px;}
.box-content .content-left .review-header{font-weight:bold;font-size:20px;color:#7e2691;}
.box-content .content-left .tippy-top{margin:20px 0 0 0;}
.box-content .content-left .tippy-top .review-image{float:left;width:110px;}
.box-content .content-left .tippy-top .name-stars{float:left;width:334px;margin:0 0 0 15px;}
.box-content .content-left .comments-header{font-size:14px;color:#333;font-weight:normal;}
.box-content .content-right{float:right;width:415px;}
.box-content .content-right .tippy-top{}
.box-content .content-right .tippy-top .header{font-size:18px;font-weight:bold;}
.box-content .content-right .tippy-top .sub-head{font-size:16px;}

.box-content .content-right .form-list li.attribute-content .radios label.skin_type{width:170px;}
.box-content .content-right .form-list li.attribute-content .radios label.second{width:140px;}
.box-content .content-right .form-list li.attribute-content .radios label.lastie{width:75px;}

.box-content table.customer-reviews td{padding:30px 0;}
.box-content table.customer-reviews tr{border-bottom:1px solid #AAA;}

.box-content .customer-reviews .image{
    width:90px;
}

.box-content .customer-reviews .left {
	width: 189px;
}

.box-reviews .box-title .bottom-header{font-size:21px;color:#7e2691;margin:30px 0 20px 0;}
.box-content .customer-reviews .left .name{font-size: 16px; font-weight: bold; color: rgb(153, 153, 153);}
.box-content .customer-reviews .left .label{font-size: 11px; color: rgb(153, 153, 153);}
.box-content .customer-reviews .left .value{font-size: 14px; color: rgb(153, 153, 153); font-weight:bold;}
.box-content .customer-reviews .right{
    width:750px;
}
.box-content .customer-reviews .right .top{margin:0 0 10px 0;}
.box-content .customer-reviews .right .top .stars{width:100px;float:left;}
.box-content .customer-reviews .right .top .title{margin:0 20px 0 0;float:left;color:#999;font-size:16px;font-weight:bold;}
.box-content .customer-reviews .right .top .date{float:left;color:#999;font-size:12px;font-weight:bold;margin:4px 0 0 0;}
.box-content .customer-reviews .right .mid{margin:0 0 10px 0;color: #999; font-size: 12px;}
.box-content .customer-reviews .right .question{margin:0 20px 0 0;}
.box-content .customer-reviews .right .bottom{color:#999; font-size:12px;}

.box-content .customer-reviews .left .name {
	font-size: 16px;
	font-weight: bold;
	color: rgb(153, 153, 153);
}

.box-content .customer-reviews .left .label {
	font-size: 11px;
	color: rgb(153, 153, 153);
}

.box-content .customer-reviews .left .value {
	font-size: 14px;
	color: rgb(153, 153, 153);
	font-weight: bold;
}

.box-content .customer-reviews .right {
	width: 640px;
}

.box-content .customer-reviews .right .top {
	margin: 0 0 10px 0;
}

.box-content .customer-reviews .right .top .stars {
	width: 100px;
	float: left;
}

.box-content .customer-reviews .right .top .title {
	margin: 3px 20px 0 15px;
	float: left;
	color: #999;
	font-size: 16px;
	font-weight: bold;
}

.box-content .customer-reviews .right .date {
	color: #999;
	font-size: 10px;
	margin: 10px 0 0 0;
}

.box-content .customer-reviews .right .mid {
	margin: 0 0 10px 0;
	color: #999;
	font-size: 12px;
}

.box-content .customer-reviews .right .question {
	margin: 0 20px 0 0;
}

.box-content .customer-reviews .right .bottom {
	color: #999;
	font-size: 14px;
}

.box-reviews .purple-box {
	width: 950px;
	text-align: left;
	background: #F0E8FF;
	padding: 0 0 0 10px;
}

.box-content .product-name {
	font-size: 16px;
	color: #000;
}

.box-content .form-list {
	margin: 20px 0 0 0;
}

.box-content .form-list .rate-it {
	font-size: 16px;
	color: #999;
}

.box-content .review-btn {
	width: 447px;
}

.padded {
	padding: 20px;
}

.box-content .select-fields {
	color: #999;
	font-weight: bold;
}

.box-content .star-left {
	float: left;
}

.review-page textarea {
	width: 447px;
}

.box-content .review-page .header {
	margin: 20px 0 0 0;
}

/* User Profile============================================================================ */
.userProfileSidebar {
	padding: 20px;
    width: 140px;
	background: #EFE7FF;
}

.userProfileSidebar .userProfileAttributes {
	padding: 0 0 0 5px;
	margin:15px 0 0 0;
}

.userProfileSidebar .userProfileAttributes .u-header {
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px 0 5px;
}

.userProfileSidebar .userProfileAttributes .u-padded {
	padding: 0 5px 15px 5px;
}

.userProfileSidebar .userProfileAttributes a,.userProfileSidebar .userProfileAttributes a:visited
	{
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.userProfileSidebar .userProfileAttributes .u-attribute {
	font-weight: bold;
}

.userProfileSidebar .userProfileAttributes .u-attribute .label {
	font-size: 12px;
	padding: 8px 5px 0 5px;
}

.userProfileSidebar .userProfileAttributes .u-attribute .value {
	font-size: 11px;
	padding: 0 5px 8px 5px;
}

.userMidAttributes .odd {
	background: #ffe7f5 !important;
}

.userMidAttributes .even {
	background: #FFF;
}

.userMidAttributes .left {
	width: 160px;
	padding: 5px;

}
 .userMidAttributes .f-left,  .userMidAttributes .left {
    float: none !important;
}

.userMidAttributes .right {
	width: 230px;
	padding: 5px;
    text-align: center;
}

/* ======================================================================================= */

/* 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;
	font-size: 1.2em;
}

.best-selling table {
	border-top: 1px solid #ccc;
}

.best-selling tr.odd {
	background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100%
		repeat-x;
}

.best-selling tr.even {
	background: #fff url(../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
	{

}

.billing-agreements .form-list li button.button {
	float: left;
	margin-left: 10px;
}

.billing-agreements .table-caption {
	font-weight: bold;
	font-size: 13px;
}

/* ======================================================================================= */
/* 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;
	font-size: 1.2em;
}

.best-selling table {
	border-top: 1px solid #ccc;
}

.best-selling tr.odd {
	background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100%
		repeat-x;
}

.best-selling tr.even {
	background: #fff url(../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{

}

/* ======================================================================================= */
/* ==========================================================================Free Samples ========================================================================== */

.bloombox-freesample-index .col1-layout .col-main {
    padding-top: 0;
}
.freesamples_action { /* width: 500px;*/
	float: right;
	margin-top: 10px;
}

#freesamples-grid .page-title h1 {
	margin: 0;
}

.free_sample_counter_text {
	float: left;
	padding-right: 15px;
    padding-top: 5px;
}

.freesamples_action button.button {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

.freesamples_action p {
	float: left;
	clear: left;
	line-height: 1;
	width: 200px;
}

.freesamples_action p.h {
	font-size: 18px;
}

.freesamples-grid {
	padding: 0;
	color: #58585B
}

.freesamples-grid .item {
	float: left;
	width: 150px;
	margin: 15px 5px 0 5px;
	position: relative;
}

/* change the hover and background selected to purple */
.freesamples-grid .hover,.freesamples-grid .selected {
	background: #F0E8FF;
}

.freesamples-grid .hover label {
	font-weight: bold;
}

.freesamples-grid .disabled {
	opacity: 0.4;
    filter: alpha(opacity=40);
	background: #fff;
}

.freesamples-grid .item .item_wrap {
	/*background: url(../images/bkg_freesamples.gif) no-repeat 0 0;*/
	padding: 10px 0 0;
}

.freesamples-grid .item .item_wrap-inner {
	/*background: url(../images/bkg_freesamples.gif) no-repeat 0 100%;*/
	padding: 0 0 10px 10px;
}

.freesamples-grid .item .hint {
	text-decoration: none;
	border-bottom: 1px #5794d1 dotted;
	color: #666666;
}

.freesamples-grid .item .hint:hover {
	border-bottom-color: #d98042;
	color: #666666;
}

.freesamples-grid .item .hint-container {
	/*background: url(../img/bkg_frees_hint.gif) no-repeat;*/
	left: 3px;
	padding: 5px 5px 10px;
	margin: -214px 0 0;
}

.freesamples-grid .item .hint-container .wrp {
	width: 134px;
	height: 189px;
	overflow: hidden;
}

.freesamples-grid .item .hint-container strong.product-name {
	font-size: 13px;
	display: block;
	padding: 0 0 4px;
}

.freesamples-grid .item .product-image {
	display: block;
	margin: 6px 0;
}

.freesamples-grid .item h2 {
	font-weight: normal;
	font-size: 13px;
	height: 35px;
	overflow: hidden;
	color: #000000;
        padding-top: 5px;
}

.freesamples-grid .item h2 a {
	font-weight: normal;
	font-size: 13px;
	height: 35px;
	overflow: hidden;
	color: #000000;
	text-decoration: none;
}

.freesamples-grid .item h2 a:hover {
	font-weight: normal;
	font-size: 13px;
	height: 35px;
	overflow: hidden;
	text-decoration: underline;
	color: #801F94;
}
.free-gifts {
    float: left;
    width: 400px;
    padding-left: 60px;
    background: url(../images/bloomboxGift.png) no-repeat left center;
    height: 50px;
    line-height: 55px;
}
.complete-profile  {
    padding-top: 20px;
    padding-right: 15px;
    font-size: 12px;
    float: right;
    width: 400px;
    color: #777;
    text-align: right;
}
.complete-profile a {
    color: #777;
    text-decoration: underline;
}
/* Pick Your FREE GIFTS*/
.pick-free-gifts {
	font-size: 22px;
	text-decoration: bold;
    color: #fc1996;
    position: relative;
    float: left;
}

.bloombox-disabled {
    /*-moz-opacity: .4;
    -webkit-opacity: 4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /*IE8*/
    /*opacity: .4;*/
}

/* SILVER Bloombox */
 .bloombox-silver-levels {
    width: 241px;
    position: relative;
    float: left;
}
.bloombox-silver-levels .boxtitle  {
    width: 204px;
    height: 25px;
    color: #7e7169;
    position: relative;
    float: left;
}
.bloombox-silver-levels .numproducts  {
    width: 76px;
    color: #7e7169;
    padding: 0 0 0 0;
    text-align: center;
    vertical-align:text-bottom;
    position: relative;
    float: left;
}
.bloombox-silver-levels .summary  {
    width: 79px;
    text-align: left;
    padding: 10px 0 0 0px;
    color: #7e7169;
    vertical-align:text-bottom;
    position: relative;
    float: left;
}
.bloombox-silver-levels .boximage  {
    width: 49px;
    height: 60px;
    padding: 0 0 0 0;
    background: url(../images/bloombox_silver.jpg) no-repeat right bottom;
    vertical-align:text-bottom;
    position: relative;
    float: left;
}
.bloombox-silver-levels hr {
    height: 1px;
    width: 204px;
    background-color: #7e7169;
    text-align: left;
    padding: 0 0 0 0;
    margin-top: 5px;
}

/* GOLD Bloombox */
.bloombox-gold-levels {
    width: 241px;
    position: relative;
    float: left;
}
.bloombox-gold-levels .boxtitle  {
    width: 204px;
    height: 25px;
    color: #e69d00;
    position: relative;
    float: left;
}
.bloombox-gold-levels .numproducts  {
    width: 76px;
    color: #e69d00;
    padding: 0 0 0 0;
    text-align: center;
    vertical-align:text-bottom;
    position: relative;
    float: left;
}
.bloombox-gold-levels .summary  {
    width: 79px;
    text-align: left;
    padding: 10px 0 0 0;
    color: #e69d00;
    vertical-align:text-bottom;
    position: relative;
    float: left;
}
.bloombox-gold-levels .boximage  {
    width: 53px;
    height: 60px;
    padding: 0 0 0 0;
    background: url(../images/bloombox_gold.jpg) no-repeat right bottom;
    vertical-align:text-bottom;
    position: relative;
    float: left;
}
.bloombox-gold-levels hr {
    height: 1px;
    width: 204px;
    background-color: #e69d00;
    text-align: left;
    padding: 0 0 0 0;
    margin-top: 5px;
}

/* PLATINUM Bloombox */
.bloombox-platinum-levels {
    width: 243px;
    position: relative;
    float: left;
}
.bloombox-platinum-levels .boxtitle  {
    width: 223px;
    height: 25px;
    color: #6388a0;
    position: relative;
    float: left;
}
.bloombox-platinum-levels .numproducts  {
    width: 76px;
    color: #6388a0;
    padding: 0 0 0 0;
    text-align: center;
    vertical-align:text-bottom;
    position: relative;
    float: left;
    font-stretch: condensed;
}
.bloombox-platinum-levels .summary  {
    width:79px;
    text-align: left;
    padding: 10px 0 0 0;
    color: #6388a0;
    vertical-align:text-bottom;
    position: relative;
    float: left;
}
.bloombox-platinum-levels .boximage  {
    width: 66px;
    height: 60px;
    padding: 0 0 0 0;
    background: url(../images/bloombox_platinum.jpg) no-repeat right bottom;
    vertical-align:text-bottom;
    position: relative;
    float: left;
}
.bloombox-platinum-levels hr {
    height: 1px;
    width: 221px;
    background-color: #6388a0;
    text-align: left;
    padding: 0 0 0 0;
    margin-top: 5px;
}

/* Bloombox Qualify Platinum (wider than silver and gold) */
.bloombox-qualify-platinum {
    height: 16px;
    width: 221px;
    vertical-align: text-top;
    text-align: right;
    color: #801995;
    position: relative;
    float: left;
}
.bloombox-qualify-platinum a, .bloombox-qualify-platinum a:active, .bloombox-qualify-platinum a:visited  {
    color: #801995;
    text-decoration: none;
    font-weight: bold;
}
.bloombox-qualify-platinum a:hover  {
    color: #801995;
    text-decoration: underline;
    font-weight: bold;
}

/* Bloombox Qualify*/
.bloombox-qualify {
    height: 16px;
    width: 204px;
    vertical-align: text-top;
    text-align: right;
    color: #801995;
    position: relative;
    float: left;
}
.bloombox-qualify a, .bloombox-qualify a:active, .bloombox-qualify a:visited  {
    color: #801995;
    text-decoration: none;
    font-weight: bold;
}
.bloombox-qualify a:hover  {
    color: #801995;
    text-decoration: underline;
    font-weight: bold;
}
.bloombox-spacer  {
    height: 15px;
    width: 241px;
}

.bloombox-products  {
    width: 235px;
    height: 156px;
    padding: 0 0 0 0;
    background: url(../images/bloombox_product_box.jpg) no-repeat left center;
    position: relative;
    float: left;
}

/*.bloombox-levels .platinum p {
    color: #868799;
}
.bloombox-levels .platinum .disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    // IE8
    opacity: .3;
}
.bloombox-levels .surcharge {
    font-size: 16px;
    text-decoration: underline;
    left: 43px;
    top: 22px;
    position: absolute;
}
.bloombox-levels .gold p, .bloombox-levels .platinum p {
    padding: 80px 34px 0 0;
    text-align: right;
}
.silver-level .silver {
    background-position: 0 0;
}
.silver-level .gold {
    background-position: -320px 0;
}
.silver-level .platinum {
    background-position: -640px 0;
}
.gold-level .silver {
    background-position: 0 -120px;
}
.gold-level .silver p {
    color: #b3aba6;
    padding: 56px 0 0 25px;
}
.gold-level .gold p {
    padding: 57px 0 0 27px;
    text-align: left;
}
.gold-level .gold {
    background-position: -320px -120px;
}
.gold-level .platinum {
    background-position: -640px -120px;
}
.platinum-level .silver {
    background-position: 0 -240px;
}
.platinum-level .silver p {
    color: #b3aba6;
    padding: 56px 0 0 25px;
}
.platinum-level .gold {
    background-position: -320px -240px;
}
.platinum-level .gold p{
    color: #b3aba6;
    padding: 58px 0 0 27px;
    text-align: left;
}
.platinum-level .platinum {
    background-position: -640px -240px;
}
.platinum-level .platinum p {
    padding: 58px 0 0 24px;
    text-align: left;
}
*/


/*Bloom Box modal windows*/

#sample #freesample-top{font-size: 18px;color: #000000; padding-bottom:10px;}
#sample #freesample-left{float:left;}
#sample #freesample-bottom{clear:both;font-family: arial,helvetica,sans-serif; font-size: small; color: #535353;}
#sample #freesample-bottom span{font-family: arial,helvetica,sans-serif; font-size: small; color: #535353;}
#sample #freesample-bottom p{font-family: arial,helvetica,sans-serif; font-size: small; color: #535353;}
#sample .ratings .rating-links{width:320px;}
#sample .ratings {padding-left:8px;}
#sample #freesample-review-left{float:left;width:300px;}
#sample .data-table { border-style:none;}
#sample .data-table thead{background: none; border-style:none;}
#sample .product-collateral span{font-size: 14px;color: #000000;}
#sample .product-collateral .data-table thead {font-size: 11px;color: #000000;}
/*end*/


.bloombox-navigation-bar {
    clear: both;
    background: #f0e8ff;
    height: 48px;
}
.bloombox-navigation-bar .text {
    float: left;
    font-weight: bold;
    font-size: 17px;
    padding-left: 10px;
    color: #000000;
}
.bloombox-navigation-bar .counter{
    float: left;
    padding: 0 0 0 115px;
    font-size: 14px;
    color: #000;
}
.bloombox-navigation-bar .link{
    padding-right: 10px;
    float: right;
    margin-top: 10px;
}
.bloombox-navigation-bar p {
    line-height: 48px;
    margin: 0;
}
.productListing {
    margin-top: 15px;
    background: url(../images/productsContainerBg.png) repeat-y;
}
.productListing .choose {
    padding-left: 15px;
}
.productListing .choose a, .productListing .choose a:active, .productListing .choose a:visited {
    padding-left: 15px;
    color: #b3b3b3;
}
.productListing .choose a:hover {
    text-decoration: underline;
    color: #bfa1bf;
}
.productListing .choose.bottom {
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.productListing .choose.disabled {
    color: #b3b3b3;
}
.productListing .choose strong{
    font-size: 18px;
}
.productListing .chooseCheckbox.disabled {
    height: 1.1em;
}
.productListing .chooseCheckbox.disabled label {
    display:none;
}
.trialProductsListing, .midProductsListing, .fullProductsListing {
    float: left;
    width: 320px;
    padding-bottom: 60px;
    position: relative;
}
.trialProductsListing p, .midProductsListing p, .fullProductsListing p {
   color:#000000;
}
.countMore {
    font-weight: bold;
}
.countLeft {
    font-weight: bold;
    color: #801995;
}
.cms-category {
	background-position: 0 0;
}

#cms-category {
	padding: 0 10px;
}

.cms-category .col-main {
	width: 780px;
}

.cms-category .block {
	background: none;
}

.cms-category .block h2 {
	font-size: 18px;
	color: #666;
}

.cms-category .block h2 a {
	color: #666;
}

.cms-category .block .curently a {
	color: #D98042;
}

.cms-category .block .block-content {
	padding: 5px 20px 17px 0;
}

.cms-category .cms-category-row {
	/*background: url(../img/bkg_product_title.gif) no-repeat 0 100%;*/
	padding: 10px 0 32px;
	margin: 0 0 10px;
}

.cms-category .col2-set .block {
	padding: 0 140px 0 8px;
	width: 232px;
}

.cms-category .col3-set .block {
	padding: 0 30px 0 8px;
	width: 212px;
	margin: 0;
}

.cms-category .cms-category-row .block {
	border-left: 4px solid #000;
	font-size: 13px;
	line-height: 1.1;
}

.cms-category .cms-category-row .color_0 {
	border-color: #98b3aa;
}

.cms-category .cms-category-row .color_1 {
	border-color: #f6ddb5;
}

.cms-category .cms-category-row .color_2 {
	border-color: #d98042;
}

.cms-category .cms-category-row .color_3 {
	border-color: #c2c7af;
}

.cms-category .cms-category-row .color_4 {
	border-color: #c9e6f7;
}

/**** static block styles ***/
.inner-pad-5px {
	padding: 5px;
}

/***** beauty cabinet styles ****/
.cabinet-item-grid {
    clear: both;
}
.cabinet-item {
    width: 31%;
    float: left;
    border:1px solid #000000;
    margin:5px;
    position:relative;
    min-height:305px;
    border-bottom:none;
}

.cabinet-item a:hover {
    color: #834699;
    text-decoration: none;
}

.cabinet-item .product-image {
	float: right;
	/*padding: 10px;*/
	padding-top:10px;
}

.cabinet-item .product-name {
    /*padding: 15px;*/
    font-weight: bold;
    font-size: 13px;
    /*width:77px;*/
    padding:10px;
}


.cabinet-item .addratingbutton {
    border-top: 1px solid #000000;
    position: relative;
    margin-top: 30px;
    padding-top:5px;

    height:23px;
    background: url(../images/icon/linebar-friendscabinet.png) 100px 0 no-repeat;
}

.cabinet-item .addwishlist {
    float: right;
    color: #000000;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 19px;
    padding-right: 9px;
}

.cabinet-item .addtriedit {
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 19px;
    padding-left: 10px;
}

.cabinet-item .facebook {
    position: absolute;
    right: 0;

}

.cabinet-item .overallrating {
    height:80px;
    padding-left: 10px;
}

.cabinet-item .realall {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cabinet-item .realall span {
    float: right;
}

.cabinet-item .myrating {
    padding-top: 10px;
    text-transform: uppercase;
    color: #59126d;
    padding-left: 15px;
}

.cabinet-item .myrating .read-reviews{
	text-transform: none;
	padding-top:10px;

}

.cabinet-item .myrating p {
    padding-top: 10px;
    color: #59126d;
    text-decoration: underline;
    text-transform: none;
}

.cabinet-item .real-all	{
	height:27px;
}

.cabinet-item .myrating span {
    float: right;
}
.cabinet-item .myrating p {
    padding-top: 10px;
    color:#59126d;
    text-decoration:underline;
    text-transform: none;
}

.cabinet-item .blank {
    padding-top: 90px;
}
.cabinet-item .norating {
    margin-top: 45px;
}
.cabinet-item .noreviewrating{
    margin-top: 85px;
    color:#ffffff;
}

div.beautycabinet-pager {
    width: 100%;
    padding:  0;
}
div.beautycabinet-pager .pages {
    float: right;
    margin: 0;
}

.productname {
    height: 140px;
    word-wrap: break-word;
}

/*my beauty cabinet*/
.my-beauty-cabinet  {
	margin-left: 40px;
    width: 788px

 }
 .my-beauty-cabinet .over-all-rating  {


 }

.my-beauty-cabinet .cabinet-item {
	height:auto;
	border-bottom:1px solid #000000;
	margin-left:1px;

}
.my-beauty-cabinet .cabinet-item .noreviewrating {
    color: #FFFFFF;
    margin-top:65px;

}
.my-beauty-cabinet .cabinet-item .norating {
    margin-top: 55px;
}


.my-beauty-cabinet .cabinet-item .myrating {
    color: #59126D;
    padding-left: 10px;

    text-transform: uppercase;
}

.my-beauty-cabinet .cabinet-item .rating-box {
    margin-left:0px;
}
.my-beautycabinet .cabinet-item .rating-box {
    margin-left:0px;
}
.my-beautycabinet .cabinet-item .myrating {
    padding-top: 10px;
    text-transform: none;
    color: #59126d;
    padding-left: 15px;
}
.my-beautycabinet .cabinet-item .read-review {
    padding-top: 5px;

}
.my-beautycabinet .cabinet-item .norating {
    margin-top:48px;

}

.my-beautycabinet .cabinet-item {
	min-height:302px;
	border-bottom: 1px solid #000000;
	margin-left:2px;
}
.my-beautycabinet .cabinet-item  .overallrating {
    height: 70px;
    padding-top:20px;
}
.my-beautycabinet .cabinet-item  .real-all {
    padding-top: 31px;
}

.my-beauty-cabinet .cabinet-item  .product-name{
	/*width:90px;*/
	/*height:60px;*/
}
.cabinet-not-login-heading p{
	color:#000000;
	font-weight:bold;
	}
.cabinet-not-login-heading a{
    color:#800080;
    text-decoration:underline;
    }
.cabinet-not-login-heading a:hover{
    color:#800080;
    text-decoration:underline;
    }
    .cabinet-not-login-heading a:active{
    color:#800080;
    text-decoration:underline;
    }


.my-cabinet-overallrating .realall a {
	float:left;
}
.my-cabinet-overallrating .realall span{
    float:right;
}
.my-beautycabinet .addratingbutton {
	background: url("../images/review/Beauty-cabinet-line.png") no-repeat scroll 125px 0 transparent;
	height:25px;
}
.my-beautycabinet .add-rating-saleable{
    height:25px;
   /* border-bottom: 1px solid #000000;*/
    border-top: 1px solid #000000;
    height: 20px;
    margin-top: 35px;
    padding-top: 5px;
    position: relative;
    padding-right: 10px;
}

.my-beauty-cabinet .add-rating-button{


    margin-top: 40px;
    margin-left:17px;
    font-weight:bold;
    position: relative;
    padding-right: 10px;
    height:18px;
    color:#666666;
}


.my-beautycabinet .addratingbutton .write-review{
	background: url("../images/review/productpagereview.png") no-repeat scroll 10px 0 transparent;
    color: #666666;
    text-decoration:underline;
    padding-left:33px;
    text-transform: none;
    font-size: 11px;
    padding-right:15px;

}

.my-beautycabinet .addratingbutton .completed-review{
    background: url("../images/review/completed-review.png") no-repeat scroll 1px 0 transparent;
    color: #666666;
    text-decoration:underline;
    padding-left:20px;
    text-transform: none;
    font-size: 11px;
    font-weight:bold;
    margin-left:9px;
}

.my-beautycabinet .addratingbutton .reorder{
    background: url("../images/icon/arrow.png") no-repeat scroll 60px 0 transparent;
    color: #000000;
    padding-right:15px;
    text-transform: none;
    font-size: 11px;
    padding-left:15px;
    font-weight:bold;
 }

 .my-beautycabinet .remove-item {
    float:right;
}

.my-beautycabinet .addratingbutton a{
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    margin:3px;

}

.my-beautycabinet .noreviewrating{
    margin-top: 75px;
    color:#ffffff;
}

.my-beautycabinet .pager {
    width: 97%;
    padding:  0;
}

/* for the share link on the Invite page */
.share_link {
    border: 1px solid #CCCCCC;
    margin: 10px 0 0 1px;
    padding: 8px;
    width: 300px;
}

/* Brands Page table format */
table#brands-table {
	margin-top: 22px;
	width: 750px;

	}
table#brands-table tr.brands-row {

	}
table#brands-table tr.brands-row td.brand-image {
	width: 150px;
	text-align: center;
    border: 1px solid #ECECEC;
    padding: 5px;
}
table#brands-table tr.brands-row td.brand-image div {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 0px 4px 0px;
    position: relative;
}
table#brands-table tr.brands-row td.brand-image div.brand-logo {
    height: 90px;
    width: 120px;
    line-height: 6.5em;
}
table#brands-table tr.brands-row td.brand-image div.brand-logo a img {
    vertical-align: middle;
}

table#brands-table tr.brands-row td.brand-image div.facebook-like-button {
    width: 40px;
    height: 20px;

}
/*** facebook friends block */
.block-facebook-friends .item {
    float: left;
}

/*** CMS pages linked in the footer ***/
.about-left {
    width: 270px;
    float: left;
    background: #4d0e5a;
    height:355px;
    padding-left:25px;
    padding-right:25px;
    padding-bottom:25px;
    padding-top:10px;
}
.about-left p {
    color:#ffffff;
    padding-top:10px;

}
.about-left h1 {
   text-transform:lowercase;
   text-transform:capitalize;
    font-weight: bold;
    color:#ffffff;
    padding-top:20px;
}
.about-right {

    float: right;

}
.about-bottom-left{
    margin-top:10px;
    float: left;
    margin-bottom:50px;
}
.about-bottom-right{
	color:#666666;
    margin-top:30px;
    float: right;
    width:780px;
}
.about-bottom-right p{
    color:#666666;

}
.about-text{
	font-size:20px;

	}

.shipping-table {
    width: 100%;
    margin-bottom: 10px;
}
.shipping-table td, .shipping-table th {
    border: 1px solid #000;
    padding: 10px;
}
.shipping-table th {
    font-weight: bold;
}
#userProfileForm {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding:25px 40px 15px 20px;
    font-family:"Lucida Grande",Verdana;
    font-size:11px;
    font-weight:bold;
    text-align:left;
    width:600px;
    min-height:100px;
}

#userProfileForm h4{
    color:#fff;
}

#userProfileForm h2.legend {
    float: left;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 20px;
    color:#fff;
}
#userProfileForm .basic {
    border: 0;
    color:#fff;
}
#userProfileForm .basic h2 {
    display:none;
    color:#fff;
}
#userProfileForm div.customer-dob-select {
    padding-top: 5px;
    color:#fff;
}
#userProfileForm a.closeButton {
    position: absolute;
    right: -15px;
    top: -15px;
    color:#fff;
}
#userProfileForm ul.form-list {
    clear: both;
    color:#fff;
}

#userProfileForm .form-list label, #userProfileForm .form-list span.label{
    color:#fff;
}


#fancybox-content, #fancybox-content h2, #fancybox-content h3{color:#fff;}

#orderNum{display:none;}

/**** invite page / invitations ****/
.invite-email{
    display:inline;
     float: right;
    padding-right: 50px;
    }

.open-inviter-top{
    margin-top:10px;
    overflow: scroll;
    overflow-x: auto;
    height: 400px;
    }
div.open_inviter_options h2.legend {
    text-align: center;
    padding: 6px 0px 6px 0px;
    }
/*
form#invitationForm div.input-box {
	padding-top: 6px;
}
form#invitationForm div.fieldset {

	}
form#invitationForm textarea {
	width: 452px;
}
.invite-friends-banner {
	float: left;
}

.invite-friends-top {
	padding: 10px 0px 20px 0px;
	}

.openinviter-providers a {
	display: block;
	width: auto;
	height: 38px;
	overflow: hidden;
	text-indent: -999em;
	font: 0/0;
}

.openinviter-providers a.gmail {background: url(../images/invitation/gmail-v2.png) no-repeat;}
.openinviter-providers a.hotmail {background: url(../images/invitation/hotmail-v2.png) no-repeat;}
.openinviter-providers a.aol {background: url(../images/invitation/aol-v2.png) no-repeat;}
.openinviter-providers a.yahoo {background: url(../images/invitation/yahoo-v2.png) no-repeat;}
.openinviter-providers a.yourown {background: url(../images/invitation/invite-add-your-own.png) no-repeat;}

.openinviter-table td.openinviter-providers {
	border-spacing: 4px;
	padding: 4px;
}
table.openinviter-table {
	padding-bottom: 10px;
}

.why-invite-circle {
	background: url(../images/invitation/invite-why-circle.jpg) no-repeat;
 	display: block;
    float: right;
    height: 211px;
    overflow: hidden;
    padding-right: 120px;
    text-indent: -999em;
    width: 211px;
}

.invitationForm-email{
  padding: 6px 43px 6px 11px;
  font-size:18px;
  color:#000000;

}
.invitationForm-shareit{
  padding: 6px 43px 6px 11px;
  font-size:18px;
  color:#000000;


}
.invitationForm-postit{
  padding: 6px 43px 6px 11px;
  font-size:18px;
  color:#000000;
}
.facebookimg img{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	}
.invitationForm-text {
	margin:12px;

}

ul#recipient_options li {
	float: left;
	padding: 0px 2px 0px 2px;
	width: 218px;
}

ul#recipient_options li input {
		width: 195px;
}
ul#recipient_options li div.remove-email {

	}

textarea#message {
	height: 100px;
	width: 452px;
	}
form#invitationForm ul li div.buttons-set {

	padding: 10px 26px 0px 0px;
}
div.provider-icon {
	text-align: center;
	}

*/
/**** INVITE PAGE *****/
.invitation-wrapper { padding:0; }
.invitation-wrapper .invitation-main{padding:15px 9px 0;}
.invitation-header-wrapper { float:left; }
.invitation-header-wrapper .head-image{background:url(../images/invitation/top-banner.png) no-repeat #fff;width:960px;height:194px;}
.invitation-header-wrapper .head-image .head-description{display:none;}
.invitation-header { float:left; font-family: Helvetica, Arial, sans-serif; width: 440px;}
.invitation-header h1 { font-size: 24px; font-weight: bold; color: #7f2492;  }
.invitation-header h3 { font-size: 16px; font-weight: normal; color: #5b5f6f; margin-bottom: 20px;  }
.invitation-header h3 strong { font-weight: bold; color: #ff009c; }
.invitation-header-img { float: left;  margin-left: 60px; }

.invitation-email { width: 440px; float: left; }
.invitation-share { width: 440px; float: right; }

.invitation-email .smalltext { font-size: 11px; }
.invitation-email td { padding: 0 5px; }
.invitation-email .invite-boxes textarea { width: 380px;  }
.invitation-email .button-holder { width: 380px; }

.invitation-share .facebook-send-button { display: block; float: left; height: 51px; width: 243px; margin-right: 10px; background: url(../images/invitation/facebook-message-button.gif); overflow: hidden; text-indent: -999em;  }
.invitation-share .facebook-share-link { float: left; height: 51px; line-height: 51px; }
.invitation-share .facebook-share-link a,
.invitation-share .facebook-share-link a:visited{color:#5b5f6f;text-decoration:underline;}
.invitation-share .facebook-share-link a:hover{color:#7a7f95;}
.invitation-share h2 { clear: both }
.invitation-share .post-it { padding-top: 20px; }
.invitation-share .share-link { padding: 10px; border: 1px solid #cccccc; }
.invitation-share input#share-link-textbox {
    border: 0px;
}
.invitation-fineprint { clear: both; font-size: 11px; }

.invitation-login .registered-users, .invitation-login .new-users { float: left; border: 1px solid #ccc; width: 250px; padding: 20px; margin-right: 15px; }
.invitation-login h3 { text-transform: uppercase; font-weight: normal; }
.invitation-login .or { font-weight: bold;  text-transform: uppercase; margin: 10px 0 10px 50px; }
.invitation-login .buttons-set button.button { float: left; }
.join-list { list-style-type: disc; margin-left: 15px; margin-bottom: 15px; font-size: 14px; line-height: 20px; font-weight: bold; }

/*** BLOOMINVITE LANDING PAGE ***/

.landing-page .landing-header{font-size:24px;color:#000;}
.landing-page .landing-header .small-text{font-size:14px;color:#000;margin:0 0 0 20px;}
.landing-page .landing-sections{margin:15px 0 0 0;}
.landing-page .landing-sections .section-holder{margin:15px 0;}
.landing-page .landing-sections .section-holder .texter{width:560px; font-size:14px; margin:10px 0 0 0;}
.landing-page .landing-sections .section-holder .sub-section{float:left;}
.landing-page .landing-sections .no-margin{margin:0;}
.landing-page .landing-sections .section-holder .linking{float:right;font-size:14px;margin:10px 10px 0 0;}
.landing-page .landing-sections .section-holder .linking a,
.landing-page .landing-sections .section-holder .linking a:visited{color:#70777f;}
.landing-page .landing-sections .section-holder .linking a:hover{color:#7e2691;}

/*** BLOOMINVITE SUCCESS PAGE ***/
.success-page { padding-left: 16px; }
.success-page .success-header{font-size:24px;color:#000;}
.success-page .success-header .small-text{font-size:14px;margin:0 0 0 20px;}
.success-page .success-sections{margin:15px 0 0 0;}
.success-page .success-sections .section-holder{margin:15px 0;}
.success-page .success-sections .section-holder .texter{width:560px; font-size:14px; margin:10px 0 0 0;}
.success-page .success-sections .section-holder .sub-section{float:left;}
.success-page .success-sections .no-margin{margin:0;}
.success-page .success-sections .section-holder .linking{float:right;font-size:14px;margin:10px 10px 0 0;}
.success-page .success-sections .section-holder .linking a,
.success-page .success-sections .section-holder .linking a:visited{color:#70777f;}
.success-page .success-sections .section-holder .linking a:hover{color:#7e2691;}

/*** BLOOMINVITE SEND PAGE ***/

.bloominvite-main { float: left; width: 585px; padding: 0 15px; }
.bloominvite-sidebar { float: right; width: 335px; }
.bloominvite-fineprint { clear: both; padding: 0 15px; }

.bloominvite-header { margin-bottom: 8px;}
.bloominvite-index-index .bloominvite-header h1 {font-size:24px;color:#ff0096; font-weight: bold; display: inline; }
.bloominvite-index-index .bloominvite-header h2 {font-size:24px;color:#ff0096; display: inline;line-height: 10px;  }
.bloominvite-index-index  h3 { font-weight: normal; margin-bottom: 12px; font-size: 14px; color: #000; }
.bloominvite-index-index  h3 span { font-size:18px;font-weight:bold; }
.bloominvite-index-index h3 .smalltextsucess { font-size:12px;color:#70777F;line-height: 100%; }

.bloominvite-sidebar h4 { color: #781d8a; font-size: 16px; margin-bottom: 20px; }
.bloominvite-sidebar .cancerbadge {height: 123px; width: 267px; background: url('../images/invitation/PinkBanner.gif') no-repeat; overflow: hidden; text-indent: -999em; margin: 0 0 15px; }
.bloominvite-sidebar .greyblock { color: #6e7588; margin-bottom: 15px;}
.bloominvite-sidebar .greyblock p {font-size: 13px; line-height: 14px;}
.bloominvite-sidebar .greyblock strong {font-size: 14px; }
.bloominvite-sidebar .purpleblock {color: #a764b4; margin-bottom: 15px; padding-top: 15px; }
.bloominvite-sidebar .purpleblock h5 {color: #781d8a; }
.bloominvite-sidebar .purpleblock ul { list-style-type: disc; margin-left: 18px; }
.bloominvite-sidebar .purpleblock ul li { margin: 3px 0; line-height: 20px; }
.bloominvite-sidebar .videoblock { padding-top: 10px; }
.bloominvite-sidebar .videoblock em { margin-bottom: 5px; }
/*  share the beauty ICON */
.share-the-beauty-icon { float: left; padding: 0px 10px 10px 0px;height: 120px; }

/* Facebook sidebar share the beauty */
.sidebar-main { padding: 15px; background: #f6f6f6; clear: both;}
.facebook-sidebar { float: right; width: 325px; margin:  15px 0; }

.signup-area { margin-bottom: 15px; clear: both; color: #737373; padding-top: 12px; }
.signup-login { color: #000; font-size: 13px;}
.signup-login a { text-decoration: underline; }
.signup-facebook {  margin-top: 12px; text-align: center; width: 460px; }
.signup-OR-box { text-align: center;margin: 12px 0; width: 460px;}
.signup-regular {  }
.signup-regular .field-label { float: left; width: 60px;  }
.signup-regular .defaultTextActive { color: #a1a1a1; font-style: italic; }

.bloomsend-buttons{ color:#70777f; clear: both; margin-bottom: 18px; }
.bloominvite-index-index .button-header { color: #7f1f93; font-size: 14px;}
.button-fineprint { font-size: 11px; }

.bloomsend-buttons .facebook a {background: url(../images/invitation/logo-facebook.jpg) no-repeat; width: 93px;}
.bloomsend-buttons .gmail a.invitemodal {background: url(../images/invitation/logo-gmail.jpg) no-repeat; width: 75px;}
.bloomsend-buttons .hotmail a.invitemodal {background: url(../images/invitation/logo-hotmail.jpg) no-repeat; width: 94px;}
.bloomsend-buttons .aol a.invitemodal {background: url(../images/invitation/logo-aol.jpg) no-repeat; width: 73px;}
.bloomsend-buttons .yahoo a.invitemodal {background: url(../images/invitation/logo-yahoo.jpg) no-repeat; width: 88px;}

.openinviter-providers a { display: block; width: auto; height: 32px; overflow: hidden; text-indent: -999em; font: 0/0; }

.invite-boxes { clear: both; }
.invite-boxes label { font-size:12px;color:#70777f;font-weight:bold; display: block; margin-bottom: 5px; }
.invite-boxes .input-box { clear: both; }
.invite-boxes textarea { width: 452px; height: 100px; margin-bottom: 10px;  }
.invite-boxes .smalltext { font-size:12px; color:#9597A2; display: block; font-weight: normal; margin-top: 3px; }

.bloomsend-left{float:left;margin:0 25px 0 0;}
.bloomsend-right{float:left;}
.bloomsend-right .message-header{font-weight:bold;color:#70777f;}
.button-holder{ width: 452px;}
.button-holder button { float: right; }
.bloomvite-disclaimer{font-size:10px;color:#777;line-height:11px}
.bloomvite-disclaimer-top{font-size:13px;color:#777;}
.closed-off{opacity:0.5;filter:alpha(opacity=50);}
.bloominvite-index-send .back-link { clear: both;  }

body.fbopengraph-canvas-index { padding: 0; }
.fbopengraph-canvas-index .canvas-left { float: left; width: 276px; padding: 20px 20px 20px 0; color: #868397;}
.fbopengraph-canvas-index .canvas-right { float: right; width: 464px; }
.fbopengraph-canvas-index h1 { font-size: 18px; font-weight: bold;margin-bottom: 15px; }
.fbopengraph-canvas-index h2 { font-size: 14px; font-weight: bold; line-height: 1.3em; margin-bottom: 15px; }
.fbopengraph-canvas-index p { font-size: 14px; font-weight: normal; line-height: 1.3em; margin-bottom: 15px; color: #868397; }
.fbopengraph-canvas-index .canvas-button { display: block; margin: 0 auto 20px; opacity: .89; width:155px; }
.fbopengraph-canvas-index .canvas-button:hover { opacity: 1; }
.fbopengraph-canvas-index ul { list-style-type: disc; margin-left: 20px; line-height: 1.3em;margin-bottom: 15px; }

/***  Reorder extension  ***/
.my-reorderable-products .data-table td { padding:7px; }
/*.my-reorderable-products .buttons-set .btn-update span { border-color:#406a83; background:#618499; }*/
.my-reorderable-products .buttons-set1 { margin-top:0px; border-top:none; margin-bottom:25px; }
.my-reorderable-products .buttons-set2 { margin-top:20px; border-top:none; }
.my-reorderable-products .buttons-set button.button { float:left; }
.my-reorderable-products .buttons-set3{ text-align:left; }

/*** backordermessage ***/
.backorder-message { color:#666666;padding-bottom: 10px;font-size:12px;}

