/***** Common elements settings *****/

* {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}

body {
	background:#EEC468 url('body_bg.jpg') repeat;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: normal;
}

h1, h2, h3 { 
	margin: 10px 0px 10px 0px;
}
 
.container2 h1, .container2 h2, .container2 h3 {
	color: #820000;
	margin: 0px 0px 10px 0px;
}

.container3 h1, .container3 h2, .container3 h3 {
	color: #820000;
	margin: 0px 0px 10px 0px;
}

.container4 h1, .container4 h2, .container4 h3 {
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.container5 h1, .container5 h2, .container5 h3 {
	color: #656565;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 10px 0px 10px 0px;
}

.small_text p, .small_text a {
	font-size: 11px;
}

a {
	color: #6666C8;
	text-decoration: underline;
}

a.link2 {
	color: #820000;
}

a.right {
	display: block;
	float: right;
}

a.sublink {
	font-weight: bold;
}

a.small_link {
	font-size: 11px;
}

a.nounderline {
	text-decoration: none !important;
}

a.underline {
	text-decoration: underline !important;
}

#wrapper {
	width: 100%;
}



/***** Main container settings *****/

#main_container {
	width: 1000px;
	margin: 0px auto 0px auto;
}



/***** Rounded corner conatiners common settings *****/

.roundedcorners {
	position: relative;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.first_element {
	margin-top: 0px !important;
}

.last_element {
	margin-bottom: 0px !important;
}

.las_bordered_elemet {
	border-bottom: none !important;
}

.roundedcorners .content {
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	overflow: hidden;
	height: 1%;
	padding: 5px 15px 5px 15px;
	
}

.form1{width:128px;}

.roundedcorners .top, .roundedcorners .bottom {
	position:relative;
	height:10px;
	width: 100%;
}

* html .roundedcorners .top, * html .roundedcorners .bottom {
	float: left;
}  

.roundedcorners .top .border, .roundedcorners .bottom .border {
	height: 9px;
	width: auto;
	margin: 0px 10px 0px 10px;
	font-size: 0px;
}

.roundedcorners .top .border {
	border-top-style: solid;
	border-top-width: 1px;
}

.roundedcorners .bottom .border {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.roundedcorners .top .left, .roundedcorners .top .right, .roundedcorners .bottom .left, .roundedcorners .bottom .right {
	position:absolute;
	width:10px;
	height:10px;
	font-size: 0px;
}

.roundedcorners .top .left {
	top: 0px;
	left: 0px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}

* html .roundedcorners .top .left {
	background: none;
}

.roundedcorners .top .right {
	top: 0px;
	right: 0px;
	background-color: transparent;
	background-position: top right;
	background-repeat: no-repeat;
}

* html .roundedcorners .top .right {
	background: none;
}

.roundedcorners .bottom .left {
	bottom: 0px;
	left: 0px;
	background-color: transparent;
	background-position: bottom left;
	background-repeat: no-repeat;
}

* html .roundedcorners .bottom .left {
	background: none;
}

.roundedcorners .bottom .right {
	bottom: 0px;
	right: 0px;
	background-color: transparent;
	background-position: bottom right;
	background-repeat: no-repeat;
}

* html .roundedcorners .bottom .right {
	background: none;
}



/***** Rounded corner "Container 1" settings *****/

.container1 .top .border, .container1 .bottom .border, .container1 .content {
	border-color: #D9A97D;
	background-color: #FFFFFF;
}

.container1 .top .left {
	background-image:url(container1_corn_tl.png);
}

* html .container1 .top .left {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container1_corn_tl.png', sizingMethod='scale');
}

.container1 .top .right {
	background-image:url(container1_corn_tr.png);
}

* html .container1 .top .right {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container1_corn_tr.png', sizingMethod='scale');
}

.container1 .bottom .left {
	background-image:url(container1_corn_bl.png);
}

* html .container1 .bottom .left {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container1_corn_bl.png', sizingMethod='scale');
}

.container1 .bottom .right {
	background-image:url(container1_corn_br.png);
}

* html .container1 .bottom .right {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container1_corn_br.png', sizingMethod='scale');
}



/***** Rounded corner "Container 2" settings *****/

.container2 .top .border, .container2 .bottom .border, .container2 .content {
	border-color: #E5D8AC;
	background-color: #FEFCF1;
}

.container2 .top .left {
	background-image:url(container2_corn_tl.png);
}

* html .container2 .top .left {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container2_corn_tl.png', sizingMethod='scale');
}

.container2 .top .right {
	background-image:url(container2_corn_tr.png);
}

* html .container2 .top .right {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container2_corn_tr.png', sizingMethod='scale');
}

.container2 .bottom .left {
	background-image:url(container2_corn_bl.png);
}

* html .container2 .bottom .left {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container2_corn_bl.png', sizingMethod='scale');
}

.container2 .bottom .right {
	background-image:url(container2_corn_br.png);
}

* html .container2 .bottom .right {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container2_corn_br.png', sizingMethod='scale');
}



/***** Rounded corner "Container 3" settings *****/

.container3 .top .border, .container3 .bottom .border, .container3 .content {
	border-color: #E5D8AC;
	background-color: #FFFFFF;
}

.container3 .top .left {
	background-image:url(container3_corn_tl.png);
}

* html .container3 .top .left {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container3_corn_tl.png', sizingMethod='scale');
}

.container3 .top .right {
	background-image:url(container3_corn_tr.png);
}

* html .container3 .top .right {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container3_corn_tr.png', sizingMethod='scale');
}

.container3 .bottom .left {
	background-image:url(container3_corn_bl.png);
}

* html .container3 .bottom .left {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container3_corn_bl.png', sizingMethod='scale');
}

.container3 .bottom .right {
	background-image:url(container3_corn_br.png);
}

* html .container3 .bottom .right {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container3_corn_br.png', sizingMethod='scale');
}



/***** Rounded corner "Container 4" settings *****/

.container4 .top .border, .container4 .bottom .border, .container4 .content {
	border-color: #D3BBDA;
	background-color: #D3BBDA;
}

.container4 .top .left {
	background-image:url(container4_corn_tl.png);
}

* html .container4 .top .left {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container4_corn_tl.png', sizingMethod='scale');
}

.container4 .top .right {
	background-image:url(container4_corn_tr.png);
}

* html .container4 .top .right {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container4_corn_tr.png', sizingMethod='scale');
}

.container4 .bottom .left {
	background-image:url(container4_corn_bl.png);
}

* html .container4 .bottom .left {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container4_corn_bl.png', sizingMethod='scale');
}

.container4 .bottom .right {
	background-image:url(container4_corn_br.png);
}

* html .container4 .bottom .right {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container4_corn_br.png', sizingMethod='scale');
}



/***** Rounded corner "Container 5" settings *****/

.container5 .top .border, .container5 .bottom .border, .container5 .content {
	border-color: #F8EDCD;
	background-color: #F8EDCD;
}

.container5 .top .left {
	background-image:url(container5_corn_tl.png);
}

* html .container5 .top .left {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container5_corn_tl.png', sizingMethod='scale');
}

.container5 .top .right {
	background-image:url(container5_corn_tr.png);
}

* html .container5 .top .right {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container5_corn_tr.png', sizingMethod='scale');
}

.container5 .bottom .left {
	background-image:url(container5_corn_bl.png);
}

* html .container5 .bottom .left {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container5_corn_bl.png', sizingMethod='scale');
}

.container5 .bottom .right {
	background-image:url(container5_corn_br.png);
}

* html .container5 .bottom .right {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container5_corn_br.png', sizingMethod='scale');
}



/***** Rounded corner "Container 6" settings *****/

.container6 .top .border, .container6 .bottom .border, .container6 .content {
	border-color: #E5D8AC;
	background-color: #FDF9E3;
}

.container6 .top .left {
	background-image:url(container6_corn_tl.png);
}

* html .container6 .top .left {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container6_corn_tl.png', sizingMethod='scale');
}

.container6 .top .right {
	background-image:url(container6_corn_tr.png);
}

* html .container6 .top .right {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container6_corn_tr.png', sizingMethod='scale');
}

.container6 .bottom .left {
	background-image:url(container6_corn_bl.png);
}

* html .container6 .bottom .left {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container6_corn_bl.png', sizingMethod='scale');
}

.container6 .bottom .right {
	background-image:url(container6_corn_br.png);
}

* html .container6 .bottom .right {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/container6_corn_br.png', sizingMethod='scale');
}



/***** Header settings *****/

#header {
	height: 110px;
	position: relative;
	overflow: visible;
}

#underpict1 {
	width: 260px;
	height: 130px;
	position: absolute;
	left: -50px;
	top: 0px;
	background: transparent url(logo_underpict.png) no-repeat;
}

