@font-face {
 font-family: 'proximanova-regular-webfont';
 src: url('../font/proximanova-regular-webfont.eot');
 src: url('../font/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/proximanova-regular-webfont.woff') format('woff'), url('../font/proximanova-regular-webfont.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'pt_sansregular';
 src: url('../font/PTS55F-webfont.eot');
 src: url('../font/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/PTS55F-webfont.woff') format('woff'),  url('../font/PTS55F-webfont.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
.clear {
	clear:both;
}
.comman-list ul {
	margin-left:20px;
}
.comman-list li {
	list-style:disc;
	font-size:12px;
	margin:10px 0;
}
.row-gray {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f3f3f3) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f3f3f3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3');
	background-color:#f3f3f3;*/
	border-bottom:solid 0px #e8e8e8;
	border-top:solid 0px #e8e8e8;
	padding-bottom:5px;
	padding-top:0px;
	margin-top:0px;
}
.row-white {
	background:#fff;
}
.row-indent {
	margin:0px;
	padding:0px 2px 0px 8px
}
a {
	color:#0099FF
}
a:hover {
	color:#FF9900
}
.lfloat {
	float:left;
	padding-top:0px;
	margin-top:0px;
}
.rfloat {
	float:right;
	padding-top:0px;
	margin-top:0px;
}
/* @font-face {
 font-family: 'rupee_foradianregular';
 src: url('../font/rupee_foradian_0-webfont.eot');
 src: url('../font/rupee_foradian_0-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/rupee_foradian_0-webfont.woff') format('woff'),  url('../font/rupee_foradian_0-webfont.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}*/
.WebRupee {
	font-family: 'rupee_foradianregular';
	font-size:20px;
	color:#000000;
}
.plans-columns-wrp {
	background: #6ab5f7;
	background: -moz-linear-gradient(top, #6ab5f7 0%, #eef6fe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ab5f7), color-stop(100%, #eef6fe));
	background: -webkit-linear-gradient(top, #6ab5f7 0%, #eef6fe 100%);
	background: -o-linear-gradient(top, #6ab5f7 0%, #eef6fe 100%);
	background: -ms-linear-gradient(top, #6ab5f7 0%, #eef6fe 100%);
	background: linear-gradient(to bottom, #6ab5f7 0%, #eef6fe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ab5f7', endColorstr='#eef6fe', GradientType=0 );
	padding:2px 2px 0px 0px;
}
.plans-columns {
	background: #e1f0fd;
	border:solid 0px red;
	background: -moz-linear-gradient(top, #e1f0fd 0%, #eef6fe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1f0fd), color-stop(100%, #eef6fe));
	background: -webkit-linear-gradient(top, #e1f0fd 0%, #eef6fe 100%);
	background: -o-linear-gradient(top, #e1f0fd 0%, #eef6fe 100%);
	background: -ms-linear-gradient(top, #e1f0fd 0%, #eef6fe 100%);
	background: linear-gradient(to bottom, #e1f0fd 0%, #eef6fe 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f0fd', endColorstr='#eef6fe', GradientType=0 );
	padding:10px 3px 5px 0px;
	margin:0px;
}
.plans-columns {
	width: 977px;
	text-align:center;
	margin:10px 5px 0px 5px;
}
.server_loc_tabs {
	border:4px solid #6ab5f7;
	position:absolute;
	top:-22px;
	background:#6ab5f7;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.server_loc_tabs li {
	background:#fff;
	font-size:18px;
	line-height:40px;
	padding:0 30px 0 72px;
	float:left;
	position:relative;
	cursor:pointer;
	border-right:1px solid #6ab5f7;
}
.server_loc_tabs ul li.sel {
	background-color:#6ab5f7;
	color:#fff;
	cursor:default;
}
.server_loc_tabs ul li .sel_tab {
	display:none;
}
.server_loc_tabs ul li.sel .sel_tab {
	/*background: url("http://www.jupiterindia.com/wp-content/themes/jupiter/images/sel-tab.gif") no-repeat 0px 0px;*/
	width:16px;
	height:8px;
	position:absolute;
	bottom:-11px;
	left:104px;
	display:block;
}
.server_loc_tabs li.tab_IN {
	/*background: url("http://www.jupiterindia.com/wp-content/themes/jupiter/images/flag-india.gif") no-repeat 32px 8px #fff;*/
}
.server_loc_tabs li.tab_US {
	/*background: url("http://www.jupiterindia.com/wp-content/themes/jupiter/images/flag-us.gif") no-repeat 32px 8px #fff;*/
}
.server_loc_tabs li.tab_UK {
	/*background: url("http://www.jupiterindia.com/wp-content/themes/jupiter/images/flag-uk.gif") no-repeat 32px 8px #fff;*/
}
.server_loc_tabs li.first {
	border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
}
.server_loc_tabs li.last {
	border-radius:0 6px 6px 0px;
	-moz-border-radius:0 6px 6px 0px;
	-webkit-border-radius:0 6px 6px 0px;
}
.plan-featured .p-name, .plan-featured .p-pricing {
	/*color:#fff;*/
	color: #3c3c3c;
}
.plan-featured {
	border:1px solid #0388af;
	box-shadow: 0 0 2px #baddfb;
}
ul, ol, li {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
h1, h2 {
	font:normal 32px proxima_nova_ltregular;
	color: #5b5b5b;
	padding: 5px 0 20px;
	margin: 0;
}
h1 em, h2 em {
	color: #3e8ae8;
	font-style: normal;
}
#page-container {
	width: 1000px;
	margin: 0 auto;
	border:solid 0px red;
}
#page-wrapper {
	padding:0px;
	margin:0px;
}
#page-footer {
	width: 100%;
	clear: both;
	overflow: hidden;
	background: url(footer-bg.jpg) #3a3a3a repeat-x left top;
	font-size: 12px;
	padding: 15px 0;
	height:320px;
}
#page-footer, #page-footer a {
	color: #ccc;
	text-decoration: none;
}
#page-footer a.greytext {
	color:#DA9259;
}
#page-footer a:hover {
	text-decoration: none;
	color:#fff;
}
#footer-wrapper {
	width: 965px;
	margin: 0 auto;
	padding-left:25px;
}
#plans-masthead {
	padding:0px;
	margin:0px
}
#plans-masthead ol {
	margin: 0px 10px 20px 0px;
	padding: 0px;
	width: 50%;
	list-style-position: inside;
	font: 16px proxima_nova_ltregular;
	text-align:left
}
#plans-masthead li {
	font: 15px proxima_nova_ltregular;
	color: #5c5b5b;
	margin: 0;
	padding: 0 0 14px 20px;
	/*background: url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-tic.png) no-repeat 0 3px;*/
}
#plans-masthead li:first-child {
	border-top: 0 none;
}
#plans-masthead li:last-child {
	border-bottom: 0 none;
}
.txt-button, .uiButton, .ui-button, .frmButton {
	display: inline-block;
	text-align:center;
	border:solid 0px black;
}
.txt-button:hover, .uiButton:hover, .ui-button:hover, .frmButton:hover {
	border:solid 0px black;
}
.txt-button:active, .uiButton:active, .ui-button:active, .frmButton:active {
	border:solid 0px black;
}
.banner-img {
	float: right;
	padding:0px;
	margin:0px;
}
.plan-list {
	margin: 10px 0px;
	padding: 0;
	list-style: none;
	background: #f9f9f9 ;
	text-align: center;
	border: 1px solid #dedcdc;
	position: relative;text-align:center;width:100%;height:380px
}
.ui-heading {
	font:bold 30px 'pt_sansregular', serif
}
.plan-list .p-cutout {
	display:none;
}
.plan-featured .p-cutout {
	display:block;
}
.plans-columns .plan-list:first-child {
}
.plans-columns .plan-list:last-child {
}
.plan-list li {
	margin: 0 8px;
}
li.p-name {
	font:bold 15px/17px 'pt_sansregular', serif;
	color: #3c3c3c;
	padding: 15px 0;
	border-bottom: 1px solid #d4dbd3;
	text-align:center;height:60px
}
.img-wrp {
	text-align:center;
	border-top:solid 0px #e8e8e8;
	border-bottom:solid 0px #e8e8e8;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.pl-title {
		vertical-align:middle;
	text-align:center;
	padding:15px 0px;
}
li.p-pricing {
	font:bold 25px 'pt_sansregular', serif;
	color: #3c3c3c;
	position: relative;
	padding:0px 0 37px;
	height:45px;
}
.p-currency {
	font:bold 16px 'pt_sansregular', serif;
	position: relative;
	top: -10px;
	display: inline-block;
}
.p-duration {
	font:bold 15px 'pt_sansregular', serif;
	margin-bottom:10px;
}
li.p-feat {
	font:normal 15px proxima_nova_ltregular;
	padding: 14px 0;
	color: #5b5b5b;
	border-bottom: 1px solid #f1f1f1;
}
li.last {
	border:0;
}
li.m-feat {
	font-size:15px;
	padding: 9px 0;
	color: #5b5b5b;
	border-bottom: 1px solid #f1f1f1;
}
li.n-feat {
	font-size: 12px;
	padding: 9px 0;
	color: #5b5b5b;
	border-bottom: 1px solid #dcdcdc;
}
li.p-feat strong {
	font: bold 17px proxima_nova_ltregular;
}
li.p-dropdown {
	padding: 12px 0;
}
li.p-dropdown select {
	font-size: 14px;
	padding:3px;
	border:solid 1px #DCDCDC;
	width: 195px;
}
li.p-button {
	padding: 12px 0px;
}
li.p-button .txt-button {
	font-size: 14px;
	padding: 8px 0px;
}
.plan-featured {
	background: /*url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/plan-list-featured.gif) no-repeat center -9px*/ #fdfff7;
	border: 1px solid #0388af;
	box-shadow: 0 0 4px #00caff;
	-webkit-box-shadow: 0 0 4px #00caff;
	-moz-box-shadow: 0 0 4px #00caff;
	z-index: 999;
	position: relative;
	top:7px;
	padding:7px 0 8px 0;
}
.plan-featured li.p-pricing {
	top:0px;
}
.plan-featured li.p-name {
	border-bottom: 1px solid #e9e9e9;
}
.plan-featured .p-feat strong {
	font:bold 21px proxima_nova_ltregular;
	color: #2779e6;
}
.plan-featured li.p-button .txt-button {
	font-size: 24px;
	border:solid 0px black;
}
.p-cutout {
	height: 56px;
	width: 88px;
	/*background: url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/plan-list-cutout.png) no-repeat transparent left top;*/
	display: block;
	position: absolute;
	right: -4px;
	top: -4px;
}
#loading_image {
	/*background: url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/30preloader.gif) 0 0 no-repeat;*/
	display:none;
	position:absolute;
	width: 100px;
	height: 100px;
	right: 36px;
	top: 74px;
}
/* HOMEPAGE */

