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

body, div, p {
    color: #fff;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
}

body {
    background: #0b0e1b url('images/body_bg.png') repeat-x left top;
}
.input-text, .input-text-auto, .input-text-large, .input-text-medium, .input-text-short, .input-text-100, .input-textarea, .input-textarea-long {
    color: #2d2d2d;
    border: 1px solid #dfe6ed;
    padding: 2px;
}
select {
    border: 1px solid #dfe6ed;
    padding: 1px;
}
a, a:visited, a:hover, a:active {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
hr {
    border: 0px solid #eaf0f5;
    border-top-width: 1px;
}
#on_sta_notice {
    color: #bfbfbf;
}
.dark-hr {
    border-color: #e3e3e3;
}
.error-text {
    color: #f27a00;
}
.view-large-image-link, .view-large-image-link:visited, .view-large-image-link:hover, .view-large-image-link:active {
    background: url('images/view_larger.png') no-repeat;
    display: inline-block;
    width: 244px;
    height: 57px;
    text-decoration: none;
}
.sidebox-body .input-text, .updates-wrapper .input-text {
    color: #2d2d2d;
    background-color: #ffffff;
    border: #c5d1d8 1px solid;
    padding: 2px 1px 0px 1px;
}

/* Ajax */
.ajax-loading-box {
    background: url('images/ajax_left.gif') no-repeat left bottom;
    padding: 0px 0px 0px 5px;
}

.right-inner-loading-box {
    background: url('images/ajax_right.gif') no-repeat right bottom;
    padding: 0px 5px 0px 0px;
}

.ajax-inner-loading-box {
    background: #fff1a8 url('images/icons/ajax.gif') no-repeat 5px center;
    padding: 6px 6px 6px 26px;
    font-size: 12px;
    font-weight: bold;
    color: #3f0000;
}

.ajax-message {
    border: 1px solid #000000;
    background-color: #f4fbff;
}
/* /Ajax*/

/* Notification box */
.notification-w, .notification-n, .notification-e {
    background-color: #d72323;
}
.notification-header-w, .notification-header-n, .notification-header-e {
    color: #ffffff;
    background: #b50000 url('images/icons/notification_icon_e.gif') no-repeat left center;
}
.notification-body {
    color: #ffffff;
}
.notification-body a, .notification-body a:visited, .notification-body a:hover, .notification-body a:active {
    color: #ffffff;
}
.notification-n {
    background-color: #88ba00;
}
.notification-header-n {
    background: #5ca400 url('images/icons/notification_icon_n.gif') no-repeat left center;
}
.notification-w {
    background-color: #ff9600;
}
.notification-header-w {
    background: #f66e00 url('images/icons/notification_icon_w.gif') no-repeat left center;
}
/* /Notification box */

/* Section in main box */
.section-border {
    border: 1px solid #d0cebe;
    margin-top: 0px;
}
.section-title {
    background: #f3f1da url('images/section_title_bg.gif') repeat-x bottom;
}
.section-title a {
    color: #5c5d3e;
    padding-left: 14px;
    text-decoration: none;
}
.section-title a:hover {
    text-decoration: underline;
}
.section-body, .section-body-details {
    border-top: 1px solid #d0cebe;
    background-color: #f6f5e4;
    padding: 9px 16px;
}
.section-body-details {
    padding: 18px 16px;
}   
/* Section in main box */

