#box_login, #box_signup {
	background:url(/img/box_login_bottom.png) bottom center no-repeat #9eda78;
	padding-bottom:10px;
	width:224px;
}

#box_login input.username, #box_signup input.username {
	width:93px;
	height:12px;
	font-size:12px;
	border:none;
	background:url(/img/input_login.png);
	color:#666666;
	font-weight:normal;
	padding:2px 3px 4px;
}

#form-login  {
	background:url(/img/box_login_top.png) top center no-repeat #9eda78;
	margin-bottom:4px;
	padding: 13px 10px 0;
	color:#FFFFFF;
}

#form-login input.checkbox {
	margin-top:5px;
}

#box_login input.password {
	margin-left:6px;
}

#box_login a.white {
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
}

#box_login input.login {
	width:204px;
	height:23px;
	background:url(/img/button_login.png);
	border:none;
	margin-left:0;
}

#box_login a.white {
	margin-left:10px;
}

#box_login span {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding: 13px 10px 0;
	display:block;
	
	background:url(/img/box_login_top.png) top center no-repeat #98bbe5;
}

#box_login .username {
	color:#43642e;
	font-size:12px;
}

#box_login .button {
	margin-top:7px;
	margin-left:10px;
	display:inline-block;
	color:#427c20;
}

#box_login #customize-sidebar-box {
	background:url(/img/box_login_inline_top.png) top center no-repeat #9eda78;
	padding-top:2px;
	margin-top:5px;
	font-weight:bold;
}

#customize-sidebar-box h3 {
	margin:0 10px;
	padding:10px;
	background:#FFFFFF;
	font-weight:bold;
}

#customize-sidebar-box ul {
	background:url(/img/box_login_inline_bottom.png) bottom center no-repeat #FFFFFF;
	margin:0 10px;
	padding: 0 10px 10px;
}

#customize-sidebar-box li {
	margin-bottom:5px;
}

#customize-sidebar-box input.save {
	background:url(/img/button_save.png);
	width:204px;
	border:none;
}

#settings-box a.button {
	width:184px;
	height:18px;
	margin-left:20px;
	color:#FFFFFF;
	background:url(/img/button_settings.png);
}


#box_signup h2 {
	background:url(/img/box_login_top.png) #98BBE5 no-repeat top center;
	margin-top:5px;
	color:#427c20;
	font-size:12pt;
	font-weight:bold;
	padding:10px;
}

#box_signup input.signup {
	border:none;
	margin-left:6px;
}

#box_signup input.username {
	display:block;
	float:left;
}

#form-signup-sidebar {
	padding: 0 10px 0;
}

#box_upload .upload {
	background:url(/img/button_upload.png);
	height:23px;
	width:204px;
	text-indent:-5000px;
}

#box_upload {
	background:url(/img/box_upload.png);
	height:23px;
	width:204px;
	padding:10px;
	margin-top:5px;
}

/*
#itemselection {
	margin-top:5px;
	background:url(/img/box_itemselection_bg.png);
	width:218px;
	height:39px;
	padding:3px;
}

#itemselection li {
	float:left;
	margin-left:9px;
	color:#FFFFFF;
	font-size:12px;
	margin-top:3px;
	width:90px;
}

#itemselection li input{
	margin-right:10px;
	vertical-align:bottom;
}

#itemselection li.right {
	clear:float;
	float:none;
	margin-left:102px;
}*/

#box_personal {
	margin-top:5px;
	background:url(/img/box_personal_bottom.png) no-repeat bottom #9eda78;
	padding-bottom:17px;
}


#box_personal h2 {
	width:224px;
	font-size:12pt;
	color:#FFFFFF;
	font-weight:bold;
	padding:17px 10px 9px;
	background:url(/img/box_personal_inline_top.png) no-repeat bottom left;
}

#box_personal h2.top {
	background:url(/img/box_personal_top.png) no-repeat;
	height:20px;
	padding-top:16px;
}

#box_personal .body {
	margin:0 5px;
	padding: 0 5px 2px;
	background:#FFFFFF url(/img/box_personal_inline_bottom.png) no-repeat bottom;
}

#box_personal .send_message {
	margin-left:56px;
}

#friendrequests li {
	width:203px;
	padding:3px 1px 0;
}


#sidebar div.avatar {
	float:left;
	margin-right:2px;
	width:55px;
}

#friendrequests .button {
	margin-top:5px;
}

#sidebar .text {
	margin-left:53px;
	min-height:52px;
}

#stream li.top {
	margin-top:0;
	padding-top:3px;
}

#stream li {
	margin-top:30px;
	overflow:hidden;
}

#box_itemdetails {
	background:url(/img/box_itemdetails_top.png) top left no-repeat #ebc154;
	padding-top:10px;
	margin-top:5px;
}

#box_profile {
	background:url(/img/box_profile_bottom.png) bottom left no-repeat #ebc154;
	padding-bottom:12px;
	margin-top:5px;
}

#box_profile {
		margin-top:5px;
}

