@charset "utf-8";
/* CSS Document */

body{
    background-color:#f4f4f4;
    font-family: 'PT Sans', sans-serif;
}

body a{
    border: none;
}

.logo {
    background: url(../png/logo.png) no-repeat left bottom;
    width: 305px;
    padding: 31px 0 0 55px;
    height: 46px;
    line-height: 20px;
    float: left;
}

.logo a{
    text-decoration: none;
}

.logo h2 {
    font-size: 28px;
    color: #b40201;
    font-weight: 700;
    line-height: 26px;
}

.logo span {
    color: #000;
    font-weight: 700;
}

.header_navigation {
    float: right;
    padding-top: 31px;
}

.header_navigation > div {
    margin-left: 10px;
}
#main-page{
    width:960px;
    border:none;
    margin:0px auto;
    position:relative;
}

#header {
    border-bottom: 1px solid #dedede;
    height: 108px;
    width: 960px;
}

#search {
    border: 1px solid #ddd;
    float: left;
    height: 45px;
    position: relative;
}

#search_inpt {
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #9a9a9a;
    font-size: 16px;
    line-height: 18px;
    padding: 13px 36px 14px 22px;
    margin: 0px;
    height: 18px;
}

#button_search {
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 12px;
}

.currency-block {
    float: left;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius:2px;
    height: 45px;
    width: 90px;
}

.currency-block div ul li {
    border-bottom: 1px solid #ddd;
    margin-left: 6px;
    width: 77px;
}

#drop_curr{
    width:90px !important;
}



.currency-block_other {
    border: medium none;
    float: left;
}




.currency-block_lang {
    float: left;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius:2px;
    height: 45px;
    width: 120px;
}




.drop-active {
    color: #000;
    cursor: pointer;
    font-size: 17px;
    height: 49px;
    line-height: 49px;
    padding-left: 5px;
    position: relative;
    text-align: center;
    z-index: 9;
}


.drop-active a:hover{
    color:red;
}

.drop-active a{
    text-decoration:none;
    color:#000;
}

#drop_activ_other {
    background: none repeat scroll 0 0 transparent;
    font-size: 20px;
    font-weight: bold;
    padding-left: 0;
    text-transform: uppercase;
    top: -11px;
}

#drop_list_other {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-weight: bold;
    margin-top: 27px;
    text-transform: uppercase;
    width: 71px;
}

#drop_list_other ul li a{
    font-size: 20px;
}

.language-block {
    float: right;
    width: 69px;
    border-right: 1px solid #3e3869;
    height: 49px;
}
.drop-list {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: none;
    line-height: 22px;
    margin-left: -1px;
    margin-top: 45px;
    padding: 7px 0 10px;
    position: absolute;
    text-align: center;
    width: 120px;
    z-index: 10;
}
.drop-list a {
    color: #000;
    font-size: 17px;
    text-decoration: none;
    line-height: 39px;
}
.drop-list a:hover {
    color: #d30100;
}


.drop-list_other {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: none;
    line-height: 22px;
    margin-left: -1px;
    margin-top: 45px;
    padding: 7px 0 10px;
    position: absolute;
    text-align: center;
    width: 120px;
    height:113px;
    z-index: 10;
}
.drop-list_other a {
    color: #000;
    font-size: 17px;
    text-decoration: none;
    line-height: 39px;
}
.drop-list_other a:hover {
    color: #d30100;
}
.drop-list li {
    position: relative;
}

.arrow{
    position: absolute;
    top: 23px;
    left: 93px;
}

.arrow_2{
    position: absolute;
    top: 23px;
    left: 65px;
}

#lang_eng{
    background: url(../png/icon_eng.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ddd;
    line-height: 39px;
    margin-left: 16px;
    width: 96px;
}

#lang_deu{
    background: url(../png/icon_deu.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ddd;
    line-height: 39px;
    margin-left: 16px;
    width: 96px;
}

#lang_fr {
    background:url(../png/icon_fr.png) no-repeat scroll 10% center rgba(0, 0, 0, 0);
    border-bottom: medium none;
    line-height: 39px;
    margin-left: 10px;
    width: 96px;
}

#curr_active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0 20px 0 0;
}

#curr_active a:hover{
    text-decoration:none;
    color:red;
}

