@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #404040;
	font-family: sans-serif;
	font-size: 12.5px;
	line-height: 1.6;
	width: 622;
	background-color: #FFF;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	text-decoration: none;
	color: #444;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: underline;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	width: 630px;
}
#main {
	width: 618px;
	margin-bottom: 4px;
	margin-top: 4px;
	float: right;
}
#main a {
	color: #00F;
}
/* table
------------------------------*/
#main table {
	border-collapse:collapse;
}
#main table td {
}
#home #main table  {
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
}
.maintitle {
	color: #666;
	width: 554px;
	margin-top: 6px;
	padding-left: 2px;
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
	height: 20px;
	line-height: 1.5em;
}
.maintitleprice {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c7c7;
}
.totalprice {
	font-size: 15px;
	font-weight: bold;
}
.price {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c7c7;
	text-align: right;
}
.pricered {
	font-size: 15px;
	text-align: right;
	font-weight: bold;
	color: #F00;
	text-align: right;
}
.small {
	font-size: 12px;
	color: #666;
}
