/* products */

.productGroup 
{
	padding-left: 5px;
	background-color: #C4E59E;
	color: #000000;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	line-height: 18px;
	width:100%;
	font-weight: bold;
}


.product_uneven
{
	padding: 3px;
	background-color: #E8F5D9;
	color: #000000;
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
	width:100%;
}

.product_even
{
	padding: 3px;
	background-color: #ffffff;
	color: #000000;
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
	width:100%;
}

.product_image
{
	padding-right: 10px;
}

.product_name
{
	width:60%
}
.product_name a
{
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
}

.product_price 
{
	text-align: right;
	font-weight: bold;
	width:25%
}

.product_price_ord
{
	text-align: right;
	font-weight: normal;
	color: #000000;
}

.product_price_campaign
{
	text-align: right;
	font-weight: bold;
	color: #990000;
	width:25%
}

.product_buy
{
	text-align: right;
	font-weight: normal;
	font-size: 11px;
}

.buy_button
{
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #C6511D;
	background: #ffffff;
	color: #C6511D;
}

.buy_input
{
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #C6511D;
	background: #ffffff;
	color: #C6511D;
	width: 30px;
}


/* Links */
A {
   color: #000000;
   font-family: Verdana, geneva, arial, charcoal, helvetica, sans-serif;
   font-size: 10px;
}

A {
   text-decoration: underline
}

A:visited {
   color: #000000;
   text-decoration: underline
}

A:hover {
   color: #000000;
   text-decoration: underline
}

A:active {
   color: #000000;
   text-decoration: underline
}

/* --- Page style ends here --- */