/* Buttons */
.button a, .button-action a, .button-submit-action input, .button-submit input, .button-submit-big input {
    color: #ffffff;
    background: transparent url('images/but_left.gif') no-repeat left top;
    font: bold 12px Helvetica;
    padding: 2px 8px 3px 8px;
}
/* input buttons */
.button-submit-action, .button-submit, .button-submit-big, .button, .button-action {
    background: #ff5f2e url('images/but_right_action.gif') no-repeat right top;
    height: 37px;
}
.button-submit-action, .button-action {
    padding-right: 17px;
}
.button-submit-action, .button-action, x:-moz-any-link {
    padding-right: 25px;
}
.button-submit, .button {
    height: 20px;
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button-action a {
    background: transparent url('images/but_left_action.gif') no-repeat left top;
    padding: 3px 0px 4px 9px;
    height: 37px;
    font: normal 18px Helvetica;
    line-height: 18px;
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button-action a {
    border: 0px none;
    margin: 0px;
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button-action a, x:-moz-any-link {
    padding: 1px 0px 4px 26px;
}
.button-submit, .button {
    background: #ff5f2e url('images/but_right.gif') no-repeat right top;
    height: 25px;
    padding-right: 15px;
}
.button-submit input, .button a {
    background: transparent url('images/but_left.gif') no-repeat left top;
    font: bold 12px Helvetica;
    padding: 4px 6px 3px 15px;
}
.button-submit input {
    padding-bottom: 6px;
    height: 25px;
    padding-top: 0px;
}
.button-submit-big {
    background: #ff4f01 url('images/big_but_left.png') no-repeat left top;
    padding-left: 3px;
    height: 29px;
}
.button-submit-big input {
    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 input, x:-moz-any-link {
    padding: 5px 16px 8px 4px;
}
/* /input buttons */
.button a {
    padding: 4px 4px 3px 15px;
    display: inline-block;
    height: 25px;
    line-height: 14px;
}
.button-action a {
    padding: 9px 0px 0px 26px;
}
.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;
    font: normal 12px Helvetica, sans-serif;
    color: #fff;
    /*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 12px Helvetica;
    color: #fb6407;
    text-transform: lowercase;
}
/* /Buttons */

/* Category page */

.product-title, .product-title:visited, .product-title:hover, .product-title:active {
    color: #fff;
}
.product-list .product-title, .product-list .product-title:visited, .product-list .product-title:hover, .product-list .product-title:active {
    color: #ffffff;
}
.list-price {
    color: #ffffff;
    font-weight:bold;
}
.price, .sub-price {
    color: #fff;
    font: normal 20px Helvetica;
    text-transform: uppercase;
}
.sub-price {
    color: #fff;
}
.discount {
    color: #666666;
}
.qty-in-stock {
    color: #fff;
    font: bold 12px helvetica, sans-serif;
}
/* Product picker box */
.cm-picker-data-container {
    border: 1px solid #d1d1d1;
}
/* /Product picker box */

/* Tabs */
.tabs {
    background: #f1f9ff url('images/tabs_bg.gif') 0px 0px;
}
.tabs ul li, .tabs ul li.cm-active {
    padding: 4px 11px 6px 11px;
    margin: 2px 0px 0px 0px;
    height: 16px;
}
.tabs ul li.cm-active {
    background-color: #ffffff;
    border: 1px solid #d1d3d6;
    border-bottom-width: 0px;
    padding: 2px 11px 4px 11px;
    margin: 3px 0px 2px 0px;
}
/* /Tabs */
.affiliate-code {
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    color: #999999;
    font-size: 9px;
    text-align: center;
}
.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;
}
/* jCarusel */
.jcarousel-skin {
    border: 1px solid #dadada;
    background-color: #ffffff;
}
/* /jCarusel */

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

/* common styles */
.border {
    border: 1px solid #e3e3e3;
}
.no-items {
    background-color: transparent;
}
/* /common styles */

/* main styles */
.ad-container { /* to crop a large image */
    margin: 0px auto 0px auto;
    padding: 0px;
}
#header {
}
.header-helper-container {
    background: #1a1d29;
    padding: 0px 11px;
    border: 1px solid #383943;
    border-width: 0px 1px;
}
#footer {
    margin-top: 30px;
    border-top: 0px solid #d0e0ee;
    padding: 70px 8px 0px 8px;
    background:transparent url(images/footer_bg.gif) repeat-x scroll center bottom;
    height: 71px;
    margin-bottom: 0px;
}
/* Styles for the fixed width layout */ 
#container {
    border: 0px solid #e3ebf0;
    border-width: 0px 0px;
    background-color: transparent;
    width: 1030px;
    padding: 0px;
}
#content {
    min-height: 423px;
}
.central-content {
    padding-left:11px;
}
.container-left .central-column {
    margin:0 412px 0px 0;
    padding: 0px 15px 15px 0px;
    width:594px;
}
.right-column {
    float: left;
    width: 400px;
    margin-left: -400px;
}
/* /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 {
    padding: 0px 8px 0px 0px;
    text-align: left;
    clear: none;
    float: left;
    margin-top: 110px;
    margin-left: -330px;
    z-index:10;
}
#top_menu ul li.first-level, #top_menu ul li.first-level.cm-active {
    background: #1a1d29 url('images/top_tab_right.gif') no-repeat right top;
    padding: 0 20px 0 0;
    margin: 0 5px 0 0px;
    text-align: center;
    height:45px;
}
#top_menu ul li.first-level:hover {
    background: #1a1d29 url('images/top_tab_right_hover.gif') no-repeat right top;
    padding: 0 20px 0 0;
    margin: 0 5px 0 0px;
    text-align: center;
    height:45px;
}
#top_menu ul li.first-level.cm-active {
    background: #fb6509 url('images/top_tab_right_active.gif') no-repeat right top;
}
#top_menu ul li.first-level span, #top_menu ul li.first-level.cm-active span {
    background:transparent url(images/top_tab_left.gif) no-repeat scroll left top;
    float:left;
    height:45px;
    padding:0 0 0 20px;
    text-align:center;
    width:95px;
}
#top_menu ul li.first-level:hover span {
    background: url('images/top_tab_left_hover.gif') no-repeat left top;
    /*padding: 14px 0px 13px 35px;*/
}
#top_menu ul li.first-level.cm-active span {
    background: url('images/top_tab_left_active.gif') no-repeat left top;
}
#top_menu li.first-level a, #top_menu li.first-level a:hover, #top_menu li.first-level.cm-active a, #top_menu  li.first-level.cm-active a:hover {
    color: #d7dbde;
    font: bold 15px Helvetica, sans-serif;
    text-decoration: none;
    padding-top:15px;
    padding-bottom:12px;
    display:block;
    
}
#top_menu li.first-level li a, #top_menu li.first-level li a:hover, #top_menu li.first-level.cm-active li a, #top_menu li.first-level.cm-active li a:hover {
    font: bold 13px Helvetica, sans-serif;
    display: block;
    padding: 5px 20px 4px 2px;
    
}
#top_menu ul li.first-level.cm-active a, #top_menu ul li.first-level.cm-active a:hover {
    color: #d7dbde;
}
#top_menu ul li.first-level a:hover, #top_menu ul li.first-level.cm-active a:hover {
    text-decoration: none;
}
#top_menu ul ul {
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 4px;
}
.subs-text {
    color: #fff;
    font: bold 13px Helvetica, sans-serif;
}
.logo-image {
    padding-bottom: 2px;
}
/* /top styles */

