html, body {height:100%;}
body {
	margin: 0px;
	background-color: #e9e6da;
	font-family: verdana, tahoma, arial;
	font-size: 13px;
	background-image: url(../img/main_bg_carton.jpg);
	color: #5f5c51;
	background-position: left top;
	width: 100%;
}

.galleryItem {margin:3px; padding:3px; border :1px solid silver; position:relative;}
.galleryItem .close{position:absolute; top:5px; right:5px;}
.galleryItem *, .galleryItem {float:left}
#attachmentGallery{display:none;}
#attachmentGalleryTag{display:none;}
.start {text-align:center;}
.start input  {	
	background-color:#4678AB;
	border-color:#81ABD6 #29517A #29517A #81ABD6;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Verdana;
	font-size:26px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:26px;
	margin:0;
	padding:3px 20px 7px;
	position:relative;
	text-decoration:none;
	}
.start .startbut {
	background-color:#4678AB;
	border:2px solid;
	border-color:#81ABD6 #29517A #29517A #81ABD6;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Verdana;
	font-size:26px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:26px;
	margin:0;
	padding:3px 20px 7px;
	position:relative;
	text-decoration:none;
	width:40%;
	margin:20px auto 0;

}
.start .startbut a {color:#fff}
.uploadflash {
	background-color:#FFFFFF;
	border:12px solid #FFCC00;
	height:250px;
	margin:0 auto;
	padding:20px 40px 25px;
	position:relative;
	width:440px;
	z-index:150;

}
.uploadflash h2{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #41383b;
 }
.multiuploadFiles {
	background-color:#FFFFFF;
	border-top:12px solid #FFCC00;
	border-left:12px solid #FFCC00;
	border-right:12px solid #FFCC00;
	margin: 0 auto;
	padding:20px 40px 25px;
	position:relative;
	width:440px;
	z-index:150;
	height:300px;

	
}
.multiuploadFiles h2{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #41383b;}

.multiuploadFilesNew {
	background-color:#FFFFFF;
	border: 12px solid #FFCC00;
	margin: 0 auto;
	padding:20px 20px 25px;
	position:relative;
	width:500px;
	z-index:150;
	height:420px;
}
.multiuploadFilesNew h2{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #41383b;
}

#multiFilesCont {position:relative;}
#multiFilesCont div{ margin-bottom: 25px; }   
#multiFilesCont div input {margin-left:40px; background-repeat:no-repeat; background-position:3px 3px;}
#multiFilesCont div .radios {margin: 10px 0px 10px 40px; padding:0px!important; color:#a9a9a9; font-size:12px;}
#multiFilesCont .numbers {width:35px; height:50px; color:#a9a9a9; font-size:24px; float: left;}
#multiFilesCont div .radios input {margin-left:0px;} 
#multiuploadFiles{width:600px;}
#multiuploadFiles iframe{width:0px; height:0px; background:white; visibility:hidden}
#multiuploadStartButton {
	background-color:#4678AB;
	border-color:#81ABD6 #29517A #29517A #81ABD6;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Verdana;
	font-size:26px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:26px;
	margin:0;
	padding:3px 20px 7px;
	position:relative;
	text-decoration:none;
}
#imageType {
	font-size:10px;
	height:40px;
	line-height:40px;
	position:absolute;
	right:60px;
	top:25px;
	vertical-align:middle;
	
}
#imageType img {vertical-align:top; padding:0px 5px;}
#muMessagesBox {font-size:16px; font-weight: bold; color:#ED4C34; padding: 5px;}
.scroll {	overflow-y:auto; height:220px;}
.maw1 {	background-color:#f5f3dd;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 7px;
	font-size: 9px;
	text-align:left;
	line-height:12px;
	
	}
.toolbar{
	border-bottom:12px solid #FFCC00;
	border-left:12px solid #FFCC00;
	border-right:12px solid #FFCC00;
	padding:20px 40px 25px;
	text-align:center;
	background-color:#FFFFFF;
	width:440px;
	margin: 0 auto;
	}
.toolbar input[type="button"], .toolbar input[type="submit"]{margin:5px;}
#multiuploadFiles .addimage { 
	background:  url(../img/mui-plus.gif) no-repeat top left; 
	padding:0px 0px 5px 30px;
}
#multiuploadFiles .addimage a {font-size:17px;}

#commentFormMessages{display:none; color:red; font-size:16px; margin:10px;}

#container {
    width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 980 ? '980px' : (document.documentElement.clientWidth || document.body.clientWidth) > 1400 ? '1400px' : '100%' );
	min-width: 980px;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	position: relative;
}
input, textarea {
	margin: 0px;
	font-family: verdana, tahoma, arial;
	color: #666666;
	font-size: 13px;
}
#head h3.slogan {
	color:#CCCCCC;
	text-align: center;
	margin:0;
	padding:0;
	padding-bottom: 10px;
}
.inbig {
	margin: 0px;
	width: 98%;
	font-family: verdana, tahoma, arial;
	color: #666666;
	font-size: 26px;
	line-height:26px;
	letter-spacing:-1px;
	margin-bottom:5px;
}
.content {
line-height:18px;
}
.cl {
	display:block;
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	margin: 0px;
	padding: 0px;
}
#head h1, #head h2{
	font-family: "Courier New", Courier, monospace;
	font-weight:bold;
}
.bigbut {
	position:relative;
	margin: 0px;
	line-height:26px;
	cursor: pointer;
	font-family: Verdana;
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4678ab;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-top-color: #81abd6;
	border-right-color: #29517a;
	border-bottom-color: #29517a;
	border-left-color: #81abd6;
}
h1, h2, h3{
	font-family: Verdana;
	letter-spacing: -1px;
	font-weight: normal;
	color: #322c2e;
	}
h1 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: -2px;
	line-height: 30px;
	font-size: 32px;
	letter-spacing: -2px;
}
h2 {
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: -2px;
	line-height: 26px;
}
h3 {
	font-size: 17px;
	padding-top: 15px;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 18px;
}
h4 {
	color:#9f9b9c;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 13px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
h5 {
	font-size: 11px;
	font-family: Verdana;
	line-height: 13px;
	font-weight: normal;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h6 {
	color: #98958b;
	font-size: 10px;
	font-family: Tahoma;
	line-height: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
a {
	color: #4678ab;
}
#exp a:hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	background-color: #4678AB;
}
#exp .panel a:hover {
background: none;
}
img {
border:0;

}
p {
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#head h1 {
	font-size: 32px;
	color: #322c2e;
	margin-top: 2px;
	margin-bottom: 15px;
	line-height: 27px;
	position: relative;
}
#head h2 {
font-weight:bold;
	font-size: 24px;
	color: #322c2e;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 20px;
}

