@charset "utf-8";

@font-face {
    font-family: 'Helios';
    src: url('../fonts/heliosc-webfont.eot');
    src: url('../fonts/heliosc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/heliosc-webfont.woff') format('woff'),
         url('../fonts/heliosc-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HeliosLight';
    src: url('../fonts/helioslightc-webfont.eot');
    src: url('../fonts/helioslightc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helioslightc-webfont.woff') format('woff'),
         url('../fonts/helioslightc-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 12px;
    font-family: "Arial";
}

.header_wrap {
    width: 100%;
    position: relative;
}

#header {
    position: relative;
    text-transform: uppercase;
    padding-bottom: 4px;
}

#cart {
    margin-top: 6px;
    float: right;
    color: #898989;
    border: 1px solid #CCCCCC;
    padding: 10px 50px 10px 10px;
    font-size: 12px;
    line-height: 12px;
    font-family: "HeliosLight";
    font-weight: bold;
    background: url("../images/cart.png") no-repeat right 5px center;
}

#cart a {
    color: #006AB3;
}

input, button {
    font-family:Arial;
}

p {
    padding:3px 5px 3px 5px;
}

h1.has_background {
    display:block;
    background:url("../images/h1_background.png") no-repeat;
    width:680px;
    padding:10px;
    height:25px;
}

div.has_background {
    display:block;
    background:url("../images/h1_background.png") no-repeat;
    width:680px;
    height:45px;
    padding:10px;
}

.main-content1{
    width:100%;
	margin-top:30px;
    margin-bottom:30px;
    float:left;
    position:relative;
    display:table;
}

.main-content1 a{
	color:#000000;
	text-decoration: none;
}

/** Links **/
a {
    color:#000000;
}
a:hover {
    color:#e31e24;
}

a.light {
    color: white;
}
a.light:hover {
    color:#e31e24;
}

select {
    font-size:12px;
    color:#190000;
    height:22px;
    background-color: #fff;
    border:1px solid silver;
}

.left TABLE {
    width: 680px;
}

/** Icons **/
span.icon {
    display:inline-block;
    width:20px;
    height:14px;
    padding-right:10px;
    float:left;
}

span.phone   { background:transparent url("../images/icons/phone2.png") no-repeat bottom; height:16px;}
span.heart   { background:transparent url("../images/icons/heart.png") no-repeat center; }
span.compare { background:transparent url("../images/icons/compare3.png") no-repeat center; }
span.lock    { background:transparent url("../images/icons/lock.png") no-repeat center; }
span.lines   { background:transparent url("../images/icons/lines.png") no-repeat center; }
span.dots    { background:transparent url("../images/icons/dots.png") no-repeat center; }

.big_text {
    font-size:16px;
    font-weight:bold;
    padding-left:3px;
}

/** Content styles **/

#content, .centered, .center {
    width:970px;
    margin:0 auto;
}

#content {
    min-height: 300px;
    margin-top: 12px;
}

.wide_line {
    font-size:24px;
    font-weight:bold;
    text-shadow:0px 1px 0px #d4d4d4;
    background-image:url("../images/line.png");
    background-position: center;
    background-repeat: repeat-x;
    width:95%;
    margin-bottom:15px;
    clear:both;
}

.wide_line span {
    background-color:#fff;
    padding-right:10px;
}

.products_list {

}

.products_list .summary,
.products_list .pager
{
    clear:both;
    margin-right: 15px;
}

.products_list .sorter {
    margin-right: 15px;
}

.products_list .product_block {
    width:233px;
    height:310px;
    margin-right:10px;
    margin-left:2px;
    margin-bottom:30px;
    float:left;
    position:relative;
    display:table;
    background:transparent url("../images/product_block.png") no-repeat;
}

.products_list .product_block .image {
    height:190px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    position:relative;
}

.products_list .product_block .name {
    position:relative;
    display:table-row;
    text-align:center;
    color: #595959;
    height:35px;
}

.products_list .product_block .name  a {
    display:inline-block;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    color: #595959;
    width:215px;
}

.products_list .product_block .name a:hover {
    color:#146ac0;
}

.price {
    color:#9D0D15;
    font-size:18px;
    text-align:center;
    position:relative;
    display:table-row;
    height:35px;
    font-family: "Helios";
}

.products_list .product_block .actions {
    position:relative;
    display:table-cell;
    padding-left:20px;
}

