body {
	margin: 0;
	padding: 0;
	font-family: Tahoma,sans-serif;
	color: #5d5d5d;
	font-size: 12px;
}
a img {
	border: 0;
}
img {
	border: 0;
}
#header {
	width: 100%;
	height: 125px;
	background-color: #5d5d5d;
}
#header_inc {
	width: 725px;
	margin: 0px auto; 
	color: #ededed;
}
#header_inc a, a:visited {
	color: #ededed;
	text-decoration: none;
}
#header_inc a:hover {
	color: #ededed;
	text-decoration: underline;
}
#header_inc #logo_r {
	padding-top: 30px;
	float: right;
	text-align: right;
	vertical-align: bottom;
}
#header_inc #logo_l {
	width: 300px;
	height: 68px;
	padding-top: 25px;
	float: left;
}
#header_inc #menu_left {
	float: left;
	padding-top: 5px;
}
#header_inc #menu_right {
	float: right;
	padding-top: 5px;
}
#footer {
	width: 100%;
	height: 125px;
	background-color: #1e1d1b;
	border-top: 3px solid #030303;
	text-align: center;
	color: #d2d2d2;
}
#footer a, a:hover, a:visited {
	color: #cae560;
}
#center {
	width: 100%;
	background: url('/images/bg_top.jpg') left top repeat-x; 
}
#center_b {
	width: 100%;
	background: url('/images/bg_bot.jpg') left bottom repeat-x; 
}
#center_inc_main {
	width: 850px;
	background: url('/images/box.png') 0 150px no-repeat;
	margin: 0px auto; 
}
#center_inc {
	width: 725px;
	margin: 0px auto; 
}
.clear {
	clear:both;
}
#main_p_i {
	margin: 0 65px 0 400px;
	height: 610px;
}
h1 {
	font-size: 20px;
	color: #1e1d1b;
	margin: 0;
	padding-top: 40px;
}
.acenter {
	text-align: center;
}
.aright {
	text-align: right;
}
.error_reg {
	color: #ff0000;;
}
a, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#fom {
	width: 100%;
	height: 250px;
	border: 1px solid #5d5d5d;
	background: url('/images/bg_fom.png') left bottom repeat-x; 
    overflow: hidden;
}
#fom .f {
	height: 33px;
	margin: 15px 20px 15px 20px;
}
#fom .f .left {
	height: 33px;
	display: inline;
	width: 33px;
	float: left;
}
#fom .f .right {
	height: 33px;
	display: inline;
	margin-left: 10px;
	float: left;
	width: 290px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	margin-bottom: 5px;
}
input.text  {
	border: 1px solid #5d5d5d;
}
input.file {
	margin-right: 5px;
	border: 1px solid #5d5d5d;
	height: 17px;	
}
tr.gray {
	background-color: #f3f3f3;
}
tr.white {
	background-color: #fff;
}
table.b {
	border-collapse: collapse;
}
table.b tr td  {
	padding: 2px;
	border: 1px solid #707070;
	text-align: center;
}
table.b tr th  {
	padding: 2px;
	border: 1px solid #707070;
	text-align: center;
}
table.b tr td.l {
	text-align: left;
}
.red {
	color: #d31e23;
}
.green {
	color: #217e2e;
}
h3 {
	font-size: 20px;
	color: #d31e23;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5 {
	font-size: 10px;
	color: #d31e23;
	text-align: center;
	margin: 0;
}
.hidden {
	display: none;
}

 #opaco {
     background-color: #000000;
     left: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 30); /* IE5+ */
     filter: alpha(opacity=30);/* IE4- */
     moz-opacity: 0; /* Mozilla */
     -khtml-opacity: 0; /* Safari */
     opacity: 0;  /* general CSS3 */
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 10;
   }

  #popup {
     background-color: #FFFFFF;
     position: fixed;
     left:0;
     top:0;
     max-width:520px;
     z-index: 11;
     min-width: 150px;
     border-bottom: 3px solid #5d5d5d;
     width: auto;
  }