#head h3 {
	color: #322c2e;
	margin:0;
	padding:0;
}
.pad {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.bglvl2 {
	background-image: url(../img/bglvl2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bgmp {
	background-image: url(../img/bgmp.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bgwl{
	background-image: url(../img/post_charger/wline.gif);
	background-repeat:repeat-x;
	background-position: 0px 79px;
}
#header {
	height: 80px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom:0.5em;
}
#header .logo {
}
#header .search {
}
#header .search input {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header .search a {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

#head {
	height: 200px;
}
#content {
	padding-top: 1px;
	padding-bottom: 1px;
	clear: both;
}
#head .bookmark {
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}
#head .bookmark h2 {
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	float: left;
	background-image: url(../img/h_h2.gif);
	background-repeat: repeat-x;
	padding-top: 9px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #403737;
	text-transform: uppercase;
}
#head .bookmark .bgh2 {
	background-image: url(../img/bg_h2.png);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 20px;
}
#head .bookmark h4 {
	float: right;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 6px;
	margin: 0px;
	line-height: 13px;
}
#head .line1 {
	z-index: 10;
	position: absolute;
	height: 70px;
	top: 70px;
	width: 100%;
}
#head .line2 {
	z-index: 15;
	position: absolute;
	height: 70px;
	top: 130px;
	width: 100%;
}
#head .line1shadow {
	z-index: 11;
	position: absolute;
	height: 10px;
	font-size:0;
	background-image: url(../img/nav_shadow.png);
	-background-image: none;
	behavior:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/nav_shadow.png', sizingMethod='scale');
	background-repeat: repeat-x;
	top: 130px;
	width: 100%;
}
#head .line2shadow {
	z-index: 16;
	position: absolute;
	height: 10px;
	font-size:0;
	background-image: url(../img/nav_shadow.png);
	-background-image: none;
	behavior:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/nav_shadow.png', sizingMethod='scale');
	background-repeat: repeat-x;
	top: 190px;
	width: 100%;
}
#head .bookmark .h_left {
	background-image: url(../img/h_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#head .bookmark .h_right {
	background-image: url(../img/h_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#head .bookmark .subnav {
	height: 30px;
}
#head .bookmark .subnav a, .activ {
	display: block;
	margin-right: 10px;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 1px;
}
#head .bookmark .subnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#head .bookmark .cp {
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 6px;
	font-family: Tahoma;
	font-size: 11px;
}
#c1 .bookmark .cp {
	background-image: url(../img/cp_c1.jpg);
}
#c2 .bookmark .cp {
	background-image: url(../img/cp_c2.jpg);
}
#c3 .bookmark .cp {
	background-image: url(../img/cp_c3.jpg);
}
#c4 .bookmark .cp {
	background-image: url(../img/cp_c4.jpg);
}
#c5 .bookmark .cp {
	background-image: url(../img/cp_c5.jpg);
}
#c6 .bookmark .cp {
	background-image: url(../img/cp_c6.jpg);
}
#c1 .bookmark .subnav a {
	color: #0078cd;
}
#c1 .bookmark .subnav a:hover, #c1 .activ {
	background-color: #0078cd;
	color: #FFFFFF;
}
#c2 .bookmark .subnav a {
	color: #7726d6;
}
#c2 .bookmark .subnav a:hover, #c2 .activ {
	background-color: #7726d6;
	color: #FFFFFF;
}
#c3 .bookmark .subnav a {
	color: #d51e85;
}
#c3 .bookmark .subnav a:hover, #c3 .activ {
	background-color: #d51e85;
	color: #FFFFFF;
}
#c4 .bookmark .subnav a {
	color: #ed4c34;
}
#c4 .bookmark .subnav a:hover, #c4 .activ {
	background-color: #ed4c34;
	color: #FFFFFF;
}
#c5 .bookmark .subnav a {
	color: #51ac00;
}
#c5 .bookmark .subnav a:hover, #c5 .activ {
	background-color: #51ac00;
	color: #FFFFFF;
}
#c6 .bookmark .subnav a {
	color: #00aeaf;
}
#c6 .bookmark .subnav a:hover, #c6 .activ {
	background-color: #00aeaf;
	color: #FFFFFF;
}
#contentbg {
	background-image: url(../img/main_bg_carton.jpg);
}
#clipboard {
	background-image: url(../img/cb/cb_bg.jpg);
	background-color: #322c2e;
	position: relative;
}
#leftcolumn {
	width: 73%;
	padding-top:30px;
	float:left;
	position:relative;
}
#rightcolumn {
	width: 25%;
	padding-top:40px;
	float: right;
	position:relative;
}
#exp {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 93%;
}
#clipboard .clip {
	height: 80px;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 240px;
	left: 50%;
	margin-left: -120px;
	background-image: url(../img/cb/cb_clip.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#clipboard .clip h1, #clipboard .clip h2, #clipboard .clip h3{
	font-family:"Courier New", arial;
	font-weight:bold;
}

#clipboard .clip h1 {
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 5px;
	margin-top: 38px;
	margin-bottom: 0px;
}
#clipboard .clip h2 {
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#clipboard .clip h3 {
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 5px;
	padding:0px;
	margin-top: 36px;
	margin-bottom: 0px;
	line-height: 15px;
}
#clipboard .cb_bg_t {
	background-image: url(../img/cb/cb_bg_t.jpg);
	background-repeat: repeat-x;
	height: 70px;
	color: #FFFFFF;
}
#clipboard .cb_bg_tl {
	background-image: url(../img/cb/cb_bg_tl.jpg);
	background-repeat: no-repeat;
	height: 70px;
	background-position: left top;
	float: left;
	width: 45%;
}
#clipboard .cb_bg_tr {
	background-image: url(../img/cb/cb_bg_tr.jpg);
	background-repeat: no-repeat;
	height: 70px;
	background-position: right top;
	float: right;
	width: 45%;
}
#clipboard div.cb_bg_b {
	background-image: url(../img/cb/cb_bg_b.jpg);
	background-repeat: repeat-x;
	height: 50px;
	clear: both;
	color: #FFFFFF;
	background-position: center bottom;
}
#clipboard div.cb_bg_bl {
	background-image: url(../img/cb/cb_bg_bl.jpg);
	background-repeat: no-repeat;
	height: 50px;
	background-position: left bottom;
	float: left;
	width: 45%;
}
#clipboard div.cb_bg_br {
	background-image: url(../img/cb/cb_bg_br.jpg);
	background-repeat: no-repeat;
	height: 50px;
	background-position: right bottom;
	float: right;
	width: 45%;
	text-align: right;
}
#clipboard div.cb_bg_r {
	width:100%;
	background-image: url(../img/cb/cb_bg_r.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#clipboard div.cb_bg_l {
	width:100%;
	background-image: url(../img/cb/cb_bg_l.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#rightcolumn .bp_l {
	background-image: url(../img/bp_bg_l.jpg);
	background-repeat: no-repeat;
	background-position: left;
	position:relative;
	height:170px;
}
#rightcolumn .bp_r {
	background-image: url(../img/bp_bg_r.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position:relative;
	height:170px;
}
#rightcolumn .bp_r h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	position:relative;
	margin: 0px;
	padding-bottom: 2px;
	margin-bottom:1px;
}
.avatar_big {
	background-image: url(../img/avatar_big.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#freshexp {
}
#banner {
	color: #FFFFFF;
	background-color: #000000;
	height: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}