h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #636363;
}
h3 em {
	color: #d27a33;
	font-weight:bold;
}
.home-blurbs ul {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
	width:260px;
}
.home-blurbs li {
	padding: 0 6px 0 20px;
	/*background:url("http://www.jupiterindia.com/wp-content/themes/jupiter/images/images/ic-tic.png") no-repeat scroll 0px 4px transparent;*/
	font:normal 13px/18px proxima_nova_ltregular;
	color: #5c5c5c;
	margin: 8px 0;
}
.home-blurbs li.last {
	margin-bottom:0;
}
#site-builder {
	float: left;
	width: 515px;
	position: relative;
	min-height: 205px;
	padding:30px 0 0 30px;
}
#web-hosting {
	float: left;
	width: 515px;
	position: relative;
	padding:30px 0 0 30px;
}
#site-builder {
	border-right: solid 1px #e5e5e5;
	width:470px;
}
.pro-devider {
	height:10px;
	border-top:solid 1px #e5e5e5;
	margin:30px 30px 0 30px;
	position:relative;
}
.pro-devider .sepr {
	height:30px;
	width:60px;
	position:absolute;
	background:#fff;
	top:-1px;
	left:442px;
	z-index:111;
}
#reseller-hosting {
	float: left;
	width: 465px;
	padding:30px 0 0 30px;
	position: relative;
}
.home-blurbs .p-currency {
	font:normal 18px proxima_nova_ltregular;
	top:-5px;
}
.home-blurbs .p-duration {
	font:bold 15px proxima_nova_ltregular;
}
#ssl-certs {
	float: left;
	width: 465px;
	padding:30px 0 0 30px;
	position: relative;
	min-height: 205px;
}
#reseller-hosting .img-holder {
	position:absolute;
	right:18px;
	bottom:0px;
}
#web-hosting {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fcffe4), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #fcffe4 5%, #ffffff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcffe4', endColorstr='#ffffff');
	background-color:#fcffe4;
	border-right:solid 1px #e5e5e5;
	width: 470px;
	padding:30px 0 0 30px;
}
#web-hosting .p-pricing {
	display: block;
	color: #648306;
	margin-bottom:10px;
	font:bold 26px proxima_nova_ltregular;
}
#web-hosting .img-holder {
	position:absolute;
	bottom:0px;
	right:30px;
}
#hosting-products, #misc-products {
	overflow:hidden;
}
.home-blurbs h2 {
	font:bold 35px 'pt_sansregular', serif;
	padding:0 0 5px 0;
}
#web-hosting h3, #reseller-hosting h3, #site-builder h3, #ssl-certs h3 {
	font:normal 20px 'pt_sansregular', serif;
	padding:0 0 10px 0;
}
#reseller-hosting .p-pricing {
	font:bold 26px proxima_nova_ltregular;
	top: 190px;
	display: block;
	color: #648306;
	margin-bottom:10px
}
#site-builder ul {
	position:absolute;
	top: 125px;
	left: 173px;
	width: 168px;
	padding:0;
}
#ssl-certs ul {
	position:absolute;
	top:125px;
	left: 140px;
	width: 205px;
	padding:0;
}
#site-builder .img-holder {
	position:absolute;
	bottom:0px;
	left:30px;
}
#site-builder .txt-button {
	position:absolute;
	bottom: 0px;
	right: 30px;
	left: auto;
	border:solid 0px black;
}
#site-builder .p-pricing {
	font:bold 26px proxima_nova_ltregular;
	bottom: 45px;
	right: 30px;
	color: #648306;
	position:absolute;
}
#ssl-certs .txt-button {
	bottom: 0;
	right: 30px;
	position:absolute;
	border:solid 0px black;
}
#ssl-certs .img-holder {
	position:absolute;
	bottom:0;
	left:30;
}
#ssl-certs .p-pricing {
	position:absolute;
	bottom: 45px;
	right: 30px;
	color: #648306;
	font:bold 26px proxima_nova_ltregular;
}
/* Placeholder*/
             .placeholder-wrapper {
	position:relative;
}
.txt-input {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
.placeholder {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	padding:20px;
}
.placeholder-wrapper.ho .txt-input {
	z-index:2 !important;
}
.placeholder-wrapper.ho .placeholder {
	z-index:1 !important;
}
.placeholder-txt1 {
	font-size:16px;
	color:#f8cf5e;
	margin-bottom:5px;
}
.placeholder-txt2 {
	font-size:12px;
	color:#c2c2c2;
}
.placeholder-txt3 {
	color: #71AFAF;
	font: 17px proxima_nova_ltregular;
}
/* Placeholder*/
/* Domain Reg */
#domain-box {
	overflow:hidden;
}
.domain-sbox {
	width:327px;
}
.sd-tarea {
	border:solid 1px #d1cfcf;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-ms-border-radius:6px;
	width:287px;
	height:155px;
	padding:20px;
	box-shadow:0 3px 2px #B7B7B7;
	-moz-box-shadow:0 3px 2px #B7B7B7;
	-webkit-box-shadow:0 3px 2px #B7B7B7;
	-ms-box-shadow:0 3px 2px #B7B7B7;
	margin:0 10px 10px 0;
	font:normal 16px proxima_nova_ltregular;
	color:#555;
}
.bulk-dreg {
	background: url(bulk-dn-reg-bg.gif) no-repeat 15px 15px #fff;
}
.bulk-trans {
	background: url(bulk-dn-tra-bg.gif) no-repeat 15px 15px #fff;
}
.bdr-tarea {
	font:normal 16px proxima_nova_ltregular;
	color:#707070;
	border:solid 1px #d1cfcf;
	border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-webkit-border-radius:6px;
	width:600px;
	height:155px;
	padding:20px;
	box-shadow:0 3px 2px #B7B7B7;
	-moz-box-shadow:0 3px 2px #B7B7B7;
	-webkit-box-shadow:0 3px 2px #B7B7B7;
	margin:0 10px 10px 0;
	overflow:auto;
}
.with-bg {
	background:url(txta-bg.gif) no-repeat 13px 20px #fff;
}
.without-bg {
	background: #fff;
}
.list-heading {
	font:bold 17px proxima_nova_ltregular;
	color:#6b6b6b;
	padding:0 0 1px 0;
}
.dataTable2 label {
	font:normal 16px proxima_nova_ltregular;
	color:#7a7a7a;
}
.tld-box {
	margin-left:20px;
	display:inline;
}
.tld-box table.dataTable2 td {
	width:116px;
}
.alink {
	font:normal 13px proxima_nova_ltregular;
	color:#216ee1;
	display:inline-block;
	padding:5px 0 0 0;
	cursor:pointer;
}
.frmButton-disable {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#555;
	font-weight:bold;
	font-size: 15px;
	padding:7px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.price-list-bar {
	overflow:hidden;
}
.price-list-bar ul li {
	float:left;
	font:bold 16px proxima_nova_ltregular;
	color:#555f4b;
	width:102px;
	background:url(pr-list-sep.gif) no-repeat right -2px #e1f3cf;
	padding:8px 0 6px 15px;
	border-top:solid 1px #d6e3c8;
	height:55px;
	overflow:hidden;
}
.price-list-bar ul .first em {
	font:bold italic 19px proxima_nova_ltregular;
}
.price-list-bar ul .first {
	color:#fff;
	font:normal 15px proxima_nova_ltregular;
	padding:16px 30px 16px 20px;
	width:135px;
	background:url(pr-list-first.gif) no-repeat right top #3f4d31;
	height:37px;
	text-align:center;
}
.price-list-bar ul .last {
	font:normal 15px proxima_nova_ltregular;
	background:#e1f3cf;
	color:#216ee1;
	padding:26px 2px 26px 9px;
	height:17px;
	cursor:pointer;
}
.price-list-bar ul .domain-c {
	font:bold 13px proxima_nova_ltregular;
	vertical-align:middle;
}
.ui-subheading {
	font:bold 26px 'pt_sansregular';
	color:#5b5b5b;
	padding:30px 0px;
	margin:0px;
	text-shadow:1px 1px 1px #ECECEC;text-align:center
}
.ui-subheading1 {
	font:bold 26px 'pt_sansregular';
	color:#5b5b5b;
	padding:0px 0px;
	margin:0px;
	text-shadow:1px 1px 1px #ECECEC;text-align:center
}
.sub-heading {
	font:bold 24px proxima_nova_ltregular;
	color:#5b5b5b;
	padding:0 0 5px 0;
}
.sub-head {
	font:bold 32px 'pt_sansregular', serif;
	color:#6b6b6b;
}
.ui-sub-heading {
	font:bold 28px 'pt_sansregular', serif;
	color:#6b6b6b;
	padding:0 0 5px 0;
}
.red {
	color:#ff4444;
}
.feature-blurb {
	color:#5b5b5b;
	overflow:hidden;
	clear:both;
}
.feature-blurb .frb {
	overflow:hidden;
}
#service-list .feature-blurb .frb {
	padding:0;
}
.feature-blurb .w50 {
	width:40%;
}
.feature-blurb .first {
	margin-right:100px;
}
.feature-blurb .title {
	font:bold 17px proxima_nova_ltregular;
	display:block;
	color:#5c5d5c;
}
.feature-blurb ul {
	float:left;
}
.feature-blurb ul li {
	font:normal 13px proxima_nova_ltregular;
	padding:10px 0 15px 65px;
	background:url(list-hide.gif) no-repeat 0 13px;
	/*float:left;*/
	width:355px;
	margin-right:49px;
}
/*.ic-1 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-h-1.gif) no-repeat 0 0px;
}
.ic-2-cpanel {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-h-2.gif) no-repeat 0 0px;
}
.ic-2 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/plsk.jpg) no-repeat 0 0px;
}
.ic-3 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-h-3.gif) no-repeat 0 0px;
}
.ic-4 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-h-4.gif) no-repeat 0 0px;
}
.ic-5 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-h-5.gif) no-repeat 0 0px;
}
.ic-6 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-h-6.gif) no-repeat 0 0px;
}
.frb .ic-1 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-fb-1.gif) no-repeat 0 7px;
}
.frb .ic-2 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-fb-2.gif) no-repeat 0 7px;
}
.frb .ic-3 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-fb-3.gif) no-repeat 0 7px;
}
.frb .ic-4 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-fb-4.gif) no-repeat 0 7px;
}
.frb .ic-5 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-fb-5.gif) no-repeat 0 7px;
}
.frb .ic-6 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-fb-6.gif) no-repeat 0 7px;
}
.frb .ic-7 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-fb-7.gif) no-repeat 0 7px;
}
.frb .ic-8 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-fb-8.gif) no-repeat 0 7px;
}
.ic-ssl-1 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-ssl-1.gif) no-repeat 0 30px;
}
.ic-ssl-2 {
background:urlhttp://www.jupiterindia.com/wp-content/themes/jupiter/images/(ic-ssl-2.gif) no-repeat 0 20px;
}
.ic-ssl-3 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-ssl-3.gif) no-repeat 0 20px;
}
.ic-ssl-4 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-ssl-4.gif) no-repeat 0 20px;
}
.ic-email-1 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-email-1.gif) no-repeat 0 30px;
}
.ic-email-2 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-email-2.gif) no-repeat 0 20px;
}
.ic-email-3 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-email-3.gif) no-repeat 0 20px;
}
.ic-email-4 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-email-4.gif) no-repeat 0 20px;
}
.ic-email-5 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-email-5.gif) no-repeat 0 20px;
}
.ic-rh-1 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-rh-1.gif) no-repeat 0 41px;
}
.ic-rh-2 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-rh-2.gif) no-repeat 0 20px;
}
.ic-rh-3 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-h-2.gif) no-repeat 0 20px;
}
.ic-rh-4 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-h-3.gif) no-repeat 0 20px;
}
.ic-rh-5 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-h-4.gif) no-repeat 0 20px;
}
.ic-rh-6 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-h-5.gif) no-repeat 0 20px;
}
.ic-rh-7 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-rh-3.gif) no-repeat 0 20px;
}
.ic-rh-8 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-wrh.png) no-repeat 0 20px;
}
.ic-diy-1 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-diy-1.gif) no-repeat 0 30px;
}
.ic-diy-2 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-diy-2.gif) no-repeat 0 20px;
}
.ic-diy-3 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-diy-3.gif) no-repeat 0 20px;
}
.ic-diy-4 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-diy-4.gif) no-repeat 0 20px;
}
.ic-diy-5 {
	background:url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/ic-diy-5.gif) no-repeat 0 20px;
}*/
.feature-blurb ul li ul li {
	background:none;
	padding:7px 0 0 10px;
	list-style:disc inside;
	border:none;
}
.feature-blurb ul .last {
	border:none;
}
#service-list .feature-blurb .title {
	font:bold 17px proxima_nova_ltregular;
}
#service-list .feature-blurb .list-info {
	padding:5px 0 20px 0;
	font:normal 13px/20px proxima_nova_ltregular;
}
.feature-blurb .list-info {
	padding:8px 0;
	font:normal 13px/20px proxima_nova_ltregular;
}
.lite-green {
	color:#6fc61e;
}
.blue {
	color:#3e8ae8;
}
.blue-box {
	padding:15px 20px;
	border:solid 2px #dbdbdb;
	font:normal 20px proxima_nova_ltregular;
	background:#e0effc;
	margin:15px 0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px
}
.txt-info {
	font:normal 13px proxima_nova_ltregular;
	color:#666;
	padding:0 0 10px 0;
}
.blue-box .ItemTitle {
	font:bold 32px 'pt_sansregular', serif;
	color:#43474b;
}
.blue-box p {
	font:normal 20px 'pt_sansregular', serif;
	color:#5a6065;
	padding:0;
}
.tld-list-wrp {
	background:#fbfcfd;
	border:solid 1px #e1f3cf;
	padding:10px 20px;
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
}
.tld-list-data td {
	font:normal 20px proxima_nova_ltregular;
	color:#555f4b;
	padding:8px 0 8px 50px;
	border-bottom:solid 1px #e1f3cf;
}
.tld-list-data .last td {
	border:none;
}
.tld-list-data .domain-c {
	font:normal 14px proxima_nova_ltregular;
}
.txt-link {
	font:normal 16px proxima_nova_ltregular;
	color:#216ee1;
	cursor:pointer;
}
.txt-m {
	font:normal 14px/21px proxima_nova_ltregular;
}
.txt-orange {
	color:#de9d69;
}
/* */

