table {
    border-collapse: collapse;
    border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    /*font-weight: 700;*/
}

caption, th {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

q:before, q:after {
    content: '';
}

body {
    background: #F4F4F4 url(../images/background.jpg) repeat;
    color: #676565;
    font-family: Georgia, Verdana;
}

#outer {  

    width:990px;
    margin:auto;
}

#qsearchBlock {
    background:url(../images/search_b.gif) !important;
    height:36px;
}

#qsearchBlock table {
    height:36px;
    vertical-align:middle;
}

#submit_qs {
    width:89px;
    height:26px;
}

.button_div {
    background:url(../images/search_button.gif);
    width:94px;
    height:25px;
    line-height:26px;
    text-align:center;
}

input#title_id {
    background:#fff url("../images/login_back.gif") repeat-x;
    width:350px;
    line-height:18px;
    height:18px;
    margin-left:10px;
    margin-right:10px;
    border:1px #ccc solid;
}

a#mainS_id {
    text-decoration:none;
    color:#fff;
    cursor:pointer;
    font-weight:700;
    font-size:12px;
}

#inner {
    width:984px;
    margin:0 2px 0 2px;
}

#header {
    position:relative;
    height:188px;
    width:100%;
    font-size:11px;
    z-index:100;
}

#headerTop {    
    height:151px;
    position:absolute;
}

a#logo {
    background:url(../images/header.jpg) no-repeat;
    top:0;
    display: block;    
    height:100%;
    left:6px;
}

#headerTop div {
    float:right;
    margin-top:25px;
}

#mainMenu {
    height:37px;
    background:url(../images/menu.jpg) repeat-x;
    position:absolute;
    bottom:0;
    font-size:12px;
    font-weight:700;
    width:100%;
}

#mainMenu ul {
    padding-right:0;
    list-style-type:none;
    padding-left:0;
}

#mainMenu ul li {
    position:relative;
    float:left;
    border-right:1px solid #FFF;
    display:inline;
}

#mainMenu ul li a {
    text-decoration:none;
    display:block;
    color:#fff;
    line-height:35px;
    background:none !important;
    padding:0 20px;
}

* html #mainMenu ul li a {
    display:inline-block;
}

#mainMenu ul li#rightButton {
    border-right:0;
}

#mainMenu ul li ul {
    position:absolute;
    left:0;
    display:block;
    visibility:hidden;
    background:#aca453;
}

#mainMenu ul li ul li {
    display:list-item;
    float:none;
    border-bottom:1px solid #fff;
    font-weight:700;
    width:240px;
    margin:0;
    padding:0;
}

#mainMenu ul li ul li ul {
    top:0;
    height:35px;
}

#mainMenu ul li ul li a {
    line-height:35px;
    border-top-width:0;
    margin:0;
}

#menuLeft,#menuRight {
    width:10px;
    height:35px;
}

#content {
    margin-top:6px;
    width:100%;
    padding-bottom:20px;
}


#left, #right {
    width:192px;
    display:inline;
    padding:0;
    float:left;
}

#left {
    padding-right:6px;
}

#right {
    padding-left:6px;
}

#main {
    width:582px;
    float:left;
    margin:0;
}


.block {
    margin-bottom:10px;
    font-size:11px;
    /*border:1px solid #ccc;*/
    float:left;
}

.blockHead a {
    color:#fff;
    text-decoration:none;
    font-size:12px;
}

.even .blockHead {
    background:#206fb1;
}

.blockMain {
    /*background:url("../images/short_center.gif") repeat-x scroll center top #FFF;*/
    background:#fff;
    width:182px;
    float:left;
    padding: 5px;
}

.blockMain a {
    text-decoration:none;
    color:#6e7e24;
}

.blockBottom {
    background:transparent;
    height:0px;
    font-size:1px;
    float:left;
    width:100%;
}

.inside {
    /*border:1px solid #ccc;*/
    margin-bottom:10px;
    width:100%;
    float:left;
    background:#fff;
}

.insideBottom {
    float:left;
    width:100%;
    height:0;
    background:#fff;
}

#main .heading {
    background:url("../images/long_title.jpg") repeat scroll 0 0 transparent;
    color:#fff;
    padding-left:29px;
    font-weight:700;
    font-size:12px;
    line-height:29px;
}

