/* clearers */
.comics:after, .comment:after, .lab:after, .row-blocks:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	zoom: 1;	
}

/* comics layout */

.comics h2 {
	color: #000000;
	font: normal 22px/1 "folio", sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.comics .left {
	width: 240px;
	float: left;
}
.comics .comics-main {
	width: 490px;
	margin-left: 10px;
	float: left;
}
.comics .right {
	width: 240px;
	float: right;
}

/* comics-main */


.comics_body {
	background-color: #FFF;
	padding: 20px 20px 0;
	font: normal 13px/1.4 Arial, Helvetica, sans-serif;
}
.comics_body h3 {
	width: 358px;
	font: bold 16px/30px Arial, Helvetica, sans-serif;
	background: #FFC600 url(../images/bg_h3.png) no-repeat right center;
	margin: 0px 0px 10px -20px;
	padding-left: 20px;
}
.comics_body p {
	margin-bottom: 10px;
}
.comics_body ul {
	list-style: disc;
	margin: 0px 0px 14px 24px;
}
.sponsors h2 {
	margin-bottom: 5px;
}
.sponsors img {
	margin-right: 25px;
}
.comics_body hr {
	border: none;
	color: #D8D8D8;
	background-color: #D8D8D8;
	height: 1px;
	margin: 18px -20px;
}

/* comics-view */
.comics-view {
	position: relative;
	margin-bottom: 
}
.comics-view .select {
	position: absolute;
	top: 10px;
	right: 10px; 
}
.comics-view .select span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/comic-view-icosa.gif) no-repeat;
	cursor: pointer;
}
.comics-view .select span.list-select {
	background-position: 0 -20px;
}
.comics-view .select span.list-select.selected {
	background-position: 0 0px
}
.comics-view .select span.grid-select {
	background-position: -20px 0px;
}
.comics-view .select span.grid-select.selected {
	background-position: -20px -20px
}

/*comics_body*/
.comics_body {
	background: #fff;
	padding: 15px 20px 0;
}
.comics-author {
	padding: 3px 0;
	line-height: 30px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 15px;
}
.comics-author .like {
	float: right;
}
a.name {
	font-size: 11px;
	color: #be2525;
	text-transform: uppercase;
	font-weight: bold;
}
.comics-author span {
	color: #5f5f5f;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.comics-create {
	margin: 0 -15px 7px;
	padding: 0 15px 15px;
	border-bottom: 1px solid #d8d8d8;
}
.comics-create a {
	display: block;
	text-align: center;
	background: #ffc600 url(../images/btn-comics-bg.png) no-repeat 97% center;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
}

/*comments*/
.comments h2 {
	color: #000000;
	font: normal 22px/30px "folio", sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.comments h2 button {
	float: right;
	height: 30px;
	background: #000;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 0 15px;
	font-weight: bold;
}
.list-comments {
	overflow: hidden;
}
.item-comment {
}
.main-comment .info-comment {
	font-size: 11px;
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #5f5f5f;
	font-weight: bold;
}
.main-comment a.reply {
	font-size: 11px;
	text-transform: uppercase;
	color: #7e7e7e;
	text-decoration: underline; 
}
.main-comment a.reply:hover {
	text-decoration: none;
}
.info-comment a.cnt {
	color: #000;
	text-decoration: underline;
}
.info-comment a.cnt:hover {
	text-decoration: none;
}
span.div {
	margin: 0 6px;
}
.comics-comment {
	margin-bottom: 6px;
}
.comics-comment > b {
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	color: #000;
	margin-right: 12px;
	font-weight: bold;
}
.comics-comment span {
	font-size: 10px;
	line-height: 14px;
	padding-left: 15px;
	background: url(../images/comment-icos.gif) no-repeat 0 0;
	font-weight: bold;
	color: #5f5f5f;
}
.comics-comment span.commnets-comics { background-position: 0 1px; }
.comics-comment span.views-comics { background-position: 0 -12px; }
a.comics-preview {
	position: relative;
	display: block;
	width: 240px;
	margin-bottom: 12px;
}
a.comics-preview span {
	width: 30px;
	height: 30px;
	position: absolute;
	display: block;
	bottom: 10px;
	right: 11px;
	background: url(../images/thickbox-comics-reply.png);
} 
.comments .more {
	padding: 12px 0;
	border-top: 1px solid #e0e0e0; 
	text-align: center;
}
.comments .more a {
	color: #000;
	padding-right: 12px;
	background: url(../images/arrow-more.gif) no-repeat right center;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}

/* lab */

.lab .left {
	width: 490px;
	float: left;
}
.lab .right {
	width: 490px;
	float: right;
}

.video-view {
	overflow: hidden;
	background: #fff;
}
.video-view .video-desc {
	padding: 20px;
	font-size: 13px;
	line-height: 18px;
}

.block.lab .title {
	background: #000 url(../images/abuse.png) no-repeat 18px center;
	padding-left: 118px;
}
.block.lab .title a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat;
	padding: 0px;
	margin: 8px 10px 0px 0px;
}
.block.lab {
	margin-bottom: 10px;
}
.row-blocks {
	margin-bottom: 10px;
}
.row-blocks > .col2-block {
	width: 490px;
} 
.row-blocks > .col-block {
	float: left;
	width: 240px;
	margin-left: 10px;
}
.row-blocks > .col-block:first-child {
	margin-left: 0;
}

.block h2, .block h2 a{
	color: #000000;
	font: normal 22px/1 "folio", sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
    word-break: break-word;
}

.block .br20 .cont { 
	padding: 0 20px 20px 0;
}

.block.quote-best {
	margin-bottom: 10px;
}