@charset "utf-8";
/* CSS Document */

/* ECOM */
#sidebarcart, #sidebarecomnav {
	font-size: 14px;
	font-weight: bold;
	color: #7e8aa3;
	text-align: center;
	padding-bottom: 5px;
}

#sidebarcart a, #sidebarcart a:link, #sidebarcart a:visited {
	color: #7e8aa3;
	text-decoration: none;
}

#sidebarcart a:hover {
	color: #8cc63f;
	text-decoration: none;
}

#sidebarecomnav a, #sidebarecomnav a:link, #sidebarecomnav a:visited {
	color: #7e8aa3;
	text-decoration: none;
}

#sidebarecomnav a:hover {
	color: #000;
	text-decoration: none;
}

.product_container {
	float: left;
	width: 160px;
	margin-right: 5px;
	margin-left: 5px;
}

.product_container p {
	margin: 0;
	padding: 0;
}

.product_header {
	background-color: #7e8aa3;
	padding: 3px;
	color: #fff;
}

.product_box {
	border-left: 2px solid #7e8aa3;
	border-right: 2px solid #7e8aa3;
	border-bottom: 2px solid #7e8aa3;
	overflow: hidden;
	height: 200px;
}

.product_desc {
	padding: 3px;
	overflow: hidden;
	height: 100px;
}

.product_desc p {
	margin: 0;
	padding: 0;
}

.product_price {
	color: #ed1c24;
	font-size: 24px;
	text-align: center;
	background-image: url(/img/ecom/swoosh.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -62px;
	margin-bottom: 20px;
}

.product_add_to_basket {
	text-align: left;
	padding: 5px;
	margin-bottom: 25px;
	margin-top: -20px;
	margin-left: 82px;
}

.product_add_to_basket img {
	position: absolute;
	z-index: 2;
}

.blackhead-table {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.blackhead-table tr th {
	background-color: #7e8aa3;
	padding: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #fff;
	font-weight: bold;
}

.blackhead-table tr td {
	padding: 3px;
	background-color: #fff;
}

/* CLOTHES LINE */
.prodclothes {
	float: left;
	width: 92px;
	padding-top: 120px;
	padding-left: 33px;
	padding-right: 20px;
	text-align: center;
	overflow: hidden;
}

.prodclothes_title {
	color: #262262;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.prodclothes_price {
	margin: 0 auto;
	color: #eb383f;
	height: 45px;
	overflow: hidden;
	padding-top: 15px;
	width: 95px;
	font-size: 22px;
	background-image: url(/img/ecom/swoosh.png);
	background-position: center;
	background-repeat: no-repeat;
}