.but_addobr2  a {
	background-color: #FFCC00;
	display: block;
	margin-top: 10px;
	float: right;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
	height: 17px;
	position: absolute;
	color: #000000;
	right: 6%;
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DB9F02;
}
.but_addobr2  a:hover {
	background-color: #4678ab;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-color: #355C84;
}
.but_addobr2 {
	height: 30px;
	position: relative;
}
.rel {
	position: relative;
}
#rightcolumn .bpinput {
	display: block;
	width: 98%;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: verdana, tahoma, arial;
	color: #002c59;
}
#clipboard .sort{
	white-space: nowrap;
	color: #FFFFFF ;
	font-family: Tahoma;
	font-size: 11px;
	margin-top: 18px;
	margin-left: 5%;
	position: absolute;
	z-index: 35;
	left: 0px;
	width: 220px;
}
#clipboard  .sort p {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#clipboard  .sort a{
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-image: url(../img/sort_vverh.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	display: block;
	float: left;
	margin-right: 5px;
}
#clipboard  .sort a:hover{
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	background-image: url(../img/sort_vverh_sel.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
#clipboard  .sort .selected_desc a{
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-image: url(../img/sort_vverh_sel.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	display: block;
	float: left;
	margin-right: 5px;
}
#clipboard  .sort .selected_desc a:hover{
	background-image: url(../img/sort_niz_sel.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
#clipboard  .sort .selected_asc a{
    color: #000000;
    text-decoration: none;
    background-color: #FFCC00;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 12px;
    background-image: url(../img/sort_niz_sel.gif);
    background-repeat: no-repeat;
    background-position: 3px center;
    display: block;
    float: left;
    margin-right: 5px;
}
#clipboard  .sort .selected_asc a:hover{
    background-image: url(../img/sort_vverh_sel.gif);
    background-repeat: no-repeat;
    background-position: 3px center;
}
#clipboard .addfav {
	margin-top: 5px;
	background-image: url(../img/cp_addfav2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	white-space: nowrap;
	color: #FFFFFF;
	padding-right: 25;
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 6%;
	position: absolute;
	margin-left: 6%;
	padding-left: 60px;
        padding-right: 0px;
}
#clipboard .addfav a{
	padding-right: 25px;
	color: #FFFFFF;
}

#clipboard .share-buttons {
	margin-top: 18px;
	padding-right: 25;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 6%;
	position: absolute;
	margin-left: 6%;
	padding-left: 55px;
}
#clipboard .like-buttons {
	margin-top: 45px;
	padding-right: 25;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 6%;
	position: absolute;
	margin-left: 6%;
	padding-left: 60px;
}

.pages {
	margin-top: 25px;
	white-space: nowrap;
	color: #342e30;
	font-family: "Courier New", Courier;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 4%;
	position: absolute;
	text-align: right;
	right: 0%;
	line-height: 20px;
	font-weight: bold;
	z-index: 36;
	letter-spacing: normal;
	word-spacing: normal;
}
#board .pages {
	margin-top: 25px;
	white-space: nowrap;
	color: #342e30;
	font-family: "Courier New", Courier;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 4%;
	position: relative;
	float:right;
	text-align: right;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
}
#down .pages  {
	margin-top: 10px;
}
.pages a{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 1px;
	margin-right: 3px;
	margin-left: 3px;
}
.pages a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
}
.pages span.selected {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
}
.pages span {
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 1px;
	margin-right: 3px;
	margin-left: 3px;
}
#freshexp .bg_l {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 25px;
	background-image: url(../img/smallexp_bg_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.smallexp {
	color: #666666;
	height: 70px;
}
.smallexp .numb {
	float: left;
	font-family: Tahoma;
	font-size: 10px;
	margin-right: 5px;
	height: 15px;
	padding-top: 2px;
	color: #999999;
}
.smallexp .rating {
	float: left;
	font-family: Tahoma;
	font-size: 10px;
	margin-right: 5px;
	height: 13px;
	padding-top: 4px;
}
.smallexp .comments {
	float: left;
	font-family: Tahoma;
	font-size: 10px;
	background-image: url(../img/smallexp_comments.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	width: 18px;
	text-align: center;
	height: 15px;
	padding-top: 2px;
	margin-right: 6px;
}
.smallexp .views {
	float: left;
	font-family: Tahoma;
	font-size: 10px;
	background-image: url(../img/smallexp_views.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	text-align: center;
	height: 15px;
	padding-right: 14px;
	padding-top: 2px;
}
.smallexp h1 {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	font-family: verdana, tahoma, arial;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.smallexp h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	font-family: verdana, tahoma, arial;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.smallexp .thumb, .smallcomment .thumb{
	height:60px;
	width:60px;
	padding-right:20px;
}
#exp .main .thumb a:hover{
	background:none;
}
#exp .main .thumb a{
	display:block;
}
.smallexp .text, #rightcolumn .smallexp .text, .smallcomment .text{
	height:56px;
	overflow:hidden;
}
.smallexp .text h3{
	padding:0;
	margin:0;
}
.smallexp .text a:hover{
	color:#FFFFFF;
	background-color:#4678AB;
	text-decoration:none;
}
.smallexp .text a.obcol:hover{
	background-color:#80b133;
}
.bookmark a {
	cursor: pointer;
	color: #403737;
	text-decoration: none;
}
#freshexp .bg_r {
	background-image: url(../img/smallexp_bg_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#exp .info {
	padding-top: 1px;
	padding-bottom: 1px;
}
#exp .info .thumb{
	width: 60px;
	padding-right: 10px;
}
#exp .main {
    padding-left:3px;
    padding-right:3px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
	width:88%;
	position: relative;
	overflow:hidden;
}
.uarea {
line-height:20px;
}
#exp #pre {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5%;
	padding-left: 5%;
}
#exp #pre h1 {
	font-size: 24px;
	line-height: 24px;
}
#exp #pre h1 a{
	text-decoration: underline;
}
#exp #pre h1 a:hover{
	text-decoration: none;
}
.info .comments {
	font-family: Tahoma;
	font-size: 11px;
	padding-right: 10px;
	line-height: 13px;
}
.info .comments .com_l{
	background-image: url(../img/info/com_left.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-top: 2px;
}
.info .comments .com_r{
	background-image: url(../img/info/com_right.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 3px;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-top: 1px;
}
.info .rating {
	padding-right: 10px;
}
.info .views {
	font-family: Tahoma;
	font-size: 11px;
	background-image: url(../img/smallexp_views.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	padding-right: 14px;
	line-height: 13px;
}
.info .numb  {
	font-family: verdana, tahoma, arial;
	font-size: 17px;
	font-weight: normal;
	padding-right: 10px;
	white-space: nowrap;
	letter-spacing: -1px;
}
.main .tags {
	margin-top: 15px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #5f5c51;
	margin-bottom: 25px;
}
.main .tags h3{
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.main .tags .rating {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
.main .tags td {
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 6px;
	padding-left: 6px;
}
.main .tags th {
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 6px;
	padding-left: 6px;
	text-align: left;
	color: #000000;
}
#exp .main .anons {
	line-height: 20px;
	margin-top: 10px;
}
#exp .main .anons img{
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#exp .main .user{
	width: 20%;
	text-align: center;
}
#exp .main .stamp{
	background-image: url(../img/niimedved.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 78px;
	width: 78px;
	position: absolute;
	margin-top: 25px;
	margin-left: 35px;
}
#exp .main .user h1{
	margin: 0px;
}
#exp .main .uc{
	color: #65248a;
	margin-left: 10px;
}
#exp .main .info h2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#exp .main .info h4{
	color: #9f9b9c;
	}
