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 {
	border: 1px solid #333;
	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;*/
	text-align: center;
}

div.product_list div.product,
div.product_list div.category {
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	width: 171px;
	/*height: 193px;*/
	height: 240px;
	padding: 4px;
	padding-bottom: 6px;
}

div.product_list div.product {
	/*border: 1px solid #ff0000;*/
	/*height: 218px;*/
}


div.product_list div.product div.title,
div.product_list div.category div.title {
	color: #5CE500;
	margin-top: 0px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 13px;
	height: 2.5em;
	text-align: center;
	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: #299A26;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	vertical-align: bottom;
}

div.product_list div.product div.price {
	width: 141px;
	text-align: right;
	margin: 0px auto;
	padding-top: 3px;
	font-weight: bold;
	font-size: 13px;
	/*padding-left: 18px;*/
	/*border: 1px solid #ffff00;*/
}

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,
div.product_list div.product div.image_container {
	margin: 0px auto;
	border: 2px solid #000000;
	width: 141px;
	height: 141px;
	margin-top: 1px;
}
div.product_list div.category div.image_container {
	border: 1px solid #ffffff;
}
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: 4px;
	/*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;*/
	/*margin-right: 20px;*/
	width: 111px;
	margin: 0px auto;
	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;
}

div.product_list div.details div.small_store_button {
	float: none !important;
	margin: 0px auto;
}

div.product_list div.page_index {
	text-align: center;
	font-weight: bold;
	padding: 3px;
}

div.product_list div.page_index a {
	padding: 3px;
	margin: 0px 3px;
	text-decoration: none;
	color: #ffffff;
}
div.product_list div.page_index span {
	color: #666666;
	padding: 3px;
	background-color: #5CE500;
}