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

body          { background:#859292 url(../images/grBground.jpg) 0 0 repeat-x; font:11px/1.55 arial, helvetica, sans-serif; color:#444; text-align:center; }

img           { border:0; vertical-align:top; }

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

/* Headings */
h1          { font-size:2em; font-weight:normal; line-height:1.15; }
h2          { font-size:1.5em; line-height:1.25; margin-bottom:.45em; }
h3          { font-size:1.35em; line-height:1.25; margin-bottom:.45em; }
h4          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h5          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h6          { font-size:1em; line-height:1.35; margin-bottom:1em; }

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

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

/* Content */
/*p             { margin: 0 0 10px; }*/
strong        { font-weight:bold; font-family: arial; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size:1em; }
big           { font-size:1.15em; }
/*sup           { font-size:1em; vertical-align:top; }*/

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

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */
.header { 
    width:985px; 
    text-align:right; 
    position:relative; 
    z-index:10; 
    /*background: url("../images/header.png") no-repeat scroll 0 0 transparent;*/
    margin: 0 auto;
    min-height: 148px;
}
#header_tools {
    height: 46px;
    background-color: #c8cac9;
    position:relative; 
    margin:0 auto;
    width:972px;
}
#left-center-shadow {
    background: url("../images/left_content_shadow.png") repeat-y scroll 100% 100% transparent;
    height: 100%;
    position: absolute;
    top: 0;
    width: 6px;
    left: -6px;
}
#right-center-shadow {
    background: url("../images/right_content_shadow.png") repeat-y scroll 100% 100% transparent;
    height: 100%;
    position: absolute;
    top: 0;
    width: 7px;
    right: -6px;
}
.main {
    margin: 0 auto;
    position: relative;
    width: 972px;
    background-color: #ffffff;
   
}
.main-wrapper {
    overflow: hidden;
    padding: 10px;
}
/* Base Columns */
.col-left { float:left; width:190px; padding:0 0 1px; }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { float:right; width:258px; padding:0 0 1px; }

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right;  width: 715px; margin-right: 20px; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:476px; border-left: 1px solid #969596; border-right: 1px solid #969596; }
.col3-layout .col-wrapper { float:left; width:680px; }
.col3-layout .col-wrapper .col-main { float:right; }

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

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

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

.page-title, .legend {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 3px;
    overflow: hidden;
    width: 100%;
    display: none;
}

