/* CSS product */
.float_right{
	float: right;
	width: 91px;
}
.product_content3 {
	float: left;
	width: 401px;
}
.product_content4 {
	float: left;
	margin-left:9px;
  width:400px;
  padding-bottom: 5px;
}
.menu_top li a.top_highlight {
	color: rgb(255,255,0);
}
.product_list_in2{
	padding: 10px, 0px;
	border-bottom: 1px solid #cccccc;
	float: left;
	clear: left;
	width: 510px;
	padding-bottom: 15px;
}
.product_list_in3{
	padding: 10px, 0px;
	border: none;
	float: left;
	clear: right;
	margin-top: 5px;
}
.float_right, .float_left{
	width: 100px;
	height:70px;
	margin:0px;
	padding:0px;
	float: left;

}
.float_right img, .float_left img {
	width: 100px;
	height: 70px;
	margin-top: 9px;
}
.divider {
	width: 100%;
	height: 20px;
	float: left;
	clear:left;
}
.product_list table {
	border: none;
	background: #fff;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.product_list td.c1,  .product_list td.c2{
	padding: 2px 0px 2px 20px;
	margin: 0px;
	text-align: left;
	background: #ccccff;
}
.product_list td.c2{
	background: #99ccff;
}
.product_list td#name,
.product_list td#model,
.product_list td#new {
	padding: 0.5em 0px 0.5em 20px;
	margin: 0px;
	text-align: left;
	background: #cc0000;
	height: 2em;
	width: 30%;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
td#new {
	width: 40%;
}
table a{
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
#m_left {
	float: left;
	width: 110px;
	height: 300px;
	margin: 0px;
	padding:0px;
}
#m_left img{
	width: 100px;
	height: 70px;
	float: left;
	clear: right;
}
#m_left a{
	display: block;
	float: left;
	clear: left;
	text-decoration: none;
	color: #cc0033;
	font-weight: bold;
	margin:  30px 0px 0px 25px;
}
#m_right {
	float: left;
	width: 400px;
	margin: 0px;
	padding:0px 0px 0px 10px;
}
#m_rtop {
	float: left;
	width: 399px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;

}
#m_rtop p.name {
	font-size:  12px;
	color: #0000cc;
	font-weight: normal;
	margin: 2px
	padding: 0px;
}
#m_rtop p.model {
	font-size:  11px;
	color: #cc0000;
	font-weight: normal;
	margin: 2px
	padding: 0px;
}
#m_rtop em.name, #m_rtop em.model {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	color: #00008B;
}
#m_rtop em.model {
	color: #B20000;
	font-size: 14px;
}

.product_list ul#page_no{
	float: left;
	clear: left;
	width: 510px;
	list-style: none
}
ul#page_no li, ul#page_no li.current{
	float: left;
	display: block;
	margin: 2px;
	padding: 2px;
	width: 10px;
	background: #9999cc;
}
ul#page_no li.current{
	background: #ffff66;
}
ul#page_no li a{
	display: block;
	float:left;
}
span.title{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F40000;
	font-size: 12px;
	font-weight: bold;
}


