/*@import url("selectbox.css");*/

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */
.wrapper {
}
.page {
	width:1000px;
	margin:0 auto; /*padding:10px 0; */
	text-align:left;
}
.page-print {
	background:#fff;
	padding:20px;
	text-align:left;
}
.page-popup {
	padding:20px;
	text-align:left;
}
.main {
	margin:10px 0;
}
/* Base Columns */ 
/*
.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
.col-main { float:left; width:736px; border:1px solid #ddd; padding:5px; }
*/
.col-right {
	float:right;
}
label {
	line-height:22px;
}
/* 1 Column Layout */
.col1-layout .col-main {
	float:none;
	width:auto;
}
/* 2 Columns Layout */
.col2-left-layout .col-main {
	float:right;
}
.col2-right-layout .col-main {
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width:484px;
	margin-left:10px;
}
/* Content Columns */
.col2-set {
	background:url(../images/grey_out.png) repeat;
	padding:10px;
}
.checkout-cart-index .col2-set {
	background:url(../images/grey_out_cart.png) repeat !important;
}
.col2-set .col-1 {
	float:left;
	width:49%;
}
.col2-set .col-2 {
	float:right;
	width:49%;
}
.onecolumn .col2-set .col-1 {
	width:444px;
}
.onecolumn .col2-set .col-2 {
	width:444px;
}
.onecolumn .content2 .col2-set .col-1 {
	width:49%;
}
.onecolumn .content2 .col2-set .col-2 {
	width:49%;
}
#sub_page .col2-set .col-1 .content, #sub_page .col2-set .col-2 .content {
	padding:25px;
	float:none;
	width:auto;
}
#sub_page .login-page .content {
	min-height:200px;
}
#sub_page .login-page .col-1, #sub_page .login-page .col-2 {
	background:url(../images/grey_out.png) repeat;
}
#sub_page .col2-set .buttons-set {
	border-top:1px solid #2e1a26;
}
#sub_page .register-page .content {
	min-height:210px;
}
#sub_page .register-form .buttons-set {
	margin-top:0;
	border-top:1px solid #2e1a26;
	background-image:url(../images/grey_out_double.png);
}
#sub_page .register-page .col-1, #sub_page .register-page .col-2 {
	background:url(../images/grey_out.png) repeat;
}
#sub_page .col2-set h3 {
	margin-top:0;
	margin-bottom:20px;
	font-size:18px;
}
.col2-set .narrow {
	width:33%;
}
.col2-set .wide {
	width:65%;
}
.col3-set .col-1 {
	float:left;
	width:32%;
}
.col3-set .col-2 {
	float:left;
	width:32%;
	margin-left:2%;
}
.col3-set .col-3 {
	float:right;
	width:32%;
}
.col4-set .col-1 {
	float:left;
	width:23.5%;
}
.col4-set .col-2 {
	float:left;
	width:23.5%;
	margin:0 2%;
}
.col4-set .col-3 {
	float:left;
	width:23.5%;
}
.col4-set .col-4 {
	float:right;
	width:23.5%;
}
/* ======================================================================================= */


/* Header ================================================================================ */
/*.logo { float:left; width:200px; height:63px; overflow:hidden; } 
.header-container {}
.header { padding:10px; border:1px solid #ddd; }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:200px; height:63px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
*/
/*.header .links { float:right; }*/
.header {
	position:relative
}
.header .form-search {
	text-align:center;
}
.header .form-search .search-autocomplete {
	z-index:999;
}
.header .form-search .search-autocomplete ul {
	border-top:1px solid #303030; /*border:1px solid #303030;*/
	background-color:#303030;
	background-color:#6f6f6f;
	background-color:#5b5b5b;/* width:140px;*/
	padding-right:0;
}
.header .form-search .search-autocomplete li {
	color:#D6D6D6;
	padding:1px 3px;
	border-bottom:1px solid #303030;
	cursor:pointer;
	display:block;
	float:right;
	text-transform:lowercase;
	text-align:left;
}
.header .form-search .search-autocomplete li .amount {
	float:right;
	font-weight:bold;
}
.header .form-search .search-autocomplete li.odd {
	background-color:#6f6f6f;
}
.header .form-search .search-autocomplete li.selected {
	background-color:#303030;
	background-color:#cd207c;
}
.header .form-language {
	text-align:center;
}
/********** < Navigation */
/*
#nav { font-size:12px; border:1px solid #ddd; padding:5px 0; margin:10px 0; }


#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav li li.parent {}


#nav li { float:left; }
#nav li.active a { color:#2a2824; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#898885; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#2a2824; }


#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ddd; }
#nav ul li.over {}
#nav ul li.last { background:#656461; padding-bottom:0; }

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


#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; }


#nav ul ul { top:5px; }


#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#f6f6f6; color:#898885; }
#nav ul li a:hover { background:#ccc; color:#fff !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }
*/
/********** Navigation > */
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button, select option {
	font:12px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000000;
}
select {
	border:1px solid #3c2332;
}
input.input-text, textarea {
	background:#fff;/* border:none;*/ /*border:1px solid #2e1a26;*/
	border:1px solid #3c2332;
	background:none;
	background-image: url(../images/input_bg.png);
	background-repeat: repeat;
	border:1px solid #3C2332;
	color:#FFF;
	text-align:left;
	padding: 3px 5px 2px 5px;
}
input.input-text, textarea {
	padding:2px;
}
input.input-text {
	padding: 3px 5px 2px 5px;
	width:240px;
}
input#coupon_code {
	width:150px;
	margin-top:5px;
}
select {
	padding:1px;
}
select option {
	padding-right:10px;
}
select.multiselect option {
}
textarea {
	overflow:auto;
}
input.radio {
	margin-right:3px;
}
input.checkbox {
	margin-right:3px;
}
input.qty {
	width:2.5em !important;
}
/*button::-moz-focus-inner { padding:0; border:0; }*/
button.button {
	overflow:visible;
	width:auto;
	background:#303030; /*border:1px solid #717171; */
	border:none;
	cursor:pointer;
	background:url(../images/bg-btn.gif) repeat-x top left;
	height:20px;
}
button.button span {
	display:block;
	margin:0;
	padding:0 8px 1px;
	font-weight:bold;
	font-size:11px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	text-align:center;
	white-space:nowrap;
	color:#4b4b4b;
}
.title-buttons ul.checkout-types button.button span {
	font:bold 16px/11px Georgia, Arial, Helvetica, sans-serif;
	padding:6px 15px 8px;
}
.title-buttons ul.checkout-types button.button span img {
	vertical-align:text-top;
	margin-left:10px;
}
.checkout-cart-index .totals button.button span img {
	vertical-align:text-top;
	margin-left:10px;
}
button.custom {
	float:right
}
button.custom span img {
	margin-right:0px !important;
	margin-left:10px;
}
button.continue-shopping {
	float:left
}
button.bigger-button span {
	font:bold 16px/11px Georgia, Arial, Helvetica, sans-serif;
	padding:6px 15px 8px;
}
button.bigger-button span img {
	vertical-align:text-top;
	margin-right:10px;
}
.checkout-cart-index .totals button.button span {
	font:bold 16px/11px Georgia, Arial, Helvetica, sans-serif;
	padding:6px 15px 8px;
}
#shopping-cart-table td.last {
}
#shopping-cart-table button.update {
	margin-left:0;
	margin-top:5px;
}
#shopping-cart-table button.update span {
	font-size:10px;
	font-weight:normal;
	padding-left:0;
	padding-right:0;
}
/*
button.button:hover{background:#8e0056; background:#540032; background:#cd207c; }
button.button:hover span {color:#f2f2f2;}
*/

button.button {
	background:#380925;
	padding:2px 4px;
	height:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	line-height:normal;
	border:none;
}
button.button span {
	color:#1cdaf2;
}
/*button.button {padding:1px 4px;height:16px;}*/

button.button:hover {
	background:#8e0056;
	background:#cd207c;
}
button.button:hover span {
	color:#f2f2f2;
}
button.button:hover {
	background:#8e0056;
	background:#1cdaf2;
}
button.button:hover span {
	color:#380925;
}
button.button:hover {
	background:#8e0056;
	background:#7c0049;
}
button.button:hover span {
	color:#1cdaf2;
}
button.button:hover {
	background:#d3007d
}
button.button:hover span {
	color:#fff;
}
#shopping-cart-table button {
	margin-left:10px;
}
button.disabled {
}
button.disabled span {
}
/* Input & Textarea stretched for 100% */
.field-100 {
	border:1px solid #888;
	padding:2px;
	overflow:hidden;
}
.field-100 input.input-text, .field-100 textarea {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	border:0;
}
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}
.highlight {}*/

