/* ++ general */
body {
    padding: 0;    
    margin: 0;    
    /*font-family: 'UTMCaviar';*/
    font-family: Tahoma;
    font-size: 12px;
    color:#333;
    line-height:20px;
    background-color : #fff;
}
@font-face {
font-family: 'UTMCaviar';
src: url('fonts/UTM-Caviar.ttf') format('truetype');
}
@font-face {
font-family: 'UTMAvo';
src: url('fonts/UTM-Avo.ttf') format('truetype');
}
@font-face {
font-family: 'UTMAvoBold';
src: url('fonts/UTM-AvoBold.ttf') format('truetype');
}
@font-face {
    font-family: 'icomoon';
    src:url('../../system/fonts/icomoon.eot?fshzbi');
    src:url('../../system/fonts/icomoon.eot?fshzbi#iefix') format('embedded-opentype'),
        url('../../system/fonts/icomoon.ttf?fshzbi') format('truetype'),
        url('../../system/fonts/icomoon.woff?fshzbi') format('woff'),
        url('../../system/fonts/icomoon.svg?fshzbi#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icomoon{
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-truck:before {
    content: "\e905";
}
.icon-facebook2:before {
    content: "\e904";
}
.icon-youtube3:before {
    content: "\e900";
}
.icon-twitter:before {
    content: "\e914";
}
.icon-phone:before {
    content: "\e942";
}
.icon-credit-card:before {
    content: "\e901";
}
ul, ol{
padding: 0;
margin: 0;
list-style: none;
}
.fl{float:left;}
.fr{float:right;}
.clb{ clear:both;}
a{ text-decoration:none;color:#222}
a:hover{text-decoration:none; color:#5D5FA6 !important}
img{border:none}
h1{
font-size:20px;
line-height:30px;
}
h1.title{
color: #31A8D2;
line-height: 30px;
text-transform:uppercase;
padding-bottom: 10px;
}
h1.title a, h1.title span{
color: #31A8D2;
padding: 0 10px 0 0;
text-transform:uppercase;
font-size:22px;
}
h2, h2 a{
font-size:18px;
line-height:30px;
}
h3{
font-size:16px;
line-height:30px;
}
h3.title{
    color: #222;
    line-height: 30px;
    text-transform:uppercase;
    padding-bottom: 10px;
}
h3.title span{
/*background: none repeat scroll 0 0 #FFFFFF;*/
color: #222;
padding: 0 10px 0 0;
text-transform:uppercase;
font-size:16px;
}
h3 a{
}
h4, h4 a{
font-size:16px;
color:#222;
padding-bottom: 10px;
}
h5, h5 a{
font-size:14px;
color:#333;
font-weight:normal
}
.error, #str_error{
color: #B40808;
}
.line{
    height:1px;
    width:100%;
    clear:both;
    padding:0;
    margin:10px 0;
    border-top:1px #ddd solid
}
img{
max-width: 100%;
height: auto; }

object,
embed {
max-width: 100%;
}
iframe{
max-width: 100% !important;
}

#wrapper{
/*max-width:1200px;
margin:0 auto;                                                                                 
background-color: #FFFFFF;
padding:10px 30px 0 30px;*/
/*box-shadow: 0 0 10px #E1E1E1;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#E1E1E1')";
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#E1E1E1')";
filter:
  progid:DXImageTransform.Microsoft.Shadow(color=#E1E1E1,direction=90,strength=1),
  progid:DXImageTransform.Microsoft.Shadow(color=#E1E1E1,direction=270,strength=1),*/
}

/* -- general */

/* ++ bootstrap override */
.row {
margin:0;
margin-bottom: 10px;
}
.row .row {
margin-top: 10px;
margin-bottom: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11{
padding-left: 5px;
padding-right: 5px;
}
.col-lg-12{
padding: 0;
}
.container {
padding:10px 10px 0 10px;
max-width:1180px;
}  
.form-control {
font-size: 12px;
height: 26px;
line-height: 1.1;
padding: 4px 6px;
border-radius:0;
width: auto;
/*min-width: 180px;*/
display: inline;
}
h1, h2, h3, h4, h5, h6{
margin:0;
}
h1, h2{
font-weight:bold;
}
p{margin: 0;}
.btn{
font-weight: bold;
}
@media screen and (max-width: 480px){
    table { display: block; }
    td{ text-align:left}
    td img{ display: block; margin: 0; width: 100%; max-width: none; }
}
/* -- bootstrap override */
    
/* ++ layout */
#s-header {
    width: 100%;
    margin:0 auto;
    z-index: 999;
    background:#fff url(../images/bg-header.png) center bottom 20px repeat-x;
}
#s-header .top{
position:relative;
padding: 10px 0;
}
#s-header .top .col-2{
float: left;
}
#s-logo{
float: left;
width: 280px;
}
#s-search{
padding-top:15px;
}
#s-search .idfield{
    border:0 #e4e4e4 solid;
    background: #ebebeb;
    height: 44px;
    min-width: 420px;
    float: left;
    padding: 5px 20px;
}
#s-search .bsearch{
    background: #0da4f3 url(../images/loop.png) center center no-repeat;
    height: 44px;
    width: 50px;
    float: left;
    cursor:pointer;
}