#exp .info .activity {
	margin-top: 30px;
}
#exp .poteme {
position:relative;
	width:88%;
	margin-left:auto;
	margin-right:auto;
}
#exp .sk_l {
	background-image: url(../img/exp_skladka_l.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#exp .sk_r {
	background-image: url(../img/exp_skladka_r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#exp .poteme .addobr {
right:0;
	position: absolute;
	margin-top: 5px;
	font-family: Tahoma;
	font-size: 11px;
}

#exp .sosedi {
width: 88%;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
}
#exp .ego {
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 5%;
	padding-left: 5%;
}
#exp .ego h3{
	font-size: 17px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#exp .ego h3 a{
	margin-right: 10px;
}
#exp .ego h3 a:hover{
	color: #65248a;
}
#exp .ego h3 span{
	margin-right: 10px;
	color: #65248a;
}
.category {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
.category a {
	color: #FFFFFF;
	text-decoration: none;
}
.category a:hover, #exp .category a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: none;
}
.category span {
	margin-right: 5px;
	margin-left: 5px;
}
.category div {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 3px;
	float: right;
	margin: 1px;
	white-space: nowrap;
}
.category div.c1 {
	background-color: #3f96e3;
}
.category div.c2 {
	background-color: #6631b6;
}
.category div.c3 {
	background-color: #e13b94;
}
.category div.c4 {
	background-color: #e53523;
}
.category div.c5 {
	background-color: #83c338;
}
.category div.c6 {
	background-color: #00c6c7;
}
#exp .expbg_tl {
	background-image: url(../img/exp_paper_tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#exp .expbg_t {
	background-image: url(../img/exp_paper_t.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#exp .expbg_b {
	background-image: url(../img/exp_paper_b.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#exp .expbg_r {
	background-image: url(../img/exp_paper_r.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#exp .expbg_l {
	background-image: url(../img/exp_paper_l.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#exp .expbg_tr {
	background-image: url(../img/exp_paper_tr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#exp .smallexp  {
	height: 70px;
}
#exp .paperbot {
	height: 40px;
}
#exp .expbg_bl {
	background-image: url(../img/exp_paper_bl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#exp .expbg_br {
	background-image: url(../img/exp_paper_br.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 700px;
}
#exp .poteme .addobr a {
	background-color: #ffd42c;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Tahoma;
	font-size: 11px;
	display: block;
	color: #000000;
}
#exp .poteme .addobr a:hover {
	background-color: #4678AB;
	color: #FFFFFF;
	text-decoration: none;
}
#obr {
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	width: 93%;
	margin-right: auto;
	margin-left: auto;

}
#obr .obrazec {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 93%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative;
}
#obr .main {
/*	margin-top: 15px; */
	margin-bottom: 15px;
}
#obr .smallexp {
	height: auto;
}
#obr .smallexp h1 {
	font-size: 13px;
	line-height: 15px;
	margin: 0px;
}
#obr  h1 {
	color: #FFFFFF;
	font-size: 44px;
	font-weight: normal;
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 18px;
	position: static;
}
#obr  .head1 {
	margin-top: 15px;
	margin-bottom: 30px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFCC00;
	padding-top: 1px;
	padding-bottom: 1px;
}
#obr  .obrazec  .pd {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
#txt .main {
	background-image: url(../img/obr_txt.gif);
	background-repeat: repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 17px;
	font-size: 11px;
	height: 100px;
	overflow: hidden;
}
#video .main {
	background-image: url(../img/obr_video.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}