/* Form style */
.frm-dis {
	border: 1px solid #D0D0D0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 2px #F0F0F0 inset;
	-webkit-box-shadow: 1px 1px 2px #F0F0F0 inset;
	-moz-box-shadow: 1px 1px 2px #F0F0F0 inset;
	font: 15px proxima_nova_ltregular;
	margin:0;
	padding: 5px;
	color:#666;
}
.frm-label {
	font:normal 17px proxima_nova_ltregular;
	color:#626262;
}
.frm-field, .frm-select {
	font:normal 14px proxima_nova_ltregular;
	color:#626262;
	padding:6px 11px;
	border:solid 1px #b2c4d4;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	box-shadow:1px 2px 2px #E5EAEF inset;
	-moz-box-shadow:1px 1px 2px #E5EAEF inset;
	-webkit-box-shadow:1px 1px 2px #E5EAEF inset;
	-ms-box-shadow:1px 1px 2px #E5EAEF inset;
	-o-box-shadow:1px 1px 2px #E5EAEF inset;
	background:#fff;
	-webkit-transition: border linear 0.3s, box-shadow linear 0.3s;
	-moz-transition: border linear 0.3s, box-shadow linear 0.3s;
	transition: border linear 0.3s, box-shadow linear 0.3s;
}
.frm-field:focus, .sd-tarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 5px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 5px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 5px rgba(82, 168, 236, 0.6);
	outline: none;
}
.info-small {
	font:normal 11px proxima_nova_ltregular;
	color:#404040;
	padding:3px 0;
}
.data-form td {
	padding:8px 5px;
}
.devider {
	border-top: 1px solid #F0F0F0;
	box-shadow: 0 -5px 10px #F6F6F6;
	-webkit-box-shadow: 0 -5px 10px #F6F6F6;
	-moz-box-shadow: 0 -5px 10px #F6F6F6;
	clear: both;
	height: 10px;
}
#dplans-container {
	margin:0px 20px;
	overflow:hidden;
	border:solid 1px red
}
#dplans-container .plan-list {
	width:185px;
	border:solid 1px red
}
#dplans-container li.p-pricing {
	padding-bottom:35px;
}
/* */

