@import url('styles.base.css');

body {
	background: #191919 url(/images/ml-bg.png) repeat-x scroll 0 0;
    color:#eee;
}
.input-text, .input-text-auto, .input-text-large, .input-text-medium, .input-text-short, .input-text-100, .input-textarea, .input-textarea-long, select {
	border: 1px solid #444;
}

.input-textarea {
	width:334px;
}

a, a:visited, a:hover, a:active {
	color:#C5E86A;
}
hr {
	border-bottom: 1px solid #525151;
}
.dark-hr {
	border-bottom: 1px solid #333333;
}
hr.dashed {
	border-bottom: 1px dashed #525151;
}
.error-text {
	color: #f27a00;
}
.sidebox-body .input-text, .updates-wrapper .input-text {
	border: #c5d1d8 1px solid;
}

/* Ajax */
.ajax-loading-box {
	background: url('images/ajax_left.gif') no-repeat left bottom;
	padding: 0 0 0 5px;
}
.right-inner-loading-box {
	background: url('images/ajax_right.gif') no-repeat right bottom;
	padding: 0 5px 0 0;
}
.ajax-inner-loading-box {
	background: #fff1a8 url('images/icons/ajax.gif') no-repeat 5px center;
	padding: 6px 6px 6px 26px;
	font-size: 92%;
	font-weight: bold;
	color: #3f0000;
}
.ajax-message {
	border: 1px solid #000000;
	background-color: #f4fbff;
}
/* /Ajax*/

/* Ajax content box */
.cm-ajax-content li {
	color: #000000;
}
.cm-ajax-content-value {
	cursor: pointer;
}
.cm-ajax-content-value:hover {
	background-color: #01B1DC !important;
	color: #FFFFFF;
}
li.small-description {
	color: #898989;
}
/* /Ajax content box */

/* Notification box */
.notification-header-w, .notification-header-n, .notification-header-e {
	color:#c52a01;	
}
.notification-n {
	background: #d0eaae url('images/icons/notice.png');
	border-color: #8bc045;
}
.notification-n div {
	color: #496e16;
}
.notification-w {
	background: #fffbcc  url('images/icons/warning.png');
	border-color: #e6db55;
}
.notification-w div {
	color:#8c8531;
}
.notification-e {
	background: #ffcece url('images/icons/error.png');
	border-color: #df8f8f;	
}
.notification-e div{
	color: #9c3535;
}
.notification-header-n {
	color:#668c34;
}
.notification-header-w {
	color:#bfa615;
}
/* /Notification box */

/* Checkout error box */
.error-box {
	background-color: #ff5c4a;
}
.error-box p {
	color: #ffffff;
}
/* /Checkout error */

/* Section in main box */
.section-border {
	border: 1px solid #333333;
	margin-top: 0;
}
.section-title {
	background-color:#151515;
}
.section-title a {
	color: #C5E86A;
	padding-left: 14px;
	text-decoration: none;
}
.section-title a:hover {
	text-decoration: underline;
}
.section-body, .section-body-details {
	background-color:#151515;
    border-top:1px solid #333;
    padding:9px 16px;
}
.section-body-details {
	padding: 18px 16px;
}	
/* Section in main box */