/* Form lists */
.form-list li {
	margin:0 0 5px;
}
.form-list label { /*font-weight:bold; */
}
.form-list .input-box {
	float:left;
	width:260px;
}
.form-list input.input-text, .form-list textarea {
	width:250px;
}
.form-list select {
	width:256px;
	background-color: #0d0009;
	border: 1px solid #422335;
	color: #fff;
}
.form-list select option {
	background-color: #0d0009;
	color: #fff;
}
.form-list li.add-row {
	border-top:1px solid #ddd;
	margin-top:10px;
}
.group-select {
}
.group-select li {
	margin:0 0 5px;
}
.group-select .input-box {
	float:left;
	width:260px;
	margin-right:20px;
}
.group-select input.input-text, .group-select textarea {
	width:510px;
	width:530px;
}
.group-select select {
	width:516px;
	width:536px;
}
.group-select .input-box input.input-text, .group-select .input-box textarea {
	width:250px;
}
.group-select .input-box select {
	width:256px;
}
.buttons-set {
	clear:both;
	margin:5px 0 0;
	padding:5px;
	background:url(../images/grey_out.png) repeat;
}
.buttons-set .back-link {
	float:left;
}
.buttons-set button.button {
	float:right;
}
.buttons-set a, .checkout-types a {
	color:#1cdaf2;
	font-size:11px;
	line-height:20px;
	padding:0 5px;
}
.buttons-set p {
	font-size:11px;
}
.buttons-set2 {
	clear:both;
	margin:5px 0 0;
	padding:5px;
	border:1px solid #ddd;
	text-align:right;
}
/* Form Validation */
.validation-advice {
	clear:both;
	min-height:13px;
	margin:3px 0 0;
	padding-left:15px;
	font-size:10px;
	line-height:13px;
	background:url(../images/validation_advice_bg.png) 2px 1px no-repeat;
	color:#29e5fd;
	font-weight:bold;
	color:#d3007d;
	background:url(../images/validation_advice_error_bg.png) 2px 1px no-repeat;
}
/*
.validation-failed {
clear:both; min-height:13px; margin:3px 0 0; padding-left:15px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#d3007d;
background:url(../images/validation_advice_error_bg.png) 2px 1px no-repeat; font-weight:bold; }
*/

/*
input.validation-failed {
clear:both; min-height:13px; margin:3px 0 0; padding-left:15px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#d3007d;
background:url(../images/validation_advice_error_bg.png) 2px 1px no-repeat; font-weight:bold; }
*/

.validation-failed {
	border:2px solid #d3007d !important; /*border:2px solid #29e5fd !important;*/
}
.validation-passed {
}
.required {
	color:#29e5fd;
}
p.required {
	font-size:10px;
	text-align:left;
}
/* Expiration date and CVV number validation fix */
.v-fix {
	float:left;
}
.v-fix .validation-advice {
	display:block;
	width:12em;
	margin-right:-12em;
	position:relative;
}
/* Global Messages  */
.success {
	color:#3d6611;
	font-weight:bold;
}
.error {
	color:#f00;
	font-weight:bold;
}
.notice {
	color:#ccc;
}
.messages {
	width:100%;
	overflow:hidden;
	background:url(../images/grey_out.png) repeat;
	margin-bottom:10px;
}
.messages ul.messages {
	margin-bottom:0;
}
ul.messages li ul {
	padding-top:3px;
}
ul.messages li ul li {
	padding:0;
}
.messages li {
	font-size:12px;
}
.messages li li {
	margin:0 0 3px;
}
.error-msg, .success-msg, .notice-msg {
!important;
	background-position:10px 10px !important;
	background-repeat:no-repeat !important;
	min-height:24px !important;
	padding:8px 8px 8px 32px !important;
	font-size:10px !important;
	font-weight:bold !important;
}
.error-msg {
	background-image:url(../images/error_msg_icon.png);
	color:#df280a;
}
.success-msg {
	border-color:#446423;
	background-image:url(../images/success_msg_icon.png);
	color:#3d6611;
}
.notice-msg {
	border-color:#fcd344;
	background-image:url(../images/note_msg_icon.gif);
	color:#3d6611;
}
.note-msg {
	background:url(../images/grey_out.png) repeat;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	font-size:12px;
	padding:10px;
	font-weight:bold;
	float:left;
	width:700px;
}
/* BreadCrumbs */ 
.breadcrumbs {
	padding:10px;
	margin:0 0 10px;
	border:1px solid #ddd;
}
.breadcrumbs li {
	display:inline;
}
/* Page Heading */
.page-title {
	padding:0 0 5px;
	margin:0 0 10px;
}
#onestepcheckout-form .page-title {
	padding-bottom:10px !important;
	margin-bottom:0px;
}
#onestepcheckout-form .page-title h2 {
	padding-bottom:0px !important;
	margin-bottom:0px;
}
.title-buttons {
	text-align:right;
}
.title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
	float:left;
}
/* Pager */ 
.pager { /*border:1px solid #ddd; */
	padding:5px;
	margin:5px 0; /* text-align:center; */
}
.pager .amount {
	float:left;
}
.pager .limiter {
	float:right;
}
.pager .pages {
	margin:0 135px;
}
.pager .pages ol {
	display:inline;
}
.pager .pages li {
	display:inline;
}
.pager .pages .current {
}
/* Sorter */ 
.sorter { /*border:1px solid #ddd;*/
	padding:5px;
	margin:5px 0;
}
.sorter .view-mode {
	float:left;
}
.sorter .sort-by {
	float:right;
}
.sorter .link-feed {
}
/* Data Table */ 
.data-table {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}
.data-table h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding-top:0;
}
.data-table h3 a {
	color:#1cdaf2;
}
.data-table h3 a:hover {
}
.data-table th {
	padding:5px;
	font-weight:bold;
	white-space:nowrap; /*text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; */
}
.data-table td {
	padding:5px;
}
.data-table thead {
/*border-bottom:1px solid #2e1a26;*/
}
.data-table tbody {
}
.data-table tfoot {
}
.data-table tr {
/*border-bottom:1px solid #2e1a26;*/
}
.data-table tr.first {
}
.data-table tr.last {
}
.data-table tr.odd {
}
.data-table tr.even { /* background:url(../images/grey_out.png) repeat;*/
}
.data-table tbody.odd {
}
.data-table tbody.odd td {
	border-width:0 1px;
}
.data-table tbody.even {/* background:url(../images/grey_out.png) repeat;*/
}
.data-table tbody.even td {
	border-width:0 1px;
}
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
	border-bottom-width:1px;
}
.data-table th .tax-flag {
	white-space:nowrap;
	font-weight:normal;
}
.data-table td.label, .data-table th.label {
	font-weight:bold;
}
.data-table td.value {
}
/* Tax Details Row */
tr.tax-total {
	cursor:pointer;
}
tr.tax-total td {
}
tr.tax-total .tax-collapse {
	float:right;
	text-align:right;
	padding-left:20px;
	background:url(../images/bg_collapse.gif) 0 4px no-repeat;
	cursor:pointer;
}
tr.show-details .tax-collapse {
	background-position:0 -53px;
}
tr.show-details td {
}
tr.tax-details td {
	background-color:#f6f6f6;
}
tr.tax-details-first td {
}
/* Lists Decoration */
li.odd {
}
li.even {
	background-color:#f6f6f6;
}
dt.odd, dd.odd {
}
dt.even, dd.even {
	background-color:#f6f6f6;
}
/* Class: std - styles for admin-controlled content */
.std, .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;
}
.std ul ul {
	list-style-type:circle;
}
.std ul ul, .std ol ol, .std ul ol, .std ol ul {
	margin:.5em 0;
}
.std dt {
	font-weight:bold;
}
.std dd {
	padding:0 0 0 1.5em;
}
.std blockquote {
	font-style:italic;
	padding:0 0 0 1.5em;
}
.std address {
	font-style:normal;
}
.std b, .std strong {
	font-weight:bold;
}
.std i, .std em {
	font-style:italic;
}
/* ======================================================================================= */


/* Sidebar =============================================================================== */
/*.block { border:1px solid #ddd; margin:0 0 10px; }*/
.block {
	background:url(../images/grey_out.png) repeat; /*border:1px solid #290016; */
	margin-bottom:20px;
}
.block .block-title {
	padding: 0 10px;
	background:url(../images/grey_out.png) repeat;
	border-bottom:1px solid #290016;
	margin:0;
	padding:5px 8px;
	background:url(../images/grey_out.png) repeat;
	text-transform:uppercase;
}
.block .block-title h2 {
	font-size:12px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
.block h3 {
	font-size:14px;
	line-height:1.5;
}
.block .block-content {
	padding:10px;
}
.block .block-content li {
	padding:2px 0;
	background:url(../images/blt-arrow-white.png) no-repeat left 5px;
	padding-left:10px
}
.block .block-content #cart-sidebar li {
	padding-left:0;
	background:none;
}
.block .block-content ul li a {
;
}
.block .actions {
	text-align:center;
	margin-top:20px;
}
.block .actions a {
	float:left;
}
#cart-sidebar-reorder li {
	padding-left:0;
	background:none;
}
.block-account {
	margin-top:32px;
}
/* Block: Account */
.block-account {
}
/* Block: Currency Switcher */
.block-currency {
}
.block-currency select {
	width:100%;
	border:1px solid #888;
}
/* Block: Layered Navigation */
.block-layered-nav {
}
.block-layered-nav dt {
	font-weight:bold;
}
.block-layered-nav .currently {
}
/* Block: Cart */
.block-cart {
}
.block-cart .amount {
}
.block-cart .subtotal {
	text-align:center;
	color:#d3007d;
	font-size:14px;
}
.block-cart .subtotal .price {
	font-weight:bold;
}
.block-cart .actions {
	margin-bottom:15px;
	text-align:center;
}
.mini-products-list li {
	padding:5px 0;
	text-align:left;
}
.mini-products-list .product-image {
	float:left;
	width:50px;
	padding:5px; /*border:1px solid #ddd; */
	margin-right:-75px;
}
.mini-products-list .product-details {
	margin-left:65px;
}
.mini-products-list .product-details h4 {
	font-size:1em;
	font-weight:bold;
	margin:0;
}
.mini-products-list .product-details .btn-remove {
	float:right;
}
/* Block: Wishlist */
.block-wishlist {
}
/* Block: Related */
.block-related {
}
.block-related li {
	padding:5px 0;
}
.block-related input.checkbox {
	float:left;
	margin-right:-20px;
}
.block-related .item {
	margin-left:20px;
}
.block-related .item .product-image {
	float:left;
	margin-right:-65px;
}
.block-related .item .product-details {
	margin-left:65px;
}
/* Block: Compare Products */
.block-compare {
}
.block-compare li {
	padding:5px 0;
}
/* Block: Viewed */
.block-recent {
}
/* Block: Poll */
.block-poll {
}
.block-poll input.radio {
	float:left;
	margin:3px -18px 0 0;
}
.block-poll .label {
	display:block;
	margin-left:18px;
}
.block-poll .answer {
}
.block-poll .votes {
	font-weight:bold;
}
/* Block: Tags */
.block-tags ul, .block-tags li {
	display:inline;
}
/* Block: Subscribe */
.block-subscribe {
}
/* Block: Reorder */
.block-reorder {
}
.block-reorder li {
	padding:5px 0;
}
.block-reorder input.checkbox {
	float:left;
	margin:3px -20px 0 0;
}
.block-reorder .label {
	display:block;
	margin-left:20px;
}
/* Block: Banner */
.block-banner {
}
.block-banner {
}
.block-banner .block-content {
	text-align:center;
}
/* Block: Checkout Progress */
.block-progress {
}
.block-progress dt {
	font-weight:bold;
}
.block-progress dt.complete, .block-progress dd.complete { /*background-color:#f6f6f6;*/
	margin-bottom:20px;
}
/* ======================================================================================= */


