.right { float: right; }
.left { float: left; }
.tleft { text-align: left; }
.tright { text-align: right; }
.tcenter { text-align: center; }
.hid { display: none; }
.error { color: red; }
.clear { clear: both; }
.pointer { cursor: pointer }
.width_01 { width: 20px; }
.width_02 { width: 40px; }
.width_03 { width: 60px; }
.width_04 { width: 80px; }
.width_05 { width: 100px; }
.width_06 { width: 120px; }
.width_07 { width: 140px; }
.width_08 { width: 160px; }
.width_09 { width: 180px; }
.width_10 { width: 200px; }
.search-area .hot_words{
    color: #FFF;
    font-size: 12px;
}
.product-thumb .product-title {
    height: 55px;
    overflow: hidden;
}
.product-desciption {
    height: 50px;
    overflow: hidden;
}
.product-header { height: 263px; }
#captcha_image { width: 44px; }
.captcha_refresh {
    color: #2a8fbd;
    cursor: pointer;
}
.birthday_control, .address_control {
    float: left;
    margin-right: 6px;
}
.address { margin-top: 8px; }
.login_info { color: #fff; }
#cart-table th {
    font-size: 16px;
    padding: 10px 0 10px 15px;
}
#cart-table th:last-child {
    padding: 10px 15px 10px 0;
}
#cart-table td {
    font-size: 14px;
    padding: 10px 0 10px 15px;
}
.cart-total-list { margin: 55px 0 20px; }
.cart-total-list > li > span { text-align: center; }
.city, .county { margin-right: 10px; }
header.main .person_info a { color: #2a8fbd; }
.person_info a { font-size: 12px; }
.counter img{ width: auto; }
.nav-tabs { border: 0px }
header.main .login-register {
  position: relative;
  top: -40px;
}
.list-social{
    float: right;
}
body.boxed .global-wrap { margin-top: 20px; }
.top-main-area { margin-top: 35px; }
footer.main .footer-top-area .row {
  text-align: center;
}
.product-thumb .product-header > img {
    margin: 0 auto;
}
.link-list > li img {
    width: 100%;
}
.login-register-area {
    background-color: #333;
    line-height: 35px;
    padding-right: 30px;
}
.login-register-area a { color: #FFF; }
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
.col-sm-1-5 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}