* html #underpict1 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/logo_underpict.png', sizingMethod='scale');
}

#underpict2 {
	width: 120px;
	height: 110px;
	position: absolute;
	left: 280px;
	top: 0px;
	background: transparent url(banner_underpict1.png) no-repeat;
}

* html #underpict2 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/banner_underpict1.png', sizingMethod='scale');
}

#underpict3 {
	width: 195px;
	height: 145px;
	position: absolute;
	left: 600px;
	top: 0px;
	background: transparent url(banner_underpict2.png) no-repeat;
}

* html #underpict3 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/banner_underpict2.png', sizingMethod='scale');
}

#bb468{
float:right;
margin-top:30px;
}

#logo { 
float:left;
}

#logo img{border:none;}

#imgTop{
background:url("bgTopp.jpg") repeat scroll 0 0 transparent;
height:193px;
left:932px;
position:relative;
top:0;
width:194px;
} 
  
 
#logo a {
	text-decoration: none;
}

#cookie{background:url("cookie.jpg") no-repeat scroll 195px 2px transparent;}
#horos{background:url("horoscope.jpg") no-repeat scroll 195px 2px transparent;}


#banner_top {
	position: absolute;
	width: 380px; 
	height: 80px;
	top: 14px;
	left: 350px;
	border: 1px solid #FFE8E4;
}