#successAddedToCart {
    display: none;
}

#productErrors {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #FBEED5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
}

/** Wide products list **/
.products_list.wide .product_block {
    float:none;
    width:730px;
    height:210px;
    display:block;
    background:url("../images/wide_product_block_bg.png") no-repeat;
}

.products_list select {
    margin-left: 5px;
}

.products_list.wide .product_block .table {
    display:table;
    float:left;
}

.products_list.wide .product_block .image {
    display:table-cell;
    width:200px;
    height:200px;
}

.products_list.wide .product_block .name {
    display:block;
    text-align:left;
    padding:40px 0 0px 10px;
    height:20px;
}

.products_list.wide .product_block .name  a {
    text-align:left;
    font-size:14px;
    width:auto;
    color:#146ac0;
    text-decoration:underline;
}

.products_list.wide .product_block .name  a:hover {
    color: #1697c0;
}

.products_list.wide .product_block .name  a.comments {
    text-align:left;
    font-size:12px;
    margin-left:10px;
    color:#595959;
}

.products_list.wide .product_block .name  a.comments:hover {
    color: #757372;
}

.products_list.wide .product_block .price {
    padding:0px;
    clear:both;
    height:14px;
}

.products_list.wide .product_block .desc {
    padding:7px 0 10px 0;
    height:29px;
    line-height:13px;
    overflow:hidden;
}

.products_list.wide .product_block .actions {
    padding:10px 0 0 0;
}

button.blue_button
{
    border:0;
    width:88px;
    height:27px;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    line-height:18px;
    cursor:pointer;
    float:left;
    background:transparent url("../images/blue_button_sprite.png") no-repeat;
}

.actions .blue_button {
    margin-right:18px;
}

button.blue_button:hover
{
    background-position: 0px -35px;
}

button.blue_button:active {
    background-position: bottom;
    padding-top:3px;
}

button.small_silver_button {
    background:transparent url("../images/actions.png") no-repeat;
    font-size:12px;
    width: 40px;
    height:28px;
    border:0;
    cursor:pointer;
    text-align:left;
    padding: 0;
    margin: 0;
}

button.small_silver_button span {
    display:inline-block;
}

button.small_silver_button span.compare {
    background-image:url("../images/icons/compare.png");
    width:36px;
    height:15px;
    margin-right:50px;
}

button.small_silver_button span.heart {
    background-image:url("../images/icons/heart.png");
    width:36px;
    height:15px;
}

button.small_silver_button:hover {
    background-position:center -40px;
}

button.small_silver_button:active {
    background-position:bottom;
}

/** Wide silver button **/
.silver_button {
    display: inline-block;
    background:transparent url("../images/silver_button_sprite.png") no-repeat;
    margin-left:20px;
}
.silver_clean button, .silver_clean a {
    text-decoration: none;
    background:transparent url("../images/silver_button_sprite.png") no-repeat;
    background-position: 100% -30px;
    display:block;
    cursor:pointer;
    border:0;
    padding:4px 10px 10px 5px;
    margin-right: -10px;
}
.silver_button button {
    height: 30px;
}
.silver_button button, .silver_button a {
    color:#146ac0;
    font-size:12px;
}
.silver_button button:hover, .silver_button a:hover {
    color: #3c8cdd;
}
.silver_clean:hover {
    background-position: 0 -67px;
}
.silver_clean button:hover, .silver_clean a:hover  {
    background-position: 100% -96px;
}

.silver_clean:active, .silver_clean.active {
    background-position: 0 -128px;
}
.silver_clean button:active,
.silver_clean button.active,
.silver_clean a.active,
.silver_clean a:active
{
    background-position: 100% -156px;
}

/* OPERA */

noindex:-o-prefocus,.silver_clean:active, .silver_clean.active {
    background-position: 0 -67px;
}
noindex:-o-prefocus,.silver_clean button:active,
noindex:-o-prefocus,.silver_clean button.active,
noindex:-o-prefocus,.silver_clean a.active,
noindex:-o-prefocus,.silver_clean a:active
{
    background-position: 100% -96px;
}

/** End wide silver button **/

#shares {
    height:370px;
    background:#d3d3d3 url("../images/silver_background.png");
}

#shares .shared_products {
    margin:0 auto; width:680px;
}

