* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Tahoma, Verdana, sans-serif;
	width: 100%;
	text-align:center;	
}
a {
	color: #0069B3;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
p2 {
	margin: 0 0 14px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
li {list-style: inside;}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align:left;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 167px;
     background:#ffe600 url(../images/bg_head.png) repeat-x left top;	
   /* background: url(../images/bg_head.jpg) no-repeat left top transparent;*/
	position: relative;
}

#top_menu {
 /*   background: url(../images/bg_menu.png) repeat-x center top transparent; */
    height: 16px;
	position:absolute;
	top: 110px;
	right: 12px;

}
#top_menu li {
	list-style: none;
	float: left;
	line-height: 16px;
	border-left: 1px solid #996600;	
	padding: 0 8px;		
}
#top_menu li a {
	line-height: 16px;
	color: #D1070E;
	font-weight: bold;	
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #D1070E;
}
#top_menu li:first-child {
		border-left:none;
}
#top_menu li a:hover, #top_menu li#current a{
	color:#000000;
	border-bottom: none;
}
#city_menu {
	height: 14px;
	position:absolute;
	bottom: 12px;
	right: 12px;
	float: right;
}
#city_menu ul{
float: right;
}
#city_menu  li {
	list-style: none;
	float: left;
	line-height: 14px;
	border-left: 1px solid #996600;	
	padding: 0 8px;		
}
#city_menu  li a {
	line-height: 14px;
	color: #D1070E;
	font-weight: bold;	
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #D1070E;
}
#city_menu  li:first-child {
		border-left:none;
}
#city_menu li a:hover, #city_menu li#current a{
	color:#000000;
	border-bottom: none;
}
#city_menu b {
	float: left;
	line-height: 16px;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	background: #ffffff;
	padding-top: 7px;	
}
#content {
	padding: 0 260px 0 10px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 240px;
	margin-left: -240px;
        position: relative;
	padding-top: 7px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	   background: url(../images/footer_bg.png) repeat-x scroll center top #D6DEE2;
    color: #000000;
    font-size: 11px;
    height: 50px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
position:relative;
}
/* content styles */

.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
	margin: 8px;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #333;
}

table.contentpaneopen {
	float: left;
	 width: 100%;
	 clear: both;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #669933;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.moduletable_menu, div.moduletable_text, div.inner-goroda  {
  margin-bottom: 7px;
}



div.moduletable_menu , div.moduletable, div.moduletable_text, div.inner-goroda {
	background: #ffe800 url(../images/bg_m.png) repeat-x left top;
	padding: 1px 5px 5px;
}

#sideRight div.moduletable table.poll div {
	background: none;
}



div.moduletable form {
	padding: 4px 0 5px 4px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

#sideRight div.moduletable form {
	padding: 4px 0;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

div.moduletable form table td {
	text-align: left;
}

div.moduletable form ul{
	margin: 10px 0 0;
	padding: 0; 
	list-style: none;
}

div.moduletable_menu ul {
	list-style: none;
	text-align: left;
	padding: 0;
}

div.moduletable_menu ul li{
	margin: 0;
	padding: 0;
}

div.moduletable_menu ul li a:link, div.moduletable_menu ul li a:visited {
	padding: 2px 0 2px 20px;
	line-height: 24px;
	text-decoration: none;
	color: #999;
	font-size: 11px;
}

/* System Standard Messages */
#system-message dd.message ul { 
     background: transparent;
     padding: 3px;
     margin: 0;
}

/* System Error Messages */
#system-message dd.error ul { 
     color: #999; 
     background: none; 
     border-top: 1px solid #829300; 
     border-bottom: 1px solid #829300;
     padding: 0;
     margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
     color: #ECA5A7; 
     background: none; 
     border-top: 1px solid #829300; 
     border-bottom: 1px solid #829300;
     padding: 3px;
     margin: 0 0 5px 0;
}

#system-message dd {
     text-indent: 0;
}

#system-message dd ul {
    list-style-type: none;
    color: #444; 
    background: #F2FBEC; 
	border: solid 1px;
}