#label_underpict {
	position: absolute;
	width: 270px;
	height: 105px;
	top: 4px;
	left: 755px;
	background: transparent url(label_underpict.png) center center no-repeat;
}

* html #label_underpict {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/label_underpict.png', sizingMethod='scale');
}

#label {
	position: absolute;
	top: 20px;
	left: 761px;
	width: 170px;
	height: 70px;
	overflow: hidden;
}

#label * {
	font-size: 12px;
	/*font-family: Georgia, Times, serif;*/
	font-family: "Times New Roman", Times, serif;
}

#label p {
	color: #E79824;
	margin: 0px;
	padding: 3px;
}

#label p a {
	color: #AB157D;
	font-weight: bold;
	text-decoration: none;
}



/***** Main menu settings *****/

#menublock {
	position: relative;
	/*z-index: 2;*/
	margin: 0px 0px 15px 0px;
}

#main_menu {
	display: block;
	height: 45px;
	padding: 0px 0px 0px 10px;
/*alpha*/
	margin: 0px;
/*alpha*/
}

#main_menu li {
	list-style: none;
	display: inline;
}

#main_menu li a {
	display: block;
	float: left;
    padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	font-family: Georgia, Times, serif;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}

#main_menu li a span {
	color: #989898;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#main_menu .selection {
	background: black;
	opacity: 0.5;
}


#contests a {
	padding-left: 35px;
	background-image: url(menu_icon_contest.gif);
}

#forum a {
	padding-left: 60px;
	background-image: url(menu_icon_forum.gif);
}

#blog a {
	padding-left: 40px;
	background-image: url(menu_icon_blog.gif);
}

#gallery a {
	padding-left: 40px;
	background-image: url(menu_icon_gallery.gif);
}

#recommendations a {
	padding-left: 35px;
	background-image: url(menu_icon_recommendation.gif);
}

#services a {
	padding-left: 30px;
	background-image: url(menu_icon_services.gif);
}

#seasons a {
	padding-left: 35px;
	background-image: url(menu_icon_summer.gif);
}


#brides_expirience a {
	padding-left: 35px;
	background-image: url(menu_icon_brides_expirience.gif);
}


#firstdance a {
	padding-left: 40px;
	background-image: url(menu_icon_firstdance.gif);
}


#usefull a {
	padding-left: 35px;
	background-image: url(menu_icon_usefull.gif);
}

/***** Content settings *****/

#contentblock {
	/**/
}



/***** Wrapper for floating columns ****/