.page-title h2 {
	padding: 6px 0px 4px 0px;
	text-transform: uppercase;
}
.nav-container-vertical #nav li {
    padding-top: 8px;
}
.nav-container-vertical {
    margin-bottom: 10px;
}
.quick-access {
    bottom: 0;
    position: absolute;
    text-align: left;
    width: 100%
}
.quick-access a {
    color: #ffffff;
    padding: 0 0 0 27px;
    text-decoration: none;
    text-transform: uppercase;
}
.quick-access li {
    background: url("../images/grey_menu_image.jpg") no-repeat scroll left center transparent;
    height: 23px;
    margin-right: 75px;
    padding: 10px 0 0;
    float: left;
}
.quick-access li:first-child {
    margin-left: 20px;
}
#bottom-center-shadow {
    background: url("../images/bottom_center_content_shadow.png") repeat-x scroll 100% 100% transparent;
    bottom: -5px;
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 972px;
}
#bottom-left-corner-shadow {
    background: url("../images/bottom_left_content_corner.png") no-repeat scroll left bottom transparent;
    bottom: -5px;
    height: 5px;
    left: -6px;
    position: absolute;
    width: 6px;
}
#bottom-right-corner-shadow {
    background: url("../images/bottom_right_content_corner.png") no-repeat scroll left bottom transparent;
    bottom: -5px;
    height: 5px;
    right: -5px;
    position: absolute;
    width: 7px;
}
.right-small-block-wrapper {
    background: url("../images/left_small_block_shadow.jpg") repeat-y left top transparent;
    width: 247px;
}
.right-small-block {
    background: url("../images/right_small_block_shadow.jpg") repeat-y right top transparent;
    overflow: hidden
}
.small-block-footer {
    background: url("../images/bottom_small_block.jpg") no-repeat scroll 0 0 transparent;
    height: 15px;
}
.small-block-header {
    background: url("../images/header_cart.jpg") no-repeat scroll 0 0 transparent;
    height: 26px;
}
.footer {
    background: url("../images/bottom_menu.jpg") repeat-x scroll 0 0 transparent;
    margin: 10px auto;
    width: 972px;
    height: 27px;
}
.footer ul li {
    float: left;
    padding-right: 5px;
    margin: 5px;
    border-right: 1px solid #FFFFFF;
}
.footer ul li a {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}
.NFTextCenter {
    background: url("../images/center_input.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0px 0;
}
.NFText {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font: 12px/15px Arial,Helvetica,sans-serif;
/*    vertical-align: middle;*/
}
.NFTextLeft, .NFTextRight{
    float: left;
    height: 24px;
    vertical-align: middle;
    width: 4px;
}
.block-login .block-content {
    padding: 10px;
}
.clear { clear: both; padding-top: 3px;}
.NFButton {
    background: url("../images/button_center.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    font: 11px/1.55 arial,helvetica,sans-serif;
    height: 24px;
    /*letter-spacing: 1px;*/
    padding: 0 2px;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
    float: left;
}
.NFButtonLeft, .NFButtonRight {
    height: 24px;
    vertical-align: middle;
    width: 4px;
    float: left;
}
.NFButtonLeft {
    background: url("../images/button_left.png") no-repeat 0 0 transparent;
}
.NFButtonRight {
    background: url("../images/button_right.png") no-repeat 0 0 transparent;
}
select, input, textarea, button {
    outline: medium none;
}

textarea {
	border: 2px solid #676768;
	-webkit-box-shadow: 0 0 1px 1px #B6B8B7;
	-moz-box-shadow: 0 0 1px 1px #b6b8b7;
	box-shadow: 0 0 1px 1px #B6B8B7;
	color: #8C8C8C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 15px 3px 6px;	
}

.form-search {
    float: right;
    width: 355px;
    margin-top: 1px;
    position: relative;
}
.login-actions, .search-form-actions {
    float: right;
    margin-right: 5px;
}
.search-form-actions {
    margin-left: 10px;
    float: left;
}
.block-cart {
    clear: both;
}
.advanced-search-link a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}
.advanced-search-link {float: left; margin-top: 5px; margin-left: 15px;}
.facebook-button { width: 345px; margin-left: 29px; padding-top: 11px;}
.facebook-button span {
    float: left;
    text-transform: uppercase;
}
.form-search .search-autocomplete { z-index:999; left:0px !important; top:22px !important; }
.form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.odd { background-color:#fffefb; }
.form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.home {
    display: block;
    height: 80px;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 180px;
    z-index: 1;
}

/* .cms-index-index hr { display: none; } */

.product-image-left {
    float: left
}
div.product {
    text-align: left;
    overflow: hidden;
}
.product-separator {
    clear: both;
/*    border-bottom: 1px solid #969596;*/
    margin: 12px 0px;
    height: 1px;
}
#cataloglist_group {
    clear: both;
    border-bottom: 1px solid #969596;
    margin: 20px;
}
.desc, .product-view {text-align: left;}
.product-name a{
    text-decoration: none;
    color: #58585a;
    text-transform: uppercase
}
.product-name {}
#block-left {float: left;}
#block-left img{padding: 0 5px;}
.artist-name {}
.product-shop-left {float: left; width: 300px; margin-left: 15px;}
#price-block dt{
  /* width: 10%;*/
   float: left;
}
#price-block dd{
  /* width: 90%;*/
}
#price-block { font-size: 14px; }
#price-block .price-box {}
.add-to-links li { float: left; margin-right: 10px;}
.add-to-links li a {text-decoration: underline; color: #000000; font-size: 14px; display: block;}
.add-to-links {}
#black-block-header {
    background: url("../images/block_header.jpg") no-repeat 0 0 transparent;
    height: 9px;
}
#black-block-footer {
     background: url("../images/block_footer.jpg") no-repeat 0 0 transparent;
}
#vertical-menu-black {
    margin-left: 11px;
}
#black-block-body {
    background-color: #1a171b;
    width: 172px;
}
#black-block-body .current {
    text-transform: uppercase;
}
#black-block-body span {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
#black-block-body ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    
}
#black-block-body ul li {
    text-align: left;
    padding: 5px 0 5px 15px;
    border-top: 1px dotted #FFFFFF;
}
#quickorder-title {
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 5px
}
.cart {
    overflow: hidden;
    padding: 10px;
    text-align: left;
}
.select {
	position: absolute;
	width: 100px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #000;
	font: 10px/21px arial,sans-serif;
	background: url('../images/select.jpg') no-repeat;
	overflow: hidden;
}

