﻿/* CSS Document */

/* products.html??? */
/* ???��???? */
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 15px 0;
}

.breadcrumb li {
    line-height: 28px;
}

.breadcrumb > li > span {
    padding-right: 10px;
}

/* ?????? */
.swiper-wrapper {
max-height: 440px;
}
/* ????? */
#products-select {
    margin: 15px 0;
}

#products-select .select {
    padding: 5px 10px;
    border: 1px solid #e7e7e7;
    margin: 0 auto;
    font-size: 12px
}

#products-select .select li {
    list-style: none;
    padding: 10px 0 5px 100px
}

#products-select .select .select-list, #products-select .select .select-result {
    border-bottom: 1px solid #e7e7e7;
}

#products-select .select .select-result dt {
    color: #E60012;
}

#products-select .select .select-result dt i {
    color: #ff0000;
    font-style: normal;
}

#products-select .select .select-list:last-child {
    border-bottom: none;
}

#products-select .select dl {
    zoom: 1;
    position: relative;
    line-height: 24px;
}

#products-select .select dl:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden
}

#products-select .select dt {
    width: 100px;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    left: -100px;
    text-align: right;
    color: #666;
    height: 24px;
    line-height: 24px
}

#products-select .select li:first-child dt {
    width: 120px;
    text-align: left;
    padding-left: 28px;
}

#products-select .select li:first-child dl {
    padding-left: 53px;
}

#products-select .select dd {
    float: left;
    display: inline;
    margin: 0 0 5px 5px;
}

#products-select .select a {
    display: inline-block;
    white-space: nowrap;
    height: 24px;
    padding: 0 10px;
    text-decoration: none;
    color: #00478B;
    border-radius: 2px;
}

#products-select .select a:hover {
    color: #E60012;
    background-color: rgba(00, 140, 214, 0.2);
}

#products-select .select .selected a {
    color: #fff;
    background-color: #E60012;
}

#products-select .select-result dt {
    font-weight: bold
}

#products-select .select-no {
    color: #999
}

#products-select .select .select-result a {
    padding-right: 20px;
    background: #E60012 url(../../images/close.gif) right 9px no-repeat
}

#products-select .select .select-result a:hover {
    background-position: right -15px
}

/* ??????? */
#products-select .filtrate_bar {
    border: 1px solid #e7e7e7;
    font-size: 1.4em;
    height: 38px;
    line-height: 38px;
    margin-top: 15px;
    overflow: hidden;
}

#products-select .filtrate_bar li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e7 #e7e7e7 #e7e7e7 #e7e7e7;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 38px;
    left: -1px;
    line-height: 34px;
    padding: 0 20px;
    position: relative;
    top: -1px;
}

#products-select .filtrate_bar .text {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #999;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
}

#products-select .filtrate_bar .btn {
    display: inline-block;
    line-height: 34px;
    padding: 0 10px;
}

#products-select .filtrate_bar .icon {
    background: rgba(0, 0, 0, 0) url("../../images/yair_ico25_2.png") repeat scroll left -50px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    width: 25px;
    border: none;
    margin-top: -8px;
}

/* ??��bootstrap */
.thumbnail {
    border: 1px solid #e7e7e7;
}

/* ???????? */
#select-result{
    margin-bottom: 20px;
}
#select-result div.caption {
    line-height: 30px;
    padding-bottom: 20px;
}

#select-result div.caption h3 {
    font-weight: bold;
    line-height: 40px;
}

#select-result div.caption i {
    color: #E60012;
    font-style: normal;
}

/* ??? */
.pageset {
    text-align: center;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination > li > a, .pagination > li > span {
    color: #333;
}

/* products_detail.html??? */
.table {
    margin-bottom: 0px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px;
}
/* ????? */
#prod-img .prod_simple_info {
    float: right;
    width: 662px;
    min-height: 420px;
    padding: 45px;
    background-color: #FFFFFF;
    border-left: 1px solid #ececec;
}

#prod-img .pic aside {
    display: block;
    float: left;
    width: 493px;
    background-color: #ffffff;
}

