@charset "utf-8";
/* CSS Document */
#linethru {
	width: 100%;
	border-bottom: 1px solid #c8c8c8;
	font-size: 15px;
	line-height: 15px;
	display: block;
}

#howtowear {
	color: #585858;
	font-size: 15px;
	line-height: 15px;
	background-color: #fff;
	padding: 0 20px;
	position: relative;
	bottom: 11px;
}

#detail-bottom {
	width: 964px;
	text-align: center;
	display: table;
}

#detail-bottom li {
	text-align: center;
	float: left;
	width: 150px;
    padding: 0 2px;
}

#detail-bottom li:last-child {
	margin-right: 15px;
}

#detail-bottom li img {
	margin: 0 auto;
	display: block;
	height: 135px;
}

#detail-bottom p.title {
	color: #292929;
	font-size: 12px;
	text-transform: uppercase;
}

#detail-bottom p.viewed {
	font-weight: normal !important;
}

#detail-bottom p.price {
	color: #7d7d7d;
	font-size: 12px;
	font-weight: normal !important;
	font-style: normal !important;
}

#detail-bottom p.price span {
	text-decoration: line-through;
	color: #aaa;
	font-weight: 400;
}

#detail-bottom>div {
	display: inline-block;
}

.outwrap {
	display: inline-block;
}

.outwrap a {
	display: table-cell;
	height: 140px;
	vertical-align: middle;
}

.outwrap a:hover:before {
	
}

.thumbs_link:hover .close_btn {
	visibility: visible;
}

.close_btn {
	color: #000;
	font-size: 13px;
	float: right;
	cursor: pointer;
	visibility: hidden;
	position: relative;
	right: 26px;
}

.clearbox {
	clear: both;
	width: 100%;
	display: block;
}