/* Buttons */
.button a, .button-action a, .button-big a, .button-submit-action input, .button-submit input, .button-submit-big input {
	color: #222;
	height: 20px;
	border: 0 none;
	margin: 0;
}
.button-submit-action input, .button-submit input {
	padding: 3px 8px 4px 0
}
.button-submit-action input, .button-submit input, x:-moz-any-link {
	padding: 1px 7px 4px 0;
}
.button a, .button-action a {
	padding: 3px 10px 0 3px;
	height: 17px;
	line-height: 12px;
}
/* input buttons */
.button-submit-action, .button-submit, .button-submit-big, .button, .button-action {
	/*background: transparent url('images/but_left_action2.gif') no-repeat left top;*/
	background: transparent url('images/big_but_left.png') no-repeat left top;
	padding-left: 3px;
	height: 29px;
}
.button-submit, .button {
	/*background: transparent url('images/but_left_action2.gif') no-repeat left top;*/
	background: transparent url('images/big_but_left.png') no-repeat left top;
	padding-left: 3px;
	height: 29px;
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button-action a {
	/*background: transparent url('images/but_right_action2.gif') no-repeat right top;*/
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url('images/big_but_right.png') no-repeat right top;
	padding: 7px 19px 8px 7px;
	height: 29px;
	line-height: 16px;
}
.button-submit input, .button a {
	/*background: url(images/but_right_action2.gif) no-repeat right top;*/
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url('images/big_but_right.png') no-repeat right top;
	padding: 7px 19px 8px 7px;
	height: 29px;
	line-height: 16px;
}
.button-submit-big, .button-big  {
	background: transparent url('images/big_but_left.png') no-repeat left top;
	padding-left: 3px;
	height: 29px;
}
.button-submit-big input , .button-big a  {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url('images/big_but_right.png') no-repeat right top;
	padding: 7px 19px 8px 7px;
	height: 29px;
	line-height: 16px;
}
.button-big a  {
	padding: 6px 19px 9px 7px;
	height: 14px;
}
.button-submit-big input, x:-moz-any-link {
	padding: 5px 16px 8px 4px;
}
/* /input buttons */
.text-button, .text-button:visited, .text-button:hover, .text-button:active, .text-button-act, .text-button-act:visited, .text-button-act:hover, .text-button-act:active {
	margin-right: 1px;
	padding-right: 8px;
	background: url('images/icons/text_but_arrow.gif') no-repeat right 6px;
}
.text-button-act, .text-button-act:visited, .text-button-act:active, .text-button-act:hover {
	color: #ff5400;
	background-image: url('images/icons/action_text_but_arrow.gif');
}
.go-button {
	padding-left: 3px;
}
.top-tools-container .go-button {
	padding-left: 4px;
}
.button-tool a, .button-tool a:visited, .button-tool a:hover, .button-tool a:active, a.tool-link, a.tool-link:hover {
	font: normal 92% Arial;
	color: #BADF57;
	text-transform: lowercase;
}
.product-container .button-submit-action, .product-container .text-button {
	margin-right: 5px;
}
/* /Buttons */

/* products list */
.list-price {
	color: #BADF57;
}
.price {
	color: #BADF57;
}
.sub-price {
	color: #BADF57;
}
.qty-in-stock {
	color: #000000;
}
/* /products list */

/* Tabs */
.tabs {
	background: url('images/tabs_bg.gif') 0 0;
	padding: 0;
}
.tabs ul li, .tabs ul li.cm-active {
	margin: 2px 2px 0 0;
	padding: 0 0 0 3px;
}
.tabs ul li.cm-active {
	background-color:#222;
	border:1px solid #333;
	border-bottom:none;
}
.tabs ul li a {
	display: block;
	padding: 6px 12px 4px 10px;
	height: 16px;
}
.tabs ul li.cm-active a {
}
.tabs ul li a, .tabs ul li a:visited, .tabs ul li a:hover, .tabs ul li a:active {
	text-decoration: none;
	color: #C5E86A;
	font: bold 92% Tahoma;
}
.tabs ul li.cm-active a, .tabs ul li.cm-active a:visited, .tabs ul li.cm-active a:hover, .tabs ul li.cm-active a:active {
	font: bold 92% Tahoma;
	color: #ccc;
}
.tabs ul li a:hover {
	text-decoration: underline;
}
.cm-tabs-content {
	border: 1px solid #333333;
	border-top-width: 0;
	padding: 15px 22px;
}
.tab-list-title {
	 border-bottom: 1px solid #444444;
     color: #C5E86A;
}
/* /Tabs */

/* compare list */
.compare-table .left-border {
	border-left: solid #ced6da 1px;
}
.compare-table .bottom-border {
	border-bottom: solid #ced6da 1px;
}
.compare-table .first-cell {
	border-bottom: 1px solid #ced6da;
	background-color: #f1f4f6;
}
/* /compare list */

/* jCarusel */
.jcarousel-skin {
	border: 1px solid #dadada;

}
.jcarousel-skin .prices-container {
	padding: 5px 0 2px 0;
}
.jcarousel-skin .buttons-container {
	padding-top: 0;
}
/* /jCarusel */

/* Listmania */
.lm-top {
	border-top: 1px solid #dadada;
}
.lm-left {
	border-left: 1px solid #dadada;
}
.lm-right {
	border-right: 1px solid #dadada;
}
.lm-bottom {
	border-bottom: 1px solid #dadada;
}
.lm-scroller {
	border: 1px solid #d6d6ff;
	background-color: #ffffff;
}
/* /Listmania */

/* common styles */
.border {
	border: 1px solid #333333;
}
.no-items {
	
}
/* /common styles */

/* main styles */
#footer {
	border-top: 1px solid #525151;
	padding: 8px;
}
/* Styles for the fixed width layout */
#container {
	background-color: #151515;
}
/* /Styles for the fixed width layout */ 

/* Styles for the 100% width layout */ 
/* Uncomment this set of styles for the 100% width layout.
body {
	background-image: none;
	background-color: #ffffff;
}
*/
/* Styles for the 100% width layout */ 
/* /main styles */

/* top styles */
#top_menu {
	background-color:#222;
	border:1px solid #2F2F2F;
	padding-left:5px;
	padding-right:5px;
}
#top_menu ul li.first-level, #top_menu ul li.first-level.cm-active {
	/*background: #f7f7e3 url('images/top_tab_right.gif') no-repeat right top;
	padding: 0 2px 0 0;
	margin: 0 0 0 3px;
	text-align: left;
	border: 0 none;
	height: 27px;*/
}
#top_menu ul li.first-level.cm-active {
	/*background: #caf0f9 url('images/top_tab_right_active.gif') no-repeat right top;
	margin: -4px 0 -1px 3px;
	height: 32px;*/
}
#top_menu ul li.first-level span {
	padding:6px 6px 4px 2px;
}
#top_menu ul li.first-level.cm-active span {
	/*background: url('images/top_tab_left_active.gif') no-repeat left top;
	padding: 9px 15px 6px 19px;*/
}
#top_menu ul ul {
	margin-top: 0;
	padding-top: 3px;
	padding-bottom: 4px;
}
/* /top styles */

/* top tools styles */
.top-tools-container {
	background-color:#3A3A3A;
}
.top-tools-container span.float-left {
	/*background: url('images/top_tools_left.gif') no-repeat top left;*/
}
.top-tools-container span.float-right {
	/*background: url('images/top_tools_right.gif') no-repeat top right;*/
}
.search-selectbox, .search-input {
	border: 1px solid #444;
}
.search-advanced, .search-advanced:visited, .search-advanced:hover, .search-advanced:active {
	padding: 0 8px 0 4px;
	background: url('images/icons/search_advanced_arrow.gif') no-repeat right 5px;
}
/* /top tools styles */

.quick-links {
	text-align: right;
	float: none;
	padding-bottom: 0;
}

/* content-tools */
.content-tools {
	background-color:#000000;
	border-bottom:1px solid #2F2F2F;
	border-left:1px solid #2F2F2F;
	border-right:1px solid #2F2F2F;
	padding-bottom:5px;
	padding-top:5px;
}
.content-tools span.float-left, .content-tools span.float-right {
	/*background: url('images/content_tools_left.gif') no-repeat top left;*/
}
.content-tools span.float-right {
	/*background: url('images/content_tools_right.gif') no-repeat top right;*/
}
/* /content-tools */