#curr_active a{
    text-decoration:none;
    color:#000;
}

/* sidebar */
#side_bar {
    float: left;
    margin-right: 20px;
    width: 195px;
}

.sidebar-left{
    height: 100% !important;
}

.general_menu{
    margin-top:45px;
}

.general_menu li{
    margin-top:7px;
}

.general_menu ul li a{
    color:#b40201;
    font-size:15px;
}

.general_menu ul li a:hover{
    text-decoration:none;
}

#content {
    float: left;
    height: 100%;
    margin-top: 25px;
    width: 735px;
}

.article-content {
    background: none repeat scroll 0 0 #fff;
    float: left;
    width: 735px;
}

.item {
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    margin-bottom: -1px;
    margin-left: -1px;
    padding: 20px 20px 0;
    width: 204px;
}

.product-description{
    height:150px;
}

.product-categories{
    height:35px;
}

.name {
    font-size: 18px;
}

.name a{
    color:#b40201;
    text-decoration: none;
}

.prdct_name{
    width:310px;
    float:left;
    margin-top: 20px;
    margin-right: 20px;
}

.prdct_name span{
    font-size: 18px;
}

.item-title{
    color:#b40201;
    text-decoration: none;
}

.name a:hover{
    text-decoration: underline;
}

.act_ing{
    color:#a8a8a8;
    font-size:14px;
    height: 38px;
}

.act_ing a{
    color:#999;
    text-decoration: none;
}

.act_ing a:hover{
    text-decoration: underline;
}

.images {
    border: 7px solid #bcbcbc;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 20px auto 0;
    overflow: hidden;
    position: relative;
    width: 100px;
}

.images a img{
    overflow: hidden;
}

.info {
    font-size: 14px;
    padding-top:15px;
    height:90px;
}

.letter_buy a{
    margin-top: 10px!important;
}

.name_interested{
    color: #6e82b1;
    text-decoration: none;
}

.add_to_card {
    background-color: #6e82b1;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 36px;
    margin: 20px 0;
    padding-top: 3px;
    text-align: center;
    width: 205px;
}

.add_to_card img{
    margin-top: -6px;
    padding-right: 8px;
    vertical-align: middle;
}

.item-buy{
    text-decoration: none;
}

.cart_height{
    height:61px;
    display: block;
}

.article-title {
    background: none repeat scroll 0 0 #fff;
    color: #b40201;
    font-size: 20px;
    font-weight: bold;
    height: 27px;
    padding-left: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}

.text-page {
    background: none repeat scroll 0 0 white;
    color: #6e82b1;
    padding: 20px;
}

.name_letter{
    padding:0 !important;
}

.info a{
    color:#000;
}

.info a:hover{
    text-decoration:none;
}


.price span {
    float: left;
    font-size: 14px;
    padding-right: 10px;
    padding-top: 4px;
}

.price{
    padding-top:8px;
    height: 15px;
}

.new_price {
    color: #b40201;
    font-size: 18px !important;
    font-weight: bold;
    padding-top: 0 !important;
}

.p_p{
    color:#999999;
}


.butt_cart_item {
    display: block;
    width: 205px;
    height: 40px;
    padding-top:3px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #b40201;
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15), rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15), rgba(0,0,0,0));
    background-image: linear-gradient(to top, rgba(0,0,0,.15), rgba(0,0,0,0));
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 36px;
}

.item-buy botton:hover{
    background-image: none !important;
}

.butt_cart_item img {
    margin-top: -6px;
    padding-right: 8px;
    vertical-align: middle;
}

.testimonial {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    height: 165px;
    margin-top: 25px;
    padding-top: 20px;
    width: 735px;
}

.fresh_title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 20px;
}




.double_inverted_commas_right {
    color: #999999;
    float: left;
    font-size: 100px;
    line-height: 0;
    margin: 56px 20px 0;
}

.double_inverted_commas_left {
    color: #999999;
    float: left;
    font-size: 100px;
    line-height: 0;
    margin: 46px 17px 0;
}

.text {
    float: left;
    font-size: 18px;
    font-style: italic;
    margin: 10px 0 15px;
    width: 590px;
}


.author {
    float: right;
    margin-right: 20px;
    padding-top: 5px;
    color:#b40201;
}

