@import url(frontcss/header.css); /* header style */
@import url(frontcss/middle.css); /* middle style */
@import url(frontcss/button.css); /* button style */
@import url(frontcss/roundCorrners.css); /* roundCorrners style - styl zaokr&#261;glonych element&#243;w */
@import url(frontcss/leftBox-class.css); /* leftBox style */
@import url(frontcss/contentBox-class.css); /* contentBox style */
@import url(frontcss/rightBox-class.css); /* rightBox style */
@import url(frontcss/main_content-class.css); /* main_content style */
@import url(frontcss/footer.css); /* footer style */
@import url(frontcss/tabsContainer-class.css); /*Yetti tabs in the main content*/


body
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

a:link,
a:visited
{
	color: #E98B05;
	text-decoration: none;
}

a:hover,
a:active
{
	color: #636363;
}

p
{
	padding: 0;
	margin: 0;
}

ul,
li
{
	padding: 0;
	margin: 0; 
}

../../img
{
	border: none;
}

hr
{
	clear: both;
	border: none;
	color: #ADD1DF;
	background: #ADD1DF;
	height: 1px;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.justify
{
	text-align: justify;
}

.center
{
	text-align: center;
}

.vTop
{
	vertical-align: top;
}

.button
{
	display: block;
	text-align: center;
	line-height: 20px;
}

.submit
{
	background: none;
	border:none;
	width: 80px;
	color: #E98B05;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

.submit:hover
{
	color: #636363;
	cursor: pointer;
}

.wrap
{
	width: 961px;
	margin: 0 auto;
}

#header
{
	height: 250px;
	background: url(../../img/backgroundHeader.gif) repeat-x top center;
}

#middle
{
	clear: both;
	margin: 0px 0px 0px 10px;
	height: 139px;
	text-align:left;
	width: 961px;
	margin: 0 auto;
}
#login
{
	margin-top:10px;
	color: #636396;
}
#container
{
}

#left
{
	float: left;
	width: 224px;
	margin-right: 17px;
}

#content
{
	float: left;
	width: 546px;
	margin-right: 16px;
}

#right
{
	float: left;
	width: 158px;
}
#content a.sm_main
{
	font-size:18px;
	margin:5px 0px 5px 10px;
}
#content a.sm_sub
{
	font-size:13px;
	margin:3px 0px 3px 30px;
}
.articles ul
{
	margin:0px;
	padding:0px;
}
.articles li
{
	list-style-type: none;
	float:left;
	display:block;
	margin: 0px 5px;
	padding: 3px 5px;
	border: 1px solid #17617e;

}
.r_subform
{
	display:none;
}
form .text-small, 
form .text, 
form .text-large, 
form .textarea-small,
form .textarea,
form .textarea-large,
select, input
{
	padding:4px;
}
form .text-small
{
	width:50px;
}
form .text
{
	width:250px;
}
form .text-large
{
	width:440px;
}

form .textarea-small
{
	width:250px;
	height:100px;
	
}
form .textarea
{
	width:250px;
	height:100px;
}
form .textarea-large
{
	width:440px;
	height:100px;
}
p.registr_error
{
	line-height:2em;
	margin:8px 0;
	color:#fff;
	font-weight:bold;
	padding:0 10px;
	background:#d44937;
	border:2px solid #aa2b1a;
}

p.refistr_error a
{
	color:#fff;
}