.post_comments {
    background: none repeat scroll 0 0 #FFFFFF;
    display:none;
    margin: 10px 0 0 0;
}
#discusion_form {
	padding: 15px 25px;
	background: url('images/commentFormBg.png') #ececec right top no-repeat;
	margin: 0 0px 10px 0px;
  	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
#discusion_form #discus_btn{
  margin: 5px 0 0 0;
}
#odkaz_discusion {
  padding:0px;
}
#odkaz_discusion h4{
  padding:10px 0 10px 0;
}
#odkaz_discusion .odkaz_discusion_row{
  padding:10px;
  border: 1px solid #cccccc;
  background: url('images/discus_bg.gif') repeat-x;
  margin: 0 0 10px 0;
}
#odkaz_voted_users {
  padding:10px 10px 0 10px;
}
.disc_nick {
  float:left;
  font-weight:bold;
  color:#4c4c4c;
}
.disc_nick a img{
  	margin-right: 5px;
  	width: 50px;
  	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.disc_admin {
  background:url('images/edit_16.gif') no-repeat 3px 3px;
  padding:2px 5px 2px 25px;
  margin: 0 10px 0 0;
  float:left
}
.disc_user {
  background:url('images/add_16.gif') no-repeat 3px 3px;
  padding:2px 5px 2px 25px;
  margin: 0 10px 0 0;
  float:left
}
#discusion_form textarea {
	width: 520px;
	height: 80px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 5px 0 15px;
}
.toolbar .button {
	margin: 7px 4px 10px 0;
	padding: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(2,2,2,.11);
	-moz-box-shadow: 0 1px 3px rgba(2,2,2,.11);
	box-shadow: 0 1px 3px rgba(2,2,2,.11);
	border: solid 1px #d2d2d2;
	float: left;
}
.comment_add_img {
	float: left;
	margin: 10px 0 0 5px;
}
.disc_col2 {
	float: left;
	width: 480px;
	font-size: 14px;
	color: #5e5e5e;
}
.disc_col2 p {
	margin: 10px 0 0 0;
}
.disc_col1 {
	float: left;
	margin: 0 15px 0 0;
}
.disc_col2 > a {
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
.disc_col2 p a {
	text-decoration: underline;
}
.disc_col2 p i {
	font-style: italic;
}

.post_discusion .paging { margin-top: 30px}

.post_discusion_row {
	overflow: hidden;
	padding: 15px 15px 15px 10px;
	border-bottom: 1px solid #e5e5e5;
        position:relative;
}
.post_discusion_row .admin {
	position:absolute;
        top:5px;
        right:5px;
}
.post_comments .post_discusion_row_img{
	position:relative;
}
.post_comments .post_discusion_row_img .disc_img{
	max-width: 480px;
}
.submit_comment_button input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(2,2,2,.11);
	-moz-box-shadow: 0 1px 3px rgba(2,2,2,.11);
	box-shadow: 0 1px 3px rgba(2,2,2,.11);
	border: solid 1px #d2d2d2;
	color: #b42328;
}
.head_message {
	background: #FFF8D8;
	padding: 10px 15px;
	margin: 10px 0 20px;
	border-radius: 7px;
}
@media screen and (max-width:480px) {
	.disc_col2 {
		float: none;
		width: auto;
		font-size: 14px;
	}
	.post_discusion_row {
		padding: 15px 5px 0;
	}
	#discusion_form textarea {
		width: 100%;
	}
	#discusion_form {
		background: #ececec;
	}
}