/* Category Page ========================================================================= */
/*.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }*/
.category-image {
	display:block;
	margin:0 auto;
}
.category-products {
	clear:both
}
/* View Type: Grid */
.products-grid {
	width:100%;
}
.products-grid tr.odd {
}
.products-grid tr.even { /*background-color:#f6f6f6;*/
}
.products-grid td {
	width:33%;
	border:1px solid #ddd;
	padding:5px;
}
.products-grid td.empty {
}
/* View Type: List */
.products-list li.item {
	border:1px solid #ddd;
	padding:5px;
	margin:0 0 5px;
}
.products-list .product-image {
	float:left;
}
.products-list .product-shop {
	float:right;
	width:320px;
}
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {
}
.product-essential {
}
.product-collateral {
}
/* Product Images */
/*
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.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 { 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 #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 ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }
*/

.larger {
	border:1px dotted #fff;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	width:358px;
}
.product-image-popup {
	margin:0 auto;
}
.product-image-popup .nav {
	text-align:center;
}
.product-image-popup .image {
	display:block;
}
.product-image-popup .image-label {
}
/* Product Shop */
.product-view .product-shop {
	float:right;
	width:445px;
}
.product-view .product-name {
}
.product-view .short-description {
}
/* Rating */
.ratings {
}
.ratings .amount {
}
.ratings .rating-links {
}
.ratings dt {
}
.ratings dd {
}
.rating-box {
	width:69px;
	height:13px;
	font-size:0;
	line-height:0;
	background:url(../images/bg_rating.gif) 0 0 repeat-x;
	position:relative;
	overflow:hidden;
}
.rating-box .rating {
	position:absolute;
	top:0;
	left:0;
	height:13px;
	background:url(../images/bg_rating.gif) 0 100% repeat-x;
}
/* Availability */
.availability {
}
.availability .in-stock {
	font-weight:bold;
}
.availability .out-of-stock {
	font-weight:bold;
	color:#f00;
}
/********** < Product Prices */
.price {
	white-space:nowrap !important;
}
.price-box {
}
.price-box .price {
	font-weight:bold;
}
.price-box-bundle {
}
/* Regular price */
.regular-price {
}
.regular-price .price {
	font-weight:bold;
}
/* Old price */
.old-price {
}
.old-price .price-label {
	white-space:nowrap;
}
.old-price .price {
	font-weight:bold;
	text-decoration:line-through;
}
/* Special price */
.special-price {
}
.special-price .price-label {
	font-weight:bold;
	white-space:nowrap;
}
.special-price .price {
	font-weight:bold;
}
/* Minimal price (as low as) */
.minimal-price {
}
.minimal-price .price-label {
	font-weight:bold;
	white-space:nowrap;
}
a.minimal-price-link {
	display:block;
}
a.minimal-price-link .label {
}
a.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-weight:normal;
}
/* Including tax */
.price-including-tax {
	display:block;
}
.price-including-tax .label {
	white-space:nowrap;
}
.price-including-tax .price {
	font-weight:bold;
}
/* 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 {
}
.price-from .price-label {
	font-weight:bold;
	white-space:nowrap;
}
.price-to {
}
.price-to .price-label {
	font-weight:bold;
	white-space:nowrap;
}
/* Price as configured */
.price-as-configured {
}
.price-as-configured .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;
}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price {
	font-weight:bold;
}
.tier-prices .benefit {
}
/* Add to Links */
.add-to-links .separator {
	display:none;
}
/* Add to Cart */
.add-to-cart label {
	float:left;
	margin-right:5px;
}
.add-to-cart .qty {
	float:left;
}
.add-to-cart button.button {
	float:left;
	margin-left:5px;
}
/* Add to Links + Add to Cart */
.add-to-box {
}
.add-to-box .add-to-cart {
	float:left;
}
.add-to-box .or {
	float:left;
	margin:0 10px;
}
.add-to-box .add-to-links {
	float:left;
}
/* Product Options */
.product-options { /* padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6;*/
}
.product-options dt label {
	font-weight:bold;
}
.product-options dt .qty-holder {
	float:right;
}
.product-options dt .qty-holder label {
	vertical-align:middle;
}
.product-options dt .qty-disabled {
	background:none;
	border:0;
	padding:3px;
	color:#000;
}
.product-options dd {
	margin:10px 0;
}
.product-options dl.last dd.last {
}
.product-options dd input.input-text {
	width:98%;
}
.product-options dd textarea {
	width:98%;
	height:8em;
}
.product-options dd select {
	width:100%;
}
.product-options .options-list {
}
.product-options .options-list input.radio {
	float:left;
	margin:3px -18px 0 0;
}
.product-options .options-list input.checkbox {
	float:left;
	margin:3px -20px 0 0;
}
.product-options .options-list .label {
	display:block;
	margin-left:20px;
}
.product-options ul.validation-failed {
	padding:0 7px;
}
.product-options p.required {
	padding:15px 0 0;
}
/*
.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }
*/
/* Grouped Product */
.grouped-items {
}
/* Block: Description */
.product-view .description {
}
/* Block: Additional */
.product-view .additional {
}
/* Block: Upsell */
.product-view .up-sell {
}
.product-view .up-sell .products-grid td {
	width:25%;
}
/* Block: Tags */
.product-view .tags {
}
.product-view .tags .form-add-tags label {
	float:left;
}
.product-view .tags .form-add-tags .input-box {
	float:left;
	margin:0 5px;
}
.product-view .tags .form-add-tags button.button {
	float:left;
}
.product-view .tags .form-add-tags p {
	clear:both;
}
/* Block: Reviews */
.product-view .reviews {
}
/* Block: Add Review */
.product-view .add-review {
}
.product-view .add-review .product-name span {
	font-weight:normal;
}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {
	font-size:1em;
	font-weight:bold;
	line-height:1.5;
}
/* Product Tags */
.tags-list li {
	display:inline;
}
/* Advanced Search */
.search-summary {
}
/* CMS Home Page */
.cms-home .products-grid td {
	width:20%;
}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {
}
.product-review .content {
	padding-bottom:15px
}
.product-review .product-img-box {
	float:left;
	width:180px;
}
.product-review .product-img-box .product-image {
	display:block;
	padding:1px;
}
.product-review .product-details {
	float:right;
	width:420px;
}
#my-reviews-table {
	width:100%;
}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types, .checkout-multishipping-addresses .checkout-types {
	float:right;
	text-align:right;
	margin-top:15px;
	width:230px;
	margin-right:75px;
	margin-right:70px\9;
}
*+html .cart .checkout-types {
	margin-right:70px;
}
.title-buttons ul.checkout-types {
	float:right;
	margin-right:70px;
	margin-top:0 !important;
}
.cart .checkout-types li, .checkout-multishipping-addresses .checkout-types li {
	padding-left:20px;
	float:left;
}
/* Shopping Cart Table */
.cart-table .item-msg {
	font-size:10px;
}
#sub_page .cart .cart-collaterals .buttons-set {
	background:none !important;
	border:none;
	padding-left:0;
}
#sub_page .cart .cart-collaterals .buttons-set button {
	float:left;
	margin-left:0;
	margin-right:10px;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	margin-top:10px;
	padding-bottom:20px;
}
.cart .cart-collaterals .col-1 {
	padding:10px;
	width:400px;
	padding-bottom:0px;
}
.cart .cart-collaterals div.discount {
	margin-bottom:10px;
}
.shipping .form-list li {
	float:left;
	margin-right:20px;
}
.cart .cart-collaterals {
	position:relative;
}
.cart .cart-collaterals .col-2 {
}
.cart .crosssell .product-image {
	float:left;
	margin-right:-90px;
}
.cart .crosssell .product-shop {
	margin-left:90px;
}
.cart .shipping {
	display:none
}
/* Shopping Cart Totals */
.cart .totals {
	float:right;
}
.cart .totals table, #checkout-review-totals {
	width:100%;
}
.cart .totals table th, .cart .totals table td, #checkout-review-totals th, #checkout-review-totals td {
	padding:5px;
}
.cart .totals table th, #checkout-review-totals th {
	font-weight:bold;
}
.cart .totals strong, #checkout-review-totals tr.last strong {
	font-size:16px;
	color:#1cdaf2;
	color:#d3007d;
}
/* Options Tool Tip */
.item-options dt {
	font-weight:bold;
	font-style:italic;
	float:left;
	clear:both;
	text-transform:capitalize;
	width:40px;
}
dl.item-options {
	line-height:20px;
}
.item-options dd {
	padding-left:10px;
}
.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 #290016;
	background:#4b4b4b;
}
.truncated .show dl {
	top:-20px;
	left:50%;
}
.col-left .truncated .show dl {
	left:30px;
	top:7px;
}
.col-right .truncated .show dl {
	left:-240px;
	top:7px;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc {
	position:relative;
	background:url(../images/grey_out.png) repeat;
	border:1px solid #290016;
}
.opc li.section {
	margin-bottom:2px;
	clear:both;
}
.opc .step-title {
	background:url(../images/bg-violet-dark-gradient.jpg) repeat-x;
	background:url(../images/grey_out.png) repeat;
	padding:5px 5px;
	text-align:right;
}
.opc .step-title .number {
	float:left;
	line-height:22px;
	margin-right:5px;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#4e0d34;
	padding:0 5px;
	color:#d3007d;
}
.opc .step-title h3 {
	float:left;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:16px;
	color:#4e0d34;
	padding-bottom:2px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:12px !important;
	color:#d3007d;
}
.opc .allow .step-title {
	cursor:pointer;
}
.opc .allow .step-title h3 {
	color:#29e5fd;
}
.opc .allow .step-title .number {
	color:#29e5fd;
}
.opc .active {
}
.opc .active .step-title {
	cursor:default;
	color:#ebebeb;
	border-bottom:1px solid #290016;
}
.opc .active .step-title .number {
	color:#ebebeb;
}
.opc .active .step-title h3 {
	color:#ebebeb;
}
.opc .step { /*padding:10px; */
	position:relative;
}
.opc .step .tool-tip {
	right:10px;
}
.opc .order-review {
}
.opc .col2-set .buttons-set {
	border-top:1px solid #2e1a26;
}
.opc h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	margin-bottom:15px;
	font-weight:bold;
}
.opc li.section .col2-set {
	padding:0px;
	background:none;
}
.opc li.section .col2-set .content {
	padding:15px !important;
}
.opc li.section .col2-set .col-1 {
	float:left;
	width:285px;
	width:315px;
	background:url(../images/grey_out.png) repeat;
}
.opc li.section .col2-set .col-2 {
	float:right;
	width:285px;
	width:315px;
	background:url(../images/grey_out.png) repeat;
}
#checkout-step-login {
	padding:10px;
}
#checkout-step-login .col2-set .col-1 .content, #checkout-step-login .col2-set .col-2 .content {
	min-height:245px;
}
#checkout-step-billing fieldset {
	padding-left:55px;
	padding-top:35px;
}
#checkout-step-billing fieldset fieldset {
	padding-left:0;
	padding-top:0;
}
#checkout-step-shipping fieldset {
	padding-left:55px;
	padding-top:35px;
}
#checkout-step-shipping fieldset fieldset {
	padding-left:0;
	padding-top:0;
}
#checkout-step-shipping_method .content {
	padding:15px;
	padding:20px !important;
}
#checkout-step-payment .content {
	padding:20px !important;
	;
}
#checkout-step-review {
}
#main_page #checkout-step-review .content {
	padding:20px 20px 0px 20px !important;
	width:auto;
}
#checkout-step-review h4 {
	font-size:12px;
	color:#d3007d;
	font-family:Arial, Helvetica, sans-serif;
}
/* SEE .cart .totals FOR TABLE STYLES */
#checkout-review-totals {
	float:right;
	margin-top:20px;
	border:1px solid #1cdaf2;
	border-collapse:separate;
	background:url(../images/grey_out.png) repeat;
	padding:5px;
	width:100%;
}
#checkout-review-totals tfoot {
}
#checkout-review-totals td {
	padding-right:10px;
	border:none;
}
#checkout-review-totals tr.last td, #checkout-review-totals tr.last th {
	padding-top:15px;
}
#checkout-step-shipping_method .buttons-set, #checkout-step-payment .buttons-set, #checkout-step-review .buttons-set {
	border-top:1px solid #380925;
	border-top:1px solid #2e1a26;
}
 #billing:use_for_shipping_no {