#s-hotline{
float: right;
}
#s-hotline .phone, #s-hotline a{
clear: both;
font-family: 'UTMAvo';
font-size: 20px;
font-weight: bold;
color:#ff3300;
}
.coupon{
clear: both;
font-family: 'UTMAvo';
font-size: 20px;
}
.slide{
/*max-height: 400px;*/
}
#s-banner{
float: left;
width: 70%;
background: #fff none repeat scroll 0 0;
border: 4px solid #fff;
border-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
#s-banner .s-block, #s-banner .s-block .s-block-content{
padding:0;
margin:0;
border: 0;
}
#s-banner .owl-buttons{
display: none;
}
#s-banner .owl-pagination{
position: absolute;
bottom : 10px;
right: 10px;
display: block;
}
#s-content{
/*float: left;
width: 860px;*/
/*border: 1px #ccc solid;*/
/*margin:0 0 20px 20px;*/
}
.s-left{
float: left;
width: 260px;
}
.s-right{
float: right;
}
.s-block{
clear:both;
margin-bottom:10px;
border: 1px #ddd solid;
}
.s-block .s-block-title{
}
.s-block .s-block-title-bg {
position: relative;
border-bottom: 1px #ddd solid;
}
.s-block .s-block-title-left {
}
.s-block .s-block-title-right {
}
.s-block .s-block-title-bg h3{
background: #31A8D2;
color: #fff;
line-height: 30px;
font-size: 15px;
/*font-family: "UTMCaviar";*/
text-transform:uppercase;
padding: 8px 0 8px 0;
text-align: center;
}
.s-block .s-block-title-bg h3 a, .s-block .s-block-title-bg h3 span{
color: #fff;
text-transform:uppercase;
font-size: 16px;
font-weight: normal;
}
.attribute{
clear: both;
}
.attribute .s-block-title-bg h3 a{
font-size:14px;
}
.s-block .s-block-content{
padding:10px;
}
.s-block .s-block-content img{                                  
margin-right:15px;
}

@media (min-width: 768px) {
    #s-product_hot .owl-controls .owl-pagination, #s-product_bestsell .owl-controls .owl-pagination, #s-product_auction .owl-controls .owl-pagination{
        display: none;
    }
}
.s-block.category .s-block-title-bg h3{
background: #1B960B;
color: #fff;
}

.article-latest .s-block-title-bg h3{
background: #fff;
color: #444;
line-height: 30px;
font-size: 15px;
/*font-family: "UTMCaviar";*/
text-transform:uppercase;
padding: 10px 0 8px 0;
text-align: center;
}
.article-latest .s-block-title-bg h3 a{
color: #444;
text-transform:uppercase;
font-size: 16px;
font-weight: bold;
}
.article-latest ul.first{
/*padding: 8px;
margin-right: 0px;*/
}
.article-latest ul.first li{
/*border: 0;*/
}
.article-latest ul.first li img{
padding: 0;
margin-right: 0px;
}
.article-latest ul.first li span{
clear:both;
display: block;
}
.article-latest ul li img{
float: left;
} 
.article-latest .s-block-content{
}
.article-latest ul li{
list-style: none !important;
border-top: 1px #ddd solid;
padding: 10px 0;
}
.article-latest ul.first li:first-child{
border-top:0; 
padding-top:0; 
}
.article-latest ul li a{
font-weight: bold;
}
#s-product_hot{
float: right;
width: 28%;
margin-left: 2%;
padding-top:30px
}
#s-product_hot .s-block .s-block-title-bg h3{
background: url(../images/product-hot.png) center center no-repeat transparent;
height: 57px;
width: 100%;
position: absolute;
top: -30px;
padding: 4px 0 8px 0;
}
#s-product_hot .s-block .s-block-title-bg h3 a{
font-weight: normal;
}
#s-product_hot .s-block .s-block-content{
padding-top:10px
}
#s-product_hot img{
width: 140px !important;
display: block;
margin-left: auto !important;
margin-right: auto !important
}
#s-product_hot .image-slider{
height: 350px;
}

