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

body {
	background-color: #00ccff;
	background-image: url();
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
table {
	border: none;
	margin: none;
}
img {
	border: 0 none;
	vertical-align:middle;
}
a:link {
	text-decoration: underline;
	color: #000099;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #000099;
}
.body_top{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
.body_content {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border: none;
	height: auto;
}
.body_footer {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	clear: both;	
}
div.logo {
	float: left;
	width: 300px;
}
div.logo_img {
	float: left;
	height: 150px;
	width: 298px;
	vertical-align:middle;
}
div.product_listing {
	background-color:#FFF;
	float: left;
	margin: none;
	width: 298px;
	height: 150px;
	border: solid thin #00F;
}
div.product_list_img {
	border-right: solid #00F thin;
	float: left;
	height: 150px;
	width: 100px;
	vertical-align: middle;
	margin-bottom:auto;
	margin-top:auto;
}
div.product_list_img_right {
	border-left: solid #00F thin;
	float: right;
	height: 150px;
	width: 100px;
	vertical-align: middle;
}
div.product_list_head {
	border-bottom: solid #00F thin;
	margin-bottom: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
div.product_list_info {
	margin-top: 2px;
	float: left;
	text-align:center;
	width: 196px;
}
div.product_list_info_right {
	float: right;
	text-align:center;
	width: 196px;
}
div.clear {
	clear: both;
}
div.product_list_foot {
	border-top: solid #00F thin;
	float: right;
	margin: -20px 0px -20px 0px;
	width: 196px;
}
div.product_list_foot_right {
	border-top: solid #00F thin;
	float: left;
	margin: -20px 0px -20px 0px;
	width: 196px;
}
div.product_price {
	float: left;
}
div.product_price_right {
	float: right;
}
div.product_more_info {
	color: #000000;
	float: right;
	font-weight: bold;
}
div.product_more_info_right {
	color: #000000;
	float: left;
	font-weight: bold;
}
.copyr{
	text-align: right;
}