/* top tools styles */
.top-tools-container {
    background: #1a1d29 url('images/top_tools_bg.png') repeat-x;
    padding: 2px 0px 0px 0px;
    height: 9px; /* for Safari */
    margin: 0px 20px;
}
.top-tools-container span.float-left {
    background: url('images/top_tools_left.png') no-repeat top left;
    width: 20px;
    height: 11px;
    margin: -2px 0px 0px -20px;
}
.top-tools-container span.float-right {
    background: url('images/top_tools_right.png') no-repeat top right;
    width: 20px;
    height: 11px;
    margin: -2px -20px 0px 0px;
}
.top-tools-bg {
    padding: 0px 11px;
    margin: 0px;
    background: #1a1d29;
    border: 1px solid #31333e;
    border-width: 0px 1px;
}
.bot-tools {
    background: url('images/content_tools_bg.png') repeat-x;
    padding: 5px 0px 0px 0px;
    margin: 0px 20px;
}
.bot-tools span.float-left, .bot-tools span.float-right {
    background: url('images/content_tools_left.png') no-repeat top left;
    width: 20px;
    height: 17px;
    margin: -5px 0px 0px -20px;
}
.bot-tools span.float-right {
    background: url('images/content_tools_right.png') no-repeat top right;
    margin: -5px -20px 0px 0px;
}
.search-selectbox {
    border: 1px solid #83bdcb;
}
.search-input {
    border: 1px solid #83bdcb;
}
.search-advanced, .search-advanced:visited, .search-advanced:hover, .search-advanced:active {
    padding: 0px 8px 0px 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: 0px;
}

/* content-tools */
.content-tools {
    background: url('images/content_tools_bg.png') repeat-x;
    padding: 5px 0px 0px 0px;
    margin: 0px 20px;
}
.content-tools span.float-left, .content-tools span.float-right {
    background: url('images/content_tools_left.png') no-repeat top left;
    width: 20px;
    height: 17px;
    margin: -5px 0px 0px -20px;
}
.content-tools span.float-right {
    background: url('images/content_tools_right.png') no-repeat top right;
    margin: -5px -20px 0px 0px;
}
/* /content-tools */