#main .heading h1 {
    font-size:12px;
    color:#fff;
}

.heading a {
    color:#fff;
    text-decoration:none;
}

.mainInfo {
    /*background:url("../images/short_center.gif") repeat-x scroll center top #FFF;*/
    font-size:11px;
    float:left;
    width:571px;
    overflow: hidden;
    padding:8px 5px;
}

.mainInfo .mainInfoPadding {

}

.bannersBlock {
    padding-top:10px;
    overflow-x:hidden;
    width:100%;
    float:left;
}

.bannersBlock div {
    width:100%;
    text-align:center;
    padding:5px 0;
}

#bottomMenu {
    width:100%;
    background:#161618;
    clear:both;
    float:left;
}

#bottomMenu #bottomLeft,#bottomMenu #bottomRight {
    width:10px;
    height:25px;
    float:left;
    background:#676565;
}

#bottomMenu #bottomRight {
    float:right !important;
}

#bottomMenu table {
    width:958px;
    float:left;
    font-size:12px;
}

#bottomMenu table tr td a {
    background:url(../images/menuSpacer.gif) no-repeat right;
    color:#fff;
    float:left;
    width:100%;
    text-align:center;
    line-height:25px;
    text-decoration:none;
}

#bottomMenu table tr td a:hover {
    background:url(../images/menuSpacer.gif) no-repeat right #676565;
}

#bottomMenu table tr td#lastColumn a:hover {
    background:#676565 !important;
}

#footer {
    background:url("../images/footer.jpg") no-repeat;
    text-align:center;
    padding-left: 180px;
    font-size:11px;
    clear:both;
    font-weight:700;
    line-height:75px;
    width:978px;
    margin:auto;
}
#footer a{
    text-decoration:none;
    color:#23231b;

}

#footer a:hover{
    text-decoration:underline;
    color:#c0450a;
}

input.error,textarea.error,select.error {
    background:#FEE2E2 none repeat scroll 0 0 !important;
    border:1px solid #FB9191 !important;
}

input[type=checkbox] {
    border:1px solid #FB9191 !important;
    background:#FEE2E2 none repeat scroll 0 0 !important;
}

label.error {
    color:#bf2727;
    font-weight:700;
}

.radio {
    border:0;
    width:15px !important;
}

ul#checkbox {
    list-style-type:none;
    width:300px;
    padding:1em 1em 0;
}

ul#checkbox li {
    display:inline;
    float:left;
}

.sendToFriend label {
    font-size:11px;
    line-height:18px;
    float:left;
    width:100px;
}
a#reccomend_m {
    color:#ffffff !important;
    font-weight: bold;
}
.sendToFriend input.reccomend {

    float:right;
    width:200px;
    background:#f4f4f4;
    border:1px #ccc solid;
}

.sendToFriend textarea {
    font-size:10px;
    line-height:14px;
    float:right;
    height:60px;
    width:200px;
    background:#f4f4f4;
    border:1px #ccc solid;
}

.sendToFriend div {
    float:left;
    padding-bottom:5px;
    width:100%;
}

table.navigation {
    border-bottom:1px dotted #CCC;
    width:570px;
    height: 30px;
}

.p_bottom {
    clear: both;
}

.p_bottom table.navigation {
    border-bottom:none;
    padding-bottom:0;
    margin-top:20px;
}

table.navigation td.p_records {
    width:33%;
    text-align:left;
    font-size:11px;
}

table.navigation td.p_pages {
    width:33%;
    text-align:center;
    font-size:11px;
}

table.navigation td.p_sortBy {
    width:33%;
    text-align:right;
    padding-right:5px;
    font-size:10px;
}

#pagination_td {
    font-size:10px;
    font-weight:400;
}

table.navigation td.p_sortBy select {
    font-size:10px;
    width:120px;
    height:20px;
    line-height:20px;
}

.p_bottom select {
    font-size:10px !important;
    width:50px !important;
    height:20px !important;
    line-height:20px !important;
}

html,body,div,span,h2,h3,p,img,strong,ul,li,table,tr,td,a:focus {
    border:none;
    outline:none;
    margin:0;
    padding:0;
}

