/**
 *  Site ReedLan
 *  (c) ReedLan 2010
 *  All rights reserved.
 *  Tech support Dmytro.
 */

.iepngfix {
    BEHAVIOR: url(css/iepngfix.htc)
}


html {
    background: #ffffff;
}

body {
    margin: 0px 0px 20px 0px;
    /*padding: 5px;*/
    font-family: Verdana, Helvetica, Arial;
    font-size: 12px;
    /*cursor: url(logo.cur);*/
    background: url(/images/bg2.jpg) repeat-x;
}

/*#header {background: url(/images/reedlan_header.jpg) no-repeat; width: 1024px; height: 273px;}*/
/*#header {background: url(/images/reedlan_header_spring.jpg) no-repeat; width: 1024px; height: 273px;}*/
#header {width: 1024px; height: 273px;}

#cablogin {background: url(/images/cablogin_bg.gif) no-repeat; width: 199px; height: 110px;}
#cablogin input {
    font-family: Georgia;
    font-style: italic;
    /*font-weight: bold;*/
    color: #aaaaaa;
}

#tech-support {position: absolute; top: 20px; left: 70%;}

#news {margin-left: 10px;}
#news ul {padding: 0px; margin-left: 20px;}
#news li {
    list-style-image: url(/images/newsi.jpg);
    padding-left: 10px;
    margin-bottom: 15px;
}

/* Other */

.news-head {
    color: #555555;
    font-weight: bold;
    text-decoration: underline;
}

.news-text {
    margin-top: 10px;
}

.news-date {
    color: #888888;
}

/*#recomendation img {text-decoration: none;}*/
#recomendation a {
    font-family: Georgia;
    font-style: italic;
    color: #888888;
    font-weight: bold;
}

a {
    color: #0A91C8;
}

hr {
    border: 0;
    height: 1px;
}

img {
    border: 0;
}

.flat {
    border: 1px solid #ccc;
}

/* side menu */
div.side_menu
{
    top: 250px;
    right: 0px;
    position: fixed;
}

#gototop { display:none; font-weight:bold; font-family:tahoma; font-size:10px; width:93px; font-size:11px; text-decoration:none; position:fixed; right:35px; bottom:5px; padding:7px 7px 7px 20px; }
#gototop:hover { text-decoration:underline; }

/* fade */
#fadediv {background: #000; display: block; opacity:.9; filter:alpha(opacity=90); position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 100%;}
#fadewnd {text-align: right; position: fixed; margin: auto; z-index:101; display:block; width:550px; height:344px;}


/* не мое, не трогаю ... */

#tt {position:absolute; display:block; background:url(/images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(/images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(/images/tt_bottom.gif) top right no-repeat; overflow:hidden}

#tooltip {
width: 300px;
position: absolute;
z-index: 10;
border: 1px solid #1593db;
background-color: #e5f5fe;
font: 1em verdana;
color: #000;
padding: 5px;
opacity: 0.85;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

/*left menu */
.rp_list {
	position:fixed;
	left:-194px;
	top:200px;
	margin:0;
	padding:0;
}

.rp_list ul{
	margin:0;
	padding:0;
	list-style:none;
}
.rp_list ul li{
	width: 240px;
	margin-bottom:5px;
	display:none;
}
.rp_list ul li div{
	display: block;
	line-height:15px;
	width: 280px;
	height: 180px;
	background:#FFF;
/*	border:1px solid #000; */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.rp_list ul li div img{
	width:25px;
	border:none;
	float:right;
	margin:5px 4px 0px 4px;
	border:1px solid #111;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
}
span.rp_title{
	margin:4px 4px 0px 30px;
	display:block;
}