#system-message {
     margin: 5px auto;
	 text-align: center;
	 width: 98%;
}


input, button {
	font-family: Tahoma, Verdana, Arial, sans-serif;	
}

input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

#sideRight h3{ 	
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #D1070E;
	font-size: 11px;
	height: 28px;
	text-decoration: none;
	text-align: left;
	padding: 0 10px;
	font-weight: bold;
	line-height: 26px;
	margin: 0 -5px 0 -5px;
}
#sideRight .moduletable_menu, #sideRight .moduletable, #sideRight .moduletable_text, #sideRight .c {

}

#sideRight ul.menu {
	margin: 0 auto;
	padding: 5px 0 0 4px;
	list-style: none;
}

#sideRight ul.menu li {
	margin: 0;
	padding: 0;
}

.pollstableborder input {
	margin: 2px 5px 0 0;
}

td.contentheading {
	color: #0069B3;font-weight: bold;

}
.article_column td.contentheading {
	height:18px;
	overflow:hidden;
}
#article {
	width: 100%;
}
#article img, table.blog table.contentpaneopen img {
	margin: 0px 5px 5px 0px;
	width: 100px;
	height: auto;
}
div.createdate {
	float: left;
	font-weight: normal;
	color:#D1070E;
	padding-right: 10px
}
.button, .button:hover 
{ padding: 1px 10px!important; padding: 1px 5px; color: #f3f5f8; background-color: #D1070E; border-color: #dfe5ec #8e9cae #8e9cae #dfe5ec; border-style: solid; border-width: 1px; }
.button:active, .button:focus { color: #f3f5f8; background-color: #e4bb00; border-color: #8e9cae #dfe5ec #dfe5ec #8e9cae; border-style: solid; border-width: 1px; }
.search .button, .search .button:hover {
	padding: 0;
	padding: 0!important;	
	margin: 0;
	border: none;
	background: none;
}

.acymailing_module_form .button, .acymailing_module_form .button:hover  {
	padding: 0;
	padding: 0!important;	
	margin: 0 0 3px -5px;
	border: none;
	background: none;
}
.inputbox {
	border: solid 1px #FCEEB1;
	background: #ffffff;
}
.inputbox:hover, .inputbox:focus {  border: solid 1px #fcd844; }
#modlgn_remember  {
	border:0;
}
table.acymailing_form td {
	padding: 5px 0;
}
#logo {
	position: absolute;
	top: 0px;
	left: 25px;width: 325px; height: 135px;

	text-align:center;
	font-family: Impact;
	text-decoration: none;
	font-size: 55px;
	color:#d1060e;
}

.first_w_logo {
	 color: #0069B3;
    font-size: 40px;
    font-weight: bold;
	text-shadow: black 1px 1px 2px;
}
.second_w_logo {
	color: #D1070E;	  
    font-size: 47px;
    font-style: italic;
    font-weight: bold;
	text-shadow: black 1px 1px 2px;
}
.trei_w_logo {
	color: #0069B3;
    font-size: 30px;
    font-weight: bold;
}
#logo b {
	color: #999999;
		text-shadow: black 1px 1px 2px;
}
.componentheading, #user h3, h2.menutitle {
	font-size: 16px;
	color:#D1070E;
	font-weight: bold;
}
#user h3 {
	padding-top: 10px;
}
#user {
	padding: 0 10px;
	margin: 0 -10px;
