#template {
	background: #fff;
	position: relative;
}

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

#tbody {
	float: left;
	width: 702px;
	padding-left:10px;
}

#fbody {
	margin: 0 auto;
	margin-top:10px;
}

#tsubcont {
	padding: 0px 10px 10px 10px;
	background-color: #f1ffcc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: absolute; top: 40px; right: 30px; 
	margin-top: 20px;
}
#phone {
	background: url("/images/red9/phone.png") no-repeat left;
	padding-left: 25px;
}

#at {
	background: url("/images/red9/at.png") no-repeat left;
	padding-left: 25px;
	font-size: 13px;
}


#tsubmenu {
	margin-left: 50px;
	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;
	
}

.product_row {
	width: 698px;
	height: 168px;
	border: 1px solid #e5e5e5;
}

.product_row .description {
	margin-left: 120px;
	color: #008dd9;
	height: 145px;
	width: 570px;
	vertical-align: middle;
	clear: right;
}

.product_row .img {
	border-right: 1px solid #e5e5e5;
	height: 158px;
	float:left;
	padding: 10px 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;
	
}

.product_row .img .name {
 	width:120px;
 	
}

.product_row .pdf {
	float: right;
}

.product_row .pdf a img {
	margin: 5px 5px;
	border: 0;
}