#related_items {
	width:196px;
	height:89px;
	background:url(/img/box_itemdetails_related.png);
	padding:5px 14px 11px;

}

#related_items a {
	text-decoration:none;
	display:inline;
}

#related_items a.center, #related_items a.right {
	margin-left:31px;
}

#related_items #item-wrapper {
	overflow:hidden;
	position:relative;
	width:194px;
	height:70px;
	margin-bottom:2px;
}


#related_items a#first-item {
  left:0;
  position:absolute;
  top:0;
}
#related_items a#second-item {
  right:0;
  position:absolute;
  top:0;
}




div#rating {
  height: 120px;
  width:194px;
  background: url('/img/box_itemdetails_rating.png') no-repeat;
  padding: 15px;
  text-align: center;
}

div#rating h2 {
  font-size: 18px;
}

div#rating p.value {
  font-size: 60px;
  font-weight: bold;
  color: #528c34;
}
	
form#vote fieldset {
  height: 56px;
  width:202px;
  background: url('/img/box_itemdetails_vote.png') no-repeat;
  padding: 12px 11px;
  text-align: center;
}

form#vote ul {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 2px;
}

form#vote ul li {
  float: left;
  width: 20px;
}

form#vote ul li p {
  color: #528c34;
  font-size: 13px;
  font-weight: bold;
}

form#vote input.submit {
  background: transparent;
  border: 0;
}

#box_info {
	background:url(/img/box_info_bottom.png) bottom center no-repeat;
	width:224px;
	padding-bottom:12px;
}

#box_bbcode {
	background:url(/img/box_bbcode_bg.png) no-repeat;
	width:194px;
	height:72px;
	padding:5px 15px 15px 15px;
}

#box_bbcode p.item_code {
  margin-top:4px;
}

#box_bbcode p.item_code label {
	width:70px;
	display:block;
	float:left;
	padding-top:3px;
}

#box_bbcode p.item_code input {
  width: 113px;
  height:16px;
  margin-left: 6px;
  margin-top:1px;
  padding:1px;
  border:none;
}

ul#options {
	padding: 0 6px;
  margin:0 10px;
  background:url(/img/box_itemdetails_options_top.png) top center no-repeat #FFFFFF;
  width:192px;
}

ul#options li {
  border-bottom: 1px solid #e1e1e1;
  padding: 4px 0;
}

ul#options li:last-child {
  border: 0;
}

ul#options li a {
  text-decoration: none;
  font-weight: bold;
}


#sidebar .tags h2, div#votelist h2 {
  color: #528c34;
  font-size: 16px;
  background:#FFFFFF;
  font-weight:bold;
  margin:2px 0;
}

#sidebar .tags ul li a {
  font-weight:normal;
}

#sidebar div.photo {
	background:url(/img/box_profile_top.png) top center no-repeat;
	padding:10px;
	text-align:center;
}

#onlinefriends {
	padding-top:3px;
}

#onlinefriends li {
	height:78px;
}

#onlinefriends li span {
	display:block;
	margin-top:2px;
}

a.hide_show {
	color:#FFFFFF;
	text-decoration:none;
	font-size:18pt;
	margin:10px 10px 0 0;
	font-weight:bold;
	float:right;
}

.hidden {
	display:none;
}

#privatemessages {
	padding-top:4px;
}

#privatemessages li {
	margin-bottom:10px;
}

#privatemessages .subject {
	font-weight:bold;
}

#privatemessages li.msg a {
	margin-bottom:10px;
}

#privatemessages li.msg textarea.write {
	height:100px;
	margin-bottom:10px;
	width:202px;
	display:none;
}

#box_personal a.write {
	background:url(/img/button_send_message.png) !important;
}

#box_personal .answer {
	background:url(/img/button_answer.png);
	width:204px;
	text-indent:-5000px;
	outline:none;
}

#sidebar a.button_right {
	margin-left:11px;
}

#privatemessages li.msg {
	background:url(/img/box_personal_msg_top.png) no-repeat top center;
	padding-top:2px;

}

#privatemessages li.msg p {
	padding:7px 6px;
	background:url(/img/box_personal_msg_bottom.png) no-repeat bottom center #94c476;
	margin-bottom:10px;
	color:#FFFFFF;
}

#newmembers {
	_zoom:1;
	margin-bottom:1px;
	margin-right:-5px;
	overflow:auto;
}

#newmembers li {
	width:48px;
	height:50px;
	float:left;
	margin-right:4px;
	margin-top:2px;
}

#newmembers div.avatar {
	width:52px;
}

#box_forumoptions {
	background:url(/img/box_forumoptions_bg.png) top left no-repeat;
	width:196px;
	height:15px;
	margin-top:5px;
	padding:14px;
}

#box_forumoptions a {
	font-weight:bold;
	text-decoration:none;
}

#box_advert-register {
	margin-top:5px;
	background:url(/img/cutewood-freund-werden.jpg);
	width:224px;
	height:438px;
}

#box_advert-register a.hide_show {
	display:none;
}

#box_advert-register #register-member-link {
	display:block;
	height:438px;
	width:224px;
}