#shares .share_list ul {
    list-style:none;
    padding:15px 0 30px 5px;
}
#shares .share_list li {
    float:left;
    display:block;
    margin-right:30px;
    border-radius:5px;
    padding:5px;
    border:1px solid transparent;
    cursor:pointer;
}
#shares .share_list li a {
    color: #146ac0;
    font-size:14px;
    display:block;
    font-weight:bold;
    text-decoration:none;
    border-bottom:1px dotted blue;
}
#shares .share_list li a:hover,  #shares .share_list li.active a  {
    color:#595959;
}

#shares .share_list li.active a {
    border-bottom:0px dotted #595959;
}

#shares .share_list li.active, #shares .share_list li:hover {
    color:#595959;
    border:1px solid #fff5ee;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

ul.news {
    list-style:none;
}

ul.news li span {
    display:block;
    font-size:11px;
    padding:5px 0 5px 0;
}

ul.news li {
    float:left;
    width:300px;
    margin-right:20px;
    color:#595959;
}

ul.news a.title, ul.news p {
    padding:5px 0 5px 0;
}

h1 span.light {
    color:#989898;
    font-size:12px;
}

/** Product page **/
.product {
    margin:10px 0 10px 0;
}

.product .images {
    position:relative;
    width:400px;
    float:left;
    min-height:250px;
    display:table;
}

.product .images .image_row {
    display:table-row;
    position:relative;
    float:left;
}

.product .images .main {
    width:340px;
    height:250px;
    min-height:250px;
    text-align:center;
    vertical-align:middle;
    display:table-cell;
    position:relative;
}

.product .images .image_row .stars {
    margin-left:125px;
    text-align:center;
}

.product .images .additional {
    width:60px;
    min-height:250px;
    float:left;
}
.product .images .additional ul {
    list-style: none;
}
.product .images .additional img {
    width: 60px;
    margin-left: 5px;
}

.product .info {
    float:left;
    width:560px;
    min-height:300px;
    padding:0 0 0 10px;
}

.product .info .price {
    font-size:22px;
    font-weight:bold;
    float:left;
    padding-top:2px;
    padding-right:30px;
}

.product .info .actions {
    clear:right;
}

.product .info .desc {
    padding:10px 0 10px 0;
    color:#232323;
    width:550px;
    line-height:17px;
}

div.order_products {
    border:5px solid #d9d9d9;
    padding:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:20px;
}
div.order_products table thead tr td {
    padding:0 20px 0 20px;
}

div.order_products table tbody tr td {
    vertical-align:top;
    padding:20px;
}

div.order_products .plus, div.order_products .minus {
    font-size:20px;
    font-weight:bold;
    padding-left:12px;
    color:#146ac0;
}

div.order_products input.count {
    border:1px solid #90b3c9;
    border-bottom-color:#e5f2f9;
    width:28px;
    height:25px;
    font-weight:bold;
    text-align:center;
    padding:3px;
    margin:0 5px 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.order_products table tbody tr td {
    border-bottom:1px solid silver;
}

a.remove {
    background: transparent url("../images/icons/close_sprite.png") no-repeat top left;
    display:block;
    width:14px;
    height:15px;
    text-decoration:none;
}

a.remove:hover {
    background-position:bottom;
}

div.recount {
    text-align:right;
    padding:20px 40px 20px 0;
}

button.recount {
    padding:0 20px 0 20px;
    font-weight:bold;
}

div.order_products #total, .current_currency {
    font-size:24px;
    font-weight:bold;
    color:#000;
}
span.total {
    font-size:24px;
    padding-left:20px;
    padding-right:10px;
    color:#000;
}

div.rc5 {
    background-color:#f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:20px;
}

div.order_data .left {
    float:left;
}

div.order_data .user_data {
    float:left;
    width:435px;
    padding:10px 10px 10px 25px;
    margin-left:30px;
}

div.delivery {
   width:435px;
   padding:10px 10px 10px 25px;
}

div.payment {
   width:435px;
   padding:10px 10px 10px 25px;
}

div.payment ul li, div.delivery ul li {
    margin-bottom:10px;
    list-style:none;
}

.activeHover:hover {
    background-color: #e8e8e8;
}

div.payment ul p, div.delivery ul p {
    margin-left:18px;
    padding:3px 0 3px 0;
}

div.payment ul span, div.delivery ul span {
    font-size:18px;
    padding-left:5px;
    color:#349FE3;
    cursor:pointer;
}

