/* General Pages style */
body{
	background-color: #EBEBEB;
	margin:0px;
	padding:0px;
}

#pagewidth{
	margin:5px auto;
	width: 940px;
	background-color: #FFF;
	padding: 5px 5px;
}

img{
	border-width: 0;
}

a{
	color: #0000FF;
}

.clear{
	clear: both;
}

/* Header */

#header{
	text-align: left;
}

/* Top Menu */

#menutop{
	list-style-type:none;
	padding:0;
	color: #999;
}

#menutop li{
	display:inline;
}

#menutop li a 
{   
   font-family:Arial;
   font-size:12px;
   font-weight: bold;
   text-decoration: none;
   float:left;
   padding:10px 21px;
   background-color: #0156ff;
   color:#ffffff;
   border-bottom:1px;
   border-bottom-color:#000000;
   border-bottom-style:solid;
}

#menutop li a:hover 
{
   background-color:#9B1C26;
   padding-bottom:12px;
   border-bottom:2px;
   border-bottom-color:#000000;
   border-bottom-style:solid;
   margin-bottom:-3px;
}
#menutop li a.selected{
	background-color: #878787;
	padding-bottom:11px;
	border-bottom:0px;
}
#menutop li a.selected:hover{
	cursor:default;
}


/* Footer */
#footer{
 text-align: center;	
}

.copyright{
	padding: 10px 0;
	line-height: 200%;
	text-align: center;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 8px;
	font-weight: bold;
}

/* Bottom Menu */
#menubottom{
	width: 100%;
	height: 40px;
	background-image: url('../im/menubottom.jpg');
	margin-top: 10px;
	padding: 6px 0 0 0;
	/*float: right;*/
}

#menubottom ul{
	margin: 6px 0;
	padding: 0;
}

#menubottom li {
  display:inline-block;
  list-style-type:none;
  text-align:center;
}

#menubottom li a {
  font-size:13px;
  font-family: arial;
  color:#FFF;
  text-decoration:none;
  padding:4px 15px 5px 10px;
  font-weight:bold;
  cursor:pointer;
  /*display:block;*/
}

#menubottom li a:hover{
  /*border-bottom:2px solid #b64366;*/
  border-bottom:2px solid #FFF;
}

#menubottom li a.selected{
	background-color: #0274ED;
}

#menubottom li a.selected:hover{
	cursor:default;
	border:0;
}







/* Main table style */
.maintable{
	width: 830px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Bottom Menu */
.botmenu{
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	line-height: 250%
}

/* Pagination menu */
.pagmenu{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* Banners Table */
.bannerstab{
	width: 90%;
	border: 1px solid #808080;
}

/* ----------- Sales Page ------------- */
/* tables */
#sales .tabheader{
	width: 90%;
	background-image: url('../im/gradblue.jpg');
}
#sales th{
	font-family: Times;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
#sales .feature{
	width: 90%;
	border: 1px solid #808080;
	background-color: #D9FFEC;
	color: #3909FA;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#sales .comments{
	width: 90%;
	padding: 20px 0 20px 0;
	text-align: center;
	border: 2px solid #FFE7DB;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
}
#sales .sponsor{
	width: 90%;
	border: 1px solid #808080;
	color: #3909FA;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
}
#sales .sponsor1 {
	background-color: #FFFFE6;
}
#sales .sponsor2{
	background-color: #DFEFFF;
}
#sales .free{
	width: 90%;
	border: 1px solid #808080;
	background-color: #F4F4F4;
	color: #3909FA;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F4F4F4;
	font-weight: bold;
}

/* Headers, text */
#sales h1{
	margin: 0 0;
	font-family: Tahoma;
	font-size: 24px;
	font-weight: normal;
}
#sales p{
	text-align: left;
	font-family: Tahoma;
	font-size: 16px;
}
#sales .custlinks{
	margin: 0 0;
	width: 33%;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* ---------- Generic Pages -------------- */

.content{
	width: 100%;
	text-align: center;
	margin: auto;
}