/* cart box styles */
#cart_status .float-left {
    background: none;
    padding: 0px 14px 0px 0px;
    margin-right: 0px;
    float: right;
    color: #fff;
}
#sw_cart_box, .cart-list-icon {
    width: 43px;
    height: 39px;
    border: 0px none;
}
.cart-list-icon {
    height: 39px;
}
.checkout-link {
    float: right;
    padding-top: 12px;
}
#cart_status .float-left strong, #cart_status .float-left a {
    color: #fff;
}
#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;
    color: #fff;
    font: bold 12px Helvetica, sans-serif;
}
.full-cart a, .full-cart a:visited, .full-cart a:hover, .full-cart a:active {
    background-color: #1a1d29 !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: #1a1d29 !important;
}
.cart-list {
    background: url('images/cart_list_bg.gif') no-repeat 0px 39px;
}
.list-container {
    border: 1px solid #bebebe;
    border-top-width: 0px;
    background: #1a1d29;
}
.cart-list .list {
    border: 1px solid #bababa;
}
.list .clear p, .list .clear span {
    color: #fff;
}
#cart_status .cart-list .float-left {
    background-image: none;
    padding: 0px;
    margin: 0px;
}
.cart-list ul {
    margin: 0px 4px;
}
#cart_status .cart-list ul a {
    padding-left: 0px;
    padding-right: 2px;
}
.cart-list ul li {
    padding: 5px 0px;
}
.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 */

/* common sidebox style */
.sidebox-title {
    background: #cfdfe7 url('images/sb_title_left.png') no-repeat left top;
}
.sidebox-title span {
    background: url('images/sb_title_right.png') no-repeat right top;
    padding: 7px 10px 7px 0px;
    color: #003542;
}
.sidebox-body {
    border-left: 1px solid #cfdfe7;
    border-right: 1px solid #cfdfe7;
}
.sidebox-bottom {
    background: #cfdfe7 url('images/sb_btm_right.gif') no-repeat right top;
}
.sidebox-bottom span {
    background: url('images/sb_btm_left.gif') no-repeat left top;
}
/* /common sidebox style */

/* categories sidebox style */
.sidebox-categories-wrapper .sidebox-title {
    background: #cbf1f7 url('images/sb_categ_title_left.png') no-repeat left top;
}
.sidebox-categories-wrapper .sidebox-title span {
    background: url('images/sb_categ_title_right.png') no-repeat right top;
}
/* /categories sidebox style */

/***** Tables *****/
/* Common table */
.table {
    background-color: #ffffff;
    padding: 1px 0px 1px 1px;
}
.table th {
    background-color: #1a1d29;
    border-right: 1px solid #dee1e5;
    border-bottom: 1px solid #dee1e5;
}
.table th a, .table th a:visited, .table th a:hover, .table th a:active {
    color: #2c2b2b;
    font-weight: bold;
}
.table td, .table .table td {
    border-right: 1px solid #1a1d29;
    background-color: #1a1d29;
}
.table .table-footer td {
    background-color: #e8eff8;
    border-right: 1px solid #dee1e5;
}
.table-row, tr.table-row, td.table-row {
    background-color: #1a1d29;
}
/* /Common table */
/***** /Tables *****/

/* mainbox2 */
.mainbox-title span, .mainbox2-title span {
    color: #ffffff;
    font: normal 20px Helvetica, sans-serif;
}
.mainbox2-title {
    background: url('images/subheader_bg.gif') repeat-x left bottom;
}
/* /mainbox2 */
.table-fixed, .table-fixed td, .table-fixed strong {
    color: #fff;
}
.subheader, .subheader-first-item {
    color: #fff;
    background: url('images/subheader_bg.gif') repeat-x bottom;
    padding: 13px 0px 5px 0px;
    margin-bottom: 10px;
    font: bold 14px Helvetica, sans-serif;
}
.subheader-first-item {
    padding: 0px 0px 5px 0px;
}
.subheader2 {
    font: bold 11px Helvetica, tahoma, arial, verdana, sans-serif;
    padding-bottom: 3px;
    margin: 10px 0 2px 0;
}

/* color mainbox */
.mainbox-cart-title {
    background: #1A1D29;
    font: bold 14px Helvetica;
    color: #fff;
    border: 1px solid #32343F;
}
.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 0px 0px -13px;
    display: none;
}
.mainbox-cart-title span.float-right {
    background: url('images/mainbox_cart_title_right.gif') no-repeat right top;
    margin: -8px -8px 0px 0px;
}
.mainbox-cart-body, .mainbox-cart-body-flex {
    border: 1px solid #363742;
    border-width: 0px 1px;
}
.cart-buttons {
    background-color: transparent;
    border: 1px solid #363742;
}
.cart-buttons .float-left {
    padding-top: 3px;
}
/* /color mainbox */

.updates-wrapper {
    background-color: #e9eff3;
    border: 1px solid #d2e1e8;
}

/* Bottom styles */
.bot-wrap {
    margin: 10px auto;
    width: 1070px;
    padding: 0px;
}
.bot-links-bg {
    background: url('images/bot_links_left.png') no-repeat left top;
    padding: 0px 0px 0px 10px;
}
.bot-links-bg span {
    background: url('images/bot_links_right.png') no-repeat top right;
    padding: 7px 10px 15px 0px;
    display: block;
    font: normal 12px Helvetica;
    color: #278fa7;
}