#popup .top {
	width: 100%;
	height: 30px;
	background-color: #5d5d5d;
}
#popup .c {
	width: 100%;
	padding: 10px;
}
#popup .top .l {
	float: left;
	height: 30px;
	color: #fff;
	margin-left: 10px;
	margin-top: 7px;
}
#popup .top .r {
	float: right;
	height: 30px;
	margin-right: 10px;
	margin-top: 5px;
}
#filemanager {
	
}
#filemanager .left {
	float: left;
	width: 200px;
	background-color: #ff0000;
}
#filemanager .right {
	float: right;
	width: 510px;
}
.dir {
	background: url('/images/fmbgg.png');
	width: 100%;
	height: 34px;
}
.dir .left {
	background: url('/images/fmbglg.png') left no-repeat;
	float: left;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	vertical-align: middle;
}
.dir .right {
	background: url('/images/fmbgrg.png') right no-repeat;
	float: right;
	height: 34px;
	width: 30px;
	line-height: 34px;
	vertical-align: middle;
}
.dir-green {
	background: url('/images/fmbg.png');
	width: 100%;
	height: 34px;
}
.dir-green  .left {
	background: url('/images/fmbgl.png') left no-repeat;
	float: left;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	vertical-align: middle;
}
.dir-green  .right {
	background: url('/images/fmbgr.png') right no-repeat;
	float: right;
	height: 34px;
	width: 100px;
	width: 30px;
	line-height: 34px;
	vertical-align: middle;
}
a.d, a.d:hover,a.d:visited {
	color: #5d5d5d;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
a.n, a.n:hover,a.n:visited {
	color: #5d5d5d;
	text-decoration: none;
}
.manage_files {
	margin: 10px;
	margin-left: 30px;
}
.manage_files a {
	margin-left: 15px;
}

/* --Uploadify -- */
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 1px solid #7d7d7d;
	background-color: #fff;
	margin-top: 1px;
	padding: 6px;
	width: 705px;
	height: 20px;
	vertical-align: middle;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	float: right;
	border: 1px solid #8db433;
	width: 410px;
	height: 18px;
}
.uploadifyQueueItem .filename {
	float: left;
	margin-top: 3px;
}
.uploadifyProgressBar {
	background-image: url('/images/upload_bg.png');
	width: 1px;
	height: 18px;
}
#fileQueue .uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: none;
	border: 1px solid #7d7d7d;
	background-color: #FFFFFF;
	line-height: 20px;
}
#fileQueue .uploadifyError {
	background-color: #FDE5DD !important;
}
#fileQueue .uploadifyQueueItem .cancel {
	float: right;
}
/* --Uploadify end -- */

ul.o {
	list-style: disc inside;
	margin-top: 10px;
}
.timer {
	font-weight: bold;
}

.banner_right_200x385 {
	float: right;
	position: relative;
	text-align: right;
	margin-top: 40px;
}
.banner_center_500x60 {
	float: left;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.banner_center_725x90 {
	float: left;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mains_pay_mxs {
}
#downpaycont {
	width: 645px;
	height: 300px;
	background-color: #5d5d5d;
	color: #fff;
	padding: 40px;
	font-size: 14px;
}
#downpaytab {
	list-style-type: none;
	height: 38px;
	margin-top: 3px;
}
#downpaytab li {
	display: inline;
	line-height: 38px;
}
#downpaytab li span {
	display: block;
	float: left;
	height: 33px;
	background-color: #ededed;
	padding-left: 10px;
}
#downpaytab li span a {
	text-decoration: none;
}
#downpaytab li span.active a {
	text-decoration: none;
	color: #ffffff;
}
#downpaytab li span.active {
	display: block;
	float: left;
	height: 38px;
	padding-left: 10px;
	color: #ffffff;
	background-color: #5d5d5d;
}
.bckgrd {
	background-color: #c4df6e;
	padding: 2px;
	color: #5d5d5d;
}
.downleft {
	width: 300px;
	float: left;
}
.downright {
	width: 407px;
	float: right;
}
.banner_3 {
	position: absolute;
	width: 120px;
	height: 600px;
	margin-left: -180px;
	margin-top: 45px;
}
.banner_4 {
	position: absolute;
	width: 120px;
	height: 600px;
	margin-left: 750px;
	margin-top: 45px;
}
.banner_5 {
	width: 725px;
	height: 90px;
}
.banner_6 {
	margin-left: -40px;
}
.banner_2 {
	width: 468px;
	height: 60px;
}
.banner_1 {
	position: absolute;
	width: 120px;
	height: 600px;
	margin-left: 605px;
	margin-top: 45px;
}
.banner_7 {
	position: absolute;
	width: 250px;
	height: 400px;
	margin-left: 135px;
	margin-top: 45px;
}
.banner_8 {
	position: absolute;
	width: 468px;
	height: 60px;
	margin-left: -80px;
	margin-top: 380px;
}

#main_link_premium {
	width: 350px;
	height: 330px;
	position: absolute;
	top: 320px;
}
#main_link_premium a {
	width: 350px;
	height: 330px;
	display: block;
}
a.dashed {
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}

#all_countries ul li {
	float: left;
	display: block;
	width: 160px;
	height: 16px;
	font-size: 12px;
}
