@charset "utf-8";
/* CSS Document */
#products_and_services {
	float: left;
	background-repeat:no-repeat;
	width: 490px;
	height:600px;
	padding:15px;
	/*margin-top:7px;*/
}

#main_image {
	padding:5px;
	float:left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	height:300px;
}

.clear {
	clear:both;
}

.view-thumb {
	padding:5px;
	float:left;

}
#description_view {
	float: left;
	width:500px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.price {
	color: #F00;
	font-family:Arial;

	font-size:12px;
	font-weight:700;
}
.title {
	color:#000;
	font-family:Arial;
		font-size:12px;
	font-weight:700;
}
	

