div.product_list {
	overflow: auto;
}

div.top_button_bar {
	text-align: right;
	height: 35px;
	position: relative;
	overflow: none !important;
	margin-right: 0px;
}

div.product_navigation_container {
	margin-top: 0px;
	padding-bottom: 20px;
}

div.category_information {

}

div.category_information div.category_picture {
	padding: 1px;
	width: 150px;
	height: 100px;
	margin-top: 2px;
	float: left;
}

div.category_information div.category_text {
	float: right;
	margin-left: 15px;
	font-weight: normal;
	width: 365px;
	text-align: justify;
}

div.product_list div.product,
div.product_list div.category {
	margin-top: 20px;
	padding: 4px;
	padding-bottom: 6px;
	border-top: 2px solid #666;
}

div.product_list div.product {
}

div.product_list * div.left {
	width: 195px;
	float: left;
}

div.product_list * div.right {
	width: 205px;
	float: right;
}


div.product_list div.product div.title, 
div.product_list div.category div.title {
	color: #333;
	margin-top: 0px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 13px;
	height: 31px;
	vertical-align: bottom;
}

div.product_list div.product div.title {
}

div.product_list div.product div.title a,
div.product_list div.category div.title a {
	color: #333;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	vertical-align: bottom;
}

div.product_list div.product div.price {
	padding-top: 3px;
	font-weight: bold;
	font-size: 13px;
}

div.product_list * * div.description {
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

div.product_list div.product div.image_container,
div.product_list div.category div.image_container, 
div.product_list div.product div.customize_icon {
	margin-top: 2px;
	border: 1px solid #dedede;
	background: white;
}

div.product_list div.product div.customize_icon {
	margin-top: 1px;
}

div.product_list div.category div.image_container {
	width: 186px;
	height: 141px;
}

div.product_list div.product div.image_container {
	float: left;
	width: 186px;
	height: 141px;
	margin-top: 1px;
}

div.product_list div.product div.customize_icon {
	float: right;
	width: 30px;
	height: 93px;
}

div.product_list div.product div.attribute_container {
	width: 140px;
	height: 164px;
	position: absolute;
	top: 1px;
	left: -142px;
	z-index: 300;
}

div.product_list div.product div.attribute_overflow_container {
	position: absolute;
	top: 1px;
	left: 162px;
	width: 140px;
	overflow: hidden;
	height: 164px;
}

div.product_list div.product div.attribute_form_container {
	background: url(../images/black_trans75.png) top left;
	height: 154px;
	width: 113px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 0px;
	float: left;
	color: white;
}

div.product_list div.product div.attribute_form_container div.close {
	width: 113px;
	position: absolute;
	bottom: 5px;
	left: 0px;
	text-align: center;
}

div.product_list div.product div.attribute_right_container {
	height: 164px;
	width: 17px;
	float: right;
	color: white;
}

div.product_list div.product div.buy_now,
div.product_list div.product div.details,
div.product_list div.category div.details {
	//border: 1px solid #205BA0;
	//height: 20px;
	text-align: center;
	//padding-top: 3px;
	//padding-bottom: 3px;
	//background: white;
	//width: 75px;
	margin-top: 10px;
	//cursor: pointer;
}

div.product_list div.product div.buy_now {
	//margin-top: 4px;
}

div.product_list div.product div.buy_now {
	float: left;
	text-align: center;
}

div.product_list div div.details {
	//float: right;
	text-align: center;
}

div.product_list div div.details div a,
div.product_list div div.buy_now div a {
	text-decoration: none;
	font-size: 11px;
}

div.product_list div div.details div img,
div.product_list div div.buy_now div img {
	float: left;
}

div.product_list div div.details div span,
div.product_list div div.buy_now div span {
	font-weight: bold;
	float: right;
	margin: 4px 5px 0px 0px;
}