.wrapper {
	overflow: hidden;
	height: 1%;
}



/***** 2 columned layout with fixed right sidebar *****/

.liquid_left_column {
	width: 100%;
	float: left;
}

.liquid_left_column_content {
	/**/
}

.fixed_right_sidebar {
	float: right;
}



/***** Layouts *****/

#main_column {
	margin-right: -160px;
}

#main_column_content {
	margin-right: 175px;
}

#main_right_sidebar {
	width: 160px;
}

/**/

#left_column {
	margin-right: -520px;
}

#left_column_content {
	margin-right: 535px;
}

#left_column_content ul{
padding:0px;
margin:0px;
list-style:none;
} 


#right_sidebar {
	width: 520px;
}


#left_column_2cols {
	margin-right: -695px;
}
#right_sidebar_2cols {
	width: 695px;
}
#main_column_content_2cols {

}
#left_column_content_2cols {
	margin-right: 710px;
}
.liquid_left_column_content_2cols {
	/**/
}
.fixed_right_sidebar_2cols {
	float: right;
}


/**/

#footer_menu {
	margin-right: -160px;
}

#footer_menu_content {
	
}

#footer_counters {
	width: 160px;
}

 

/***** 2 columned layout with fixed left sidebar *****/  

.fixed_left_sidebar {
	float: left;
}

.liquid_right_column {
	width: auto;
}

.liquid_right_column_content {
	width: 100%;
	float: left;
}


input.text-field {
    height: 16px;
    vertical-align: middle;
    width: 300px;
}


/***** Layouts *****/

#articles {
	width: 520px;
}

#galleries {
	margin-left: 535px;
}

/**/

.news_img {
	width: 55px;
}

.news_descr {
	margin-left: 65px;
}

/**/

.comment_author {
	width: 100px;
}

.comment {
	margin-left: 110px;
}

/**/

.field_label {
	width: 120px;
}

.field {
	margin-left: 130px;
}

/**/

.firm_img {

}

.firm_descr {
	margin-left: 210px;
}




/***** 2 columned layout width liquid columns *****/

.left_half_column {
	float:left;
	width:49%;
}

.right_half_column {
	float:right;
	width:49%;
} 
 


/***** Gallery settings *****/

#galleries .content {
padding:0 10px;
_padding:0 7px;
}

#galleries h2 { 
	margin-bottom:10px;
	margin-top:5px;
} 

.gallery_thumbnail {
	float: left;
	margin: 0px;
	padding: 10px;
}

.gallery_thumbnail img{
height:65px;
width:60px;
}
 
.gallery_thumbnail a { 
	font-size: 11px;
	display: block;
	text-align: center; 
	width: 55px;
}

.clearboth {
	clear: both;
}



/***** Articles block settings *****/

#articles_container {
	border: 1px solid #E5D8AC;
	margin: 0px 0px 15px 0px;
	position: relative;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}

* html #articles_container {
	height: 1%;
}

#article_container {
    float:left;
    width:308px;
    height:240px;
    overflow:hidden;
}

#articles_container .menu {
	float: right;
	background-color: #FDF9E3;
	width: 210px;
	margin: 0px;
	padding: 0px;
}

#articles_container .menu li  {
	list-style: none;
	display: block;
	width: 100%;
}

#articles_container .menu li h3, #articles_container .menu li a {
	display: block;
	position: relative;
	height: 29px;
	line-height: 29px;
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
	border-top: 1px dotted #E5D8AC;
	background-color: #FDF9E3;
	text-decoration: none;
}

#articles_container .menu li a:hover {
	background-color: #FBF2B1;
}

#articles_container .menu li a .arrow_corner {
	background: transparent url(arrow_corner.png) center center no-repeat;
	display: block;
	width: 8px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: -8px;
	visibility: hidden;
}

* html #articles_container .menu li a .arrow_corner {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yanevesta.com/i/static/arrow_corner.png', sizingMethod='scale');
}

#articles_container .menu li a:hover .arrow_corner {
	visibility: visible;
}

#articles_container .menu li h3 {
	margin: 0px;
	color: #820000;
	font-size: 12px;
}

#articles_container .menu li h3 {
	border: none;
	background-color: #F5DA73;
}

#lnk_container {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 290px;
	z-index: 2;
}

