/** MAIN PAGE **/
.tipprovat_mainbox {
	width: 268px;
	margin: 20px auto 0;
	overflow: hidden;
}

.tipprovat_mainbox .header {
	background: url('/images/bg_tipprovat_mainbox_header.png') no-repeat;
	width: 268px;
	height: 53px;
}

.tipprovat_mainbox .title_container {
	padding: 8px 8px 6px;
}

.tipprovat_mainbox .title a {
	font-family: Arial;
	font-size: 20px;
	color: #ff6600;
	width: 202px;
	padding-right: 20px;
	text-decoration: none;
}

.tipprovat_mainbox .helper {
	width: 28px;
}

.tipprovat_mainbox .helper a img {
	border: 0 none;
}

.tipprovat_mainbox .boxcontent {
	border-left: 1px solid #ffcdaa;
	border-right: 1px solid #ffcdaa;
	border-bottom: 1px solid #ffcdaa;
	border-radius: 0 0 8px 8px;
	-wekit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
}

.tipprovat_mainbox .separator {
	border-bottom: 1px solid #ffcdaa;
	margin-bottom: 10px;
}

.tipprovat_mainbox .comments_container {
	border-radius: 4px;
	-wekit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #dfdfdf;
	background: url('/images/bg_tipprovat_mainbox_comments.png');
	margin: 0 6px 6px;
	overflow: hidden;
}

.tipprovat_mainbox .comments_container .item {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	padding: 13px 12px;
}

.tipprovat_mainbox .comments_container .comment_separator {
	border-bottom: 1px solid #dfdfdf;
}

.tipprovat_mainbox_button, .tipprovat_mainbox_button:hover {
	background: url('/images/bg_green_button.png') repeat-x !important;
	border-radius: 10px !important;
	-wekit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	display: inline-block !important;
	font-family: Arial !important;
	font-size: 13px !important;
	color: #FFF !important;
	text-decoration: none !important;
	height: 26px;
	line-height: 26px;
	padding: 0 22px;
	margin: 34px 0 30px;
}




/** LIST PAGE **/
.list .button_more, .list .button_more:hover, .view .button_more, .view .button_more:hover {
	background: url('/images/bg_green_button.png') repeat-x !important;
	border-radius: 10px !important;
	-wekit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	display: inline-block !important;
	font-family: Arial !important;
	font-size: 13px !important;
	color: #FFF !important;
	text-decoration: none !important;
	height: 26px;
	line-height: 26px;
	padding: 0 22px;
	margin: 10px 0;
}

.actual_question_container {
	margin-bottom: 15px;
}
/* actual */
.list_item_actual {
	width: 680px;
	overflow: hidden;
	text-align: left;
}

.list_item_actual .header {
	background: url('/images/bg_otletelo_box_header.png?213') no-repeat;
	height: 50px;
	overflow: hidden;
}

.list_item_actual .boxcontent {
	font-family: Arial;
	background-color: #FFF;
	width: 678px;
	border-left: 1px solid #ff6600;
	border-right: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	border-radius: 0 0 10px 10px;
	-wekit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	overflow: hidden;
}

.list_item_actual .actual_question {
	font-size: 20px;
	font-style: italic;
	color: #ff6600;
	padding: 14px;
}

.list_item_actual .separator {
	border-bottom: 1px solid #ffcdaa;
	margin-bottom: 21px;
}

.list_item_actual .latest_comments {
	
}

.list_item_actual .latest_comments .item {
	font-size: 14px;
	font-style: italic;
	color: #ff6600;
	padding: 0 14px 15px;
}

.list_item_actual .latest_comments .item img {
	border: 0 none;
}

.list_item_actual .button_container {
	border-top: 1px solid #ededed;
	background: url('/images/bg_tipprovat_mainbox_comments.png');
	height: 45px;
}
/* others */
.list_item {
	float: left;
	margin-bottom: 26px;
	margin-left: 10px;
	width: 305px;
	overflow: hidden;
	border: 1px solid #ff9c5a;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.list_item.last {
	margin-left: 64px;
}

.list_item .header {
	font-family: Arial;
	font-size: 17px;
	color: #FFF;
	text-shadow: 0 1px 5px #ff7a20;
	background: url('/images/bg_list_item.jpg') repeat-x #f2751d;
	border-bottom: 1px solid #f1a671;
	padding: 3px 12px;
	margin-bottom: 19px;
}

.list_item .latest_comments .item {
	font-size: 14px;
	font-style: italic;
	color: #ff6600;
	padding: 0 12px 15px;
}

.list_item .button_container {
	border-top: 1px solid #ededed;
	background: url('/images/bg_tipprovat_mainbox_comments.png');
	height: 45px;
}




/** VIEW PAGE **/
.social_plugins {
	padding: 10px 14px;
	text-align: center;
}

.fb_share_button {
	background: none repeat scroll 0 0 #3B5998;
	border: 1px solid #C8D9FF;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 0 1px #3B5998;
	color: #EEEEEE !important;
	display: inline-block;
	font-family: arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	padding: 0 6px 3px;
	text-decoration: none !important;
}
.fb_share_button:hover {
	background: none repeat scroll 0 0 #5977B7;
	border-color: #FFFFFF;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.fb_share_button:active {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #5977B7;
	box-shadow: 0 0 0 1px #FFFFFF;
	color: #5977B7 !important;
	text-decoration: none !important;
}

#comments {
	width: 680px;
}

#comments .comment_item {
	margin: 10px 0 25px;
}

#comments .comment_item .user {
	float: left;
	width: 320px;
	margin-top: 2px;
}
#comments .comment_item .like {
	float: left;
	width: 120px;
	margin-top: 4px;
}
#comments .comment_item .date {
	float: right;
	width: 150px;
	margin-top: 3px;
	text-align: right;
}

#comments img {
	border: 0 none;
	height: auto !important;
}

#comments .user, #comments .user a {
	color: #3B3A3A !important;
	text-decoration: none !important;
}
#comments .user a:hover {
	color: #FF6600 !important;
	text-decoration: underline !important;
}

#comments .addons {
	margin-top: 10px;
	text-align: right;
}
#comments .addons div {
	float: right;
	margin-left: 8px;
}