/* tools */
.tools-container {
	padding: 12px 0 0 17px;
	float: right;
	white-space: nowrap;
}
.tools-container table {
	white-space: normal;
}
.buttons-container .tools-container {
	padding: 0 0 0 17px;
	margin-top: -1px;
}
.buttons-container .cm-button-main {
	margin-top: -3px;
}
.tools-content {
	background-position: 0 -90px;
	padding: 10px;
	margin-left: 5px;
}
.inline {
	float: none !important;
	padding: 0 !important;
	display: inline;
}
.inline-block, .sortable th a.inline-block {
	display: -moz-inline-box;
	display: inline-block;
	float: none;
}
.block {
	display: block;
}
.tools-content .select-link, .tools-content .select-link:visited, .tools-content .select-link:hover, .tools-content .select-link:active {
	color: #000000;
	padding: 2px 20px 2px 5px;
	margin-right: 8px;
	background: none;
	text-decoration: none;
}
.table .tools-content .select-link, .table .tools-content .select-link:visited, .table .tools-content .select-link:hover, .table .tools-content .select-link:active {
	padding-left: 17px;
}
.tools-content a.select-button, .tools-content a.select-button:hover, .tools-content a.select-button:visited, .views a.cm-combo-on {
	text-decoration: none;
	color: #000;
	height: 15px;
	cursor: pointer;
	white-space: nowrap;
	padding: 4px 25px 5px 8px;
	background: #e6e6e6 url(images/buttons_bg.png) 100% -90px;
	border: 1px solid #bababa;
	border-top-color: #e4e4e4;
	border-left-color: #c7c7c7;
	border-right-color: #c7c7c7;
	text-transform: capitalize;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
span.action-add {
	cursor: pointer;
	display: -moz-inline-box;
	display: inline-block;
}
span.action-add a {
	background: url(images/buttons_bg.png) no-repeat 0 -180px;
	padding: 3px 10px 3px 30px;
	line-height: 17px;
	color: #000;
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	margin-left: -7px;
	border: 1px solid #cfcfcf;
	text-transform: capitalize;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
span.action-add a:hover {
	background-position: 0 -150px;
	border: 1px solid #669900;
	color: #fff;
}
span.action-add a:active {
	background-position: 0 -210px;
	text-shadow: none;
	border: 1px solid #669900;
	color: #e0edd0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cm-buttons-floating .popup-tools {
	margin-bottom: 35px;
}
/* /tools */

/* cart box styles */

#cart_status .float-right{
    border-left: 1px solid #333333;
    padding: 0 2px 0 14px;
    position: relative;
    z-index: 6;
}

#cart_status .float-left {
	background: url('images/top_tools_delim.gif') no-repeat 100% 2px;
	padding: 0 14px 0 0;
	margin-right: 11px;
}
#cart_status .checkout-link a, #cart_status .checkout-link a:visited, #cart_status .checkout-link a:hover, #cart_status .checkout-link a:active {
	background: url('images/icons/cart_arrow.gif') no-repeat 95% 6px;
}
.full-cart a, .full-cart a:visited, .full-cart a:hover, .full-cart a:active {
	background-color: #F2F2F2 !important;
}
.full-cart a.view-cart, .full-cart a.view-cart:visited, .full-cart a.view-cart:hover, .full-cart a.view-cart:active {
	background-color:#C9E283 !important;
    color:#222;
}
.cart-list {
	background: url('images/cart_list_bg.gif') no-repeat 0 24px;
	left: 14px;
}
.list-container {
	border: 1px solid #bebebe;
	border-top-width: 0;
	background-color: #BEEB4A;
}

.list-container p{
	color:#444;
}

.cart-list .list {
	background-color: #FFFFFF;
    border: 1px solid #BABABA;
}
#cart_status .cart-list .float-left {
	background-image: none;
	padding: 0;
	margin: 0;
}
.cart-list ul {
	margin: 0 4px;
}
#cart_status .cart-list ul a {
	padding-left: 0;
	padding-right: 2px;
	color:#222;
}
.cart-list ul li {
	padding: 5px 0;
}
.cart-list ul li.delim {
	background-color: #ebebeb;
	background-image: none;
}
.list p.center {
	font-weight: bold;
}
#cart_status .buttons-container a, #cart_status .buttons-container a:visited, #cart_status .buttons-container a:hover, #cart_status .buttons-container a:active {
	background: url('images/icons/cart_arrow.gif') no-repeat 95% 6px;
}
/* /cart box styles */

/* categories sidebox style */
.sidebox-categories-wrapper .sidebox-title, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-title {
	background-color:#333333;
}
.sidebox-categories-wrapper .sidebox-title span, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-title span {
	background-color:#333333;
}
.sidebox-categories-wrapper .sidebox-body, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-body {
	padding: 3px 5px 0 5px;
}
/* /categories sidebox style */

/* common sidebox style */
.sidebox-wrapper .sidebox-title {
	background-color:#222222;
	border: 1px solid #333333;
}
.sidebox-wrapper .sidebox-title span {
	background-color:#222222;
	padding: 7px 10px 7px 0;
	color: #fff;
}
.sidebox-wrapper .sidebox-body {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 13px 13px 10px 13px;
}
.sidebox-wrapper .sidebox-bottom {
	background-color:#333333;
}
.sidebox-wrapper .sidebox-bottom span {
	background-color:#333333;
}
.sidebox-body ul a, .sidebox-body ul a:visited, .sidebox-body ul a:hover, .sidebox-body ul a:active {
	font-size: 92%;
}
/* /common sidebox style */