#lnk_container a {
	font-family: Georgia, Times, serif;
	text-decoration: none;
}


#last_articles_bottom_container {
    position: absolute;
    width: 308px;
    bottom: 0px;
    height: 50px;
    background-color: #FDF9E3;
    z-index: 1;
    opacity: 0.7;
}



/***** News block settings *****/

.news_container {
	margin: 0px 0px 10px 0px;
}

.news_container p {
	margin: 0px;
	color: #989898;
}


p.datetime {
	margin: 0px;
	color: #989898;
}



/***** Froms settings *****/

.form1 h3 {
	font-weight: bold;
}

.form1 .label {
	color: #FFFFFF;
}

.form1 a {
	color: #666666;
	font-size: 11px;
}

.form1 label {
	color: #FFFFFF;
}

.form2 h3 {
	font-weight: bold;
}

.form2 label {
	color: #666666;
	font-size: 11px;
}

.form2 a {
	color: #6666C8;
	font-size: 11px;
}

.form2 .resultlabel {
	color: #666666;
	font-size: 11px;
}

.form2 .resultdigits {
	color:#FB8A00;
    font-size:9px;
    padding-right:5px;
    width: 50px;
}

.form2 .resultbar {
	margin-top: 0px;
	height: 4px;
	background-color: #FB8A00;
}








/***** Sidemenu block settings *****/

.sidemenu {
	padding: 0px !important;
}

.sidemenuitem {
    cursor: pointer;
}

.sidemenuitem a, .sidemenuitem_active a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
	border-top: 1px dotted #E5D8AC;
	text-decoration: none;
}

.sidemenuitem a {
	background-color: #FDF9E3;
	font-weight: normal;
}

.sidemenuitem a:hover {
	background-color: #FBF2B1;
}

.sidemenuitem_active a {
	background-color: #FBF2B1;
	font-weight: bold;
	color: #666666;
}

.sub_sidemenuitem {
	padding: 5px;
	background-color: #FFFFFF;
}

.sidemenuitem .sub_sidemenuitem {
	display: none;
}

.sidemenuitem_active .sub_sidemenuitem {
	display: block;
}
  
  #bb200 img{width:225px;height:225px;}
  
  
.sidemenuitem_active sidemenuitem, .sub_sidemenuitem a { 
	display: block;
	background-color: transparent;
	height: 20px;
	line-height: 20px;
	border: none;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #6666C8;
}





/***** Form settings *****/

.inputline {
	margin: 0px 0px 5px 0px;
	height: 1%;
	overflow: hidden;
}

.inputline .label {
	color: #FFFFFF;
	width: 50px;
	float: left;
}

.inputline .input {
	
}

.inputline .input input {
	border: 0px none #FFFFFF;
	width: 100%;
	height: 16px;
	float: left;
}

.selectline {
	margin: 0px 0px 5px 0px;
	height: 1%;
	overflow: hidden;
}

.selectline .label {
	color: #FFFFFF;
	width: 65px;
	float: left;
}

.selectline .input {
	margin: 0px 0px 0px 70px;
}

.selectline .input select {
	border: none;
	width: 100%;
	float: left;
}

.chbox {
	margin: 0px;
	height: 1%;
	overflow: hidden;
}

.chbox .input {
	width: 20px;
	float: left;
}

.chbox .label {
	margin: 0px 0px 0px 20px;
}

.rbut {
	margin: 0px 0px 5px 0px;
	height: 1%;
	overflow: hidden;
}

.rbut .input {
	width: 20px;
	float: left;
}

.rbut .label {
	margin: 0px 0px 0px 20px;
}

.submit {
	overflow: hidden;
	height: 1%;
}

.submit input {
	float: right;
	margin: 0px auto 0px auto;
}

.submit a {
	display: block;
	float: right;
}

.submit_center {
	overflow: hidden;
	height: 1%;
	text-align: center;
}

.submit_center a {
	display: block;
	text-align: center;
	margin: 0px 0px 10px 0px;
}



/***** Inner page elements settings *****/

.path * {
	font-size: 11px;
}

.hdr {
	font-weight: normal;
	margin: 15px 0px 15px 0px;
}

.subhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tagline {
	padding: 10px 20px 10px 40px;
	margin: 15px 0px 15px 0px;
	background-color: #F0F0F0;
	color: #989898;
	border-top: 1px dotted #989898;
	border-bottom: 1px dotted #989898;
	background-image: url(icon_tag.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

.tagline * {
	color: #989898;
}

.section_galleries_container {
	border: 1px solid #E5D8AC;
	background-color: #FEF8E4;
	padding: 10px;
	margin: 20px 0px 20px 0px;
	overflow: hidden;
	height: 1%;
}

/*.section_galleries_container .news_descr a {
	font-size: 14px;
	display: block;
	height: 55px;
	line-height: 55px;
}*/

* html .section_galleries_container .news_descr a {
	float: left
}

.section_galleries_container .news_container {
	margin: 0px 15px 0px 0px;
	float: left;
}



/***** Comments block settings *****/

.comments_container {
	background-color: #F9F9F9;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #F9F9F9;
}

h1.comments {
	display: block;
	color: #989898;
	background-color: #EFEFEF;
	border-top: 1px dotted #979797;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 20px 5px 20px;
	margin: 0px;
}

.comment_container {
	padding: 20px 20px 10px 20px;
	border-top: 1px dotted #979797;
}

.comment_container p {
	margin-top: 0px;
	color: #666666;
}

.comment_author p {
	font-weight: bold;
}

.comment_author p span {
	font-weight: normal;
	font-size: 11px;
	color: #CCCCCC;
}

.comment_notification {
	border-style: solid;
	border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(204, 204, 204) rgb(170, 85, 51);
	border-width: 1px 1px 1px 2px;
	margin: 0px 5px 0px 0px;
	padding: 3px 3px 3px 5px;
	background-color: rgb(250, 250, 250);
	font-size:10px;
}


/***** Comment form block settings *****/

.comment_form p {
	margin: 3px 0px 3px 0px;
	color: #999999;
	font-weight: bold;
}

.comment_form span {
	color: #CCCCCC;
}

.comment_form textarea {
	width: 99%;
	height: 100px;
	border: 1px solid #CCCCCC;
}

.comment_form input {
	height: 16px;
	line-height: 16px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}

.comment_form .wrapper {
	margin-bottom: 10px;
}

.comment_form .captcha_container span {
	display: block;
	float: left;
}

.comment_form .captcha_container .captcha {
	float: left;
	margin: 0px 0px 0px 10px;
}

.but_add_comment {
	display: block;
	width: 161px;
	height: 29px;
	font-size: 11px;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	color: #666666;
	margin: 15px 0px 10px 130px;
	background: transparent url(but_bg_adcomment.gif) center center no-repeat;
}


.comment_form p.error, .comment_form p.required {
	color: red;
	font-size: 10px;
}

.comment_form div.error {
    /*background: #FDE2C7 none repeat scroll 0 0;*/
	border: 1px solid red;
	padding: 5px;
}


.comment_form div.required {
	color: red;
	float:left;
}



/***** Tabbed menu settings *****/

.tabs {
	border-bottom: 1px solid #E5D8AC;
	position: relative;
	height: 27px;
}

.tabs ul {
	display: block;
	position: absolute;
	overflow: hidden;
	height: 1%;
	height: 28px;
/*alpha*/
	margin: 0px;
	padding: 0px;
/*alpha*/
}

.tabs li {
	list-style: none;
	display: block;
	height: 28px;
	line-height: 28px;
	float: left;
	margin: 0px 2px -1px 0px;
}

.tabs li * {
	cursor: pointer;
}

.tabs li.inactive {
	background: transparent url(tab_corn_l_inact.gif) top left no-repeat;
}

.tabs li.active {
	background: transparent url(tab_corn_l_act.gif) top left no-repeat;
}

.tabs li a {
	display: block;
	text-decoration: none;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0px 7px 0px 7px;
}

.tabs li.inactive a {
	background: transparent url(tab_corn_r_inact.gif) top right no-repeat;
}

.tabs li.active a {
	background: transparent url(tab_corn_r_act.gif) top right no-repeat;
}

.tabs li a span {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 11px;
}

.tabs li.inactive a span {
	color: #820000;
	background: transparent url(tab_bg_inact.gif) top repeat-x;
}

.tabs li.active a span {
	color: #333333;
	font-weight: bold;
	background: transparent url(tab_bg_act.gif) top repeat-x;
}



/***** Add firm block settings *****/

.addfirm {
	background-color: #F8EDCD;
	padding: 5px 5px 5px 10px;
	margin: 5px 0px 5px 0px;
	overflow: hidden;
	height: 1%;
}

.addfirm p {
	display: block;
	margin: 0px;
	float: left;
	color: #666666;
	line-height: 25px;
	font-size: 11px;
}

.addfirm a {
	display: block;
	float: right;
	width: 115px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	color: #666666;
	background: transparent url(but_bg_addfirm.gif) center center no-repeat;
	font-size: 11px;
}



/***** Firm block settings *****/

.firm_container {
	border-bottom: 1px dotted #979797;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.firm_container p, .firm_container div.p {
	color: #666666;
	margin-top: 0px;
}

.firm_container img {
	border: 1px solid #E7DAB1;
} 

h1.firmname {
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

h1.firmname a {
	font-size: 14px;
}

.firm_container .but_findoutmore, .but_findoutmore a {
	display: block;
	width: 115px;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	color: #820000;
	background: transparent url(but_bg_findoutmore.gif) center center no-repeat;
	float:right;
}
 
h2 a span{
color:#820000;
font-family:Georgia,Times,serif;
font-size:14px;
font-weight:normal; 
margin:0;
padding:0;
}

span.date{font-size:11px;}

h2 a{text-decoration:none;}

.but_vote {
	display: block;
	font-size: 11px; 
	height: 25px; 
	line-height: 25px; 
	text-align: center;
	text-decoration: none;
	color: #820000;
	background: transparent url(but_bg_findoutmore.gif) center center no-repeat;
}

#bb20{float:left;margin-right:5px;}

.bb20T, .bb20T span{font-size:14px !important;}

 
 .firm_container .infoblock { 
	display: block;
	overflow: hidden;
	height: 1%;
	margin-bottom: 0px; 
}

.firm_container .infoblock .address {
	display: block;
	float: left;
	font-weight: bold;
	color: #999999;
}

.firm_container .infoblock .comments {
	display: block;
	float: right;
}



/***** Banners settings *****/

.banner_wrapper {
	margin: 0px 0px 15px 0px;
}



/***** Info block settings *****/

#infoblock {
	margin: 0px 0px 15px 0px;
}

#infoblock * {
	color: #989898;
}

#infoblock h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



/***** Tag cloud settings *****/

.tag_cloud {
	margin: 0px 0px 15px 0px;
	text-align: center;
}

.tag_cloud a {
	color: #3366CC;
	line-height: 175%;
	font-weight: bold;
	text-decoration: none;
}


/***** Footer settings *****/
#footer {
	margin: 0px 0px 15px 0px;
}

