/* ##### CATEGORY MENU ##### */
div#product_categories {
	float: left;
	margin-bottom: 0px;
}


/* ##### LAYOUT ##### */
div#products {
	float: left;
	width: 100%;
	/* margin: 20px 0px 0px 0px; */
	margin: 0px 0px 0px 0px;
}


/* ##### PRODUCT TABLE ##### */
table.products { width: 100%; }
table.products th,
table.products td {
	text-align: left;
}
table.products th a {
	color: #ffffff;
	background-color: transparent;
} table.products th a:hover {
	color: #F20D0C;
	background-color: transparent;
}
table.products th.notice {
	text-align: center;
	font-size: 1.2em;
	color: #F2EB0D;
	background-color: transparent;
}

table.products td a {
	color: #D9D9D5;
}
table.products td.enquire a {
	color: #f2eb0d;
	font-weight: bold;
	font-size: 1.333em;
}
table.products .note_clearance,
table.products .note {
	font-weight: bold;
	color: #F2EB0D;
	background-color: transparent;
}
table.products .note_special {
	font-weight: bold;
	color: #F20D0C;
	background-color: transparent;
}
table.products .saving {
	font-weight: bold;
	color: #0F0CCF;
	background-color: transparent;
}
table.products .note_sms {
	font-weight: bold;
	color: #00c124;
	background-color: transparent;
}

table.products td.right,
table.products td.price,table.products th.price,
table.products td.enquire {
	text-align: right;
}
table.products td.centre,table.products th.centre {
	text-align: center;
}
table.products thead {
	color: #ffffff;
	background-image: url(images/carbon_slice.png);
}
table.products tbody tr.colour0 {
	color: #D9D9D5;
	background-color: #52514F;
}
table.products tbody tr.colour1 {
	color: #D9D9D5;
	background-color: #676665;
}



/* ##### PRODUCT LIST ##### */
ul.product_list h2 {
	width: 100%;
	font-size: 1.2em;
}
ul.product_list img {
	padding: 0px 0px 10px 10px;
}


/* ##### PRODUCT DETAILS ##### */
table.product_details th {
	text-align:right;
	vertical-align: top;
}