.bestsell .s-block .s-block-title-bg h3{
background: #31A8D2;
border-bottom: 1px #0774AD solid;
height: 46px;
width: 100%;
}
.bestsell .s-block .s-block-content{
padding:10px
}
.bestsell img{
width: 200px;
display: block;
margin-left: auto !important;
margin-right: auto !important
}
.bestsell .image-slider .btn_control_slider {
    background: url("../images/a19.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 28px;
    position: absolute;
    width: 28px;
    z-index: 9;
    top: -48px;
}
.bestsell .image-slider .owl-prev {
    background-position: 0 0;
    left: -5px;
}
.bestsell .image-slider .owl-next {
    background-position: -28px 0;
    right: -5px;
}
.bestsell .image-slider .owl-prev:hover {
    background-position: -57px 0;
}
.bestsell .image-slider .owl-next:hover {
    background-position: -85px 0;
}
#s-product_auction .s-block{
margin-bottom: 0;
}
#s-product_auction .s-block .s-block-title-bg h3{
background: #9ACC35;
border-bottom: 1px #C5D5A4 solid;
height: 46px;
width: 100%;
}
#s-product_auction .s-block .s-block-content{
margin-top:10px;
background: #F0F0F0;
}
#s-product_auction img{
display: block;
margin-left: auto !important;
margin-right: auto !important
}
#s-product_auction .s-block .s-block-content .img{
background: #fff;
padding: 10px;
}
.auctions .bid{
background: #F0F0F0;
padding: 20px;
text-align: center;
min-height: 110px;
}
.auctions .bid .btn-bid{
background: #FF8A00;
color: #fff;
text-transform: uppercase;
font-size: 18px;
margin-top: 10px;
min-width: 160px;
}
.auctions .bid .countdown{
background: url("../images/count.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
font-size: 20px;
color: #6C6D71;
}
#s-user{
float: right;
height: 30px;
}
#s-user .user-popup{
padding-top: 6px;
}

#s-social_bottom{
float: left;
width:50%
}
#s-social_bottom p{
clear:both;
}
.social{
padding-left:5px;
width:130px;
}
.social-slide {
height: 20px;
width: 20px;
float:left;
margin-right:10px;
}
.visited, .social-slide:hover {
background-position: 0px -20px;
}
.facebook-hover {
background-image:url(../images/facebook.png);
}
.twitter-hover {
background-image:url(../images/twitter.png);
}
.gplus-hover {
background-image:url(../images/gplus.png);
}
.youtube-hover {
background-image:url(../images/youtube.png);
}
.instagram-hover {
background-image:url(../images/instagram.png);
}
.pinterest-hover {
background-image:url(../images/pinterest.png);
}
#s-newsletter{
float: right;
width:50%
}

#s-newsletter .textbox{
    border:1px #e4e4e4 solid;
    border-right:0;
    height: 30px;
    overflow: hidden;
}
#s-newsletter .textbox input{
    padding:8px 10px;
    font-size: 12px;
    border:0;
    min-width: 170px;     
}
#s-newsletter .submit{
    background: #6E6F73;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 66px;
}
#s-newsletter p{
clear: both;
font-size: 11px;
}
    
#menu{
/*margin: 10px 0;*/
background: #fff;
}

.s-body{
clear:both;
padding: 10px 0;
}
.body{
padding:10px 0;
clear:both;
}
#s-topmenu{
float: left;
width: 700px;
}

#s-topmenu .home{
float:left;
background:url("../images/home.png") no-repeat;
margin-top:6px;
width:17px;
height:14px;

}
#s-topmenu .home a{
display: block;
text-indent: -999em;
outline: none;    
}   
.s-top{
background:#F0F0F0;
margin:0 auto;
width: 100%;
height: 30px;
color:#818181;
clear:both;
}
.s-top .container{
padding: 0 10px;
}
#menu-top {
height: 30px;
float: right;
padding: 0;
background:#ccc;
border-radius: 2px;
}
.menu-top {
height: 30px;
}
.menu-top ul {
list-style: none;
margin: 0px 0px 0px 0px;
padding-top: 10px;
}
.menu-top li {
display: inline;
list-style: none;
margin: 0px;
padding: 0px;
height: 30px;
}
.menu-top li a{
padding: 10px 10px;
line-height: 30px;
font-size: 12px;
color: #818181;
text-transform: uppercase;
}
.menu-top li a:hover, .menu-top li a:active {
color: #DA0F16;
text-decoration: none;
}
#s-path{
color:#595959;
padding:5px 0;
min-height: 42px;
}
a.path{
color:#595959;
font-weight:normal;
font-size:12px;
}
#s-attribute{
/*color:#595959;
padding:5px 10px;
margin-bottom: 20px;
min-height: 40px;
border: 1px #E7E7E7 solid;*/
}
.bar-title{
border: 1px solid #eee;
padding: 5px;
margin: 0;
text-transform: uppercase;
margin-bottom: 10px;
}