h1 {
    color:#6E7E24;
    font-weight:700;
    font-size:14px;
}

table#bottomMenu {
    width:100%;
    text-align:center;
}

.bottomLine {
    border:none !important;
}

.itemBlock {
    position:relative;
    overflow-x:hidden;
    border-right:1px solid #ccc;
    float:left;
    background:url(../images/verticalSpacer.gif) repeat-y right;
    margin:10px 10px 10px 0;
}

.itemPrices {
    float:left;
    position:relative;
    height:auto;
    width:100%;
    text-align:center;
}

.itemBlock p {
    float:left;
    color:#ccc;
    width:120px;
    padding:5px 0 0;
}

.itemBlock img {
    float:left;
    margin:0 10px 0 0;
}

.itemBlock a.moreButton {
    width:62px;
    text-align:center;
    color:#feffff;
    background:#000;
    height:20px;
    float:right;
    position:absolute;
    bottom:0;
    right:10px;
    text-decoration:none;
    line-height:20px;
    font-size:11px;
}

.itemBlock small {
    color:#4a4a4a;
    text-align:right;
    position:absolute;
    right:10px;
    bottom:23px;
}

.itemBlock small b {
    color:#bc1d1f;
}

div#goods strong.itemPrice {
    color:#E64A1A;
    text-align:right;
    font-size:16px;
}

div#goods strong.itemPrice span {
    padding-right:10px;
    color:#666;
    /*text-decoration:line-through;
	font-size:11px;*/
}

.mainInfo a {
    color:#6e7e24;
    text-decoration:underline;
}

.mainInfo ul {
    list-style:disc;
    list-style-position:inside;
}

.pagination {
    text-align:center;
    float:left;
    width:100%;
}

.pagination ul li {
    display:inline;
}
.pagination ul li.activePage {
    background:#91a631;
    /*border:1px solid #e6331c;*/
    color:#fff;
    margin-left:5px;
    text-decoration:none;
    font-weight: bold;
    padding:5px;
}
.pagination ul li a {
    background:#d1dba3;
    /*border:1px solid #ccc;*/
    color:#555;
    margin-left:5px;
    text-decoration:none;
    padding:5px;
}

.pagination ul li a:hover {
    background:#91a631;
    /*border:1px solid #e6331c;*/
    color:#fff;
}

#certainItem {
    float:left;
    position:relative;
    width:572px;
    text-align:center;
}

#certainItem strong {
    font-size:12px;
    float:left;
    color:#ccc;
}

#certainItem span#idNumber {
    position:absolute;
    right:0;
}

#bigItem {
    margin: 0px;
    text-align: center;
}


.itemTable {
    width:575px;
}

.itemTable tr th {
    background:#999;
    color:#fff;
    line-height:20px;
    padding: 0px;
}

.itemTable tr td {
    text-align:left;
    padding:5px 0;
}

.priceBlock .price {
    font-size:12px;
    font-weight:700;
}

.priceNow, strong.itemPrice{
    font-size:14px;
    color:#E64A1A;
    font-weight:700;
}
.topPrice {
    margin-top: 10px;
}


a.addCart,a.mark,a.buttonMore,a.addToCart {
    clear:both;
    color:#fff;
    text-decoration:none;
    font-weight: bold;
    margin:0;
}

a.addCart span.buttonLeft,a.buttonMore span.buttonLeft,a.addToCart span.buttonLeft {
    background:url("../images/button_left.gif") repeat scroll 0 0 transparent;
    float:left;
    width:8px;
    line-height:22px;
    height:23px;
}

a.addCart span.buttonRight,a.buttonMore span.buttonRight,a.addToCart span.buttonRight {
    background:url("../images/button_right.gif") repeat scroll 0 0 transparent;
    float:left;
    width:8px;
    line-height:23px;
    height:23px;
}

a.addCart span.buttonCenter,a.buttonMore span.buttonCenter,a.addToCart span.buttonCenter {
    background:url("../images/button_center.gif") repeat scroll 0 0 transparent;
    float:left;
    line-height:23px;
    height:23px;
    padding:0 5px;
}