.shopping-cart-header {
	background: url("../images/header_gradient_stripe.jpg") no-repeat scroll 0 0 transparent;
}

.shopping-cart-header, .newsletter-subscription-header {
    color: #FFFFFF;
    overflow: hidden;
    padding: 5px 0 4px 0px;
    text-align: left;
}
.newsletter-subscription-header {
	background: #647368;
background: -moz-linear-gradient(left, #647368 0%, #C9CAC9 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #647368), color-stop(100%, #C9CAC9));
background: -webkit-linear-gradient(left, #647368 0%, #C9CAC9 100%);
background: -o-linear-gradient(left, #647368 0%, #C9CAC9 100%);
background: -ms-linear-gradient(left, #647368 0%, #C9CAC9 100%);
background: linear-gradient(left, #647368 0%, #C9CAC9 100%);
}

#newsletter-subscription button.button {
	margin: 1px !important;
}

.shopping-cart-header, .newsletter-subscription-header h2 {
	background: none; 
}
#shopping-cart-body {
    margin: 10px 0px 0 0px;
}
#shopping-cart-body a {
    color: #000;
}
#home {
    text-decoration: underline;
}
#header_links {
    margin: 0 0 10px;
}
#shopping-cart-table thead{
/*    background: url("../images/table-header.jpg") no-repeat scroll 0 0 transparent;*/
    overflow: hidden;
    
    
}
#shopping-cart-table thead tr {
    height: 28px;
}
#shopping-cart-table thead th {
    background: url("../images/table-th.jpg") repeat-x scroll 0 0 transparent
}
#shopping-cart-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 9px;
}
#shopping-cart-table th, #shopping-cart-table td {
    vertical-align: middle;
}


#shopping-cart-table tbody td {
	padding: 1px 0px;
}


#shopping-cart-table tfoot td {
	padding-top: 30px;
}


#shopping-cart-table td input.input-text {
	float: none;
	margin: 0px;
}

#quickorder-body {
    margin: 0 0 20px;
}
/*#shopping-cart-table thead th.first {
    background: url("../images/table-left-rounded.jpg") no-repeat scroll left top transparent;
}
#shopping-cart-table thead th.last {
    background: url("../images/table-right-rounded.jpg") no-repeat scroll right top transparent;
}*/
#shopping-cart-totals-table {
    width: 100%;
}
.checkout-types {
    float: right;
    margin-top: 15px;
}
#quickorder-body input{
    font-size: 10px;
}
.cart-collaterals {
    border-top: 1px solid;
    margin-top: 10px;
    padding-top: 5px;
}
#grand-total-summary td{
    border-top: 1px solid;
}
#quickorder-body td {
    vertical-align: middle
}

#checkout-shipping-method-load input.radio {
	width: 20px;
	vertical-align: middle;
    display: inline-block;
    float: none;
}
#checkout-shipping-method-load .sp-methods dt { margin-bottom: 5px; }
#checkout-shipping-method-load .sp-methods dd { margin-bottom: 10px; }

.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; }

.buttons-set {
    clear: both;
    margin: 4em 0 0;
    padding: 8px 0 0;
    text-align: right;
}

/* #checkout-progress-wrapper { display: none; } */

#checkout-progress-wrapper .opc-block-progress { text-align: left; }
#checkout-progress-wrapper .opc-block-progress .separator { float: none; }
#checkout-progress-wrapper .opc-block-progress .block-title { margin-bottom: 10px; font-size: 15px; color: white; background: #1A171B; padding: 0 10px; font-weight: bold; line-height: 27px; margin: 0; }
#checkout-progress-wrapper .opc-block-progress .block-content { padding: 10px; }
#checkout-progress-wrapper .opc-block-progress dt { margin-bottom: 5px; }
#checkout-progress-wrapper .opc-block-progress dd { margin-bottom: 10px; }
#checkout-progress-wrapper .opc-block-progress dd.complete { font-size: 12px; color: #666; }

.opc .ul { list-style:disc outside; padding-left:18px; }

