#category_selection {
	text-align: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;

}
.grey_bar_clear {
	background-color: #ccc;
	height: 20px;
	margin: 5px 0 ;
}
#gst_note {
text-align: left;
width: 400px;
float: right;
padding-top: 40px;
}


.main_image {
	float: left;
}

/* old  below */
h1 {
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}


#prod_details {
	padding-top: 10px;
	width:700px;

}

#webcode {
	text-align: right;
	padding-bottom: 5px;
}

#prod_bar {
	position: relative;
	left: -13px;
	background-color: #E6E6E6;
	width: 740px;
	height: 14px;

}

#webprice {
	font-size: 13px;

}

#prod_left_row {
	padding-right: 20px;
	padding-bottom: 10px;
}
.prod_table {
	display: table;
	width: 100%;
}

.prod_table_tr {
	display: table-row;
}

.prod_table_td {
	display: table-cell;
	vertical-align: top;
	text-align: right;
}

#prod_info {
	width: 270px;
	left: 297px;
	border-top: 1px solid #aaa;
	text-align: right;
	padding: 5px 10px 0px 0px;
	background-color: #fff;
	border: 1px solid red;
float: left;
}

.white {
	color: #fff;
}
#prod_info b {
	font-size: 14px;
	line-height: 18px;
}

.greyfont {
	color: #666666;
	font-size: 11.5px;
	font-weight: normal;
}
.greyfontsml{
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#product_list {
	width: 705px;
	margin: 0px;
	padding: 0px;
}

#product_list th{
	padding: 0;
	margin: 0;
	background-color: #79BAD6;
	background-image: url(/images/template/menu_bg.jpg);
	font-weight: normal;
	padding-left: 10px;
	color: #fff;
}

#product_list td {
	border-bottom: 1px solid #ccc;
	padding-top: 7px;
	padding-bottom: 7px;
}

#product_list th {
	text-align: left;
	padding top: 4px;
}
.product_row_hd {
	background-color:#85B6FF;
	color: #fff;
	padding-left: 5px;
}


.product_list_table {
	display: table;
	width: 730px;
}
.product_list_tr {
	display: table-row;
}
.product_list_td_img {
	display: table-cell;
	width: 80px;
	text-align:center;
}
.product_list_td_code {
	display: table-cell;
	width: 60px;
	text-align:center;
	padding: 0px;
	margin: 0;
}


.product_list_td {
	display: table-cell;
}


.product_row_img {
	width: 60px;
	text-align:center;
}

.product_row_code {
	width: 75px;
	line-height: 20px;
	text-align: center;
}

.product_row_price {
	width: 90px;
	padding-left: 5px;
	text-align: right;
	padding-right: 4px;

}


.prod_img {
	margin: -15px 0px 5px 10px;
}
