* {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}

.jjPageTitle, .jjFrameTitle  {
	color: #a7795e;
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.jjPageTitle {
	width: 100%;
}

.jjFrameTitle {
	font-size: 18px;
}

.teaser {
	float: right;
	width: 686px;
	height: 250px;
	padding: 0px;
	margin: 0px 0px 7px 0px;
}

.articlesbox {
	overflow:hidden;
	float: right;
	width: 686px;
	height: 425px;
	padding: 0px;
	margin: 0px;
}

.articlesboxInner{
	overflow:hidden;
	float: right;
	width: 669px;
	height: 405px;
	padding: 0px;
	margin: 0px;
}

.discountbox {
	float: right;
	width: 686px;
	height: 170px;
	padding: 0px;
	margin: 0px 0px 2px 0px;
}

.discountboxInner {
	float: right;
	width: 669px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	padding: 0px;
}

.discountHeading {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: white;
}

.discountText {
	color: white;
}

.discountHeading {
}

.discountColumn
{
	width: 215px;
	float: left;
	height: 107px;
	overflow: hidden;
}

.jjInput {
	background: #ffffbb;
}

.topsellers {
	float: left;
	width: 220px;
	height: 808px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.topsellersInner {
	width: 202px;
	height: 808px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

ul.jjtopsellers {
	padding:0px;
	border: 0px;
	margin: 0px;
	margin-top: 0px;
	/*
		The following "width" and "overflow" are necessary to force browser to calculate correct height of the list. 
	*/
	width: 202px;
	height:808px;
	overflow: hidden;
}

ul.jjtopsellers li {
	float: left;
	width: 99px;
	height: 99px;
	border: 0px;
	text-decoration:none; 
	display: inline;
	overflow: hidden;
}

.validation_error {
	color: red;
	font-size: 12px;
	font-style: italic;
}