.opc li.customer-service { border-top: 1px solid #999; border-bottom: 1px solid #999; padding: 20px 10px; margin-top: 10px;  }
.opc li.customer-service h1 { font-size: 14px; text-transform: uppercase; margin-bottom: 10px; }

.opc { position:relative; text-align: left;}
.opc li.section { padding: 0px;}
.opc li a.step-title:hover { text-decoration: none; }

.opc .step-title { padding:4px 0px 6px; text-align:right; display: block; }
.opc .step-title .number { float:left; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 15px/16px arial; color:#999; display: block; float: none; text-align: left; padding: 5px 10px; background: #efefef; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number {  color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .step-title h2 { color:#ffffff;
background: #647368;
background: -moz-linear-gradient(left, #647368 0%, #C9CAC9 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #647368), color-stop(100%, #C9CAC9));
background: -webkit-linear-gradient(left, #647368 0%, #C9CAC9 100%);
background: -o-linear-gradient(left, #647368 0%, #C9CAC9 100%);
background: -ms-linear-gradient(left, #647368 0%, #C9CAC9 100%);
background: linear-gradient(left, #647368 0%, #C9CAC9 100%);
}
/*.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; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

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

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#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-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

#checkoutSteps button.button { margin-right: 2px !important; }

#checkoutSteps .sp-methods { margin-bottom: 10px; }

#checkoutSteps p.required { margin-bottom: 5px; }

#checkoutSteps .form-list li.control { height: 18px; }

#checkoutSteps .form-list li.control input#billing:save_in_address_book {
	width: auto;
	height: auto;
	margin-top: 1px;
	display: block;
}

#checkoutSteps .form-list { margin: 10px 0px; }

.form-list .field {
    float: left;
    width: 205px;
}
.form-list label {
    color: #666666;
    float: left;
    font-family: arial;
    z-index: 1;
}
.form-list li.wide .input-box {
    width: 535px;
}
.form-list .input-box {
    clear: both;
    display: block;
    width: 260px;
}
.opc .step {
    overflow: hidden;
    padding: 15px 0px;
    position: relative;
}

.opc .step .form-list .wide .input-box {
	width: 431px;
}

.col2-set p {
    padding: 0;
    margin: 0;
}
.form-list li.control label {
/*    float: none;*/
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
    margin-right: 6px;
}
.col2-set .form-list {
    
    
}
.form-list {
    display: block;
/*    overflow: hidden;*/
}
.col2-set {
    padding: 0 30px 0 0;
}
li { position:relative; display: block; }
.labelify { text-align: left;}
.form-list li { padding: 0 0 5px; clear: both;}
input { color: #444; }
button.button {
    background:#e1e1e2;
	border:1px solid #434144;
	padding:0 9px 4px 9px;
	height:23px;
	color:#000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float:left;
	text-transform:uppercase;
	-webkit-box-shadow: 0 0 2px 1px #a19fa1;
	-moz-box-shadow: 0 0 2px 1px #a19fa1;
	box-shadow: 0 0 2px 1px #a19fa1;
	cursor:pointer;
	margin:2px;
	line-height:21px;
    
}
/*
button.button span {
    color: #555555;
    float: left;
    font: bold 11px/21px Tahoma,Verdana,Arial,sans-serif;
    height: 22px;
    padding: 0 0 0 7px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
button.button span span {
    background-position: 100% 0;
    padding: 0px 8px 0 0px;
}
*/
.inputWrapper {
    background: url("../images/input.png") no-repeat scroll left top transparent;
    float: left;
}
.inputInner {
    background: url("../images/input.png") no-repeat scroll right top transparent;
    margin: 0 -5px 0 4px;
    padding: 2px 4px 2px 2px;
    height: 27px;
}
.inputInner input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #404040;
    font-size: 11px;
    height: 27px;
    line-height: 11px;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: middle;
}
#product_title {
    margin-left: 5px;
}
.input-box {position: relative; }
#left-req {
    clear: left;
}
.checkbox, .radio {
  width: 19px;
  height: 20px;
  padding: 0 5px 0 0;
  background: url("../images/radiobutton.jpg") no-repeat;
  display: block;
  clear: left;
  float: left;
}
/*.radio {
  background: url("../images/radiobutton.jpg") no-repeat;
}*/
.field {
    position: relative;
}
.form-list {
    
}
.wide {
    position: relative;
    clear: both;
}
.wide .input-text {
     width: 358px;
}
.fields {
    clear: both;
}
.pager {
    font-size: 11px;
    padding: 4px 8px;
    text-align: center;
}
.pager .amount {
    float: left;
    margin: 0;
}
.pager .limiter {
    float: right;
}
.pager .pages {
    margin: 0 140px;
}
.pager .pages ol {
    display: inline;
}
.pager .pages li {
    display: inline;
    margin: 0 2px;
}
#news_header {
    background: url("../images/news_header.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: 27px;
    margin: 0 0 10px 22px;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
}
.news-list-item h2 a, .news-single-item h1, #news-block-body a  {
    /* color: #7e303f; */
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.news-list-container, .news-single-item {
    text-align: left;
    padding: 10px;
}
.news-list-date { float: right;}
.news-list-item a {color: #7e303f; text-decoration: none;}
#news-bottom a {
    padding: 13px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #000000;
}
#news-bottom{
    background: url("../images/news_bottom.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 21px;
    margin: 10px 0 10px 30px;
    overflow: hidden;
    text-align: right;
    width: 431px;
}
#news-block-body ul li {
    border-right: 1px solid;
    float: left;
    width: 140px;
    padding: 5px;
}
#news-block-body {
    padding: 15px 0 0 20px;
    text-align: left;
    overflow: hidden;
}
#news-block-body ul li span {
    
}
.validation-advice {
    color: #EBB52D
}
.messages {
    overflow: hidden;
    width: 100%;
}
.messages li {
    margin: 0 0 10px !important;
    text-align: left;
}
.success-msg {
    background-color: #EFF5EA;
    border-color: #446423;
    color: #3D6611;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    padding: 4px 12px !important;
    margin: 5px;
}
.messages, .messages ul {
    list-style: none outside none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.messages li li {
    margin: 0 0 3px !important;
}
.account-login .content {
    min-height: 200px;
    /* padding: 0 10px; */
    text-align: left;
}
.account-login .content h2, .customer-account-forgotpassword .fieldset h2, .account-create .fieldset h2 {
    margin-bottom: 10px;
}
.error-msg {
    background-color: #FAEBE7;
    border-color: #F16048;
    color: #DF280A;
}

.my-account .product-review .product-img-box {
	width: 125px;
	margin-right: 20px;
	float: left;
}

.my-account .product-review .product-details {
	float: left;
	width: 550px;
}

.my-account .product-review .product-details h2 {
	background: none;
	color: #333;
	padding: 0px;
	margin-bottom: 10px;
}

.dashboard , .my-account{
    text-align: left;
    padding: 10px;
}

.dashboard .box-account .box-content {
	padding: 0px 10px;
}

.dashboard .box-account {
	margin-top: 20px;
}


.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
    float: left;
    font-size: 12px;
    font-family: arial;
    line-height: 1.35;
    margin: 0;
}
.dashboard .box .box-title {
    background: none repeat scroll 0 0 #F1F1F1;
    margin: 0 0 12px;
    padding: 2px 10px;
    text-align: right;
    clear: both;
}