/***** Tables *****/
/* Common table */
.table {
	border-color:#333333;
    border-style:solid;
    border-width:1px 0 1px 1px;
    width:100%;
}
.table th {
	background-color:#151515;
    border-bottom:1px solid #333333;
    border-right:1px solid #333333;
}
.table th a, .table th a:visited, .table th a:hover, .table th a:active {
	color: #fff;
	font-weight: bold;
}
.table td, .table .table td {
	border-right:1px solid #333333;
  padding:16px 11px 10px 0px;
  vertical-align:top;
}

.dltable {
	margin-top:0px!important;
}


.dltable td , .dltable .table td  {
	padding:0px 0px 2px 0px;
	vertical-align:middle;
	
}



.table .table-footer td {
	border-right: 1px solid #333333;
}
.table-row, tr.table-row, td.table-row {
	background-color: #151515;
}
/* /Common table */
/***** /Tables *****/

/* mainbox */
.product-main-info h1.mainbox-title {
	padding: 6px 0 0 0;
	font-size: 146%;
}
.header-extra {
	margin-top: -17px;
	padding-bottom: 12px;
}
/* /mainbox */

/* mainbox2 */
.mainbox2-title {
	background: url('images/subheader_bg.gif') repeat-x left bottom;
}
/* /mainbox2 */

.subheader, .subheader-first-item {
	color: #eeeeee;
	background: url('images/subheader_bg.gif') repeat-x bottom;
	padding: 13px 0 5px 0;
	margin-bottom: 10px;
	font: bold 108% Arial, Helvetica, sans-serif;
}
.subheader-first-item {
	padding: 0 0 5px 0;
}
.subheader2 {
	font: bold 85% tahoma, arial, verdana, sans-serif;
	padding-bottom: 3px;
	margin: 10px 0 2px 0;
}
.title-extra a, .title-extra a:visited, .title-extra a:hover, .title-extra a:active {
	font: normal 75% Arial;
	color: #7c8e8e;
}
/* color mainbox */
.mainbox-cart-title {
	background-color:#111;
    border:1px solid #333333;
    font-size:108%;
    line-height:122%;
}
.mainbox-cart-title span.float-left, .mainbox-cart-title span.float-right {
	/*background: url('images/mainbox_cart_title_left.gif') no-repeat left top;*/
	width: 8px;
	height: 32px;
	margin: -8px 0 0 -13px;
}
.mainbox-cart-title span.float-right {
	/*background: url('images/mainbox_cart_title_right.gif') no-repeat right top;*/
	margin: -8px -8px 0 0;
}
.mainbox-cart-body {
	border-color:#333333;
    border-style:solid;
    border-width:0 1px;
}
.cart-buttons {
	background-color:#222222;
    border:1px solid #333333;
}
.cart-buttons .float-left {
	padding-top: 3px;
}
/* /color mainbox */

.updates-wrapper {
	background-color:#222222;
    border:1px solid #333333;
}

/* Bottom styles */
.bottom-copyright {
	color: #313131;
	font: 85% Arial, Helvetica, sans-serif;
}
.bottom-search span.float-left, .bottom-search span.float-right {
	display: none;
}
/* /Bottom styles */

/* recently viewed */
.recent-prod-link-bg {
	background-color: #f4f4f4;
	text-align: right;
}
.extra-link {
	font: normal 85% Tahoma;
}
.extra-link, a.extra-link:visited, a.extra-link:hover, a.extra-link:active, .sidebox-body ul a.extra-link {
	color: #ff5400;
	text-transform: lowercase;
}
/* /recently viewed */

/* product LIST view styles */
.discount-label {
	background: url('images/discount_label_left.png') no-repeat left top;
	padding: 0 0 0 10px;
}
.discount-label em {
	background: #37aae8 url('images/discount_label_right.png') no-repeat right top;
	padding: 4px 4px 4px 1px;
	color: #ffffff;
	font: normal bold 100% Arial, Helvetica, sans-serif;
	min-width: 28px;
	text-align: center;
	height: 16px;
}
.discount-label em strong {
	font-weight: normal;
}
.product-config-header {
	font-size: 100%;
	text-align: center;
	padding-top: 20px;
	clear: both;
}
.product-list-price {
	padding-bottom: 4px;
}
/* /product LIST view styles */

/* pagination styles */
.pagination {
	background-color:  #222222;
}
.pagination a, .pagination a:visited, .pagination a:hover, .pagination a:active, .pagination-selected-page {
	border: 1px solid  #222222;
}
.pagination a:hover, .pagination-selected-page {
	border: 1px solid #CCC;
	background-color: #000;
}
.pagination-selected-page {
	font-weight: bold;
}
/* /pagination styles */

.info-field-title {
	background-color:#111111;
}

/* Lists */
ul.bullets-list li {/* List with circle bullets */
	background: url('images/icons/bullet.gif') no-repeat 1px 7px;
}
ul.bullets-list ul li{
	background: none;
}
ol.bullets-list {
	padding: 0 0 0 35px;
}

.arrows-list li {/* List with 2 arrows as bullet */
	background: url('images/icons/cart_arrow.gif') no-repeat 1px 7px;
	padding-left: 13px;
}
.arrows-list li.delim {
	background: url('images/sidebox_delim.gif') repeat-x center 2px;
}

li.cm-expanded {/* Tree list */
	background: url('images/icons/category_expanded.gif') no-repeat scroll right 5px;
}
li.cm-collapsed {
	background: url('images/icons/category_collapsed.gif') no-repeat scroll right 5px;
}

.arrow-list li {/* Arrow list */
	padding-left: 10px;
	background: url('images/icons/list_arrow.gif') no-repeat 1px 6px;
}
.sidebox-body .arrow-list {
	margin: 0 0 5px 0;
}

.inside-list li {/* inside list */
	list-style: none none;
	background-image: none;
	padding: 2px 0 3px 0;
	line-height: 12px;
}