#s-language{
float:right;
padding:4px 0 4px 10px;
}

#s-payment_shipping p{
padding-right: 30px;
}
#s-payment_shipping a{
color: #696969;
font-size: 12px;
}
#s-payment_shipping .icomoon{
color: #034174;
font-size: 26px;
}

.attribute{
}
.attribute .s-block-content{
padding-top:0;
}
ul.attr li{
list-style: none;
}   
ul.attr li a{
color: #666;
font-size: 11px;
}
img.displayed {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

#s-adv1 .s-block, #s-adv2 .s-block{
border:0
}
#s-adv1 .owl-item, #s-adv2 .owl-item{
padding: 0 5px;
}
#s-adv1 .owl-item:first-child, #s-adv2 .owl-item:first-child{
padding:0 5px 0 0;
}
#s-adv1 .owl-item:last-child, #s-adv2 .owl-item:last-child{
padding:0 0 0 5px;
}
  
.s-footer{
border-top: 3px #1CA1EC solid;
background:#fff/* url(../images/bg-footer.png) center top repeat-x*/;
margin:0 auto;
padding:10px 0;
margin-top: 20px;
clear:both;
color: #666;
}
.s-footer a{
color: #666;
}

.s-footer h3, .s-footer h3 a{
text-transform: uppercase;
font-size: 16px;
color: #010101;
}
#s-footer_1{
float: left;
width: 20%;
}
#s-footer_2{
float: left;
width: 25%;
}
#s-footer_3{
float: right;
padding-left: 20px;
width: 55%;
}
.s-footer ul.menu-bottom {
list-style: none;
margin: 0;
}
.s-footer ul.menu-bottom li {
display: block;
padding-bottom :5px;
}
.s-footer ul.menu-bottom li a {
color: #666;
}
.s-footer ul.menu-bottom li a:hover {
color:#000;
}

.copyright{
background: #848484;
color: #fff;
margin-top: 10px;
padding: 2px;
text-align: center;
text-transform: uppercase;
}
/* -- layout */
   

