#price-list {
	background-image: url(../img/bg-price.gif);
	background-position: 0px -13px;
	background-repeat: repeat-x;
	font-size: 15px;
	line-height: 33px;
	position: relative;
}
#price-list .col-feature {
	float: left;
	width: 284px;
	padding: 5px;
}
#price-list .col-feature-details {
	float: left;
	width: 450px;
	padding: 5px;
}
#price-list .col-blue {
	float: left;
	width: 200px;
	margin-left: 10px;
	padding: 5px;
	text-align: center;
	border: 1px solid #5c8abe;
	background-image: url(../img/bg-price-blue.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-bottom: 30px;
}
#price-list .col-blue-large {
	float: left;
	width: 230px;
	margin-left: 10px;
	padding: 5px;
	text-align: center;
	border: 1px solid #5c8abe;
	background-image: url(../img/bg-price-blue.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-bottom: 30px;
}
#price-list .col-blue-new {
	float: left;
	width: 144px;
	margin-left: 10px;
	padding: 5px;
	text-align: center;
	border: 1px solid #5c8abe;
	background-image: url(../img/bg-price-blue.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-bottom: 30px;
}
#price-list .col-green {
	float: right;
	width: 200px;
	padding: 5px;
	text-align: center;
	border: 2px solid #0bb002;
	background-image: url(../img/bg-price-green.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#price-list .col-green-new {
	float: right;
	width: 230px;
	padding: 5px;
	text-align: center;
	border: 2px solid #0bb002;
	background-image: url(../img/bg-price-green.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#price-list .col-user {
	float: left;
	width: 111px;
	margin-left: 10px;
	padding: 5px;
	text-align: center;
	border: 1px solid #5c8abe;
	background-image: url(../img/bg-price-blue.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-bottom: 30px;
}
#price-list .heading-red {
	font-family: 'Open Sans';
	font-size: 30px;
	line-height: 40px;
	color: #F00;
	padding-top: 10px;
}
#price-list .red {
	color: #F00;
	font-size: 18px;
	line-height: 33px;
}
#price-list .green-text {
	color: #090;
	font-size: 18px;
	line-height: 33px;
}
#price-list .heading-grn {
	font-family: 'Open Sans';
	font-size: 30px;
	line-height: 40px;
	color: #090;
	padding-top: 10px;
}
#price-list .heading-green {
	font-family: 'Open Sans';
	font-size: 28px;
	line-height: 32px;
	color: #090;
	font-weight: 400;
}
#price-list .heading-blue {
	font-family: 'Open Sans';
	font-size: 28px;
	color: #06C;
	font-weight: 400;
}
#price-list .heading-blue-user {
	font-family: 'Open Sans';
	font-size: 24px;
	line-height: 32px;
	color: #06C;
	font-weight: 400;
}
#price-list .heading-black {
	font-family: 'Open Sans';
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
}
#price-list .ok {
	background-image: url(../img/ok.png);
	background-repeat: no-repeat;
	background-position: center 3px;
}
#price-list .no {
	background-image: url(../img/no.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#price-list .selected {
	color: #FFF;
}
#price-list .dropdown {
	width: 960px;
	background-color: #F9F9F9;
	position: relative;
}
#price-list .close {
	position: absolute;
	right: 15px;
	z-index: 200;
	bottom: 190px;
}
#price-list .feature-list {
	position: relative;
	display: block;
}
#price-list .info {
	height: 14px;
	width: 14px;
	position: absolute;
	top: 12px;
	right: 10px;
	background-image: url(../img/info.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
#price-list .details {
	position: absolute;
	width: 200px;
	z-index: 10;
	padding: 10px;
	top: 0px;
	background-color: #FAF7A2;
	border: 1px solid #cccc33;
	line-height: 20px;
	font-size: 14px;
	right: -225px;
	display: none;
}
#price-list .com-arrow {
	position: absolute;
	left: -9px;
	top: 10px;
	background-image: url(../img/comment-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 9px;
}
