/*
 	Copyright © Joan Grigorov
	
	design and code by Sasquatch (office@bgscripts.com)
*/

/* Изчистване на безполезно място */
* {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Общи настройки на боди */
body{
	background: #333333;
	color: white;
	padding: 0;
	text-align: center;
	overflow: auto;
}
/* main - главен клас за контейнер */
div.main{
	width: 700px;
	overflow: hidden;
	margin: 0 auto;
	background: url(images/back.jpg);
}
div.header {
	width: 700px;
	height: 318px;
	background: url(images/header.jpg);
	margin:0;
	padding:0;
}
.header div.top{
	width: 700px;
	margin: 0 auto;
	padding-top: 34px;
	height: 32px;
	overflow: hidden;
}
.top .valid_xhtml{
	float: left;
	background: url(images/xhtml.jpg);
	width: 88px;
	height: 18px;
	margin-left: 26px;
	display: inline;
	border: none;
}
.top .valid_css{
	float: left;
	background: url(images/css.jpg);
	width: 42px;
	height: 18px;
	margin-left: 14px;
	display: inline;
	border: none;
}
.header div.middle{
	width: 700px;
	height: 194px;
	margin: 0 auto;
	overflow: hidden;
}
.header div.bottom{
	height: 38px;
	overflow: hidden;
	margin-right: 26px;
	margin: 0 auto;
	width: 648px;
}
.bottom .sep{
	width: 2px;
	height: 29px;
	background: url(images/sep.jpg) transparent center center no-repeat;
	float: left;
	margin-top: 5px;
}
.bottom .item{
	height: 39px;
	float: left;
	display: inline;
	vertical-align: middle;
}
a.item{
	padding: 0 15px;
	padding-top: 10px;
	display: block;
	font-size: 13px;
	font-family: Verdana;
	color: #333;
	text-decoration: none;
}
a.item:hover{
	text-decoration: underline;	
}
div.container {
	width: 700px;
	overflow: hidden;
	margin: 0 auto;
}
div.left{
	float: left;
	width: 200px;
	margin-left: 26px;
	display: inline;
	overflow: hidden;
}
div.right{
	float: left;
	width: 447px;
}
div.footer {
	width: 700px;
	background: url(images/footer.jpg);
	height: 70px;
}
.footer div.owner{
	padding-top: 14px;
	font-size: 12px;
	font-family: Verdana;
	color: #FFF;
	text-align: center;
}
.left .bar{
	margin-left: 5px;
	width: 155px;
	height: 30px;
	padding-left: 30px;
	padding-top: 3px;
	background: url(images/bar_left.jpg) no-repeat;
	float: left;
	display: inline;
	font-size: 12px;
	font-family: Verdana;
	color: #333;
	text-align: left;
	margin-bottom: 1px;
}
.left .con{
	width: 160px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	padding: 3px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Verdana;
	color: #333;
}
.left .con img{
	margin: 0 3px 0 7px;
}
.right .bar{
	margin-left: 12px;
	width: 425px;
	height: 30px;
	padding-left: 32px;
	padding-top: 3px;
	background: url(images/bar_right.jpg) no-repeat;
	float: left;
	display: inline;
	font-size: 12px;
	font-family: Verdana;
	color: white;
	text-align: left;
}
.right .con{
	width: 400px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Verdana;
	color: white;
	overflow: hidden;
}
.con .text{
	padding: 5px;
	border: 1px #333 solid;
}
.con .details{
	font-size: 11px;
	margin: 2px;
}
.details a{
	font-size: 11px;
}
.link{
	color: #FFFFCA;
	font-family: Verdana;
	text-decoration: underline;
	font-size: 13px;
}
.link:hover{
	text-decoration: none;
}
.right .con .info{
	width: 400px;
	margin: 10px auto;
	border: 1px #619F42 solid;
	border-right: none;
	border-left: none;
	text-align: center;
	padding: 5px 15px;
}
.button {
	border: none;
	background: #FFF;
	color: black;
	padding: 3px;
	margin: 3px;
	cursor: pointer;
}
.pages{
	margin: 20px auto;
}
.pages a{
	color: #FFF;
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	border: 1px white solid;
	padding: 5px;
	margin: 3px;
}
.pages a:hover{
	color: #CCC;
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	border: 1px black solid;
	padding: 5px;
	margin: 3px;
}
.pages b{
	color: #CCC;
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	border: 1px black solid;
	padding: 5px;
	margin: 3px;
}
#load_screen{
	width: 2000px;
	height: 2000px;
	position: absolute;
	z-index: 2;
	background: black;
	display: none;
	left:0;
	top:0;
}
.message {
	display: none;
	position: absolute;
	z-index: 3;
}
.message .top{
	background: url(images/win_top.png) no-repeat top;
	width: 358px;
	height: 40px;
}
.message .bottom{
	background: url(images/win_bottom.png) no-repeat bottom;
	width: 358px;
	height: 40px;
}
.message .mid{
	background: url(images/win_mid.png) repeat-y;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: white;
}
.tick{
	vertical-align: middle;
	margin-right: 3px;
}
.green{
	color: #65F570;
}
.red{
	color: #FF7D7D;
}