.name_author{
    font-weight: bold;
}


.top_menu {
    margin-top: 20px;
}



.catalog_link{
    float:left;
}

.catalog_link a{
    color:#000;
    text-decoration: none;
}

.catalog_link {
    border-bottom: 1px dotted #000;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    text-decoration: none;
    text-transform: uppercase;
}


#character_link {
    border-bottom: 1px solid #ddd;
    height: 50px;
    margin-top: 20px;
}

#character_link ul li {
    color: #9a9a9a;
    float: left;
    margin-right: 24px;
    font-size: 20px;
}

#character_link a{
    color:#d30100;
    text-decoration: none;
    text-transform: uppercase;
}

#character_link a:hover{
    text-decoration: underline;
}
.visited {
    color:#9a9a9a !important;
}

.selected {
    color:#d30100 !important;
    font-weight: bold !important;
}

.no_link {
    color: #000 !important;
    cursor: context-menu;
    text-decoration: none !important;
}

.leftSideCart {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 50px;
    margin-top: 25px;
    padding-left: 20px;
    padding-top: 10px;
    width: 175px;
}

.cart_img {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.shop_cart{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.cart_info {
    margin-left: 60px;
    margin-top: 10px;
}

.cart-total{
    font-size:16px;
    color:#b40201;
    font-weight: bold;
}

.pay_m {
    font-size: 18px;
    font-weight: bold;
}

.cart-info-item{
    font-size:16px;
    color:#000;
}

.checkout_cart {
    background-color: #6e82b1;
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 41px;
    line-height: 38px;
    margin: 15px 0 15px 20px;
    text-align: center;
    text-decoration: none;
    width: 153px;
}

.empty_cart{
    background-color: #999;
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 41px;
    line-height: 38px;
    margin: 15px 0 15px 20px;
    text-align: center;
    text-decoration: none;
    width: 153px;
}

.payment_method {
    margin-bottom: 15px;
    margin-top: 20px;
}

.payment_m{
    margin-top:5px;

}

.visa {
    float:left;
    margin-right:5px;
    width:35px;
    height:22px;
    background-image:url(../png/visa-2.png);
    display:block;
}


.master_c{
    float:left;
    margin-right:5px;
    width:35px;
    height:22px;
    background-image:url(../png/master_c.png);
    display:block;
}


.ach {
    float:left;
    margin-right:5px;
    width:35px;
    height:22px;
    background-image:url(../png/ach.png);
    display:block;
}


.am_ex {
    float:left;
    width:35px;
    height:22px;
    background-image:url(../png/am_ex.png);
    display:block;
}


#banner {
    background-image: url("../png/banner.png");
    height: 224px;
    width: 740px;
}

.footer{
    width:100%;
    height:245px;
    margin-top:25px;
    background-color:#990201;
}

#footer_content {
    height: 245px;
    margin: 0 auto;
    padding-left: 25px;
    width: 945px;
}

.site_name{
    font-size:25px;
    color:#fff;
    font-weight:bold;
}

.copy_r{
    font-size:14px;
    color:#ffa1a0;
}

.priv_pol{
    padding-right:5px;
    border-right:1px dotted #fff;
}

.ter_cond{
    padding-left:15px;
}

#copyright{
    float:left;
    margin-top:15px;
    width: 260px;
}

#copyright a{
    color:#fff;
}

#copyright span{
    margin-bottom:5px;
}

#copyright a:hover{
    text-decoration:none;
}

.checkInput {
    border: medium none;
    border-radius: 2px;
    color: #990201;
    float: left;
    font-size: 16px;
    line-height: 45px;
    padding: 0 40px 0 10px;
    width: 120px;
}

#links {
    float: left;
    margin-left: 82px;
    margin-top: 24px;
    width: 90px;
}

#links ul li a{
    color:#fff;
}

#links ul li a:hover{
    text-decoration:none;
}



#call {
    background-image: url(../png/phonebg.png);
    background-position: 2% center;
    background-repeat: no-repeat;
    float: left;
    padding-left: 37px;
    margin-left:82px;
    margin-top:20px;
    height:82px;
}

.phone{
    padding-top:8px;
}

#call h2{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}


#call img{
    margin-top: 7px;
}

