/* CSS Document for products only */
.productEntry {
	margin: 0 0 25px 0;
		padding: 0 0 25px 0;
	background: url(../images/bg_highlight.jpg) bottom center no-repeat;
}

.productEntry h4 {
	display: block;
	margin: 19px 0 10px 0;
	color: #990066;
}

#leftColumn h4 a {
	color: #990066;
}

#leftColumn h4 a:hover {
	color: #990033;
	text-decoration: underline;
}

#leftColumn a.desc {
	color: #990066;
	display: block;
	text-decoration: none;
}

#leftColumn a.desc:hover {
	text-decoration: underline;
}

.price {
	
	text-align: right;
	display: block;
	margin: 0;
	height: 65px;
}

.priceList {
	float: right;

	margin: 0;
	padding: 0;
}

#leftColumn ul li {
	background: none;
	padding: 2px 0 0 0;
	margin: 0;
}
.priceList li {

	float: left;
	height: 25px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

#leftColumn ul {
	margin: 0;
	padding: 0;
}

#leftColumn ul li.title {
	width: 104px;
	margin: 0 0 15px 0;
	padding: 2px 0 0 0;
	background: url(../images/priceBox.gif) no-repeat;
}

#leftColumn ul li.currency {
	width: 104px;
	margin: 0 0 15px 0;
	padding: 2px 0 0 0;
	background: url(../images/priceBox.gif) -104px 0px no-repeat;
}


#leftColumn ul li.buy {
	width: 128px;
	background: url(../images/buyNow.gif) 0px 0px no-repeat;
	margin: 0 0 0 5px;
}

#leftColumn ul li.buy strong {
	display: none;
}

ul.priceList li.buy a {
	display: block;
	width: 128px;
	height: 22px;
}


.eeProductPayment
{
	margin: 0 auto 0;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	width: 360px;
	padding: 0;
	background: url(../images/bg_onlineForm.gif) 0px 65px no-repeat;
}

.eeProductPayment .stepImage
{
	margin: 0 0 20px 0;
}

.eeProductPayment .nextStep 
{
	margin: 10px 0 10px 0;
	text-align: center;
}

.eeProductPayment .col1 
{
	width: 120px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	margin-left: 10px;
	font-weight: bold;
	padding: 5px 0 0 0;
	
}

.eeProductPayment .col2 
{
	width: 210px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	float: left;
	margin-bottom: 15px;
	padding: 5px 0 0 0;
}

.eeProductPayment .longInput 
{
	width: 210px;
}