a.buttonMore span.buttonLeft,a.mark span.buttonLeft {
    background:url("../images/button1_left.gif") repeat scroll 0 0 transparent;
    float:left;
    width:8px;
    line-height:23px;
    height:23px;
}

a.buttonMore span.buttonRight,a.mark span.buttonRight {
    background:url("../images/button1_right.gif") repeat scroll 0 0 transparent;
    float:left;
    width:8px;
    line-height:23px;
    height:23px;
}

a.buttonMore span.buttonCenter,a.mark span.buttonCenter {
    background:url("../images/button1_center.gif") repeat scroll 0 0 transparent;
    float:left;
    line-height:23px;
    height:23px;
    padding:0 5px;
}

a.buttonMore:hover span.buttonCenter {
    text-decoration:none !important;
    color:#FFF;
}

#cartTable {
    float:left;
    background:#fff;
    font-size:11px;
    width:572px;
    border-right:1px solid #fff;
    margin:10px 0 20px 0px;
}

#cartTable tr {
    line-height:1.2em;
}

#cartTable tr#tableHead {
    font-weight:700;
    line-height:25px !important;
}

table#cartTable td {
    border-collapse:collapse;
    border-top:1px solid #ccc;
    padding:3px 5px;
}

table#cartTable input.count {
    border:1px solid #000;
    background:#fff;
    color:#d7b494;
    margin-left:5px;
    font-size:1.1em;
    width:50px;
}

table#cartTable td.none {
    background:#fff !important;
    border-left:none !important;
}

table#cartTable td.bottom {
    border:none;
    background:#fff !important;
}

.cartPhoto img {
    /*width:50px;*/
    margin:0 15px;
}

td.presents {
    background:#ccc;
}

td.presents strong {
    padding:0 10px 0 5px;
}

td.allPrice {
    line-height:30px;
    font-size:1.2em;
    text-align:right;
}

td.allPrice strong {
    padding-right:20px;
}

a#leftButton {
    width:42px;
    height:41px;
    background:url("../images/leftButton.png") no-repeat;
    position:absolute;
    z-index:100;
    left:-10px;
    top:125px;
}

a#rightButton {
    width:42px;
    height:41px;
    background:url("../images/rightButton.png") no-repeat;
    position:absolute;
    z-index:100;
    right:-10px;
    top:125px;
}

#buyingSteps {
    width:572px;
    float:left;
}

#buyingSteps strong {
    text-transform:uppercase;
    float:left;
    width:572px;
    padding:15px 0;
}

ul#stepsNumber {
    list-style:none;
    margin-left:5px;
    width:562px;
}

ul#stepsNumber li {
    float:left;
    background:url("../images/step.gif");
    width:187px;
    line-height:68px;
    color:#fff;
    text-align:center;
    font-size:12px;
    height:68px;
}

.activeStep {
    background:url("../images/active_step.gif") !important;
    font-weight:700;
}

ul#textSteps {
    list-style:none;
    font-size:11px;
    font-weight:700;
    height: 73px;
    width:562px;
    margin-left:36px;
    padding:10px 0 20px;
}

ul#textSteps li {
    float:left;
    line-height:12px;
    text-align:left;
    width:169px;
}

table.login td {
    width:50%;
    vertical-align:top;
}

table.login strong {
    float:left;
    font-size:12px;
    width:100%;
    font-weight:700;
    padding:5px 0;
}

table.login input.login {
    background:#f4f4f4;
    width:90%;
    border:1px solid #000;
}

#contactForm {
    clear:both;
    width:100%;
}

label.formLabel {
    width:150px;
    float:left;
    line-height:25px;
}

#contactForm div {
    clear:both;
    width:100%;
    float:left;
    margin:5px 0 0;
}

#contactForm input {
    width:150px;
    background:#f4f4f4;
    border:1px solid #ccc;
}

#contactForm .radio {
    float:left;
    background:none !important;
    border:none !important;
}

div#goods input {
    width:80px;
}

div#goods div {
    vertical-align:top;
}

div#goods .item div {
    vertical-align:top;
}

