body {
    position: relative;
    margin: 0;
    padding: 0;
    color: #555;
    height: 100%;
    min-height: 100%;
    _height: 100%;
    -webkit-text-size-adjust: none; /* Chrome min font hack */
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

.inline-block {display:-moz-inline-stack;/* Firefox 2 */ display:inline-block;/* good browsers */}
.border-box-size {-webkit-box-sizing:border-box;/* Safari/Chrome, other WebKit */-moz-box-sizing:border-box;/* Firefox, other Gecko */box-sizing:border-box;/* Opera/IE 8+ */}
.shadowed {box-shadow:1px 1px 0 rgba(0, 0, 0, 0.15);}
.centered {text-align:center;}
.bordered {border:1px solid #dee;}
.rounded {border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;-khtml-border-radius:4px;}
.rounded-top {border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;}
.rounded-bottom {border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;}

img.left-photo {float:left; margin:5px 10px 5px 0;}
img.right-photo {float:right; margin:5px 0 5px 10px;}
img.center-photo {display:block; margin:5px auto 10px;}
.line {text-shadow:1px 1px 0 #fff; background-color:#e6efff; padding:3px 7px 4px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.line a {color:#4b6a9c;}
.title-icon {vertical-align:middle; margin-right:5px;}
.q-mark {vertical-align:bottom;}
.icon-search {width:12px; height:12px; margin:0 3px; vertical-align:middle; background:url(/images/icon-set.png) -80px -5px no-repeat;}

/* Filter panel ---------------------------------------------------------------------------------------------------- */
.filter-panel span {
    padding: 3px 7px 4px;
    margin-right: 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.filter-panel sup {
    color: #999;
    margin-left: 1px;
}
.filter-panel span:hover {
    text-shadow: 1px 1px 0 #fff;
    background-color: #e6efff;
}
.filter-panel span.selected {
    text-shadow: 1px 1px 0 #fff;
    background-color: #e6efff;
}

/* Section / Panel ------------------------------------------------------------------------------------------------- */
.section-title {
    color: #4b6a9c;
    text-shadow: 1px 1px 0 #fff;
    background-size: contain;
    background-color: #e6efff;
    margin: 10px 0;
    padding: 3px 20px;
    line-height: 1.5em;
    text-align: center;
}
.section-title:first-child,
.panel-title:first-child {
    margin-top: 0;
}
.section-title sup {
    font-size: 0.65em;
    color: #999;
    margin-left: 3px;
}
h1.section-title,
h1.panel-title {
    font-size: 1.3em;
}
h2.section-title,
h2.panel-title {
    font-size: 1.2em;
}
h3.section-title,
h3.panel-title {
    font-size: 1.1em;
}

.section-title.dark-blue {
    line-height: 1.5em;
    background-color: #01478e;
    padding: 5px 20px;
    color: #fff;
    text-shadow: none;
    border: none;
}

.panel {
    position: relative;
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: #fff;
}
.panel-title {
    color: #4b6a9c;
    text-shadow: 1px 1px 0 #fff;
    background-color: #e6efff;
    margin-bottom: -1px;
    padding: 2px 7px;
    line-height: 1.6em;
}
.panel-title a {
    color: #0066aa;
    text-decoration: none;
    border-bottom: 1px dotted #0066aa;
}
.panel-title a:hover {
    color: #000;
}
.panel-title.bordered {
}

/* Portlet --------------------------------------------------------------------------------------------------------- */
.portlet-container {
    padding-bottom: 0;
    background-color: #fff;
}
div.portlet-content a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
}
.portlet-decoration {
    padding: 5px 8px;
    background-color: #f0f0f0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.portlet-title {
    /*font-family: Tahoma, Verdana;*/
    /*color: #003366;*/
    /*font-weight: bold;*/
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 1px #fff;
}
.portlet-content {
    font-size: 12px;
    margin: 3px 0 5px 0;
    padding: 5px 8px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}
.portlet-content ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.portlet-content .active {
    font-weight: bold;
}
.portlet-content li {
    background: url(/images/d_square.png) no-repeat 0 8px;
    padding: 3px 0 3px 11px;
}
.portlet-content li a {
    text-decoration: none;
}
.portlet-content li a:hover {
    color: #0066aa;
    border-bottom: 2px solid #f6a828;
}

/* Caption Button -------------------------------------------------------------------------------------------------- */
.caption-button {
    text-shadow: 1px 1px 0 #fff;
    background: #f0f5fe url(/images/caption-bg.png) repeat-x;
    background-size: contain;
    margin: 1em auto 0.5em;
    padding-top: 0.1em;
    padding-left: .5em;
    line-height: 1.6em;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}

.news-list-date {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    /*color: #666;*/
}

/* Error / Notice / etc -------------------------------------------------------------------------------------------- */
div.site-error-container {background:url(/images/sad-face.png) no-repeat 0 15px; height:400px; position:relative; font-family:Impact, Charcoal, sans-serif; font-size:200px; color:#000080; padding-left:500px; margin-top:40px;}
div.site-error-text {position:absolute; display:inline; left:300px; top:30px; font-size:80px; color:#cc3333; text-shadow:2px 2px 0 #fff;}
.site-error-message {font-family:Impact, Charcoal, sans-serif; font-size:2.5em; color:#cc3333; margin-bottom:-20px; margin-left:305px;}
div.flash-error, div.flash-notice, div.flash-success {padding:.8em; margin-bottom:1em; border:2px solid #ddd;}
div.flash-error {background:#FBE3E4; color:#8a1f11; border-color:#FBC2C4;}
div.flash-notice {background:#FFF6BF; color:#514721; border-color:#FFD324;}
div.flash-success {background:#E6EFC2; color:#264409; border-color:#C6D880;}
div.flash-error a {color:#8a1f11;}
div.flash-notice a {color:#514721;}
div.flash-success a {color:#264409;}

/*div.view {padding:10px; margin:10px 0; border:1px solid #C9E0ED;}*/

/* Breadcrumbs ----------------------------------------------------------------------------------------------------- */
div.breadcrumbs {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#aaa; vertical-align:middle; padding-left:5px; margin-bottom:15px;}
div.breadcrumbs a {font-family:Arial, Helvetica, sans-serif; color:#777; font-weight:bold; text-decoration:none; border-bottom:1px dotted;}
div.breadcrumbs a:hover {border-bottom:2px solid #f6a828;}
div.breadcrumbs span {color:#0066AA;}
/*div.breadcrumbs h1 {font-size:18px; color:#0066AA; padding:0; margin: 10px 0;}*/
div.breadcrumbs .category-name {font-size:18px; line-height:1.5em; color:#fff; background-color:#01478E; margin:10px 0 10px -5px; padding:5px 15px;}
div.breadcrumbs img {vertical-align:middle; border:none; text-decoration:none;}

/* Search ---------------------------------------------------------------------------------------------------------- */
div.search-form {padding:10px; margin:10px 0; background:#eee;}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    /*border-width: 3px;*/
    border-color: #999;
    box-shadow: 0 2px 3px #666;
    /*-moz-box-shadow: 0 0 30px #999;*/
    /*-webkit-box-shadow: 0 0 30px #999;*/
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}

/* Maximum length of list */

/* Manufacturer ---------------------------------------------------------------------------------------------------- */
div.manufacturer-list h1 {margin-top:0; position:relative; display:block;}
div.manufacturer-list h1 a {font-size:14px; float:right; position:absolute; right:0; bottom:1px;}
div.manufacturer-list hr {margin:-10px 0 10px 0;}

/* Read-more link for Articles and News ---------------------------------------------------------------------------- */
div.read-more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.8em;
    background-color: #f0f0f0;
    padding: 3px 12px;
    border-radius: 4px 0 4px 0;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
}
.read-more a {color:#999; text-decoration:none;}
.read-more a:hover {color:#333;}

/* Button section -------------------------------------------------------------------------------------------------- */

div.buttons {margin:10px; text-align:center;}
.disabled {opacity:0.3;} /* TODO: change disabled view */
.red-border {border-color:#ed1c24 !important;}

a.button,
a.button-wbg {
    background: url(/images/buttons_grey_l.png) no-repeat 0 0;
    display: inline-block;
    height: 34px;
    /*white-space: nowrap;*/
    text-decoration: none !important;
    cursor: pointer;
}
a.button span,
a.button-wbg span {
    background: url(/images/buttons_grey_s.png) no-repeat 100% 0;
    display: block;
    text-align: center;
    line-height: 34px;
    padding: 0 25px;
    color: #555;
}
a.button-wbg {background:url(/images/buttons_l.png) no-repeat 0 0;}
a.button-wbg span {background:url(/images/buttons_s.png) no-repeat 100% 0;}
a.button:hover {background-position:0 -34px;}
a.button:hover span {background-position:100% -34px; color:#000;}
a.button:active {background-position:0 -68px;}
a.button:active span {background-position:100% -68px; color:#000;}
img.button-img-right {margin-left:5px; vertical-align:middle;}
img.button-img-left {margin-right:5px; vertical-align:middle;}

/* Tables ---------------------------------------------------------------------------------------------------------- */
.grid-09 {font-size: 0.9em !important;}
.grid-08 {font-size: 0.8em !important;}
.grid-07 {font-size: 0.7em !important;}

table.address td:first-child {
    color: #999;
    text-align: right;
    padding-right: 10px;
}
table.data {border-bottom:1px solid #e9f5f8;}
table.data th {
    background-color: #d7ebf8;
    /*font-weight: bold;*/
    /*color: white;*/
    text-shadow: 1px 1px 0 #fff;
    /*text-shadow: 1px 1px 0 #666;*/
   	/*background: url("bg.gif") scroll left top white;*/
    border-top: 1px solid #fafafa;
    border-left: 1px solid #fafafa;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
}
table.data tr:nth-of-type(even) {background-color:#fff;}
table.data tr:nth-of-type(odd) {background-color:#e9f5f8;}
table.data tr:hover {background-color:#ECFBD4;}
table.data td {border-top:1px solid #fff; border-left:1px solid #fff;}

/* Price ----------------------------------------------------------------------------------------------------------- */
.price-list-item {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-shadow: 1px 1px 0 #fff;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff9de;
    padding: 8px 12px 8px 14px;
    font-size: 1.1em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.price-list-item span.symbol-r {font-size:0.8em;}
.price-list-item span.cost {color:#006600;}
.price-prec {font-size:10px; margin-left:1px; margin-bottom:10px;}

/* Modal window ---------------------------------------------------------------------------------------------------- */

/* jQuery Tools Expose mask */
div#exposeMask {background:url(/css/ui/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png);}

/* Quantity window */
.modal-quantity {
    display: none;
    background-color: #fff;
    width: 360px;
    padding: 10px;
    border: 1px solid #00678e;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 0 30px #999;
    -moz-box-shadow: 0 0 30px #999;
    -webkit-box-shadow: 0 0 30px #999;
}
.modal-quantity h4 {
    text-align: center;
    margin: 0;
    padding: 5px;
    border-bottom: 1px dotted #999;
    font-size: 20px;
}
.modal-quantity input {
    width: 100px;
    text-align: center;
    margin: 10px auto 15px;
}
input#qty {
    width: 60px;
    height: 18px;
    padding: 1px;
}
#qIncr, #qDecr {
    width: 22px;
    height: 22px;
    background: url(/images/icon-set.png) -23px -23px no-repeat;
    overflow: hidden;
    cursor: pointer;
}
#qDecr {
    background: url(/images/icon-set.png) 0 -23px no-repeat;
}


/*
.left-col-banner {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    //border: 1px solid #ddd;
    margin-top: 20px;
    text-align: center;
    vertical-align: middle;
}*/

/* Side-Menu section ----------------------------------------------------------------------------------------------- */
div#sidemenu-container {
    background-color: #fdfefe;
}
ul.sidemenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.sidemenu ul.sub {padding:0;margin:0;}
ul.sidemenu a {
    position: relative;
    color: #555;
    display: block;
    padding: 8px 5px 8px 11px;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.2em;
}
ul.sidemenu a:hover {
    background-color: #f0f0f0 !important;
}
ul.sidemenu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.sidemenu > li {
}
ul.sidemenu > li > a {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    /*color: #375f88;*/
    color: #234f7c;
    /*color: #2e247a;*/
    /*text-shadow: 1px 1px 0 #fff;*/
    /*background-color: #ecf2ff;*/
    background-color: #e9f0ff;
    /*background-color: #e6efff;*/
    /*border: 1px solid #fff;*/
    /*border-bottom: none;*/
    /*border-bottom: 1px solid #fff;*/
    margin-bottom: 1px;
    border-right: 2px solid #e9f0ff;
}
ul.sidemenu > li > a:hover {
    /*color: #333;*/
    /*background-color: #f9f9f9;*/
    /*border-right: 4px solid #aaa;*/
    border-right: 2px solid #aaa;
}
ul.sidemenu > li.active > a {
    color: #444;
    background-color: #d8dfeb;
    border-right: 2px solid #f6a828;
    /*border-right: 2px solid #aaa;*/
}
ul.sidemenu > li > ul > li {
    border-bottom: 1px solid #eee;
}
ul.sidemenu > li > ul > li:last-child {
    border-bottom: none;
}
ul.sidemenu > li > ul > li > a {
    /*border-left: 1px solid #aaa;*/
    /*border-right: 1px solid #aaa;*/
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-top: 7px;
    padding-bottom: 7px;
}
ul.sidemenu > li > ul > li > ul > li > a {
    color: #234F7C;
    padding-top: 5px;
    padding-bottom: 5px;
}
ul.sidemenu > li > ul > li.active > a {
    border-right: 2px solid #ccc;
    font-weight: bold;
}
ul.sidemenu > li > ul > li > ul > li.active > a {
    border-right: 1px solid #ccc;
    font-weight: bold;
}
ul.sidemenu li.prod-list a,
ul.sidemenu li.prod-active a {
    font-size: 12px;
    color: #0066AA;
    background-color: #fff;
    padding: 4px 0;
}
ul.sidemenu li.prod-active a {
    border-right: 2px solid #0066AA;
    font-weight: bold;
}
ul.sidemenu a.has-child > b {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 100%;
}
ul.sidemenu a.has-child > b > i {
    display: block;
    position: absolute;
    right: 5px;
    top: 9px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background: url(/css/ui/s-jui/images/ui-icons_72a7cf_256x240.png) no-repeat -65px -16px; /* down */
    /*background-position: -32px -16px;*/ /* right */
}
ul.sidemenu > li.closed > a.has-child > b > i {
    background-position: -32px -16px;
}
ul.sidemenu > li > a.has-child > b:hover {
    background-color: #ddd;
}
ul.sidemenu > li.preclosed > ul {
    display: none;
}

ul.sidemenu a sup {
    font-size: 0.65em;
    color: #999;
    margin-left: 3px;
}

.ui-accordion .ui-accordion-content {font-size:14px;}

div#seo-block {position:absolute;z-index:5; overflow:hidden; margin-left:250px;}
div#seo-block > div.text {color:#999; padding:5px; font-size:12px;}
div#seo-block > div.text > h2 {font-size:15px;margin-top:0;}
/*div#seo-source {color:#999; font-size:13px; *//*padding:10px 5px;*//*}*/
/*div#seo-block {color:#999; font-size:12px; font-style:italic; line-height:1em; padding:5px;}*/
div#seo-block a {color:#999}
/*div.seo-block {color:#999; font-size:11px; font-style:italic; line-height:1em; background-color:transparent;}*/
