.iconHeader {
	margin-left: 5px;
	background: url('/content/img/iconHeader_bg.png') repeat-x;
	/*border-bottom: 3px double #cccccc;*/
	border-top: 1px solid #cccccc;
	margin-bottom: 10px;
}

.iconHeader span{
	display: block;
	font-size: 16px;
	padding: 7px 0px 7px 0px;
	margin: 10px 10px 10px 15px;
}

.iconclass span{
	background-repeat: no-repeat;
	background-position: top left;
	padding: 7px 0px 7px 45px;
	margin: 10px 10px 10px 15px;
}


.community-teaser {
	position: relative;
	width: 290px;
	height: 440px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	background: url('/content/img/community-teaser-bg.png') no-repeat;
}

*html .community-teaser {
	margin-left: 5px;
	margin-bottom: 5px;
}

.community-teaser h3{
	font-size: 12px;
	padding: 10px;
	margin: 0 0 10px 0;
	border-bottom: 3px double #cccccc;
}

.community-teaser p{
	padding: 0 10px;
	margin: 5px 0 10px 0;
}

.community-teaser .new-content {
	overflow: hidden;
	height: 365px;
	padding: 0 10px;
	/*border: 1px solid darkgray;*/
}

.community-teaser .new-content .cigarworldtvcontainer {
	width: 135px;
	height: auto;
}

.community-teaser .new-content table, {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 10px;
}

.community-teaser .new-content h4{
	font-size: 11px;
}

.community-teaser .new-content em{
	font-size: 10px;
	display: block;
	margin-bottom: 10px;
}

.community-teaser .new-content .weiterpfeil{
	font-size: 10px;
}

.community-teaser .new-content .thumb{
	margin: 0;
}

.community-teaser .showall {
	position: absolute;
	bottom: 10px;
}

.community-teaser .new-content .postpreview {
	padding: 5px 5px 10px 5px;
	margin: 0 10px 10px 10px;
	border-bottom: 1px dotted #cccccc;

}

.community-teaser .new-content .postpreview h4{
	margin-top: 0;
	background: url('/content/img/community-teaser-bg.png') -10px -5px no-repeat #eeeeee;
	padding: 4px;
	text-decoration: none;
	font-size: 12px;
}

.community-teaser .new-content .postpreview h4 a{
	text-decoration: none;
}


.uploadvideobutton {
	background: url('/content/img/uploadvideobutton.png') no-repeat #6a3138;
	display: inline-block;
	color: white;
	padding: 8px 20px 9px 50px;
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
}

.bigbutton {
	text-decoration: underline;
	background: url('/content/img/bigbutton.png') no-repeat #6a3138;
	display: inline-block;
	color: white;
	padding: 7px 15px 7px 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	
	border: 0px none;
}


.communityerror h3, .communityalert h3, .communitysuccess h3 {
	margin-top: 0;
}

.communityerror, .communityalert, .communitysuccess {
	border: 1px solid #ff0000;
	background-color: #fdd5d5;
	padding: 8px;
	margin-bottom: 15px;
}

.communityalert {
	border: 1px solid #b9a25b;
	background-color: #e3dec8;
}

.communitysuccess {
	border: 1px solid #108101;
	background-color: #bff399;
}

.floaticon {
	margin-left: 10px;
	margin-bottom: 10px;
}


#communityloginform {
	background: url('/content/img/login-bg.png') no-repeat top left;
	height: 400px;
	width: 258px;
	float: right;
}

#communityloginform form{
	padding: 18px 20px;
}

#communityloginform form label{
	width: 90px;
	float: left;
}

#communityloginform form input:text{
	width: 135px;
}

#communityloginform form h3{
	margin: 0 0 10px 0;
	padding-bottom: 2px;
	color: #6a3138;
	border-bottom: 3px double white;
	font-size: 14px;
}