/* Domain search box */
.domain-search-box {
	margin-bottom:10px;
	background:#fff;
	border:solid 1px #d1cfcf;
	height:47px;
	padding:0 0 0 20px;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radous:25px;
	-o-border-radous:25px;
	-ms-border-radous:25px;
	width:490px;
	box-shadow: 0 3px 2px #b7b7b7;
	-moz-box-shadow: 0 3px 2px #b7b7b7;
	-webkit-box-shadow: 0 3px 2px #b7b7b7;
	-o-box-shadow: 0 3px 2px #b7b7b7;
	position:relative;
	z-index:1;
}
.domains-input {
	background-color:#ffffff;
	outline:none;
	margin:0;
	border:medium none;
	color:#707070;
	font:normal 19px proxima_nova_ltregular;
	letter-spacing:1px;
	padding:11px 0 12px 0;
	width:300px;
}
.tld-sel {
	font: normal 17px proxima_nova_ltregular;
	display:inline-block;
	padding-top:2px;
	margin-left:-2px;
}
#homepage-content .domains-select, .domains-select {
	border-left: 1px solid #CCCCCC;
	float: left;
	font:normal 19px proxima_nova_ltregular;
	height: 47px;
	overflow: hidden;
	position: relative;
	width: 113px;
	color:#707070;
	cursor:pointer;
}
.domain-submit, .domain-submit-disabled {
	border:none;
	height:47px;
	width:76px;
	-moz-box-shadow:inset 0px 1px 0px 0px #bae636;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bae636;
	box-shadow:inset 0px 1px 0px 0px #bae636;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a3ca2d), color-stop(1, #6f9304) );
	background:-moz-linear-gradient( center top, #a3ca2d 5%, #6f9304 100% );
	background-color:#a3ca2d;
	-moz-border-radius:0 25px 25px 0;
	-webkit-border-radius:0 25px 25px 0;
	-ms-border-radius:0 25px 25px 0;
	border-radius:0 25px 25px 0;
	display:inline-block;
	color:#ffffff;
	padding:6px 24px;
	font:bold 22px proxima_nova_ltregular;
	text-decoration:none;
	text-shadow:1px 1px 0px #59720b;
	cursor:pointer;
}
#go_btn.go_btn_readonly {
	cursor:default;
}
#homepage-content .domains-select select, .domains-select select {
	background: none repeat scroll 0 0 transparent;
	border: 0px solid #FFF;
	color: #707070;
	cursor: pointer;
	width:95px;
	height:52px;
	filter: alpha(opacity = 0);
}
#region-top .domain-names {
	margin-bottom:15px;
	width:95%;
}
.ic-tip {
	background: url("menu-sprite.png") no-repeat scroll -45px -120px transparent;
	height: 10px;
	left: 18px;
	position: absolute;
	top: 27px;
	width: 11px;
	z-index:10;
}
#region-top .wide-left-column .blocks {
	margin-top: 34px;
	position: relative;
	width:393px;
}
#region-top .wide-left-column .blocks .right-side {
	float:left;
	padding:0;
	position:relative;
}
#region-top .wide-left-column .blocks .in, #region-top .wide-left-column .blocks .com {
	background:#a6a6a6;
	font:normal 17px proxima_nova_ltregular;
	padding:3px 5px 5px;
	text-align:center;
	width:71px;
	color:#FFFFFF;
	text-transform:lowercase;
	margin:0 0 7px 0;
	border-radius:12px;
	-ms-border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