#shipping {
    float: left;
    margin-left: 100px;
    margin-top: 20px;
    width: 160px;
}

#shipping span{
    color:#fff;
    font-size:20px;
    font-weight:bold;
}

#shipping img{
    margin-top:20px;
}


/*begin contact us*/

.contact_form {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #ddd;
    width: 737px;
}

.head_form {
    background: #fff;
}

.head_form h4 {
    color: #6e82b1;
    font-size: 16px;
    padding: 0 0 0 20px;
}

.body_form{
    border: 1px solid #ddd;
    border-top:  none;
    float: left;
    padding:20px;
    margin-left: -1px;
}

.left-input{
    float: left;
}

.left-input input {
    border: 1px solid #ddd;
    color: #999999;
    margin: 0 20px 0 0;
    width: 286px;
}

.right-input{
    float: left;
}

.right-input input {
    border: 1px solid #ddd;
    color: #999999;
    margin: 0;
    width: 286px;
}

.big-input input {
    border: 1px solid #ddd;
    color: #999;
    margin-right: 0;
    margin-top: 20px;
    width: 644px;
}

.textarea{
    margin-top:15px;
}


.textarea textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #999;
    height: 85px;
    padding: 9px 10px 9px 15px;
    width: 670px;
    resize: none;
}

.but_send {
    border: none;
    cursor: pointer;
    margin-top: 15px;
    text-decoration: none;
    text-align: center;
    float:left;
    line-height: 37px;
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    width: 78px;
    height: 41px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #6e82b1;
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15), rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15), rgba(0,0,0,0));
    background-image: linear-gradient(to top, rgba(0,0,0,.15), rgba(0,0,0,0));
}

.but_send:hover {
    background-image: none;
}

.inpt_cap{
    margin-top:37px;
}

.img_cap {
    margin-left: 55px;
    margin-top: 20px;
}

/*end contact us*/

/*begin FAQ*/

.faq_content{
    background-color: #fff;
    width:738px;
    height: 100%;
    border:1px solid #ddd;
    margin-top: 20px;
}

.head_faq {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.head_faq h2 {
    font-size: 20px;
    font-weight: bold;
}

.faq-quest ul li a{
    color:#b40201;
}

.faq-quest h3{
    font-size: 20px;
    font-weight: bold;
}

.question{
    margin-top: 15px;
    color: #000;
    font-weight: bold;
}

.answer{
    color: #000;
    font-style: italic;
}

/*begin spoiler*/



.toggle-content {
    background-image: url("../png/red_q.png");
    background-position: 14px 15px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ddd;
    padding: 15px 36px 22px 45px;
}


.toggle-trigger a {
    color:#6e82b1;
    border-bottom: 1px solid #ddd;
    height: 33px;
    padding-left: 15px;
    padding-top: 10px;
    text-decoration: none;
    width: 723px;
}

.faq_title{
    font-size:16px;
    font-weight: bold;
}

.faq_text{
    font-size: 14px;
}

.toggle-trigger a:hover{
    text-decoration: none;
    color:#fff;
    background-color: #b40201;
}

.shortcode-toggle h4 a {
    display: block;
}

.shortcode-toggle
.closed
.toggle-content,
.shortcode-toggle
.more-text.closed {
    display: none;
}

.shortcode-toggle .more-text.open {
    display: block;
}
/*end spoiler*/
/*end FAQ*/

/*begin testimonials*/

.testimon-name {
    color: #000 !important;
    margin-top: 10px;
}

.testimon-name strong{
    font-weight: bold !important;
}

.testimon-text{
    color:#000 !important;
}

.testi_text{
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-top:none;
    width:700px;
    padding: 10px 20px 0;
}

.testi_cont {
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    padding-bottom: 15px;
}

.testi_text span{
    font-size: 20px;
}

.first_name{
    color:#353535;
    font-weight: bold;
    margin-right: 5px;
    font-size:16px !important;
}

.last_name{
    color:#353535;
    font-size:16px !important;
}
/*end testimonials*/

/*begin order_status*/

.order_status {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #ddd;
    float: left;
    margin-left: -1px;
    margin-top: -1px;
    width: 738px;
}

.head_form_order{
    background: none repeat scroll 0 0 #fff;
    height: 95px;
    padding:0 15px 10px 20px;
    color: #6e82b1;
}

.head_form_order h2 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 0;
}
.head_form_order h3{
    font-size: 16px;
    font-weight: bold;
}