div#goods div.item .itemCell {
    border-right:1px dotted #ccc !important;
    padding:5px 5px 0 0;
    position: relative;
}
div#goods div.item td {
    vertical-align: top;
    position: relative;
}
div#goods div.left {
    width:285px;
    padding:5px 0 0 5px;
}

div#goods div.one {
    width:578px;
}

div#goods div.item {
    border-bottom:1px dotted #ccc !important;
}


.hot {
    background:url(../images/discount_nar.gif);
    background-repeat: no-repeat;
    width:63px;
    height:30px;
}

.itemLine, .topItem, .itemLineDiv, #bigItem {
    position:relative;
}
.itemLineDiv img {
    margin-right: 5px;
}
td.item_tValue {
    padding-left: 5px;
}
.itemLine .hot, .topItem .hot {
    position:absolute;
    top:30px;
    right:20px;
}

.itemLineDiv .hot {
    position:absolute;
    bottom:0px;
    right:0px;
}

#bigItem .hot {
    position:absolute;
    right:10px;
    top: 10px;
    width:60px;
    height:100px;
    background-repeat: no-repeat;
}


table#good p.desc {
    color:#eee;
    padding:5px 0 0;
}

table#allso_buy tr.item td.left,table#allso_buy tr.item td.right {
    border-bottom:1px solid #fff !important;
}

table.itemTable2 td.td_attribute {
    width:200px;
}

table.itemTable2 td.td_value input,table.template input {
    font-size:10px;
    line-height:14px;
    height:14px;
    background:#f4f4f4;
    border:1px #ccc solid;

}

table.itemTable2 td.td_value select,table.template select {
    font-size:10px;
    line-height:14px;
    background:#f4f4f4;
    border:1px #ccc solid;
    width:75px;
}

.add_success {
    color:#10A344;
}

.bad_success {
    color:#E62E46;
}

td.cart_msg {
    text-align:right !important;
}

.inside_cont {
    width:100%;
    background-color:#998b86;
    line-height:20px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight:bold;
    padding-left: 7px;
    color:#fff;
}

.clear {
    clear:both;
}

.form {
    width:572px;
    padding-top:10px;
}

table.headingTable td#pagination_td {
    text-align:right;
    width:40%;
}

table.headingTable td#pagination_head {
    width:60%;
}

table.headingTable {
    width:552px;
}

span.success {
    color:#31c10c;
    padding-top:10px;
    font-weight:700;
}

.discount {
    color:#cd3c1b;
    font-weight:700;
    font-size:12px;
    margin-left:21px;
    position:relative;
    padding-top:6px;
}

.discount_s {
    color:#fff;
    font-weight:700;
    font-size:12px;
    margin-left:20px;
    position:relative;
    top:-16px;
}

table.tree tr {
    line-height:18px;

    width:100%;
    /*background:url("../images/catalog_hdbg.gif");*/
}

table.tree tr:hover {
    line-height:28px;
}

table.tree td.item a {
    padding-left:0px;
    color:#000;
    font-weight:700;
    text-decoration:none;
    /*background:url(../images/catalogBullet.gif) no-repeat 5px 5px;*/
}

table.tree td.item a:hover {
    text-decoration:underline;
}

table.tree tr.category {
    background:#fff;
    line-height:20px;
}

table.tree tr.category a {
    color:#676565;
    padding-left: 8px;
    background:url(../images/bullet.gif) no-repeat 0px 5px;

}

table.tree tr#activeItem {
    font-weight: bold;
    line-height:20px;
}
table.tree .openedCategory {
    background-image: none;
}

table.tree tr#activeItem a {
    color:#6e7e24;
    padding-left: 8px;
    background:url(../images/bullet2.gif) no-repeat 0px 5px;
}

#loginBlock form {
    border-bottom:1px dotted #ccc;
    padding-bottom:5px;
    float:left;
    width:100%;
    margin-bottom:5px;
}

#loginBlock #forgot {
    float:left;
    clear:both;
    line-height:20px;
}