#image .main {
	text-align: center;
}
#image .main table td.corn_lt {
    background-image: url(../img/post_img_corn_lt.gif);
    background-repeat: no-repeat;
    width: 18px;
    height: 20px;
    background-position: left top;
}
#image .main table td.corn_rt {
    background-image: url(../img/post_img_corn_rt.gif);
    background-repeat: no-repeat;
    width: 18px;
    height: 20px;
    background-position: left top;
}
#image .main table td.corn_top {
    background-image: url(../img/post_img_corn_top.gif);
    background-repeat: repeat-x;
    background-position: left top;
    height: 20px;
}
#image .main table td.corn_left {
    background-image: url(../img/post_img_corn_left.gif);
    background-repeat: repeat-y;
    background-position: left top;
    width: 18px;
}
#image .main table td.corn_right {
    background-image: url(../img/post_img_corn_right.gif);
    background-repeat: repeat-y;
    background-position: left top;
    width: 18px;
}
#image .main table td.corn_lb {
    background-image: url(../img/post_img_corn_lb.gif);
    background-repeat: no-repeat;
    width: 18px;
    height: 20px;
    background-position: left top;
}
#image .main table td.corn_rb {
    background-image: url(../img/post_img_corn_rb.gif);
    background-repeat: no-repeat;
    width: 18px;
    height: 20px;
    background-position: left top;
}
#image .main table td.corn_bottom {
    background-image: url(../img/post_img_corn_bottom.gif);
    background-repeat: repeat-x;
    background-position: left top;
    height: 20px;
}
#audio .main {
	background-image: url(../img/obr_audio.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 80px;
}
#flash .main {
	background-image: url(../img/obr_flash.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.pins {
	position: absolute;
	top: -10px;
	width: 100%;
	left: 0px;
	background-color: #CCCCCC;
}
.pins .c1 {
	background-image: url(../img/pins/c1.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0px;
	left: 0%;
	height: 50px;
	width: 60px;
}
.pins .c2 {
	background-image: url(../img/pins/c2.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0px;
	left: 59px;
	height: 50px;
	width: 60px;
	margin-top: 15px;
}
.pins .c3 {
	background-image: url(../img/pins/c3.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0px;
	left: 35%;
	height: 50px;
	width: 60px;
	margin-top: 5px;
}
.pins .c4 {
	background-image: url(../img/pins/c4.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0px;
	left: 50%;
	height: 50px;
	width: 60px;
}
.pins .c5 {
	background-image: url(../img/pins/c5.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 8px;
	left: 72%;
	height: 50px;
	width: 60px;
}
.pins .c6 {
	background-image: url(../img/pins/c6.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0px;
	left: 85%;
	height: 50px;
	width: 60px;
}
#obr .obrazec .obr_bg_tl {
	background-image: url(../img/obr/obr_bg_tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-bottom: 25px;
	-zoom:1
}
#obr .obrazec .obr_bg_br {
	background-image: url(../img/obr/obr_bg_br.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#obr .addobr  a {
	background-color: #FFCC00;
	display: block;
	float: right;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
	height: 17px;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding-top: 2px;
}
#obr .addobr a:hover {
	background-color: #4678ab;
	color: #FFFFFF;
}
#obr .addobr {
	position: absolute;
	margin-top: 40px;
	right: 6%;
	width: 120px;
}
#mainpage #head {
	height: 580px;
}
#mainpage #head .line1 {
	height: 230px;
	top: 80px;
	padding-top: 20px;
}
#mainpage #head .line2 {
	height: 230px;
	top: 330px;
	padding-top: 20px;
}
#mainpage #head .karman {
	background-color: #FFFFFF;
	background-image: url(../img/karman_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 143px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 26px;
	padding-left: 26px;
}
#mainpage .smallexp {
	height: 70px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#mainpage #head .line1shadow {
	top: 320px;
}
#mainpage #head .line2shadow {
	top: 570px;
}
#rightcolumn #lastcom {
	padding-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	width: 86%;
}
#lastcom p{
	padding:0;
	margin:0;
	line-height:normal;
	padding-bottom: 5px;
}
#lastcom h6 {
	color:#98958b
}
#rightcolumn .msg {
width: 86%;
padding-bottom: 10px;
margin-left:auto;
margin-right:auto;
}
#rightcolumn #lastcom .dt{
	background-image: url(../img/lastcom_dottedline.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 1px;
}
#rightcolumn  #topusers {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 12px;
	margin-top: 20px;
}
#rightcolumn #topusers h2, #rightcolumn #topusers h3{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#rightcolumn  #topusers .bg1 {
	background-color: #5e5b51;
	background-image: url(../img/users_bg_s.jpg);
	background-repeat: repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fcd5a2;
	border-right-color: #b69d75;
	border-bottom-color: #b69d75;
	border-left-color: #fcd5a2;
}
#rightcolumn  #topusers .text {
	position: relative;
	background-image: url(../img/bp_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 5px;
	font-family: Tahoma;
	font-size: 11px;
	margin-right: 20px;
	margin-left: 20px;
}
#rightcolumn  #topusers .text a{
	text-decoration: underline;
}
#rightcolumn #topusers .bg2 {
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
	border: 5px solid #c4aa88;
}
#rightcolumn #topusers .bg2 a {
	color: #FFCC00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#rightcolumn #topusers .bg2 a:hover {
	background-color: #FFCC00;
	color: #443a30;
	text-decoration:none;
}
#rightcolumn #topusers .rating {
	text-align: right;
}
#rightcolumn #topusers .thumb {
	width: 50px;
	padding-right: 10px;
/*	background-image: url(/img/rc/rating_thumb.gif); */
	background-repeat: no-repeat;
	background-position: left center;
	height: 70px;
}
#rightcolumn #topusers .thumb img{
	border: 2px solid #ece8dd;
	display:block;
}
#rightcolumn #topusers .thumb a:hover img{
	border: 2px solid #FFCC00;
}
#rightcolumn #freshexp .bg1 {
	background-color: #FFFFFF;
}
#rightcolumn #freshexp .bg2 {
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
}
#comments {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}
#comments .thumb {
	vertical-align:top;
	height:60px;
	width:60px;
	padding-right:20px;
}
#comments .author {
	margin-bottom: 6px;
	font-size: 11px;
	font-family: Tahoma, Arial;
	color: #999999;
	position: relative;
	line-height: 13px;
}
#comments .rating {
	width: 64px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
#comments .rating h1 {
	font-size: 32px;
	text-align: center;
	color: #afada8;
	line-height: 32px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#comments .rating h2 {
	background-color: #FFFFFF;
	font-size: 0px;
	position: relative;
	line-height: 0px;
	margin-top: 4px;
	white-space: nowrap;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#comments .rating .red {
	color: #d10000;
}
#comments .rating .green {
	color: #8fd100;
}
#comments .rating a {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 20px;
	width: 24px;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
