* {
	outline: none;
}

#contentLR {
	width:560px;
}

.small-info {
float:left;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius:8px;
background-color:#fff;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
width: 331px;
margin: 10px;
}
.profil-info {

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius:8px;
background-color:#FFF;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;

}
.ver-info {

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius:8px;
background-color:#FFE1E2;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;

}

.vip-info {
	padding: 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius:8px;
background-color:#FFF;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
}
.vip-info-red {
	padding: 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius:8px;
background-color:#990000;
filter:alpha(opacity=90);
color:#FFFFFF;
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
}
.green-info {
	padding: 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius:8px;
color:#C90;
}
.black-info {
	padding: 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius:8px;
background-color:#333333;
color:#FFFFFF;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
}
body.photo #contentLR {
	margin-left:1px;
	width:560px;
}

hr {
	border: none;
	border-bottom: 1px solid #999;
}

/* @group headings */

h2 {
	font-size: 15px;
	margin: 0 0 15px 0;
	color: #222;
	text-transform: uppercase;
}

h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
}


/* @test*/

#karbonina {
	height:0px;
	width: 728px;

}

/* @end */

/* @group anchors */

.online,
a.online {
	font-weight: bold;
	color: #006600;
}

/* @end */

/* @group form */

/* @group form.default */

form.default {
	margin: 0;
	font-size: 12px;
}

form.default dl {
	margin: 0;
	padding: 0;
}

form.default dl dt {
	float: left;
	padding-top: 3px;
	line-height: 26px;
	width: 180px;
	margin-left: 50px;
}

form.default dl dd {
	margin: 0 0 10px 0;
	line-height: 26px;
}

form.default input.normal {
	width: 224px;
	font-size: 12px;
	padding: 2px 0;
}

form.default input.large {
	width: 224px;
	font-size: 10px;
	padding: 2px 0;
}

form.default input.xlarge {
	width: 493px;
	font-size: 12px;
	padding: 2px 0;
}

form.default input.small {
	width: 40px;
	font-size: 12px;
	padding: 2px 0;
}

form.default textarea.normal {
	width: 400px;
	height: 60px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

form.default textarea.large {
	width: 400px;
	height: 120px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

form.login dl dt {
	width: 40px;
}

form.login input.normal {
	width: 150px;
	font-size: 11px;
	padding: 4px 0;
}

/* @end */

/* @group form.search */

form input.search {
	width: 265px;
	height:18px;
	border: 1px solid #eee;
	padding: 2px 0;
}
form input.search-img {
margin-bottom:0px;
vertical-align:bottom;
}

form input.search:focus {
	outline: none;
	background-color: #fcffc4;
}

/* @end */
.page_content{
font-family: "Verdana", "Arial", sans-serif;
font-size: 12px;
line-height: 1.7em;
}
.page_content img{
	margin: 6px;

}
/* @group form.box */

form.box {
	padding: 5px 5px 1px 5px;
	background-color: #efefef;
	width: 700px;
}

form.box dl {
	font-size: 11px;
}

form.box dl dt {
	float: none;
	width: 100%;
	padding: 0;
	line-height: 20px;
	display: none;
}

form.box dl dd {
	margin-bottom: 5px;
	line-height: 0;
}

form.box textarea.normal {
	width: 600px;
}

form.box .validation-advice {
	padding: 0;
}

/* @end */

/* @end */

/* @group table */

/* @group default */

table.default tr.odd td {
	background-color: #ddd;
}

table.default tr.even td {
	background-color: #eee;	
}

table.default tr.selected td {
	color: #fff;
	background-color: #FD6B00;	
}


/* @end */

/* @group contest */

table.contest {
	margin-bottom: 2px;
}

table.contest tr th {
	display: table-cell;
	padding: 5px 0;
	text-align: left;
	font-size: 11px;
	color: #111;
	background-color: #ffffcc;
	border: none;
	border-bottom: 2px solid #FD6B00;
}

table.contest tr td {
	border: none;
	border-bottom: 1px solid #E1E0E0;
}

table.contest tr td.order {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

table.contest tr td.votes {
	font-weight: bold;
}

table.contest tr td .user_photo {

	float: left;
	margin-right: 100px;
}

table.contest tr td .user_screenname {
	font-size: 12px;
	font-weight: bold;
}

/* @end */

/* @group plan */

table.plan {
	/*width: 400px;*/
	font-size: 12px;
	margin-bottom: 20px;
}

table.plan tr {
	height: 40px;
}

table.plan tr td {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}

table.plan tr td.radio {
	width: 40px;
	text-align: center;
}

/* @end */


/* @group banner */

.banner_content {
	text-align: center;
	margin-bottom: 10px;
	width:700px;
}

.banner_left {
	margin-top: 30px;
	text-align: center;
}

/* @end */

/* @group chat */

#chat_posts {

}

.chat_post {
	clear: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #aaaaaa;
}

.chat_post .chat_date {
	float: right;
	color: #888888;
}

.chat_post .chat_nick {
	font-weight: bold;
	margin-right: 10px;
	width: 100px;
	float: left;
}

.chat_post .chat_content {
	display: block;
	width: 580px;
	float: left;
	font-weight:bold;
}

.chat_post .chat_content a {
	color: #555;
}

.chat_post .chat_content a:hover {
	text-decoration: underline;
}

.chat_users {
	line-height: 26px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999;
}

/* @end */

/* @group event */

.event {
	margin-bottom: 15px;
	
}

.event_place {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}
.event_content{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
	vertical-align:top;
}
.imgx {
	margin-bottom: 8px;
	margin-left: 2px;
	margin-right: 350px;
}

/* @end */

/* @group album */

.album {
	margin-bottom: 20px;
}

.album .album_title {
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}

#album .photo {
	float:left;
	margin: 8px;
}

#album .edge {
	margin-right: 0;
}

