* {
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

a {
	text-decoration: none;
}

a.anchor:hover {
	color: none;
	text-decoration: none;
}

body {
	background-color: #c3c3c3;
}

html, body {
	height: 100%;
}

a:hover {
	color: black;
	text-decoration: underline;
}

p {
	text-align: justify;
	text-indent: 1em;
}

.first-word {
	color: #333333;
	font-weight: bold;
	font-size: 1.3em;
}

ul {
	list-style-type: none;
}

.menu li {
	display: inline;
}

a img {
	border: none;
}

.indication {
	font-style: italic;
}

.add_new {
	background-image: url(../img/add.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	line-height: 16px;
}

form .required {
	font-weight: bold;
}

form .optional {
	font-style: italic;
}

form .errors {
	font-style: italic;
	color: #CC3300;
	margin-bottom: 0.4em;
	text-align: justify;
}

form .hint {
	font-size: 0.9em;
	font-style: italic;
}

form select option {
	padding-left: 0.5em;
}

fieldset legend {
	color: #3399ff;
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 2em;
}

fieldset {
	padding: 0.7em;
	margin-top: 0.5em;
	border: 0.1em solid #999a98;
}

#whole {
	margin: 0px;
	width:1030px;
	position: relative;
	left: 50%;
	margin-left: -515px;
	min-height: 100%;
	background: url(../img/main-background.png) repeat-y center top;
	position: relative;
}

#main{
	width: 1000px;
	clear: right;
	overflow: auto;
	margin: 0 15px;
	padding-bottom: 250px;
}

#more_widget{
	float:left; margin-left:150px;
}

/* GENERIC */
.left{
	float:left;
}

.right{
	float:right;
}

.side_right, .side_left {
	z-index: 1;
	height: 100%;
}

/* RIGHT */
ul.taglist li {
	display: inline;
}

/* HEADER */
#head_all {
	width: 1000px;
	margin: 0 15px;
}

#header {
	height: 100px;
	width: 100%;
	float: left;
	background-image: url(../img/header-background.jpg);
	background-repeat: no-repeat;
}

#menu_header {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	float: right;
	font-weight: bold;
	font-size: 0.8em;
	height: 2em;
}

#menu_header ul.menu li {
	border-right: 1px solid black;
	padding-right: 0.4em;
	padding-left: 0.4em;
	display: block;
	position: relative;
	float: left;
}

#menu_header ul.menu li.last {
	border-right: none;
	background-image: url(../img/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}

#menu_header ul.menu li.last.temp {
	background: none;
}

#menu_header ul.menu a {
	color: black;
	text-decoration: none;
}

#menu_header ul.menu a:hover {
	color: #799133;
}

#menu_header ul.menu ul {
	border: 0.1em solid #333333;
	background-color: white;
	margin-top: 0.3em;
	width: 8em;
	height: 0em;
	overflow: hidden;
	display: none;
	clear: both;
	position: absolute;
	left: 0em;
	top: 1.2em;
	z-index: 10;
}

#menu_header ul.menu ul li {
	border: none;
	display: list-item;
	float: none;
	font-size: 13px;
	height: 20px;
}

#menu_header ul.menu ul li:hover {
	background-color: #b8d956;
}

#menu_header ul.menu ul li a:hover {
	color: #333333;
}

#logo{
	margin-left: 20px;
	z-index: 3;
	position: absolute;
	left: 10px;
	font-size: 3.5em;
	color: #FFAD00;
	padding-top: 0.35em;
	padding-left: 0.2em;
}

#search{
	z-index: 3;
	margin-top: 1em;
	margin-right: 20px;
	float: right;
	bottom: 1em;
	right: 1em;
	font-weight: bold;
}

#search form label {
	color: #b5d555;
}

#search form input {
	border: none;
	font-family:"trebuchet ms", arial, sans-serif;
}

#search .search {
	background-color: transparent;
	background-image: url(../img/search.gif);
	background-repeat: no-repeat;
	background-position: center left;
	width: 220;
	height: 28px;
}

#search .search_input {
	border: 0;
	float: left;
	width: 175px;
	padding-right: 3px;
	height: 20px;
	margin-top: 4px;
	margin-left: 8px;
}

#search .search_submit {
	float: left;
	margin-left: -3px;
	background-color: transparent;
	color: #90C014;
	font-weight: bold;
}

/* MENUS */
#main_menu {
	clear: both;
	background-image: url(../img/main_menu_background.jpg);
	background-repeat: no-repeat;
	height: 31px;
	font-weight: bold;
	font-size: 0.8em;
}

