body {
	font-family : Tahoma, Arial, Verdana, sans-serif;
	font-size : 11px;
}

td {
	font-size : 11px;	
	padding : 0px;
}

a:link, a:visited {
	font-weight : bold;
	color : #3366CC;
	text-decoration : none;
}

a:hover {
	color : #CC0000;
}

/* DISPLAY BARGAIN */

table.dBargain td.h1 {
	background : #CC0000;
	border-bottom : 1px solid #990000;
	border-right : 1px solid #990000;
	color : white;
	font-size : 12px;
	font-weight : bold;
}

table.dBargain td {
	color : #666666;
}

table.dBargain td.image {
	border : 1px solid #CC0000;
}

table.dBargain td.tab {
	background : #CCCCCC;
	border : 1px solid #999999;
	border-bottom-width : 0px;
	color : white;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
}

table.dBargain td.text {
	border : 1px solid #666666;
	font-size : 11px;
}


/* Products */
table.bargains tr.h1 td {
	background-color : #CCCCCC;
	border-bottom : 1px solid #999999;
	border-right : 1px solid #999999;
	color : white;
	font-size : 12px;
	font-weight : bold;
}

table.bargains tr.colHeaders td {
	border : 1px solid #CCCCCC;
	color : #999999;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
}

table.bargains tr.bargain td {
	border-bottom : 1px solid #CCCCCC;
	font-size : 11px;
}

table.bargains tr.highlight td {
	background : #FFFFCC;
	border-bottom : 1px solid #CCCCCC;
}

td.colHeadersSpace {
	padding : 0px;
}




/* Error */
table.error tr.h1 td {
	background-color : #CC0000;
	border-bottom : 1px solid #660000;
	border-right : 1px solid #660000;
	color : white;
	font-weight : bold;
}

table.error tr td {
	border-bottom : 1px solid #CCCCCC;
}


/* OTHER */
tr.smallPrint td {
	color : #666666;
	font-size : 9px;
}