.action-bullets {/* Action bullets */
	margin-bottom: 10px;
}
.action-bullets li {
	display: inline;
	background: url('images/icons/dot_dark.gif') no-repeat 2px 6px;
	padding: 0 10px 0 13px;
}
.cm-tabs-content ul li, .category-description ul li, ul.bullets-list li {
	background: url('images/icons/dot_dark.gif') no-repeat 1px 7px;
	padding: 1px 0 6px 11px;
}
.wysiwyg-content ul {
	margin: 5px 0 5px 40px;
}
.wysiwyg-content ul li {
	list-style-type: disc;
	background-image: none;
	padding: 0;
}
ul.no-markers li, .wysiwyg-content ul.no-markers li {/* No bullets */
	background-image: none;
	list-style-type: none;
	padding-left: 0;
}

.delim {
	background: url('images/sidebox_delim.gif') repeat-x center center;
}

ul.statistic-list {/* Statistic list */
	
}
ul.statistic-list li.total strong {
	color: #BADF57;
}
ul.sitemap-list li {/* sitemap */
	background: url(images/icons/left_menu_arrow.gif) no-repeat 0 6px;
}
/* /Lists */

/* One page checkout styles */
.step-container, .step-container-active {
	background-color: #222222;
}
.step-container-active {
	background-color: #000;
}
.checkout-steps {
	background-color: #000;
	margin-left: 0;
}
.step-body {
	padding-left: 25px;
}
.step-body .shipping-rates label {
	font: italic bold 85% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8ca1a1;
}
.step-title span, .step-title a.title, .step-title a.title:hover {
	color: #ccc;
}
.step-title {
	padding-left: 19px;
}
.step-title-active {
	padding-left: 18px;
}
.step-title-active span, .step-title-active a.title, .step-title-active a.title:hover {
	color: #BADF57;
}
.step-complete-wrapper {
	color: #ccc;
	font: normal 92% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.step-complete-wrapper div, .step-complete-wrapper p, .step-complete-wrapper .price {
	color: #ccc;
}
.step-complete-wrapper strong {
	font-weight: bold;
}
.step-complete-wrapper span {
	font-style: normal;
}
#step_three_body .step-complete-wrapper {
	padding-top: 4px;
}
.step-complete-text {
	color: #858585;
}
.step-complete-wrapper .form-field label {
	color: #8ca1a1;
	font: bold 85% Tahoma;
	padding-top: 2px;
	padding-right: 3px;
}
#summary {
	padding: 10px 0 5px 0;
}
.multiple-profiles, .multiple-profiles strong {
	font-style: normal;
}
.multiple-profiles .form-field {
	margin-bottom: 13px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dadada;
}

.step-body-active label, .step-body-active, .step-body-active div, .review td .sku, .stepbody-active .subheader, .step-body-active .subheader-first-item  {
	color: #fff;
}

.step-body-active .subheader, .step-body-active .subheader-first-item  {
	color: #BADF57;
 }

.step-body-active .select-profile label {
	display: none;
}
.step-body-active .select-profile {
	padding-left: 0;
}
.step-complete-wrapper ul.bullets-list li {
	background-image: url('images/icons/step_bullet.gif');
}
.step-body-active .form-field {
	margin: 0;
	padding: 3px 2px 8px 0;
}
.step-body-active .form-field label {
	float: none;
	width: auto;
	margin: 0 0 0 -8px;
	padding: 0 0 0 9px;
	display: block;
}
.step-body-active label, .step-body-active, .step-body-active div, .review td .sku {
	color: #7c8e8e;
}
.step-body-active .form-field label.hidden {
	display: none;
}
.step-body-active .form-field label.cm-required {
	background: url('images/icons/required_mark.gif') no-repeat left 6px;
}
.step-body-active .form-field label:after {
	content: ".";
    display: block;
    height: 1px;
    visibility: hidden;
}
.step-body-active .form-field .input-text {
	width: 100%;
	padding: 3px 0;
}
#step_two_body.step-body-active div.float-left, #step_two_body.step-body-active div.float-right, #step_three_body div.float-left, #step_three_body div.float-right {
	width: 46%;
}

#step_three_body div.float-left {
	width:100%;
}

.subheader .subheader-extra {
	font: 86% normal Arial,Helvetica,sans-serif;
	padding-left: 5px;
}
.mainbox-title .secure-page-title {
	font-size: 104%;
	background: url('images/icons/secure_icon.gif') no-repeat 0 4px;
	padding-left: 28px;
}
#list_payment_methods td {
	padding: 5px 0 8px 0;
}
#list_payment_methods td.payment-details {
	padding: 0;
}
#list_payment_methods .payment-details-container {
	background-color: #f3f8fb;
	/*
	padding: 6px 28px 5px 28px;
	margin: 0 0 15px -4px;
	*/
	padding: 0;
	margin: 0;
}
#list_payment_methods .payment-details-container  td {
	padding: 0;
}
.coupon-code-container {
	border: 1px dotted #7c8e8e;
	border-width: 1px 0;
	margin: 10px 0;
	padding: 6px 0;
}
.step-body-active .coupon-code-container .form-field .input-text {
	width: 227px;
}
.step-body-active .coupon-code-container .form-field {
	
}

.review {
	border: 1px solid #444444
}

#cart_items .review {
	border: none !important;
}

}
.review th {
	background-color: #333333;
	border: 0 none;
	padding: 8px 14px 7px 14px;
}
.review td {
	border: 0 none;
	padding: 11px 21px;
}

#cart_items .review td {
    border: 0 none;
    padding: 5px 15px;
}

.review, ul.statistic-list, #step_one_body.step-body-active, #step_one_body.step-body-active div {
	color: #ccc;
}
#checkout_cart .step-title, #checkout_cart .step-title-active {
	padding: 17px 15px 17px 18px;
}
#checkout_cart .subtotal {
	color: #2d2d2d;
}
#checkout_cart .total {
	color: #990000;
}
/* /One page checkout styles */