padding-left:10px;
}
.wide_column .opc li.section ul {
	margin-left:0;
}
.wide_column .opc li.section ul.list {
	margin-left:15px;
}
/* Multiple Addresses Checkout */
.checkout-progress {
	padding:0 50px;
	margin:10px 0;
}
.checkout-progress li {
	float:left;
	width:20%;
	text-align:center;
	color:#ccc;
}
.checkout-progress li.active {
	color:#000;
}
.one-page-checkout-progress .page-head {
	margin-bottom:1em;
}
.one-page-checkout-progress ol {
	background:url(../images/grey_out.png) repeat;
	border:1px solid #290016;
}
.one-page-checkout-progress li {
	margin-bottom:2px;
	clear:both;
}
.one-page-checkout-progress h4 {
	margin:0;
	padding:5px 8px;
	background:url(../images/grey_out.png) repeat;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	color:#841658;
	color:#d3007d;
	font-size:12px !important;
}
.one-page-checkout-progress h4 .separator {
	display:none;
}
.one-page-checkout-progress h4.complete {
	color:#fff;
	border-bottom:1px solid #290016;
}
.one-page-checkout-progress h4 a {
	text-transform:none;
	display:block;
	font-size:11px;
	font-weight:normal;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
}
.one-page-checkout-progress .content {
	padding:8px 13px !important;
	width:auto !important;
	clear:both;
}
.checkout-progress {
	margin:0 auto 1.5em auto;
}
/* other pages */
#form-validate {
}
#form-validate fieldset {
}
#form-validate fieldset fieldset {
}
/* [end] other pages */


#multiship-addresses-table {
	width:880px;
}
.multiple-checkout {
	position:relative;
	width:100%;
}
.multiple-checkout .content {
}
.multiple-checkout .tool-tip {
	top:50%;
	margin-top:-120px;
	right:10px;
}
.multiple-checkout .grand-total {
	text-align:right;
	border:1px solid #1cdaf2;
	font-weight:bold;
	padding:10px;
	font-size:16px;
	color:#d3007d;
}
.multiple-checkout .grand-total big {
}
.multiple-checkout .grand-total .price {
}
ul.checkout-progress {
	margin:0 auto 1.5em auto;
}
.checkout-progress li {
	width:140px;
	float:left;
	font-size:11px;
	margin-right:5px;
	border-top:4px solid #e8e8e8;
	padding:4px 5px;
	color:#e8e8e8;
	font-weight:bold;
}
.checkout-progress li.active {
	border-top-color:#d3007d;
	color:#fff;
}
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods .form-list {
	padding-left:20px;
}
.sp-methods select.month {
	width:150px;
	margin-right:10px;
}
.sp-methods select.year {
	width:96px;
}
.sp-methods input.cvv {
	width:3em !important;
}
.please-wait {
	float:right;
	margin-right:5px;
}
.cvv-what-is-this {
	cursor:help;
	margin-left:5px;
}
/* Tooltip */
.tool-tip {
	border:1px solid #ddd;
	background-color:#f6f6f6;
	padding:5px;
	position:absolute;
	z-index:9999;
}
.tool-tip .btn-close {
	text-align:right;
}
.tool-tip .tool-tip-content {
	padding:5px;
}
/* Gift Messages */
.add-gift-message {
}
.gift-message-form {
	border:1px solid #ddd;
	background-color:#f5f5f5;
}
.gift-message-form .inner-box {
	padding:5px;
	height:300px;
	overflow:auto;
}
.gift-message-form .gift-item {
}
.gift-message-link {
	display:block;
	background:url(../images/bg_collapse.gif) 0 4px no-repeat;
	padding-left:20px;
}
.gift-message-link.expanded {
	background-position:0 -53px;
}
.gift-message-row {
}
.gift-message-row .btn-close {
	float:right;
}
.gift-message dt strong {
	font-weight:bold;
}
/* Checkout Agreements */
.checkout-agreements {
}
.checkout-agreements li {
	margin:10px 0;
}
.checkout-agreements .agreement-content {
	border:1px solid #ddd;
	background-color:#f6f6f6;
	padding:5px;
	height:10em;
	overflow:auto;
}
.checkout-agreements .agree {
	padding:6px;
}
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page {
}
.login-page .content {
	min-height:150px;
}
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {
	background:url(../images/grey_out.png) repeat;
	padding:10px;
}
.dashboard .welcome-msg {
	padding:10px;
}
.dashboard .welcome-msg h4 {
	margin-top:0;
	margin-bottom:20px;
}
/*.dashboard  h3 {font-size:16px;padding-left:10px;}*/