.account-login .col2-set {
	padding: 0px;
}

.account-login .col2-set .col-1, .account-login .col2-set .col-2 {
	width: 45.6%;
	padding: 0px 20px;
}

.dashboard a, .account-login a, #newsletter-subscription a, #newsletter a, a{
    color: #000000;
    text-decoration: underline;
}

.customer-account-forgotpassword .fieldset, .customer-account-forgotpassword .buttons-set, .account-create .fieldset, .account-create .buttons-set {
	width: 890px;
	padding: 0px 20px;
}

.account-create .fieldset {
	margin-bottom: 20px;
}

.customer-account-forgotpassword .back-link, .account-create .back-link {
	float: left;
}

.customer-account-forgotpassword .form-list {
	margin-top: 20px;
}

.customer-account-forgotpassword .form-list label {
	float: none;
}

/*
.customer-account-forgotpassword .form-list .input-box {
	margin: 0px auto;
	width: 190px;
}
*/

p.required {
    clear: left;
}
.newsletter-subscription-header h2 
{
    float: left;
    margin: 0;
}
#newsletter-subscription {
    
} 
.newsletter-subscription-content {
    padding: 10px;
}
.newsletter-subscription-content .buttons-set {
    margin: 0;
    padding: 0;
    text-align: left;
}
#newsletter-subscription {text-align: left;}
#newsletter{ text-align: left; padding: 10px}
.validation-advice { clear:both; min-height:15px; margin:3px 0 0 9px; padding-left:16px; font-size:.95em; font-weight:bold; line-height:1.25em; }
.advanced-search { padding: 10px;}
/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.item .no-rating a { font-size: 11px; margin: 10px 0px; display: block; line-height: 13px; }

