﻿
#ContentProductList .list ul {
	margin: 0;
	padding: 0 0 0 25px;
}

.enterpriseProductItem {
	height: 245px;
}

p.download {
	margin: 8px 0;
	text-align: right;
}
p.buyNow {
	margin: 10px 0;
	text-align: center;
}

.plus {
	font-weight: bold;
	color: #cc0000;
}

.step {
	margin: 20px 0 0 40px;
}
.no {
	font-weight: bold;
	font-size: 11px;
	color: #3C8EDA;
}
.users {
	margin-left: 20px;
}
.usersBox {
	border: solid 1px #3C8EDA;
	font-size: 11px;
	width: 45px;
	padding-left: 3px;
	color: #666666;
}

.optionsTable {
	width: 350px;
}

.optionsTable th {
	text-align: left;
	border-bottom: solid 1px #dddddd;
	padding-bottom: 3px;
}
.optionsTable th.optionCol {
	width: 100px;
}
.optionsTable td {
	padding: 3px 15px 3px 0;
	border-bottom: solid 1px #dddddd;
	line-height: 20px;
}
.opt {
	font-weight: bold;
}
.rrp {
	color: #999999;
	font-size: 12px;
}
.pay {
	color: #49888D;
	font-size: 14px;
	font-weight: bold;
}
.save {
	color: #cc0000;
	font-size: 12px;
}

.calcBuyNowHolder {
	margin-top: 25px;
	text-align: center;
}

#CalcWaiting {
	margin: 10px 0;
	font-weight: bold;
}
#OutOfBounds {
	font-weight: bold;
	color: #cc0000;
}


.formIntro {
	color: #cc0000;
	font-weight: bold;
}
.productInfo {
	color: #336699;
	font-weight: bold;
}

#ContentProductList .dashedDividerFull {
		height: 1px;
		margin: 8px 0 0 0;
		background-image: url(../../images/back_dashedDivider.jpg);
		background-position: left bottom;
		background-repeat: repeat-x;
	}