background: #ffe800 url(../images/bg_m.png) repeat-x left top;
margin-bottom: 5px;
}
#user .moduletable {
	margin: 0px;
	padding: 0;
}
.rasylka_ugr {
	float: right;
	position: absolute;
	right: 316px;
	top: 52px;	
}
.search_ugr {
	float: right;
	position: absolute;
	right: 12px;
	top: 52px;
}
.search_ugr div.search {
	line-height: 18px;
	padding-left: 4px;
	height: 18px;
	background: url(../images/input_bg_left.png) no-repeat 0 0;
	color:#666666;

}
.rasylka_ugr div#acymailing_module_formAcymailing1 div.acymailing_module_form {
	line-height: 18px;
	padding-left: 4px;
	height: 18px;
	background: url(../images/input_bg_left.png) no-repeat 0 center;


}
#mod_search_searchword, #user_email_formAcymailing1 {
	background: url(../images/input_bg.png) repeat-x top left;
	line-height: 18px;
	height: 18px;
	border: none;	
		color:#666666;
		font-size: 11px;
}
#mod_search_searchword {
	width: 250px;
}
#user_email_formAcymailing1 {
	margin-bottom: 3px;
		width: 220px;
}
.cat_nume {
	float: right;
	margin-top: -22px;
}
ul.pagination li {
	list-style: none;
	display:inline;
}
.widget-wrap .post_first {
   width: 100%;
	height: 110px;
	display: block;
	overflow:hidden;
	padding-right: 10px;
	padding-top: 10px;
	}
.widget-wrap .post_first h2 a{
   font-size: 18px;

}
.widget-wrap .post {
	float:left;
	width: 355px;
	height: 90px;
	display: block;
	overflow:hidden;
	padding-right: 10px;
}
.widget-wrap .post .no_link,  .widget-wrap .post_first .no_link {
	text-decoration: none;
	color: #000000;
	display:block;
}
.widget-wrap .post img, .widget-wrap .post_first img {
         width: 100px;
height: auto;
}
#icon_menu {
	position:absolute;
	top: 12px;
	right: 16px;
	color:#996600;
}
#icon_menu a {
	color:#d1060e;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
div.buttons {
    margin-top: 0px;
}
#isp-like {
	position:absolute;
	right:0;
	top:50%;
	margin-top:-9px;
	width:115px;
	height:18px;
}
#isp-like #watch_action {
	float:right;
	clear:none;
	margin-top:0;
	padding-top:0;
}
#watch_action {
	width: 115px;
	clear:both;
	margin-top: -25px;
	background: url(../images/gradient.png) no-repeat right top;	
}
.isp_date {
	color:#D1070E;font-size: 18px;
}
.isp_pages {
	font-size: 14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#jc {
	clear:both;
	margin-top:15px;
}
.yashare-auto-init {
	float:right;
}
#isp-title-panel {
	position:relative;
	margin-top:-5px;
}
.isptitle {
	width:600px;
	padding-bottom:5px;
	float:left;
}
a.contentpagetitle {
	display:block;
	height:18px;
	overflow:hidden;
}
.padding-isp {
    padding: 0 10px;
}
.b-share-form-button__before, .b-share-form-button__after {
    background: url(../images/b-share-form-button.png) repeat scroll 0 0 transparent;
    height: 19px;
    position: absolute;
    width: 3px;
}
.b-share-form-button__after {
    background-position: -3px 0;
    margin-left: 4px;
}
.b-share__handle {
    cursor: pointer;
    float: left;
    height: 16px;
    padding: 5px 3px 5px 2px !important;
    text-align: left;
    text-decoration: none !important;
}
.b-share__handle .b-share-form-button {
    margin-top: -2px;
}
.b-share-form-button {
    background: url(../images/b-share-form-button.png) repeat-x scroll 0 -20px transparent;
    border: medium none;
    color: #000000 !important;
    cursor: default;
    display: inline-block;
    font: 86%/17px Verdana,Arial,sans-serif;
    height: 19px;
    margin: 0 3px;
    outline: medium none;
    padding: 0 4px;
    position: relative;
    text-decoration: none !important;
    white-space: nowrap;
}
.isp-back_icon {
    background: url(../images/arrow-isp.png) no-repeat scroll 0 0 transparent;
    height: 17px;
    margin: 1px 0 0 -23px;
    position: absolute;
    width: 20px;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
.isp-sitemap li.isp-arhiv {
list-style:none;padding-left:12px;
}
.isp-arhiv a {
font-size:11px; color:#000;
}
.h2-isp {
font-size:14px;
color:#D1070E;
}
.isp-sitemap {
padding: 0 0 15px 0;
}
.bannergroup {
padding-bottom:7px;
}