.head_form_order h4 {
    color: #6e82b1;
    font-size: 16px;
}

.head_form_order_step2{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    padding: 10px 15px 10px 20px;
    margin-top: 20px;
    width:705px;
    float: left;

}

.head_form_order_step2 h2 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}


.head_form_order_step2 ul {
    border: 1px solid #ddd;
    border-left:none;
    border-bottom: none;
    float: left;
    margin-bottom: 30px;
}

.head_form_order_step2 ul li {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    float: left;
    font-size: 14px;
    padding: 10px 15px;
    width: 321px;
}

.color_1{
    background-color:#e9e8e8;
}

.column_no_bg{
    background:none;
}

.color_2{
    background-color: #f9f9f9;
}

.order_margin{
    margin-bottom: 15px !important;
}
/*end order_status*/

/*begin privacy policy*/
.priv_pol2{
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px 10px 20px;
}

.priv_pol2 h2 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.priv_pol2 h3{
    font-size: 16px;
    font-weight: bold;
}

.priv_pol2 span{
    font-size: 14px;
}

/*end privacy policy*/

/*begin site map*/

.site_map{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    padding: 10px 15px 10px 20px;
    margin-top: 20px;
    float: left;
    width:705px;
}

.site_map h2 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.site_map h3{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

.site_map ul{
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}

.site_map ul li a{
    font-size: 14px;
    color:#353535;
}

.site_map ul li a:hover{
    text-decoration: none;
}

/*end site map*/

/*begin search result*/

.search_result{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    /* padding: 10px 15px 10px 20px;*/
    margin-top: 20px;
    width:737px;
}

.search_result_head {
    padding: 10px 10px 10px 20px;
}
.search_result_head span{
    font-size: 20px;
}

.search_result_head h2 {
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}


.interested{
    margin-left: -1px;
    padding: 10px 10px 10px 20px;
    border-left:1px solid #ddd;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    font-size: 20px;
    color:#353535;
    background-color: #fff;

}

.article-content_search_r{
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin-left: 1px;
    width: 738px;
}

.article-content_interested{
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin-left: 1px;
    width: 738px;
    margin-top: 25px;
}

.new_price_interested{
    color:#6e82b1;
    font-weight: bold;
    font-size: 18px !important;
    padding-top: 0 !important;
}


.price_interested span {
    float: left;
    font-size: 14px;
    padding-right: 10px;
    padding-top: 4px;
}

.price_interested{
    padding-top:8px;
}

.butt_cart_item_interested{
    line-height: 37px;
    margin-top: 40px;
    text-align: center;
    text-decoration: none;
    display:block;
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    width: 205px;
    height: 41px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #6e82b1;
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15), rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15), rgba(0,0,0,0));
    background-image: linear-gradient(to top, rgba(0,0,0,.15), rgba(0,0,0,0));
}

.butt_cart_item_interested:hover{
    background-image: none;
}

.butt_cart_item_interested img {
    padding: 0 10px 4px 0;
    vertical-align: middle;
}

.butt_cart_item:hover{
    background-image: none;
}
/*end search result*/

/*begin product details*/

.product_det{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    padding: 10px 17px 15px;
    width:704px;
    float: left;
    font-size: 14px;
    margin-bottom: 15px;
}

.product_det td {
    border: 1px solid #ddd;
    color: #b40201;
    padding: 0 10px;
    font-size: 11px;
}

.product_content {
    border-bottom: 1px solid #ddd;
    float: left;
    padding-bottom: 20px;
}

.product_content div{
    margin-top: 20px;
    margin-right: 20px;
    float:left;
}

.images_det{
    display: table;
    border: 7px solid #bcbcbc;
    border-radius: 50%;
    float: left;
    height: 100px;
    margin-right: 20px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 100px;
}

