/**
 * CSS - Stylistic CSS Styles
 *
 * @package WPFramework
 * @subpackage Media
 */

sup{
	vertical-align: text-top !important;
}

.tooltip{
	position: absolute;
	background: #fff;
	border: 1px solid purple;
	width: 270px;
	color: #666666;
	padding: 5px;
	font-size: 12px;
}

.questionmark{
	color: blue;
	text-decoration: underline;
}

div.formTables table th, div.formTables table td{
	padding: 3px 15px !important;
}

.clearFloat{
	clear: both;
	line-height: 0px;
	height: 0px;
	padding: 0;
	margin: 0;
}

div#acceptedCards{
	width: 231px;
	float: left;
	padding-bottom: 20px;
}

div#copyRightSide{
	width: 400px;
	float: right;
	padding-top: 3px;
}

div#copyright{
	text-align: right;
	font-size: 10px;
	margin-bottom: 5px;
}

div#refundPolicy{
	text-align: right;
	font-size: 10px;
}

#miniLogo{
	display: block;
	margin: 0 auto 30px auto;
	width: 109px;
}

#trenderAwardWinner{
	display: block;
	margin: 0 auto 22px auto;
	width: 150px;
	text-align: center;
}
#Tariff{
	width: 234px;
	height: 134px;
}

#buyNow{
    margin-top: 10px;
	background: url('../images/order-now-bg.jpg') top left no-repeat;
	padding-top: 14px;
	padding-left: 8px;
	width: 226px;
	height: 156px;
	font-size: 11px;
}


#buyNow a.image{
	display: block;
	width: 148px;
	height: 38px;
	background: url('../images/order-now-go.jpg') top left no-repeat;
	text-decoration: none;
	color: #583E9A;
}

#buyNow a:hover img{
	visibility: hidden;
	zoom: 1;
}

#buyNow a:hover{
	color: #77B218 !important;
}

#buyNow ul{
	color: #6D598D;
	font-size: 12px;
	font-weight: normal;
	list-style: url('../images/bulletTick.jpg');
	margin-top: 18px;
}


#loginNow{
	margin-top: 10px;
	background: url('../images/login-bg.jpg') top left no-repeat;
	padding-top: 14px;
	padding-left: 8px;
	width: 234px;
	height: 47px;
	font-size: 11px;
}

#loginNow a.image{
	display: block;
	width: 148px;
	height: 38px;
	background: url('../images/login-go.jpg') top left no-repeat;
	text-decoration: none;
	color: #583E9A;
}

#loginNow a:hover img{
	visibility: hidden;
	zoom: 1;
}

#loginNow a:hover{
	color: #77B218 !important;
}


#downloadNow{
	margin-top: 10px;
	background: url('../images/download-bg.jpg') top left no-repeat;
	padding-top: 14px;
	padding-left: 8px;
	width: 234px;
	height: 47px;
	font-size: 11px;
}

#downloadNow a.image{
	display: block;
	width: 165px;
	height: 38px;
	background: url('../images/download-go.jpg') top left no-repeat;
	text-decoration: none;
	color: #583E9A;
}
#downloadNow a:hover{
	color: #77B218 !important;
}
#downloadNow a:hover img{
	visibility: hidden;
	zoom: 1;
}



#amazonNow a:hover img{
	visibility: hidden;
	zoom: 1;
}

#amazonNow a:hover{
	color: #77B218 !important;
}

#amazonNow{
	margin-top: 10px;
	background: url('../images/amazon-bg.jpg') top left no-repeat;
	padding-top: 14px;
	padding-left: 8px;
	width: 234px;
	height: 47px;
	font-size: 11px;
	margin-bottom:10px;
}

#amazonNow a.image{
	display: block;
	width: 185px;
	height: 38px;
	background: url('../images/amazon-go.jpg') top left no-repeat;
	text-decoration: none;
	color: #583E9A;
}

#amazonNow a:hover img{
	visibility: hidden;
	zoom: 1;
}

a#viewDemoHere{
	display: block; position: relative; top: -20px; margin-left: 5px;
	width: 176px;
	height: 29px;
	background: url('../images/gallery2/watch-demo-here-go.jpg') top left no-repeat;
	text-decoration: none;
	color: #583E9A;
}

a#viewDemoHere:hover img{
	visibility: hidden;
	zoom: 1;
}



.inTheNews{
	background: url('../images/num8-in-the-headlines.jpg') top left no-repeat;
	width: 582px;
	height: 31px;
	float: right; 
	margin-right: 0px;
	margin-bottom: 22px;
	padding-left: 150px;
	padding-top: 10px;
	margin-top:20px;
}

.inTheNews a{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

/*slider*/
/*div#content{ text-align: left; display: block; margin: 0 0 30px 0; padding: 0; }*/
.containerSlide { width:240px; height:200px; overflow:hidden; position:relative; margin: 0 auto; }
.slides { position:absolute; top:0; left:0; }
.slides div.slide { position:absolute; top:0; width:240px; display:none; height: 200px; }


		#loopedSlider,#newsSlider { margin:0 0; width:400px; position:relative; clear:both; }
		div.pagination { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; list-style:none; padding:0; margin:15px auto 0 auto; }
		div.pagination div  { float:left; padding: 0 5px 0 0; margin-bottom: 10px; font-size: 1.9em; line-height: 1.9em; }
		div.pagination div a { }
		div.pagination div.active a { }
		div.pagination a:hover{ text-decoration:none;}
		
		#looperWrapper{
			width: 400px;
			max-width: 400px;
			margin: 0 auto;
			/*background: url('../imgs/quote-bg.gif') bottom left no-repeat;*/
		}
		
/*end slider*/

/*slider2*/
/*div#content{ text-align: left; display: block; margin: 0 0 30px 0; padding: 0; }*/
.containerSlide2 { width:183px; height:168px; overflow:hidden; position:relative; margin: 0 auto; }
.slides2 { position:absolute; top:0; left:0; }
.slides2 div.slide2 { position:absolute; top:0; width:183px; display:none; height: 168px; }


		#loopedSlider2,#newsSlider2 { margin:0 0; width:183px; position:relative; clear:both; }
		#looperWrapper2{
			height: 168px;
			max-height: 168px;
			width: 183px;
			max-width: 183px;
			float: left;
			margin-right: 20px;
			margin-bottom: 20px;
			background: url('../images/gallery2/slidebg.jpg') bottom left no-repeat;
		}
		
/*end slider2*/

#footer{
	margin-left:10px;
}

.tableTariff{
	border: none;
	text-align: center;
}

iframe{
	border: none;
	overflow: auto;
}

.orderpage th{
	text-align: center;
}

table{
	border-collapse: collapse;
}

#noBorderTable tr{
	border: none;
}

#noBorderTable th{
	font-size: 1em;
	border: none !important;
}

#noBorderTable td{
	border: none !important;
}