#album .banner_content {
	margin-bottom: 5px;
}

#photo {
	margin-bottom: 10px;
}

.gimg {
	border-left: 5px solid #000000;	
	border-right: 5px solid #000000;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	
}

.album_photos {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

/* @end */

/* @group friends */

.friend {

margin-right:5px;
margin-left:5px;
margin-top:5px;
padding-bottom: 3px;
padding-left:0px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color:#F4F4F4;
border-bottom-color: solid #CCCCCC;
border-color: #F4F4F4;
border: solid 0px;
width:300px;
-moz-box-shadow: 1px 1px 4px #000; 
-webkit-box-shadow: 1px 1px 4px #000; 
box-shadow: 1px 1px 4px #000; 
float: left;
width: 164px;

}
.inside {

margin-right:5px;
margin-left:5px;
margin-top:5px;
padding-bottom: 3px;
padding-left:0px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color:#F4F4F4;
border-bottom-color: solid #CCCCCC;
border-color: #F4F4F4;
border: solid 0px;
width:300px;
-moz-box-shadow: 1px 1px 4px #000; 
-webkit-box-shadow: 1px 1px 4px #000; 
box-shadow: 1px 1px 4px #000;
float:left;
width: 100px;
width: 700px;
}
.friend_photo {
	float: left;
	margin-right: 10px;
}

.friend_screenname {
	font-size: 12px;
	font-weight: bold;
}

h2.profile {
	margin-bottom: 5px;
	text-transform: none;
}

/* @end */

/* @group profile */

.profile {
	position: relative;
}

.profile_vip {
	position: absolute;
	top: 0;
	right: 0;
}

.profile_vip a {
	display: block;
	padding: 5px 8px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.profile_vip a:hover {
	background: #1A9D23;
}

.profile_picture {
	float: left;
	width: 120px;
	margin-right: 10px;
}

.profile_details {
	float: left;

}

.profile_details ul li {
	line-height: 18px;
}

.profile .block {
	clear: both;
	margin-top: 20px;
}

/* @end */

/* @group foo */

#foo a {
	font-weight: bold;
}

/* @end */

.fofov {
text-decoration:overline;
color:#000033;
}

/* @group contest */

.contest_content {
	line-height: 18px;
}

.myscore_button {
	width: 700px;
	float:right;
	text-align: center;
	background: #222;
	color: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.myscore_button a {
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
}

.myscore_button a:hover {
	background: #666;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.myscore {
	float: right;
	width: 690px;
	padding: 5px;
	background: #fdaf29;
	text-align: center;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.myscore h3 {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.myscore span {
	font-weight: bold;
}

input#contest_link {
	width: 440px;
	padding: 2px;
}

dl#contest {
	margin: 0;
	padding: 0;
}

dl#contest dt {
	float: left;
	line-height: 20px;
	width: 150px;
	font-weight: bold;
}

dl#contest dd {
	margin: 0 0 10px 0;
	line-height: 20px;
	width: 450px;
	float: left;
}
/* @end */