#comments .rating a.minus {
	background-image: url(../img/comments/minus.gif);
}
#comments .rating a.minus:hover {
	background-image: url(../img/comments/minus_hover.gif);
	text-decoration: none;
}
#comments .rating a.plus {
	background-image: url(../img/comments/plus.gif);
}
#comments .rating a.plus:hover {
	background-image: url(../img/comments/plus_hover.gif);
	text-decoration: none;
}
#comments h1 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.com {
	background-color:#FFFFFF;
	background-repeat: repeat;
	margin-top: 10px;
}
.com1 {
	background-image: url(../img/c1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.com2 {
	background-image: url(../img/c2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.com3 {
	background-image: url(../img/c3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.com4 {
	background-image: url(../img/c4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.com5 {
	display:block;
	position:relative;
	background-image: url(../img/c5.gif);
	background-repeat: no-repeat;
	background-position: 100px top;
	height: 12px;
}
.com .text {
	padding-top: 13px;
	padding-bottom: 13px;
	overflow:hidden;
}
#comments .addcom {
	background-image: url(../img/add_com_bg.jpg);
	background-repeat: repeat;
}
#comments .addcom1 {
	background-image: url(../img/ac1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#comments .addcom2 {
	background-image: url(../img/ac2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#comments .addcom3 {
	background-image: url(../img/ac3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#comments .addcom4 {
	background-image: url(../img/ac4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#comments .addcom5 {
	background-image: url(../img/ac5.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	padding-top: 30px;
	text-align:center;
}
#comments .addcom .text {
	margin-right: auto;
	margin-left: auto;
	width: 88%;
	padding-top: 30px;
	padding-bottom: 30px;
}
#comments .addcom .text textarea {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 100%;
	font-family: Verdana;
	font-size: 13px;
	line-height: 15px;
}
#comments h2 {
	margin-top: 25px;
}
#comments  a.publish {
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4678AB;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}
#comments a.publish:hover {
	background-color: #000000;
}
.smallcomment .rating {
	text-align: right;
	padding-left: 10px;
}
.smallcomment .rating .red {
	color: #d10000;
}
.smallcomment .rating .green {
	color: #8fd100;
}
.smallcomment .rating h2 {
	margin: 0px;
	color: #afada8;
}
.smallcomment td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#obrazec {
	background-color: #FFFFFF;
}
#obrazec .bg_t {
	background-image: url(../img/obrazec/bg_t.jpg);
	background-repeat: repeat-x;
}
#obrazec .bg_tl {
	background-image: url(../img/obrazec/bg_tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#obrazec .bg_tr {
	background-image: url(../img/obrazec/bg_tr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#obrazec .bg_b {
	background-image: url(../img/obrazec/bg_b.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#obrazec .bg_bl {
	background-image: url(../img/obrazec/bg_bl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 1px;
	padding-bottom: 1px;
}
#obrazec .bg_br {
	background-image: url(../img/obrazec/bg_br.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#obrazec .bg_r {
	background-image: url(../img/obrazec/bg_r.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#obrazec .bg_l {
	background-image: url(../img/obrazec/bg_l.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#obrazec a.addfav{
	color: #4678AB;
	background-image: url(../img/obr_addfav.gif);
	background-repeat: no-repeat;
	background-position: right center;
	white-space: nowrap;
	padding-right: 25;
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: right;
	float: right;
	position: absolute;
	right: 0px;
}
#obrazec .main {
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	padding-top: 1px;
	padding-bottom: 1px;
}
#obrazec .info {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #807a7b;
	margin-bottom: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#obrazec .info .category {
	float: left;
}
#obrazec .pins {
	top: -40px;
	left: 0px;
	width: 75%;
}
#board {
	position: relative;
	margin-bottom: 20px;
	padding-top: 30px;
}
#board .bg2 {
	border: 13px solid #c4aa88;
}
#board .bg1 {
	background-color: #5e5b51;
	background-image: url(/img/users_bg_s.jpg);
	background-repeat: repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fcd5a2;
	border-right-color: #b69d75;
	border-bottom-color: #b69d75;
	border-left-color: #fcd5a2;
}
#board .bg{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #fcd5a2;
	border-left-color: #b69d75;
	border-top-color: #b69d75;
	border-right-color: #fcd5a2;
}
#board .main {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #bbafa1;
}
#board #topusers a{
	color: #FFCC00;
}
#board #topusers a:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	background-color: #FFCC00;
}
#board .main a:hover{
	color: #FFFFFF;
}
#board .main h1{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#board .main  #topusers p{
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	line-height: 15px;
}
#board .main h2{
	color: #ead6c0;
}
#board #topusers .main h2, .total h2{
	margin: 0px;
	padding: 0px;
}
#board .main h3{
	padding: 0px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#board .main h4{
	color: #d1beaa;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#board .head {
	position: absolute;
	left: 35%;
	top: 10px;
	background-color: #e6dfb9;
	width: 30%;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #FFFFFF;
	background-image: url(/img/board/bg_head.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding-right: 30px;
	padding-left: 30px;
}
#board .head h1{
    margin: 0;
}
#board .total {
	background-color: #AE0000;
	padding: 10px;
	margin-top:30px;
	color: #FFFFFF;
	margin-bottom: 20px;
	width: 55%;
	margin-right: auto;
	margin-left: auto;
}
#board .total h2, #board .total h4{
	color: #fff7d3;
}
#topusers td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#topusers .name {
	padding-right: 10px;
	width: 24%;
}

#topusers th {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
#topusers #dark {
	background-image: url(../img/board/dark.png);
}
#topusers .rating {
	text-align: right;
}
#topusers .thumb {
	width: 50px;
	padding-right: 10px;
	text-align:left;
}
#topusers .thumb a{
display:block;
}
td.h_left,
td.h_right,
div.ll,
div.rr,
div.bgh2 {
	behavior: url(iepngfix.htc)
}

.registration {
    position: relative;
    z-index: 150;
	border: 12px solid #ffcc00;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
	width: 360px;
	margin-left: auto;
    margin-right: auto;
	background-color:#FFFFFF;
}
.registration h2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #41383b;
}
.registration h1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.registration  td  {
    padding-top: 5px;
    padding-bottom: 5px;

}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 100;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
}

.form_field_incorrect {
    border: solid 2px red;
}

.searchresults {
	padding-top:10px;
	padding-bottom:10px;
    width: 88%;
    margin-right: auto;
    margin-left: auto;
}
span.s  {
    background-color: #FFCC00;
    color: #000000;
	padding-left: 5px;
	padding-right:5px;
}

.tag_list_div {
    position: absolute;
    z-index: 20;
    display: none;
    border: solid 1px black;
    width: 220px;
    background-color: white;
    padding: 0px;
}

.tag_list tr {
    background-color: white;
}

.tag_list td {
    padding: 2px 4px 2px 4px;
}

.tag_list tr:hover,
.tag_list tr.item-hover {
    background-color: #AAAAFF;
    cursor: pointer;
}

.popup {
    z-index: 110;
    /*width: 100%;*/
    left:50%;
    display: none;
    
}

.popup a.white{
color:#FFFFFF;
}
.popup a.white:hover {
background-color:#FFFFFF;
color:#4678ab;
text-decoration:none;
}
.mess {
	background-image: url(../img/bg_mess.jpg);
    width: 500px;
	padding:10px;
	margin-left: auto;
    margin-right: auto;
	background-color:#ffffff;
	position:relative;
}
.mesclose {
	text-align:right;
	margin-left: auto;
    margin-right: auto;
}
.message1 {
	border: 12px solid #ffcc00;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	width: 360px;
	margin-left: auto;
    margin-right: auto;
	background-color:#FFFFFF;
}
.message2 {
text-align:center;
	border: 20px solid #CC0000;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.message3 {
	border: 12px solid #2e5b93;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	width: 360px;
	margin-left: auto;
    margin-right: auto;
	background-color:#FFFFFF;
}
.message4 {
	border: 12px solid #73bc00;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
	width: 360px;
	margin-left: auto;
    margin-right: auto;
	background-color:#FFFFFF;
}
.message5 {
	border: 12px solid #ffcc00;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
	width: 360px;
	margin-left: auto;
    margin-right: auto;
	background-color:#FFFFFF;
}
.message31 {
padding-top: 10px;
	width: 440px;
	margin-left: auto;
    margin-right: auto;
}
a.button_blue {
    color: #FFFFFF;
    background-color: #4678ab;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    text-decoration: none;
}
a.button_blue:hover {
   color: #FFFFFF;
   background-color: #2f6193;
}
.info h1 .edit {
   font-family: Tahoma;
   font-size: 11px;
   font-weight: normal;
   color: #84816F;
   line-height: 11px;
}
#expbig, #obrbig, #addbig {
	float:left;
	height:40px;
}
#expsmall, #obrsmall, #addsmall {
    margin-top:9px;
	margin-left:3px;
	margin-right:3px;
	float:left;
	height:30px;
}
#expsmall, #obrsmall {
	background-color:#cec8b4;
	background-image: url(../img/post_charger/small_m.gif);
	background-repeat:repeat-x
}
#expbig, #obrbig, #addbig {
	background-color:#cec8b4;
	background-image: url(../img/post_charger/big_m.gif);
	background-repeat:repeat-x
}	
#addsmall {
	background-color:#ffc000;
	background-image: url(../img/post_charger/small_add_m.gif);
	background-repeat:repeat-x
}
#header .ll, #header .rr{
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
}
#expbig .ll, #obrbig .ll, #addbig .ll{
	background-image: url(../img/post_charger/big_l.gif);
	width:30px;
	height:40px
}
#expbig .rr, #obrbig .rr, #addbig .rr{
	background-image: url(../img/post_charger/big_r.gif);
	width:30px;
	height:40px
}
#expsmall .ll, #obrsmall .ll, #addsmall .ll {
	background-image: url(../img/post_charger/small_l.png);
	width:18px;
	height:30px
}
#expsmall .rr, #obrsmall .rr, #addsmall .rr {
	background-image: url(../img/post_charger/small_r.png);
	width:18px;
	height:30px
}