div.payment ul span:hover, div.delivery ul span:hover {
    color:#39AAF2;
    text-decoration:underline;
}

.confirm_order {
    text-align:right;
    display:block;
}

.confirm_order button {
    float:right;
    margin-right:50px;
    margin-left:20px;
}

.confirm_order h1 {
    display:inline-block;
    margin:0;
    font-weight:normal;
}

.confirm_order span.total {
    font-weight:bold;
}


.products_list.wish_list .remove {
    padding-left:18px;
    display:inline-block;
    color:#595959;
    margin-top: -2px;
}

.products_list.wish_list .remove:hover {
    padding-left:18px;
    background-position:left bottom;
    text-decoration:underline;
}

.send_wishlist {
    font-size: 13px;float: right;margin-right: 20px;font-weight: normal;
}

.login_box h2{
    margin-bottom:15px;
}

.login_box {
    padding:20px;
    width:500px;
}

.fl {
    float:left;
}

.mt10 {
    margin-top: 10px;
}

#tabs {
    padding: 0px;
    background: none;
    border-width: 0px;
    font-size:12px;
}

#tabs .ui-tabs-nav {
    padding-left: 0px;
    background: transparent;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#tabs .ui-tabs-panel {
    border-width: 0px 1px 1px 1px;
}

table.configurations {
    width:400px;
    background-color: #E8E8E8;
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

table.configurations tr td {
    padding:5px;
}

table.configurations .attr_name {
    width:110px;
    text-align: right;
}

table.configurations select {
    width:200px;
}

table.attributes {
    margin:10px;
    color:#000;
}

table.attributes tr td {
    padding: 3px 3px 3px 20px;
}
table.attributes tr td:first-child {
    width:300px;
    font-weight: bold;
}
table.attributes {
    width: 95%;
}
table.attributes tr:nth-child(odd) td,
table.attributes tr:nth-child(odd) th {
    background-color: #F2F2F2;
}

div.comment div.message, div.leave_comment {
    margin: 5px 10px 10px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #F1F1F1;
    padding: 15px;
}

div.leave_comment {
    margin-top: 20px;
}

div.comment span.username {
    margin-left: 12px;
    font-weight: bold;
}

div.comment span.created {
    font-size: 11px;
    color:#A2A2A2;
}

div.flash_messages {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 5px;
}

div.flash_messages ul {
    list-style: none;
}

div.flash_messages button.close {
    position: relative;
    top: -2px;
    right: -21px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    cursor: pointer;
    background-color: transparent;
}

div.flash_messages button.close:hover {
    color:#989898;
}

#related_products_tab .products_list {
    margin: 0 auto;
    position: relative;
    width: 750px;
}

.price_slider button {
    padding-left: 10px;
    font-weight: bold;
    color:#146ac0;
}

.price_slider input {
    width: 54px;
    font-size: 13px;
    border-top: 1px solid #4D8CAD;
    margin: 1px;
    height: 24px;
    left: 24px;
    color: #3598CE;
    padding-left: 6px;
    padding-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.price_slider input::-webkit-input-placeholder {
   color: #3598CE;
}

.price_slider input:-moz-placeholder { /* Firefox 18- */
   color: #3598CE;  
}

.price_slider input::-moz-placeholder {  /* Firefox 19+ */
   color: #3598CE;  
}

.price_slider input:-ms-input-placeholder {  
   color: #3598CE;  
}

table.compareTable tr td {
    padding: 3px;
}

table.compareTable tbody tr:nth-child(odd) {
    background-color: #F2F2F2;
}

table.compareTable .attr {
    font-weight: bold;
    width: 200px;
}

#ordersListGrid {
    padding: 0 0 0 0;
}

.notify_link {
    margin-right: 20px;;
}
.all_news {
    text-align: right;
    clear: both;
    margin-right: 20px;
}

.pages-list div.description {
    margin-bottom: 10px;
}

.header-top {
    width: 100%;
    height: 68px;
    display: table;
    font-family: 'HeliosLight';
    background: url('../images/header-top-bg.png') repeat-x;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.7;
}

.header-info {
    font-size: 18px;
    color: #ffffff;
    margin-right: 60px;
    margin-top: 22px;
    padding-left: 30px;
    height: 26px;
    background: url('../images/header-phone.png') no-repeat left top;
}

.header-info span {
    font-size: 12px;
    font-weight: bold;
}