.images_det span{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text_details {
    width: 310px;
}

.info_prod {
    font-size: 14px;
    margin-top: 15px;
}

.analog_height {
    display: block;
    height: 38px;
}

.analogs ul{
    padding-top: 15px;
}

.analogs li {
    float: left;
    margin-right: 5px;
}

.analogs p{
    margin-top:15px;
}

.analogs_a{
    font-size: 14px;
    color:#000;
    text-decoration: none;
}

.analogs_a:hover{
    text-decoration: underline;
}

.analogs ul li a:hover{
    text-decoration: none;
}

.analogs {
    float: left;
    margin-right: 0 !important;
    margin-top: 20px;
    width: 239px;
}

.analogs h3{
    color:#6e82b1;
    font-size: 18px;
}

.prdct_form {
    background: none repeat scroll 0 0 #fff;
    float: left;
    padding-top: 15px;
    width: 705px;
}

.prdct_weight{
    font-weight: bold;
    color:#b40201;
    margin-right: 5px;
}


.column_1 {
    border-right: 1px solid #ddd;
    width: 162px;
    padding-left: 12px;
}

.column_2 {
    padding-left: 12px;
    border-right: 1px solid #ddd;
    color: #b40201;
    width: 92px;
}

.package{
    color:#000 !important;
}

.column_2_blue{
    width:92px;
    color:#6e82b1;
}

.column_3_head{
    padding: 10px 15px !important;
    text-align: center;
    width: 111px;
}

.column_3 {
    padding: 4px 0 5px !important;
    text-align: center;
}


.bg_head{
    margin: 0 !important;
    padding:0 !important;
    background-color:#e9e8e8;
    border-bottom: 1px solid #ddd;
}

.product_table {
    float: left;
    padding-top: 25px;
}

.order{
    padding: 5px !important;
}

.product-name{
    color: #b40201;
    text-decoration: none;
    font-size: 18px;
}

.product-name:hover{
    text-decoration: underline;
}

.tabs-title{
    font-weight: bold;
    margin-top: 5px;
}

.customers_who {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-bottom: -1px;
    margin-left: -1px;
    padding-left: 20px;
    width: 717px;
}

.product_det h2{
    font-size: 20px;
    font-weight: bold;

}

.product_table strong{
    color:#b40201;
    font-weight: bold;
    float: left;
    margin-right: 5px;
    font-size: 16px;
}

.product_table >span{
    font-size:16px ;
}

.fast-delivery {
    border: medium none !important;
    width: 16px;
}

.hitsale-star{
    border: medium none !important;
    width:16px;
}

.bg_head td{
    font-size: 16px;
    color:#000 !important;
}

.gray_bg_column {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}


.butt_cart_item_prdct {
    background-color: #6e82b1;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    line-height: 26px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    width: 130px;
}

.butt_cart_item_prdct:hover{
    background-image: none;
}

.butt_cart_item_prdct img {
    height: 17px !important;
    padding: 0 6px 3px 0;
    vertical-align: middle;
}
/*end product details*/

/*begin shopping cart*/

.shopping_cart_product{
    float: left;
    margin-left: 1px;
    width: 956px;
    margin-top: 25px;
}

.info_shopping_cart {
    font-size: 14px;
    padding: 15px 19px 0 0;
}

.info_shopping_cart a{
    color:#000;
}

.info_shopping_cart a:hover{
    text-decoration:none;
}

.item_shopping_cart {
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    height: 380px;
    margin: 0 0 -1px -1px;
    padding: 20px 0 0 16px;
    width: 222px;
}

.shopping_cart_cards {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    height: 30px;
    margin: -1px 0 20px -1px;
    padding: 10px 0 10px 20px;
}
.shopping_cart_cards h2{
    font-weight: bold;
    font-size: 20px;
    float: left;
}

.cart-package{
    padding-left: 0px !important;
}

.payment_shopping_cart {
    float: right;
    margin: 5px 20px 0 0;
}

.table_shopping_cart {
    color: #6e82b1;
    margin-bottom: 10px;
    width: 736px;
}

.table_shopping_cart a{
    color: #000;
    text-decoration: none;
}

.table_shopping_cart a:hover{
    text-decoration: underline;
}

.table_shopping_cart td{
    padding: 10px 0 10px 20px;
}

.images_shopping_cart {
    border: 5px solid #bcbcbc;
    border-radius: 50%;
    float: left;
    height: 55px;
    line-height: 53px;
    overflow: hidden;
    text-align: center;
    width: 55px;
}

.images_shopping_cart img {
    text-align: center;
    vertical-align: middle;
}

.images a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.item_pic_shopping_cart{
    height: 55px;
    width: 55px;
}

.act_ing_height{
    height:20px;
    display: block;
}

.info_cart {
    color:#000;
    background-color: #fff;
    border: 1px solid #ddd;
}

.name_link_shopping_cart {
    display: block;
    margin-left: 75px;
    margin-top: 22px;
    color: #000;
    text-decoration: none;
}

.name_link_shopping_cart:hover{
    text-decoration: underline;
}

.cart-quantity {
    vertical-align: middle;
    width: 73px;
    padding-left: 0px !important;
}

.cart-quantity input {
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 53px;
}

.cart-product-info-package{
    padding-left: 0px !important;
}

.change-bonus{
    padding-left: 0px !important;
}

.per_pack{
    color:#b40201;
    padding-left: 0px !important;
}

.price_shopping_cart{
    color:#b40201;
    font-weight: bold;
    padding-left: 0px !important;
}

.remove{
    padding-left: 0px !important;
}

.remove a{
    color:#000;
    text-decoration: none;
}

.remove a:hover{
    text-decoration: underline;
}

.red_upd {
    background-color: #b40201;
    font-size: 14px;
    height: 20px;
    padding: 10px 0 10px 10px;
    position: relative;
}

.cart-update a{
    color:white;
}

.angle {
    background-color: #b40201;
    height: 22px;
    left: 40px;
    position: absolute;
    top: -11px;
    transform: rotate(-135deg);
    width: 22px;
}

#discount {
    border: 1px solid #ddd;
    color: #999;
    padding: 9px 10px 7px;
    width: 240px;
}

