
/**
 * 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.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }
html, body {
	height:100%;
}
body          { background:#060606 url(../img/bg.jpg) repeat-x 50% 0%; font:12px/1.35 Arial, Helvetica, sans-serif; color:#fff; }

img           { border:0; vertical-align:top; }

a             { color:#E5055D; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }


/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { background:url(../img/bg_all.jpg) no-repeat 50% 0%; min-height:100%; 	height:auto !important; 	height:100%; min-width:1000px; }
.page { width:979px; margin:0 auto; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#050505; padding:20px; text-align:left; }
.page-popup .page-title { background:none; }
.page-popup .btn-cart { height:29px; }
.main-container { background:url(../img/content.png); padding:68px 25px 30px 24px; }
.main {  }

/* Base Columns */
.col-left { float:left; width:310px; }
.col-main { float:left; width:619px;margin-top:-1px; }
.col-right { float:right; width:310px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; background:#252525 url(../img/bg_1cols.gif) repeat-x; padding:0 19px 20px 18px; }
.cms-index-index .col1-layout .col-main { float:none; width:auto; background:none; padding:0; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; background:#252525 url(../img/bg_2cols.gif) repeat-x; padding:0 23px 20px 20px; width:576px; }
.catalog-category-view .col-main, .catalogsearch-advanced-result .col-main, .catalogsearch-result-index .col-main, .tag-product-list .col-main { padding:0; width:619px; }
.col2-right-layout .col-main { background:#252525 url(../img/bg_2cols.gif) repeat-x; padding:0 23px 20px 20px; width:576px; }
.checkout-onepage-index .col2-right-layout .col-main { background:#252525 url(../img/checkout_bg.gif) repeat-x; }

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-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%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:11px Arial, Helvetica, sans-serif; vertical-align:middle; color:#828181; }
input.input-text,select,textarea { background:#2A2A2A; border:1px solid #494949; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:29px; background:transparent url(../img/btn.png) 0 0 no-repeat; padding:0 0 0 14px; font:bold 12px/25px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#000; }
button.button span span { background-position:100% 0; padding:0 15px 0 0; }
.block button.button span { background:transparent url(../img/pink.png) 0 0 no-repeat; color:#fff;  padding:0 0 0 13px; }
.block button.button span span { background-position:100% 0; padding:0 15px 0 0; }
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#fff; font-weight:normal; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#D60453; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; padding:5px 0; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #4D4D4D; background:#2A2A2A; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #4D4D4D; background:#2A2A2A; color:#fff; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../img/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:12px; text-align:right; color:#D60453; }
/* 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; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.sendfriend-product-send .notice-msg { display:none; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../img/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../img/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../img/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding:15px 0 15px 20px; font-size:11px; text-transform:uppercase; }
.breadcrumbs li { display:inline; color:#E5055D; }
.breadcrumbs li span { color:#fff; }
.breadcrumbs li strong { font-weight:normal; }
.breadcrumbs li a { color:#fff; }

/* Page Heading */
.page-title { background:url(../img/page-title-2cols.jpg) no-repeat; padding:15px 0 22px 20px; margin:0 0 2px 0; }
.col2-right-layout .col-main .page-title { margin:0 -23px 20px -20px; }
.col2-left-layout .col-main .page-title { margin:0 -23px 20px -20px; }
.col1-layout .col-main .page-title { margin:0 -19px 20px -18px; background:url(../img/page-title-1cols.jpg) no-repeat; }
.catalog-category-view .col2-left-layout .col-main  .page-title, .catalogsearch-advanced-result .col2-left-layout .col-main  .page-title,
.catalogsearch-result-index .col2-left-layout .col-main  .page-title, .tag-product-list .col2-left-layout .col-main  .page-title { margin:0; }
.page-title h1,
.page-title h2 { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; text-transform:uppercase; color:#fff; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; }

/* Pager */
.pager { padding:5px 3px 6px 9px; text-align:center; color:#545454; }
.pager .amount { float:left; }
.pager .amount strong { font-weight:normal; }
.pager .limiter { float:right; }
.pager .limiter select { background:#000; border:0; font-size:11px; color:#545454; margin:0 4px; }
.pager .pages { margin:0 135px; }
.pager .pages strong { font-weight:normal; }
.pager .pages a { color:#545454; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter { padding:6px 3px 9px 9px; border-top:solid 1px #525151; color:#545454; }
.sorter .view-mode { float:left; }
.sorter .view-mode a { color:#545454; }
.sorter .sort-by { float:right; padding:0 42px 0 0; }
.sorter .sort-by select { background:#000; border:0; font-size:11px; color:#545454; margin:0 4px; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { background:#212121; padding:0 18px 0 14px; margin-bottom:1px; }
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:10px; border:1px solid #343434; white-space:nowrap; }
.data-table td { padding:10px; border:1px solid #343434; }
.data-table thead { background-color:#2A2A2A; }
.data-table tbody {}
.data-table tfoot { background-color:#2A2A2A; }
.data-table tfoot td { padding:7px 6px 4px 6px; }
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {  }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even {  }
.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;  }
.data-table td.value {}

.cart-table { border-right:1px solid #343434; }
.cart-table td { vertical-align:middle; }
.cart-table .price { font-size:16px; font-weight:bold; color:#D60453; }
.cart-table .product-image { display:block; background:#fff; width:140px; height:100px; }
.cart-table .product-name a { color:#fff; text-decoration:none; }
.cart-table .product-name a:hover { text-decoration:underline; }
.cart-table .qty { background:#2A2A2A; border:solid 1px #3E3E3E; width:48px !important; height:16px; color:#6E6E6E; }
.cart-table tfoot td { overflow:hidden; }
.cart-table tfoot td button { height:29px; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../img/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../img/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */

/*.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 */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; }
.link-wishlist { color:#E5055D; }
.link-reorder { font-weight:bold; }
.link-compare { color:#fff; }
.link-print { background:url(../img/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../img/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../img/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../img/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin:0 auto; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* 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(../img/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; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header-container {}
.header { height:147px; }
.header .logo { position:absolute; margin:32px 0 0 22px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header .welcome-msg { float:right; clear:both; padding:7px 0 0 0; font-size:12px; font-weight:bold; color:#F50962; }
.header .links { float:right; clear:both; padding:6px 0 0 0; }
.header .links li { font-size:12px; padding:0 0 0 16px; }
.header .links li a { color:#fff; text-decoration:none; }
.header .links li a:hover { text-decoration:underline; }
.header .form-search { float:right; clear:both; padding:10px 0 0 0; }
.header .form-search label { display:none; }
.header .form-search .input-box { float:left; width:185px; height:28px; background:url(../img/bg_search.gif) no-repeat; }
.header .form-search .input-text {  width:180px; height:24px; line-height:24px; background:none; border:0; color:#7D7D7D; }
.header .form-search button { float:left; }
.header .form-search button span { background:url(../img/btn_search.gif) no-repeat; width:61px; height:28px; padding:0; }
.header .form-search button span span { display:none; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #313131; background-color:#272727; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #313131; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { float:right; padding:4px 7px 0 0; }
.header .quick-access { padding:23px 24px 0 0; }
.header .currencies { float:right; }
.header .currencies label { font-size:12px; color:#4B4B4B; padding:0 8px 0 0; }
.header .currencies select { border:solid 1px #2F2F2F; background:#252525; width:76px; font-size:11px; color:#fff; }

/********** < Navigation */
.nav-container { min-height:122px; background:url(../img/submenu.jpg) no-repeat 0% 71px; }
#nav { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; position:relative; background:url(../img/nav.png); }

/* All Levels */
#nav li { text-align:left; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; height:72px; }
#nav li a { float:left; padding:24px 20px 26px; font-weight:bold; text-transform:uppercase; text-align:center; color:#fff; }
#nav li a:hover { background:url(/img/nav_hov.png) }
#nav li.over a,
#nav li.active a { background:url(/img/nav_hov.png); }
.nav-1 a { background:url(../img/nav.png);  }


/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:921px; top:72px; left:-10000px; background:#B90448 url(../img/submenu.jpg) no-repeat 0 -1px; padding:10px 0 0 9px; }
#nav ul ul { background:#B90448; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:47px; }

#nav ul li { float:left; height:auto; }
#nav ul li.last {  }
#nav ul li a { background:none; width:auto !important; padding:0 0 0 10px; font-weight:normal; font-size:13px; color:#fff !important; }
#nav ul li a span { float:left; padding:6px 15px 0 0; height:31px;  }
#nav ul li a:hover { color:#fff !important; background:url(../img/mlink.png) no-repeat !important; }
#nav ul li a:hover span { background:url(../img/mlink.png) no-repeat 100% 0%; }
#nav ul li.active > a,
#nav ul li.over > a { color:#fff !important; background:url(../img/mlink.png) no-repeat !important; }
#nav ul li.active > a span,
#nav ul li.over > a span { background:url(../img/mlink.png) no-repeat 100% 0%; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:0; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {  }
.block .block-title { background:url(../img/block_title.gif) no-repeat; padding:15px 0 17px 20px; }
.block .block-title strong { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; text-transform:uppercase; color:#fff; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle {  }
.block .block-content { padding:20px; background:#252525 url(../img/block_bg.gif) repeat-x; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even {  }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { background:#fff; float:left; width:69px; height:62px; }
.mini-products-list .product-details { margin-left:85px; }
.mini-products-list .product-details .product-name { font-size:12px; line-height:17px; margin:0 0 20px 0; }
.mini-products-list .product-details .product-name a { color:#fff; text-decoration:none; }
.mini-products-list .product-details .product-name a:hover { text-decoration:underline; }
.mini-products-list .price { color:#E5055D; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav .block-subtitle { padding-bottom:11px; }
.block-layered-nav dt { background:#212121; padding:4px 0 5px 6px; color:#545454; }
.block-layered-nav dd { padding:12px 0; color:#E5055D; }
.block-layered-nav .currently {}
.block-layered-nav .currently li { background:#212121; padding:4px 0 4px 6px; color:#E5055D; margin:0 0 1px 0; }
.block-layered-nav .currently li .label { color:#545454; }
.block-layered-nav .btn-remove { margin:2px 3px 0 0; }
.block-layered-nav .actions { padding:12px 0 40px 0; }
.block-layered-nav .actions a { float:right; }

/* Block: Cart */
.block-cart {}
.block-cart .block-title { background:url(../img/block_title_cart.gif) no-repeat; }
.block-cart .summary {}
.block-cart .amount { padding:0 0 12px 0; }
.block-cart .amount a { color:#E5055D; text-decoration:none; font-weight:bold; }
.block-cart .amount a:hover { text-decoration:underline; }
.block-cart .subtotal { background:#212121; padding:4px 0 4px 6px; color:#545454; margin-bottom:15px; }
.block-cart .subtotal .price { font-size:12px !important; font-weight:normal !important; color:#E5055D; padding-left:12px; }
.block-cart .empty strong { color:#E5055D; }
.block-cart .actions { padding:0 0 7px 0; }
.block-cart .block-subtitle { padding-bottom:13px; }
.cms-index-index .block-cart .block-content { background:#252525 url(../img/index_bg_compare.gif) repeat-x; padding:20px 20px 22px 20px; margin-bottom:1px; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related .block-subtitle { padding:0 0 18px 0; }
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-33px; }
.block-related .product { margin-left:33px; }
.block-related .product .product-image { float:left; margin-right:-85px; }
.block-related .product .product-details { margin-left:85px; }
.block-related .price-box { margin-bottom:8px; }
.block-related .price { font-weight:normal !important; }
.block-related .link-wishlist { float:right; }
.block-related .block-content li.item { padding:0 0 17px 0; }
.block-related .block-content li.last { padding:0 !important; }

/* Block: Compare Products */
.block-compare {}
.block-compare .btn-remove { margin:2px 0 0 0; }
.block-compare .empty strong { color:#E5055D; }
.block-compare .block-content li.item { padding:0 0 16px 0; line-height:17px; }
.block-compare .block-content li.item a { color:#fff; text-decoration:none; }
.block-compare .block-content li.item a:hover { text-decoration:underline; }
.block-compare .actions a { margin:3px 0 0 0; }
.cms-index-index .block-compare .block-content { background:#252525 url(../img/index_bg_compare.gif) repeat-x; padding:18px 20px 35px 20px; margin-bottom:1px; }

/* Block: Recently Viewed */
.block-viewed {}
.block-viewed .block-content li.item { padding:0 0 20px 0; line-height:17px; background:url(../img/mark.gif) no-repeat 0% 8px; text-indent:11px; }
.block-viewed .block-content li.item a { color:#fff; text-decoration:none; }
.block-viewed .block-content li.item a:hover { text-decoration:underline; }

/* Block: Recently Compared */
.block-compared {}
.block-compared .block-content li.item { padding:0 0 20px 0; line-height:17px; background:url(../img/mark.gif) no-repeat 0% 8px; text-indent:11px; }
.block-compared .block-content li.item a { color:#fff; text-decoration:none; }
.block-compared .block-content li.item a:hover { text-decoration:underline; }

/* Block: Poll */
.block-poll label {}
.block-poll .block-subtitle { padding-bottom:13px; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:0 0 10px 0; }
.block-poll .actions { margin:5px 0 0; text-align:left; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; font-size:13px; }
.block-tags li a { color:#fff; }
.block-tags .actions { padding:10px 0 0 0; }

/* Block: Subscribe */
.block-subscribe {}
.block-subscribe .block-content { background:#252525 url(../img/bg_newsletter.gif) repeat-x; overflow:hidden; }
.block-subscribe label { display:none; }
.block-subscribe .input-box { float:left; }
.block-subscribe .input-text { float:left; background:#272727; border-left:solid 1px #1F1F1F; border-top:solid 1px #1E1E1E; border-bottom:solid 1px #2C2C2C; border-right:0; width:231px; height:17px; font-size:12px; color:#808080; margin:0; }
.block-subscribe .actions { float:left; clear:none; padding:0; margin-right:-10px; margin-left:-2px; }
.block-subscribe .actions button { height:23px; }
.block-subscribe .actions button span { background:url(../img/btn_newsletter.gif) no-repeat; width:32px; height:23px; padding:0; }
.block-subscribe .actions button span span { display:none; }
/*.block-subscribe .validation-advice { position:absolute; }*/

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {  }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { position:relative; margin-right:-2px; margin-bottom:1px; }
.products-grid.last {  }
.products-grid li.item { float:left; width:206px; margin:0 1px 0 0; }
 li.item { float:left; width:206px; margin:0 1px 0 0;}
.products-grid li.last { margin:0 !important; }
.products-grid .product-image { background:#fff; display:block; width:206px; height:205px; }
.products-grid .product-name { padding:0 18px 8px 20px; font-size:12px; line-height:20px; }
.products-grid .product-name a { color:#fff; text-decoration:none; }
.products-grid .product-name a:hover { text-decoration:underline; }
.products-grid .price-box { margin:0; float:left; padding:3px 0 0 20px; }
.products-grid .price { font-size:16px; font-weight:bold; color:#D60453; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { float:right; padding:0 17px 0 0; }
.products-grid .add-to-links { clear:both; text-align:center; padding:11px 0 0 0; }
.products-grid .add-to-links li { display:inline; }
.products-grid .add-to-links .separator { display:inline; margin:0 2px; }
.products-grid .ratings { margin:0 auto 12px auto; width:95px; }
.grid_bg { background:#252525 url(../img/grid_bg.gif) repeat-x; padding:18px 0 22px 0; min-height:105px; }
.index_new { background:#252525 url(../img/index_new.gif) repeat-x; padding:18px 0 13px 0; min-height:76px; }
.new_products_block .product-name { min-height:40px; }

/* View Type: List */
.products-list li.item { background:#252525 url(../img/list_bg.gif) repeat-x; padding:20px 17px 24px 20px; }
.products-list li.item.last {  }
.products-list .product-image { float:left; width:206px; height:205px; background:#fff; }
.products-list .product-shop { margin-left:235px; }
.products-list .product-name { margin:0 0 20px; font-size:12px; line-height:20px; }
.products-list .product-name a { color:#fff; text-decoration:none; }
.products-list .product-name a:hover { text-decoration:underline; }
.products-list .rating-links { padding:21px 0 0 0; clear:both; font-size:12px; }
.products-list .ratings { margin:0 0 20px 0; }
.products-list .price-box { margin:0 0 20px 0; }
.products-list .price { font-size:16px; font-weight:bold; color:#D60453; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:18px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more {  }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.rev_link2 { color:#fff; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:75px; height:14px; font-size:0; line-height:0; background:url(../img/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:14px; background:url(../img/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}
.ratings .amount a { color:#fff; text-decoration:none; }
.ratings .amount a:hover { text-decoration:underline; }

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only span,
.availability-only a { cursor:help; }
.availability-only a { background:url(../img/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend { padding-bottom:13px; }

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

/* 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; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.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; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* 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 notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.product-view .product-shop .tier-prices .price { font-weight:normal !important; font-size:11px !important; }
.tier-prices .benefit { font-weight:bold; color:#E5055D; }
.tier-prices li { background:#1D1D1D; padding:4px 0; width:215px; text-align:center; font-size:11px; color:#545454; margin-bottom:1px; }
.tier-prices { margin-bottom:20px; }

.tier-prices-grouped {}

/* 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-cart .paypal-logo { clear:left; }

/* 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-view {}

.product-essential { padding:0 0 20px 0; }

.product-collateral .box-collateral { margin:0 0 30px; }
.product-collateral .box-collateral h2 { padding:26px 0 24px 0; border-top:solid 1px #2A2A2A; font-size:16px; font-weight:bold; text-transform:uppercase; color:#D60453; }

/* Product Images */
.product-view .product-img-box { float:left; width:263px; }
.product-view .product-img-box .product-image { background:#fff; }
.product-view .product-img-box .product-image-zoom { position:relative; width:263px; height:263px; 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 { padding:19px 0 16px 0; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../img/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.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:33px; height:22px; background:url(../img/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 .product-img-box .more-views h2 { font-size:14px; font-weight:bold; color:#D60453; text-transform:uppercase; padding:16px 0 22px 0; }
.product-view .product-img-box .more-views ul { margin-left:-23px }
.product-view .product-img-box .more-views li { float:left; background:#fff; margin:0 0 8px 23px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; padding:15px 0; }
.product-image-popup .nav a { margin:0 10px; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:282px; }
.product-view .product-shop .product-name h1 { font-size:12px; line-height:18px; color:#fff; padding:0 0 20px 0; }
.product-view .product-shop .ratings { margin:0 0 17px 0; }
.product-view .product-shop .rating-links { padding:0 0 0 103px; }
.product-view .product-shop .rev_link1 {  }
.product-view .product-shop .no-rating { padding-bottom:13px; }
.product-view .product-shop .price-box { float:left; padding:0 30px 0 0; }
.product-view .product-shop .price { font-size:16px; font-weight:bold !important; color:#D60453; }
.product-view .product-shop .availability { float:right; margin-top:3px; }
.product-view .product-shop .availability span { font-weight:normal; }
.product-view .product-shop .clear { height:17px !important; }
.product-view .product-shop .add-to-cart label { margin:6px 7px 0 0; }
.product-view .product-shop .add-to-cart .qty { width:25px !important; height:21px; background:#1E1E1E; border:solid 1px #2A2A2A; color:#fff; }
.product-view .product-shop .add-to-cart button.button { margin-left:10px; }
.product-view .product-shop .add-to-box {}
.product-view .product-shop .add-to-box .add-to-cart {  }
.product-view .product-shop .add-to-box .or {  margin:6px 9px 0 6px; float:left; font-size:11px; }
.product-view .product-shop .add-to-box .add-to-links { margin:-4px -10px 0 0; line-height:16px; }
.product-view .short-description { padding:26px 0 0 0; }
.product-view .short-description h2 { padding:0 0 23px 0; font-size:14px; font-weight:bold; color:#D60453; text-transform:uppercase; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #2A2A2A; }
.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 input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.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 #2A2A2A; border-top:0; }
.product-options-bottom .price-box { margin:4px 0; }

/* Grouped Product */
.product-view .grouped-items-table { margin:13px 0 0 0; }

/* Block: Description */
.product-view .box-description {}
.product-view .box-description .std p { padding-bottom:13px; }

/* Block: Additional */
.product-view .box-additional {}
.product-view .box-additional .data-table th { font-weight:normal; }

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid { margin:0 -25px 0 -20px; }
.product-view .box-up-sell .products-grid .product-name { padding-top:16px; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags h3 { font-size:12px; font-weight:normal; padding-bottom:17px; }
.product-view .box-tags .product-tags { margin-bottom:17px; }
.product-view .box-tags .product-tags li { display:inline; font-size:12px; padding:0 12px 0 0; margin:0 11px 0 0; background:url(../img/sp.gif) no-repeat 100% 3px; }
.product-view .box-tags .product-tags li.last { background:none; }
.product-view .box-tags .product-tags li a { color:#fff; text-decoration:none; }
.product-view .box-tags .product-tags li a:hover { text-decoration:underline; }
.product-view .box-tags .form-add label { display:block; padding:0 0 5px 0; font-size:12px; }
.product-view .box-tags .form-add .input-box { float:left; width:502px; }
.product-view .box-tags .form-add input.input-text { width:485px; height:21px; background:#1E1E1E; border:solid 1px #2A2A2A; color:#fff; }
.product-view .box-tags .form-add button { margin-right:-15px; }
.product-view .box-tags p { clear:both; padding:15px 0 0 0; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews dd,.product-view .box-reviews h3,.product-view .box-reviews h4 { padding-bottom:13px; }
.product-view .box-reviews .data-table { margin-bottom:13px; }
.product-view .box-reviews .input-box { width:100%; }
.product-view .box-reviews .input-text, .product-view .box-reviews textarea { width:99%; }
.product-view .box-reviews .buttons-set button { float:left; }
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
.send-friend .buttons-set button { margin-left:10px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; font-size:13px; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount { padding:20px 0 20px 20px; }
.advanced-search-summary { padding:0 0 20px 20px; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../img/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { text-align:right; padding:0 0 20px 0; }
.cart .checkout-types li {  }
.cart .checkout-types li button { height:37px; }
.cart .checkout-types li button span { background:url(../img/proceed.png) no-repeat; height:37px; line-height:37px; font:bold 17px/37px "Trebuchet MS", Arial; text-transform:uppercase; padding:0 0 0 27px; color:#fff; }
.cart .checkout-types li button span span { background-position:100% 0%; padding:0 28px 0 0; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:28px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:554px; }
.cart .cart-collaterals .col-1 { float:left; width:223px; }
.cart .cart-collaterals .col-2 { float:right; width:311px; }

.cart .crosssell { border:solid 1px #383838; padding:13px 15px 2px 15px; }
.cart .crosssell h2 { font-size:12px; font-weight:normal; line-height:16px; padding-bottom:15px; }
.cart .crosssell .product-image { float:left; width:88px; height:133px; background:#fff; }
.cart .crosssell .product-details { margin-left:99px; }
.cart .crosssell .product-name { padding-bottom:11px; }
.cart .crosssell .product-name a { color:#fff; text-decoration:none; }
.cart .crosssell .product-name a:hover { text-decoration:underline; }
.cart .crosssell .price-box { margin:0 0 13px 0; }
.cart .crosssell .price { font-size:12px; font-weight:normal; color:#D60453; }
.cart .crosssell button { margin-bottom:10px; }
.cart .crosssell li.item { border-bottom:solid 1px #373737; padding:0 0 19px 0; margin:0 0 19px 0; }
.cart .crosssell li.last { border-bottom:0; margin:0; }
.cart .crosssell  button.button span { background:transparent url(../img/pink.png) 0 0 no-repeat; color:#fff;  padding:0 0 0 13px; }
.cart .crosssell  button.button span span { background-position:100% 0; padding:0 15px 0 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:solid 1px #383838; padding:12px 0 14px 16px; overflow:hidden; margin-bottom:20px; }
.cart .discount h2,
.cart .shipping h2 { font-size:14px; font-weight:bold; color:#D60453; padding-bottom:12px; text-transform:uppercase; }

.cart .discount label { display:block; padding-bottom:4px; }
.cart .discount .input-box { float:left; width:179px; }
.cart .discount .input-text { background:#2A2A2A; border:solid 1px #4D4D4D; width:160px; height:20px; font-size:11px; color:#8F8E8E; }
.cart .discount .buttons-set { float:left; clear:none; padding:0; }

.cart .shipping p { padding-bottom:9px; }
.cart .shipping label { font-weight:normal; color:#fff; }
.cart .shipping .form-list select { background:#2A2A2A; border:solid 1px #4D4D4D; width:278px; font-size:11px; color:#8F8E8E; }
.cart .shipping .form-list input.input-text { background:#2A2A2A; border:solid 1px #4D4D4D; width:272px; font-size:11px; color:#8F8E8E; }
.cart .shipping .buttons-set button { float:left; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:316px; border:solid 1px #323232; background:#2A2A2A; padding:18px 0 0 0; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px 0; vertical-align:middle !important; }
.cart .totals table td strong { font-weight:normal; }
.cart .totals table tfoot th {}
.cart .totals .checkout-types { padding:7px 0 14px 0; text-align:center; }
.cart .totals .checkout-types li { padding-bottom:13px; }
.grndttl { width:136px; padding-left:19px !important; }
.grndttl .price { font-size:12px; font-weight:normal; color:#D60453; }

/* 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 #080808; background-color:#202020; }
.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 ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; margin-right:5px; font-size:12px; font-weight:bold; color:#fff; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../img/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages { padding:13px 0; }
.gift-messages-form {  }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../img/bkg_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:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-size:11px; text-transform:uppercase; padding:13px 0 16px 0; border-bottom:solid 1px #3E3E3E; }
.block-progress dt.last { border:0; }
.block-progress dd { font-size:12px; padding:13px 0 13px 0; border-bottom:solid 1px #3E3E3E; } 
.block-progress dt.complete,
.block-progress dd.complete {  }

.opc { border-bottom:1px solid #3E3E3E; position:relative; }
.opc li.section { border:1px solid #3E3E3E; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { padding:16px 0 14px 27px; text-align:right; }
.opc .step-title .number { float:left; width:18px; height:18px; border:solid 1px #fff; font-size:12px; font-weight:bold; text-align:center; line-height:18px; margin-right:10px; }
.opc .step-title h2 { float:left; font-size:12px; font-weight:bold; color:#fff; padding:3px 0 0 0; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { cursor:default; }
.opc .active .step-title .number { background:#fff; color:#000; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #3E3E3E; padding:20px 25px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

.opc button.button span { background:transparent url(../img/pink.png) 0 0 no-repeat; color:#fff;  padding:0 0 0 13px; }
.opc button.button span span { background-position:100% 0; padding:0 15px 0 0; }

/* 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 {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login h2, .account-login p { padding-bottom:13px; }
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account h2,.my-account h3,.my-account h4,.my-account .col2-set { padding-bottom:13px; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg { padding-bottom:13px; }

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order 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 .cart-price,
.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; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { background:url(../img/content.png); padding:0 25px 30px 24px; }
.footer { background:url(../img/footer.gif) no-repeat; padding:18px 0 0 21px; height:57px; }
.footer address { display:block; padding:2px 0 0 0; font-size:12px; color:#5A5A5A; }
.footer ul { float:left; }
.footer ul li { display:inline; font-size:12px; padding:0 18px 0 0; }
.footer ul li a { color:#fff; text-decoration:none; }
.footer ul li a:hover { color:#D60453; text-decoration:none; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.clear { clear:both; height:1px; font-size:0%; line-height:0%; }

.index_banners { padding:0 0 28px 0; }
.index_col1 { float:left; width:310px; }
.index_col2 { float:right;width:682px;}
.index_col2 .page-title { margin:0 !important; }

#checkout-step-login h3, #checkout-step-login h4, #checkout-step-login p { padding-bottom:13px; }

#checkout-step-billing .form-list,#checkout-step-shipping .form-list { margin:0 -100px 0 0; }
#checkout-step-billing .form-list .field,#checkout-step-shipping .form-list .field { width:292px; }
#checkout-step-billing .form-list input.input-text,#checkout-step-shipping .form-list input.input-text { width:228px; }
#checkout-step-billing .form-list select,#checkout-step-shipping .form-list select { width:234px; }
#checkout-step-billing .form-list li.wide input.input-text,#checkout-step-shipping .form-list li.wide input.input-text { width:520px; }
#checkout-step-billing .control { float:left; padding:0 45px 0 0; }


.my-wishlist .product-name { padding-top:13px !important; }
.my-wishlist textarea { width:99%; }
.my-wishlist .buttons-set button { margin:0 0 0 10px; }

#my-orders-table .last .nobr { white-space:normal; }
#my-orders-table .last .separator { display:none; }
#my-orders-table .last a { display:block; }

.block-title a{color: white; font-size: 12px}
.block-title a:hover{color: #CA044F; font-size: 14px}
.skr_r_p, input{color: black}

.paging {margin: 0 auto; cursor: pointer}
.pagCont{margin-bottom: 20px}


.product-center{padding: 15px}

.product-page{margin-top: 30px}

.menu_u > div > div{float: left; line-height: 50px; padding: 0 30px; font-size: 16px}

form[name="actions"]{color: black}
form[name="addanket"]{float: left; padding: 10px; margin-right: 20px}
form[name="addanket"] td{ padding: 0px 5px}

.submit{text-align: center}
.addanke{padding: 10px}
.addanke div, .addanke input, .addanke img{margin: 5px 0 }

#nav li .active{background:url(/img/nav_hov.png) }
.index_colsearch{padding:35px}




.product-info {
    padding:5px;
    width:130px;
    font-weight: bold;
    border-bottom:1px #eeeeee solid;
}
.product-info-val {
    padding:5px;
    border-bottom:1px solid #eeeeee;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px auto;
  border-radius: 4px;

}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.paging {
    text-align: center;
    margin: 20px auto;
    
}

.paging span{
    color:#8594b3;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
.paging span:hover{
    text-decoration:underline;
}

.paging td{
    padding:0px 4px;
    color: #8594B3;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;    
}

.paging .pagDots{
    display: inline;
    margin:0px 3px;
    color: #8594B3;
    font-size: 14px;
    text-decoration: none;    
}
.paging .pagDots{
    text-decoration: none;
}
.paging .pagCurrent {
    font-size:20px;
    color:#fff;
    text-decoration: none;
    cursor:default;
}

.paging .pagCurrent:hover{
    font-size:20px;
    text-decoration: none;
    color:#fff;
    cursor:default;
}

.paging td:hover {
    color:red;
}
.aname {
	height:23px;
	display: block;
	overflow: hidden;
	text-decoration: none;
}


@font-face{font-family:'pt_sans_narrow';src:url('/public/fonts/ptn57f.eot');src:url('/public/fonts/ptn57f.eot?#iefix') format('embedded-opentype'),
url('/public/fonts/ptn57f.woff') format('woff'),
url('/public/fonts/ptn57f.ttf') format('truetype'),
url('/public/fonts/ptn57f.svg#pt_sans_narrowregular') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'pt_sans_narrow';src:url('/public/fonts/ptn77f.eot');src:url('/public/fonts/ptn77f.eot?#iefix') format('embedded-opentype'),
url('/public/fonts/ptn77f.woff') format('woff'),
url('/public/fonts/ptn77f.ttf') format('truetype'),
url('/public/fonts/ptn77f.svg#pt_sans_narrowbold') format('svg');font-weight:bold;font-style:normal;}
html, body{margin:0;padding:0;height:100%;/*background:#ddd url(/public/images/newyear.png) repeat top left;*/}

.BannerLeftContainer {
margin-bottom: 15px;
border-radius: 10px;
box-shadow: 0px 10px 15px -10px #000;
border: 1px solid #DC2056;
height: 248px;
overflow: hidden;
width: 238px;
padding: 1px;
background: #FFF;
}

.BannerLeftContainer #banner_2{
height: 240px;
overflow: hidden;
position: relative;
top: 1px;
}
.BigStockContainer {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
float: left;
max-height: 249px;
height: 249px;
position: relative;
width: 99%;
z-index: 5;
max-width: 758px;
min-width: 200px;
overflow: hidden;
box-shadow: 0px 10px 15px -10px #000;
-moz-box-shadow: 0px 10px 15px -10px #000;
-webkit-box-shadow: 0px 10px 15px -10px #000;
border: 1px solid #DC2056;
background: #FFF;
margin-bottom: 15px;
}
.RightStockContainer {
padding-top: 16px;
position: absolute;
right: 31px;
}

.ProductOfTheDayWhite {
height: 240px;
line-height: 220px;
vertical-align: middle;
padding: 10px 0 10px 0;
text-align: center;
display: table;
border: 1px solid #DC2056;
border: none;
border-bottom: 0px;
width: 100%;
margin-left: 5px;
background: #FFF;
margin: 0px auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.ProductOfTheDayMiddle a.product-name {
color: #C51C3E;
display: inline-block;
border: 1px solid #DC2056;
border: none;
border-top: 0px;
border-bottom: 0px;
margin: 0px 0px 0px 0px;
font-size: 19px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
text-align: center;
vertical-align: middle;
height: 54px;
text-decoration: none;
overflow: hidden;
background: #FFF;
}
.ProductOfTheDayDescriptionInner {
background: none;
padding-bottom: 4px;
overflow: hidden !important;
background-color: none;
border: 1px solid #DC2056;
border-bottom: #fff;
border-top: none;
}
.ProductOfTheDayDescription {
background: none;
padding: 0 10px 0 10px;
height: 109px;
background-color: #fff;
background-size: 100% 100%;
}
.ProductOfTheDayDescription li {
border-bottom: 1px solid rgba(158, 23, 62, 0);
line-height: 14px;
overflow: hidden !important;
margin-left: -5px;
}
.ProductOfTheDayDescription li p {
background: url(/public/images/product-description-list.png) no-repeat 0 50%;
color: #000;
margin: 2px 0 2px 0px;
padding: 0 0 0 12px;
font-size: 14px;
white-space: nowrap;
font-family: pt_sans_narrow;
}
.ProductOfTheDayBottom {
background: none;
background-size: 100% 100%;
height: 66px;
text-align: center;
background-color: #FFF;
border-radius: 0px 0px 10px 10px;
}
.ProductOfTheDayBottomWhite {
vertical-align: middle;
height: 67px;
border-radius: 0px 0px 8px 8px;
padding: 10px;
text-align: center;
display: table;
border: 1px solid #DC2056;
border-top: none;
width: 100%;
margin-left: 0px;
box-shadow: none;
background: #FFF;
position: relative;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.ProductOfTheDayBottom span.ProductOfTheDayBottom_price {
color: #DD322C;
font-size: 31px;
position: absolute;
left: 20px;
top: 4px;
padding: 0px 10px;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
font-family: Tahoma, Arial, Helvetica, sans-serif;
border: 3px solid;
border-radius: 8px;
}





















#pso_full {
width: 720px;
margin: 0px auto;
text-shadow: none;
padding-bottom: 50px;
}
#pso_full .pso_block_logo {
background: url(/public/images/pso_logo.png) no-repeat center left;
height: 180px;
}
#pso_full .pso_block_top {
background: url(/public/images/pso_block_top.png) no-repeat center left;
height: 185px;
}
#pso_full .pso_block_text_1 {
margin-bottom: 20px;
}
#pso_full .pso_block_text_1 p {
font: 15px pt_sans;
padding-bottom: 0px;
}
#pso_full .pso_block_text_bold {
margin-top: 30px;
}
#pso_full .pso_block_text_bold p {
font: 19px pt_sans;
font-weight: bold;
padding-bottom: 11px;
border-bottom: 1px solid #DC2056;
}
#pso_full .pso_block_text_check {
margin-top: 20px;
}
#pso_full .pso_block_text_check p {
color: #6F6F6F;
font: 19px pt_sans;
line-height: 33px;
padding-left: 40px;
padding-bottom: 0px;
background-image: url(/public/images/checker.png);
background-repeat: no-repeat;
background-position: center left;
}
#pso_full .pso_block_button {
text-align: center;
}
#pso_full .pso_block_button div {
width: 190px;
height: 35px;
display: inline-block;
text-align: center;
padding-top: 140px;
margin-top: 10px;
background-repeat: no-repeat;
background-position: center center;
cursor: pointer;
font: 19px pt_sans;
text-decoration: underline;
}
#pso_full .pso_block_button div:hover {
color: #C51C3E;
}
#pso_full .pso_block_button div.active {
color: #C51C3E;
}
#pso_full .pso_block_button div .pso_block_st {
padding-top: 0px;
margin-top: 0px;
margin-bottom: -6px;
text-decoration: none;
}
#pso_full .pso_block_button .active .pso_block_st {
background-image: url(/public/images/pso_st.png);
background-repeat: no-repeat;
background-position: bottom center;
}
#pso_full #pso_block_1 {
background-image: url(/public/images/pso_block_1.png);
}
#pso_full #pso_block_2 {
background-image: url(/public/images/pso_block_2.png);
}
#pso_full #pso_block_3{
background-image: url(/public/images/pso_block_3.png);
}

#pso_full .active #pso_block_1, #pso_full #pso_block_1:hover {
background-image: url(/public/images/pso_block_act_1.png);
}
#pso_full .active #pso_block_2, #pso_full #pso_block_2:hover {
background-image: url(/public/images/pso_block_act_2.png);
}
#pso_full .active #pso_block_3, #pso_full #pso_block_3:hover {
background-image: url(/public/images/pso_block_act_3.png);
}

#pso_full .pso_block_move {
width: 810px;
margin-left: -45px;
margin-top: 10px;
margin-bottom: 50px;
box-shadow: 0px 20px 50px -10px #CCC;
}

#pso_full .pso_block_move div {
display:none;
}
#pso_full .pso_block_move .active {
display:block;
}

.pso_block_move p.pso_check {
color: #000;
font: 18px pt_sans;
line-height: 45px;
padding-left: 58px;
padding-bottom: 0px;
background-image: url(/public/images/checker.png);
background-repeat: no-repeat;
background-position: 25px 10px;
}
.pso_block_move p.pso_check.grey {
background-color: #E6E6E6;
}

#pso_full .pso_block_works {
margin-top: 25px;
}

#pso_full .pso_block_works .pso_block_work {
width: 48%;
display: inline-block;
height: 210px;
}
#pso_full .pso_block_bottom {
border: 1px solid #DC2056;
padding: 20px;
margin-top: 50px;
margin-bottom: 40px;
}
#pso_full .pso_block_bottom p {
font: 18px pt_sans;
font-weight: bold;
}
#pso_full .pso_block_works p {
font: 12px pt_sans;
padding-bottom: 0px;
color: #DC2056;
}
#pso_full .pso_block_works .pso_block_work div {
width: 155px;
height: 155px;
float: left;
}
#pso_full .pso_block_works .pso_block_work .pso_block_text_2 {
width: 90%;
height: 33px;
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 37px;
margin-top: 5px;
}
#pso_full .pso_block_works .pso_block_work .pso_block_text_2.num_1 {
background-image: url(/public/images/pso_num_1.png);
}
#pso_full .pso_block_works .pso_block_work .pso_block_text_2.num_2 {
background-image: url(/public/images/pso_num_2.png);
margin-left: 15px;
}
#pso_full .pso_block_works .pso_block_work .pso_block_text_2.num_3 {
background-image: url(/public/images/pso_num_3.png);
margin-left: 60px;
}
#pso_full .pso_block_works .pso_photo.photo_1 {
background-image: url(/public/images/pso_photo_1.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
}
#pso_full .pso_block_works .pso_photo.photo_2 {
background-image: url(/public/images/pso_photo_2.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
margin-left: 10px;
}
#pso_full .pso_block_works .pso_photo.photo_3 {
background-image: url(/public/images/pso_photo_3.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
margin-left: 15px;
}
#pso_full .pso_block_works .pso_photo.photo_4 {
background-image: url(/public/images/pso_photo_4.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
margin-left: 60px;
}














#goods_service .ProductCartPSO_image {
width: 20%;
min-width: 125px;
height: 200px;
position: relative;
float: left;
background: url(/public/images/logopso.png) no-repeat center center;
}

#goods_service .ProductCartPSO_block {
width: 60%;
min-width: 500px;
position: relative;
float: left;
font-family: pt_sans;
font-size: 17px;
line-height: 33px;
margin-right: 2%;
text-align: left;
}
#goods_service .ProductCartPSO_block div {
margin-bottom: 5px;
padding: 0px 20px 0px 20px;
}
#goods_service .ProductCartPSO_block .text_black {
background-color: #525252;
color: #FFF;
text-align: center;
font-size: 20px;
font-weight: bold;
}
#goods_service .ProductCartPSO_block .text_grey {
background-color: #E7E7E7;
}
#goods_service .ProductCartPSO_block .text_white {
background-color: none;
}
#goods_service .ProductCartPSO_block .check {
background-image: url(/public/images/checker.png);
background-repeat: no-repeat;
background-position: center right;
background-position-x: 97%;
}
#goods_service .ProductCartPSO_block #pso {
margin: 0px;
padding: 0px;
}

#goods_service .ProductCartPSO_block #pso .pso_select {
background-image: url(/public/images/checkergr.png);
background-repeat: no-repeat;
background-position: center left;
background-position-x: 1%;
}

#goods_service .ProductCartPSO_block #pso .active {
background-image: url(/public/images/checker.png);
background-repeat: no-repeat;
background-position: center left;
background-position-x: 1%;
}

#goods_service #pso span {
color: #000;
font-size: 19px;
font-family: tahoma;
}
#goods_service #pso .pso_select.active span{
color: #DD322C;
}

#goods_service #pso span label{
font-size: 16px;
cursor: pointer;
margin-left: 20px;
}
#goods_service .ProductCartPSO_block .pso_info {
padding-left: 0px;
float: left;
}

#goods_service .ProductCartPSO_block .pso_info a {
position: relative;
display: inline-block;
height: 21px;
width: 110px;
line-height: 21px;
padding: 7px 5px 6px;
text-decoration: none;
font-size: 17px;
font-family: pt_sans;
color: #FFE !important;
cursor: pointer;
vertical-align: top;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
text-align: center;
float: right;
background: #525252;
}

#goods_service .ProductCartPSO_block .pso_buy {
padding: 0px;
float: right;
}
#goods_service .ProductCartPSO_block .pso_buy a {
position: relative;
display: inline-block;
height: 21px;
width: 150px;
line-height: 21px;
padding: 7px 5px 6px;
text-decoration: none;
font-size: 17px;
font-family: pt_sans;
color: #FFE !important;
cursor: pointer;
vertical-align: top;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
text-align: center;
float: right;
background: #FFB800;
}

#goods_service .ProductCartPSO_block .pso_buy a.active {
background: url(/public/images/buy5.jpg?v2) repeat-x left top;
}
#goods_service .ProductCartPSO_block .pso_buy a:hover {
background-position: 0 -34px !important;
}
#goods_service .ProductCartPSO_block .pso_buy a:active {
padding: 8px 5px 5px;
}

.ProductCartInfo {
margin-right: 180px;
clear: both;
position: relative;
display: none;
}

.ProductCartPSO , .ProductCartSlider{
float: left;
width: 46%;
height: 143px;
margin: 10px;
margin-left: 15px;
margin-right: 0px;
border: 3px solid #bbb;
border-color: rgba(0, 0, 0, 0.05);
border-radius: 8px;
display: block;
box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, 0.3), -1px -1px 1px 0 rgba(0, 0, 0, 0.3) inset;
position: relative;
top: 0px;
background: #fff;
display: none;
}

.ProductCartPSO {
left: 0px;
z-index: +1;
}
.ProductCartSlider {
right: 0px;
}

.CartContainer .ProductCartPSO {
margin: 0px;
padding: 0px;
box-shadow: none;
border: none;
background: none;
height: auto;
width: 100%;
display: block;
top: -5px;
position: relative;
}

.CartContainer .ProductCartPSO .pso_block0 {
height: 26px;
bottom: -30px;
left: 20px;
right: 20px;
position: absolute;
box-shadow: 0px -5px 16px -11px #000;
border-top: 1px solid #D6D6D6;
}
.CartContainer .ProductCartPSO  .pso_block1{
float: left;
position: relative;
}
.CartContainer .ProductCartPSO  .pso_block2{
float: left;
height: 70px;
width: 320px;
position: relative;
}
.CartContainer .ProductCartPSO  .pso_block3{
float: right;
width: 170px;
margin-top: 30px;
}
.CartContainer .ProductCartPSO  .pso_block1  div{
float: left;
}
.CartContainer .ProductCartPSO  .pso_block1  .pso_logo {
width: 75px;
margin-left: 51px;
height: 54px;
background: url(/public/images/pso_logomin.png) no-repeat center center;
}
.CartContainer .ProductCartPSO  .pso_block1  .pso_logo a{
width:100%;
height: 100%;
display: block;
}
.CartContainer .ProductCartPSO  .pso_block1  p.pso_name {
font: 19px pt_sans;
margin-bottom: 5px;
color: #000;
text-decoration: inherit;
background: none;
}
.CartContainer .ProductCartPSO .pso_block1 p {
font: 1em pt_sans;
color: #000;
line-height: 14px;
padding: 5px 15px;
white-space: nowrap;
clear: both;
}
.CartContainer .ProductCartPSO .pso_block1 .block_hide {
padding: 10px 15px;
}

.CartContainer .ProductCartPSO .pso_block1 .pso_text {
font: 14px pt_sans;
line-height: 13px;
margin-bottom: 5px;
color: #000;
text-decoration: inherit;
background: none;
border: none;
width: 510px;
}

.CartContainer .ProductCartPSO .pso_block1 p.pso_bottom {
text-align: center;
background: none;
border: none;
cursor:pointer;
}
.CartContainer .ProductCartPSO .pso_block1 p.pso_bottom:hover {
color: #C51C3E;
}
.CartContainer .ProductCartPSO .pso_block1 p#pso_bottom_show {
display: none;
}
.CartContainer .ProductCartPSO .pso_block1 p#pso_bottom_hide {
display: block;
}

.CartContainer .ProductCartPSO .pso_block1 p.pso_bottom  span{
font: 17px pt_sans;
}
.CartContainer .ProductCartPSO .pso_block1 p.pso_bottom a {
float: none;
color: #000;
text-decoration: none;
font: 13px pt_sans;
}

.CartContainer .ProductCartPSO .pso_block1 p.pso_bottom a:hover {
color: #C51C3E;
}
.CartContainer .ProductCartPSO .pso_block1 .pso_name a {
font: 12px pt_sans;
float: right;
margin-right: 10px;
color: #C51C3E;
}

.CartContainer .ProductCartPSO .pso_block1 .pso_head {
font: 19px pt_sans;
line-height: 19px;
margin-bottom: 5px;
margin-bottom: -5px;
color: #000;
text-decoration: inherit;
background: none;
border: none;
width: 555px;
}
.CartContainer .ProductCartPSO .pso_block1 .pso_head  a {
font: 19px pt_sans;
line-height: 19px;
margin-bottom: 5px;
color: #000;
text-decoration: inherit;
background: none;
border: none;
float: none;
}
.CartContainer .ProductCartPSO .pso_block1 .pso_head a:hover {
color: #C51C3E;
text-decoration: underline;
}

.CartContainer .ProductCartPSO .pso_block3 a {
font: 15px pt_sans;
text-decoration: inherit;
color: #000;
}
.CartContainer .ProductCartPSO .pso_block3 a:hover {
text-decoration: underline;
color: #C51C3E;
}

.CartContainer .ProductCartPSO .pso_block3 a  span{
background: url(/public/images/nice-check.png?v.2) no-repeat;
background-position: 0px 1px;
cursor: pointer;
display: block;
float: left;
height: 13px;
width: 16px;
margin-top: 3px;
margin-left: 0px;
margin-right: 0px;
}

.CartContainer .ProductCartPSO .pso_block3 a.active  span{
background-position: 0px -19px;
}



.CartContainer .ProductCartPSO .pso_block2  p.pso_top_hide {
text-align: right;
padding-right: 10px;
}

.CartContainer .ProductCartPSO .pso_block2  p.pso_top_hide a{
color: #C51C3E;
text-decoration: inherit;
}
.CartContainer .ProductCartPSO .pso_block2  p.pso_top_hide a:hover{
text-decoration: underline;
}
.CartContainer .ProductCartPSO .pso_block2  p.pso_top_hide span {
font: 16px tahoma;
margin-left: 6px;
color: #C51C3E;
cursor:pointer;
}

.CartContainer .ProductCartPSO .pso_block2  p.pso_top_name {
color: #000;
padding-left: 15px;
font-size: 13px;
padding-bottom: 5px;
}

.CartContainer .ProductCartPSO .pso_block2  .pso_onselect p.pso_top_name {
padding-top: 14px;
}








.CartContainer  td.fifth {
padding-top: 20px;
}
.CartContainer .pso_msg , .SmallCartContainer .pso_msg {
font: 14px pt_sans_narrow !important;
color: #E70800;
}
.CartContainer .ProductCartPSO p.niceCheckInners {
margin: 0px;
margin-top: -5px;
padding: 7px 20px;
/*background: #F1F1F1;*/
overflow: hidden;
}
.CartContainer .ProductCartPSO p.niceCheckInners.text_white {
background: #FFF;
}

.CartContainer .ProductCartPSO p.niceCheckInners label {
color: #5E5E5E !important;
font-weight: normal;
left: -30px;
padding-left: 45px;
position: relative;
white-space: normal;
font: 13px pt_sans;
}
.CartContainer .ProductCartPSO p.niceCheckInners label span {
float: right;
font: 14px Arial;
font-weight: bold;
}

.SmallCartContainer table td p.cart_pso_name {
color: #353535 !important;
text-decoration: none;
font: 16px pt_sans_narrow;
line-height: 16px;
display: block;
cursor: pointer;
margin-top: 2px;
margin-left: 10px;
margin-bottom: 3px;
width: 133px;
text-align: left;
}


.ProductCartSlider .touchcarousel {
height: 142px !important;
border-radius: 6px !important;
}
.ProductCartSlider .touchcarousel-item{
margin: 0px !important;
padding: 0px !important;
width: 370px !important;
height: 142px !important;
}
.ProductCartSlider .touchcarousel-wrapper{
border-radius: 6px !important;
}
.ProductCartSlider .touchcarousel.three-d .arrow-holder {
top: 60px !important;
}



.ProductCartPSO .pso_image {
height: 100%;
margin-right: 180px;
background: rgba(255, 0, 0, 0.15);
}

.ProductCartPSO .pso_select {
/*
width: 320px;
border: 1px solid #CCC;
box-shadow: 0px 15px 50px -15px #797979;
background: #E6E6E6;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
display: none;
box-shadow: 0px 15px 40px -30px #000; 
*/
width: 100%;
border: 1px solid #F1F1F1;
}
.ProductCartPSO .pso_onselect {
background: #E6E6E6;
height: 70px;
border: 1px solid #E6E6E6;
width: 320px;
cursor: pointer;
}

.ProductCartPSO span.niceCheck {
	background: url(/public/images/pso_nicecheck.png);
	cursor: pointer;
	display: block;
	float: left;
	height: 13px;
	width: 13px;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
}

.ProductCartPSO p.niceCheckInners span.niceCheck {
background-position: 0px 0px;
}

.ProductCartPSO p.niceCheckInners.active span.niceCheck {
background-position: 0px 13px;
}

.ProductCartPSO p.niceCheckInners {
margin: 4px;
padding: 3px;
text-indent: 0px;
font-size: 10px;
display: block;
}

.ProductCartPSO .pso_select.hide p.niceCheckInners {
background: #fff;
}

.ProductCartPSO p.niceCheckInners label {
color: #353535 !important;
text-decoration: none;
font: 15px pt_sans;
font-weight: bold;
line-height: 16px;
display: block;
cursor: pointer;
margin-top: 2px;
margin-left: 20px;
text-align: left;
}
.ProductCartPSO p.niceCheckInners.active label {
color: #C51C3E !important;
border-bottom: 0px;

}
.ProductCartPSO p.niceCheckInners label:hover {
color: #C51C3E !important;
}


.ProductCartPSO  .pso_buy {
width: 160px;
position: absolute;
right: 10px;
bottom: 10px;
}

.ProductCartPSO  .pso_buy a {
position: relative;
padding: 3px 10px 2px;
width: 136px;
height: 20px;
border: 1px solid #fff;
text-decoration: none;
font-size: 14px;
font-family: pt_sans;
cursor: pointer;
vertical-align: top;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-align: center;
display: inline-block;
background: url(/public/images/buy5.jpg?v2) repeat-x left top;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
opacity: 0.3;
cursor: default;
}

.ProductCartPSO  .pso_buy.active a {
opacity: 1;
cursor: pointer;
}

.ProductCartPSO  .pso_buy.active  a:hover {
background-position: 0 -28px !important;
}
.ProductCartPSO  .pso_buy.active a:active {
padding: 4px 10px 1px;
background-position: 0 -28px !important;
}


.OneDescription.banner{width:100%;height:auto;border-top:0px;border-bottom:0px;margin:0;min-width:250px;margin-left:auto;margin-right:auto;position:relative;background:#fff;text-align:left;float:left;border:1px solid #e9ebed;margin-bottom:9px;border-radius:9px;box-shadow:0px 5px 10px -5px rgba(0, 0, 0, 0.61);}
.OneDescription.banner:hover{border:1px solid #ccc;-moz-box-shadow:0 0 8px lightblue;-webkit-box-shadow:0 0 8px lightblue;box-shadow:0 0 8px lightblue;z-index:200;}
.OneDescription .banner_mobile_image{background:url(/public/images/mobile_fone.png) center no-repeat;width:120px;height:80px;float:left;}
.banner_mobile_descr{margin:10px 0px 0px;float:left;}
.banner_mobile_descr p{font:16px pt_sans_narrow;color:#353535;text-shadow:1px 1px 1px #fff, -1px -1px 1px #ccc;}
.banner_mobile_descr p.banner_mobile_header{font-weight:bold;font-size:18px;}
.banner_mobile_descr span{color:#C51C3E;}
.banner_mobile_app{float:right;margin-right:5px;}
.banner_mobile_app a{float:left;display:block;width:150px;height:50px;margin:15px 5px 15px 5px;background:url(/public/images/mobile_app.jpg) no-repeat;border-radius:7px;border:1px solid #fff;box-shadow:0px 7px 10px -5px #333;opacity:0.8;}
.banner_mobile_app a:active{margin:17px 5px 13px 5px;box-shadow:0px 5px 10px -5px #333;}
.banner_mobile_app a:hover{opacity:1;}
.banner_mobile_app a.mobile_google{background-position:-1px 0px;}
.banner_mobile_app a.mobile_iphone{background-position:-150px 0px;}
.banner_mobile_app a.mobile_ipad{background-position:-300px 0px;}
.mainbody{width:100%;min-height:100%;position:relative;}
.HeaderBigContainer{background-color:#fff;}
.Preview_bottom{display:block;margin: 20px 10px -25px 7px;}
.RegistrationBottomContainer{border:1px solid #bbb;border-radius:9px;width:500px;margin:20px auto;padding-bottom:15px;background:#fff;background:rgba(255, 255, 255, 0) url(/public/images/buy7.jpg?v2) repeat-x left top;background-size:100% 100%;box-shadow:0px 0px 9px #bbb;}
.RegistrationBottomContainer span{text-align:right;font-family:pt_sans_narrow;font-size:17px;text-shadow:1px 1px 1px #fff, -1px -1px 1px #ccc;}
.RegistrationContainer input.checkedradio{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:auto;height:auto;}
.RegistrationContainer td p label{color:#373737;margin-left:5px;position:relative;cursor:pointer;}
.RegistrationContainer #onLinePayMentBlock span.payment_icons{display:none !important;}
.deliv, .agreement{max-width:890px;margin:0 auto;}
.BigCartContainer .CartContainer{border:1px solid #bbb;border-bottom:0px;border-top:0px;margin:0px auto;width:100%;box-shadow:0 0 9px #ccc;}
.BigCartContainer .CartContainerSmall{margin:0px auto;max-width:1000px;padding-right:1px;}
.BigCartContainer table.cart-table{width:100%;background:#fff;}
.BigCartContainer table.cart-table td.title{text-align: center;background-color:#fff;background:url(/public/images/buy7.jpg?v2) repeat-x left top;border-bottom:0;height:27px;padding:9px 0 0 0;font:17px pt_sans_narrow;font-weight:bold;text-shadow:1px 1px 1px #fff, -1px -1px 1px #ccc;color:#373737;}
.BigCartContainer table.cart-table tr.cart_good td{/*border-top:1px solid rgb(240, 240, 240)*/;text-align:center;vertical-align:middle;background-color:#fff;width:17% !important;position:relative;}
.BigCartContainer table.cart-table td.first{text-align:left !important;width:50% !important;position:relative;}
/*.BigCartContainer table.cart-table td.first #stats{position:absolute;width:80%;right:0px;bottom:0px;font:15px pt_sans_narrow;color:#e70800;text-align:right;padding:5px;}*/
.BigCartContainer table.cart-table td.first #stats {
position: absolute;
width: 80%;
right: -453px;
top: 5px;
font: 15px pt_sans_narrow;
color: #E70800;
text-align: center;
padding: 5px;
z-index: +100;
}
.BigCartContainer table.cart-table td.first.title{text-align:center !important;}
.BigCartContainer table.cart-table td.second p{color:#747474;font-size:20px;}
.BigCartContainer table.cart-table .lorry{background:url(/public/images/lorry.png) no-repeat center center;width:100%;height:21px;position:absolute;bottom:-35px;}
.BigCartContainer table.cart-table td.fifth p{color:#e70800;font-size:20px;}
.BigCartContainer table.cart-table td p.content{font-family:pt_sans_narrow;font-size:16px;padding:10px;}
.BigCartContainer table.cart-table td.first a{color:#0F68B1;text-decoration:none;font:19px pt_sans_narrow;font-weight:bold;height:19px;}
.BigCartContainer table.cart-table td.first a:hover{color:#C51C3E;}
.BigCartContainer table.cart-table td.third a.delete{text-decoration:none;width:50px !important;font:15px pt_sans_narrow !important;margin-bottom:5px !important;display:inline-block;}
.BigCartContainer table.cart-table td.third a.button , .BottomGreyCart_right p a.button{text-decoration:none;width:18px;height:18px;margin-top:5px;display:inline-block;padding:2px 0px 2px 0px;font:15px/19px arial, sans-serif;overflow:hidden;vertical-align:top;background:url(/public/images/buy7.jpg?v2) repeat-x left top;color:#4E4E4E;cursor:pointer;text-shadow:1px 1px #fff;border-radius:2px;border:1px solid #EEE !important;border-color:rgb(179, 179, 179) rgb(195, 195, 195) rgb(195, 195, 195);-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);}
.BottomGreyCart_right p a.button{font:15px pt_sans_narrow;border:1px solid #838383 !important;width:110px;text-align:center;}
.BigCartContainer table.cart-table td.third a.button:hover , .BottomGreyCart_right p a.button:hover{color:#4E4E4E;background:url(/public/images/buy7.jpg?v2) repeat-x left bottom;}
.BigCartContainer table.cart-table td.third a.button:active, .BottomGreyCart_right p a.button:active{color:#4E4E4E;padding:3px 0px 1px 0px;}
.BigCartContainer table.cart-table td.third input{font-weight:100;display:inline-block;background:padding-box rgb(255, 255, 255);border-width:1px;border-style:solid;border-color:rgb(179, 179, 179) rgb(195, 195, 195) rgb(195, 195, 195);font-family:Arial,Helvetica,sans-serif;font-size:16px;padding:3px 9px;transition:border-color 0.1s, background-color 0.1s, color 0.1s, box-shadow 0.1s;height:36px;color:rgb(51, 51, 51);line-height:36px;outline:none;position:relative;box-sizing:border-box;box-shadow:inset 0px 1px 2px 0px rgba(0,0,0,0.15), 0px 1px 0px 0px rgba(255,255,255,0.35);border-radius:4px 4px 4px 4px;background-image:none;margin-left:20px;margin:0px;}
.BigCartContainer table.cart-table td.first li{display:inline-block;margin-left:10px;margin-top:10px;vertical-align:top;min-height:101px;min-width:101px;max-width:370px;}
.BigCartContainer table.cart-table td.first li p {
margin-top: 10px;
}
.BigCartContainerBottom{background:#ccc;background:rgba(187, 187, 187, 0) url(/public/images/buy7.jpg?v2) repeat-x left top;background-size:100% 100%;margin:0px auto;max-width:1000px;min-height:140px;clear:both;border:1px solid #bbb;border-top:0px;width:100%;overflow:hidden;position:relative;padding-top:10px;border-radius:0px 0px 9px 9px;box-shadow:0 0 9px #ccc;}
.BigCartContainerBottom .PromoCod{float:left;text-align:left;padding-left:15px;position:relative;width: 200px;/*height:133px;*/}
.BigCartContainerBottom .PromoCod span{color:red;font:15px pt_sans_narrow;position:relative;display: inline-block;width:400px;bottom:0px;}
.BigCartContainerBottom .PromoCod input.promo{background:padding-box rgb(255, 255, 255);border-width:1px;border-style:solid;border-color:rgb(179, 179, 179) rgb(195, 195, 195) rgb(195, 195, 195);font-family:Arial,Helvetica,sans-serif;font-size:16px;padding:3px 9px;height:36px;color:rgb(51, 51, 51);line-height:36px;position:relative;box-sizing:border-box;box-shadow:inset 0px 1px 2px 0px rgba(0,0,0,0.15), 0px 1px 0px 0px rgba(255,255,255,0.35);border-radius:4px 4px 4px 4px;background-image:none;background-color:#fff;}
.BigCartContainerBottom .PromoCod input.promo:hover, .BigCartContainerBottom .PromoCod input.promo:focus ,
.BigCartContainer table.cart-table td.third input:hover, .BigCartContainer table.cart-table td.third input:focus{-moz-box-shadow:0 0 8px lightblue;-webkit-box-shadow:0 0 8px lightblue;box-shadow:0 0 8px lightblue;}
.BigCartContainerBottom .BottomGreyCart.fixed_cart-bg{float:left;text-align:left;position:relative;height:130px;}
.BottomGreyCart_right{position:absolute;left:255px;height:118px;width:310px;float:right;border:3px solid #DBDBDB;border-color:#fff;border-radius:8px;background:url(/public/images/egg_shell.jpg) repeat top left;display:block;box-shadow:-1px -1px 1px 0 rgba(0, 0, 0, 0.3), -1px -1px 1px 0 rgba(0, 0, 0, 0.3) inset;padding:5px;}
.BottomGreyCart_right #sc{font:15px pt_sans_narrow;width:100%;}
.BottomGreyCart ul{display:block;width:240px;}
.BottomGreyCart li{vertical-align:middle;border:3px solid #DBDBDB;border-right:0px;border-color:#fff;border-radius:8px 0px 0px 8px;margin-left:10px;background:url(/public/images/buy7.jpg?v2) repeat-x left bottom;overflow:hidden;display:block;width:222px;box-shadow:-1px -1px 1px 0 rgba(0, 0, 0, 0.3), -1px -1px 1px 0 rgba(0, 0, 0, 0.3) inset;}
.BottomGreyCart li:hover{background-position:left top;}
.BottomGreyCart li input{border:0;cursor:pointer;display:none;width:0px;height:0px;float:left;}
.BottomGreyCart li label{cursor:pointer;color:#464646;font-weight:700;font-family:pt_sans_narrow;font-size:18px;text-shadow:1px 1px 1px #fff, -1px -1px 1px #ccc;white-space:nowrap;float:left;margin:5px;}
.BottomGreyCart li.active{margin-left:0px;width:235px;position:relative;background:#ddd url(/public/images/egg_shell.jpg) repeat top left;}
.BottomGreyCart .delivery.id1{background:url(/public/images/delivery_car.png) no-repeat left center;background-size:46px 21px;position:relative;display:block;width:100%;height:22px;float:left;padding-left:55px;}
.BottomGreyCart .delivery.id2{background:url(/public/images/delivery_shop.png) no-repeat left center;background-size:46px 21px;position:relative;display:block;width:100%;height:22px;float:left;padding-left:55px;}
.BottomGreyCart .active .delivery .hid{position:absolute;background:#ddd url(/public/images/egg_shell.jpg) repeat top left;left:220px;top:-4px;display:block;width:10px;height:30px;}
.BigCartContainerBottom .BottomOrderCart{float:right;text-align:left;padding-right:15px;position:relative;height:120px;}
.BigCartContainerBottom .BottomOrderCart h3{text-align:center;color:#dd322c;font-size:31px;width:100%;position:relative;text-shadow:0px 1px 1px rgba(0, 0, 0, 0.3);font-family:Tahoma, Arial, Helvetica, sans-serif;}
.BigCartContainerBottom .BottomOrderCart .ProductInMarket{width:145px;margin:0px auto;border:3px solid #DBDBDB;border-color:#fff;border-radius:8px;background:#ddd url(/public/images/egg_shell.jpg) repeat top left;padding:5px;margin-bottom:10px;display:block;box-shadow:-1px -1px 1px 0 rgba(0, 0, 0, 0.3), -1px -1px 1px 0 rgba(0, 0, 0, 0.3) inset;}
.BigCartContainerBottom .BottomOrderCart input.make-order, .BigCartContainerBottom .promobutton{position:relative;display:inline-block;height:36px;line-height:21px;padding:7px 5px 6px;border:1px solid #fff !important;text-decoration:none;font-size:17px;font-family:pt_sans;color:#fff !important;cursor:pointer;vertical-align:top;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);-moz-text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);-webkit-text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);text-align:center;}
.BigCartContainerBottom .BottomOrderCart input.make-order{width:162px;background:url(/public/images/buy5.jpg?v.1) repeat-x left top;}
.BigCartContainerBottom .BottomOrderCart input.make-order:hover{background-position:0 -34px !important;}
.BigCartContainerBottom .promobutton{width:193px;margin-left:2px;color:#464646 !important;text-shadow:1px 1px 1px #fff, -1px -1px 1px #ccc;background:url(/public/images/buy7.jpg?v2) repeat-x left top;}
.BigCartContainerBottom .promobutton:hover{background-position:0 -21px !important;}
.BigCartContainerBottom .BottomOrderCart input.make-order:active, .BigCartContainerBottom .promobutton:active{padding:8px 5px 5px;}
.BigCartContainerBottom .BottomGreyCart p, .BigCartContainerBottom .PromoCod li p, .BigCartContainerBottom .ProductInMarket p{color:#464646;font-weight:700;font-family:pt_sans_narrow;font-size:18px;text-shadow:1px 1px 1px #fff, -1px -1px 1px #ccc;}
.BigCartContainerBottom .BottomGreyCart p{padding-bottom:5px;}
.BigCartContainerBottom .BottomGreyCart_child{margin-top:5px;}
.BottomGreyCart_right p{font:15px pt_sans_narrow !important;padding-bottom:0px !important;}
.BottomGreyCart_right p a{text-decoration:none;height:15px;width:80px;display:block;color:#0F68B1;}
.BottomGreyCart_right p a:hover{color:#e70800;}
.BottomGreyCart_right p.head{font:17px pt_sans_narrow !important;font-weight:700 !important;}
.BottomGreyCart_right span.summ{color:#e70800;font-size:19px;}
.BottomGreyCart_right span.nosumm{color:#01B33A;}
.BottomGreyCart_right span.right{float:right;margin-right:10px;text-align:right;}
.BigCartContainer table.cart-table td.third li, .PromoCod li{vertical-align:middle;padding-top:6px;padding-bottom:2px;}
.BigCartContainer table.cart-table td.fifth a {
opacity: 0.4;
position: absolute;
border-radius: 12px;
border: 1px solid #FFF;
box-shadow: 0 1px 1px #000;
top: -40px;
right: 5px;
background: url(/public/images/x.gif);
width: 24px;
height: 24px;
}
.BigCartContainer table.cart-table td.fifth a:hover {
opacity: 0.7;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
.BigCartContainer table.cart-table td.fifth a:active {
margin-top: 1px;
margin-bottom: 0;
box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.7);
}

.PopupRight{position:absolute;height:124px;top:10px;right:-5px;}
.OneProduct .PopupRight{top:55px;right:-6px;}
.PopupRblock{position:relative;width:13px;height:31px;cursor:pointer;float:right;clear:both;background:url(/public/images/product-icons/right_green.png) no-repeat top right;}
.PopupRblock span{position:absolute;height:23px;width:0px;line-height:26px;text-align:left;padding-left:20px;padding-top:2px;margin-right:5px;font:18px pt_sans_narrow;font-weight:bold;text-shadow:1px 1px 1px rgba(255, 255, 255, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.2);right:0px;white-space:nowrap;overflow:hidden;background:url(/public/images/product-icons/flag_green.png) no-repeat top left;color:#000;color:rgba(0, 0, 0, 0.81);box-shadow:0px 7px 10px -7px rgba(0, 0, 0, 0.7);}
.PopupRblock.block_freedeliv, .PopupRblock.block_deliv{background:url(/public/images/product-icons/right_green.png) no-repeat top right;}
.PopupRblock.block_freedeliv span, .PopupRblock.block_deliv span{background:url(/public/images/product-icons/flag_green.png) no-repeat top left;}
.PopupRblock.block_action, .PopupRblock.block_latest, .PopupRblock.block_goodofday{background:url(/public/images/product-icons/right_red.png) no-repeat top right;}
.PopupRblock.block_action span, .PopupRblock.block_latest span, .PopupRblock.block_goodofday span{background:url(/public/images/product-icons/flag_red.png) no-repeat top left;color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);}
.PopupRblock.block_lider{background:url(/public/images/product-icons/right_blue.png) no-repeat top right;}
.PopupRblock.block_lider span{background:url(/public/images/product-icons/flag_blue.png) no-repeat top left;}
.PopupRblock .alfabank_h17{position:absolute;display:inline-block;top:3px;height:20px;width:20px;background:url(/public/images/product-icons/alfabank_h17.png) no-repeat top left;}
.ProductCarts .PopupRblock span{width:160px;padding-left:30px;}
.leftcont.sort_view3 .PopupRblock span{}
.loadpage p.wait{}
.LeftNewsTopContainer{height:34px;width:100%;position:relative;border-radius:10px 10px 0px 0px;border:1px solid #bbb;background:url(/public/images/buy7.jpg?v2) repeat-x left top;background-color:rgba(0, 0, 0, 0.1);}
.LeftNewsTopContainer p{padding:9px 0 0 0;text-transform:uppercase;font:18px pt_sans_narrow;font-weight:bold;text-shadow:1px 1px 1px #fff, -1px -1px 1px #ccc;color:#373737;}
.NoveltyTopContainer{height:34px;width:100%;position:relative;border-radius:10px 10px 0px 0px;border:1px solid #bbb;border-bottom:0px;background:url(/public/images/buy7.jpg?v2) repeat-x left top;background-color:rgba(0, 0, 0, 0.1);}
.NoveltyTopContainer.blue h3{color:#0F68B1;}
.NoveltyTopContainer h3{color:#C40000;font-size:18px;padding:9px 0 0 18px;text-transform:uppercase;font-weight:700;font-family:pt_sans_narrow;text-shadow:1px 1px 1px rgba(255, 255, 255, 0.9), -1px -1px 1px #ccc;}
.CatalogSubCatagory{text-align:left;cursor:pointer;position:relative;background:url(/public/images/buy7.jpg?v2) repeat-x left top;background-color:rgba(0, 0, 0, 0.1);background-size:100% 100%;}
.CatalogSubCatagory.Groups{border-top:0px;}
.CatalogSubCatagory.Prices{margin-bottom:10px;}
.CatalogMiddleContainer .filterwhite{display:none;}
.CatalogMiddleContainer .filterwhite.active{display:block;top:0px;left:0px;width:100%;height:100%;position:absolute;background:#fff url(/public/images/loading.gif) center no-repeat;opacity:0.7;}
.CatalogMiddleContainer .bottom_clear{position:absolute;top:5px;right:30px;z-index:+10;font:14px pt_sans_narrow;background:url(/public/images/buy7.jpg?v2) repeat-x left top;line-height:11px;padding:5px 2px 4px;border:1px solid #fff !important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.3) inset;-moz-box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.3) inset;box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.3) inset;text-shadow:0 1px 1px #fff;-moz-text-shadow:0 1px 1px #fff;-webkit-text-shadow:0 1px 1px #fff;text-align:center;cursor:pointer;display:none;}
.CatalogMiddleContainer .bottom_clear.active{display:block;}
.CatalogMiddleContainer .bottom_clear:hover{background-position:0 -28px !important;}
.CatalogMiddleContainer .bottom_clear:active{padding:6px 2px 3px;}
.CatalogSubCatagory p{padding:7px 0 5px 16px;font:17px pt_sans_narrow;font-weight:bold;text-shadow:1px 1px 1px #fff, -1px -1px 1px #ccc;color:#373737;}
.CatalogMiddleContainer p.niceCheckInner span{color:#276078;position:relative;top:2px;display:block;margin-left:17px;margin-right:7px;text-align:left;}
.CatalogMiddleContainer p.niceCheckInner span.nicePos{float:right;color:#828282;margin:-3px;font-weight:400;}
.CatalogMiddleContainer p.niceCheckInner span.niceCheck, .OneProductDescription table td.one-product-description-first-bottom li p.niceCheckInner span.niceCheck, .ProductListBottomContainer p.niceCheckInner span.niceCheck{background:url(/public/images/nice-check.png?v.2);cursor:pointer;display:block;float:left;height:13px;width:13px;margin-left:0px;margin-right:0px;}
.CatalogMiddleContainer p.niceCheckInner{margin:4px;padding:3px;text-indent:0px;border-radius:4px;font-size:10px;border:1px solid #fff;display:block;}
.CatalogMiddleContainer p.niceCheckInner a{color:#353535 !important;text-decoration:none;font:16px pt_sans_narrow;font-weight:bold;line-height:16px;display:block;}
.CatalogMiddleContainer p.niceCheckInner a:hover{color:#C51C3E !important;}
.CatalogMiddleContainer p.niceCheckInner.active a{color:#C51C3E !important;border-bottom:0px;text-shadow:1px 1px 1px #fff, -1px -1px 1px #ccc;}
.CatalogMiddleContainer p.niceCheckInner.active{background:#ccc url(/public/images/buy7.jpg?v2) repeat-x left top;background-size:100% 300%;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);text-shadow:0 1px 1px #fff;-moz-text-shadow:0 1px 1px #fff;-webkit-text-shadow:0 1px 1px #fff;}
.CatalogMiddleContainer p.niceCheckInner span.niceCheck{background-position:0px 0px;}
.CatalogMiddleContainer p.niceCheckInner.active span.niceCheck{background-position:0px 13px;}
.CatalogMiddleContainer .StockContainer{position:relative;}
.CatalogMiddleContainer .PriceContainer{padding:0px 10px 10px 10px;text-align:center;position:relative;}
.CatalogMiddleContainer .PriceContainer li{display:inline-block;text-align:center;min-width:23px;vertical-align:middle;font:16px pt_sans_narrow;}
.CatalogMiddleContainer .PriceContainer input{position:relative;width:55px;text-align:center;height:25px;box-shadow:-1px -1px 1px 0 rgba(0, 0, 0, 0.3);background:whiteSmoke;background:#ddd url(/public/images/egg_shell.jpg) repeat top left;font:16px pt_sans_narrow;font-weight:bold;line-height:16px;}
.CatalogMiddleContainer .PriceContainer input#slider_push{display:none;}
.CatalogMiddleContainer .slide{height:6px;position:relative;width:200px;margin-left:6px;background:whiteSmoke;background:#ddd url(/public/images/egg_shell.jpg) repeat top left;border:1px solid #EDEDED;border-top-color:#DDD;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;box-shadow:-1px -1px 1px 0 rgba(0, 0, 0, 0.3);margin-bottom:15px;}
.CatalogMiddleContainer .slide .sw{background:url(/public/images/slider.png) no-repeat;background-position:center center;cursor:pointer;display:block;height:30px;overflow:hidden;position:absolute;top:-14px;margin-left:-15px;width:30px;}
.CatalogMiddleContainer .slide .bg{background:#B62553;background:rgba(182, 37, 83, 0.43);display:none;position:absolute;width:100%;height:5px;}
.CatalogMiddleContainer .PriceSelect{padding:0px 10px 20px 0px;text-align:center;}
.CatalogMiddleContainer .PriceSelect p{padding:0px;display:block;clear:both;height:17px;}
.CatalogMiddleContainer .PriceSelect a{color:#353535 !important;text-decoration:none;font:16px pt_sans_narrow;font-weight:bold;line-height:16px;}
.CatalogMiddleContainer .PriceSelect a:hover{color:#C51C3E !important;}
.CatalogMiddleContainer .PriceSelect sub{font-size:initial;font-weight:400;color:#828282;}
.CatalogMiddleContainer .PriceSelect span{text-align:left;width:50%;display:inline-block;}
.CatalogMiddleContainer .PriceSelect span.down{text-align:center;width:100%;height:10px;display:block;}
.CatalogMiddleContainer .PriceSelect span.first{}
.SortContainer .ViewContainer p{float:left;padding:6px;font:15px pt_sans_narrow;}
.SortContainer .sort_button{background:url(/public/images/buy7.jpg?v2) repeat-x left top;background-color:rgba(0, 0, 0, 0.1);position:relative;margin:3px 0px 3px 1px;display:block;float:left;line-height:11px;padding:7px 9px 6px;border:1px solid #fff;text-decoration:none;font-size:14px;font-family:pt_sans_narrow;color:#000;cursor:pointer;vertical-align:top;-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);text-shadow:0 1px 1px #fff;-moz-text-shadow:0 1px 1px #fff;-webkit-text-shadow:0 1px 1px #fff;text-align:center;}
.SortContainer .sort_button img{width:14px;height:14px;}
.SortContainer .sort_button.active{background-position:0 -28px;padding:9px 9px 4px;-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 3px 0px rgba(0, 0, 0, 0.3) inset;color:#C51A3C;font-weight:bold;}
.SortPaginator li a.scrollto.active, .orion-isp-fixed a.scrollto.active{background-position:0 -28px;padding:10px 9px 3px;-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 3px 0px rgba(0, 0, 0, 0.3) inset;font-weight:bold;color:#C51A3C;}
.SortContainer .sort_button.left, .SortPaginator li a.scrollto.left, .orion-isp-fixed a.scrollto.left{-webkit-border-radius:5px 0px 0px 5px;-moz-border-radius:5px 0px 0px 5px;border-radius:5px 0px 0px 5px;}
.SortContainer .sort_button.right, .SortPaginator li a.scrollto.right, .orion-isp-fixed a.scrollto.right{-webkit-border-radius:0px 5px 5px 0px;-moz-border-radius:0px 5px 5px 0px;border-radius:0px 5px 5px 0px;}
.SortContainer .sort_button:active{padding:9px 9px 4px;}
.SortPaginator li a.scrollto:active, .orion-isp-fixed a.scrollto:active{padding:9px 9px 4px;}
.SortContainer .sort_button:hover, .SortPaginator li a.scrollto:hover, .orion-isp-fixed a.scrollto:hover{background-position:0 -28px !important;}
.SortContainer .view_button{padding:6px 5px 3px !important;}
.SortContainer .view_button:active{padding:7px 5px 2px !important;}
.SortContainer .view_button.active{padding:7px 5px 1px !important;}
.SortContainer .SortPaginator li{display:inline-block;float:left;}
.SortPaginator li a.scrollto, .orion-isp-fixed a.scrollto{background:url(/public/images/buy7.jpg?v2) repeat-x left top;background-color:rgba(0, 0, 0, 0.1);position:relative;margin:3px 0px 3px 1px;display:inline-block;float:left;line-height:11px;padding:7px 9px 6px;border:1px solid #fff;text-decoration:none;font-size:14px;font-family:pt_sans_narrow;color:#000;cursor:pointer;vertical-align:top;-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);text-shadow:0 1px 1px #fff;-moz-text-shadow:0 1px 1px #fff;-webkit-text-shadow:0 1px 1px #fff;text-align:center;}
.LeftSmallContentContainer{position:relative;}
.info_allgoods{position:absolute;z-index:1000;width:300px;top:31px;left:0px}
.info_allgoods .info{width:250px;text-align:center;margin:0px auto;background:#fff;border:1px solid #bbb;border-top:3px solid #fff;font:16px pt_sans_narrow;height:25px;height:0px;border-radius:0px 0px 9px 9px;box-shadow:0px 5px 10px -5px rgba(0, 0, 0, 0.61);overflow:hidden;color:#828282;opacity:0;}
.info_allgoods .info span{color:#C51C3E;font-weight:700;font-size:17px;}
.OneProductDescription{width:100%;height:auto;border-top:0px;color:#000;border-bottom:0px;margin:0;min-width:250px;margin-left:auto;margin-right:auto;position:relative;background:#fff;text-align:left;float:left;border:1px solid #e9ebed;margin-bottom:9px;border-radius:9px;box-shadow:0px 5px 10px -5px rgba(0, 0, 0, 0.61);border: 1px solid #CCC;}
.OneProductDescription:hover{border:1px solid #ccc;-moz-box-shadow:0 0 8px lightblue;-webkit-box-shadow:0 0 8px lightblue;box-shadow:0 0 8px lightblue;z-index:200;}
.OneProductName{position:relative;padding:10px;height:20px;}
.OneProductName div{position:absolute;height:20px;}
.OneProductName .OneProductLogo{right:200px;left:auto !important;bottom:5px;width:110px;height:30px;}
.OneProductName a{color:#0F68B1;text-decoration:none;font:19px pt_sans_narrow;font-weight:bold;white-space:nowrap;display:inline-block;height:19px;background-color:rgba(255, 255, 255, 0.7);}
.OneProductName a:hover{color:#C51C3E;border-bottom:1px solid #EBB8C3;}
.OneProductName a span{color:#C51C3E;}
.OneProductPhoto{float:left;margin:10px 20px 0 20px;padding-bottom:10px;text-align:center;vertical-align:middle;}
.OneProductPhoto_child{display:table-cell;height:150px;width:150px;display:inline-block;padding-bottom:5px;vertical-align:middle;background:url(/public/images/loading.gif) center no-repeat;}
.OneProductPhoto_child a{display:block;width:100%;height:100%;}
.OneProductPhoto_child .img{display:block;height:150px;width:150px;}
.OneProductPhoto .ProductCartRayting{height:17px;visibility: hidden;}
.OneProductPhoto a.GoodView{background:url(/public/images/buy7.jpg?v2) repeat-x left top;background-color:rgba(0, 0, 0, 0.1);position:relative;margin-top:5px;display:inline-block;line-height:11px;padding:7px 13px 6px;border:1px solid #fff !important;text-decoration:none;font-size:14px;font-family:pt_sans;color:#000 !important;cursor:pointer;vertical-align:top;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);text-shadow:0 1px 1px #fff;-moz-text-shadow:0 1px 1px #fff;-webkit-text-shadow:0 1px 1px #fff;text-align:center;opacity:0;filter:alpha(opacity=0);}
.OneProductPhoto a.GoodView:hover{background-position:0 -28px !important;opacity:1;filter:alpha(opacity=100);}
.OneProductPhoto a.GoodView:active{padding:8px 13px 5px;}
.OneProductChar{height:170px;overflow:hidden;position:relative;height: 220px;}
.OneProductChar_child{height:170px;overflow:hidden;position:relative;height: 220px;}
.OneProductChar_child p{font:16px pt_sans_narrow;text-align:justify;text-indent:20px;color:#1A1A1A;}
.leftcont.sort_view1 .OneProductChar_child p.loading{line-height:62px;text-indent:0px;color:#CACACA;}
.leftcont.sort_view2 .OneProductChar_child p.loading{line-height:150px;text-indent:0px;color:#CACACA;}
.leftcont.sort_view3 .OneProductChar_child p.loading{line-height:250px;text-indent:0px;color:#CACACA;}
.OneProductChar ul{position:absolute;}
.OneProductChar .touchcarousel-containers{margin:0px 17px 0px 0px !important;height:167px;width:90%;}
.OneProductChar .scrollbarY_top{position:absolute;top:0px;width:100%;height:5px;background:rgba(255, 255, 255, 0.5);}
.OneProductChar .scrollbar.disable{display:none !important;}
.OneProductChar .scrollbarY_botton{position:absolute;bottom:0px;width:100%;height:5px;background:rgba(255, 255, 255, 0.5);}
.OneProductDescription .ProductCartStock{display:none;float:left !important;margin:0px !important;margin-top:15px !important;margin-bottom:10px !important;opacity:0;filter:alpha(opacity=0);}
.ProductCartPrice{width:180px !important;height:auto !important;margin-top:35px;}
.OneProductChar .std{font:16px pt_sans_narrow}
.OneProductChar .std strong{}
.PopupBlock{height:50px;overflow:hidden;position:absolute;right:200px;width:160px;background:rgba(255, 255, 255, 0.7);bottom:-80px;border:1px solid #ccc;-moz-box-shadow:0 0 8px lightblue;-webkit-box-shadow:0 0 8px lightblue;box-shadow:0 0 8px lightblue;border-radius:10px 10px 0px 0px;-webkit-border-radius:10px 10px 0px 0px;-moz-border-radius:10px 10px 0px 0px;-khtml-border-radius:10px 10px 0px 0px;display:none;text-align:center;}
.leftcont.sort_view1 .OneProductName{position:absolute;top:13px;padding:10px 0px;width:100%;}
.leftcont.sort_view1 .OneProductName div{left:165px;}
.leftcont.sort_view1 .OneProductPhoto_child{height:100px !important;width:100px !important;}
.leftcont.sort_view1 .OneProductPhoto_child .img{height:101px !important;width:101px !important;}
.leftcont.sort_view1 .OneProductChar{height:65px !important;margin-top:46px !important;margin-bottom:10px !important;height: 115px !important;}
.leftcont.sort_view1 .OneProductChar_child{height:65px !important;height: 115px !important;}
.leftcont.sort_view1 .OneProductChar_child .touchcarousel-containers{height:62px !important;height: 110px !important;}
.leftcont.sort_view1 .ProductCartPrice{margin-top:10px !important;}
.leftcont.sort_view1 .ProductCartPrice .OneProductPrice_rz{display:none !important;}
.leftcont.sort_view2 .OneProductPhoto_child .img{height:151px !important;width:151px !important;}
.leftcont.sort_view2 .OneProductChar_child .touchcarousel-containers{height:167px !important;height: 217px !important;}
.leftcont.sort_view2 .OneProductChar_child{height:170px !important;height: 220px !important;}
.leftcont.sort_view3 .OneProductPhoto_child{height:280px !important;width:280px !important;position:relative;overflow:hidden;}
.leftcont.sort_view3 .OneProductPhoto_child .img{height:281px !important;width:281px !important;background-color:#fff !important;position:absolute;top:0px;left:0px;}
.leftcont.sort_view3 .OneProductPhoto_child .img1{height:281px !important;width:281px !important;background-color:#fff !important;position:absolute;display:none;}
.leftcont.sort_view3 .OneProductName{position:absolute !important;left:310px !important;}
.leftcont.sort_view3 .OneProductName .OneProductLogo{z-index:+1;}
.leftcont.sort_view3 .ProductCartPrice{margin-top:160px !important;}
.leftcont.sort_view3 .OneProductChar{height:260px !important;margin-top:40px !important;height: 300px !important;}
.leftcont.sort_view3 .OneProductChar_child{height:260px !important;height: 300px !important;}
.leftcont.sort_view3 .OneProductChar_child .touchcarousel-containers{height:257px !important;height: 297px !important;}
.leftcont.sort_view3 .OneProductPhoto_child #img0{top:0px;left:0px;}
.leftcont.sort_view3 .OneProductPhoto_child #img1{top:0px;left:-281px;}
.leftcont.sort_view4{width:101% !important;}
.leftcont.sort_view4 .orion-isp-fixed .text_right{margin-right:1%;}
.leftcont.sort_view4 .OneProductDescription{width:49%;margin-right:1%;box-sizing:border-box;display:inline-block;}
.leftcont.sort_view4 .OneProductDescription .PopupRight{top:35px;}
.leftcont.sort_view4 .OneProductPhoto_child{height:280px !important;width:280px !important;position:relative;overflow:hidden;}
.leftcont.sort_view4 .OneProductPhoto_child .img{height:281px !important;width:281px !important;background-color:#fff !important;position:absolute;top:0px;left:0px;}
.leftcont.sort_view4 .OneProductPhoto_child .img1{height:281px !important;width:281px !important;background-color:#fff !important;position:absolute;display:none;}
.leftcont.sort_view4 .OneProductName{position:relative !important;padding:12px 10px 10px 10px;left:0px !important;height:20px;}
.leftcont.sort_view4 .OneProductName .OneProductLogo{right:auto;top:35px;z-index:+1;}
.leftcont.sort_view4 .OneProductPhoto{float:none;margin:0px auto;height:292px;overflow:hidden;height: 270px;}
.leftcont.sort_view4 .ProductCartPrice{height:171px !important;margin-top:10px !important;margin-left:0px;margin-right:5px;}
.leftcont.sort_view4 .OneProductChar{height:173px !important;margin:10px;margin-right:0px;height: 185px !important;}
.leftcont.sort_view4 .OneProductDescription .ProductCartStock{height:26px;float:left !important;margin:10px !important;margin-right:0px !important;}
.leftcont.sort_view4 .OneProductChar_child .touchcarousel-containers{height:170px !important;width:87% !important;}
.leftcont.sort_view4 .OneProductChar_child{height:173px !important;}
.leftcont.sort_view4 .OneDescription.banner{margin-right:1% !important;width:99% !important;}
.leftcont.sort_view4 .LeftSmallContentContainer{margin-right:1% !important;width:99% !important;}
.NewRed{background:url(/public/images/new-red.png) no-repeat top left;height:105px;position:absolute;right:-5px;top:-5px;width:105px;z-index:10;}
.FreeDeliv{background:url(/public/images/uggreen.png) no-repeat top left;height:105px;position:absolute;right:-5px;top:-5px;width:105px;z-index:10;display:none;}
.Actions{background:url(/public/images/ugred.png) no-repeat top left;height:105px;position:absolute;right:-5px;top:-5px;width:105px;z-index:10;display:none;}
.PopupBlock p{font-family:pt_sans_narrow;color:#363636;font-size:15px;}
.PopupBlock p span{font-family:Tahoma, Arial, Helvetica, sans-serif;color:#DC1F55;font-size:20px;padding-top:5px;text-shadow:0px 1px 1px rgba(0, 0, 0, 0.3);}
.PopupBlock h3{color:#0F68B1;font:19px pt_sans;font-weight:bold;}
#fastview{background-color:#fff;}
.PopupBlock_left{position:absolute;left:-255px;bottom:10px;height:241px;width:255px;overflow:hidden;display:none;border-radius:10px 80px 10px 80px;}
.PopupBlock_left_back{position:absolute;right:0px;top:0px;height:241px;width:260px;background-image:url(/images/promo2/block_left_2.png?v.1);background-position:bottom right;background-repeat:no-repeat;display:none;box-shadow:rgba(0, 0, 0, 0.8) 0px 0px 9px;}
.PopupBlock_left_block{width:155px;height:241px;right:0px;position:absolute;z-index:1;}
.PopupBlock_left_fone{position:absolute;left:0px;top:0px;height:241px;width:155px;background-image:url(/images/promo2/block_left_1.png?v.1);background-position:bottom right;background-repeat:no-repeat;z-index:-10;}
.PopupBlock_left p{color:#DC1F55;font-size:20px;padding-top:195px;}
.PopupBlock_left p span{background:#fff;background:rgba(255, 255, 255, 0.8);padding:10px;border:3px solid #DC1F55;border-radius:10px;box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3),0 1px 1px 0 rgba(0, 0, 0, 0.3)inset;text-shadow:0px 1px 1px rgba(0, 0, 0, 0.3);}
.PopupBlock_left p sub{font-family:pt_sans_narrow;}
.ProductCartPrice sub{font-family:pt_sans_narrow;}
.ProductCarts{width:100%;height:auto;border:1px solid #bbb;border-top:0px;margin:0;min-width:250px;margin-left:auto;margin-right:auto;position:relative;box-shadow:0 0 9px #ccc;text-align:left;float:left;background:#fff;/*background:#fff url(/public/images/newyear.png) repeat top left;*/}
.ProductCarts .ProductCartRayting{visibility: hidden;}
.ProductCarts .ProductCartStock{display: none;}
.ProductTopContainer{height:34px;width:100%;position:relative;border-radius:0px;border:1px solid #bbb;border-bottom:0px;background:url(/public/images/buy7.jpg?v2) repeat-x left top;background-color:rgba(0, 0, 0, 0.1);clear:both;text-align:left;cursor:pointer;}
.ProductTopContainer p{padding:12px 0 9px 16px;color:#C51C3E;font:18px pt_sans_narrow;line-height:14px;font-weight:bold;white-space:nowrap;text-shadow:1px 1px 1px #fff, -1px -1px 1px #ccc;}
.ProductTopContainer p:hover{color:#3F454B;}
.ProductContainer{width:100%;height:auto;border-bottom:0px;margin:0;min-width:250px;margin-top:25px;margin-left:auto;margin-right:auto;position:relative;text-align:left;float:left;clear:both;background:#fff;}
.ProductProperties{margin:10px;position:relative;overflow:hidden;}
.ProductProperties_child{min-height:0px;height:auto;-webkit-column-count:3;-moz-column-count:3;column-count:3;text-align:left;}
.ProductDescription{margin:10px 200px 10px 10px;position:relative;overflow:hidden;text-align:justify;}
.ProductDescription p{text-indent:3em;text-align:justify;color:#363636;font-size:14px;font-family:pt_sans;}
.ProductDescription.one{-webkit-column-count:auto !important;-moz-column-count:auto !important;column-count:auto !important;}
.ProductDescription.one p{text-indent:0px !important;}
.ProductBottomContainer{width:100%;height:10px;border:1px solid #bbb;border-top:0px;border-radius:0px 0px 9px 9px;margin:0;min-width:250px;margin-left:auto;margin-right:auto;position:relative;box-shadow:0 0 9px #ccc;text-align:left;float:left;clear:both;}
.ProductCartTop{margin:15px;}
.ProductCartTop p.title{font-family:pt_sans;font-size:22px;color:#000;text-shadow:0px 1px 1px rgba(0, 0, 0, 0.3);}
.ProductCartLeft{float:left;height:315px;margin-bottom:5px;}
.ProductCartÐ¡ode p{font-family:pt_sans_narrow;font-size:16px;}
.ProductCartChar{margin:10px;min-width:200px;}
.ProductCartChar table{}
.ProductCartChar th{vertical-align:middle;color:#363636;font-weight:400;font-size:16px;line-height:26px;}
.ProductCartChar p{background:url(/public/images/one-arrow.jpg) no-repeat 0 6px;color:#363636;font-size:12px;padding-left:8px;line-height:18px;font-size:16px;font-family:pt_sans_narrow;}
.ProductCartStock{margin:10px;min-width:250px;}
.ProductCartStock td{vertical-align:middle;color:#363636;font-size:12px;line-height:12px;}
.ProductCartStock th{vertical-align:middle;font-family:pt_sans_narrow;color:#363636;font-weight:400;font-size:17px;line-height:26px;}
.ProductCartStock td.icon{text-align:center;padding-right:5px;}
.ProductCartStock td{vertical-align:middle;font-family:pt_sans_narrow;color:#363636;font-size:15px;}
.ProductCartStock td span{color:#C51A3C;font-weight:bold;}
.ProductCartCode{margin:10px;}
.ProductCartCode .art{color:#adadad;}
.ProductCartCode p{line-height:150%;font-size:13px;}
.ProductCartPrice{text-align:center;margin:10px;width:250px;float:right;height:256px;}
.ProductCartPrice span{font-size:20px;}
.ProductCartPrice .ProductInMarketPrice p{padding-top:0px;text-align:center;color:#747474;}
.ProductCartPrice p.label{font-family:pt_sans_narrow;font-size:15px;}
.ProductCartPrice p.priceim, .sticky p.priceim{color:#dd322c;font-size:31px;width:100%;position:relative;text-shadow:0px 1px 1px rgba(0, 0, 0, 0.3);font-family:Tahoma, Arial, Helvetica, sans-serif;}
.ProductCartPrice span.priceim{font-size:31px;font-family:Tahoma, Arial, Helvetica, sans-serif;color:#dd322c;font-weight:400;bottom:0px;left:30px;margin:0px auto;border:3px solid;border-radius:8px;padding:5px;background:rgba(255, 255, 255, 0.7);width:135px;display:block;}
.ProductCartPrice .ProductInMarketPrice{width:145px;margin:0px auto;margin-top:15px;border:3px solid #bbb;border-color:rgba(0, 0, 0, 0.05);border-radius:8px;padding:5px;display:block;box-shadow:-1px -1px 1px 0 rgba(0, 0, 0, 0.3), -1px -1px 1px 0 rgba(0, 0, 0, 0.3) inset;}
.ProductCartPrice a.buy, .ProductCartPrice a.fastbuy, .ProductCartPrice a.creditbuy, .ProductCartPrice a.buyend, .etalagesright .product-buy a.buyend{position:relative;display:inline-block;height:21px;width:150px;line-height:21px;padding:7px 5px 6px;border:1px solid #fff !important;text-decoration:none;font-size:17px;font-family:pt_sans;color:#fff !important;cursor:pointer;vertical-align:top;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);-moz-text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);-webkit-text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);text-align:center;}
.ProductCartPrice a.buy.active{background:whiteSmoke url(/public/images/loading.gif) 5px center no-repeat !important;padding:7px 5px 6px !important;}
.ProductCartPrice a.buy.active:hover{background:whiteSmoke url(/public/images/loading.gif) 5px no-repeat !important;background-position:5px center !important;}
.InMarketContainer table td.fourth a, .InMarketContainer table td.fourth.with-back a{background:url(/public/images/buy7.jpg?v2) repeat-x left top;background-color:rgba(0, 0, 0, 0.1);position:relative;padding:3px 10px 2px;width:110px;height:20px;border:1px solid #fff;text-decoration:none;font-size:14px;font-family:pt_sans;color:#000;cursor:pointer;vertical-align:top;-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);text-shadow:0 1px 1px #fff;-moz-text-shadow:0 1px 1px #fff;-webkit-text-shadow:0 1px 1px #fff;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;text-align:center;display:inline-block;opacity:1 !important;}
.ProductCartPrice a.buy{background:#DD2C5E url(/public/images/buy3.jpg?v1) repeat-x left top;}
.InMarketContainer table td.fourth a{background:#DD2C5E url(/public/images/buy3.jpg?v1) repeat-x left top;color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);}
.ProductCartPrice a.fastbuy{background:#594c4b url(/public/images/buy4.jpg?v1) repeat-x left top;}
.ProductCartPrice a.buyend, .etalagesright .product-buy a.buyend{background:url(/public/images/buy5.jpg?v2) repeat-x left top;}
.ProductCartPrice a.creditbuy{background:#DD2C5E url(/public/images/buy3.jpg?v1) repeat-x left top;}
.ProductCartPrice a.buy:active , .ProductCartPrice a.fastbuy:active , .ProductCartPrice a.creditbuy:active, .ProductCartPrice a.buyend:active , .etalagesright .product-buy a.buyend:active{padding:8px 5px 5px;}
.InMarketContainer table td.fourth a:active , .InMarketContainer table td.fourth.with-back a:active{padding:4px 10px 1px;background-position:0 -28px !important;}
.ProductCartPrice a.buy:hover, .ProductCartPrice a.fastbuy:hover, .ProductCartPrice a.creditbuy:hover{background-position:0 -34px !important;}
.ProductCartPrice a.buyend:hover , .etalagesright .product-buy a.buyend:hover{background-position:0 -17px !important;}
.InMarketContainer table td.fourth a:hover, .InMarketContainer table td.fourth.with-back a:hover{background-position:0 -28px !important;}
.ProductCartPrice a.fastbuy, .ProductCartPrice a.creditbuy{margin-top:5px;}
.ProductCartPrice .alfabank_h20{float:left;height:20px;width:20px;background:url(/public/images/product-icons/alfabank_h17.png) no-repeat center center;}
.ProductCartPrice .card_h20{float:left;height:20px;width:20px;background:url(/public/images/product-icons/alfabank_h17.png) no-repeat center center;}
.ProductCartRayting li{display:inline-block;margin:0 !important;vertical-align:middle;height:16px;line-height:16px;width:15px !important;font-family:pt_sans_narrow;font-size:16px;}
.ProductCartRayting a:hover{color:#C51A3C;border-bottom:1px solid #EBB8C3;}
.ProductCartRayting a{text-decoration:none;border-bottom:1px solid rgba(183, 209, 231, 0.5);height:15px;width:86px;display:block;color:#0F68B1;}
.ProductCartLeft p{text-align:center;width:280px;clear:both;height:25px;line-height:25px;}
.ProductCartLeft111 p a:hover{box-shadow:0px 0px 4px #000000;color:#FFCFCF;}
.ProductCartLeft111 p a{display:inline-block;margin:1px 2px;padding:1px 5px;text-align:center;color:#fff;height:16px;line-height:16px;background:url(/public/images/menu-back.jpg) repeat-x center center;text-decoration:none;font-size:11px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.ProductCartLeft p a{background:url(/public/images/buy7.jpg?v2) repeat-x left top;background-color:rgba(0, 0, 0, 0.1);position:relative;padding:0px 10px 3px;height:20px;border:1px solid #fff;text-decoration:none;font-size:14px;font-family:pt_sans_narrow;color:#000;cursor:pointer;vertical-align:top;-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);text-shadow:0 1px 1px #fff;-moz-text-shadow:0 1px 1px #fff;-webkit-text-shadow:0 1px 1px #fff;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;text-align:center;display:inline-block;}
.ProductCartLeft p a:hover{background-position:0 -28px !important;}
.ProductCartLeft p a:active{padding:1px 10px 2px;}
.Product_etalagelist{width:280px;height:280px;margin-bottom:3px;background:url(/public/images/loading.gif) center no-repeat #fff;}
.ProductTopButton{height:36px;width:100%;position:relative;border-radius:0px;border:1px solid #bbb;border-top:1px solid #fff;border-bottom:1px solid #999;background:url(/public/images/buy7.jpg?v2) repeat-x left top;background-size:0% 200%;background-color:rgba(0, 0, 0, 0.1);clear:both;text-align:left;box-shadow:0 0 9px #ccc;z-index:+1;}
.ProductTopButton_Fone{background:#fff url(/public/images/product-icons/slider_line.png) repeat-x left top;left:0;position:absolute;width:100%;height:12px;bottom:-12px;}
.ProductTopButton_Slide{background:url(/public/images/product-icons/slider_block.png) repeat-x left top;left:57px;position:absolute;width:20px;height:20px;bottom:-10px;}
.ProductTopButton table{}
.ProductTopButton td.ProductButtonDown{padding:12px 15px 9px 15px;color:#3F454B;font:18px pt_sans_narrow;line-height:14px;font-weight:bold;white-space:nowrap;text-shadow:1px 1px 1px rgba(255, 255, 255, 0.9), -1px -1px 1px rgba(0, 0, 0, 0.1);cursor:pointer;text-align:center;}
.ProductTopButton .ProductButtonDown:hover, .ProductTopButton .ProductButtonDown.active{color:#C51C3E;}
.ProductDownButton{clear:both;min-height:200px;border:1px solid #bbb;border-top:0px;width:100%;overflow:hidden;position:relative;padding-top:10px;border-radius:0px 0px 9px 9px;box-shadow:0px 5px 10px -5px rgba(0, 0, 0, 0.61);}
.ProductListDown_slide{position:relative;overflow:hidden;width:3993px;height:250px;box-sizing:border-box;background:#fff;}
.ProductListDown{float:left;width:993px;min-height:200px;}
ul.sdt_menu{margin:0;padding:0;list-style:none;width:100%;background:url(/public/images/menu-sep.jpg) repeat-y top right;font-family:Ubuntu, "Myriad Pro", "Trebuchet MS", sans-serif;}
ul.sdt_menu:after{content:"";display:inline-block;width:100%;height:0;overflow:hidden;}
ul.sdt_menu a{text-decoration:none;outline:none;}
ul.sdt_menu li.menu{width:12.4%;height:44px;position:relative;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;}
ul.clearfix:before,
ul.clearfix:after{content:" ";display:table;}
ul.clearfix:after{clear:both;}
ul.clearfix{*zoom:1;}
.MenuContainer #pull{display:none;font-family:Ubuntu, "Myriad Pro", "Trebuchet MS", sans-serif;color:rgb(255, 255, 255);padding-left:10px;font-size:15px;position:relative;height:44px;line-height:44px;text-decoration:none;}
ul.sdt_menu li a.menu{position:absolute;top:0px;left:0px;width:100%;height:45px;z-index:12;-moz-box-shadow:0px 0px 0px #000 inset;-webkit-box-shadow:0px 0px 0px #000 inset;box-shadow:0px 0px 0px #000 inset;text-align:left;}
ul.sdt_menu li a img{border:none;position:absolute;top:0px;right:0px;}
ul.sdt_menu li a img.downmenu{border:none;position:absolute;width:0px;height:0px;top:0px;left:75px;z-index:200;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;visibility:hidden;}
ul.sdt_menu li span.sdt_wrap{position:absolute;top:5px;left:0px;width:150px;height:35px;z-index:15;}
ul.sdt_menu li p.sdt_wrap{top:5px;position:absolute;left:0px;width:95%;height:35px;z-index:15;vertical-align:middle;margin:0px;color:rgb(255, 255, 255);padding-left:10px;font-size:15px;cursor:default;}
ul.sdt_menu li span.sdt_active{position:absolute;background:#594c4b;top:45px;width:100%;height:0px;left:0px;z-index:14;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;-moz-border-radius:0px 0px 10px 10px;-webkit-border-radius:0px 0px 10px 10px;border-radius:0px 0px 10px 10px;display:none;overflow:hidden;cursor:default;}
.MenuContainer li IMG.menu-1,.MenuContainer li IMG.menu-2,.MenuContainer li IMG.menu-3,.MenuContainer li IMG.menu-4,.MenuContainer li IMG.menu-5,.MenuContainer li IMG.menu-6,.MenuContainer li IMG.menu-7,.MenuContainer li IMG.menu-8{height:44px;width:70px;background:url(/public/images/menu-images/menu_small.png) no-repeat;}
.MenuContainer li IMG.menu-1{background-position:-0px 0px;}
.MenuContainer li IMG.menu-2{background-position:-70px 0px;}
.MenuContainer li IMG.menu-3{background-position:-140px 0px;}
.MenuContainer li IMG.menu-4{background-position:-210px 0px;}
.MenuContainer li IMG.menu-5{background-position:-280px 0px;}
.MenuContainer li IMG.menu-6{background-position:-350px 0px;}
.MenuContainer li IMG.menu-7{background-position:-420px 0px;}
.MenuContainer li IMG.menu-8{background-position:-490px 0px;}
ul.sdt_menu li span.sdt_active span.img_boxin, ul.sdt_menu li span.sdt_active span.img_boxout, ul.sdt_menu li span.sdt_active span.img_box{position:absolute;width:100%;max-width:180px;height:159px;display:block;bottom:0px;}
ul.sdt_menu li span.sdt_active span.img_box{box-shadow:0px 0px 10px #000;background:url(/public/images/menu-images/menu_image.jpg) no-repeat;}
ul.sdt_menu li span.sdt_active span.img_box.menu-1{background-position:0px 0px;}
ul.sdt_menu li span.sdt_active span.img_box.menu-2{background-position:-159px 0px;}
ul.sdt_menu li span.sdt_active span.img_box.menu-3{background-position:-319px 0px;}
ul.sdt_menu li span.sdt_active span.img_box.menu-4{background-position:-477px 0px;}
ul.sdt_menu li span.sdt_active span.img_box.menu-5{background-position:-636px 0px;}
ul.sdt_menu li span.sdt_active span.img_box.menu-6{background-position:-795px 0px;}
ul.sdt_menu li span.sdt_active span.img_box.menu-7{background-position:-954px 0px;}
ul.sdt_menu li span.sdt_active span.img_box.menu-8{background-position:-1113px 0px;}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{}
ul.sdt_menu li span span.sdt_link{color:#fff;float:left;text-transform:none;}
ul.sdt_menu li span span.sdt_descr{color:#0B75AF;float:left;clear:both;width:155px;font-size:10px;letter-spacing:1px;}
ul.sdt_menu li div{background:#594c4b;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;padding:5px 0px 5px 20px;}
ul.sdt_menu li div.sdt_box_inner{background:none;-moz-box-shadow:none;-webkit-box-shadow:none;width:200px;box-shadow:none;padding-left:0px;padding-right:15px;float:left;font-size:13px;color:#fff;}
ul.sdt_menu li div.sdt_box{display:block;position:absolute;width:500px;overflow:hidden;min-height:260px;top:45px;left:0px;display:none;-moz-border-radius:10px 10px 10px 10px;-webkit-border-radius:10px 10px 10px 10px;border-radius:10px 10px 10px 10px;z-index:20;}
ul.sdt_menu li div li a{background:none;}
ul.sdt_menu li div.sdt_box a{line-height:18px;color:#fff;border-bottom:1px solid #9C9C9C;}
.MenuContainer ul.sdt_menu .active{color:#F90;}
ul.sdt_menu li div.sdt_box a.menu_link_up{margin:0px;line-height:20px;font-size:14px;text-transform:uppercase;}
ul.sdt_menu li div.sdt_box a:hover{color:#F90;border-bottom:1px solid #A86500;}
ul.sdt_menu li div.sdt_box ul.menudown{padding:5px 0px 10px 0px;border-left:1px solid #7C7C7C;border-radius:0px 0px 0px 10px;padding-left:5px;}
ul.sdt_menu li div.sdt_box li.menudown{background:None;display:list-item;text-align:left;}
.CatalogMiddleContainer {
width: 240px;
border: 1px solid #bbb;
border-top: 0px;
border-radius: 0px 0px 10px 10px;
margin: 0;
margin-left: auto;
margin-right: auto;
position: relative;
box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.61);
overflow: hidden;
background: #FFF;
text-align: left;
margin-bottom: 18px;
padding-bottom: 10px;
}
/* Tiny Scrollbar */
/*#scrollbarY { width: 520px; margin: 20px 0 10px; }*/
#scrollbarY .viewport { /*width: 500px;*/ height: 300px; overflow: hidden; position: relative; margin: 5px 0px;}
#scrollbarY .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
/*#scrollbarY .scrollbar{ margin-right: 2px; background: transparent url(/css/scrollbar/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }*/
/*#scrollbarY .track { background: transparent url(/css/scrollbar/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }*/
/*#scrollbarY .thumb { background: transparent url(/css/scrollbar/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }*/

#scrollbarY .scrollbar{
	position: relative;
	float: right;
	width: 20px;
}
#scrollbarY .thumb {
	width: 12px;
	left: -2px;
	position: absolute;
	top: 0;
	z-index: +100;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(233, 233, 233, 0);
	-webkit-box-shadow: 0 1px 3px rgba(63,69,75,0.5);
	-moz-box-shadow: 0 1px 3px rgba(63,69,75,0.5);
	box-shadow: 0 1px 3px rgba(63,69,75,0.5);
	background-image: -webkit-linear-gradient(bottom, #f2efed, #fefff);
	background-image: -moz-linear-gradient(bottom, #f2efed, #fefff);
	background-image: -o-linear-gradient(bottom, #f2efed, #fefff);
	background-image: linear-gradient(to top, #f2efed, #fefff);
	border: none;
	background: white;
	background: -moz-linear-gradient(top, white 0%, #F3F3F3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#F3F3F3));
	background: -webkit-linear-gradient(top, white 0%,#F3F3F3 100%);
	background: -o-linear-gradient(top, white 0%,#F3F3F3 100%);
	background: -ms-linear-gradient(top, white 0%,#F3F3F3 100%);
	background: linear-gradient(to bottom, white 0%,#F3F3F3 100%);
	cursor: pointer;
}
#scrollbarY .track {
	height: 100%;
	width: 7px;
	margin-left: 3px;
	position: relative;
	background: whiteSmoke;
	background: #ddd url(/public/images/egg_shell.jpg) repeat top left;
	border: 1px solid #EDEDED;
	border-top-color: #DDD;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3) inset;
}

#scrollbarY .thumb .end {
	background: url(/css/scrollbar/thumb_v.gif) no-repeat center center;
	height: 100%;
	margin-left: -6px;
	width: 24px;
}
#scrollbarY .disable { display: none; }



#scrollbarX { width: 251px; margin: 20px 0 10px; }
#scrollbarX .viewport { width: 236px; height: 130px; overflow: hidden; position: relative; }
#scrollbarX .overview { list-style: none; width: 1416px; padding: 0; margin: 0; position: absolute; left: 0; top: 0;  }
#scrollbarX .overview img{ float: left; }
#scrollbarX .scrollbar{ background: transparent url(/css/scrollbar/bg-scrollbar-track-x.png) no-repeat 0 0; position: relative; margin: 0 0 5px; clear: both; height: 15px; }
#scrollbarX .track { background: transparent url(/css/scrollbar/bg-scrollbar-trackend-x.png) no-repeat 100% 0; width: 100%; height:15px; position: relative; }
#scrollbarX .thumb { background: transparent url(/css/scrollbar/bg-scrollbar-thumb-x.png) no-repeat 100% 50%; height: 25px; cursor: pointer; overflow: hidden; position: absolute; left: 0; top: -5px; }
#scrollbarX .thumb .end{ background: transparent url(/css/scrollbar/bg-scrollbar-thumb-x.png) no-repeat 0 50%; overflow: hidden; height: 25px; width: 5px;}
#scrollbarX .disable { display: none; }
.slideToggle{position:absolute;top:5px;right:5px;width:0px;height:0px;z-index:200;cursor:pointer;border:6px solid transparent;border-top-color:transparent;border-left-color:#B62553;margin:5px 4px 0 2px;}
.slideToggle.active{border:6px solid transparent;border-top-color:#B62553;margin:7px 8px 0 0;}
.SortContainer{-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;background:#f5f4f4;background:#fff;border-radius:0 0 10px 10px;box-shadow:0px 0px 10px #ccc;box-shadow:0px 5px 10px -5px rgba(0, 0, 0, 0.61);border-top:0px;position:relative;width:100%;z-index:1000;height:32px;}


.submenu {
display: block;
margin-left:70px;
margin-top: 6px;
position: absolute;
}
.submenu ul {list-style: none}
.bline{height:39px;position:absolute;width:100%;bottom:0px;right:0px;}
.col_in{width:100%;display:inline-block;}
.submenu li{float:left;}
.submenu li a{display:block;padding:0 21px 0 20px;line-height:38px;height:39px;color:#fff;background:url(/public/images/submenu.jpg) no-repeat right center;font-size:12px;}
.submenu ul li:first-child a{padding-left:35px;}
#top {
	z-index:50;
	height:32px;
	border-bottom:2px solid #fff;
	font-size:12px;
	text-shadow:#000 0 1px 0;
	position:relative
}
#top .cities {
	position:absolute;
	bottom:100%;
	width:100%;
	overflow:hidden;
	background:#1f2324
}
#top .cities h4 {
	color:#949494;
	font-size:16px;
	font-weight:normal;
	padding:0 0 10px 13px;
	text-shadow:#000 1px 1px 1px
}
#top .cities ul {
	margin:0 auto;
	display:inline-block
}
#top .cities li {
	list-style:none;
	float:left
}
#top .cities a {
	float:left;
	color:#fff;
	position:relative;
	text-shadow:#fff 0 0 0;
	text-decoration:none;
	text-shadow:#000 1px 1px 1px;
	-webkit-transition:all 100ms;
	-moz-transition:all 100ms;
	-o-transition:all 100ms;
	transition:all 100ms;
	font-size:13px;
	height:24px;
	line-height:24px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-ms-border-radius:12px;
	-o-border-radius:12px;
	border-radius:12px;
	width:116px;
	background:#000;
	padding-left:24px;
	position:relative;
	background:#1f2324
}
#top .cities a:hover {
	color:#4fd8ff;
	background:#000
}
#top .cities .arrow {
	position:absolute;
	top:10px;
	left:13px;
	width:4px;
	height:6px
}
#top .cities .wrap {
	width:873px;
	padding:15px 0 15px 27px;
	margin:0 auto
}
#top .russia {
	float:left;
	width:580px
}
#top .russia ul {
	border-right:1px solid #151819
}
#top .russia .border-wrap {
	border-right:1px solid #36393a
}
#top .ukraine {
	float:left;
	width:293px
}
#top .ukraine ul {
	padding-left:11px
}
#top .ukraine h4 {
	padding-left:24px
}
#top .home {
	display:block;
	text-decoration:none;
	width:227px;
	height:109px;
	position:absolute;
	top:-10px;
	left:0
}
#top .home .hover {
	position:absolute;
	top:0;
	left:-1px;
	width:227px;
	height:109px;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
	-webkit-transition:opacity 150ms;
	-moz-transition:opacity 150ms;
	-o-transition:opacity 150ms;
	transition:opacity 150ms
}
#top .home:hover .hover {
	opacity:1
}
#top .gradient {
	height:32px;
	line-height:32px
}
#top .gradient,#top .gradient .profile a.open,#top .gradient .balance,#top .gradient .city {
	background:#21282b;
	background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#3b4244),color-stop(100%,#0b1112));
	background:-webkit-linear-gradient(#3b4244,#0b1112);
	background:-moz-linear-gradient(#3b4244,#0b1112);
	background:-o-linear-gradient(#3b4244,#0b1112);
	background:linear-gradient(#3b4244,#0b1112)
}
#top .gradient,#top .gradient a {
	color:#fff;
	text-decoration:none
}
#top .gradient .center {
	margin:0 auto;
	position:relative;
	width:900px
}
#top .gradient .city {
	border-right:1px solid #1c2223;
	float:left;
	margin-left:229px;
	padding:0 9px;
	position:relative
}
#top .gradient .merchant {
	float:left;
	margin-left:4px;
	position:relative
}
#top .menu {
	margin-right:10px;
	float:right;
	z-index:80
}
#top .balance,#top .profile a.open {
	float:left;
	padding:0 9px;
	position:relative
}
#top #profile-open-link-text {
	overflow:hidden;
	text-overflow:ellipsis;
	width:100px;
	white-space:nowrap
}
#top .balance {
	border-right:1px solid #1c2223
}
#top .profile a.open {
	border-left:1px solid #2b3538;
	border-right:1px solid #1c2223
}
#top a span {
	float:left;
	text-shadow:rgba(255,255,255,0) 0 0 1px;
	-webkit-transition:text-shadow 100ms;
	-moz-transition:text-shadow 100ms;
	-o-transition:text-shadow 100ms;
	transition:text-shadow 100ms
}
#top a:hover span {
	color:#ddd
}
#top .balance .balance-amount {
	color:#9bcb5f;
	font-weight:bold;
	margin-left:0.4em
}
#top .balance .add {
	float:left;
	width:12px;
	height:12px;
	margin:9px 0 0 5px
}
#top .profile {
	width:128px;
	float:left;
	position:relative
}
#top .profile a.open {
	display:block;
	width:110px
}
#top .profile .arrow {
	position:absolute;
	top:14px;
	right:10px;
	width:7px;
	height:6px
}
#top #q-search {
	float:right;
	padding-left:10px;
	position:relative
}
#top #q-search.active .icon {
	width:20px;
	height:20px;
	top:7px
}
@media (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3 / 2),(min-device-pixel-ratio:1.5) {
	#top #q-search.active .icon {
		-webkit-background-size:20px auto;
		-moz-background-size:20px auto;
		-o-background-size:20px auto;
		background-size:20px auto
	}
}
#top #q-search.active #q {
	background:#ffffca;
	color:#333;
	padding-right:70px;
	width:250px
}
#top #q-search.active #q-search-button {
	opacity:1;
	z-index:1
}
#top #q-search .icon {
	left:13px;
	position:absolute;
	width:20px;
	height:20px;
	top:8px
}
@media (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3 / 2),(min-device-pixel-ratio:1.5) {
	#top #q-search .icon {
		-webkit-background-size:20px auto;
		-moz-background-size:20px auto;
		-o-background-size:20px auto;
		background-size:20px auto
	}
}
#top #q-search #q {
	background:#2c3233;
	background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#464c4e),color-stop(100%,#2c3233));
	background:-webkit-linear-gradient(#464c4e,#2c3233);
	background:-moz-linear-gradient(#464c4e,#2c3233);
	background:-o-linear-gradient(#464c4e,#2c3233);
	background:linear-gradient(#464c4e,#2c3233);
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	-ms-border-radius:11px;
	-o-border-radius:11px;
	border-radius:11px;
	border:none;
	border-bottom:1px solid #424748;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#999;
	font-size:12px;
	line-height:12px;
	height:21px;
	padding:3px 6px 3px 24px;
	text-overflow:ellipsis;
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-o-transition:all 500ms;
	transition:all 500ms;
	width:100px
}
#top #q-search #q-search-button {
	height:20px;
	opacity:0;
	position:absolute;
	right:-1px;
	text-align:center;
	top:6px;
	-webkit-transition:opacity 500ms;
	-moz-transition:opacity 500ms;
	-o-transition:opacity 500ms;
	transition:opacity 500ms;
	width:70px;
	z-index:-1
}
#top #q-search #q-search-button:hover {
}
#top #q-search #q-search-button:hover span {
	color:#fff;
	text-shadow:0 1px 0 #000
}
#top #q-search #q-search-button span {
	line-height:20px;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
	width:100%
}
#top .overflow {
	position:absolute;
	left:-5px;
	top:100%;
	height:0;
	width:138px;
	padding:0 5px;
	z-index:50;
	overflow:hidden
}
#top .overflow.ipad {
	overflow:none;
	height:200px
}
#top .overflow.ipad .dropdown {
	top:0px
}
#top .dropdown {
	position:absolute;
	top:-109px;
	left:5px;
	width:128px;
	background:#0b1112;
	padding-bottom:4px;
	z-index:50;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	-webkit-box-shadow:#000 0 0 5px;
	-moz-box-shadow:#000 0 0 5px;
	box-shadow:#000 0 0 5px
}
#top .dropdown a {
	font-weight:normal;
	display:block;
	padding-left:9px;
	line-height:20px;
	color:#c7c7c7;
	text-shadow:rgba(255,255,255,0) 0 0 1px;
	-webkit-transition:all 100ms;
	-moz-transition:all 100ms;
	-o-transition:all 100ms;
	transition:all 100ms
}
#top .dropdown a:hover {
	color:#fff;
	text-shadow:#fff 0 0 1px
}
#top .city {
	border-right:none
}
#top .city .arrow {
	float:left;
	margin:14px 0 0 5px;
	width:7px;
	height:6px
}
#top .signup,#top form .submit {
	float:left;
	height:22px;
	font-size:12px;
	color:#fff;
	text-shadow:#1b6f9d 1px 1px 1px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	margin-top:5px;
	margin-right:6px
}
#top .signin {
	display:block;
	text-decoration:none;
	padding-left:30px;
	width:49px;
	height:22px;
	line-height:22px;
	font-weight:bold;
	float:left;
	text-shadow:none;
	margin-top:6px
}
#top .signin:hover {
}
#top .signin:active {
}