#main_menu ul.menu {
	padding-top: 0.6em;
	padding-left: 1em;
	color: white;
}

#main_menu ul.menu li {
	border-right: 1px solid white;	
	padding-right: 0.3em;
	margin-right: 0.4em;
}

#main_menu ul.menu a {
	height: 1em;
	color: white;
	text-decoration: none;
}

#main_menu ul.menu a:hover {
	color: #FFA300;
}

#feed-subscribe {
	float: right;
	margin-right: 5px;
	margin-top: 3px;
	color: #FFA300;
}

.sub_menu {
	padding: 0.3em;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 0.5em;
	background-color: #A3C14E;
	border: 0.1em solid #999A98;
	border-top: 0em;
}

.sub_menu ul li {
	display: inline;
	border-right: 0.1em solid #ffffff;
	padding-left: 0.3em;
	padding-right: 0.2em;
}

.sub_menu a {
	color: white;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
}

.sub_menu a:hover {
	color: black;
	text-decoration: none;
}

/* CONTENT */
#left-and-content {
	float: left;
	width: 100%;
}

#content {
	clear: left;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 1em;
	z-index: 0;
	background-color: white;
	font-size: 0.8em;
}

#content h1 {
	margin-top: 0.5em;
	font-size: 2em;
	color: #3399ff;
	margin-bottom: 0.5em;
}

.page_navigator {
	text-align: center;
}

.page_navigator {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	overflow: hidden;
	height: 25px;
	overflow: auto;
	font-size: 12px;
	text-align: center;
}

ul.page_navigator li {
	color: #333333;
	font-weight: bold;
	display: inline;
	margin-left: 0.15em;
	margin-right: 0.15em;
}

ul.page_navigator li a {
	color: #3399ff;
	font-weight: bold;
}

ul.page_navigator li span {
	text-decoration: none;
}

ul.page_navigator li a:hover {
	color: #333333;
	text-decoration: none;
}

/* FOOTER */
#footer-all {
	position: absolute;
	bottom: 0;
	clear: both;
}

#footer_adsense{
	clear: both;
	text-align: center;
	width: 728px;
	height: 90px;
	position: relative;
	left: 50%;
	margin-left: -364px;
}

#footer{
	color: #ffffff;
	font-size: 0.7em;
	margin: 10px 15px 0 15px;
	position: relative;
	width: 1000px;
	clear: both;
	height: 150px;
	background-color: #666666;
	background-image: url(../img/footer-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}

#lang {
	padding-left: 7px;
	width: 32px;
	height: 100%;
	float: right;
	border-left: 1px dashed #dfdfdf;
}

#lang li.first {
	margin-top: 50px;
}

#lang a img {
	border: 1px solid transparent;
}

#lang a:hover img {
	border: 1px solid #FFA300;
}

#footer li ul {
	padding-top: 0.2em;
}

#footer .fast-item {
	padding-top: 1.5em;
	margin-left: 1.5em;
	color: #ffffff;
}

#footer .fast-item h4 {
	text-align: right;
	margin-right: 0.5em;
	width: 9em;
	font-size: 1.2em;
	float: left;
}

#footer .fast-item li ul {
	float: left;
}

#footer .fast-item li {
	clear: left;
	width: 65em;
	overflow: auto;
}

#footer .fast-item li li {
	width: auto;
	display: inline;
}

#footer .fast-item li a {
	color: #FFA300;
}

#footer .fast-item .categories {
	border-bottom: 1px dashed #dfdfdf;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

#footer .fast-item .categories h4 {
	width: auto;
}

#footer .fast-item .categories ul {
	float: left;
	width: 45em;
}

#footer a:hover, #footer a:visited:hover, #footer li a:hover {
	color: #ffffff;
}

#menu-footer {
	margin-right: 1em;
	margin-top: 2em;
	text-align: right;
}

#menu-footer a {
	color: #b5d555;
}

#copyright {
	width: 30em;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15em;
}

#copyright a {
	color: #b5d555;
}

#right_part {
	float: right;
	padding-right: 7px;
	margin-bottom: 1em;
	width: 280px;
	margin-left: 0.5em;
}

#right_bloc_ad {
	margin-bottom: 1em;
}

#right_part .ad.s250x250 {
	height: 250px;
	width: 250px;
}

#right_bloc_1 {
	background-color: #ffffff;
}

#right_bloc_1.cbb, #right_bloc_1.cb .i3 {
	padding-top: 0.5em;
}

/** CATEGORIES **/

#right_part .label a {
	color: #3399FF;
}

#right_part .label a:hover {
	color: #333333;
	text-decoration: none;
}

