@charset "utf-8";

/* CSS Document */

#product_list {
	width:700px;
	float:left;
}

#product_list_list div {
	width:340px;
	margin-right:10px;
	float:left;
}

#product_list_list ul {
	list-style:square;
	padding-left:30px;
	margin:0px;
}

#product_list_list ul ul {
	color:#06C;
}

#product_link {
	width:250px;
	float:left;
	margin-left:20px;
}

#product_brand_sidebar {
	width:220px;
	float:left;
	padding-right:10px;
	border-right:#333 1px dotted;
}

#product_brand_category ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#product_brand_category a {
	display:block;
	height:20px;
	width:212px;
	padding:3px 0px 0px 8px;
	margin:2px 0px;
	background-color:#FFDCDC;
	color:#000;
	cursor:pointer;
}

#product_brand_category a:hover {
	background-color:#FF3A3A;
	color:#FFF;
}

#product_brand_category .highlighted a {
	background-color:#FF3A3A;
	color:#FFF;
}

#product_brand_precontent {
	width:100%;
}

#product_brand_content {
	width:720px;
	float:left;
	margin-left:20px;
}

#product_brand_content div {
	width:166px;
	height:100px;
	margin-bottom:10px;
	margin-right:10px;
	float:left;
	text-align:center;
}

#product_brand_content div img {
	width:150px;
	height:80px;
}

#product_brand_search {
	width:214px;
}