/* box */
#box{width:420px; float:right;background-color: #ffffff;}
#box .tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
#box .tb-pic a img{vertical-align:middle;}
#box .tb-pic a{*display:block;*line-height:1;}
#box .tb-thumb{overflow:hidden;}
#box .tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;margin:0 6px 0 0;overflow:hidden;padding:1px;}
#box .tb-s310, .tb-s310 a{height:420px;width:420px;}
#box .tb-s310, .tb-s310 img{max-height:418px;max-width:418px;}
#box .tb-s310 a{*font-size:271px;}
#box .tb-s40 a{*font-size:35px;}
#box .tb-booth{position:relative;z-index:1; overflow: hidden;}
#box .tb-thumb .tb-selected{background:none repeat scroll 0 0 #C30008;padding:2px;}
#box .tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
#thumblist li div:hover{border:1px solid #cdcdcd;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px; width:200px; height:200px;background:#FFFFFF;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../../images/mask.png") repeat scroll 0 0 transparent;cursor:crosshair;z-index:1;}
/* box end */
/* prev_page?? next_page */
#prod-img .pic .smallpic {
    position: relative;
    width: 72px;
    height:420px;
    overflow: hidden;
    float:left;
    /*margin-right:15px;*/
}
#prod-img .pic .smallpic img{
    width: 66px;
    height: 66px;
}
#prod-img .smallpic ul {
    position: absolute;
    top:15px;
    height: 300%;
    z-index: 10;
    background-color:#FFFFFF;
}
#prod-img .smallpic span {
    display: block;
    position: absolute;
    width: 72px;
    height: 14px;
    text-indent: -9999px;
    /*background-image: url("../../images/btn_cartoon.png");*/
    /*background-repeat: no-repeat;*/
    cursor: pointer;
    z-index: 30;
}
#prod-img .smallpic .prev_page {
    background-image: url("../../images/arrow_1.jpg");
  background-repeat: no-repeat;
 width:68px;height:30px; background-position: center;  /*background-color: #DDD;*/
    top: 0px;
}
#prod-img .smallpic .next_page {
 width:68px;height:30px;background-image: url("../../images/arrow_2.jpg");
   background-position: center;   background-repeat: no-repeat;
    /*background-color: #DDD;*/
    bottom: 0px;
}
#prod-img .smallpic li {
    margin-top: 10px;
    cursor: pointer;
}
/* prev_page�� next_page���� */
#prod-img .pic .prod_simple_info h1.product-name {
    color: #444444;
    font-size: 150%;
    font-weight: bold;
    margin: 10px 0 10px;
}
#prod-img .pic .prod_simple_info .short-description {
    margin: 0 0 10px;
    line-height: 26px;
}
#prod-img .pic .prod_simple_info .short-description .std{
    color: #888888;
}
#prod-img .pic .prod_simple_info .price-availability {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 10px 0 20px;
    position: relative;
}
#prod-img .pic .prod_simple_info .price-availability ul {
    padding: 10px 0;
}
#prod-img .pic .prod_simple_info .price-availability li {
    font-size: 16px;
    line-height: 35px;
}
#product-options-wrapper {
    margin: -8px 0 10px;
    padding: 0;
}
.product-options {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px !important;
}
.product-options .unselectable a:hover {
    border: 1px dashed #e1e1e1 !important;
    cursor: not-allowed !important;
    padding: 8px !important;
}
.product-options dd {
    display: inline-block;
    width: 100%;
}
.product-options dd i {
    font-style: normal;
}
.product-options .divsel_error {
    border: 1px solid #b94a48;
    padding: 10px 0 10px 10px;
}
/*??��bootstrap*/
label {
    margin-bottom: 0;
    font-weight: normal;
}
/*??��bootstrap????*/
.product-options dd label {
    color: #777777;
    display: inline-block;
    float: left;
    vertical-align: middle;
    width: 80px;
    padding: 0 10px;
    cursor: pointer;
}
.product-options .selected {
    float: left;
    margin: 0 10px 0 0;
}
.product-options .selected a {
    border: 2px solid #E60012 !important;
    color: #666666;
    padding: 7px !important;
}
.product-options .unselected a {
    border: none;
    color: #666666;
    padding: 7px !important;
}
.buy .btn-buy {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E60012;
    border-radius: 5px;
    margin: 10px 10px 0 0;
    padding: 0 25px;
    background-color: #E60012;
    cursor: pointer;
}
.buy .btn-nobuy {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: 10px 10px 0 0;
    padding: 0 25px;
    background-color: #c0c0c0;
    cursor: pointer;
}

.buy .btn-buy:hover{
    opacity: 0.6;
}
.buy .btn-buy a:link,.buy .btn-buy a:hover,.buy .btn-buy a:visited{
    color: #FFFFFF;
}
.buy .btn-nobuy a:link,.buy .btn-nobuy a:hover,.buy .btn-nobuy a:visited{
    color: #FFFFFF;
}
/* products_detail.html?????? */
#prod-detail {
    margin-top: 20px;
    margin-bottom: 35px;
}

#prod-detail #tabTitle li.active a {
    color: #E60012;
}

#prod-detail .nav-tabs > li.active > a, #prod-detail .nav-tabs > li.active > a:hover, #prod-detail .nav-tabs > li.active > a:focus {
    border: 1px solid transparent;
    border-bottom: 1px solid #E60012;
}

#prod-detail .nav-tabs > li > a:hover {
    border-color: transparent;
}

#prod-detail .nav > li > a {
    background: url('') no-repeat right center;
    font-size: 16px;
}

#prod-detail .nav-tabs > li > a {
    border-radius: 0;
}

#prod-detail .tab-content > .tab-pane {
    padding-top: 20px;
}

.cp{
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.075) inset;
    cursor: pointer;
    display: inline-block;
    height: 1.429em;
    margin-right: 5px;
    width: 1.429em;
}
.cp-label{
    cursor: pointer;
    margin: 0 0 0 10px;
    line-height: 20px;
    height: 30px;
    vertical-align: middle;
}