#right_part .label {
	color: #3399FF;
	font-weight: bold;
}

#right_part h3.label {
	font-size: 1em;
	text-align: center;
}

#category_bloc ul.recursive_list {
	border-top: 1px solid #AAAAAA;
	margin: 0.2em;
	padding: 0.2em;
	background: transparent none repeat scroll 0 0;
	font-size: 0.9em;
}

#category_bloc ul.recursive_list .selected {
	font-weight: bold;
}

#category_bloc ul.recursive_list a {
	text-decoration: none;
	color: black;
	font-weight: normal;
	width: 100%;
}

#category_bloc ul.recursive_list li {
	background: transparent none repeat scroll 0 0;
}

#category_bloc a {
	padding-left: 16px;
}

#category_bloc a.list-element {
	background: transparent url(../img/arrow.png) no-repeat scroll 6px 0;
}

#category_bloc a.list-element.open {
	background: transparent url(../img/open.png) no-repeat scroll 0 0;
}

#category_bloc a.list-element.close {
	background: transparent url(../img/close.png) no-repeat scroll 0 0;
}

#category_bloc ul.sub {
	background-color: white;
}

#category_bloc ul.sub li {
	margin-left: 1.2em;	
}

#category_bloc ul.recursive_list li:hover, #category_bloc ul.recursive_list li a:hover {
	background-color: #afbff3;
}

#category_bloc ul.recursive_list ul li:hover, #category_bloc ul.recursive_list ul li a:hover {
	background-color: #afd9f3;
}

#category_bloc ul.recursive_list ul ul li:hover, #category_bloc ul.recursive_list ul ul li a:hover {
	background-color: #b7e7a7;
}

.sub-categories {
	margin-top: 2em;
}

.sub-categories h4 {
	color: #3399FF;
}

.sub-categories ul li {
	margin-top: 0.5em;
	background: transparent url(../img/arrow.png) no-repeat scroll 6px 0;
	padding-left: 16px;
}

/* BREADCRUMB */
#breadcrumb {
	margin-left: 7px;
	font-size: 0.8em;
	padding: 0.3em;
}

ul#breadcrumb_chain li {
	display: inline;
}

ul#breadcrumb_chain li a:hover {
	color: #333333 !important;
	text-decoration: none;
}

ul#breadcrumb_chain li a {
	color: #888888;
}

/* LOGIN BLOCS */

form.login p {
	text-indent: 0em;
}

form.login .element-group label {
	display: block;
	float: left;
	width: 10em;
	text-align: right;
	margin-right: 0.5em;
}

form.login .element-group-checkbox {
	padding-left: 9.5em;
}

form.login .element-group {
	clear: both;
	margin-bottom: 0.5em;
}

form.login .element-group input {
	width: 15em;
}

form.login .element-group-checkbox {
	margin-bottom: 0.5em;
}

form.login .submit-group {
	text-align: center;
}

#login {
	background: white;
	border: 1px solid #FFA300;
	position: fixed;
	top: 10px;
	right: 35%;
	z-index: 1000;
	display: none;
	padding: 0.5em;
	width: 28em;
	height: 11em;
}

#login h3 {
	color: #3399FF;
	text-align: center;
	font-size: 1.5em;
}

#login form {
	margin-top: 0.5em;
}

#close_login {
	float: right;
	cursor: pointer;
}

#forgot_password_head {
	font-size: 0.9em;
	margin-left: 10em;
	font-style: italic;
}

/* CBB STYLES */
.i3 {
background:#FFFFFF none repeat scroll 0 0;
display: block;
margin: 0;
padding: 1px 10px;
}
.i3:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.i3 {
display:inline-block;
}
.i3 {
display:block;
}
.one {
position:absolute;
right:0;
top:0;
}
.two {
float:left;
width:45%;
}
.two .bt, .two .bt div, .two .bb, .two .bb div {
background-image:url(box.gif);
}
#three {
clear:both;
float:left;
width:80%;
}
#three .cb {
float:left;
width:40%;
}

/* GREY & GREY-BOTTOM STYLES */
.grey.cbb, .grey-bottom.cbb {
	background: #FFFFFF none repeat scroll 0 0;
	border: 0.15em solid #cccccc;
	padding: 0.5em;
}

.grey-bottom.cbb {
	padding-top: 0;
}

.grey-bottom.cbb {
	border-top: 0em;
}

.grey .bt {
	position: relative;
	background: transparent url(../img/grey-box.png) no-repeat scroll 100% 0;
	height: 13px;
	margin: 0 0 0 13px;
}