/* Classic checkout */
.classic-checkout-title {
	margin: 0 0 0 16px;
}
/* /Classic checkout */

/* Estimation form */
.estimation-box {
	border: 1px solid #dadada;
	background-color: #f8f8f8;
}
/* /Estimation form */

.required-question, .required {
	color: #ff0000;
}

/* Previewer styles */
#previewer_overlay {
	-moz-opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	opacity: 0.7;
	background-color: #000;
}
#previewer_window {
	color: #000000;
}
#previewer_hide_select {
	background-color: #ffffff;
	border: none;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	opacity: 0;
}
#preview_window {
	border: 2px solid #FF8000;
}
.drag-window {
	background-color: #ffffff;
	cursor: move;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	opacity: 0;
}
a.cm-thumbnails-mini, .product-variant-image-unselected, #thumbs_frame img {
	border: 1px solid #444;
	margin: 1px;
}
a.cm-cur-item, .product-variant-image-selected, #thumbs_frame img.cm-current-thumb {
	border: 1px solid #a5a5a5;
}
/* /Previewer styles */

/* block "Product filters" */
.product-filters .details {
	color: #959595;
	font-weight: normal;
}
.reset-filters, .reset-filters:visited, .reset-filters:hover, .reset-filters:active {
	color: #b20101;
	background: url('images/icons/delete_icon.gif') no-repeat 0 3px;
	text-transform: lowercase;
	font-size: 85%;
}
/* /block "Product filters" */

/* captcha */
.image-captcha {
	border: 2px solid #d0e25a;
	cursor: pointer;
}
.captcha-input-text {
	border: 1px solid #d2d9e1;
	font: bold 123% Tahoma;
	padding: 4px 2px;
}
/* /captcha */

/* Select languages */
.select-link, .select-link:hover {
	background: url('images/icons/select_icon.gif') no-repeat 100% 3px;
}
.select-wrap .select-link, .select-wrap .select-link:hover {
	background: url('images/icons/select_icon.gif') no-repeat 100% 2px;
}
.select-popup {
	border: 1px solid #cecece;
}
ul.cm-select-list li a:hover, #top_quick_links .cm-select-list a:hover {
	background-color: #01b1dc;
	color: #ffffff;
}
.cm-select-list a, .cm-select-list a:visited, .cm-select-list a:hover, .cm-select-list a:active {
	color: #282828;
}
.localization {
	background: url('images/top_tools_delim.gif') no-repeat 0 2px;
}
/* /Select languages */

/* checkout totals */
.promotion-coupon {
	background: #f2f2f2 url('images/coupon_code_bg.gif') repeat-x left top;
	border: 1px solid #dddddd;
}
.promotion-coupon .input-text {
	border: 1px solid #d0d0d0;
}
/* /checkout totals */

/* File uploader */
.attach-images-alt label {
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	color: #555555;
}
/* /File uploader */

/* Cart items */
#cart_items .sku {
	color: #858585;
}
.quantity {
	font: bold 88% Tahoma;
}
.quantity label {
	color: #858585;
}
.product-description a.cm-combo-on, .product-description a.cm-combo-off {
	background: url('images/icons/prod_details_collapsed.gif') no-repeat 1px 2px;
}
.product-description a.cm-combo-off {
	background-image: url('images/icons/prod_details_expanded.gif');
}
.product-description .button-submit-action, .product-description .text-button {
	margin-right: 5px;
}
.product-options .table .product-list-field {
	padding-left: 0;
}
.product-options .table .product-list-field label {
	width: auto !important;
	float: none;
	margin: 0;
	padding-top: 0;
	vertical-align: 1px;
}
.coupons-container .form-field {
	padding: 6px 0 0 0;
}
/* /Cart items */

/* classic checkout */
/** progress bar styles **/
.pb-container {
	padding: 10px 0 15px 0;
}
.pb-container em {
	background: #d1d1d1 url('images/pb_step.gif') no-repeat 0 0;
	color: #ffffff;
	text-decoration: none;
}
.pb-container .complete em {
	background-color: #9eca03;
	background-image: url('images/pb_step_complete.gif');
}
.pb-container .active em {
	background-color: #202020;
	background-image: url('images/pb_step_active.gif');
}
.pb-container a, .pb-container span {
	color: #a1a1a1;
}
.pb-container span.active {
	color: #222020;
}
/** /progress bar styles **/
/* /classic checkout */

/* Log in/out styles */
#sign_io {
	color:#fff;
	padding-top:4px;
}

.login-popup {
    background-color: #222222;
}

.login-popup .error-text {
	color: #fd0000;
}
.login-popup .form-field label, .login .form-field label {
	color: #ccc;
}
.login-popup .form-field .input-text {
	border: 1px solid #d2d9e1;
	background: #ffffff url('images/icons/icon_username.gif') no-repeat 6px 4px;
}
.login-popup .form-field .password {
	background-image: url('images/icons/icon_password.gif');
}
.login .form-field label.cm-required, #login .form-field label.cm-required {
	background-image: none;
}
/* /Log in/out styles */

/* breadcrumbs */
.breadcrumbs, .breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
	color: #a5a5a5;
}
/* /breadcrumbs */

/* checkout login */
.order-status {
	background: #111 url('/images/Ajax-loader-white.gif') no-repeat 20px center;
	border: 1px solid #333;
}
body.clear-body {
	background-color: #191919;
	background-image: none;
	padding: 13px 12px;
	min-width: 0;
}
/* /checkout login */