.dashboard .col2-set h3, .multiple-checkout .col2-set h3 {
	border-bottom:1px solid #290016;
	margin-top:0;
	padding-bottom:10px;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:10px;
	font-size:16px !important;
}
.multiple-checkout .col2-set h3.simple {
	border-bottom:none;
}
.dashboard .col2-set h4, .multiple-checkout .col2-set h4 { /*text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif;*/
	margin-bottom:10px;
	float:left;
	padding-right:4px;
	font-size:14px;
	line-height:14px;
}
.multiple-checkout .col2-set h4 a {
	font-weight:normal;
	font-size:12px;
	text-transform:capitalize;
}
.dashboard .col2-set a.edit {
	line-height:16px
}
.dashboard .col2-set p, .multiple-checkout .col2-set p, .multiple-checkout .col2-set dl, .multiple-checkout .col2-set table {
	clear:both;
}
.multiple-checkout .col2-set address {
	clear:both;
	margin-bottom:20px;
}
.dashboard .col2-set h5 {
	font-size:12px;
	clear:both;
	margin-bottom:4px;
}
.dashboard .col2-set .col-1 {
	clear:both;
}
/* Block: Recent Orders */
.dashboard .recent-orders, .dashboard .recentlike {
	background:url(../images/grey_out.png) repeat;
	padding:10px;
	margin-bottom:15px;
}
.dashboard .recent-orders, .dashboard .recentlike {
	background:url(../images/grey_out.png) repeat;
	padding:10px;
	margin-top:15px;
}
.dashboard .recent-orders .title-buttons, .dashboard .recentlike .title-buttons {
	border-bottom:1px solid #290016;
	margin-top:0;
	padding-bottom:10px;
	margin-bottom:10px;
	width:100%;
	text-align:left;
}
.dashboard .recent-orders .title-buttons h3, .dashboard .recentlike .title-buttons h3 {
	margin:0;
	;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
}
.dashboard .recent-orders .title-buttons a, .dashboard .recentlike .title-buttons a {
	float:right;
}
#salesdash2 .recentlike {
	margin-top:0;
}
/* Block: Tags */
.dashboard .tags .number {
	float:left;
	margin-right:-20px;
}
.dashboard .tags .details {
	margin-left:20px;
}
/* Block: Reviews */
.dashboard .reviews {
}
.dashboard .reviews {
	background:url(../images/grey_out.png) repeat;
	padding:10px;
	margin-top:15px;
}
.dashboard .reviews .title-buttons {
	border-bottom:1px solid #290016;
	margin-top:0;
	padding-bottom:10px;
	margin-bottom:10px;
	width:100%;
	text-align:left;
}
.dashboard .reviews .title-buttons h3 {
	margin:0;
	;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
}
.dashboard .reviews .title-buttons a {
	float:right;
}
/********** Dashboard > */

/* Order View */
.order-info {/* border:1px solid #ddd;padding:5px;*/
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
	display:inline;
}
.order-info dt {
	font-weight:bold;
}
/* Print Pages */
.page-print {/*width:800px; */
	margin:30px;
	padding:0;
	margin:0;
	width:94%;
	padding:3%;
}
.page-print .print-header {
	float:left;
	width:100%;
}
.page-print .print-info {
	float:left;
	border:none;
	margin-bottom:0 !important;
	width:65%;
}
.page-print .print-info h2 {
	font-size:24px;
	margin-top:5px;
}
.page-print .print-info p {
	margin-bottom:0;
}
.page-print .print-head {
	float:right;
	margin-bottom:20px;
}
.page-print .print-head h1 {
	margin-bottom:20px !important;
	width:30%;
}
.page-print p {
	margin-bottom:0 !important;
}
.page-print, .page-print .print-head, .page-print h2, .page-print h3, .page-print h4, .page-print p {
	color:#333333;
!important;
}
.page-print h3 {
	margin:0 0 15px 0;
}
.page-print .col2-set {
	clear:both;
	background:none !important;
	border:1px solid #333333;
	margin:20px 0; /*width:700px;*/
}
.page-print .data-table {/*width:800px; */
	margin:0; /*margin:10px;*/
}
.page-print .data-table td, .page-print .data-table th {
	border-bottom:1px solid #333333;
}
.page-print .buttons-set {
	background:none;
}
.page-print .print-head img {
	float:left;
}
.page-print .print-head address {
	float:left;
	margin-left:15px;
}
/* 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 .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
	display:inline;
}
/* ======================================================================================= */


/* ======================================================================================= */
/* ============================== END MAGENTO STYLES BLANK THEME ========================= */

/* =================================== CUSTOM CODED ===================================== */