.grey .bt div {
	background: transparent url(../img/grey-box.png) no-repeat scroll 0 0;
	font-size: 0;
	height: 13px;
	line-height: 0;
	position: absolute;
	left: -13px;
	width: 13px;
}

.grey-bottom .bt {
	background: none;
	display: none;
}

.grey .bb, .grey-bottom .bb {
	position: relative;
	background: transparent url(../img/grey-box.png) no-repeat scroll 100% 100%;
	height: 13px;
	margin: 0 0 0 13px;
}
.grey .bb div, .grey-bottom .bb div {
	background: transparent url(../img/grey-box.png) no-repeat scroll 0 100%;
	font-size: 0;
	height: 13px;
	left: -13px;
	line-height: 0;
	position: absolute;
	width: 13px;
}
.grey .i1, .grey-bottom .i1 {
	background: transparent url(../img/grey-box-borders.png) repeat-y scroll 0 0;
	padding: 0 0 0 2px;
}
.grey .i2, .grey-bottom .i2 {
	background: transparent url(../img/grey-box-borders.png) repeat-y scroll 100% 0;
	padding: 0 2px 0 0;
}
.grey .two .i1, .grey .two .i2, .grey-bottom .two .i1, .grey-bottom .two .i2 {
	background-image: url(../img/grey-box-borders.png);
}

/* SIMPLE ROUNDED STYLES */
.simple-rounded .bt {
	background: transparent url(../img/comment.png) no-repeat scroll 100% 0;
	height: 5px;
	margin: 0 0 0 5px;
}
.simple-rounded .bt div {
	background: transparent url(../img/comment.png) no-repeat scroll 0 0;
	position: relative;
	line-height: 0;
	font-size: 0;
	height: 5px;
	left: -5px;
	width: 5px;
}
.simple-rounded .bb {
	background: transparent url(../img/comment.png) no-repeat scroll 100% 100%;
	height: 5px;
	margin: 0 0 0 5px;
}
.simple-rounded .bb div {
	background: transparent url(../img/comment.png) no-repeat scroll 0 100%;
	font-size: 0;
	height: 5px;
	left: -5px;
	line-height: 0;
	position: relative;
	width: 5px;
}
.simple-rounded .i1 {
	padding: 0;
	margin: 0;
}
.simple-rounded .i2 {
	padding: 0;
	margin: 0;
}

.simple-rounded .i3 {
	background: none;
	margin: 0;
	padding: 0 3px;
	margin: 0;
	width: auto;
	height: 100%;
}

.simple-rounded.cbb {
	overflow: auto;
	padding: 0.5em 5px;
}

/* WIDGETS STYLES */
.widget_display .bt {
	background: transparent url(../img/widget_box.png) no-repeat scroll 100% 0;
	height: 8px;
	margin: 0 0 0 8px;
}
.widget_display .bt div {
	background: transparent url(../img/widget_box.png) no-repeat scroll 0 0;
	font-size: 0;
	height: 8px;
	left: -8px;
	line-height: 0;
	position: relative;
	width: 8px;
}
.widget_display .bb {
	background: transparent url(../img/widget_box.png) no-repeat scroll 100% 100%;
	height: 8px;
	margin: 0 0 0 8px;
}
.widget_display .bb div {
	background: transparent url(../img/widget_box.png) no-repeat scroll 0 100%;
	font-size: 0;
	height: 8px;
	left: -8px;
	line-height: 0;
	position: relative;
	width: 8px;
}
.widget_display .i1 {
	background: white url(../img/widget_box-borders.png) repeat-y scroll 0 0;
	padding: 0 0 0 3px;
	margin: 0;
}
.widget_display .i2 {
	background: white url(../img/widget_box-borders.png) repeat-y scroll 100% 0;
	padding: 0 3px 0 0;
	margin: 0;
}

.widget_display .i3 {
	background: #ffffff;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.widget_display.cbb {
	margin-top: 0.5em;
	border: 1px solid #d7dce3;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.partners .widget_display .i3 {
	background-image: url(../img/widget_box_background.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.partners .widget_display .bb {
	background-image: url(../img/widget_box_selection.png);
}

.partners .widget_display .bb div {
	background-image: url(../img/widget_box_selection.png);
}

/* COMPLETED MODIFICATIONS STYLES */
.continue {
	text-align: center;
	margin-top: 0.5em;
}

.continue a {
	color: #3399FF;
	font-size: 1.4em;
	font-weight: bold;
}

.continue a:hover {
	text-decoration: none;
	color: #333333;
}

h2 {
	font-size: 1.5em;
}