span#include-free {
	font-size:14px;
}
#region-top #transfer-domain {
	bottom: 0;
	font-size: 11px;
	font-weight: bold;
	left: 0;
	margin: 0;
	text-align: left;
	width: 220px;
	overflow:hidden;
}
#homepage-content .wide-left-column {
	width:100%;
}
#homepage-content .wide-left-column .domain-sbox {
	width:515px;
}
#homepage-content #region-top .wide-left-column {
	padding:0;
}
#homepage-content #region-center .wide-left-column {
	/*background:url("http://www.jupiterindia.com/wp-content/themes/jupiter/images/bg_home_tv_seperator.jpg") no-repeat scroll right top;*/
	padding-left:25px;
	padding-top:22px;
	width:570px;
	height:258px;
}
#homepage-content #region-bottom .wide-left-column {
	/*background:url("http://www.jupiterindia.com/wp-content/themes/jupiter/images/footer-gradient.jpg") no-repeat scroll right -364px transparent;*/
	padding-top:0;
	margin-top:8px;
	padding-left:10px;
	width:573px;
}
.price-list {
	margin-top:0;
	width:395px;
	padding-right:0px;
	margin-bottom:6px;
}
.bold {
	font-weight:bold;
}
.gray {
	color:#888;
}
#homepage-content #region-top .wide-left-column .view-plan .text {
	float: none;
	height: 20px;
	margin: 0;
	color:#919191;
	display:inline-block;
	background:#fff;
	padding:4px 10px 2px 10px;
	border:solid 1px #e4e6e7;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-ms-border-radius:7px;
}
#homepage-content .view-plan .text .from {
	font:bold 13px proxima_nova_ltregular;
	color:#777;
}
.price-list ul {
	margin:0;
	padding:0;
}
.price-list ul li {
	clear:none;
	float:left;
	margin:0;
	font-size:12px;
	padding:3px 0;
	text-align:center;
	width:81px;
	overflow:hidden;
}
.price-list ul li.first {
	margin-right: 20px;
}
.price-list ul li.last {
	border-bottom:none;
}
#homepage-content #region-top .narrow-right-column {
	width: 350px;
}
#homepage-content #region-top .narrow-right-column .view-plans .text {
	margin-left:20px;
	margin-top:10px;
}
#homepage-content #region-top .wide-left-column .view-plans .text {
	margin-left:30px;
	margin-top:13px;
}
#homepage-content .view-plan .text {
	margin-left:15px;
	margin-top:10px;
}
#homepage-content .wide-left-column .blocks h4 {
	font-weight:bold;
}
#homepage-content #region-top .wide-left-column h3 #include-free a {
	cursor:help;
}
.tlds {
	position:absolute;
	top:11px;
	left:13px;
}
.tlds-dd {
	position:absolute;
	/*background: url("menu-sprite.png") no-repeat scroll -48px -140px transparent;*/
	display:block;
	top:20px;
	right:15px;
	width:15px;
	height:8px;
}
.shadow-div {
	border-top: 1px solid #F0F0F0;
	box-shadow: 0 -5px 9px #F6F6F6;
	height: 5px;
	margin: 20px 0;
	width: 100%;
}
/* */