body, h1, h2, h3, p, ul, li, img, form/*, textarea*/ {
	margin: 0px;
	padding: 0px;
	color:#f1eef0;
}
a {
	color:#29e5fd;
}
html, body {
	width:100%;
	height:100%;
}
textarea {
	padding: 2px 4px;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-weight:normal;
}
body {
	background: url(../images/pattern.jpg) repeat left top;
}
body, input {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
}
img {
	border:none;
}
ul {
	list-style-type: none;
}
h1#logo {
	float: left;
	height: 55px;
	width: 161px;
	margin-top: 5px;
}
h1#logo a {
	text-indent: -9999px;
	float: left;
	height: 66px;
	width: 161px;
	overflow:hidden;
	background: url(../images/better_closet_logo.gif) no-repeat left top;
}
h2 {
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color:#FFF;
	margin:20px 0 10px 0;
}
.text_page h1, .text_page h2, .text_page h3, .text_page h4, .text_page h5 {
	float:none;
	width:auto;
	margin-bottom:1.2em;
}
.text_page h1 {
}
.wide_column ul {
	margin-bottom:10px; /*margin-left:40px;*/
}
.wide_column ul li {
	padding:2px 0;
}
.wide_column ul.disc li {
	list-style:disc;
}
.wide_column ul.list li {
	padding-left:10px;
	background:url(../images/blt-arrow-white.png) no-repeat left 5px;
}
.list {
}
p {
	color:#f1eef0;
	line-height:20px;
	margin-bottom:0.9em;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.wide_column a {
	color:#29e5fd;
}
.wide_column a:hover {
	text-decoration:underline;
}
.body_inner {
	width:100%;
	min-height:100%;
	float:left;
	background: url(../images/body_bg.jpg) no-repeat center top;
}
.page_wrapper {
	margin: 0 auto;
	width: 960px;
	text-align:left;
}
.catalog-product-view .body_inner .page_wrapper .content {
	padding-top:40px
}
.header {
	background: url(../images/header_bg.gif) repeat-x left top;
	height:160px;
	width:100%;
	float:left;
}
.top_menu {
	float:left;
	width:100%;
	height:29px;
	width:93%;
}
.top_menu ul {
	float:right;
	padding-right: 20px;
	padding-right:140px;
	padding-right:220px;
}
.top_menu ul li {
	float:left;
	padding: 0 24px;
}
.top_menu ul li a {
	color:#d6d6d6;
	line-height:28px;
	float:left;
	text-transform:lowercase;
	margin-right:4px;
}
.top_menu ul li a span {
	color:#d6d6d6;
}
.top_menu a:hover {
	text-decoration:none;
	color:#FFF;
}
.top_menu .top-link-cart {
	padding-left:24px;
	background: url(../images/view_rack_icon.gif) no-repeat left 8px;
}
.top_menu input, .top_menu #search {
	float:left;
	background:none;
	background-color:#6f6f6f;
	border:none;
	color:#FFF;
	font-weight:bold;
	margin-top:4px;
	line-height:16px;
	padding: 2px 4px;
	width:136px;
	margin-right:5px;
}
.top_menu {
	position:relative;
}
#search_mini_form {
	position:absolute;
	top:0;
	right:0;
}
.top_menu input.btn, #search_mini_form input.btn {
	width:auto;
	height:auto;
	padding:0;
	color:#d6d6d6;
	background-color:#303030;
	font-weight:normal;
	line-height:20px;
	margin-top:5px;
}
.top_menu input.btn:hover, #search_mini_form input.btn:hover {
	color:#FFF;
	cursor:pointer;
}
#search_mini_form label {
}
.main_menu {
	float:right;
	background-image: url(../images/top_menu_bg.png);
	background-image: url(../images/top_menu_bg_allstates.png);
	height: 106px;
	width: 792px;
	padding-left:10px;
	margin: 0 -6px 0 0;
}
.main_menu li {
	float:left;
}
.main_menu li a {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
.active-top10 {
	background-position:left -106px;
}
.active-casual {
	background-position:left -212px;
}
.active-redcarpet {
	background-position:left -318px;
}
.active-pmwear {
	background-position:left -424px;
}
.active-littleblack {
	background-position:left -530px;
}
.active-under99 {
	background-position:left -636px;
}
.active-bcstyle {
	background-position:left -742px;
}
.top10 {
	width:120px;
	height:96px;
}
.casual {
	width:115px;
	height:96px;
}
.redcarpet {
	width:101px;
	height:90px;
}
.pmwear {
	width:120px;
	height:98px;
}
.littleblack {
	width:108px;
	height:86px;
}
.under99 {
	width:100px;
	height:84px;
}
.bcstyle {
	width:120px;
	height:93px;
}
.wide_column {
	float:left;
	padding-left:2px;
}
.img_wrapper {
	float:left;
	width:660px;
	height:331px;
	position:relative;
	background-image: url(../images/grey_out.png);
}
.img_wrapper a {
	position:absolute;
}
#img1 {
	top:8px;
	left:10px;
}
#img2 {
	top:8px;
	left:180px;
}
#img3 {
	top:8px;
	right:10px;
}
#img4 {
	top:118px;
	left:180px;
}
#img5 {
	top:118px;
	right:180px;
}
#img6 {
	top:218px;
	left:10px;
}
#img7 {
	top:219px;
	right:10px;
}
#main_page .content, .message {
	width:860px;
	padding-left: 50px;
	padding-right: 50px;
}
#main_page .content .content, #sub_page .content .content {
	width:auto;
}
#sub_page .content {
	width:918px;
	padding-left: 42px;
}
#main_page .wide_column {
	width:660px;
	padding-left:7px;
}
#sub_page .wide_column {
	width:720px;
	padding-left: 5px;
}
.content {
	float:left;
	padding-top:40px;
	padding-bottom:40px;
}
.message {
	float:left;
	padding-top:20px;
}
#main_message {
	float:left;
	width:100%;
	background: url(../images/main_page_message.png) no-repeat center top;
	height: 54px;
	text-indent:-9999px;
}
.narrow_column {
	float:left;
	width:193px;
	padding-top:8px;
}
.narrow_column {
}
.col2-right-layout .narrow_column {
	width:183px;
	margin-left:10px;
	padding-top:26px;
}
.col2-right-layout h3 {
	margin-bottom:12px;
	font-size:16px !important;
	line-height:16px !important;
	margin:0 0 15px 0;
}
.narrow_column img {
	float:left;
	margin-bottom:10px;
}
.top_side is .left_sie /*.bottom_side is left2_side */ 
.top_side, .bottom_side, .left_side, .left2_side {
	float:left;
	width:100%;
}
.top_side li, .bottom_side li, .left_side li, .left2_side li {
	float:left;
	width:100%;
	padding-bottom:10px;
}
.top_side li a, .bottom_side li a, .left_side li a, .left2_side li a {
	float:left;
	width:100%;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	color:#ededed;
	line-height: 28px;
	text-transform:uppercase;
	font-size: 14px;
	font-weight:bold;
}
.top_side li a:hover, .top_side li.active a, .bottom_side li a:hover, .bottom_side li.active a, .left_side li a:hover, .left_side li.active a, .left2_side li a:hover, .left2_side li.active a {
	text-decoration:none;
	background-position: left bottom;
}
.top_side li a, .left_side li a {
	background-image: url(../images/side_top_bg.png);
}
.bottom_side li a, .left2_side li a {
	background-image: url(../images/bottom_op_bg.png);
}
/* submenu */ 
.left2_side ul {
}
.left2_side ul li {
	margin:0;
	padding:0;
	padding-top:2px;
}
.left2_side ul li a {
	background:#4f4f4f;
	font-size:11px;
	text-transform:none; /* padding:0 10px;*/
	line-height:22px;/*width:130px;*/
}
.left2_side ul li a:hover {
	background:#999999;
}
.news_letter {
	float:left;
	width:555px;
	height:120px;
	padding: 0 0 0 110px;
	background: url(../images/newsletter_bg.png) no-repeat left 8px;
	position:relative;
}
.news_letter .btn {
	position:absolute;
	top:85px;
	right:7px;
}
.news_letter .validation-advice {
	position:absolute;
	top:115px;  /*left:110px;*/
}
.news_letter .required-entry {
	border:none !important;
}
.news_letter h2 {
	float:left;
	width:100%;
	height:77px;
	background: url(../images/newsletter_heading.png) no-repeat 14px 18px;
	text-indent: -9999px;
}
.news_letter .input_wrapper {
	float:left;
	background: url(../images/newsletter_input.png) no-repeat left top;
	height: 31px;
	width: 530px;
	padding:8px 0 0 18px;
}
.news_letter input {
	float:left;
	border:none;
	background:none;
	color:#00BDD5;
	font-weight:bold;
	margin-right:10px;
	padding: 4px 4px;
	line-height: 16px;
	height:16px;
	width:445px;
}
.news_letter input.btn {
	padding:0;
	width:auto;
	height:auto;
	margin-top:-1px;
}
.category_heading, .category-title {
	float:left;
	width:100%;
	height:66px;
}
.category_heading h2, .category-title h2, .page_title h2 {
	float:left;
	font-family: "Monotype Corsiva";
	font-size:58px;
	color:#FFF;
	font-weight:normal;
	line-height:60px;
	padding-right:10px;
}
/* sifr */
.category_heading, .category-title {
	width:100%;
	height:66px;
	position:relative;
}
.category_heading h2, .category-title h2 {
	font-size:65px;
	line-height:1em;
	display:block;
	font-weight:normal;
	float:left;
	width:100%;
	height:65px;
}
.category_heading h2 object, .category-title h2 object {
	width:720px;
	height:66px;
}
/* [end] sifr */

/* sifr */
h3.replace, .product-collateral .up-sell h3, .product-collateral #bottom .narrow h3 {
	width:100%;
	float:left;
}
.product-collateral #bottom .narrow h3 {
	width:280px;
}
/* [end] sifr */




.wide_column ul.pageing {
	float:right;
	background: url(../images/paging_bg.png) repeat-x left top;
	height:23px;
	padding: 4px 4px 0 4px;
	margin-bottom:0;
	margin-right:0;
	margin-top:3px;
}
.category_heading .pageing {
	margin-top:68px !important;
}
.wide_column .pageing li {
	float:left;
	width:20px;
	line-height:20px;
	margin-right:2px;
	padding:0;
	background: url(../images/paging_bg.png) repeat-x left top;
}
.pageing li.on {
	background:none;
	color:#FFF;
}
.pageing li a {
	float:left;
	width:20px;
	line-height:20px;
	text-align:center;
	color:#39e9ff;
}
.pageing li.on a {
	color:#FFF;
}
/* to work with sifr */
.pageing {
	background: url(../images/paging_bg.png) repeat-x left top;
	height:23px;
	padding: 4px 4px 0 4px;
	float:right;
}
.category_heading .pageing {
	top:0;
	right:0;
	position:absolute;
}
.category_heading .show {
	float:left;
	font-size:11px;
	height:23px;
	padding:3px 7px;
}
.show {
	float:left;
	margin-top:3px;
	background: url("../images/paging_bg.png") repeat-x;
	height:23px;
	padding:3px 7px;
}
.show select {
	background:#000;
	color:#fff
}
.show select option {
	color:#fff !important
}
.category-view-all-categories .show, .category-view-all-categories .pageing {
	display:none
}
.sub-category li {
	text-align:center !important;
	padding-bottom:10px !important
}
.sub-category li img {
	margin-bottom:3px;
}
/* [end] to work with sifr */