/* @group pagination */
.pagin {
	
	width: 100%;
	margin: 0;
	text-align: center;
}
#pagination {
	padding-bottom: 20px;
	margin: 0;
	text-align: center;
}

#pagination li {
	border:0;
	padding:0;
	font-size:11px;
	list-style:none;
}

#pagination a {
	background: #333;
	margin-right:2px;
}

#pagination a:hover {
	color: #fff;
	background-color: #1a9d23;
}

#pagination a:link, 
#pagination a:visited {
	color:#fff;
	display:block;
	float:left;
	padding:1px 3px;
	text-decoration:none;
}

#pagination .previous-off,
#pagination .next-off {
	color:#888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:1px 3px;
}

#pagination .next a,
#pagination .previous a {
	font-weight:bold;
}

#pagination .active {
	background:#666;
	color:#fff;
	font-weight:bold;
	display:block;
	float:left;
	padding:1px 3px;
	margin-right:2px;
}


/* @end */

/* @group box */

div.box {

}



div.box .box_photo {
	float: left;
	margin-right: 10px;
}

div.box .box_screenname {
	display: inline;
	float: left;
	margin-right: 5px;
}

div.box .box_screenname a {
	color: #111;
	font-weight: bold;
	text-decoration: none;
}

div.box .box_screenname a:hover {
	color: #666;
}

div.box .box_date {
	display: inline;
}

div.box .box_content {
	margin-top: 5px;
	width: 700px;
	
	line-height: 15px;
}

div.box .box_content a {
	color: #333;
	text-decoration: none;
}

div.box .box_content a:hover {
	text-decoration: underline;
}

div.box .box_delete {
	top: 5px;
	right: 5px;
	float:right;
}

div.box .box_delete:hover {
	background: #3B5998;
}

/* @end */

/* @group message */

div.unread {
	background-color: #fcffc4;
}

/* @end */

/* @group comment */

div.comment {
	float: left;
height: 90px;
margin-right:3px;
margin-left:5px;
margin-top:3px;
padding-bottom: 3px;
padding-left:0px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color:#F4F4F4;
border-bottom-color: solid #CCCCCC;
border-color: #F4F4F4;
-moz-box-shadow: 1px 1px 4px #000; 
-webkit-box-shadow: 1px 1px 4px #000; 
box-shadow: 1px 1px 4px #000;

width:700px;
}

.profile div.comment {

}

/*div.comment .comment_screenname {
	display: inline;
	margin-right: 5px;
}

div.comment .comment_screenname a {
	color: #111;
	font-weight: bold;
	text-decoration: none;
}

div.comment .comment_screenname a:hover {
	color: #666;
}

div.comment .comment_date {
	display: inline;
}*/


/* @end */

/* @group comment_mini */

div.comment_mini {
	margin: 0 0 3px 3px;
	width:300px;
	font-weight: normal;
}

div.comment_mini .comment_screenname {
	display: inline;
}

div.comment_mini .comment_screenname a {
	color:#006;
	font-weight: bold;
	text-decoration: none;
}
div.comment_mini .comment_content a:hover,
div.comment_mini .comment_screenname a:hover {
	color:#069;
	text-decoration:underline;
	text-shadow:#666;
	width:300px;
}

div.comment_mini .comment_content {
display:inline;
width:300px;
}

div.comment_mini .comment_content a {
	color: #666666;
}


/* @end */

