/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
/*MAIN*/
.fL{ float:left}
.fR{ float:right}
.clear{clear:both}
.im{margin:0px}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-width: 0px; padding: 0px; margin: 0px;}
html,body {height:100%}
input, textarea {font: 12px "OpenSans-CondensedLight", sans-serif; color: #333;}
input[type="button"], input[type="submit"], button {cursor: pointer}
td{margin: 0px; padding: 0px;}
form{padding: 0px; margin: 0px;}
a{color: #000100; -moz-transition: color 0.1s linear; -o-transition: color 0.0s linear; -ms-transition: color 0.0s linear; -webkit-transition: color 0.0s linear; transition: color 0.0s linear; text-decoration:none;}
.right_fixed_banner {position:fixed; z-index:701;}	

/*

================================================================================
|                                     BG_STYLES                                     |
================================================================================
*/
.blockYandex{
	min-width:570px;
	position:relative;
	margin:0 auto;
	background:url(http://soft.oszone.net/img/bg_yandex.jpg) no-repeat center top;
	height:22px;
	z-index:5;
	}
.boxLeft{
	background:url(http://soft.oszone.net/img/box_left.jpg) repeat-x left top;
	height:22px;
	position:absolute;
	z-index:0;
	width:50%;
	left:0px; top:0px;}
.boxRight{
	background:url(http://soft.oszone.net/img/box_right.jpg) repeat-x left top;
	height:22px;
	position:absolute;
	z-index:0;
	width:50%;
	right:0px; top:0px;}
.blockYandex .box{
	margin:0 auto;
	width:570px;
	padding-top:2px;}
.blockYandex p{
	font:13px Arial;
	color:#ffffff;
	text-shadow:0px 2px 1px #d05f1e;}
.blockYandex .left{
	width:265px;
	float:left;
	padding-left:15px;
	text-align:left;}
.blockYandex .right{
	width:257px;
	float:right;
	text-align:left;}
.blockYandex a{
	font:13px Arial;
	color:#ffffff;
	text-shadow:0px 2px 1px #b1110e;
	text-decoration:underline;}
.blockYandex a:hover{
	text-decoration:none;}
.blockYandex .close{
	position:absolute;
	right:10px;
	top:2px;
	font:13px Arial;
	color:#ffffff;
	text-shadow:0px 2px 1px #b91713;
	}
.blockYandex .close a{
	font:13px Arial;
	color:#ffffff;
	text-shadow:0px 2px 1px #b91713;
	text-decoration:none;}
.blockYandex .close a:hover{
	text-decoration:underline;}