.nav_left, .nav_right {
	font-size:11px;
	font-weight:bold;
}
.pageing li a:hover {
	text-decoration:none;
	color:#FFF;
}
.wide_column .product_list {
	float:left;
	width:720px;
	background-image: url(../images/product_list_bg.png);
	background-repeat: repeat;
	margin:0
}
.wide_column .product_list li {
	float:left;
	width:160px;
	padding: 10px 10px 30px 10px;
	text-align:left;
}
.wide_column .product_list li.clear {
	clear:both;
	width:100% !important;
	padding:0;
	height:1px;
	float:none;
	line-height:1px;
	font-size:1px;
}
.product_list a {
	float:left;
	width:100%;
	margin-bottom:5px;
	text-transform:capitalize;
}
.product_list h3 {
	color:#2ce7ff;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	margin:0;
}
.wide_column .product_list h3 span, .wide_column .product_list p {
	display:block;
	color:#FFF;
	line-height:16px;
	margin-bottom:0;
}
#shopping_by {
	float:left;
	width:100%;
	height:38px;
	text-indent:-9999px;
	background: url(../images/shopping_by.png) no-repeat 8px top;
	margin-top:18px;
	margin-left:0;
	margin-bottom:0;
}
#shop_by {
	float:left;
	width:100%;
	height:38px;
	text-indent:-9999px;
	background: url(../images/shop_by.png) no-repeat 8px top;
	margin-top:18px;
	margin-bottom:0;
	margin-left:0;
}
.shopping_by_wrap, .shop_by_wrap, .shopping_by_wrap ul, .shop_by_wrap ul {
	float:left;
	width:100%;
	width:180px;
	margin-top:5px;
}
.shop_by_wrap ul, .block-layered-nav ol {
	margin-bottom:20px;
}
.shop_by_wrap ul, .block-layered-nav ol, .block-layered-nav ul {
	padding: 5px 0;
	background-image: url(../images/grey_out.png);
	background-repeat: repeat;
	clear:both;/*padding:20px;*/
}
.shopping_by_wrap li, .shop_by_wrap li, .block-layered-nav ol li, .block-layered-nav ul li {
	/*float:left;*/
	width:163px;
	width:150px;
	padding: 2px 14px 2px 16px !important;
	font-weight:bold;
	background:none !important;
}
.block-layered-nav ol li a {
	color:#fff;
	text-transform:capitalize;
}
.shopping_by_wrap li {
	background-image: url(../images/grey_out.png);
	background-repeat: repeat;
	margin-top:2px;
	padding: 14px 14px 14px 16px;
	background:none !important;
}
.shopping_by_wrap .currently {
	margin-bottom:0;
}
.shopping_by_wrap .currently li {
	background-image: url(../images/grey_out.png);
	background:url(../images/bg-layered.png) repeat left top !important;
	background-repeat: repeat;
	margin-top:2px;
	padding: 14px 14px 14px 16px !important;
	float:left;
}
.shopping_by_wrap .currently li p {
	margin-bottom:0;
}
.shopping_by_wrap ul {
	background:none;
}
.shopping_by_wrap li p, .shop_by_wrap li p {
	float:left;
	font-weight:bold;
	color:#FFF;
	line-height: 16px;
	/* new */
	float:left;
	width:125px;
}
.shopping_by_wrap li p strong, .shop_by_wrap li p strong, .shopping_by_wrap a {
	color:#2ce7ff;
	text-transform:uppercase;
}
.shop_by_wrap li p a {
	color:#FFF;
}
.shop_by_wrap li p a:hover span {
	text-decoration:none;
	color:#FFF;
}
.shopping_by_wrap a {
	float:right;
	font-size:14px;
	font-weight:bold;
	margin:6px 8px 0 0;
}
.shop_by_wrap h3, .block-layered-nav dt {
	margin: 6px 0 6px 10px;
	text-transform:uppercase;
	font-size:18px;
	float:left;
	width:183px;
	width:170px;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
/* sifr */
.shop_by_wrap h3, .block-layered-nav dt {
	margin: 6px 0 6px 10px;
	margin-bottom:9px;
	text-transform:uppercase;
	font-size:20px;
	float:left;
	width:183px;
	height:20px;
}
/* for ie */
.shop_by_wrap h3 object, .block-layered-nav dt object {
/*width:183px;
height:20px;
*/
}
/* end sifr */

.shopping_by_wrap a:hover {
	text-decoration:none;
	color:#FFF;
}
.shopping_by_wrap li a {
	background: url(../images/close_icon.png) no-repeat left top;
	text-indent: -9999px;
	height: 16px;
	width: 16px;
	overflow: hidden;
	margin: 0;
}
/*
.cms-page-view .body_inner .page_wrapper .content {padding-top:60px}
.cms-page-view .main_heading  { margin-bottom:0; margin-top:-38px;}
.cms-page-view .main_heading  h2 {margin-top:0; line-height:36px;  margin-bottom:0;}

.cms-page-view .text_page {margin-top:0;}

.cms-page-view .main_heading{}
*/

.cms-page-view .body_inner .page_wrapper .content {
	padding-top:8px
}
.main_heading {
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-top:-20px;
}
.catalog-product-view .main_heading {
	padding-left:10px;
}
.catalog-product-view .main_heading h2 span {
	margin-top:-4px;
}
.main_heading h2 {
	margin-top:-53px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight:bold;
	color:#FFF;
}
/* sifr */
.main_heading {
	width:100%;
	height:35px;
}
.catalog-product-view .main_heading {
	padding-left:10px;
	height:70px;
}
.sIFR-hasFlash .main_heading h2 {
	margin-left:-10px;
}
.main_heading h2 {
	font-size:32px;
	line-height:1em;
	display:block;
	font-weight:normal;
	width:100%;
	height:35px;
	margin-bottom:10px;
}
.main_headingh2 object {
}
.catalog-product-view .main_heading span.manufacturer {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	display:block
}
/* [end] sifr */

.catalog-product-view .main_heading {
	float:left;
	margin-top:0px !important
}
.catalog-product-view .main_heading h2 {
	margin-top:0px;
	margin-bottom:0;
	padding-bottom:0;
}
.main_heading_cmspage h2 {
	margin-left:208px;
	margin-bottom:8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight:bold;
	color:#FFF;
	margin-top:15px;
}
/* sifr */
.main_heading_cmspage {
	width:640px;
	height:55px;
	margin-top:-7px;/*height:35px;*/
}
.main_heading_cmspage h2 {
	margin-left:195px;
	font-size:32px;
	line-height:1em;
	display:block;
	font-weight:normal;
	/*float:left;*/
width:640px;
	height:35px !important;
}
.main_heading_cmspage h2 object {
	width:640px;
}
/* [end] sifr */
.page-title {
	padding:0 0 5px;
	margin:0 0 10px;
}
.page-title h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight:bold;
	color:#FFF;
}
.checkout-cart-index .page-title h2 {
	margin-bottom:0px !important
}
/* sifr */
.page-title {
	width:100%;
}
.page-title h2 {
	font-size:32px;
	line-height:1em;
	display:block;
	font-weight:normal;
	width:100%;
	height:35px;
	margin-bottom:10px;
}
.page-title h2 object {
}
/* [end] sifr */