.det-price-bg {
    background: url('images/price_bg_left.gif') no-repeat left top;
    padding: 0px 0px 0px 10px;
}
.det-price-bg span.price-bg {
    background: url('images/price_bg_right.gif') no-repeat top right;
    padding: 25px 10px 35px 0px;
    display: block;
    font: normal 20px Helvetica;
}

#footer .quick-links {
    float: none;
    padding: 0px;
    text-align: center;
    margin-bottom: 0px;
    font: normal 12px Helvetica;
    color: #278fa7;
}
.bot-links-bg span a:link, .bot-links-bg span a:hover, .bot-links-bg span a:visited, .bot-links-bg span a:active {
    font: normal 12px Helvetica;
    color: #278fa7;
    text-decoration: none;
    padding: 0px 1px 0px 1px;
}

.bot-links-bg span a:hover {
    text-decoration: underline;
}
.bottom-copyright {
    color: #313131;
    font: 11px Arial, Helvetica, sans-serif;
}
.bottom-copyright a, .bottom-copyright a:visited, .bottom-copyright a:hover, .bottom-copyright a:active {
    font-size: 11px;
}
.bottom-search, .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, .extra-link:visited, .extra-link:hover, .extra-link:active {
    color: #ff5400;
    text-transform: lowercase;
    font: normal 11px Tahoma;
}
/* /recently viewed */

/* product LIST view styles */
.discount-label {
    background: url('images/discount_label_left.png') no-repeat left top;
    padding: 0px 0px 0px 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 13px Arial, Helvetica, sans-serif;
    min-width: 28px;
    text-align: center;
    height: 16px;
}
.discount-label em strong {
    font-weight: normal;
}
.product-variant-image-selected {
    border: 2px solid #3DA5EE;
}
.product-variant-image-unselected {
    border: 2px solid #CCCCCC;
}
.product-config-header {
    font-size: 13px;
    text-align: center;
    padding-top: 20px;
    clear: both;
}
/* /product LIST view styles */

/* pagination styles */
.pagination {
    background-color: #edf8fe;
}
.pagination a, .pagination a:visited, .pagination a:hover, .pagination a:active, .pagination-selected-page {
    border: 1px solid #edf8fe;
}
.pagination a:hover, .pagination-selected-page {
    border: 1px solid #014ead;
    background-color: #ffffff;
}
.pagination-selected-page {
    font-weight: bold;
}
/* /pagination styles */

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

.info-field, .info-field label {
    color: #fff;
}

/* product details styles */
.product-details-options {
    background-color: #ffffbf;
}
/* /product details styles */

/* List with circle bullets */
.cm-tabs-content ul li, .wysiwyg-content ul li, .category-description ul li, .bullets-list li {
    background: url('images/icons/dot_dark.gif') no-repeat 1px 7px;
    padding: 1px 0px 6px 11px;
}
.bullets-list li {
    background: url('images/icons/bullet.gif') no-repeat 1px 7px;
}
/* /List with circle bullets */

/* List with 2 arrows as bullet */
.arrows-list li {
    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;
}
/* /List with 2 arrows as bullet */

/* Tree list */
.tree-list .cm-expanded {
    background: url('images/icons/links_expanded.html') no-repeat scroll right 5px;
}

.tree-list .cm-collapsed {
    background: url('images/icons/links_collapsed.html') no-repeat scroll right 5px;
}
/* /Tree list */

/* Arrow list */
.arrow-list li {
    padding-left: 10px;
    background: url('images/icons/list_arrow.html') no-repeat 1px 6px;
}
.sidebox-body .arrow-list {
    margin: 0 0 5px 0;
}
.inside-list li {
    list-style: none none;
    background-image: none;
    padding: 2px 0px 3px 0px;
    line-height: 12px;
}
/* /Arrow list*/

/* Action bullets */
.action-bullets {
    margin-bottom: 10px;
}
.action-bullets li {
    display: inline;
    background: url('images/icons/dot_dark.gif') no-repeat 2px 6px;
    padding: 0px 10px 0px 13px;
}
/* /Action bullets*/

/* No bullets */
ul.no-markers li, .wysiwyg-content ul.no-markers li {
    background-image: none;
    list-style-type: none;
    padding-left: 0px;
}
/* /No bullets */

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

