/*--- sorting ------------------------------------------------*/
.productColumnHome {
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	width: 295px;
}

.productColumnCatalogue {
	float: right;
	margin-left: 30px;
	width: 450px;
}

.productBoxTd{
	border: solid 1px #E8E8E8;
	background: #FFFFFF url(images/bg_blugrad.gif) left top repeat-x;

}

.productBox {
	float: left;
	width: 120px;
	margin: 2px;
	padding: 10px;
	text-align: center;
}
.productName, .productName a {
	color: #797979;
	font-weight: bold;
	font-size: 110%;
}
.productPrice, .productPrice a {
	color: #00B6F8;
	font-weight: bold;
}
/* --- buttons ---------------------------------------------------------- */
.buttonBuy {
	border: solid 1px #CCCCCC;
	margin-left: 5px;
	vertical-align: middle;
}
.buttonPage {
	border: solid 1px #CCCCCC;
}
.buttonBuy:hover, .buttonPage:hover {
	border: solid 1px #000000;
}

/*--- category ------------------------------------------------*/

.catColumn {
	float: left;
	width: 145px;
}
.catRow {
	background: #F5F5F5;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	border: 0px;
	width: 100%;
}
table.catRow td, table.catRow tr {
	margin: 0px;
	padding: 6px;
	border: 0px;
	vertical-align: top;
}
.catRight {
	width: 3px;
	background: url(images/cornerwhite_bottomright.gif) bottom right no-repeat;
}
.catLeft {
	width: 3px;
	background: url(images/cornerwhite_topleft.gif) top left no-repeat;
}
.catBullet {
	width: 7px;
}

table.catRow td a {
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
table.catRow tr.l2 td.catBullet {
	background: #EEEEEE url(images/bullet_grayarrow3.gif) 6px right no-repeat;
}
table.catRow tr.l2 td a {
	text-decoration: none;
	font-size: 100%;
	color: #0066CC;
}
table.catRow tr.l2 {
	background: #EEEEEE;
}
table.catRow tr.l2 td{
	border-top: solid 1px #F7F7F7;
}
table.catRow tr.l3 td a {	
	text-decoration: none;
	font-weight: normal;
	font-size: 95%;
	color: #003366;
}
table.catRow tr.l3 {
	background: #E0E0E0;
}

table.catRow tr.l3 td {
	border-top: solid 1px #F7F7F7;
}
td#catSelected {
	color: #F04754;
}

table#catSelected, table#catSelected td a{
	color: #F04754;
	background: #E8E8E8;
}
/*--- sorting ------------------------------------------------*/
.sortList, .sortList li{
	margin-top: 4px;
	font-weight: bold;
	list-style-image: url(images/bullet_arrowdown2.gif);
}
.sortList li#sortSelected, .sortList li#sortSelected a {
	color: #F04754;
}

/*--- other ------------------------------------------------*/
.rightTextColumn {
	float: right;
	width: 140px;
}
.productPath {
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: auto;
	clear: both;
}
.pageControl {
	float: right;
	margin-top: 10px;
	margin-right: 6px;
}