#header h1{
	padding-top:9px;
	padding-left: 1px;
	padding-right: 4px;
	margin:0;
	letter-spacing: -1px;
	float:left;
	color:#322c2e;
	
}
#header h2 {
	padding-top:5px;
	margin:0;
	float:left;
	letter-spacing: -1px;
	color:#403737;
}
#header h2 a {
	color: #403737;
	text-decoration: none;
}
#header h1 a {
	color: #322c2e;
	text-decoration: none;
}
.braker {
	display: block;
	width: 88%;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#exp . {
	margin-top: 0px;
}
.discription {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #666666;
}
.tagstext {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
}

.avatartext {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
}

a.avatarlink {
	font-family: Verdana;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #ffcc66;
	padding-top: 4px;
	padding-bottom: 4px;
        text-decoration: underline;
}

a:hover.avatarlink {
	font-family: Verdana;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #4678AB;
	padding-top: 4px;
	padding-bottom: 4px;
        text-decoration: underline;
}

img.avatarimage {
    
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 3px;
    border-left-width: 3px;
    border-bottom-width: 3px;
    border-top-width: 3px;
    border-right-color: white;
    border-left-color: white;
    border-bottom-color: white;
    border-top-color: white;
}


#exp .main .addcategory {
	color: #322c2e;
}
#exp .main .addcategory h3 {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin: 0px;
}
#exp .main .addcategory input {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#exp .main .addcategory ul {
	color: #322c2e;
	font-family: Tahoma;
	font-size: 11px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background: none;
}
#exp .main .addcategory ol {
	color: #322c2e;
	font-family: Tahoma;
	font-size: 11px;
	padding: 0px;
	list-style-type: decimal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background: none;
}
#exp .main .addcategory li {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 7px;
	background: none;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
	color: #666666;
}

.addcategory h3.c1 {
	background-color: #0078cd;
	color: #FFFFFF;
}
.addcategory h3.c2 {
	background-color: #7726d6;
	color: #FFFFFF;
}
.addcategory h3.c3 {
	background-color: #d51e85;
	color: #FFFFFF;
}
.addcategory h3.c4 {
	background-color: #ed4c34;
	color: #FFFFFF;
}
.addcategory h3.c5 {
	background-color: #51ac00;
	color: #FFFFFF;
}
.addcategory h3.c6 {
	background-color: #00aeaf;
	color: #FFFFFF;
}
.input100 {
	width: 100%;
}
.addtype input {
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 6px;
	float:left;
}
.addtype td {
	height: 30px;
	color:#000000;
	font-family:Verdana;
	font-size:17px;
	letter-spacing:-1px;
	padding-right:20px;
}
.au {
	padding-top: 5px;
	padding-bottom: 7px;
}
.au p{
color:#98958b;
line-height: 14px;
padding: 0;
margin-bottom: 5px;
margin-top: 5px;
}
.au span {
color:#000000;
}
.foot_exp {
	background-color:#f5f3dd;
	width: 88%;
	line-height: 18px;
	padding-left: 2%;
	padding-right: 2%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px;
	padding-bottom: 7px;
}
.foot_obr {
	background-color:#f5f3dd;
	width: 92%;
	line-height: 18px;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 5px;
	padding-bottom: 7px;
}
.foot_tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e0c5;
}
.w1 {
	background-color:#f5f3dd;
	line-height: 18px;
	padding-left:20px;
	padding-right:20px;
	padding-top: 5px;
	padding-bottom: 7px;
}

.w2 {
	font-size: 11px;
	margin: 0;
	line-height: 13px;
}
hr {
	display:block;
	clear:both;
	background: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin-top: 10px;
	margin-bottom: 7px;
	padding:0;
}
.uarea ul {
	margin-bottom:15px;
	line-height:16px;
}
.uarea ul li{
	margin-bottom:7px;
	line-height:16px;
}
#addpost_text_1{display:block}
#addpost_text_2{display:none}
#addpost_text_3{display:none}
#addpost_text_4{display:none}
#addpost_text_5{display:none}

.ptall, #exp .ptall, #comments .ptall {
margin:0px;
padding:0px;
}
.pt {
	padding-top:0px;
	margin-top:0px;
}
.zakl {
	float: left;
	display: block;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}
#exp a.zakl {
	padding: 10px;
}
#exp a.zakl:hover {
 	color:#000000;
	background:none;
}
.uarea h3 {
	padding-top: 0px;
	}
