@import url(style.css);
@import url(dropkick.css);

.reseller {
	padding:15px;
}
.green{
	color:#73bb17;
}
.reseller .titBlue{
	text-transform:none!important;
}
.content .titCenter h2{
	text-align:center;
	margin-left:30px;
	margin-right:30px;
	border-bottom-width:2px;
}
.reseller .content{
	text-align:center;
}
.reseller .plan{
	background:url(../img/bg-plan-wrapper.png) left top repeat-y;
	width:212px;
	border-radius:15px;
	border:5px solid #ebebeb;
	float:left;
	margin:15px 2px 15px 3px;
}
.reseller .plan h3{
	margin:0;
	height:40px;
	line-height:45px;
	border-radius: 10px 10px 0px 0px;
}
.reseller .planContent{
	background:url(../img/bg-plan.png) left top no-repeat;
	border-radius: 0px 0px 10px 10px;
	padding:5px 5px 10px 5px;
	text-align:center;
}
.reseller .planContent p{
	padding:10px 15px;
	font-weight:bold;
	text-align:left;
}
.reseller .planContent p strong{
	color:#86d022;
}
.reseller .planContent a.compare{
	color:#96e230;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
}
.reseller .btnOrder{
	display:block;
	width:112px;
	padding:3px 0;
	margin:5px auto;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	font-weight:bold;
	border:3px solid #1b5e8a;
}
.reseller .btnOrder:hover{
	background: #7dc71b;
	background: -moz-radial-gradient(center, ellipse cover,  #7dc71b 0%, #4b8608 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#7dc71b), color-stop(100%,#4b8608));
	background: -webkit-radial-gradient(center, ellipse cover,  #7dc71b 0%,#4b8608 100%);
	background: -o-radial-gradient(center, ellipse cover,  #7dc71b 0%,#4b8608 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #7dc71b 0%,#4b8608 100%);
	background: radial-gradient(center, ellipse cover,  #7dc71b 0%,#4b8608 100%);
	color:#d9fca9;
}
.reseller .plan h3,
.reseller .planContent p,
.reseller .planContent a.compare:hover{
	color:#e6f2ff;
}
.reseller .plan h3,
.reseller .btnOrder{
	background: #97e434;
	background: -moz-radial-gradient(center, ellipse cover,  #97e434 0%, #5ca50a 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#97e434), color-stop(100%,#5ca50a));
	background: -webkit-radial-gradient(center, ellipse cover,  #97e434 0%,#5ca50a 100%);
	background: -o-radial-gradient(center, ellipse cover,  #97e434 0%,#5ca50a 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #97e434 0%,#5ca50a 100%);
	background: radial-gradient(center, ellipse cover,  #97e434 0%,#5ca50a 100%);
	-webkit-box-shadow: inset 0px 0px 18px 1px rgba(80, 149, 4, 0.75);
	box-shadow: inset 0px 0px 18px 1px rgba(80, 149, 4, 0.75);
}
.reseller .includes{
	background:url(../img/bg-reseller.jpg) no-repeat;
	width:868px;
	height:175px;
	padding:10px 0 10px 35px;
	margin:5px auto 25px auto;
	text-align:left;
}
.reseller .includes h1{
	color:#fff;
	font-size:25px;
	padding:10px 0;
}
.reseller .includes .green{
	color:#8fe01f;
}
.reseller .includes .block{
	float:left;
	width:255px;
	margin:0 30px 0 0;
}
.reseller .includes li{
	background:url(../img/icon-tick.png) 5px center no-repeat;
	width:210px;
	height:24px;
	line-height:24px;
	list-style:none;
	padding:10px 5px 10px 40px;
	border-bottom:1px solid #1c7dbc;
	-webkit-box-shadow: inset 0px -1px 1px 0px #08578b;
	box-shadow: inset 0px -1px 1px 0px #08578b;
	color:#f5f5f5;
	font-weight:bold;
}
.reseller .includes li strong{
	color:#85d01f;
}
.reseller .text{
	text-align:left;
}
.reseller .text p{
	margin:15px 5px;
	color:#5d5757;
}
.reseller .text a{
	color:#5d5757;
	font-weight:bold;
}
.reseller .text a:hover{
	text-decoration:none;
}
.reseller .imgLeft{
	float:left;
	margin:10px 10px 10px 0;
}
.navTop li{
	padding:0!important;
}