.header-info span span {
    border: 2px solid #78C6E7;
    border-top: 0;
    border-bottom: 0;
    padding: 0 10px;
    margin: 0 10px;
    line-height: 12px;
    display: inline-block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.search_box {
    width: 202px;
    height: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    overflow: hidden;
    margin-top: 25px;
    font-size: 11px;
    color: #4EBDEC;
    font-family: "HeliosLight";
}

.search_box input {
    float: left;
    height: 22px;
    color: #4EBDEC;
    padding-left: 10px;
}

.search_box button {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    float: left;
    height: 22px;
    width: 22px;
    background: #ffffff url("../images/header-search.png") no-repeat left center;
}

.logo {
    position: absolute;
    left: 0;
    top: -34px;
}

.inline-li li {
    display: inline-block;
    text-decoration: none;
}

.block-li li {
    display: block;
    text-decoration: none;
}

.actions-menu {
    float: right;
    width: 667px;
    height: 51px;
    background: url('../images/menu-bg.png') no-repeat 0 0;
}

.actions-menu ul {
    display: table;
    height: 100%
}

.actions-menu ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
}

.actions-menu ul li a, .footer-menu ul li a {
    font-weight: bold;
    color: #0D65A2;
    font-size: 14px;
    font-family: "HeliosLight";
    text-decoration: none;
    line-height: 14px;
}

.footer-menu ul li:not(:first-child) a {
    padding-left: 15px;
    border-left: 1px solid #75C4E5;
}

.footer-menu ul li:not(:last-child) a {
    padding-right: 15px;
}

.footer-menu ul li a {
    font-size: 14px;
    color: #ffffff;
}

.line {
    background-color: #00a1ac;
    height: 3px;
    width: 100%;
    clear: both;
}

#left-sidebar, #filter {
    padding: 15px;
    width: 200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url('../images/menu-bg.jpg') repeat-y;
    display: table;
    float: left;
    margin-bottom: 5px;
}

.uppercase {
    text-transform: uppercase;
}

#footer {
    display: table;
    margin-top: 24px;
    width: 100%;
    padding: 25px 0 40px;
    background: url('../images/footer-bg.jpg');
}

.footer-text {
    font-size: 16px;
    color: #005264;
    line-height: 1.1;
    margin-top: 20px;
}

.footer-alert {
    width: 550px;
    font-size: 11px;
    font-family: "Helios";
    color: #C2E3F5;
    line-height: 1.6;
}

.footer-logo-wrap {
    width: 164px;
}

.footer-links {
    width: 190px;
    margin-right: 25px;
}

.footer-links a span {
    display: inline-block;
    padding-left: 10px;
    text-decoration: underline;
    background: url('../images/footer-links-arrow.png') no-repeat left top 8px;
}

.footer-links, .footer-box li > a {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.7;
}