#loginBlock form input.login {
    background:url(../images/login_back.gif)repeat-x !important;
    font-size:11px;
    line-height:18px;
    float:left;
    width:180px;
    height:18px;
    border:1px #ccc solid;
}
.logInput {
    background:url(../images/login_back.gif)repeat-x !important;
    font-size:11px;
    line-height:18px;
    float:left;
    width:300px;
    height:18px;
    border:1px #ccc solid;
}
input.newsletter {
    background:url(../images/login_back.gif)repeat-x !important;
    font-size:11px;
    line-height:18px;
    height:18px;
    border:1px #ccc solid;
    margin-bottom:10px;
    width:100%;
}

div#goods input.cartInput,table.itemTable input#quantity,.cartInput,#coupon_code {
    font-size:10px;
    line-height:16px;
    text-align: center;
    height:20px;
    background:#f4f4f4;
    border:1px #ccc solid;
    width:18px;
    margin-left: 3px;
    margin-right: 3px;
}
.cartInput {
    width:30px;
}
#coupon_code {
    width:180px;
}

table.itemTable input#quantity {
    margin-right:4px;
}

#loginBlock form label {
    width:65px;
    float:left;
    text-align:left;
    line-height:18px;
}

#loginBlock form div {
    float:left;
    width:100%;
    clear:both;
    padding:0 0 5px;
}

a.button1,a.register,a.button2 {
    float:right;
    font-size:11px;
    font-weight:700;
    text-decoration:none;
    color:#fff;
}
.block a.button1:hover, .block a.register:hover, .block a.button2:hover {
    text-decoration: none;
}
a.register,a.button2 {
    margin-top:5px;
}

a.button1 span.buttonLeft {
    background:url(../images/button1_left.gif);
    float:left;
    width:8px;
    line-height:23px;
    height:23px;
    font-size: 11px;
}

a.button1 span.buttonRight {
    background:url(../images/button1_right.gif);
    float:left;
    width:8px;
    line-height:23px;
    height:23px;
    font-size: 11px;
}

a.button1 span.buttonCenter {
    background:url(../images/button1_center.gif);
    float:left;
    line-height:23px;
    height:23px;
    padding:0 5px;
    font-size: 11px;
}

table.login input {
    margin-bottom:10px;
}

#itemSearch select {
    width:100%;
    border:1px #ccc solid;
    font-size:1em;
}
span.view_action {
    line-height: 25px;
}
#itemSearch input.from,#itemSearch input.to {
    width:30px;
    float:right;
    margin-left:3px;
    font-size:10px;
    line-height:14px;
    height:14px;
    background:#f4f4f4;
    border:1px #ccc solid;
}

a#set_coupon {
    padding-right:70px;
}

.error {
    color:#f42828;
    font-weight:700;
}

#itemSearch div {
    width:100%;
    float:left;
    padding-bottom:5px;
}

#searchBlock input.title {
    width:110px;
    font-size:10px;
    line-height:14px;
    float:right;
    height:14px;
    background:#f4f4f4;
    border:1px #ccc solid;
}

#searchBlock label {
    line-height:18px;
}

#searchBlock label#to {
    float:right;
    width:20px;
    text-align:center;
}

#searchBlock label#currency {
    float:right;
    width:25px;
    text-align:center;
}

#cart span {
    width:100%;
    border-bottom:1px dotted #ccc;
    float:left;
    padding-bottom:10px;
    margin-bottom:10px;
}

li.topItem,.topItem {
    text-align:center;
    width:100%;
    overflow-x:hidden;
    float:left;
    min-height:150px;
    vertical-align:middle;
    position:relative;
    padding-bottom:30px;
}

li.horGoods,.horGoods {
    text-align:center;
    width:100%;
    overflow-x:hidden;
    float:left;
    vertical-align:middle;
    position:relative;
    padding-bottom:30px;
}

.oneLast {
    padding-bottom:0 !important;
}

.topPrice {
    float:left;
    text-align:center;
    width:100%;
}

#pollBlock .blockMain div {
    float:left;
    width:100%;
    padding:3px 0;
}

#pollBlock .blockMain div input {
    float:left;
    width:15px;
}
#pollBlock a.button2{
    margin: 0px;
}
#pollBlock .blockMain div span {
    float:left;
    width:150px;
}

#pollBlock a.view {
    margin-left:5px;
}

a.button2 span.buttonLeft,a.register span.buttonLeft {
    background:url(../images/button_left.gif);
    float:left;
    width:8px;
    line-height:23px;
    height:23px;
}

