﻿h2.balance{
	font-size: 30px;
	margin:0;padding:0;
	font-weight:normal;
	padding: 5px 0;
}
span.addmoneybysmsinfo{
	font-size: 14px;
	color:#999;
	padding:20px 0;
	display:block;
}
span.addmoneybysmsinfo b{
	color: yellow;
}
h3.country{
	font-weight:bold;
}

table.tablelist{
	border-collapse:collapse;
	width:100%;
	margin: 10px 0;
}
	table.tablelist th{
		padding: 10px;
		font-size: 11px;
		background: #000;
		border-bottom: solid 1px #555;
		color: white;
		text-shadow: 1px 1px 0px #000;
		background-image: -moz-linear-gradient(top, #4D3555, #251A20); /* Firefox 3.6 */
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #4D3555),color-stop(1, #251A20)); /* Safari & Chrome */
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4D3555', endColorstr='#251A20'); /* IE6 & IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4D3555', endColorstr='#251A20')"; /* IE8 */
	}
	table.tablelist td{
		padding: 10px;
		border-bottom: solid 1px #222;
	}
	table.tablelist .over{
		background: #322231;
	}
h1{
	font-weight:normal
}

ul.tabs{
	min-height:0;
	padding:0;margin:0;
	list-style-type:none;
	width:100%;
	border-bottom: solid 1px #d0d0d0;
	height: 33px;
	margin: 20px 0;
}
	ul.tabs li{
		float: left;
		padding: 7px 10px;
		bordeR: solid 1px #d0d0d0;
	}
	ul.tabs li.sel{
		background: #B30000;
		border: 0;
		border-top: solid 1px #B30000;
		border-bottom: solid 1px #B30000;
		color: white;
	}


div.comments{
	padding: 20px;
}
div.comments h3{
	font-size: 18px;
}
ul.commentlist {
	list-style-type:none;
	padding:0;margin:0px;
}
	ul.commentlist li{
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: dotted 1px #d0d0d0;
	}
		ul.commentlist li b{
			display: block;
			padding: 1px 0;
		}
		ul.commentlist li .date{
			color: #a0a0a0;
		}
a.mydownloadlink{
	color:#37b20c;
	padding-bottom: 23px;
	background: url(/wp-content/plugins/wp-xmedia-auth/i/download.png) no-repeat center bottom;
}
a.downloadserie,a.buyserie{
	color:#37b20c;
	padding: 3px;
	padding-left: 26px;
	background: url(/wp-content/plugins/wp-xmedia-auth/i/download.png) no-repeat top left;
}

ul.list_of_downloadlinks{
	border-top: dotted 1px #505050;
	list-style-type:none;
	padding:0;margin:0px;
	min-height:0;
}
	.readybuy {
		background:#113E0B;
	}

	ul.list_of_downloadlinks li{
		padding: 10px 100px 10px 0;
		border-bottom: dotted 1px #e0e0e0;
		position:relative;
	}
	span.price{
		font-weight:bold;
		position:absolute;
		top:32px;right:0;
		background:#2FA500;
		color:white;
		display:block;
		padding: 2px 4px;
	}
	ul.list_of_downloadlinks li{
		padding: 10px 0;
		border-bottom: dotted 1px #505050;
	}
	ul.list_of_downloadlinks li div{
		padding: 1px 26px;
		margin-bottom: 10px;
	}
	ul.list_of_downloadlinks li div.filedata{
		color: #777777;
		margin-bottom: 0px;
		padding-bottom: 10px;
	}

		ul.list_of_downloadlinks li div u{
			text-decoration:none;
			background: #fff;
			padding: 0 3px;
			border-bottom: solid 1px green;
		}

.buyforsms{
	-moz-box-shadow: 2px 2px 20px #000;
	width: 900px;height:480px;
	top: 110px;
	left: 50%;
	margin-left: -460px;
	position: absolute;
	color:#533217;
	display:none;
	border: solid 1px #f4efb9;
	background:#fff;
	padding: 10px!important;
	z-index:1000!important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

	.buyforsms iframe{
		border:0;
		width:100%;
		height:100%;
	}

	a.closebyform{
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		font-size: 11px;
		position: absolute;
		top:-22px;right:10px;
		padding: 4px 7px;
		border: solid 1px #f4efb9;
		border-bottom:0;
		background:#fff;
		color:red;
	}

ul.userprofile{
	list-style-type:none;
	padding: 0;
	margin:0;
}
	ul.userprofile li{
		padding: 5px 0;
	}
fieldset {
	margin-bottom: 20px;
}
fieldset table {
	margin: 10px;
}


.description{
	padding: 15px 0;
}

h2.serie {
	font-size: 20px;
	margin-top: 20px;
	padding-left: 190px;
	position: relative;
	min-height: 120px;
	//height: 120px;
}
h2.serie span {
	font-weight:normal;
	display:block;
	font-size: 13px;
}
h2.serie img {
	width:170px;height:90px;
	position: absolute;
	left: 0px;top:-15px;
	border: solid 3px #d0d0d0;
	margin: 20px 0;
}

.authform a, .registerform a{
	color: black;
	text-decoration:undeline;
}
.authform {
	font-size:12px;
	top: 130px;
	width: 300px;
	margin-left: -160px;
	height: 270px;
}
	.authform table{
		padding: 20px;
	}
	.authform input.input{
		width: 100%;	
	}
	.authform .button-primary{
		height: 30px;
		width: 90px;
		margin-top: 10px;
	}
	.recoverylinks{
		padding-top: 10px;
	}


.registerform {
	font-size:12px;
	top: 130px;
	width: 300px;
	margin-left: -160px;
	height: 450px;
}
	.registerform table{
		padding: 20px;
	}
	.registerform input.input{
		width: 100%;	
	}
	.registerform .button-primary{
		height: 30px;
		width: 120px;
		margin-top: 10px;
	}

b.qual{
	display:block;
	margin:4px 0 2px 25px;
}
img.platsys{
	margin-right:9px;
}
.platsys_desc{
	color: gray;
	font-size: 11px;
	margin-bottom: 10px;
}