/* One page checkout styles */
.step-container, .step-container-active {
    background-color: transparent;
    border: 1px solid #32343F;
}
.step-container-active {
    background-color: transparent;
    border: 1px solid #32343F;
}
.checkout-steps {
    background-color: transparent;
}
.step-title-active {
    background: transparent;
    border-bottom: 1px solid #32343F;
}
.step-title span.float-left, .step-title-active span.float-left {
    color: #bfbfbf;
}
.step-title-active span.float-left {
    color: #ff7800;
}
.step-body .shipping-rates label {
    font: italic bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #8ca1a1;
}
.step-title a.title, .step-title a.title:hover, .step-title-active a.title, .step-title-active a.title:hover {
    font: bold 17px Helvetica;
    color: #bfbfbf;
    background: url('images/icons/step_arrow.gif') no-repeat 3px 7px;
}
.step-title-active a.title, .step-title-active a.title:hover {
    color: #fff;
    background: url('images/icons/step_arrow_active.gif') no-repeat 0px 7px;
}
.step-complete-wrapper, .step-complete-wrapper strong {
    color: #bfbfbf;
    font: italic 12px Helvetica, sans-serif;
}
.step-complete-wrapper strong {
    font-weight: bold;
}
.step-complete-wrapper span {
    font-style: normal;
}
p.step-complete-wrapper {
    padding-top: 11px;
}
.step-complete-text {
    color: #858585;
}
.step-complete-wrapper .form-field label {
    color: #8ca1a1;
    font: bold 11px Tahoma;
    padding-top: 2px;
    padding-right: 3px;
}
#list_payment_methods {
    margin-left: -8px;
}
#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 .select-profile label {
    display: none;
}
.step-body-active .select-profile {
    padding-left: 0px;
}
.step-complete-wrapper ul.bullets-list li {
    background-image: url('images/icons/step_bullet.gif');
}
/* /One page checkout styles */

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

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

/* Previewer styles */
#previewer_overlay {
    background-color: #000;
    -moz-opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10)";
    opacity: 0.1;
}
#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;
}
#thumbs_frame img {
    border: 1px solid #c1d4eb;
    cursor: pointer;
}
#thumbs_frame img.cm-current-thumb {
    border: 1px solid #0551ae;
}
#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 {
    border: 0px solid #c1d4eb;
}
a.cm-cur-item {
    border: 1px solid #0551ae;
}
/* /Previewer styles */

/* Calendar box */
.calendar-but {
    cursor: pointer;
}
.calendar-box {
    border-top: 1px solid #cecece;
    border-right: 1px solid #797979;
    border-bottom: 1px solid #797979;
    border-left: 1px solid #cecece;
    -moz-user-select: none;
}
.calendar-navig a.cm-previous-month {
    background: url('images/icons/calendar_previous.gif') no-repeat 2px 4px;
    text-decoration: none;
}
.calendar-navig a.cm-next-month {
    background: url('images/icons/calendar_next.gif') no-repeat 2px 4px;
    text-decoration: none;
}
.calendar-box div.float-left {
    background-color: #f4f7f8;
}
.calendar {
    background-color: #ffffff;
}
.calendar th {
    background-color: #edeedb;
    font-weight: normal;
}
.calendar th.weekend {
    color: #f15513;
}
.search-advanced .calendar td, .calendar td {
    cursor: pointer;
    border: 1px solid #ffffff;
    color: #0033cc;
}
.calendar td a.strong {
    text-decoration: none;
}
.calendar td a.strong:hover {
    text-decoration: underline;
}
.calendar td a:hover {
    background-color: #f0f0f0;
}
.calendar td.weekend a, .calendar td.weekend a:hover {
    color: #000000;
}
.calendar td.selected a, .calendar td.selected a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #ff4317;
    font-weight: bold;
}
.calendar td.previous-month-days a, .calendar td.previous-month-days a:hover, .calendar td.next-month-days a, .calendar td.next-month-days a:hover {
    color: #bfbfbf;
    text-decoration: none;
}
/* /Calendar box */

/* 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 0px 3px;
    text-transform: lowercase;
}
/* /block "Product filters" */

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

/* Select languages */
.select-wrap {
    float: left;
/*
    font-size: 12px;
*/
    font-size:14px;
    font-weight:bold;
    margin-top: 6px;
/*
    color: #fff;
*/
    color: #fb6509;
    padding-left: 3px;
    white-space: nowrap;
}
.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;
    color: #fff;
}
.cm-select-list a.active {
    font: bold 12px Arial;
}
.select-popup {
    border: 1px solid #cecece;
}
ul.cm-select-list li a:hover, #top_quick_links .cm-select-list a:hover {
    background-color: #fc721d;
    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: none;
    padding: 0px 9px 0px 12px;
}
/* /Select languages */