.title{
color:#31A8D2;
}
.brief{
}
.detail{
float:right;
}
.content{
}
.content img{
/*margin-right:15px;*/
}
.content ul, .content ol{
list-style:inside;
}
.content ul li{
list-style:inside;
list-style-type:disc;
}
.content ol li{
list-style:inside;
list-style-type:decimal;
}
.page{
clear:both;
background: #F9F9F9;
padding: 5px;
font-weight:normal;
}
a.page_no {
display:block;
text-decoration:none;
margin:0 5px;
color:#999;
float:left;
text-align:center;
}
a.page_no:hover {
background-position:bottom;
text-decoration:none;
}
a.page_no_selected {
margin:0 5px;
color:#000 !important;
float:left;
text-align:center;
}
a.page_next, a.page_previous, a.page_first, a.page_last {
display:block;
width:20px;
height:20px;
text-decoration:none;
float:left;
text-align:center;
width:20px;
height:20px;
}
.contact .left{
float: left;
width: 35%;
}
.contact .right{
float: left;
width: 65%;
}
.contact h3{
font-weight: bold;
}
.contact h4{
border-top:1px #ccc dotted;
width: 50%;
padding: 10px 0 5px 0;
margin-top: 10px;
font-weight: bold;
font-size: 14px;
}
fieldset{
border: 0px solid #DEDEDE;
padding:0;
}
legend {
padding:10px 0;
margin: 0;
border:0;
color:#222
}
legend label{
color: #555;
font-size: 11px;
font-weight: normal;
}
fieldset label{
padding-right:20px;
}
form p{
font-size:12px;
margin-bottom: 10px;
}
p label {
display: inline-block;
vertical-align: top;
cursor:pointer;
width: 150px;
color: #333;
}
label.error{
color: #EA5200;
font-style: italic;
font-weight:normal;
display: none;
font-size:11px;
/*width: 200px;*/
}
label.normal{
font-weight:normal;
width:auto;
}
label.checked{
display: none !important;
}
.btn-primary{
background: #333;
border: 0;
}
.btn-primary:hover{
background: #000;
}
.button {
background: none repeat scroll 0 0 #0DA4F3;
border-style: none;
color: #FFFFFF;
cursor: pointer;
font-size: 13px;
height: 24px;
min-width: 60px;
padding: 5px;
}
.button:hover {
background: none repeat scroll 0 0 #00437A;
height: 24px;
}
input, textarea {
border: 1px solid #BBBBBB;
font: 1.1em arial,helvetica,verdana,sans-serif;
padding: 2px;
}
#loading{
position: fixed;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -100px;
z-index: 9999;
}
.loading{
border: 1px solid #1067D1;
background: #2D7EC6;
color:#fff;
padding: 10px 20px;
z-index: 9999;
}
table td{
/*padding: 4px !important;
vertical-align: middle !important;*/
}
/*table.p_list{
    border:#333 solid 1px;
} 
table.p_list td{
padding: 4px;
}
table.p_list thead tr {
background: #ccc;
color: #000000;
font-weight: bold;
text-align: center;
}
table.p_list thead a:hover {
text-decoration: none;
}
table.p_list thead th img {
vertical-align: middle;
}
table.p_list tbody tr td {
background: none;
border: 1px solid #333;
height: 25px;
}*/
table{
/*border-bottom: 1px solid #ccc;*/
} 
table td{
padding: 10px 0;
font-size: 12px;
}
table thead tr {
text-transform: uppercase;
font-weight: bold;
text-align: left;
border-top: 1px solid #181818;
height: 40px;
white-space:nowrap;
}
table thead a:hover {
text-decoration: none;
}
table img {
vertical-align: middle;
margin: 0;
}
table tbody tr td {
background: none;
}
table.p_list{
border-bottom: 1px solid #181818;
} 
table.p_list td{
padding: 10px 10px 10px 0;
font-size: 12px;
}
table.p_list thead tr {
text-transform: uppercase;
font-weight: normal;
text-align: left;
border-top: 1px solid #181818;
height: 43px;
}
table.p_list thead a:hover {
text-decoration: none;
}
table.p_list img {
vertical-align: middle;
margin: 0;
}
table.p_list tbody tr td {
background: none;
border-top: 1px solid #ccc;
}
.share-button{
padding: 20px 0;  
}

#tabs{
padding:10px 0;
}
ul.tabs {
	float: left;
    margin: 10px 0 -1px 0;
    z-index: 50;	
}
ul.tabs li {
	background: none repeat scroll 0 0 #F0F0F0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #222;
    float: left;
    margin-right:5px;
    padding: 0px 10px;
	list-style: none !important;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	outline:none;
}
ul.tabs li:hover {
	background: #F9F9F9;
	text-decoration: none;
}	
ul.tabs li.active, html ul.tabs li.active:hover {
	background: #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
}
.tab_container {
    clear: both;
	border: 1px solid #ccc;
	padding:10px;
	margin:10px 0;
}
.tab_content {
	float:left;
	min-height:100px;
	min-width:400px;
}
a.lb img{
    cursor: url("../images/zoom.png"), pointer !important;
}
.skyoss {
float:right
}
.skyoss span {
float:left;
color:#565857;
font-size:12px;
text-transform:none;
}
.skyoss a {
background: url("../images/skyoss.png") no-repeat scroll 0 0 transparent;
display: block;
height: 8px;
width: 74px;
margin-left:72px;
margin-top:7px;
overflow: hidden;
text-indent: 9em;
}	
@media screen and (max-width: 768px){
    #s-footer_1, #s-footer_2, #s-footer_3{
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    }
    .s-left, .s-right{
    float: none;
    clear: both;
    width: 100%;
    padding-bottom: 20px;
    }
    #s-banner{
    float: none;
    clear: both;
    width: 100%;
    }
    #s-product_hot{
    float: none;
    clear: both;
    width: 100%;
    margin-left: 0;
    }
    #s-product_hot .image-slider{
    height: 100% !important;
    }
    #s-logo img{
    max-width: 100px;
    }
    #s-logo{
    width: auto;
    }
    #s-header .top .col-2{
    float: right;
    }
    #s-search{
    float: right;
    padding-top:5px;
    }
    #s-search .idfield{
    min-width: auto;
    max-width: 180px;
    }
}
@media screen and (max-width: 600px){
        
}