.footer-links > p {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.footer-box li ul {
    display: none;
}

.footer-logo-wrap p, .footer-links > p {
    padding: 0;
    margin: 0;
}

.footer-logo-wrap p {
    margin-top: 10px;
    font-size: 12px;
    font-family: "Helios";
    color: #C2E3F5;
}

.right-content {
    float: right;
    width: 710px;
    min-height: 500px;
}

.item-block {
    float: left;
    width: 199px;
    padding: 14px;
    height: 400px;
    margin-right: 7px;
    margin-bottom: 26px;
    border: 1px solid #9DE0FD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.item-block .name {
    width: 130px;
    margin: 0 auto;
}

.item-block .name a {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-family: "Helios";
    color: #00336E;
    font-weight: bold;
    text-align: center;
}

.products_list h1, .item-product-box h1 {
    margin: 0 0 8px;
    font-weight: normal;
    padding: 10px 0 0;
    font-size: 21px;
    line-height: 21px;
    font-family: "Helios";
    color: #006AB3;
    text-transform: uppercase;
}

.item-product-box {
    padding-bottom: 30px;
}

.item-product-box .images {
    text-align: center;
}

.new-pager .yiiPager {
    text-align: left;
    padding: 0 0 25px;
}

.new-pager .yiiPager a {
    color: #00B9E9;
    padding: 0 6px 0 4px;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
}

.new-pager .yiiPager .selected a {
    text-decoration: underline;
}

.item-box-wrap {
    position: relative;
    border: 1px solid #9DE0FD;
    padding: 24px 14px;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.image_row .main img {
    max-width: 340px;
    height: auto;
}

.image-galery {
    width: 340px;
}

.image-galery ul li {
    float: left;
    border: 1px solid #9DE0FD;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 5px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: table;
    float: left;
}

.image-galery ul li a {
    display: table-cell;
    vertical-align: middle;
}

.image-galery ul li:nth-child(3n+2) {
    margin: 5px 10px;
}

.item-info-box {
    width: 320px;
}

.item-price {
    font-size: 18px;
    color: #005264;
    line-height: 1.4;
    float: left;
}

.buy-button {
    float: right;
    width: 158px;
    height: 33px;
    line-height: 34px;
    text-align: center;
    background: url('../images/buy-button.png');
    color: #ffffff;
    font-size: 12px;
    font-family: "Helios";
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.clear {
    clear: both;
}

.mt20 {
    margin-top: 20px;
}

.cat-btn, .item-compare, .item-bookmark {
    font-size: 12px;
    font-family: "Helios";
    color: #009EE0;
    background-color: #ffffff;
    text-decoration: underline;
    text-transform: capitalize;
    cursor: pointer;
}

.cat-btn.left, .item-compare {
    padding-left: 16px;
    background: url('../images/compare.png') no-repeat left center;
}

.cat-btn.right, .item-bookmark {
    padding-left: 16px;
    background: url('../images/bookmark.png') no-repeat left center;
}

.cat-buy-btn, input.blue_button {
    width: 107px;
    height: 33px;
    line-height: 34px;
    text-align: center;
    background: url('../images/submit-btn.png');
    color: #ffffff;
    font-size: 12px;
    font-family: "Helios";
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.item-block .price {
    line-height: 34px;
}

.price-symbol {
    font-size: 12px;
    font-weight: bold;
}

.price-num {
    font-size: 18px;
    font-weight: bold;
}

.short-desc table {
    width: 100%;
    margin: 10px 0 0;
}

.short-desc tr, .short-desc td {
    background-color: #ffffff !important;
    padding-left: 0 !important;
    font-weight: normal !important;
}

.short-desc tr td:first-child {
    padding-right: 10px; 
}

.mt15 {
    margin-top: 15px; 
}

.mt25 {
    margin-top: 25px; 
}

.main-cat-title {
    font-weight: bold;
    text-transform: uppercase;
    margin: 14px 0 20px;
    padding: 0;
    font-size: 21px;
    font-family: "HeliosLight";
    color: #006AB3;
}

.item-info-box .item-attributes {
    font-weight: bold;
}

.item-info-box .item-attributes tr:nth-child(odd) {
    background: #E5F5FB;
}

.item-info-box .item-attributes {
    width: 100%;
}

.item-info-box .item-attributes tr td {
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}

.item-info-box .item-attributes tr td:last-child {
    padding-left: 40px;
    color: #898989;
}

.item-info-box .item-attributes tr td:first-child {
    color: #00336E;
    padding-left: 6px;
}

.item-info-box .desc {
    color: #898989;
}

.item-info-box .desc p {
    padding-left: 0;
}

.item-info-box .desc span > span {
    color: #00336E;
    font-weight: bold;
}

.item-block .attributes-title {
    padding: 0;
    margin: 0;
    display: none;
}

.item-block .item-attributes tr td:first-child {
    color: #00336E;
}

.item-block .item-attributes tr td:last-child {
    padding-left: 20px;
    color: #898989;
}

.item-block .item-attributes {
    margin-top: 10px;
    border: 1px solid #B2D8EA;
    border-left: 0;
    border-right: 0;width: 100%;
    font-size: 12px;
    font-family: "HeliosLight";
    font-weight: bold;
}

.item-block .item-attributes tr:first-child td { 
    padding-top:10px;
}

.item-block .item-attributes tr:last-child td { 
    padding-bottom:10px; 
}

.item-info-box .attributes-title {
    padding: 8px 0 0;
    margin: 10px 0 0;
    border-top: 1px solid #9DE0FD;
    color: #00336E;
    display: block;
    font-size: 14px;
    font-family: "Helios";
    font-weight: bold;
}

.item-info-box .attributes-title {
    padding-bottom: 10px;
}

.main-cat-box img {
    max-width: 140px;
    width: auto;
    height: auto;
    max-height: 140px;
}

.main-cat-box {
    width: 150px;
    text-align: center;
    height: 184px;
    padding: 20px 24px 20px 0;
    border-bottom: 1px solid #C2E3F5;
    float: left;
}

.main-cat-box a {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-family: "HeliosLight";
    color: #006AB3;
    line-height: 1;
    font-weight: bold;
}

.main-cat-box a:first-child {
    width: 140px;
    height: 140px;
    text-align: center;
    display: table-cell;
    text-align: center;
}

.main-cat-box a:last-child {
   padding-bottom: 10px;
}

.configuration-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #9DE0FD;
    font-size: 16px;
    font-family: "HeliosLight";
    font-weight: bold;
    color: #006AB3;
    margin-bottom: 10px;
}

.item-attr-name {
    margin: 20px 0;
    font-size: 12px;
    font-family: "Helios";
    color: #006AB3;
    font-weight: bold;
}

.conf-wrap {
    float: left;
}

.center-conf {
    margin: 0 20px;
}

.item-conf-box {
    width: 212px;
}

.item-conf-box span {
    font-size: 12px;
    font-family: "Helios";
    color: #898989;
    line-height: 1.5;
}

.item-conf-box span label span {
    font-family: Arial;
    color: #009EE0;
}

.item-configurations {
    display: table;
    width: 680px;
    margin-top: 20px;
    border: 1px solid #9DE0FD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 14px 50px;
}

.footer-logo img {
    margin-top: -22px;
}

.ui-widget-header {
    background: #005264 url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x !important;
} 

#filter .small_silver_button {
    background: #005264;
    padding: 0 8px 0;
    border: 1px solid #959595;
    color: #ffffff;
}

.actions-menu ul li.dostavka {
    padding: 0 30px 0 55px;
    background: url('../images/dostavka-icon.png') no-repeat left 15px top 17px;
}

.oplata {
    background: url('../images/oplata-icon.png') no-repeat left top 15px;
}

.vozvrat {
    background: url('../images/vozvrat-icon.png') no-repeat left top 15px;
}

.garantiya {
    background: url('../images/garantiya-icon.png') no-repeat left top 12px;
}

.ustanovka {
    background: url('../images/ustanovka-icon.png') no-repeat left top 15px;
}

#nav.sidebar-menu li a span  {
    font-family: "Helios";
}

#left-sidebar > h4 {
    font-size: 16px;
    font-family: "Helios";
    color: #B7F0FE;
    font-weight: normal;
    margin-bottom: 15px;
}