#footer #footer_counters a {
	display: block;
	float: right;
	margin: 0px 0px 5px 0px;
}







/*�������� �� ���������*/

	/* �����-����� */

.page-nav {
	float: left;
	width: 100%;
	clear: both;
	margin: 1.88em 0 .63em 0;
}

.company .live .page-nav {
	margin: 0;
	padding: .83em 1.67em;
	width: 80%;
}

.next-prev {
	/*font:2em/100% Tahoma, sans-serif;*/
	color:#000;
}
	.next-prev li {
		display: inline;
		padding-right: .3em;
	}
		.next-prev a:link,
		.next-prev a:visited,
		.next-prev a:hover,
		.next-prev a:active  {
			/*color:#000;*/
		}

	/* ������ ���������� ������� */

#nav-pages {
	font: .92em/100% arial;
	padding: 1em 1em 2em 0;
	margin: 1em 0;
	list-style: none;
	clear: both;
	}

	#nav-pages li {
		float: left;
	}

		#nav-pages a, #nav-pages em {
		margin-right: .1em;
		padding: .5em .5em;
		display: block;
		background: #fff;
		border: 1px solid #fff;
		text-decoration: none;
	}

		#nav-pages a {
		border: 1px solid #beb1b1;
		color: #666;
	}

	#nav-pages a:hover {
		border: 1px solid #beb1b1;
		background-color:#FBF2B1;
	}
		#nav-pages em {
			font-weight: bold;
			font-style: normal;
			color: #fff;
			background: #666;
			border: 1px solid #beb1b1;
		}



