
h1{
	color:#A81E38;
	font-size:14px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align:left;
	font-weight:bold;
	padding-top:4px;
}

hr {
	color:#325C91;
	background-color:#325C91;
	height:2px;
	border:0;
}

#basket img, #wishlist img {
	border:1px solid black;
	}
	
.alert {
	color: #A81E38;
	font-weight:bold;
}
.confirm {
	color:#009933;
	font-weight:bold;
}

a {
	color: #A81E38;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.cartheader {
	background-color:#325C91;
	font-weight:bold;
	font-size: 12px;
	color:#FFFFFF;
}

.cartHeaderCell {
	color:#FFFFFF;
	font-weight:bold;
	font-size: 12px;
	padding: 2px 2px 2px 4px;
	border-width: thin 0 thin 0;
	border-style: solid none solid none;
	border-color: #325C91 #e1e1e1 #325C91 #e1e1e1;
}

.cartRowDark {
	background-color: #b9c5d2;
}

.cartRowLight {
	/*background-color: #FFFFFF;*/
}

.alsoBought{
	background-color: #F5ECAB;
	border: thin solid #964436;
	float:left;
	width: 170px;
	padding:1px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
}


td, p, .contentTxt {
	font-size:12px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding:4px;
	margin:0;
	text-align:left;
}

.contentTxt_small {
	font-size:10px;
}