/* Page 404 */
.exception-body h1 {
	background-color: #dbdee2;
	color: #ffffff;
	font: bold 246% Arial, Helvetica, sans-serif;
	padding: 6px 16px 2px 16px;
	margin: 0;
}
.exception-body h2 {
	color: #fff;
	font: bold 323% Arial, Helvetica, sans-serif;
	padding: 32px 0 2px 0;
	margin: 0;
}
.exception-body h3 {
	margin: 0 0 28px 0;
	font: bold 130% Arial, Helvetica, sans-serif;
	padding: 0;
}
.exception-menu li {
	background: url('images/icons/list_arrow.gif') no-repeat 0 5px;
	padding: 0 0 14px 10px;
	color: #898989;
	font: normal 108% Arial, Helvetica, sans-serif;
	height: 1%;
}
.exception-content p {
	font-size: 108%;
}
.exception-logo {
	
}
/* /Page 404 */

/* Picker */
.object-container {
	background-color: #ffffff;
	border: 1px solid #ededed;
}
/* /Picker */

/* Graph bar */
.graph-border {
	border: 1px solid #ababab;
}
.graph-bg {
	background-color: #ccf2ff;
}
/* /Graph bar */

/* form styles */
.cm-failed-field, .updates-wrapper .cm-failed-field, .sidebox-body .cm-failed-field {
	border: 1px dashed #cc0000;
	background-color: #ffdddd;
}
/** for checkboxes in FF **/
input[type=checkbox].cm-failed-field {
	outline: 1px dashed #cc0000;
	background-color: #ffdddd;
}
/** /for checkboxes in FF **/
.error-message .message {
	background-color: #BF1616;
}
.error-message .arrow {
	border: 5px solid transparent;
	border-bottom-color: #BF1616;
	border-top-width: 0;
}

.error-message .message p {
color:#fff;
}

.form-field label {
	font: normal 92% Tahoma;
}
.product-list-field label {
	font: bold 100% Tahoma;
}
.product-list-field {
	font-size: 85%;
}
.product-list-field input, .product-list-field textarea, .product-list-field select {
	font-size: 95%;
}
.form-field label.cm-required {
	background: url('images/icons/required_mark.gif') no-repeat right 6px;
}
.select-field label, .form-field .select-field label {
	font: normal 85% Tahoma;
}
/* /form styles */

/* mandatory fields */
.mandatory-fields {
	font-size: 85%;
	text-decoration: underline;
}
/* /mandatory fields */

.border-bottom {
	border-bottom: 1px solid #d5d5d5;
}
.cm-hint {
	color: #a5a5a5 !important;
}

/* Product notification */
.product-notification {
	 background-color: #000000;
     border: 1px solid #ccc;
}

.product-notification h1{
	color:#fff !important;
}

.product-notification .notification-body {
	background-color: #ffffff;
	height: 73px;
}
/* /Product notification */

a.secondary-link {
	font-size: 85%;
}
.in-stock, .out-of-stock {
	color: #009900;
	padding: 4px 0 0 0;
}
.out-of-stock {
	color: #666666;
}
.features-list {
	margin: 0;
	padding: 3px 0;
}
.box {
	background-color: #f5f5f5;
	color: #707070;
	font-size: 85%;
	padding: 10px;
}
.product-descr {
	margin: 0;
	padding: 7px 0 2px 0;
	color: #232323;
	font-size: 85%;
}
.product-prices {
	padding-top: 10px;
}
.prices-container {
	padding: 0 0 5px 0;
}
.price-update {
	display:inline-block;
}
.compact .text-button, .compact .text-button:visited, .compact .text-button:hover, .compact .text-button:active, .compact .text-button-act, .compact .text-button-act:visited, .compact .text-button-act:hover, .compact .text-button-act:active {
	font-size: 85%;
	background-position: right 5px;
}

/* product details page */
.product-main-info .image-border {
	padding-right: 15px;
	min-height: 100px;
}
.product-info .add-product {
	padding-left: 10px;
}
.jcarousel-prev-horizontal, .jcarousel-next-horizontal, .prev-horizontal, .next-horizontal {
	background: #ececec url(images/icons/prev_but.gif) no-repeat 50% 50%;
}
.jcarousel-next-horizontal, .next-horizontal {
	background-image: url(images/icons/next_but.gif);
}
.view-larger-image, .view-larger-image:visited, .view-larger-image:hover, .view-larger-image:active {
	background: url('images/icons/view_larger.gif') no-repeat left 2px;
}
.product-options-container {
	background-color: #f8f8f8;
}
.product-header-extra {
	margin: -16px 0 13px -1px;
}
.buttons-wrapper .input-text-short {
	border-color: #c0c0c0;
}
.object-image {
	display: inline-block;
}
/* /product details page */

/* sorting */
.sort-asc, .sort-desc {
	background: url(images/icons/sort_asc.gif) no-repeat right 6px;
	padding-right: 10px;
}
.sort-desc {
	background-image: url(images/icons/sort_desc.gif);
}
/* /sorting */

.no-border {
	border: 0px none;
}

table.no-border th {
	border:none;
	border-bottom:1px solid #525151;
}

.product-image-compact {
	padding-left:0px;
}

table.no-border td {
	border:none;
	border-bottom:1px solid #525151;
}

#homepage .mainbox-title {
    background-color: #222222;
    border: 1px solid #333333;
    padding-bottom: 3px;
    padding-left: 16px;
}

#homepage .mainbox-title span {
    color: #FFFFFF;
    font: bold 108% Tahoma,Verdana,Geneva,Arial,Helvetica;
    padding: 7px 10px 7px 0;
}
#homepage #pagination_contents hr, #homepage #pagination_contents .right{
	display:none;
}

/* Custom Styles */
.top-tools-container {
 background-color: #000000;
    clear: both;
    height: 31px;
    margin: auto;
    padding: 0;
    width: 990px;
}

.top-tools-helper {
color:#CCCCCC;
padding:1px 10px 3px 10px;
}

