@charset "utf-8";
/* CSS Document */
#total_counts {
	float:left;
	padding:10px 0 0 0;
	width:680px;
}
#total_counts p span{
    display:inline;
	color:#FF0000;
	font-weight:bold;
}
.product_about{
    width:658px;
	float:left;
	background-color:#f6f6f6;
	border:#ccc 1px solid;
	padding:10px;
	margin-bottom:10px;
}
.product_about a{
    color:#297ABC;
	text-decoration:underline;
}
.product_about a:hover{
    text-decoration:none;
}
.select_product {
	background-color:#f6f6f6;
	border:#ccc 1px solid;
	padding:5px 10px 5px 15px;
	margin:10px 0 10px 0;
	width:653px;
	float:left;
}
.select_product img{
    vertical-align:middle;
}
.select_product_left {
	float:left;
	width:69%;
}
.select_product_right {
	float:left;
	width:31%;
}
.product_list {
	float:left;
	width:670px;
	margin-left:10px;
	margin-bottom:15px;
	border-bottom:#999999 1px dotted;
	padding-bottom:15px;
	display:inline;
}
.product_list_left {
	float:left;
	width:150px;
}
.product_list_left input, .product_list_left div {
	float:left;
}
.product_list_left div {
	margin-left:10px;
}
.product_list_left div a img {
	padding:3px 3px;
	border:#999999 1px solid;
}
.product_list_right {
	float:left;
	width:510px;
}
.product_list_right h2 {
	font-size:14px;
	font-weight:bold;
}
.product_list_right h2 a {
	color:#444444;
	text-decoration:none;
}
.product_list_right h2 a:hover {
	text-decoration:underline;
	color:#0e66ae;
}
.product_dre {
	margin-top:5px;
	margin-bottom:10px;
}
.click_more, .product_time {
	float:left;
}
.click_more {
	width:400px;
}
.click_more a {
	color:#81AAE0;
	text-decoration:underline;
}
.click_more a:hover {
	text-decoration:none;
}
.product_time {
	text-align:left;
	background:url(../images/product_list_time.jpg) no-repeat left 4px;
	padding-left:20px;
}


#page_change {
	float:left;
	width:680px;
	margin:5px 0 15px 0;
	display:inline;
}
#page_change li {
	float:left;
	display:inline;
	margin-right:5px;
}
#page_change li a {
	color:#666;
	padding:2px 5px;
	border:1px solid #999;
	text-decoration:none;
	margin-right:5px;
	background-color:#eee;
}
#page_change li a:hover {
	background-color:#fff;
}


.our_product {
	width:658px;
	float:left;
	background-color:#f6f6f6;
	border:#ccc 1px solid;
	padding:10px;
	margin:0 0 10px 0;
}
.our_product h4 {
	font-weight:bold;
}
.our_product a {
	color:#444444;
	text-decoration:underline;
}
.our_product a:hover {
	text-decoration:none;
	color:#0e66ae;
}


#tab_tags_text{
    width:658px;
	float:left;
	background-color:#f6f6f6;
	border:#ccc 1px solid;
	padding:10px;
	margin:0 0 10px 0;
}
#tab_tags_text a{
    color:#0e66ae;
	text-decoration:underline;
}
#tab_tags_text a:hover{
    text-decoration:none;
}