.ratings { line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:0 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links a { font-size: 11px; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:50px; height:10px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:10px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin:2px 3px 0 0; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }
.ratings-table td { padding:4px 0 0; }

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

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../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; }
.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 strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#e9e9e9; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #d9dde3; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd { background:#fff; }
.availability-only-details tr.even { background:#fcfcfc; }
.availability-only-details tr.odd td.last { color:#396f00; font-weight:bold; }
.availability-only-details tr.last td { border-bottom:none; }

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

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

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

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

.price-box { margin:5px 0 10px; }


/* Old price */
.old-price { margin:0; }
.old-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }
.old-price .price { font-weight:bold; font-size:13px; color:#CC0000; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; }
.special-price .price-label { font-size:11px; font-weight:bold; text-transform:uppercase; white-space:nowrap; color:#000; }
.special-price .price { font-size:13px; font-weight:bold; }

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

.minimal-price-link { display:block; font-size:12px; text-decoration:underline; color:#444; }
.minimal-price-link .label {color:#444;}
.minimal-price-link .price { font-weight:normal; color:#444; }

/* Including tax */
.price-including-tax { display:block; color:#888; }
.price-including-tax .label {  font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#396f00; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#888; }
.price-excluding-tax .label { font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
.price-excluding-tax .price { font-size:12px; font-weight:normal; color:#396f00; }

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

/* 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; }

/* 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; font-weight:normal; }

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

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

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

/* Price notice next to the options */
.price-notice { padding-left:7px; }
.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; text-transform:uppercase; }

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

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background:#f4f9ea; border:1px solid #ddd; }
.tier-prices .benefit { font-style:italic; font-weight:bold; }
.tier-prices .price { font-weight:bold;; }

.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:3px 0 0; }
.add-to-links .separator { display:none; }

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

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { margin:10px 0; border:1px solid #eee; background-color:#f8f8f8; padding:10px; text-align:right; }
.add-to-box .add-to-cart .paypal-logo { float:left; }
.add-to-box .or { display:none !important; }
.add-to-box .add-to-links { margin:10px 0; text-align:right; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view {}

.product-essential { padding:0 0 25px; }
.product-essential h2 { font:bold 12px/1.25 Arial, Helvetica, sans-serif; }

.product-collateral { clear: both; }
.product-collateral h2 { font-size:19px; font-weight:normal; line-height:1.15; }
.product-collateral .box-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:302px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 10px; border:1px solid #cacaca; }
.product-view .product-img-box .product-image-zoom { position:relative; width:300px; height:300px; 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 { margin:0 0 10px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:24px; 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:3px; width:9px; height:18px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:10px; top:7px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:10px; top:7px; }
.product-view .product-img-box .more-views h2 { font-size:10px; font-weight:normal; padding:0 0 2px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-10px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 10px; }
.product-view .product-img-box .more-views li a { float:left; width:66px; height:66px; border:1px solid #ddd; overflow:hidden; }

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

/* Product Shop */
.product-view .product-shop { float:right; width:363px; }
.col2-left-layout .product-view .product-shop { width: 415px; }
.col1-layout .product-view .product-shop { float:right; width:576px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { font:bold 13px/1.25 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; padding: 10px}
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { text-align:right; }
.product-view .product-shop .add-to-links li { display:inline; margin-left:12px; }
.product-view .product-shop .add-to-links li .separator { display:none !important; }
.product-view .product-shop .product-options-bottom .paypal-logo { float:left; }

/* Product Options */
.product-options { margin:20px 0 0; padding:0 15px 10px; background-color:#f4f9ea; border:1px solid #ddd; clear: both; /*position:relative;*/ }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dd .qty-disabled { background:none; border:0; padding:3px; color:#444; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #ddd; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:2px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { position:absolute; right:15px; top:10px; }

.product-options-bottom { background-color:#f6f6f6; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; overflow: hidden}
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .price-box { float:left; margin:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.product-options-bottom .price-label { padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; margin:0; padding:0; border:0; background:0; width: 335px;}
.product-options-bottom .add-to-links { float:right; display:inline; }

.product-shop .product-options-bottom .price-box { float:none; margin:0; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart { clear:both; float:none; padding:12px 0 0; text-align:left; }

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

/* Product Tabs */
.product-tabs { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x; height: 24px; }
.product-tabs li { float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.product-tabs li.first { border-left:0; }
.product-tabs li.last { border-right:0; }
.product-tabs a { display:block; padding:6px 15px; color:#444; }
.product-tabs a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.product-tabs li.active a,
.product-tabs li.active a:hover { background-color:#666; font-weight:bold; color:#fff; }
.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }

/* Mini Products Grid */
.mini-products-grid { width:100%; }
.mini-products-grid td { width:20%; padding:0 8px 8px 0; }
.mini-products-grid .product-image { display:block; border:1px solid #cacaca; margin:0 0 10px; }
.mini-products-grid .product-name { width:115px; margin:0 0 6px; overflow:hidden; }
.mini-products-grid .product-name a { color:#444; text-decoration:underline; }
.mini-products-grid .product-name a:hover { text-decoration:none; }
.mini-products-grid td.empty {}
.mini-products-grid td.last { padding-right:0; }
.mini-products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

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

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

/* Block: Upsell */
.product-view .box-up-sell h2 { margin:0 0 8px; }
#product_tabs_upsell_products_contents h2 { display:block; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:12px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:12px; font-weight:bold; margin:0 0 3px; }
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .note { margin:2px 0 0; font-size:10px; }

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

/* Send a Friend */
.send-friend .form-list { width:535px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:25px; }
/* ======================================================================================= */
.top-bar .breadcrumbs {
    float: left;
    overflow: hidden;
    width: 580px;
}
.breadcrumbs {
	text-align: left;
	padding: 4px 25px;
	border-bottom: 1px dashed #ccc;
}

.breadcrumbs li {
    display: inline;
    font-size: 11px;
    color: #444;
}
.top-bar {
    background: none repeat scroll 0 0 #EFEFEF;
    border-color: #BBBBBB #BBBBBB #DEDEDE;
    border-style: solid;
    border-width: 1px;
    line-height: 21px;
    padding: 3px 12px 2px;
}
.short-description {
    clear: both;
}
/* 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 #ddd; background:#ecf9ea; padding:10px;  text-align: left;}
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; }
.advanced-search-summary li { margin:2px 0; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range { clear: none; float: left; }
.advanced-search, .tags-list {text-align: left; }
.advanced-search  .separator { margin: 0 3px 0 8px; float: left; }
.advanced-search  small { margin: 0 10px; }
.page-sitemap { padding: 10px; }
#recommended_book_list {display: block; width: 235px; margin: 0 auto;}
#recommended_book_list table { border-collapse:separate;}
#recommended_book_list td { padding-right: 10px;}
#recommended_book_list tr { padding-bottom: 10px; display: block;}
#recommended_book_list_header {margin-bottom: 10px;}
#recommended_book_list_header { background: url("../images/recommended_list.jpg") no-repeat; height: 27px; width: 233px;}
.category-products { margin: 0 0 0 20px; }


.sp-methods .radio {
    display: none !important;
}
.sp-methods .radio + label:before {
    content: "";
    border: 1px solid #B6B6B6;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    font-size: 13px;
    vertical-align: text-bottom;
    line-height: 17px;
    margin-right: 5px;
}
.sp-methods .radio:checked + label:before {
	content: "✔";
    background: #209725;
    border-color: #209725;
    color: #fff;
}
.sp-methods li + li {
	margin-top: 6px;
}

/* 
    TRIC Popup window
*/

.cart--popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart--popup.hidden {
    display: none;
}

.cart--popup-window {
    background: white;
    width: 500px;
    padding: 35px;
    position: relative;
}

.cart--popup-window-content .button {
    margin-top: 7px;
    display: block;
    text-decoration: underline;
}

.cart--popup-window-close {
    display: block;
    width: 11px;
    height: 11px;
    background: url('../images/btn_remove.gif') 0 0 no-repeat;
    text-indent: -999em;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


















