/*
  $Id: stylesheet.css,v 1.0.0 $

  xCube, best CMS solution
  http://www.thehypercube.us

  Copyright (c) 2005 hypercube
*/
BODY {
	background-color: #ececec;
	margin: 0px;
	background-repeat: repeat-x;
}

TD, DIV, P {
	color: #747474;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

H3 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
}

A {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #252525;
	text-decoration: none;
}

.input, SELECT, TEXTAREA {
	border: 1px #B2BABE solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747474;
	padding: 2px;
}

.button {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #E9ECEF;
	border: 1px #CCCCCC solid;
	padding: 3px;
}

h4, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 3px;
	margin-bottom: 10px;
}

form {
	margin:0px;
}

#top_header {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	height: 107px;
	background-image: url(images/bg_top_header.gif);
}

#logo {
	position: relative;
	float: left;
	width: 172px;
	heighth: auto;
}

#search_bar {
	position: relative;
	float: left;
	width: 60%;
	height: 69px;
	padding-left: 20px;
}

#menuri {
	position: relative;
	width: 98%;
	float: left;
	height: auto;
	padding-left: 1px;
	text-align: right;
}

#space {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	height: 10px;
}

#content {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	height: auto;
}

#left_column {
	position: relative;
	float: left;
	clear: left;
	width: 19%;
	height: auto;
}

#middle {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

#right_column {
	position: relative;
	float: left;
	width: 19%;
	height: auto;
}

/* BOF boxes */

.box_header {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.header_bg_left {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-image: url(images/bg_head_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.header_bg_right {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-image: url(images/bg_head_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.head {
	background-image: url(images/bg_head.gif);
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9b9b9b;
	background-repeat: repeat-x;
	border-bottom: 1px #FFFFFF solid;
}

.head_mod {
	background-image: url(images/bg_mod.gif);
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #fffea9;
	background-repeat: repeat-x;
	border-bottom: 1px #FFFFFF solid;
}

.box_cnt {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}

.cnt_bg_left {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-image: url(images/bg_head_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.cnt_bg_right {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-image: url(images/bg_head_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.cnt {
	background-image: url(images/bg_cnt.gif);
	background-repeat: repeat-x;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
	background-color: #FFFFFF;
}

.box_foot {
	position: relative;
	float: left;
	width: 100%;
	height: 11px;
	background-color: #ececec;
}

.foot_bg_left {
	position: relative;
	float: left;
	width: 100%;
	height: 11px;
	background-image: url(images/colt_box_st.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.foot_bg_right {
	position: relative;
	float: left;
	width: 100%;
	height: 11px;
	background-image: url(images/colt_box_dr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.foot {
	height: 11px;
	background-image: url(images/bg_lada_foot.gif);
	background-repeat: repeat-x;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #ececec;
}

/* EOF boxes class */

#footer {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	height: auto;
	text-align: right;
}

A.menu {
	position: relative;
	float: left;
	width: 93%;
	padding-left: 15px;
	height: 20px;
	padding-top: 5px;
	border-bottom: 1px #f0f0f0 solid;
	text-decoration: none;
}

A:hover.menu {
	position: relative;
	float: left;
	width: 93%;
	padding-left: 15px;
	height: 20px;
	padding-top: 5px;
	background-image: url(images/punct.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
}

#middle_left {
	position: relative;
	float: left;
	width: 60%;
	height: auto;
}

#middle_right {
	position: relative;
	float: left;
	width: 40%;
	height: auto;
}

#place510 {
	position: relative;
	float:left;
	width:400px;
	height: 200px;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.name, .more_info {
	font-weight: bold;
	color: #747474;
}

.table_head {
	border: 1px #E5E5E5 solid;
	padding: 5px;
	text-align:center;
	font-weight: bold;
	background-image: url(../images/bg_head.gif);
}

.content_head {
	border-bottom: 1px #E5E5E5 solid;
	border-left: 1px #E5E5E5 solid;
	border-right: 1px #E5E5E5 solid;
	padding: 5px;
	text-align:center;
	font-weight: none;
}

.content_categ {
	border-bottom: 1px #E5E5E5 solid;
	border-left: 1px #E5E5E5 solid;
	border-right: 1px #E5E5E5 solid;
	padding: 5px;
	text-align:center;
	font-weight: none;
	background-color: #F9F9F9;
}