/* checkout totals */
.promotion-coupon {
    background: transparent;
    border: 1px solid #32343f;
    color: #fff;
}
.promotion-coupon strong {
    color: #fff;
}
.promotion-coupon .input-text {
    border: 1px solid #d0d0d0;
}
/* /checkout totals */

/* Statistic list */
ul.statistic-list {
    background-color: transparent;
}
ul.statistic-list li.subtotal span, ul.statistic-list li.subtotal strong {
    font: bold 14px Helvetica;
    color: #ffffff;
}
ul.statistic-list li.total {
    background-color: transparent;
    font: bold 18px Arial;
    margin-top: 7px;
    color: #fff;
    padding: 9px 0px 0px 0px;
}
/* /Statistic list */

/* plain/dynamic menu */
.subcategories-link, .subcategories-link:visited, .subcategories-link:hover, .subcategories-link:active {
    color: #2d2d2d;
}
.subcategories-link-active, .subcategories-link-active:visited, .subcategories-link-active:hover, .subcategories-link-active:active {
    color: #2d2d2d;
    font-weight: bold;
}
.sitemap-list {
    padding-top: 10px;
}
ul.sitemap-list li {
    padding-left: 10px;
    background: #ffffff url(images/icons/left_menu_arrow.gif) no-repeat 0px 6px;
}
/* /plain/dynamic menu */

/* File uploader */
.fileuploader {
    border: 1px solid #d9d9d9;
    background-color: #f5f5f5;
}
.attach-images-alt label {
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    color: #555555;
}
/* /File uploader */

/* Cart items */
#cart_items .sku {
    font: 10px Tahoma;
    color: #858585;
}
.quantity, .quantity label, .quantity .input-text, .quantity .sub-price, .quantity .price {
    font: bold 12px Helvetica;
}
.quantity label {
    color: #fff;
}
a.cm-combo-on{
z-index:5000;
}
a.cm-combo-off{
z-index:-5000;
}

.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');
}
/* /Cart items */

/* classic checkout */
/** progress bar styles **/
.pb-container em {
    background: #d1d1d1 url('images/pb_step.gif') no-repeat 0px 0px;
    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;
    font: bold 12px Helvetica, sans-serif;
    padding-top: 0px;
}
#sign_io a {
    color: #fff;
    font: bold 12px Helvetica, sans-serif;
}
.login-popup {
    background: #1A1D29;
    border: 1px solid #32343F;
}
.login-popup .error-text {
    color: #bfbfbf;
}
.login-popup .form-field label, .login .form-field label {
    color: #bfbfbf;
}
.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');
}
/* /Log in/out styles */

/* breadcrumbs */
.breadcrumbs, .breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
    color: #a5a5a5;
    font-size: 11px;
}
/* /breadcrumbs */

.manage-post {
    background-color: #f2fafc;
}
.posts em {
    font-size: 11px;
}

/* checkout login */
.login-table td.login {
    background: url('images/sidebox_vert_delim.gif') repeat-y right;
}
.order-info, .order-info strong {
    color: #fff;
}
.order-status {
    background: #eff8fc url('images/icons/ajax_loader.gif') no-repeat 5px center;
    border: 1px solid #c1d1d5;
}
body.clear-body {
    background-color: #ffffff;
    background-image: none;
    padding: 13px 12px;
    min-width: 0;
}
/* /checkout login */

/* Page 404 */
.exception-body h1 {
    background-color: #dbdee2;
    color: #ffffff;
    font: bold 32px Arial, Helvetica, sans-serif;
    padding: 6px 16px 2px 16px;
    margin: 0px;
}
.exception-body h2 {
    color: #373737;
    font: bold 42px Arial, Helvetica, sans-serif;
    padding: 32px 0px 2px 0px;
    margin: 0px;
}
.exception-body h3 {
    margin: 0px 0px 28px 0px;
    font: bold 17px Arial, Helvetica, sans-serif;
    padding: 0px;
}
.exception-menu li {
    background: url('images/icons/list_arrow.html') no-repeat 0px 5px;
    padding: 0px 0px 14px 10px;
    color: #898989;
    font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    height: 1%;
}
.exception-menu li a, .exception-menu li a:visited, .exception-menu li a:hover, .exception-menu li a:active {
    font: normal 14px Arial, Helvetica, sans-serif;
}
.exception-content p {
    font-size: 14px;
}
.exception-logo {
    margin-left: -12px;
}
/* /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 **/
.subscr_email {
    width: auto;
    clear: none;
    position:absolute;
    z-index:10;
}
.error-message .message {
    background-color: #f5f5ea;
}
.message p {
    color: #2a2a2a;
}
.error-message .arrow {
    border: 5px solid transparent;
    border-bottom-color: #f5f5ea;
    border-top-width: 0px;
}
.form-field label {
    font: normal 12px helvetica, sans-serif;
    color: #fff;
}
.form-field.revert label {
    color:#fff;
}
.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 11px Helvetica;
}
.search-field textarea {
    border: 1px solid #83bdcb;
}
/* /form styles */