.uarea h4 { background-image: url(../img/h4.gif); font-family:verdana, tahoma, arial; font-size: 13px; color:#5f5751; background-color:#f5f3dd; line-height: 18px; padding-left:15px; padding-right:15px; padding-top: 16px; padding-bottom: 13px; background-repeat: no-repeat; background-position: center top; }

address {
	font-style:normal;
	margin-top: 15px;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color:#5f5751;
	background-color:#f1f7e5;
	line-height: 14px;
	padding-left:15px;
	padding-right:15px;
	padding-top: 4px;
	padding-bottom: 6px;
}
blockquote {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family:verdana, tahoma, arial;
	color: #858585;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	margin:0px;
	padding-left:50px;
	background-image: url(../img/blockquote.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.uarea h5 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family:verdana, tahoma, arial;
	color: #858585;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	margin:0px;
	padding-left:50px;
	background-image: url(../img/blockquote.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.uarea h6 {
	font-style:normal;
	margin-top: 15px;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color:#5f5751;
	background-color:#f1f7e5;
	line-height: 14px;
	padding-left:15px;
	padding-right:15px;
	padding-top: 4px;
	padding-bottom: 6px;
}

#exp a.bb {
	color: #FFFFFF;
	background-color: #4678ab;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-top-color: #81abd6;
	border-right-color: #29517a;
	border-bottom-color: #29517a;
	border-left-color: #81abd6;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#exp a.bb:hover {
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
   	color: #bdcee0;
   	background-color: #35669d;
}
#exp .vv {
	color: #80b133;
}
#exp .vv:hover {
	color: #FFFFFF;
	background-color: #80b133;
}
.videoSwf {
	text-align:center;	
	margin-left:auto;
	margin-right:auto;
	display:block;
	clear:both;
	background-image: url(../img/vid1.gif);
	background-repeat: repeat-y;
	width: 580px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
	margin-bottom: 6px;
}
.video-missing-notification {
	text-align:right;	
	margin-left:auto;
	margin-right:auto;
	display:block;
	clear:both;
	width: 580px;
	font-size: 10px;
	color: #4678AB;
}
.video-missing-notification a {
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
.video-missing-notification a:hover {
	color: #4678AB !important;
	text-decoration: underline !important;
	background: none !important;
}
.uarea img {margin-right:10px;}
.uarea ul {
	list-style-type: none;
	margin-bottom: 15px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.uarea ul ul {
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 20px;
	color: #858585;
}
.uarea ol {
	list-style-type: decimal;
	margin-bottom: 15px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.uarea ol ol {
	list-style-type: decimal;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 20px;
	color: #858585;
}
.uarea ul li {
	list-style-type: none;
	margin-bottom: 5px;
	background-image: url(../img/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.uarea ul li li {
	list-style-type: none;
	margin-bottom: 4px;
	background-image: url(../img/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.uarea ol li {
	list-style-type: decimal;
	margin-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.uarea ol li li {
	list-style-type: decimal;
	margin-bottom: 4px;
	padding-left: 5px;
	font-size: 11px;
	line-height: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.obrhead {
	margin-bottom: 10px;
}
.obrhead .thumb{
	width: 60px;
	padding-right: 10px;
}
ul.eventlog {
	font-size: 11px;
	line-height: 13px;
}
.eventlog li {
	padding-bottom: 6px;

}
.obcol {
	color:#80b133;
}
#exp a.obcol:hover {
	background-color: #80b133;
}
#exp .main a.ah:hover{
	background:none;
}
.formatselect {
	font-family:verdana, tahoma, arial;
	color: #7f8792;
	float:left;
	width: 210px;
	font-size: 26px;
	letter-spacing: -1px;
	margin-right: 20px;
}
#captcha {border: 1px solid #fff}
#captchaField {width:200px;}
#field5 {margin:4px;}
#bbg {	
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
	background:#000;
	display:none;
	z-index:100;
	}
.yellowpic {
	background:#FDF7D3 no-repeat scroll 100% 100%;
	border-top:1px solid #D2D779;
	margin:7px 0;
	overflow:auto;
	padding:10px;

}
.swf{
	background-image:none!important;
	background-color:#cccccc;
	clear:both;
	display:block;
	padding-left:5px!important;
	padding-right:5px!important;
	padding-top:5px!important;
	padding-bottom:5px!important;
	text-align:center;
	margin:0px auto;
	
	
}
#edit_comment_form {left:50%;}


.vv-framing {
  width: 88%;
  margin: 0 auto;
  padding: 1px 3px;
}


.vv-framing-head {
  margin: 0 0 10px;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  background: #000;
}

.vv-framing-head td {
  padding: 0;
  border-collapse: collapse;
  height: 53px;
  text-align: left;
  vertical-align: middle;
}

.vv-framing-head td i {
  display: block;
  width: 240px; height: 100%;
  background: #000;
  text-align: center;
}

.vv-framing-head td img {
  margin: 5px 0 0;
}

.vv-framing-head td.vipusk_big {
  color: #c30000;
  font-size: 30px;
  white-space: nowrap;
  position: static;
  text-align: right;
  width: 248px; height: 53px;
}

.vv-framing-head td.vipusk_big .vipusk_big_inner {
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.vv_body_div {
overflow: hidden;
} 

.vipusk_big span {
  font-family: "Bookman Old Style", "Times New Roman";
  font-size: 55px;
  font-weight: normal;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 100%;
}
.vipusk_big_date {
  position: absolute; top: 0; left: 0;
  z-index: 10;
  display: inline;
  margin-top: 7px;
  font-size: 13px;
  font-weight: bold;
  padding: 0px;
  color: #7b6a68;
  line-height: 100%;
}


.vv-framing-body {
  margin: 0;
  padding: 0;
  background: #000;
  border-collapse: collapse;
}

.vv-framing-body td {
  padding: 0;
  border-collapse: collapse;
  min-width: 150px;
  text-align: center;
  vertical-align: top;
}


.preview_block {
        margin-bottom: 3px;
        font-size: 10px;
        max-width: 362px;
        margin-right: auto;
        margin-left: auto;
}
.pre_left {
        margin-left: 0;
}
.pre_right {
        margin-right: 0;
}

.preview_header {
        text-align: left;
        vertical-align: top;
        display: block;
        font-size: 10px;
        padding: 3px 4px 3px 7px;
        /*max-width: 130px;*/
        margin: 5px 0 0;
        min-width: 135px;
        $min-width: auto; $width: 135px;
}
.preview_header img {
        margin: 0px;
        padding: 0px;
}
.preview_header h1 {
        font-family: "Trebuchet MS", Arial, tahoma;
        font-size: 13px;
        font-weight: bold;
        color: #ffd200;
        line-height: 110%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 3px;
        margin-left: 0px;
        letter-spacing: 0;
        overflow: hidden;
}
.preview_header h1 a {
        color: #ffffff;
        text-decoration: none;
        font-weight: normal;
        white-space: nowrap;
}
#exp .preview_header h1 a:hover {
        color: #ffd200;
        text-decoration: none;
        background: none;
}
.preview_header h2 {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        line-height: 12px;
        margin: 0px;
        clear: both;
        float: left;
        padding-bottom: 5px;
}
#exp .preview_header h2 a {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        margin: 0px;
        text-decoration: none;
        color: #999;
}
#exp .preview_header h2 a:hover {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        margin: 0px;
        color: #83ecff;
        text-decoration: underline;
        background: none;
}

.rating {
        vertical-align: middle;
        clear: right;
        float: left;
        margin-right: 6px;
        margin-left: 6px;
}

.preview {
        background-repeat: no-repeat;
        background-position: left top;
        height: 75px;
        text-align: left;
        vertical-align: top;
}


.preview_header #comments {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-weight: normal;
        line-height: 10px;
        color: #999999;
/*        background-image: url(/img/comments_cloud.gif);*/
        background-repeat: no-repeat;
        height: 13px;
        width: 20px;
        float: left;
        text-align: center;
        padding-top: 1px;
        background-position: center center;
        padding-left: 1px;
}



.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(/star_rating/star.gif) left -1000px repeat-x;
	cursor: pointer;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}

.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(star_small.gif);
	line-height: 10px;
	height: 10px;
}

div.center {
	text-align: center;
}

.tag-input-helper-dropdown {
	position: absolute;
	background: white;
	border: 1px solid lightgray;
	display: block;
	z-index: 99999;
}

.tag-input-helper-dropdown ul {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}

.tag-input-helper-dropdown ul li {
	cursor: pointer;
	color: #5F5C51;
	padding: 1px 4px;
	margin: 0;
}

.tag-input-helper-dropdown ul li.selected {
	background: #aaaaff;
}