.applay_shopping_cart {
    border-bottom: 1px solid #ddd;
    height: 60px;
    padding-bottom: 20px;
}

.subtotal {
    color: #b40201;
    float: right;
    font-size: 25px;
    margin-right: 20px;
}

.subtotal strong {
    color: #999 ;
    margin-left: 7px;
}


.button_cont{
    border: none;
    cursor: pointer;
    line-height: 36px;
    margin-top: 16px;
    text-align: center;
    text-decoration: none;
    float:left;
    display: block;
    color:#fff;
    text-decoration: none;
    font-size: 18px;
    width: 95px;
    height: 38px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #6e82b1;
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15), rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15), rgba(0,0,0,0));
    background-image: linear-gradient(to top, rgba(0,0,0,.15), rgba(0,0,0,0));
}

.button_cont:hover{
    background-image: none;
}


.cart-shiping{
    padding-bottom: 20px;
}

.cart-shiping-list{
    border-bottom:1px solid #ddd;
}

.cart-shiping-list li{
    margin-bottom:15px;
}

.cart-shiping h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 15px;
}

.pull-left span{
    font-size: 16px;
    font-weight: bold;
    color:#000;
}

.pull-left p{
    font-size: 14px;
}

.pull-left strong{
    color:#b40201;
    font-size: 14px;
}

.check{
    margin-right: 5px;
}

.total {
    font-weight: bold;
    color: #b40201;
    float: right;
    font-size: 34px;
}

.total strong {
    color: #999;
    margin-left: 8px;
}

.secure {
    background-image: url("../png/secure.png");
    background-position: 0 12px;
    background-repeat: no-repeat;
    color: #6eb177;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 55px;
    padding: 12px 0 0 25px;
}

.chck_red {
    background-color: #b40201;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 20px;
    font-weight: bold;
    height: 46px;
    margin-left: 20px;
    text-align: center;
    text-decoration: none;
    width: 139px;
}

.chck_red:hover {
    background-image: none;
}

/*end shopping cart*/