/* mandatory fields */
.mandatory-fields {
    font-size: 11px;
    text-decoration: underline;
}
/* /mandatory fields */

.border-bottom {
    border-bottom: 1px solid #d5d5d5;
}
#content_discussion p.stars {
    padding: 3px 0 15px 0;
    text-align: right;
    margin: 0px;
}
.post-author {
    text-align: right;
    padding: 3px 0 0 0;
    font-size: 11px;
}
.left-column .post-author, .right-column .post-author {
    padding: 3px 0 15px 0;
}
.post-message {
    padding: 0;
    font-style: italic;
}
.tags-group {
    font: italic normal 13px Arial, Helvetica, sans-serif;
}
.tags-list-container {
    padding: 0 0 10px 7px;
}
.cm-hint {
    color: #A5A5A5 !important;
}
.home-title {
    /* color: #ffffff; */
    color: #fb6509;
    font: normal 14px Helvetica, sans-serif;
    margin-bottom: 10px;
}
ul.home-li li {
    color: #ffffff;
    font: normal 11px Helvetica, sans-serif;
    list-style-type: none;
    background: url('images/home_li_arrow.gif') no-repeat left 7px;
    padding-left: 10px;
}
.localizations-div {
    padding: 3px 0px;
    clear: both;
    height: 24px;
}
.white-link:link, .white-link:visited, .white-link:hover, .white-link:active {
    color: #fff;
    text-decoration: none;
} 
.white-link:hover {
    text-decoration: underline;
}
.orange-text {
    font: bold 12px Helvetica, sans-serif;
    color: #fb6509;
}



/********************  ARIMAZ MODIFICATIONS ********************/


.h1_mdf{

font-size: 17px; 
color:#FB6509;

}
.features_table_img{
/*
padding-top:20px;
*/
padding-right:20px;
width:280px;
height:200px
 }
.features_table_a{
    color:red;
    }
/* 
.features_table_a { background:transparent url(images/start_quote_small.gif) no-repeat scroll -1px 0; color:#333333; line-height:14px; margin:14px 0; padding:0 0 0 9px; } 
.features_table_a span { background:transparent url(images/end_quote_small.gif) no-repeat scroll right bottom; padding:0 11px 0 0; } 
*/
a.features_table_a, a.features_table_a:visited, a.features_table_a:hover, a.features_table_a:active {
    color: #fff;
/*   font-weight:bold; 
*/
    text-decoration: underline;

}
 a.features_table_a:hover {

    text-decoration: none;
    color: #FB6509;
    
}

ul.home-li li {

font-size: 13px;
}


.p_notations {
padding-top:15px;
width:100%;
text-align:center;
color:#FB6509;
font-size: 13px;
}

#sub_features_table {
padding-top:3px;
}
#sub_features_table tr {
 height:210px;
}




/************jquery dialogbox***************/

/*

Darko Bunic
http://www.redips.net/
Aug, 2009.

*/


/* styles needed for dialog box */

/* dialog box */
#dialog{
    display: none;
    z-index: 999;
    position: absolute;
    background-color: #1a1d29;
    padding: 10px;
/*
    border-width: 4px 15px;
*/
    border-color: #fb6509;
    border-style: solid;
    text-align: center;
    overflow: hidden;
    color:#eee;

}

        /* dialog buttons */
        #dialog input{
            color: white;
            background-color: #2a0693;
            border: 1px #ccc solid;
            width: 65px;
            height: 20px;
            margin: 18px 5px 0px 0px;
            font-size: 10px;
        }

        /* top margin on buttons in dialog and text beneath image */
        #dialog p{
            margin: 10px 0px 0px 0px;
            text-align: center;
        }

/* shaded div */
#shade{
    z-index: 998;
    display: none;
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
}



/* other styles */


/* ordered list demo */
#ol_demo li{
    margin-bottom: 10px;
}

body{
    font-family: arial;
}

/************ products ***********/

p.prodinfo { 
font-weight:bold; 
}
	
