#template {
	padding: 20px;
	background: #fff;
}

#template h5 {
	margin: 5px 0;
	padding: 0;
	color: #999;
	font-size: 10px;
}

#tbody {
	float: left;
	width: 700px;
}

#tsubmenu {
	margin-left: 20px;
	float: left;
}


#tsubmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#tsubmenu ul li {
	width: 200px;
}

#tsubmenu ul li a {
	color: #b1b1b1;
	text-decoration: none;
}

#product_widget {
	margin-top: 10px;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.product_row {
	width: 698px;
	height: 125px;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	border-right: 0
}

.product_row.last {
	
}

.product_row div {
	float: left;
}

.product_row div.brand img {
	width: 22px;
	text-align: left;
	height: 100px;
}

.product_row .img {
	border-right: 1px solid #e5e5e5;
	/*border-left: 1px solid #e5e5e5;*/
	background: #fafafa;
	height: 124px;
	padding: 1px 0px 0;
	text-align: center;
	font-weight: bold;
}

.product_row .img img {
	max-width: 95px;
	max-height: 74px;
	display: block;
	margin: 0px auto;
	border-width: 0px;
	padding: 5px;
}

.product_row .colors {
	padding: 2px;
	border-right: 1px solid #e5e5e5;
	height: 96px;
}

.product_row .colors .color {
	border: 1px solid #000;
	margin-bottom: 2px;
	width: 10px;
	height: 10px;
	display: block;
	float: none;
}

.product_row .description {
	color: #008dd9;
	border-right: 1px solid #e5e5e5;
}

.product_row .description table {
	empty-cells: hide;
	border-spacing: 0;
	padding: 5px;
	height: 125px;
	width: 480px;
	vertical-align: middle;
}

.product_row .price {
	font-size: 14px;
	width: 100px;
	padding-top: 40px;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	height: 60px;
}

.product_row .pdf {
	border-left: 0px solid #fafafa;
	height: 100px;
}

.product_row .pdf a {
	border: 0;
}

.product_row .pdf a img {
	border: 0;
	margin-left: 27px;
	margin-top: 15px;
}