/*Pop-up*/
.pop-up {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../png/pop-up-bg.png) repeat top left;
    display: none;
}
.pop-up-block {
    position: absolute;
    z-index: 10000;
    background: #fff;
    width: 410px;
    top: 100px;
    left: 50%;
    margin-left: -205px;
    display: none;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    -webkit-box-shadow: #000 0px 1px 10px;
    -moz-box-shadow: #000 0px 1px 10px;
    box-shadow: #000 0px 1px 10px;
}
.pop-up-close {
    float: right;
}
.pop-up-close a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
}
.pop-up-title {
    height: 50px;
    line-height: 50px;
    background: #00afff;
    padding: 0px 20px;
}
.pop-up-title span {
    font-size: 20px;
    color: #fff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-shadow: #005e87 0px -1px 0px;
}
.PU-bonus-block {
    padding: 30px 50px 0px 50px;
    border-bottom: 1px dashed #d3d3d3;
}
.PU-bonus-block h2 {
    line-height: 30px;
    font-size: 25px;
    color: #272727;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.PU-bonus-block h2 span {
    color: #00afff;
}
.PU-bonus-block h2 strong {
    color: #8fadbb;
}
.PU-bonus-description {
    font-size: 12px;
    color: #6e6e6e;
    line-height: 16px;
}
.PU-bonus-block ul {
    margin-top: 10px;
}
.PU-bonus-block ul label {
    display: block;
    padding: 5px 5px;
    line-height: 20px;
    font-size: 13px;
    color: #8ca9b8;
    cursor: pointer;
    margin-bottom: 10px;
}
.PU-bonus-block ul label input {
    margin-right: 10px;
}

.PU-bonus-block ul label:hover {
    background: #f1f4f5;
    color: #5e869a;
}
.PU-bonus-block ul label.active {
    background: #e0ebf1;
    color: #5e869a;
}

.PU-bonus-block ul.no-active label {
    cursor: default;
    color: #909090;
    background: none;
}
.PU-bonus-buttons {
    padding: 25px 0px;
    text-align: center;
}

.bonus-block{
    background: #fff;
    border: 1px solid #ddd;
}

.quickSearchResult {
    /*
      position: absolute;
      z-index: 999;
      margin: 7px 0px 0px -6px;
    */
    margin-left: -1px;
    display: none;
    top: 49px;
    position: absolute;
    z-index: 999;
    border: 1px solid #ddd;
    border-top: none;
    text-align: left;
    line-height: 22px;
    background: #f4f4f4;
    padding: 5px 0px;
}

.quickSearchResult ul li a {
    color: #990201;
    display: block;
    line-height: 26px;
    padding: 0 12px;
    text-decoration: none;
    width: 145px;
}

.quickSearchResult ul li a:hover {
    color: #000;
}
.quickSearchResult ul li.hover a {
    color: #FDE15F;
}
/* Search Suggest END */

.dropdown {
    background: blue;
    padding-right: 20px !important;
}
.dropdown-list {
    margin-top: 30px;
    display: none;
    z-index: 15;
    background:yellow;
    border: 1px solid #FBA101;
    position: absolute;
    padding: 10px 20px 10px 20px !important;
}
.dropdown-list li {
    float: none !important;
    padding: 0px !important;
    line-height: 25px !important;
    margin: 0px !important;
    height: auto !important;
}
.dropdown-list li a {
    font-weight: normal;
    font-size: 18px !important;
    border-bottom: 0px !important;
    text-transform: none !important;
}

.icon-search {
    position: absolute;
    right: 10px;
    top: 13px;
}

/* Drop down end */


/* Sitemap */
.title-h1 {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.title-h2 {
    margin-top: 5px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}
.title-h3 {
  margin-top: 5px;
}
.title-h3 li {
    width: 183px;
    float: left;
}
.title-h3 {
    margin-bottom: 10px;
}
.sitemap a {
	color: #b40201;
}


/* Order */
.order-status-id {
  line-height: 30px;
  font-size: 18px;
  color: #000000;
  margin-top: 10px;
}
.order-status-id span {
  color: #4a6381;
}
.order-info {
  margin-top: 40px;
  width: 100%;
}
.order-info td {
  border: 1px solid #d3d3d3;
  padding-left: 39px;
  height: 39px;
  color: #a3b5a3;
  font-size: 15px;
  font-weight: bold;
}
.order-info .even {
  background: #fff;
}
.order-info .oi-name {
  color: #000000;
  font-weight: normal;
}
.order-product-list {
  margin-top: 40px;
}
.order-product-list h3 {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;
}
.order-product-list table {
  width: 100%;
}
.order-product-list table td {
  border: 1px solid #d3d3d3;
  padding-left: 39px;
  font-size: 15px;
  color: #464646;
  height: 39px;
}
.order-product-list table td span {
  color: #a3b5a3;

  font-weight: bold;
}