a.button2 span.buttonRight,a.register span.buttonRight {
    background:url(../images/button_right.gif);
    float:left;
    width:8px;
    line-height:23px;
    height:23px;
}

a.button2 span.buttonCenter,a.register span.buttonCenter {
    background:url(../images/button_center.gif);
    float:left;
    line-height:23px;
    height:23px;
    padding:0 5px;
}

#langBlock {
    width:100%;
    font-size:11px;
    font-weight:700;
    padding:5px 0 12px;
}

#langBlock ul li {
    display:inline;
    padding:5px 11px 5px 4px;
}

#langBlock ul li a {
    color:#573d1a;
    text-decoration:none;
}
#langBlock ul li a:hover{
    text-decoration:underline;

}
li.activeLng {
    background:url(../images/kalba_selected.gif) no-repeat;
    line-height:16px !important;
}

li.activeLng a {
    color:#fff !important;
    text-decoration:none;
}

#main input#title {
    width:400px;
}

ul#mainTopGoods {
    list-style:none;
    margin:0;
}

ul#mainTopGoods li {
    float:left;
    margin-left:5px;
    width:200px;
    height:auto;
}

.message {
    width:170px;
    height:60px;
}

h4.newTitle {
    margin:0;
    padding:0;
}

a.newMore {
    text-decoration:none;
    color:#edaaaa;
    font-weight:700;
    cursor:pointer;
}

p.newDesc {
    margin-bottom:5px;
    margin-top:5px;
}

.p_records b {
    color:#e65419;
}

#hotBlock .vertical a.prev,#hotBlock .vertical a.next,#promoteBlock .verticalp a.prev,#promoteBlock .verticalp a.next {
    display:block;
    margin-left:80px;
    margin-bottom:0;
    margin-top:0;
    width:19px;
    height:20px;
    text-decoration:none;
    background:url("../images/rod_up.gif") left 0 no-repeat;
}

#hotBlock .vertical a.next,#promoteBlock .verticalp a.next {
    background:url("../images/rod_down.gif") right 0 no-repeat;
}

#hotBlock .vertical a.next:hover,#promoteBlock .verticalp a.next:hover {
    background-image:url("../images/rod_down.gif");
}

#hotBlock .vertical a.prev:hover,#promoteBlock .verticalp a.prev:hover {
    background-image:url("../images/rod_up.gif");
}

#mainHotBlock .main a.prev,#mainHotBlock .main a.next {
    display:block;
    float:left;
    width:50px;
    min-height:140px;
    text-decoration:none;
    background:url("../images/rod_left.gif") center 60px no-repeat;
}

#mainHotBlock .main a.next {
    background:url("../images/rod_right.gif") center 60px no-repeat;
}

#mainHotBlock .main a.next:hover {
    background-image:url("../images/rod_right.gif");
}

#mainHotBlock .main a.prev:hover {
    background-image:url("../images/rod_left.gif");
}

#mainHotBlock .main .jCarouselLite {
    float:left;
    position:relative;
    visibility:hidden;
}

#mainHotBlock .main ul li {
    margin-left:5px;
    width:145px;
    min-height:100px;
    height:auto;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,.sendToFriend,table#allso_buy {
    margin:0;
    padding:0;
}

fieldset,img,abbr,acronym {
    border:0;
}

ol,ul,ul,.pagination ul {
    list-style:none;
}

#qsearchBlock .heading,#bottomMenu table tr td#lastColumn a {
    background:none !important;
}

#mainS_id span,#headerTop,#mainMenu,table.login,table.tree,table.category,table.tree tr.category td {
    width:100%;
}

#mainMenu ul li a:hover,#mainMenu ul li a.active {
    background:url(../images/hover.jpg) repeat-x !important;
}

#searchBlock .blockHead,#loginBlock .blockHead,.blockHead {
    background:url("../images/short_title.jpg");
    color:#fff;
    padding-left:15px;
    font-weight:700;
    font-size:12px;
    line-height:28px;
    text-transform:uppercase;

}
.blockHead {white-space:nowrap;}
.blockMain a:hover,.heading a:hover {
    text-decoration:underline;
}