.section p {
	font:normal 13px/20px proxima_nova_ltregular;
	color:#6f6f6f;
	margin:0;
	padding:10px 0;
	text-align:justify;
}
.section h4 {
	font:bold 18px proxima_nova_ltregular;
	color:515151;
	padding:0;
}
.section .column {
	overflow:hidden;
}
.column .one {
	width:48%;
	margin-right:35px;
}
.column .two {
	width:48%;
}
.section ul li {
	padding:0 0 5px 10px;
	font:normal 13px proxima_nova_ltregular;
	color:#6f6f6f;
	list-style:disc inside;
}
#show-tldlist {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 3px #CCCCCC;
	margin: 5px;
	padding:15px 20px;
	position: absolute;
	top: 45px;
	left:18px;
	width: 370px;
	z-index: 1;
	border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	-ms-border-radius:0 0 8px 8px;
	border:solid 2px #d3d3d3;
}
.dpricing-table th, .dpricing-table td {
	padding:8px;
	text-align:center;
	font:normal 15px proxima_nova_ltregular;
	color:#555f4b;
}
.dpricing-table th {
	font:bold 17px proxima_nova_ltregular;
}
.dpricing-table {
	border:solid 1px #e1f3cf;
	border-top:none;
	border-right:none;
}
.row-hover tr:hover {
	background:#FFFCE5;
}
.dpricing-table td {
	border-bottom:solid 1px #e1f3cf;
	border-right:solid 1px #e1f3cf;
}
.dpricing-table .even {
	background:#f3f9ef;
}
.dpricing-table .odd {
	background:#fff;
}
.dpricing-table .heading {
	background:#e1f3cf;
}
.dpricing-table .heading .first {
	background:#3f4d31;
	color:#fff;
}
.dpricing-table .heading .second {
	background:url(dprice-he-bg.gif) no-repeat 0 0 #E1F3CF;
}
.dpricing-table .d-currency {
	font:normal 14px proxima_nova_ltregular;
}
.dpricing-table .title {
	font:bold 18px proxima_nova_ltregular;
	color:#555f4b;
}
.tabs-wrapper {
	text-align:right;
}
.tabs-wrapper {
	/*background:url("http://www.jupiterindia.com/wp-content/themes/jupiter/images/tab-bg.gif") repeat-x scroll 0 35px transparent;*/
	margin-bottom:25px;
}
.tabs-wrapper h3 {
	float:left;
	padding-left:25px;
}
.tabs-wrapper .tab {
	padding-right:20px;
}
.tabs-wrapper .tab li {
	display:inline-block;
	margin:0 -4px 0 0;
	display:inline;
}
.tabs-wrapper .tab .active a {
	background:#fff;
	padding:15px 15px 10px 15px;
}
.tabs-wrapper .tab li a {
	cursor:pointer;
	font:bold 15px proxima_nova_ltregular;
	color:#7a7a7a;
	display:inline-block;
	padding:10px 15px 10px 15px;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border:solid 1px #ddd;
	border-bottom:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #fefefe 5%, #ededed 100% );
	background-color:#fefefe;
	z-index:111;
}
.CartItemRow .SavingsShow {
	padding-left:0;
}
.features-wrp{width:100%;float:left}
.features-wrp .features {
	
}
.features-wrp .features .features {
	margin-bottom:0px;
}
.features-wrp .list-cont {
	padding-left:70px;
	padding-top:0px;
}
.features-wrp .first {
	padding-top:0px;
}
.features li {
	background:url("../images/ic-gray-tic.gif") no-repeat scroll 0 8px transparent;
	padding:5px 0 5px 20px;
	font: normal 16px proximanova-regular-webfont;
	color:#5b5b5b;
}
.features-wrp h3 {
	font:bold 16px proxima_nova_ltregular;
	color:#333333;
	padding:10px 0 5px 0;
}
.features-wrp h4 {
	font:bold 16px proxima_nova_ltregular;
	color:#333333;
	text-align:left;padding:10px 0 5px 0;
}
.features-wrp .faq {
	margin-top:0px;
	padding:0px 15px;
	box-shadow:0px 1px 8px #bebebe inset;
	-moz-box-shadow:0px 1px 8px #bebebe inset;
	-webkit-box-shadow:0px 1px 8px #bebebe inset;
}
.faqs-wrp .que {
	font:normal 18px proxima_nova_ltregular;
	color:#57802a;
	padding:0px 0 0 0;
}
.faqs-wrp .ans {
	font:normal 14px/25px proxima_nova_ltregular;
	color:#555;
	padding:5px 25px 20px 25px;
}
.faqs-wrp .ans p {
	font:normal 14px/19px proxima_nova_ltregular;
	color:#555;
	padding:0 0 10px 0;
}
.bullet-list {
	padding:0 25px 5px 25px;
}
.divider {
	border-top:dotted 1px #5b5b5b;
	margin:5px 0px;
	height:5px;
}
.bullet-list li {
	font:normal 15px/18px proximanova-regular-webfont;
	color:#5b5b5b;
	list-style:disc;
	padding:4px 0;
}
.fea-list li {
	font:normal 12px proxima_nova_ltregular;
	color:#5b5b5b;
	padding:5px 0 5px 30px;
	background:url("../images/ic-tic-grn.png") no-repeat 12px 9px transparent;
}
.spe-list li {
	font:normal 12px proxima_nova_ltregular;
	color:#5b5b5b;
	padding:4px 0;
}
.w50 {
	width:45%;
}
.addons-bar {
	margin:10px 0 15px 0;
}
.switch-nav {
	/*background:url("http://www.jupiterindia.com/wp-content/themes/jupiter/images/div-bg.gif") repeat-x scroll 0 18px transparent;*/
	height:50px;
	text-align:center;
	margin:25px 0px 0px 0px;
	clear:both;
}
.switch-nav .tab-wrp {
	display:inline-block;
}
.switch-nav .tab1 {
	/*background:url("http://www.jupiterindia.com/wp-content/themes/jupiter/images/tabs.png") no-repeat;*/
	height:46px;
	width:439px;
	margin:0 auto;
}
.switch-nav .tab2 {
	/*background:url("http://www.jupiterindia.com/wp-content/themes/jupiter/images/tabs.png") no-repeat 0px -66px;*/
	height:46px;
	width:439px;
	margin:0 auto;
}
.switch-nav .tab-wrp div {
	display:inline;
}
#que-ans {
	padding-top:10px;
}
.switch-nav .tab-wrp div a {
	display:inline-block;
	color:#000;
	width:217px;
	padding:10px 0;
	font:bold 21px 'pt_sansregular', serif;
	cursor:pointer;
}
.switch-nav .tab-wrp div .fea-active {
	height:24px;
	color:#fff;
}
.switch-nav .tab-wrp div .faq-active {
	display:inline-block;
	color:#fff;
	cursor:pointer;
}
.switch-nav .tab {
	display:inline-block;
	color:#000;
	width:215px;
	padding:2px 0;
	font:normal 15px proxima_nova_ltregular;
	cursor:pointer;
}
.CallUs_Bg {
	width: 898px;
	float: left;
	height: 63px;
	/*background-image: url(http://www.jupiterindia.com/wp-content/themes/jupiter/images/callus_bg.png);
	background-repeat: no-repeat;*/
}
#CallUs_Dv {
	padding: 0px 0px 0px 135px;
	color: #484747;
	font-family: 'pt_sansregular';
	margin:auto 0px;
	border:solid 0px red;
	height:48px;
	text-align:center
}
.Need_Help_Txt {
	font-size: 18px;
	font-weight: 800;
	padding: 12px 0px 0px 5px;
	float: left;
	border:solid 0px red;
	margin:0px
}
.CallUs_Txt {
	color: #484747;
	font-family: 'pt_sansregular';
	font-size: 19px;
	padding: 12px 5px 0px 5px;
	float: left;
	border:solid 0px red;
	margin:0px
}
.CallUs_No {
	color: #FA7109;
	font-family: 'pt_sansregular';
	font-size: 19px;
	font-weight: 700;
	padding: 12px 5px 0px 5px;
	float: left;
	border:solid 0px red;
	margin:0px
}
.dvimage {
	padding: 0px 15px 0px 15px;
	float: left;
	border:solid 0px red;
	margin:0px
}