.page-title .links {
	margin-top:22px;
	float:right;
}
.catalog-product-view .main_heading h2 span {
	margin-top:-4px;
}
.main_heading h2 span {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
}
.product_detail {
	float:left;
	width:704px;
	background: url(../images/grey_out.png) repeat;
	padding: 8px;
}
.product_detail .wide {
	float:left;
	width:400px;
	width:360px;/*text-align:center;*/
}
.product_detail .narrow {
	float:left;
	width:290px;
	width:330px;
	padding-left:10px;
}
.bottom_product_info .product_detail h3 {
	margin:0 0 5px 0;
	line-height:28px;
}
.bottom_product_info .product_detail a {
	color:#29e5fd;
}
.main_details {
	float:left;
	width:280px;
	width:320px;
	padding-left:10px;
	background: url(../images/grey_out.png) repeat left top;
	background: url(../images/bg-review.png) repeat-y right top;
	position:relative;
	padding-bottom:10px;
}
.main_details .ratings {
	float:right;
	width:115px;
}
.main_details p.sale {
	position:absolute;
	background: url(../images/sale_price_bg.png) no-repeat left top;
	height: 28px;
	width: 190px;
	line-height:28px;
	text-transform:uppercase;
	font-size:16px;
	text-align:center;
	top:-36px;
	left:-12px;
	font-family: "Times New Roman", Times, serif;
}
.main_details p, .main_details div.item {
	float:left;
	clear:left;
	width:160px;
	width:200px;
	line-height:14px;
	margin-top:8px;
	color:#FFF;
	font-weight:bold;
}
p.free-shipping {
	margin-top:0px;
	margin-bottom:0px;
	text-transform:uppercase
}
.main_details div.item .price-box {
	display:inline;
}
.main_details p span, .main_details div.item span {
	font-weight:normal;
}
.main_details div.item div.span {
	font-weight:normal;
	display:inline;
	margin-left:10px;
}
.main_details p.productstyle span.style, .main_details div.item .style span {
	margin-left:10px;
}
.main_details div.item span.col1, .main_details p.productstyle span {
	float:left;
	font-weight:bold;
	width:40px;
}
.main_details p.productstyle span.style {
	text-transform:uppercase;
	float:left;
	width:140px;
	display:inline;
	font-weight:normal;
}
.main_details p.productstyle {
}
.main_details h3 {
	float:right;
	width:120px;
	text-align:center;
	margin: 0;
	color:#27e7ff;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-transform:uppercase;
	line-height:54px;/*background-image: url(../images/grey_out.png);*/
}
.wide_column .item_images {
	float:left;
	width:100%;
	margin-left:0;
}
.wide_column .item_images {
	padding-top:20px;
}
.wide_column .item_images li {
	float:left;
	padding: 20px 20px 10px 20px;
	padding: 0px 10px 10px 0px;
}
.narrow .text_wrap, .order_option, .product_detail .product-options {
	float:left;
	width:280px;
	padding:10px 0px 10px 10px;
}
.product_detail .product-options dt, .product_detail .product-options dd {
	width:30%;
	border:1px solid blue;
}
.order_option {
	float:left;
	width:290px;
	width:330px;
	padding:10px 0px 2px 0px;
	margin-bottom:6px;
}
.order_option a.addcart {
	clear:both;
}
.order_option .col_w, .order_option .col_Color {
	float:left;
	width:170px;
	width:177px;
}
.order_option .col_n {
	padding-bottom:20px;
}
.order_option .col_n, .order_option .col_size, .product-options-bottom {
	float:left;
	width:50px;
	padding-left:10px;
}
.order_option .col_size {
	width:90px;
	width:80px;
}
.product_detail .product-options-bottom {
	float:left;
}
.order_option label, .order_option .row1 {
	display:block;
	color:#F1EEF0;
	margin: 0 0 10px 5px;
	text-transform:capitalize;
}
.order_option .col_a, .order_option .col_a div {
	text-align:center;
}
.order_option select {
	float:left;
	color: #fff !important;
}
.order_option option {
	color: #fff !important;
}
.order_option .col_Color select {
	width:168px;
	background-color: #0d0009;
	border: 1px solid #422335;
	color: #fff !important;
	padding: 1px;
}
.order_option .col_size select {
	width:48px;
	width:88px;
	width:78px;
	background-color: #0d0009;
	border: 1px solid #422335;
	color: #fff !important;
	padding: 1px;
}
.order_option input {
	float:left;
}
.order_option .input-text {
	background: #0d0009;
	border: 1px solid #422335;
	color: #FFFFFF;
	padding: 2px;
}
.order_option .col_size input {
	/*text-align:center;*/
	width:44px;
	width:74px;/*width:784px;*/
}
.bottom_product_info {
	float:left;
	width:100%;
}
.bottom_product_info .product_detail .narrow {
	width:290px;
}
.bottom_product_info h3 {
	line-height:50px;
	margin-left:20px;
	margin: 0 0 0 20px;
	text-transform:uppercase;
}
.wide_column .related_items {
	float:left;
	width:100%;
	background-image: url(../images/grey_out.png);
	margin-bottom:14px;
	margin-left:0;
}
.wide_column .related_items li {
	float:left;
	padding: 10px;
}
.size_table {
	margin:0 !important;
	float:left;
	width:270px;
	padding:10px;
	background-image: url(../images/grey_out.png);
}
.size_table p {
	float:left;
	width:67px;
	text-align:center;
	line-height:14px;
}
.size_table li {
	float:left;
	width:100%;
	border-bottom: solid 1px #2e1a26;
	padding:5px 0;
}
.size_table li.last {
	border:none;
}
.size_table li#head {
	padding:5px 0 10px 0;
	border-bottom: solid 1px #5c4d56;
}
.size_table #head p {
	font-weight:bold;
	text-transform:uppercase;
	font-family: "Times New Roman", Times, serif;
}
.help_wrap {
	float:left;
	width:387px;
}
.help_wrap ul {
	float:left;
	width:100%;
	margin:34px 0 0 0;
	margin-top:34px;
}
.help_wrap li {
	padding:0 !important;
	float:left;
	line-height:28px;
}
.help_wrap li a {
	float:left;
	width:129px;
	line-height:28px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
.help_wrap li a:hover {
	text-decoration:none;
	color:#FFF;
}
.help_wrap li.on a {
	color:#FFF;
}
.help_wrap li.on a:hover {
	color:#29E5FD;
}
.tableft, .tabmiddle, .tabright {
	background-repeat: no-repeat;
	background-position: left bottom;
}
.on .tableft, .on .tabmiddle, .on .tabright {
	background-position: left top;
}
.tableft {
	background-image: url(../images/help_menu_left.png);
}
.tabmiddle {
	background-image: url(../images/help_menu_middle.png);
}
.tabright {
	background-image: url(../images/help_menu_right.png);
}
.tabcomponent {
	position:relative;
	min-height:160px;
}
.tabbox {/*position:absolute; */
	top:62px;
	-moz-opacity: .999;
	left:0;
	z-index:10;
}
.tabbox p {
	padding:0;
	margin:0;
}
.help_wrap div#bust, .help_wrap div#waist, .help_wrap div#hips {
	float:left;
	padding: 18px 24px;
	width:339px;
	background-image: url(../images/grey_out.png);
}
#bottom .wide {
	width:392px;
	padding-left:8px;
}
.top_content_wrap {
	float:left;
	width:100%;
}
.top_content_wrap .heading_pic, .text_page {
	float:left;
	padding:10px;
	margin-bottom:10px;
	background-image: url(../images/grey_out.png);
}
.top_content_wrap .heading_pic {
	width:700px;
	margin-top:-2px;
}
.sakrij .heading_pic {
	display:none
}
.top_content_wrap p {
	margin: 0px 10px 30px 10px;
}
.text_page {
	width:640px;
	margin-top:8px;
}
.footer {
	float:left;
	width:858px;
	padding: 0 51px 20px 51px;
}
.footer_menu, .footer .links {
	float:left;
	width:100%;
	background: url(../images/footer_menu_bg.png) no-repeat left top;
	height: 30px;
}
.footer_menu li, .footer .links li {
	float:left;
	padding: 0 18px;
}
.footer_menu li a, .footer_menu li p, .footer .links li a {
	float:left;
	line-height:30px;
	color:#a1a1a1;
}
.footer_menu li p a {
	float:none;
}
.footer_menu li a:hover, .footer .links li a:hover {
	color:#FFF;
	text-decoration:none;
}
.footer_menu li.first, .footer .links li.first {
	padding-left:56px;
}
.design {
	float:right;
	padding: 22px 22px 0 0;
	font-size:11px;
	line-height:14px;
}
.design a {
	color:#00bdd5;
}
/* SHOPPING CART */
table {
	font-size:100%;
}
table#shopping-cart-table {
	background:url(../images/grey_out_cart.png) repeat;
}
table#shopping-cart-table td, table#shopping-cart-table th {
	padding:10px;
}
table#shopping-cart-table tfoot td {
	background:url(../images/grey_out_cart.png) repeat;
}
table#shopping-cart-table tfoot td {/*background:none;*/
}
#co-shipping-method-form fieldset {
	margin-top:15px;
}
div.text {
	background:url(../images/grey_out.png) repeat;
	float:left;
	width:100%;
}
#main_page .text .content, #sub_page .text .content {
	padding:20px;
}
.text .content2 {
	padding:10px;
}
#main_page .text h3, #sub_page .text h3 {
	margin:0;
	margin-bottom:20px;
}
.content .content {
	width:auto !important;
}
#review-form fieldset {
	background:url(../images/grey_out.png) repeat;
	margin-top:15px;
}
#review-form fieldset ul {
	margin-left:0;
}
#review-form fieldset .content {
	padding:20px;
}
#review-form fieldset h3 {
	margin-left:0;
	line-height:normal;
	margin-bottom:20px;
}
#customer-reviews {
	background:url(../images/grey_out.png) repeat;
	margin-top:15px;
	padding:20px;
}
#customer-reviews h3 {
	margin-left:0;
	line-height:normal;
	margin-bottom:20px;
}
/* bits */



.hide {
	display:none;
}
.clear {
	clear:both;
}
td.vcenter {
	vertical-align:middle;
}
.replace {
}
span.phone {
	display: block;
	float: left;
	margin-top: 6px;
	font-size: 14px;
	color: #fff;
	text-transform:uppercase;
	margin-left:20px;
	font-weight:bold
}
.free-s {
	clear:both;
	margin-top:145px;
}
.free-s a {
	display:block;
	width:600px;
	height:29px;
	background:url(../images/free-shipping.png) no-repeat;
	margin-left:300px;
}
.free-s a:hover {
	text-decoration:none
}
*+html .free-s {
	margin-top:10px;
}
#onestepcheckout_popup_overlay {
	display:none
}
.order_option a.dodaj {
	background:url(../images/add_to_rack.png);
	width:328px;
	height:28px;
	display:block;
	clear:both;
	text-decoration:none
}
.main_details a.dodaj {
	background:url(../images/add-to-cart-top.png);
	width:112px;
	height:65px;
	display:block;
	text-decoration:none;
	float:right;
	margin-right:4px;
	margin-top:10px;
}
.main_details a.dodaj:hover {
}
.main_details .col_n {
	display:none
}
a.dodaj:hover {
	text-decoration:none
}
.onestepcheckout-column-left {
	background:url(../images/grey_out_cart.png) repeat;
	padding:20px;
	width:560px;
	float:left;
	margin-bottom:20px;
}
.onestepcheckout-column-middle {
	width:270px;
	float:right;
	background:url(../images/grey_out_cart.png) repeat;
	padding:20px;
	margin-bottom:20px;
}
.payment-methods {
}
.onestepcheckout-column-right {
	clear:both
}
p.onestepcheckout-numbers {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Times New Roman, Times, serif
}
input.onestepcheckout-address-line {
	width:530px !important;
	margin-bottom:3px !important;
}
select#authorizenet_expiration {
	margin-bottom:3px !important
}
p.onestepcheckout-numbers-4, p.onestepcheckout-numbers-3 {
	margin-top:20px;
}
#onestepcheckout-login-popup {
	background:url(../images/grey_out_cart.png) repeat;
	padding:20px;
	margin-bottom:20px;
}
#onestepcheckout-login-popup-contents-login h1, #onestepcheckout-login-popup-contents-forgot h1 {
	margin-bottom:5px;
}
input#id_onestepcheckout_username, input#id_onestepcheckout_password, input#id_onestepcheckout_email {
	width:200px;
	margin-bottom:3px;
}
#onestepcheckout-login-table button {
	margin-left:10px;
}
.onestepcheckout-error {
	margin-bottom:5px;
	color: red
}
#onestepcheckout-place-order {
	background:none;
	border:none;
	cursor:pointer;
	width:254px;
}
.onestepcheckout-place-order {
	clear:both;
	margin-top:14px;
	margin-left:2px;
}

*+html .onestepcheckout-place-order {
	
	margin-top:37px;
	
}
dl#checkout-payment-method-load, dd#container_payment_method_authorizenet, ul#payment_form_authorizenet {
	display:block !important
}
button.update-cart {
	left:447px;
	position:relative;
	top:-50px;
	z-index:9999
}
table.onestepcheckout-summary { width:915px}
table.onestepcheckout-summary th { border-bottom:1px solid #fff; font-size:14px; font-weight:bold; padding-bottom:5px;}
table.onestepcheckout-summary th.name { width:70%}
table.onestepcheckout-summary th.qty { width:15%}
table.onestepcheckout-summary th.total { width:15%; text-align:right}

table.onestepcheckout-summary td { padding-top:10px;}
table.onestepcheckout-summary td.total { width:15%; text-align:right}
table.onestepcheckout-summary td.qty { width:15%;}
table.onestepcheckout-summary td.name { width:70%}
table.onestepcheckout-totals { float:right; margin-top:20px; font-size:16px;font-weight:bold; }

table.onestepcheckout-totals  td.title { text-align:right; padding-right:10px; padding-bottom:5px;}
table.onestepcheckout-totals  td.value { text-align:right}