.content h2{
	font-family: Tahoma;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.content h4{
	font-family: Tahoma;
	font-size: 14px;
	color: #000;
	font-weight: normal;	
	margin-top: 0px;
	padding-top: 0px;
}
.content h5{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
.content p{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	text-align: left;
}
.content ul{
	font-family: Verdana;
	font-size: 12px;
}
.content li{
	padding-bottom: 20px;
}
.frame{
	border: 1px solid black;
}
.frame1{
	border: 5px solid #F4F4F4;
	padding: 10px 10px;
}
.frame2{
	text-align: left;
}

/* ---------- Forms: Register, Login -------------- */

.content .reg-form{
	width: 550px;
	background-color: #FFF;
	margin: auto;
}
.content .cell{
	text-align: left;
	padding: 20px 0px 0px 30px;
}
.content .cell:first-child{
	padding-top:30px;
}
.content .cell:last-child{
	padding-bottom: 40px;
}
.content .memdetail{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.content label{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.content label.inline{
	display: inline;
}

.content .reg-txt{
	width: 300px;
	border: 1px solid #9E9E9E;
}
textarea.reg-txt{
	height: 100px;
}
.content .reg-btn{
  background-color: #F2F2F2;
  border: 1px solid #999999;
  color: #666666;
  padding-top: 2px;
  padding-bottom: 3px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
	width: 300px;
}
.content .pay-txt{
	width: 400px;
}
.content .addurlpay{
	width: 200px;
	border: 1px solid #9E9E9E;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;	
}

.content .txt1{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.content .txt2{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;	
}
.content .counter{
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}


.content .error-msg{
	margin-left: 30px;
}


/* links */
.linknav{
	padding: 10px 0;
	cursor: pointer;
	color: #2B92C7;
	font-size: 12px;
}

.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	font-weight: bold;
	text-align: left;
	}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../im/admin/msg_info.png');
	}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../im/admin/ok.png');
	}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../im/admin/msg_warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../im/admin/no.png');
}

/* Payment Page */
.invoice{
	padding-bottom:8px; 
	font-family: Verdana; 
	font-size:16px; 
	color:#000000;
}
.invoicevars{
	font-weight: bold;
	color: #FF0000;
}


/* --------------------------------- */

/* Misc */
.red{
	color: red;
}
.bold{
	font-weight: bold;
}
.black{
	color: black;
	font-weight: normal;
}


/* Paddings */
.padding30{
	padding-bottom: 30px;
}
.padding50{
	padding-bottom: 50px;
}
.padding100{
	padding-bottom: 100px;
}
.padding10{
	padding-bottom: 10px;
}
.marginleft10{
	margin-left: 10px;
}


/* Vew Text Ads Pages */
.tableview{
	width: 950px;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
}
.tableview td{
	padding-left: 20px;
}
.tableview h3{
	font-size: 12px;
	font-weight: bold;
	line-height: 0;
	font-style: italic;
}
.timersec{
	font-family: Verdana; 
	font-size: 36px; 
	font-weight: bold; 
	color: #CCCCCC;
}
.timermilsec{
	font-family: Verdana; 
	font-size: 20px; 
	color: #000;
}


.btnview {
  -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(top, #ededed 5%, #dfdfdf 100%);
  background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
  background-color:#ededed;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#777777;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  padding:4px 10px;
  width: 160px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
}

.btnview:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
  background-color:#dfdfdf;
}

.btnview:active {
  position:relative;
  top:1px;
}

.ecaptcha{
	width: 70px;
}

/* Iframe Website Settings */
#wrap
{
	margin: auto;
    width: 450px;
    height: 276px;
    padding: 0;
    overflow: hidden;
}

#frame
{
    width: 1280px;
    height: 786px;
    border: 0;
    -ms-zoom: 0.35;
    -transform: scale(0.35);
    -moz-transform: scale(0.35);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.35);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.35);
    -webkit-transform-origin: 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#frame  { zoom: 1;  }
}

/* buy text ads table */
.seltbl{
	width:90%;
	border: 0;
}
.seltbl tr{
	line-height: 50px;
}
.seltbl td{
	width: 50%;
}
.seltbl td:first-child{
	padding-right: 10px;
	text-align: right;
}
.seltbl td:last-child{
	padding-left: 10px;
	text-align: left;
}

/* Banners */
.banner-all{
	position: relative;
	margin: 50px auto;
	height: 145px;
	width: 595px;
	border: 1px solid #808080;
}
.arrow{
	float: left;
	width: 46px;
	height: 125px;
	float:left;
	margin: 10px 20px 10px 0;
	cursor: pointer;
}
.arrow:first-child{
	margin: 10px 20px;
}
.banner{
	float: left;
	width: 125px;
	height: 125px;
	padding: 10px 20px 10px 0;
}