.central-content {
}

#track_orders {display:none;}

.ProductList {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

.ProductList  a, .ProductList  a:active, .ProductList  a:hover, .ProductList  a:link{
color:#CCCCCC;
text-decoration:none;
font-weight:normal !important;
font-size:0.85em !important;
}


.ProductList .ProductDetails {
margin-left:24px;
padding:3px 0;
}

.ProductPrice, .ProductList em {
color:#BADF57;
display:block;
}

.ProductList em  .price {
color:#BADF57;
}

.ProductList li {
clear:both;
color:#BADF57;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px 0 0;
padding:3px 0 5px;
border-bottom:1px solid #333333;
}

.FeaturedList .ProductDetails {
height:50px;
overflow:hidden;
}

li.TopSeller1 .ProductDetails {
margin-left:0;
}

li.TopSeller1 {
background-color:#232323;
clear:both;
display:inline;
float:left;
margin:10px 0 5px;
overflow:visible;
padding:5px;
text-align:center;
width:128px;
border:1px solid #525151;
}

li.TopSeller1 .TopSellerNumber {
height:34px;
margin:-20px 0 0;
padding:7px 0 6px;
text-align:center;
width:44px;
background:transparent url(/templates/default/images/blue/TopSellerNumber1Bg.png) no-repeat scroll 0 0;
color:#272727;
display:block;
font-size:1.8em;
}

.ProductList .ProductImage {
display:block;
height:120px;
margin:0 0 5px;
overflow:hidden;
text-align:center;
width:120px;
}

li.TopSeller1 .ProductImage {
display:inline;
overflow:hidden;
text-align:center;
}

.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber {
float:left;
font-size:1.2em;
padding:6px 0 3px 6px;
width:20px;
}

li .TopSellerNumber{
float:left;
font-size:1em;
padding:6px 0 3px 6px;
width:20px;
background:transparent url(/templates/default/images/blue/TopSellerNumberBg.gif) no-repeat scroll 0 4px;
color:#272727;
}
.FeaturedList {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.FeaturedList li {
background:#232323 none repeat scroll 0 0;
float:left;
font-size:0.95em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px 4px 0;
min-height:21em;
overflow:hidden;
padding:6px;
text-align:center;
width:118px;
border:1px solid #525151;
}
.exception{
margin-top:50px !important;
padding-top:35px !important;
border:5px solid #555;
}
.pricediv .discount-label {
margin-left:0px;
}
.top-search {
    padding: 0px;
}

.BlockContent h2, .TitleHeading {
    color: #BADF57;
    font-size: 16px;
    font-weight: bold;
    margin: 3px 0;
    padding: 3px 3px 3px 0;
}

.BlockContent h3 {
    color: #C7DF8B;
    margin-top: 13px;
}

.wysiwyg-content  h2{
color:#C5E86A;
border-bottom:1px solid #555 ;
}

#livehelpdiv {
padding-top:4px;
}

.mainbox-cart-body {
    padding: 0;
}
.buttons-container {
  /* text-align: right;*/
}
#applied_promotions .wysiwyg-content {
text-align:right;
padding-top:7px;
}

.tabs #shipment_info {
display:none;
}


.login .otherOptions {
    border-top: 1px solid #666666;
    float: left;
    margin-top: 17px;
    overflow: hidden;
    padding-top: 20px;
    width: 330px;
}

.customfb .otherOptions {
    /*border-bottom: 1px solid #666666;*/
    float: left;
		padding-top: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 7px;
    width: 100%;
}

.login .otherOptions span.facebook, .customfb .otherOptions span.facebook  {
    color: #CCCCCC;
    display: block;
    float: left;
}

.login .otherOptions .fb_connect_btn, .customfb .otherOptions .fb_connect_btn  {
    float: right;
}
#pageid-25 .mainbox-title {display:none;}
.special-title {
    color: #BADF57;
    margin: 0;
    padding: 2px 0 6px;
}
.special-title span {
    color: #EEEEEE;
    font: bold 200% Arial,Helvetica,sans-serif;
}
iframe {border:none;}
#sales-banner {
    background: url("/images/sale-bg.jpg") no-repeat scroll left center transparent;
    height: 39px;
    margin-bottom: 15px;
}

#sales-banner a.all {
    background: url("/images/arrow-next-white.png") no-repeat scroll right center transparent;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    line-height: 37px;
    margin-right: 15px;
    padding-right: 10px;
    vertical-align: middle;
		text-decoration:none;
}

#sales-banner p {
    color: #FFFFFF;
    display: inline;
    font-size: 15px;
    line-height: 37px;
    margin: 0;
    padding: 0 0 0 210px;
    vertical-align: middle;
}

br.clear {
    display: block;
    height: 1px;
}

#sales-banner a.arrowed {
    background: url("/images/arrow-next-white.png") no-repeat scroll right center transparent;
		padding-right:10px;
		text-decoration:none;
}

#sales-banner p a {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding-left: 15px;
		text-decoration:none;
}

.content-tools {
    margin-bottom: 0px;
}

#divprod143, #div143 {display:none !important;}

.customers-also-bought-wrapper .block-title {
    font-weight: bold;
    padding: 3px 5px 2px 5px;
    white-space: nowrap;
    text-align: center;
    color: #add945;
}

/*
* Azarov - tweak the affiliates banners setting table
*/
#tabs_content table tr td.wysiwyg-content {
	word-wrap: break-word;
	text-align: center;
}

#tabs_content .table td {
	padding-left: 5px;
}

#tabs_content table tr td.wysiwyg-content img {
	max-width: 100% !important;
	height: initial !important;
}

#tabs_content table tr td a {
	max-width: 130px;
	display: block;
	word-wrap: break-word;
}

#tabs_content table tr td .input-textarea {
	width: 200px;
}