#nav.sidebar-menu > li {
    border-bottom: 1px solid #69B0D1;
    padding: 1px 0 8px;
}

.footer-line {
    width: 100%;
    height: 2px;
    margin-top: 20px;
    background: url('../images/footer--line.jpg');
}

.ml40 {
    margin-left: 40px;
}

#filter {
    background: url('../images/filter-bg.jpg');
}

#filter .filter_header, .filter-title {
    font-size: 14px;
    font-family: "Helios";
    color: #227EBD;
    font-weight: bold;
}

.filter-title, .filter_links {
    padding: 5px 0 12px;
    border-bottom: 1px solid #88B7D0;
    margin-bottom: 18px; 
}

.filter_links {
    font-size: 12px;
    font-family: Arial;
    color: #898989;
    line-height: 1.7;
}

.filter_links a {
    color: #298CC2;
}

.item-block .image {
    text-align: center;
}

.item-block .short-desc {
    text-align: center;
    color: #898989;
}

.hidden {
    display: none !important;
}

.breadcrumbs, .breadcrumbs a {
    font-size: 12px;
    font-family: "Helios";
    color: #84D0F0;
    text-decoration: none;
    margin-bottom: 18px;
}

.breadcrumbs span:last-child {
    text-decoration: underline;
}

.related-title {
    margin: 40px 0 20px;
    font-size: 21px;
    font-family: "Helios";
    color: #006AB3;
    text-transform: uppercase;
}

.item-price-text {
    font-size: 12px;
    font-family: "HeliosLight";
    color: #00336E;
    font-weight: bold;
}

#productPrice {
    display: inline-block;
    line-height: 30px;
    font-weight: bold;
    font-family: Arial;
}

.item-price-symbol {
    font-size: 13px;
    color:#9D0D15;
    font-weight: bold;
}

.item-user-actions {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.item-bookmark {
    margin-left: 20px;
}