.sections_separator {
	padding: 10px;
	overflow: hidden;
}


.special-msg {
	background: #fffacd;
    font-size: 110%;
}

.no-found { font-size: 150%;}


#gallery_cities_filter {
	padding-bottom: 10px;
	font-family: Georgia, Times, serif;
}

#gallery_cities_filter_list {
	 text-align:center;
	 padding-top: 5px;
}


.gallery_firms_content {
	padding: 5px 15px 5px 15px;
	overflow: hidden;
	height: 1%;
}

.address_black {
	display: block;
	float: left;
	font-weight: bold;
	color: #000000;
	padding-bottom:5px;
}

#errorPageContent {
	padding: 40px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#errorPageContent  a {
	font-size: 20px;
}

img.gallery {
	border: 2px solid #E5D8AC;
	hspace: 2px;
	vspace: 2px;
}


.contest_brides_image_container {
	float: left;
	width: 49%;
	height: 210px;
	text-align: center;
	padding-bottom: 45px;
}


div.mp3_container {
	background-color: #FFF6D5;
	padding: 7px;
	padding-top: 1px;
	margin-bottom: 10px;
}

h3.mp3_title{
	font-size: 12px;
}


.msg, .msgYellow {
	border: 1px solid #E5D8AC;
	background-color: #FEF8E4;
	padding: 10px;
	margin: 20px 0px 20px 0px;
	overflow: hidden;
	height: 1%;
}

#cse-search-results iframe {
    width: 520px;
}

.footer_link, .footer_link a {
	font-size: 9px;
}










#citiesSelect_arrow {
    float:left;
    overflow:visible;
}


#citiesArrow {
    position:relative;
}

div.left {
	float: left;
}
div.right {
	float: right;
}



p.question_container {
	font-weight:bold;
}
p.answer_container {
	margin-bottom: 10px;
}
.image_hw5 {
	hspace:5px;
	vspace:5px;
}

div.center, h1.center, h2.center {
	text-align: center;
}

div.break_line {
	padding-bottom: 10px;
}


.button_container .button {
	display: inline-block;
	width: 115px;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	color: #820000;
	background: transparent url(but_bg_findoutmore.gif) center center no-repeat;
	cursor:pointer;
}



table.calculator {
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}

table.calculator thead tr th, table.calculator tfoot tr th {
	background-color: #F5DA73;
	font-family: Georgia,Times,serif;
	color: #820000;
	width: 22%;
	text-align: center;
}

table.calculator tfoot tr th div {
	font-family: Georgia,Times,serif;
	font-size: 22px;
	font-weight:normal;
	color: #820000;
    text-align: right;
}

table.calculator td.category {
	background-color: #FBF2B1;
}

table.calculator td.category div.title {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top:5px;
	float:left;
}

table.calculator td.subcategory {
	text-align: right;
	border-bottom: 1px dotted #979797;
}
table.calculator td.subcategory_first {
	text-align: left;
	border-bottom: 1px dotted #979797;
}

table.calculator td.subcategory_first span.title {
	margin-left: 25px;
	margin-right: 10px
}

table.calculator img {
	border: none;
}

table.calculator div.popup_fields {
	display: none;
	position: absolute;
	background: #FFFFFF;
	width: 200px;
	padding: 10px 2px 2px 2px;
	border: 1px solid;
	text-align: left;
}

table.calculator div.popup_fields div.field_container {
	background-color:#F5DA73;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px 10px 1px;
	border:1px solid #FFFFFF;
}


table.calculator div.popup_fields div.field_container div.label {
	float:left;
    width: 110px;
}

table.calculator div.popup_fields div.field_container span.hint {
    color: red;
}



* html .comment_form textarea {
    margin-left: -130px;
    width: 300px;
}

* html .section_galleries_container .news_container {
    margin: 0px;
}








.tabsFixH3{}
 
.scriptH2 span{
color:#820000;
font-family:georgia;
font-size:18px;
}

#container1{
padding:0px !important;
}

#articles {
margin-bottom:10px;
}

.rgwbanner{  
margin-top:10px; 
display:block;
}