.item_actions {
    position: absolute;
    bottom:3px;
    overflow:hidden;
    white-space:nowrap;
}

table.item_actions .addCart, table.item_actions .cartInput {
    float: right;
}

.goodsImages,table.item_actions input,#langBlock ul {
    text-align:center;
}
.goodsImages img {
    margin: 10px 2px 10px 2px;
}

ul#goodsImgUl li,#menuLeft,div#goods a.buttonMore,#searchBlock label#title,#searchBlock #priceFrom,a.button2 {
    float:left;
}

#menuRight,.items table {
    float:right;
}

table#bottomMenu tr td a,.itemLine {
    width:100%;
    float:left;
}

.itemBlock strong.title,div#goods div h1.title {
    font-size:14px;
    color:#555;
    float:left;
    width:100%;
}

.itemBlock span.idNumber,table#good span.idNumber {
    font-size:11px;
    float:left;
    width:120px;
}

span.throughtLine,.priceBlock .throughtLine,.numbers {
    text-decoration:line-through;
}

.itemTable td#acction_success,.priceBlock,table#cartTable td.cartTotal {
    text-align:right;
}

#buyingSteps a,a.buttonReg {
    color:#fff;
}

table.category a {
    text-decoration:none;
}

li.topItem img,.topItem img,li.horGoods img,.horGoods img {
    padding:5px 0;
}

#hotBlock .vertical a:hover,#hotBlock .vertical a:active,#promoteBlock .verticalp a:hover,#promoteBlock .verticalp a:active,#mainHotBlock .main a:hover,#mainHotBlock .main a:active {
    border:none;
    outline:none;
}

#hotBlock .vertical ul,#promoteBlock .verticalp ul,#mainHotBlock .main ul {
    margin:0;
}

#recommendBlock {
    width: 100%;
}

#recommendBlock #button {
    margin: 8px 8px 8px 18px;
    height: 22px;
}

#recommendBlock .button1{
    float: none;
}

.item_sDesc, .desc {
    padding:8px 8px 8px 0px;
}

.item {
}

td.one {
    border-bottom:1px dotted #CCCCCC;
    margin-bottom: 30px;
}



h1.goodName {
    font-size: 16px;
    margin: 10px 0px 10px 0px;
}
h1.title {
    font-size: 12px;
    margin: 10px 0px 10px 0px;
}

#vupBanner {
    width: 185px;
    overflow: hidden;
}

.one_holder .item_actions {
    position: relative;
    float: right;
}

.item2 {
    width: 265px;
}

.item_actions_holder1 .item_actions {
    position: absolute;
    right: 0px;
}

.item_actions_holder1 {
    position: relative;
    height: 30px;
}
.coupon_lng {
    width: 180px;
}
.coupon_input {
    width: 180px;
}
.coupon_button {
    width: 170px;
    text-align: left;
    vertical-align: top;
}
table.coupon_table {

    line-height: 25px;
}
a#set_coupon {
    margin:0px;
}
td.cartDelete {
    width: 20px;
}
td.cartGoodName {
    width: 200px;
}
td.cartPhoto {
    width: 130px;
    text-align: center;
}
td.cartGoodTotal {
    width: 100px;
}
td.cartGoodInput {
    width: 60px;
}
td.cartGoodPrice {
    width: 100px;
}
td.cartTotal {
    width:100px;
}
td.mv-left {
    text-align: right;
}
td.goodPrice {
    width: 100px;
}
td.tot_pcart {
    text-align: right;
}
td.mv-right {
    text-align: right;
}
td.mv-pm {
    text-align: left;
}
td.user_right{
    width: 150px;
}
#bLoginButt {

}
#bLoginDo {
    float:none;
    padding-left: 50px;
}
#resetPswId {
    float:none;
}
#reset_b {
    padding-left: 200px;
}
#lagree_id {
    margin-right: 5px;
}
.f_radio {
    margin-right: 5px;
}
.item_id, .item_tName, .shorDesc{

    color:#676565;


}
.item_tValue{

    color:#6E7E24;


}
#cart span{
    padding-top:12px;
    font-weight:700;
}
h3{
    font-weight:bold;
    text-transform:uppercase;
}

