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

/* Layout ================================================================================= */
html { overflow-x: hidden; }
body { }
.wrapper { }
.page { width:1000px; margin:0 auto; padding:0; text-align:left; background: #ffffff;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { text-align:left; background: #ddd; }
.main { margin:10px 10px; }

.page-left-shadow,
.page-right-shadow { position: absolute; top: 0; background: url(../images/shadow/bg.jpg) top right repeat-x; background-position: 0 !important; }
.page-left-shadow { margin-left: -1500px; left: 50%; }
.page-right-shadow { margin-right: -1500px; right: 50%; }
.page-left-shadow .top-shadow { background: #e9e9e9 url(../images/shadow/bg_top_left.jpg) top right repeat-y; height: 0px; }
.page-left-shadow .middle-shadow { background: url(../images/shadow/bg_middle_left.jpg) top right repeat-y; height: 748px; }
.page-left-shadow .bottom-shadow { background: #bdbdbd url(../images/shadow/bg_bottom_left.jpg) top right repeat-y; height: 0px; }
.page-right-shadow .top-shadow { background: #e9e9e9 url(../images/shadow/bg_top_right.jpg) top left repeat-y; height: 0px; }
.page-right-shadow .middle-shadow { background: url(../images/shadow/bg_middle_right.jpg) top left repeat-y; height: 748px; }
.page-right-shadow .bottom-shadow { background: #bdbdbd url(../images/shadow/bg_bottom_right.jpg) top left repeat-y; height: 0px; }

/* Base Columns */ 
.col-left { float: left; width:201px; padding:0; }
.col-main { float: left; width:770px; padding:0; }
.col-right { float: right; width:230px; border:1px solid #BFBCBC; padding:5px 5px 0; }

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

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

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


/* Header ================================================================================ */
.logo { float:left; width:240px; height:35px; overflow:hidden; }
.header-container {}
.header { padding:0 10px 0 30px; border:0px solid #ddd; text-align: right; height: 100px; }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-align: left; text-indent:-999em; margin-top: 35px; }
.header .logo a { display:block; width:200px; height:35px; }
.header .welcome-msg { font-weight:bold; text-align:right; height: 14px; }
.header .links { }
.header form { display:block; background: url(../images/topsearch_rounded.gif) 0 0 no-repeat; height: 36px; padding-left: 11px; width: 293px; }
.header form .form-search { background: #e9e9e9; height: 34px; padding: 2px 15px 0 15px; }
.header form .form-search #search { width: 166px; border: 1px solid #c0bcbd; margin-right: 5px; }
.header form .form-search .rbutton { position: relative; top: 3px; }
.header form .form-search .rbutton,
.header form .form-search .rbutton span { background-image:url(../images/btn_gray_bg2.jpg); }
.form-search { text-align:center; }
.form-search .search-autocomplete { z-index:999; }
.form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; display:block; }
.form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; display: block; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; float: right; margin-top: 8px; }
.header .form-language ul { margin-top: 0; margin-right: 20px; }
.header .form-language ul li { border: 0; margin: 0; padding: 0 6px 0 10px; display: inline; height: 22px; float: left; background: url(../images/footer_menu_separator.gif) 0% 50% no-repeat;}
.header .form-language ul li.first { background: none; }
.header .form-language ul li.current { }
.header .form-language ul li a span,
.header .form-language ul li.current a:hover span { font-weight: bold; color: #9d9d9d; }
.header .form-language ul li a:hover span { text-decoration: underline; }
.header .form-language ul li.current a span { color: #000; text-decoration: underline; }
.header ul#select-language {display: block; top: 0px;}
.header ul { display: inline; position: relative; top: 18px;}
.header ul li { display: inline; padding-right: 10px; margin-left: 5px; border-right: 1px solid #c1c1c1;}
.header ul li.last { border-right: 0px; }
.header ul li a { text-decoration: none; color: #5E5E5E; }

*:first-child+html .header ul li
{
  padding-right: 8px; margin-left: 8px;
}
* html .header ul li
{
  padding-right: 8px; margin-left: 8px;
}

/********** < Navigation */
#nav { font-size:12px; border:1px solid #ddd; padding:0; margin:10px 0; background: url(../images/menu_bg.jpg) top left repeat; }

/* All Levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999;}
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav li.over ul a span { color: #000 !important; }
#nav ul li.parent li a span {background: none;}
#nav li.nav-new-products,
#nav li.nav-hot,
#nav li.nav-pirma { display: none; }
#nav li.nav-12,
#nav li.nav-13,
#nav li.nav-16,
#nav li.nav-14 { display: none; }

/* 0 Level */
#nav li.level0 {padding: 8px 0}
#nav li.level0:hover, #nav li.level0.over { background: url(../images/menu_bg_over.jpg) top left repeat-x;}
#nav li.level0:hover a span, #nav li.over a span { color: #fff; }
#nav li { float:left; }
#nav li.active a { color:#2a2824; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#898885; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#2a2824; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ddd;}
#nav ul li.over {}
#nav ul li.last { background:#656461; padding-bottom:0; }
#nav ul li.parent a span {background: transparent url(../images/menu_arrow.jpg) 162px center no-repeat;}
#nav ul li.parent:hover a span {background: transparent url(../images/menu_arrow_hover.jpg) 162px center no-repeat;}
#nav ul li.parent:hover li a span {background: none;}

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

/* 2nd level */
#nav ul { position:absolute; width:15em; left:-10000px; top: -10000px; border:1px solid #ddd; padding: 2px 0 2px 4px; background: #fff;}
#nav ul li.parent > a span { background: transparent url(../images/menu_arrow.jpg) 162px center no-repeat !important; }

/* 3rd+ Level */
#nav ul ul { top:8px; }

/* Show Menu */
#nav li.over > ul { left:0; top: 42px; }
#nav li.over > ul li.over > ul { left:154px; top: 8px; }
#nav li.over ul ul { left:-10000px; top: -10000px; }

#nav ul li a { background: #f5f3f3 url(../images/bg_menu.gif) repeat-y; color:#898885; }
#nav ul li a:hover { background:#e4e4e4 url(../images/bg_menu.gif) repeat-y;}
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }
/********** Navigation > */
/* ======================================================================================= */


/* Global Styles ========================================================================= */
sup { font-size: 0.8em; }
a:hover { color: #000; }
a.product-image { display: block; margin: 1px; text-align: center; }
a.product-image:hover { border: 1px solid #888; margin:0; }
span.hide { display: none; }
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
.small { color: #969696; font-family: Tahoma; font-size: 11px; line-height: 1.2; }
/*button::-moz-focus-inner { padding:0; border:0; }*/
button.button { overflow:visible; width:auto; background:#fff; border:1px solid #717171; cursor:pointer; /*-webkit-border-fit:lines;*/ }
button.button span { display:block; margin:0; padding:0 8px 1px; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#000; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}
.highlight {}*/

a.redlink { color: #DA2828; font-weight: normal; white-space: nowrap; }
.col-main a:hover { color: #000 !important; }

span.page-separator { font-weight: bold; position: relative; top: 2px; }

.cms-index-index .padder { display: none; }
.cms-page-view .col-main { }
.cmscontent { font-family: Verdana; font-size: 12px; color: #636363; }
.cmscontent a { color: #868686; }
.cmscontent p,
.cmscontent h3,
.cmscontent h4 { margin-bottom: 14px; }
.cmscontent h1 { font-family: Tahoma; font-size: 18px; font-weight: bold; text-transform:uppercase; line-height: 1; padding-bottom: 8px; color: #000; margin-bottom: 15px; }
.cmscontent h2 { font-family: 'Times New Roman'; font-size: 20px; color: #000; }
.cmscontent h3 { font-family: Tahoma; font-size: 12px; font-weight: bold; color: #000; }
.cmscontent h4,
.cmscontent h5,
.cmscontent h6 { font-family: Tahoma; font-size: 12px; font-weight: bold; font-style: italic; color: #000; }
.cmscontent h1.underline,
.cmscontent h2.underline,
.cmscontent h3.underline,
.cmscontent h4.underline,
.cmscontent h5.underline,
.cmscontent h6.underline { border-bottom: 1px solid #BFBCBC; }
.cmscontent hr { height: 1px; color: #BFBCBC; margin-bottom: 8px; border-width: 1px 0 0 0; border-top: 1px solid #BFBCBC; }
.cmscontent a { font-family: 'Microsoft Sans Serif'; font-size: 14px; color: #d70f0a; }
.cmscontent .limited { width: 740px; }

.cmscontent dt { font-family: 'Times New Roman'; font-size: 20px; color: #000; }
.cmscontent dd { font-family: Verdana; font-size: 12px; color: #636363; margin-bottom: 15px; }

.cmscontent ul { margin-left: 2px; }
.cmscontent ul.margin { margin-left: 15px; }
.cmscontent ul li { background: url(../images/cms/list_element_text.gif) 0 8px no-repeat; padding-left: 12px; display: block; }
.cmscontent ul li ul li,
.cmscontent ul.plus li { background: url(../images/cms/list_element_text_l2.gif) 0 8px no-repeat !important; }
.cmscontent ul li ul li ul li,
.cmscontent ul.arrow li { background: url(../images/cms/list_element_text_l3.gif) 0 8px no-repeat !important; }
.cmscontent ul.clear li { background: none; }
.cmscontent ul.pagelinks { margin-bottom: 12px; }
.cmscontent ul.pagelinks li { background: url(../images/cms/list_element_links.gif) 0 8px no-repeat; padding-left: 12px; margin-bottom: 3px; }
.cmscontent ul.pagelinks li a,
.cmscontent ul.pagelinks li a:visited { color: #da2828; font-family: Tahoma; font-size: 12px; text-decoration: none; }
.cmscontent ul.pagelinks li a:hover { text-decoration: underline; }
.cmscontent ul.messages li.success-msg { background-color: #EFF5EA; background-image: url(../images/success_msg_icon.gif); }
.cmscontent ul.messages li.success-msg li { background: none !important; }

.cmscontent ul.maps { margin-top: 20px; }
.cmscontent ul.maps li { background: none; padding: 0; float: left; margin: 0 10px 0 0; }
.cmscontent ul.maps li a { display: block; border: 1px solid #888; }


.block-cms-menu .block-content { padding: 5px 5px 0 5px; }
.block-cms-menu ol li { margin-bottom: 5px; background: transparent url(../images/bread_div.gif) no-repeat scroll 0px 6px; padding-left: 10px; }
.block-cms-menu ol li:hover { background-position: 3px 6px; }
.block-cms-menu ol li a { color: #000; text-decoration: none; }
.block-cms-menu ol li a:hover { text-decoration: underline; }

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list .input-box { float:left; width:260px; }
.form-list .input-text,
.form-list textarea { width:250px; border: 1px solid #a2a2a2; margin-top: 3px; margin-bottom: 16px; }
.form-list input.validation-failed,
.form-list textarea.validation-failed { margin-bottom: 0px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; margin-right: 20px;}
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.messages a { color: #DA2828; }
.messages a:hover { color: #000; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { padding:0 10px 10px 10px; margin:0; }
.breadcrumbs ul { display: inline; }
.breadcrumbs li { display:inline; padding-left: 11px; margin-right: 5px; background: url(../images/bread_div.gif) left center no-repeat;}
.breadcrumbs li.home { padding: 0; margin: 0 5px 0 0; background: none;}
.breadcrumbs li a { color: #000000; text-decoration: none; }
.breadcrumbs li a:hover { text-decoration: underline; }
.breadcrumbs li.home a { color: #da2828; font-weight: bold;}

/* Mini Search */
#search_mini_form { float: right; clear: none; }

/* Left menu */

/* Page Heading */
.page-title { padding: 0 0 5px; margin: 0 0 10px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.toolbar { border-bottom:1px solid #BFBCBC; border-top:1px solid #BFBCBC; padding:5px; margin:0; text-align:center;height: 21px;  }
.toolbar .amount { float:right; }
.toolbar .limiter { float:left; }
.toolbar .pager { float:right; }
.toolbar .pages { padding-top: 2px;}
.toolbar .pages ol { display:inline; }
.toolbar .pages li { display:inline; margin: 0 2px; }
.toolbar .pages li a, .pager .pages li span { font-weight: bold; }
.toolbar .pages li a { color: #be2128; }
.toolbar .pages li span { color: #000; }
.toolbar .pages li.total { margin-right: 50px; }
.toolbar .pages .current {}
.toolbar .sort-by { float:left; margin-left: 10px; }

/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#fff; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#fff; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#fff; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#fff; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#fff; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#fff; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
/* ======================================================================================= */

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; } 


/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title-up { width: 201px; height: 32px; margin: 0; }
.block .block-title-down { background: #ececec url(../images/block_title_bg_down.gif) top left no-repeat; width: 201px; height: 9px; margin: 0; }
.block .block-title { padding:7px 0 0 0; background: #fff url(../images/block_title_bg_up.gif) top left no-repeat; }
.block .block-title h2 { border-left: 1px solid #bfbcbc; border-right: 1px solid #bfbcbc; color: #989898; font-size:15px; font-weight:normal; line-height:1.0; font-family: Tahoma; padding:0 10px 7px 10px; }
.block h3 { font-size:14px; line-height:1.5; }
.block-content { padding:10px; border: 1px solid #bfbcbc; }
.block .actions { text-align:right; margin: 7px 5px 0 5px; padding-top: 3px; border-top: 1px solid #dfdfdf; }
.block .actions a { float:right; color: #868686; }
.block .actions a:hover { color: #000000; }

/* Block: Account */
.block-account { }
.block-account .block-content { padding: 5px; }
.block-account ul li a {padding: 0 0 2px 0; margin: 0; color: #000; text-decoration: none; }
.block-account ul li {color: #5b5b5b; padding-right: 5px; padding-left: 10px; display: block;}
.block-account ul li { background: url(../images/bread_div.gif) 0px 8px no-repeat; margin-bottom: 2px;}
.block-account ul li:hover { background-position: 3px 8px; }
.block-account ul li a:hover { text-decoration: underline; }
.block-account ul li.current span { font-weight: bold; color: #000; }


/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav .block-content { padding: 0 0 5px 0; border-top: 0; }
.block-layered-nav .block-content h3 { }
.block-layered-nav .block-content h3 { background: url(../images/filter_shead_bg.gif) left top no-repeat; font-weight: normal; font-family: Tahoma; font-size: 11px; height: 18px; padding: 2px 5px 0 5px; border-bottom: 1px solid #BFBCBC; border-top: 1px solid #BFBCBC; margin-bottom: 10px; }
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav dl.simple { border-top: 1px solid #bfbcbc; padding: 5px 0 0 5px;}
.block-layered-nav dl.simple ol li a {padding: 0 0 2px 0; margin: 0; color: #000;}
.block-layered-nav dl.simple ol li {color: #5b5b5b; padding-right: 5px; padding-left: 10px; display: block;}
.block-layered-nav dl.simple ol li { background: url(../images/bread_div.gif) 0px 8px no-repeat; margin-bottom: 2px;}
.block-layered-nav dl.simple ol li:hover { background-position: 3px 8px; }
.block-layered-nav dl.simple ol li a:hover { text-decoration: underline; }
.block-layered-nav dl.layered dt { background: url(../images/filter_bg.gif) left 6px no-repeat; padding-left: 12px; margin: 10px 0 0 5px; font-family: Tahoma; }
.block-layered-nav dl.layered dd { padding-left: 18px; padding-right: 5px; }
.block-layered-nav dl.layered dd * { color: #5b5b5b; }
.block-layered-nav dl.layered dd a, .block-layered-nav dl.layered dd a .price { color: #000; }
.block-layered-nav dl.layered dd a:hover, .block-layered-nav dl.layered dd a:hover .price { text-decoration: underline; }
.block-layered-nav ol li a { color: #000; text-decoration: none; font-family: Tahoma; font-size: 13px; }
.block-layered-nav ol.currently { margin: 0 5px 0 5px; }
.block-layered-nav ol.currently li { background: url(../images/filter_list_bg.gif) left 4px no-repeat; padding-left: 18px; }
.block-layered-nav ol.currently li .label { font-weight: bold; }
.block-layered-nav ol.currently li a { background: url(../images/list_remove_btn.gif) right top no-repeat; height: 11px; width: 11px; display: block; float: right; margin-top: 3px;}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

.wishlist textarea { padding: 6px; }
.wishlist .price-label { display: none; }
.wishlist .price-box { line-height: 1.1; }
.wishlist .regular-price .price,
.wishlist .special-price .price { font-family: Tahoma; font-size: 26px; font-weight: normal; color: #BE2226; float: right; margin-right: 5px; }
.wishlist .old-price .price { font-family: Tahoma; font-size: 16px; color: #B2B0B1; float: right; margin-right: 5px;  }
.wishlist .rbutton { margin: 0 0 0 5px; }
.wishlist td .rbutton { margin: 5px 5px 0; }
.wishlist .remove-link { display: block; }
.wishlist .buttons-set2 { margin-top: 42px; margin-bottom: 5px; border-top: 1px solid #ddd !important; padding: 18px 0 0 0; }
.wishlist .buttons-set2 .rbutton { margin-left: 6px; margin-right: 0 !important; position: relative; left: 4px; }
.wishlist .buttons-set2 .redlink { float: left; }
.wishlist #wishlist-table { margin-bottom: 20px; }
.wishlist #wishlist-table td { vertical-align: middle; }
.wishlist #wishlist-table td.vtop { vertical-align: top; }
.wishlist td.last { padding:0; }
.wishlist td a.product-image { margin: 2px 1px; }
.wishlist td a.product-image:hover { position: relative; top: -1px; }
.wishlist h3 { margin-bottom: 10px; }

/* Block: Related */
.block-related {}
.block-related .block-content { padding: 0; }
.block-related li { border-bottom: 1px solid #dfddde; padding:5px 3px; }
.block-related li.even { background: transparent; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related li.last { border-bottom: 0 none; }
.block-related .item { margin-left:0px; padding-top:8px; padding-bottom:8px; }
.block-related .item  .item { border:1px solid #ffffff; cursor:pointer; padding-left:3px; padding-right:2px; }
.block-related .item  .hover { border:1px solid #888888; cursor:pointer; }
.block-related .item .product-image { float:left; margin-right:-65px; border:0; margin:0; }
.block-related .item .product-details { margin-left:85px; }
.block-related .item .product-name { font-family: Tahoma; font-size: 11px; color: #000000; font-weight:normal; padding-top:0; margin-top:0; line-height:1.2; }
.block-related .item .product-name .definition { font-size:10px; color:#757575; }
.block-related .item .price-label { display:none; }
.block-related .item .special-price,
.block-related .item .price { font-family: Tahoma; color: #be2225; font-size:16px; padding:0px; }
.block-related .item .clearer { display:none; }
.block-related .item .price-box { margin-bottom:0; }
.block-related .item .old-price .price { font-size:11px; color:#999999; }
.block-related .item .product-link { color:#da2828; font-size: 11px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:3px 0; }
.block-compare li a { text-decoration: none; color: #000; display: block; }
.block-compare li a:hover { text-decoration: underline; }
.block-compare li a.remove { width: 11px; float: left; }
.block-compare li a.remove img { position: relative; top: 3px; }
.block-compare li a.prod-link { float:right; width: 172px; }
.block-compare .block-content { padding: 10px 5px; }
.block-compare .actions { padding-top: 14px; }
.block-compare .actions a.clear { float: left; }
.block-compare .actions a.compare { float: right; color: #DA2828; }
.block-compare .actions a.compare:hover { color: #000; }

/* List: Compare Products */
#product_comparison, 
#product_comparison_diff { font-family: Tahoma; font-size: 12px; }
#product_comparison tr.odd td,
#product_comparison thead tr.first td,
#product_comparison_diff tr.odd td,
#product_comparison_diff thead tr.first td { background-color: #e7e7e7; border-width: 0 1px; }
#product_comparison thead tr.first th,
#product_comparison_diff thead tr.first th { background-color: #fff; border-width: 0 1px; }
#product_comparison tr.even td,
#product_comparison_diff tr.even td { background-color: #f3f3f3; }
#product_comparison thead td,
#product_comparison thead th,
#product_comparison_diff thead td,
#product_comparison_diff thead th { border-bottom: 0; padding-bottom: 0; }
#product_comparison th,
#product_comparison td,
#product_comparison_diff th,
#product_comparison_diff td { border-color: #c2c2c2 #e7e7e7; }
#product_comparison td.product,
#product_comparison th.label,
#product_comparison_diff td.product,
#product_comparison_diff th.label { border-top: 0; padding-top: 0; }
#product_comparison thead th,
#product_comparison_diff thead th { background: #fff; }
#product_comparison td div.product,
#product_comparison_diff td div.product { width: 230px; background-color: #fff; padding: 5px; }
#product_comparison td h3.product-name,
#product_comparison_diff td h3.product-name { float: left; margin: 0 0 0 4px; width: 210px; }
#product_comparison td a.link-remove,
#product_comparison_diff td a.link-remove { float: right; margin: 4px 4px 0 0; }
#product_comparison td .product-name a,
#product_comparison_diff td .product-name a { color: #757575; text-decoration: none; }
#product_comparison td .product-name a:hover,
#product_comparison_diff td .product-name a:hover { color: #000; text-decoration: underline; }
#product_comparison td .product-image,
#product_comparison_diff td .product-image { margin: 1px auto 15px; }
#product_comparison td .product-image:hover,
#product_comparison_diff td .product-image:hover { margin: 0 auto 14px; }
#product_comparison td .old-price,
#product_comparison_diff td .old-price { display: none; }
#product_comparison td .regular-price .price,
#product_comparison td .special-price .price,
#product_comparison_diff td .regular-price .price,
#product_comparison_diff td .special-price .price { color: #BE2226; font-family: Tahoma; font-size: 26px; font-weight: normal; }
#product_comparison td .add-to-wishlist a,
#product_comparison_diff td .add-to-wishlist a { background: transparent url(../images/bread_div.gif) no-repeat scroll 0px 6px; padding-left: 8px; color: #858585; }
#product_comparison td .add-to-wishlist a:hover,
#product_comparison_diff td .add-to-wishlist a:hover { background-position: 3px 6px; }
#product_comparison td div.price-box,
#product_comparison_diff td div.price-box { text-align: right; padding-right: 10px; }
#product_comparison td div.price-box .price-label,
#product_comparison_diff td div.price-box .price-label { margin-right: 10px; }
#product_comparison td p.availability,
#product_comparison_diff td p.availability { text-align: right; display: block;  }
#product_comparison tr.last th,
#product_comparison tr.last td,
#product_comparison_diff tr.last th,
#product_comparison_diff tr.last td { background: none; border-width: 0 0 1px 0; height: 10px; padding: 0; }
#product_comparison thead tr.first td.separator,
#product_comparison tr td.separator,
#product_comparison_diff thead tr.first td.separator,
#product_comparison_diff tr td.separator { background: #fff; }
#product_comparison tr.last td.separator,
#product_comparison_diff tr.last td.separator { background: none; }
.catalog-product-compare-index { background: transparent url(/skin/frontend/default/elkorshop_default/images/account_block_bg.gif) repeat-x scroll left bottom; }
.catalog-product-compare-index .buttons-set { text-align: right; border: 0; }
.catalog-product-compare-index .buttons-set .rbutton,
.catalog-product-compare-index .buttons-set .rbutton span { background-image: url(../images/btn_gray_bg2.jpg); }


/* Block: Viewed */
.block-recent {}
.block-recent .block-content { padding: 5px 5px 0 5px; }
.block-recent ol li { margin-bottom: 5px; background: transparent url(../images/bread_div.gif) no-repeat scroll 0px 6px; padding-left: 10px; }
.block-recent ol li:hover { background-position: 3px 6px; }
.block-recent ol li a { color: #000; text-decoration: none; }
.block-recent ol li a:hover { text-decoration: underline; }

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
ul.tags-list { margin-top: 12px; }
ul.tags-list,
.tags-list li a { font-family: Tahoma; color: #000; text-decoration: none; }
.tags-list li a { display:inline; }
.tags-list li { margin-right: 5px; }
.tags-list li a:hover { text-decoration: underline; }
.tags-list .actions { margin: 7px 0 0;}

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout ` */
.block-progress {}
.block-progress .wrapper { background: none !important; padding: 8px !important; }
.block-progress dt { font-weight:bold; border-top: 1px solid #dedede; padding: 3px 8px; }
.block-progress dt.first { border-top: 0; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#fff; font-size: 12px; }
.block-progress dt.complete { font-family: Tahoma; }
.block-progress dd.complete { margin: 0 0 10px 14px; color: #727272; font-family: 'Microsoft Sans Serif'; }
.block-progress dd.complete .redlink { font-family: Tahoma; font-size: 11px; }
.block-progress dd.complete .redlink:hover { color: #000; }
.block-progress dd.complete .price { color: #000; font-weight: bold; }
.block-progress dd.complete .shipping-desc { }
.block-progress dd.complete .shipping-desc a {  color:#DA2828 }
/* ======================================================================================= */

/* Category Left Menu */
#narrow-by-list li.open ul { margin-left: 15px; }
#narrow-by-list li.current a { font-weight: bold; }

/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products { border-left:1px solid #BFBCBC; border-right:1px solid #BFBCBC; }

/* View Type: Grid */
.products-grid { width:760px; margin: 5px; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#fff; }
.products-grid td { width:248px; padding:5px; border: 1px solid #BFBCBC; }
.products-grid td.top { border-top: 0; }
.products-grid td.btm { border-bottom: 0; }
.products-grid td.lft { border-left: 0; }
.products-grid td.rgt { border-right: 0; }
.products-grid td.empty {}
.products-grid td .product-name { margin-left: 5px; margin-bottom: 5px; height: 34px; overflow: hidden; }

.products-grid td .product-name a { text-decoration: none; color: #757575; }
.products-grid td .product-name a:hover { text-decoration: underline; }
.products-grid td .product-image { display: block; text-align: center; margin: 0px auto; height: 172px; width: 222px; }
.products-grid td .product-image:hover { height: 170px; width: 220px; position: relative; top: -1px; }
.products-grid td .price-box { text-align: right; padding-right: 7px;}
.products-grid td .add-to-links { margin-top: 4px; }
.products-grid td .add-to-links li { background: url(../images/bread_div.gif) 2px 6px no-repeat; padding-left: 10px; }
.products-grid td .add-to-links li a { color: #858585; }
.products-grid td .add-to-links li a:hover { color: #000000; }
.products-grid td .add-to-links li:hover { background-position: 5px 6px; }
.products-grid td .about { background: url(../images/product_list_about_bg.gif) left 6px no-repeat; padding-left: 8px; margin-top: 5px; }
.products-grid td .old-price { display: inline; }
.products-grid td .old-price .price { color: #b2b0b1; font-size: 16px; font-family: Tahoma; }
.products-grid td .price { color: #be2226; font-size: 26px; font-family: Tahoma; font-weight: normal; }
.products-grid td .price-label,
.products-grid td .price-to { display: none; }
.products-grid td .minimal-price .price-label,
.products-grid td .price-from .price-label {display: inline;}
.products-grid td .special-price { display: inline; }
.products-grid td .offer_flag { background: url(../images/flags/offer_lat.png) 100% 0 no-repeat; width: 78px; height: 78px; text-align: right; position:absolute;}
.products-grid td .add-to-cart { float: right; }
.products-grid td .clearer { display: none;}
.products-grid .availability { height: 20px; display: block; margin-top: 3px; }
.products-grid .availability .out-of-stock { background: url(../images/no_product.gif) 0 4px no-repeat; padding-left: 10px; font-weight: normal; }

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view { border-top: 1px solid #BFBCBC; }

.product-essential { border-bottom: 1px solid #ADADAD; }
.product-view .product-shop { padding: 10px 0 0 0; }
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:312px; border-right: 1px solid #D0D0D0; margin-top: 2px; }
.product-view .product-img-box .product-image { padding: 20px; }
.product-view .product-img-box .product-image img { width: 265px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .more-views { margin: 10px 0 0 0; }
.product-view .more-views ul { }
.product-view .more-views li { float: left; margin:0 16px 12px 0 ; }
.product-view .more-views li a {border: 1px solid #ddd; display: block; }
.product-view .more-views li a:hover { border-color: #888; }

.popup-header { height: 25px; }
.popup-footer { height: 15px; }
.product-image-popup { margin:0 auto; background: #fff; text-align:center; }
.product-image-popup .nav { text-align: center; font-family: Tahoma; }
.page-popup .nav .redlink { margin: 0 20px; }
.page-popup .nav a.redlink:hover { color: #000; }
.product-image-popup .image { margin: 10px; }
.product-image-popup .image-label { }

/* Product Shop */
.product-view .product-shop { float:right; width:444px; padding-left: 12px; border-left: 1px solid #D0D0D0; position:relative; left: -1px; }
.product-view .product-name h2 { font-family: Tahoma; font-size: 14px; font-weight: bold; color: #000; }
.product-view .availability { float: left; }
.product-view .availability .in-stock { font-family: Tahoma; font-size: 12px; }
.product-view .availability .out-of-stock { font-family: Tahoma; font-size: 12px; color: #e5282e; }
.product-view .ratings { margin-top: 6px; }
.product-view .short-description { margin-top: 10px; font-family: Tahoma; font-size: 12px; }
.product-view a.compare { display: block; float: right; color: #868686; background: transparent url(../images/bread_div.gif) no-repeat scroll 0px 7px; padding-left: 8px; }
.product-view a.compare:hover { color: #000; }
.product-view .add-to-box { margin-top: 6px; }
.product-view .add-to-links li { background: transparent url(../images/bread_div.gif) no-repeat scroll 0 6px; padding-left: 10px; margin-top: 3px; }
.product-view .add-to-links li:hover {background-position: 3px 6px;}
.product-view .add-to-links li a { color: #868686; }
.product-view .add-to-links li a:hover { color: #000; }
.product-view .price-box { text-align: right; width: 280px; float: right; border-bottom: 1px solid #EAEAEA; }
.product-view .regular-price span { color: #bf2126; font-family: Tahoma; font-size: 24px; font-weight: normal; float: right; }
.product-view .regular-price .price-label { color: #000; font-family: Tahoma; font-size: 12px; float: left; margin-top: 11px; }
.product-view .special-price {border-bottom: 1px solid #EAEAEA; }
.product-view .old-price span { color: #797979; font-family: Arial; font-size: 16px; text-decoration: none; font-weight: normal; float: right; margin-top: 6px; }
.product-view .old-price .price-label { color: #636363; font-family: Tahoma; font-size: 12px; float: left; margin-top: 9px; }
.product-view .special-price span { color: #bf2126; font-family: Tahoma; font-size: 24px; font-weight: normal; float: right; }
.product-view .special-price .price-label { color: #000; font-family: Tahoma; font-size: 12px; float: left; margin-top: 11px; }
.product-view .add-to-cart { float: right; margin-top: 10px; }
.product-view .product-pricing { margin-top: 10px; }
.product-view p.small { margin: 20px 0 15px 0; }

.product-view .grouped-items { margin-top: 10px; }
.product-view .grouped-items th { background: #fff url(../images/table_head_bg.gif) 0% 100% repeat-x; }
.product-view .grouped-items th.subproduct-name { width: 300px; }
.product-view .grouped-items td { vertical-align: middle; }
.product-view .grouped-items td .price-box { width: auto; border: 0; }
.product-view .grouped-items td .price-label { display:none; }
.product-view .grouped-items td .price { font-family: Tahoma; font-size: 12px; }
.product-view .grouped-items td .subproduct-info { text-decoration: none; color: #757575; font-weight: bold; }
.product-view .grouped-items td .subproduct-info:hover div,
.product-view .grouped-items td .subproduct-info:hover { text-decoration: underline; }
.product-view .grouped-items td .subproduct-info img { float: left; display: block; }
.product-view .grouped-items td .subproduct-info span { height: 0px; }

.product-view .product-shop dl { border: 1px solid #c0bcbd; background: #f4f4f4; padding: 10px; margin-top: 8px; margin-bottom: 2px; }
.product-view .product-shop dl dt { width: 40%; float:left;  padding: 3px 0; }
.product-view .product-shop dl dd { margin-left: 30%; padding: 3px 0; }
.product-view .product-shop dl dd select { width: 200px; }

.product-view .info-tabs ul { margin-top: 10px; height: 27px;}
.product-view .info-tabs ul li { float: left; width: 152px; height: 27px; margin-right: 2px; overflow: hidden; }
/*.product-view .info-tabs ul li:hover { height: 20px; position: relative; top: 7px; }*/
.product-view .info-tabs ul li a { text-decoration: none; display: block; background: url(../images/tab_bg.gif) 0px 0px no-repeat; height: 27px; width: 152px; text-align: center; color: #575757; font-family: Tahoma; padding-top: 4px; }
.product-view .info-tabs ul li a.active { background: url(../images/tab_active_bg.gif) 0px 0px no-repeat; }
.product-view .info-tabs ul li a:hover { text-decoration: underline; }
.product-view .product-collateral { border-top: 2px solid #bfbfbf; padding-top:10px; margin-right: 2px; }
.product-view .product-collateral .description { font-family: 'Microsoft Sans Serif'; font-size: 12px; }
.product-view .product-collateral h1,
.product-view .product-collateral h2,
.product-view .product-collateral h3 { font-family: Tahoma; font-size: 14px; margin-bottom: 10px; }
.product-view .product-collateral .description a { color: #be2126; }
.product-view .product-collateral .description a:hover { color: #000;}
.product-view .product-collateral .additional .even th,
.product-view .product-collateral .additional .even td { background: #f5f5f5; }
.product-view .product-collateral .additional th { font-size: 11px; font-weight: bold; }
.product-view .product-collateral .additional td { font-size: 12px; }
.product-view .product-collateral .additional th,
.product-view .product-collateral .additional td { font-family: Tahoma; padding-left: 10px; }
.product-view .product-collateral .additional tr.over th,
.product-view .product-collateral .additional tr.over td { background: #e9e9e9; }
.product-view .tags-list { background: #f5f5f5; padding: 10px; margin-bottom: 30px; }
.product-view .tags-list li { margin-right: 6px; line-height: 24px; }
.product-view .tags-list li a { color: #DA2828; }
.product-view .tags-list li a:hover { color: #000; }
.product-view #addTagForm { display: block; margin-top: 15px; }
.product-view #addTagForm .rbutton { margin-left: 5px; }
.product-view #addTagForm p { margin-top: 10px; border-top: 1px solid #c4c4c4; color: #656565; }


/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links { margin-top: 8px; }
.ratings .count-review-link { color: #da2828; }
.ratings .add-review-link { color: #868686; }
.ratings .add-review-link:hover, .ratings .count-review-link:hover { color: #000; }
.ratings dt {}
.ratings dd {}
.rating-box { float:left; width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; margin-right: 8px; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability { display: inline; }
.availability .in-stock { color: #3a8439; }
.availability .out-of-stock { color:#da2828; font-family: Tahoma; font-size: 11px; }

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

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

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

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

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

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#fff; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

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

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; margin:0 5px; }
.product-view .tags .form-add-tags button.button { float:left; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}
.product-view .reviews li { margin-bottom: 20px; }
.product-view .reviews li .review-title { color: #737373; font-weight: bold; float: left; margin-top: 8px; }
.product-view .reviews li .review-title .redlink { margin-right: 6px; }
.product-view .reviews li .data-table { float: right; }
.product-view .reviews li .data-table,
.product-review .data-table { width: 220px; }
.product-review .data-table { display: block; }
.product-view .reviews li .data-table td,
.product-view .reviews li .data-table th,
.product-review .data-table td,
.product-review .data-table th { border: 0; }
.product-view .reviews li .data-table td { padding: 2px 5px; }
.product-view .reviews li .data-table th { padding: 0 5px; }
.product-view .reviews li p.review-text,
.product-review p.review-text { padding-left: 5px; border-left: 2px solid #e3e3e3; }
.product-review p.review-text { margin-top: 10px; }
.product-review .product-details { margin-left: 230px; }
.product-review p.rating-links { display: none !important; }
.product-review .wrapper a.product-image { float: left; width: 220px; height: 170px; }
.product-review .wrapper .ratings { height: 25px; }
.product-review .wrapper .product-name { margin-bottom: 5px; margin-left: 5px; }
.product-review .wrapper p.label { margin-left: 5px; float: left; width: 130px; }
.product-review .wrapper .rating-box { position: relative; top: 2px; }
.product-review .wrapper .your-rating { margin-left: 230px; margin-top: 6px; padding-top: 6px; border-top: 1px solid #ececec; width: 210px; }
.product-review .wrapper .data-table td.label { font-weight: normal; width: 120px; color: #989898; font-family: 'Microsoft Sans Serif'; font-size: 14px; }

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
.product-view .add-review h3 { border-bottom: 1px solid #bdbdbd; }
.product-view .add-review h5 { display: none; }
.product-view .add-review ul.form-list { margin-top: 15px; }
.product-view .add-review ul.form-list li { margin: 0; float: left; }
.product-view .add-review ul.form-list li.nickname { }
.product-view .add-review ul.form-list li.summary { margin-left: 20px; }
.product-view .add-review ul.form-list li textarea { width: 763px; }
.product-view .add-review ul.form-list li label { font-weight: bold; }
.product-view .add-review .buttons-set { border: 0; text-align: right; padding: 0; }
.product-view .add-review .buttons-set .rbutton { margin-right: 0; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }
.cart fieldset { border: 1px dotted #000; padding: 10px; margin-bottom: 10px; }
.cart .buttons-set .redlink { float: left; }
.cart .buttons-set .redbutton { margin-right: 0; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table tbody td { vertical-align: middle; }
.cart-table tbody td .product-image { width: 75px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; display: inline; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; background: none; border: 0; font-family: Tahoma; }
.cart .totals table .tax { padding-bottom: 15px; }
.cart .totals table tfoot th,
.cart .totals table tfoot td { border-top: 1px solid #ccc; padding-top: 15px; }
.cart .totals table tfoot .price { color: #da2828; font-size: 14px; font-weight: bold; }

.cart-noitems a { color: #da2828; }
.cart-noitems a:hover { color: #000; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#fff; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border-left: 1px solid #ddd; position:relative; font-family: Tahoma; font-size: 12px; }
.opc li.section { border-bottom:0; }
.opc .step-title { padding:0 15px; border-bottom:1px solid #696969; background: url(../images/checkout/step-incomplete.jpg) 0 0 repeat-x; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { font-family: Tahoma; font-size: 12px; height: 30px; line-height: 30px; }
.opc .allow .step-title { cursor:pointer; background: url(../images/checkout/step-complete.jpg) 0 0 repeat-x; }
.opc .active {}
.opc .active .step-title { cursor:default; background: url(../images/checkout/step-active.jpg) 0 0 repeat-x !important; }
.opc .step { padding:10px 10px 7px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .active .step { border-bottom: 1px solid #696969; }
.opc #opc-review .step-title { border-bottom: 0; }
.opc #opc-review.active .step-title { border-bottom: 1px solid #696969; }
.opc #opc-review .button-set { margin-top: 10px; }
.opc .order-review {}
.opc fieldset { border: 1px dotted #000; padding: 10px; margin-top: 15px; }
.opc fieldset p { margin: 0 !important; }
.opc fieldset label { line-height: 24px; }
.opc fieldset .input-box textarea { width: 250px; height: 80px; }
.opc p.required { margin-top: 15px; margin-bottom: 10px; }
.opc p.required span.required { color: #f00; }
.opc .button-set { border-top: 1px solid #ccc; }
.opc .button-set .rbutton { margin: 14px 0 0 0; }
.opc .button-set .redlink { margin-top: 16px; }
.opc .address-select { margin-top: 10px; width: 748px; }
.opc .same-as-billing { margin-top: 10px; }

.opc .sp-methods a { color:#DA2828 }
.opc .sp-methods .input-box { width: auto; }
.opc .sp-methods dt { font-weight: bold; }
.opc .sp-methods dd { margin: 0 0 5px; line-height: normal; padding-left: 20px; }
.opc .sp-methods dd ul,
.opc .sp-methods table.custom-methods { border-top: 1px solid #d8dcdb; font-family: Tahoma; }
.opc .sp-methods dd ul li { padding-bottom: 5px; }
.opc .sp-methods dd ul li.first { border-top: 0; }
.opc .sp-methods dd ul li p { margin-left: 20px; font-size: 10px; color: #696969; margin-bottom: 4px; }
.opc .sp-methods dd ul li input,
.opc .sp-methods dd ul li label { margin-top: 6px; display: block; float: left;}
.opc .sp-methods dd ul li input { position: relative; top: 1px; margin-right: 7px; }
.opc #checkout-payment-method-load dd label { float: none; font-weight: bold; }
.opc .data-table { font-family: Tahoma; margin-top: 10px; }
.opc .data-table tfoot th,
.opc .data-table tfoot td { background: #fff; border-width: 0 0 1px; border-bottom-color: #efefef; }
.opc .data-table td { vertical-align: middle; font-weight: bold; }
.opc .data-table tbody .price { font-weight: bold; }
.opc .data-table .product-name { font-weight: bold; line-height: 85px; }
.opc .data-table .product-image { margin: 5px 15px 5px 5px; }
.opc .data-table td.product-subtotal .cart-price { text-align: center; color: #bd2128; }
.opc .data-table th.tax { font-weight: normal; }
.opc .data-table td.tax .price { font-weight: bold; }
.opc .data-table tfoot tr.last td .price { font-weight: bold; color: #bd2128; font-size: 14px; }
.opc .data-table tfoot tr.last th strong { font-weight: normal; }
.opc .data-table tfoot th { white-space: normal; }
.opc #opc-login .col2-set { color: #595959; }
.opc #opc-login h4 { font-size: 12px; color: #000; margin-bottom: 8px; }
.opc #opc-login p { }
.opc #opc-login p strong { font-weight: normal; }
.opc #opc-login form { display: block; }
.opc #opc-login form fieldset { border: 0; padding: 0; margin: 0; }
.opc #opc-login form fieldset .form-list { margin-top: 15px; color: #000; }
.opc #opc-login form .input-text { margin-bottom: 5px; margin-top: 0;}
.opc .opc-please-wait { float: right; margin-top: 16px; }
.opc .aitoc-attributes .input-box { width: auto; font-size: 10px; color: #696969; }
.opc .aitoc-attributes .input-box label { font-size: 12px; color: #000; }

.checkout-onepage-success .dashboard-block a { color: #DA2828; }
.checkout-onepage-success .dashboard-block a:hover { color: #000; }
.checkout-onepage-success .dashboard-block p { margin-top: 10px;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods .form-list {  }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#fff; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#fff; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */
/* Login Page ============================================================================ */
.login-page {}
.login-page .content { min-height:150px; }
#login-form .new-users,
#login-form .registered-users { background: url(../images/account_block_top.gif) no-repeat left top; padding-top: 11px; border-right: 1px solid #c9c9c9; border-bottom: 1px solid #c9c9c9; }
#login-form .wrapper { background: url(../images/account_block_bg.gif) left bottom repeat-x; }
#login-form .inner { height: 215px; border-left: 1px solid #c9c9c9; padding: 8px 14px; color: #555; font-family: Tahoma; }
#login-form h3 { border-left: 1px solid #c9c9c9; border-bottom: 1px solid #ed9a68; font-family: Tahoma; font-size: 12px; text-transform:uppercase; padding: 4px 14px 12px; }
#login-form p.required { color: #777; }
#login-form p.login-text { height: 70px; }
#login-form .buttons-set { margin: 0; border:0; border-left: 1px solid #c9c9c9; padding-top: 15px; background: url(../images/account_line.png) 50% 0 no-repeat; }
#login-form .buttons-set .rbutton { float: right; }
#login-form .forgot { margin-left: 20px; }
/* ======================================================================================= */

/* Create Account========================================================================= */
.account-create { background: url(../images/account_block_top.gif) no-repeat left top; padding-top: 11px; border-right: 1px solid #c9c9c9; border-bottom: 1px solid #c9c9c9; }
.account-create h2 { border-left: 1px solid #c9c9c9; border-bottom: 1px solid #ed9a68; font-family: Tahoma; font-size: 12px; font-weight: bold; text-transform:uppercase; padding: 4px 14px 12px; }
.account-create h3 { font-family: 'Microsoft Sans Serif'; font-size: 14px; font-weight: bold; }
.account-create .wrapper { background: url(../images/account_block_bg.gif) left bottom repeat-x; border-left: 1px solid #c9c9c9; padding: 8px 14px 4px 14px; }
.account-create .form-list { border: 1px dotted #000; padding: 20px; }
.account-create .form-list textarea { width: 530px; height: 80px; }
.account-create .address-fields,
.account-create .login-info { margin-top: 20px; }
.account-create .buttons-set { margin: 0; border: 0; padding: 15px 0 0 0; }
.account-create .buttons-set .rbutton { float: right; }
.account-create p.required { color: #777; margin-top: 20px; }
/* ======================================================================================= */

/* My Account ============================================================================ */
.customer-account-index .col-main { margin-left: 10px; width: 760px; }
.customer-account-index .col-main .page-title { padding-bottom: 3px; margin-bottom: 6px; }
.customer-account-index .col-main .page-title h2 { font-family: 'Microsoft Sans Serif'; font-size: 18px; text-transform: uppercase; }
/********** < Dashboard */
.dashboard { font-family: 'Microsoft Sans Serif'; font-size: 14px; }
.dashboard .welcome-msg { margin-bottom: 10px; }
.dashboard .welcome-msg h3 { font-weight: normal; }
.dashboard .welcome-msg h3,
.dashboard .welcome-msg p { font-size: 12px; color: #595959; }

/* All Dashboard Blocks */
.dashboard-block { font-family: 'Microsoft Sans Serif'; font-size: 14px; margin-bottom: 10px; background: url(../images/account_block_top.gif) no-repeat left top; padding-top: 11px; border-right: 1px solid #c9c9c9; border-bottom: 1px solid #c9c9c9; }
.dashboard-block .title-buttons { border-left: 1px solid #c9c9c9; border-bottom: 1px solid #ed9a68; padding: 0 0 10px 0; }
.dashboard-block .title-buttons a { color: #6a6a6a; font-size: 12px; float: right; line-height: 28px; margin-right: 15px; }
.dashboard-block .title-buttons h3,
.dashboard-block .title-buttons h2 { font-family: 'Microsoft Sans Serif'; font-size: 12px; font-weight: bold; text-transform: uppercase; margin-left: 5px; padding-left: 10px; line-height: 28px; }
.dashboard-block h3.title,
.dashboard-block .page-title h2 { font-family: 'Microsoft Sans Serif'; font-size: 12px; font-weight: bold; text-transform: uppercase; line-height: 28px; border-left: 1px solid #c9c9c9; border-bottom: 1px solid #ed9a68; padding: 0 0 10px 15px;}
.dashboard-block .wrapper { background: url(../images/account_block_bg.gif) left bottom repeat-x; border-left: 1px solid #c9c9c9; padding: 14px; }
.dashboard-block .page-title { padding: 0; margin: 0; border: 0; }
.dashboard-block .buttons-set { margin: 20px 0 0 0; border: 0; border-top: 1px solid #ddd; padding: 15px 0 0 0; }
.dashboard-block .buttons-set .rbutton { float: right; }
.dashboard-block .buttons-set2 { border: 0; }
.dashboard-block p.required { color: #777; }
.dashboard-block table { font-size: 12px; font-family: Arial; }
.dashboard-block th { background: #faeeee; border: 1px solid #f3d4d2; }
.dashboard-block td h4,
.dashboard-block td strong,
.dashboard-block td .price { font-weight: normal; }
.dashboard-block td .cart-price { padding-right: 0; }
.dashboard-block .odd td { background: #fff; }
.dashboard-block .even td { background: #f1f1f1; }
.dashboard-block .pager { border: 0; }
.dashboard-block fieldset { }
.dashboard-block fieldset input.checkbox { position: relative; top: -2px; }
.dashboard-block fieldset p { margin-bottom: 15px; }

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }
.recent-orders { font-size: 12px; font-family: Arial; }
.recent-orders .title-buttons h3,
.recent-orders .page-title h2 { background: url(../images/icons/orders.gif) no-repeat 5px 0; padding-left: 50px; }

/* Block: Account Info */
.account-information {}
.dasboard .account-information .wrapper { padding-top: 0; }
.account-information h3.title,
.account-information .title-buttons h2 { background: url(../images/icons/account.gif) no-repeat 12px 0; padding-left: 55px; }
.account-information .col-1,
.account-information .col-2 { width: 38%; }
.account-information .col2-set { }
.account-information h4,
.order-information h3 { border-bottom: 1px solid #c1c1c1; padding-bottom: 5px; margin-top: 14px; }
.account-information p,
.order-information p { color: #595959; font-size: 12px; margin: 8px 0; }
.account-information h4 a { margin-right: 0; font-weight: normal; }
.dashboard .account-information a { margin-right: 10px; }
.account-information h5,
.order-information h3 { color: #454545; font-size: 14px; }
.dashboard .account-information .address-bg,
.order-information .address-bg { background: #e9d6d0; padding-left: 6px; }
.dashboard .account-information address,
.order-information address { background: url(../images/account_block_bg.gif) left 70% repeat-x; }
.order-information address.abnormal { background: #fff; }
.account-information address,
.order-information address { padding-left: 5px; margin: 5px 0 10px; }
.account-information .col-2 h3 { margin-bottom: 45px;}

/* Block: Tags */
.dashboard .tags .title-buttons h3 { background: url(../images/icons/tags.gif) no-repeat 2px 0; padding-left: 50px; }
.dashboard .tags .details { margin-left:20px; }
.dashboard .tags ol li { margin-bottom: 5px; }
.dashboard .tags ol .number { display: block; float:left; width: 20px; text-align: center; background: #fae4d6; font-size: 12px; font-weight: bold; margin-top: 2px; }
.dashboard .tags ol .details { margin-left: 5px; float: left; width: 705px; }
.dashboard .tags ol .details h3 a { color: #DA2828; font-weight:normal; font-size: 12px; }
.dashboard .tags ol p { float:left; font-size: 12px; color: #6A6A6A; display:inline; margin-right: 3px; }
.dashboard .tags ol p strong { font-weight: normal; position: relative; top: 1px; }
.dashboard .tags ol .details a { color: #6A6A6A; font-size: 12px;  }
.dashboard-block #my-tags-table a.product-image { display: block; margin: 1px; }
.dashboard-block #my-tags-table a.product-image:hover { display: block; margin: 0px; top: 0; }
.dashboard-block .tag-name { margin-bottom: 14px; }

/* Block: Reviews */
.dashboard .reviews {}
.dashboard .reviews .title-buttons h3 { background: url(../images/icons/reviews.gif) no-repeat 15px 0; padding-left: 50px; }
.dashboard .reviews ol li { margin-bottom: 5px; }
.dashboard .reviews ol .number { display: block; float:left; width: 20px; text-align: center; background: #fae4d6; font-size: 12px; font-weight: bold; margin-top: 2px; }
.dashboard .reviews ol h4 { margin-left: 5px; float: left; width: 705px; }
.dashboard .reviews ol h4 a { color: #6A6A6A; font-weight:normal; font-size: 12px; }
.dashboard .reviews ol p { margin-left: 25px; float:left; display:inline; color: #6A6A6A; font-size: 12px; }
.dashboard .reviews ol .rating-box { margin-top: 3px; margin-left: 3px; }
.dashboard-block a.product-image { display: block; width: 125px; margin: 1px; }
.dashboard-block a.product-image:hover { margin: 0; top: 0; }
.dashboard-block #my-reviews-table td .product-name a { color: #6A6A6A; font-family: 'Microsoft Sans Serif'; }
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; margin-right: 10px; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { padding-bottom:10px; background: #fff; text-align: center; margin-top: 60px;}
.footer p { }
.footer address { margin-top: 3px; float: right; }
.footer ul { padding:3px 20px 3px 0;  }
.footer ul li { display: inline; background: url(../images/footer_menu_separator.gif) 100% 50% no-repeat; padding-right: 7px; margin-left: 1px; }
.footer ul li.last { background: none !important;}
.footer ul li a, .footer address { text-decoration: none; color: #6f6f6f; }
.footer ul li a:hover { text-decoration: underline; }
.footer .footer_links { padding: 10px; border-top: 1px solid #bababa; }
.footer .footer_links div.links { float:left; text-align: left; }

.footer-blocks { background: #f4f4f4; height: 93px; padding: 4px 0; text-align: left; font-family: Tahoma; font-size: 12px; }
.footer-blocks a.linkblock { text-decoration: none; }
.footer-blocks a.linkblock:hover div { cursor: pointer; }
.footer-blocks .miscinfo,
.footer-blocks .contacts,
.footer-blocks .news { height: 100%; overflow: hidden; float: left; }
.footer-blocks .miscinfo { background: url(../images/bottom_promotions.jpg) 10px 50% no-repeat; padding-left: 130px; margin-right: 20px; }
.footer-blocks .contacts { background: url(../images/contacts_img.jpg) 15px 50% no-repeat; border-left: 1px solid #dbdbdb; padding-left: 80px; margin-right: 25px; }
.footer-blocks .infocenter { background: url(../images/info.jpg) 15px 50% no-repeat; margin-right: 10px;}
.footer-blocks .service { background: url(../images/bottom_service.jpg) 15px 50% no-repeat;}
.footer-blocks .news { background: url(../images/bottom_news.jpg) 20px 50% no-repeat; padding-left: 90px; margin-right: 20px; }
.footer-blocks h4 { color: #e40c0c; font-family: Tahoma; font-size: 18px; font-weight: normal; border-bottom: 1px solid #dadada; padding-bottom: 5px; }
.footer-blocks .miscinfo h4,
.footer-blocks .miscinfo p { width: 105px; }
.footer-blocks .news h4,
.footer-blocks .news p { width: 105px; }
.footer-blocks .contacts h4 { color: #505050; font-family: Tahoma; font-size: 13px; font-weight: bold; border: 0; padding-bottom: 0; margin: 3px 0 0 0; }
.footer-blocks p { color: #636363; margin-top: 3px; font-family: Tahoma; font-size: 12px; }
.footer-blocks form { margin-top: 8px; display: block; }
.footer-blocks form input.input-text { color: #858585; padding: 5px; width: 120px; margin-right: 10px; }
.footer-blocks form a.rbutton { position: relative; top: 3px; }
.footer-blocks .infocenter table { margin-right: 10px; }
.footer-blocks .contacts a { color: #e40c0c; }
.footer-blocks .contacts table { display: block; }
.footer-blocks .contacts th,
.footer-blocks .contacts td { padding: 0px; }
.footer-blocks .contacts th { width: 60px; color: #767676; font-size: 11px; }
.footer-blocks .contacts .phone th { }
.footer-blocks .contacts .phone td { color: #e02222; font-weight: bold; font-size: 11px; font-family: Tahoma; }
.footer-blocks .contacts .phone td span.code { color: #636363; }
.footer-blocks .contacts .email th,
.footer-blocks .contacts .skype th { padding-top: 2px;}
.footer-blocks .contacts .email a,
.footer-blocks .contacts .skype a { color: #707070; }
.footer-blocks .miscinfo img { width: 80px; height: 80px; border: 1px solid #ccc; margin: 6px 0 0 10px; float: left; }
.footer-blocks .infocenter .infolink { margin-top: 0px; display: block; }

*:first-child+html .footer ul li
{
  padding-right: 4px; margin-left: 4px;
}
* html .footer ul li
{
  padding-right: 4px; margin-left: 4px;
}

/* ======================================================================================= */

/* Round Buttons ========================================================================= */

a.rbutton, span.rbutton, del.rbutton{

	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;

	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#fff;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;
	vertical-align:middle;

    padding-top:-2px;
	_position:relative;
	_width:10px;
	_overflow-y:hidden;
}



a.rbutton, span.rbutton, del.rbutton,
a.rbutton span, span.rbutton button, span.rbutton input, del.rbutton span{
    background-image:url(../images/btn_gray_bg.jpg);
}

a.rbutton:hover, span.rbutton, del.rbutton,
a.rbutton:hover span, span.rbutton button, span.rbutton input, del.rbutton span{
    background-image:url(../images/btn_gray_bg_over.jpg);
}

a.redbutton, span.redbutton, del.redbutton,
a.redbutton span, span.redbutton button, span.redbutton input, del.redbutton span{
    background-image:url(../images/btn_red_bg.jpg);
}

a.redbutton:hover, a.redbutton:hover span
{
    background-image:url(../images/btn_red_bg_over.jpg);
}

a.rbutton span, span.rbutton button, span.rbutton input, del.rbutton span{

	white-space:nowrap;
	cursor:pointer;
    color:#fff;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1.2;
    letter-spacing:0 !important;
    font-family:"Tahoma" !important;
    font-size:12px !important;
    font-style:normal;
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:30px;
	padding:4px 20px 0 10px;
	border:none;
	vertical-align:text-top;
    position: relative;
    left: 10px;
}

html.safari a.rbutton span,
html.safari del.rbutton span{
  line-height:1.3;
}

html.safari span.rbutton button{
  line-height:2.6;
}

html.safari a.rbutton:focus,
html.safari span.rbutton button:focus{
    outline:none;
}

span.definition { color: #757575; }

/* ======================================================================================= */

.valigned_outer {overflow: hidden; position: static; display: table;}
.valigned_middle {display: table-cell; vertical-align: middle; position: static;}

/* ======================================================================================= */

#color-views {height: 65px;}
#color-views-tooltip {padding: 0; font-weight: bold;}
#color-views ul {margin: 0;}
#color-views li {float:left; margin:0; padding: 0;}
#color-views img {padding: 2px; margin: 0; border: 1px solid #ffffff; width: 75px;}
#color-views img.selected {padding: 2px; margin: 0; border: 1px solid #b6b6b6;}

/* ======================================================================================= */

#infoPage ul.pagelinks li { background:none; padding-left:0px; }

#infoPage dt { font-size:15px; padding-left:26px; text-indent:-26px; }
#infoPage dd { padding-left:26px; }

#infoPage dd ol { padding:0; padding-left:12px; margin:0 0 1em; }
#infoPage h1, #infoPage h1 a { font-size:15px; }
#infoPage h1.underline { font-size:18px; }

.hiddenButton { width:1px; height:1px; overflow:hidden; border:0; position:absolute; top:-100px; left:-100px; }

.mainTopToolbar { border-bottom:1px solid #BFBCBC; border-top:1px solid #BFBCBC; }
.mainTopToolbar .toolbar { border-bottom:0px; border-top:0px; }
.offerLifetime { white-space:nowrap; padding:7px 5px 0px 0px; }

.discountPeriod { color:#be2225; font-size:10px; margin:0; margin-top:-2px; }

.gameIcon { float:left; padding:0 5px 5px 0; }



table#checkout-review-table a {color:#DA2828}
table#shopping-cart-totals-table tbody tr th a {color:#DA2828}






#loading-mask {
	color:#D85909;
	font-size:1.1em;
	font-weight:bold;
	opacity:0.8;
	position:absolute;
	text-align:center;
	z-index:500;
	}


#loading-mask .loader {
	background:none repeat scroll 0 0 #FFF4E9;
	border:2px solid #F1AF73;
	color:#D85909;
	font-weight:bold;
	left:50%;
	margin-left:-60px;
	padding:15px 60px;
	position:fixed;
	text-align:center;
	top:45%;
	width:120px;
	z-index:1000;
	}
