.sales_content {
	width: 705px;
	margin-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	padding-left: 5px;
	float: left;
}
.sales_content .rndim {
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
	display: block;
}

.sales_content a {
	color: #93072E;
}

.sales_content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #B20837;
	width: 408px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.sales_content ul {
	margin-left: 30px;
}
.sales_content em {
	font-style: italic;
}
.sales_content p {
	margin-bottom: 1em;
}
.sales_content .prod {
	border: 1px solid #000;
	margin-bottom: 10px;
}
.sales_content .prod tr td {
	padding: 4px;
}
.sales_content .prod tr .prodim {
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
}
.sales_content .prod tr .prodname {
	text-align: center;
}
.sales_content .prod .prodguide td{
	background-color: #E4E4E4;
}
.sales_content .ordernow span {
	display: none;
}
.sales_content .ordernow {
	background-image: url(../images/sales/ordernow.png);
	display: block;
	height: 50px;
	width: 72px;
	background-repeat: no-repeat;
	background-position: left top;
}
.sales_content h4 {
	font-size: 14px;
	font-weight: bold;
}
.sales_content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #9E0732;
}
.soltable {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
.soltable td {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.soltable tr td {
	padding: 3px;
}
