.left {
	width:580px;
	overflow:hidden;
	margin:20px;
	float:left;
}

.left .h, .coments .blockTitle p {
	display:block;
	color:#888;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #777;
	text-transform:uppercase;
}
.left .h a, .left .h a:active, .left .h a:visited, .left .h a:hover {
	color:#777;
	font-weight:bold;
	text-decoration:none;
}

.left .h .cwnumber{
	float:right;
	color:#BF9823;
}

.date{
	width:57px;
	height:34px;
	background:url(../images/bg_date.png) no-repeat left top;
	font:bold 11px Arial, Verdana;
	float:left;
	margin:10px 0;
	padding-top:4px;
	text-align:center;
}

.left .r{
	margin:10px 0;
	float:right;
}

.left .r .fSmall, .left .r .fLarge, .r .print{
	float:left;
	width:30px;
	height:30px;
	cursor:pointer;
	margin:0 2px;
	background:url(../images/font_sprite.jpg) no-repeat -30px top;
}

.left .r .fLarge {background-position:left top;}
.left .r .print {background-position:right top;}

.title {
	color:#0F538C;
	font:bold 14px Arial, Verdana;
}

.descr {
	color:#4B4B4B;
	font-size:12px;
}

.picLeft, .picRight, .picMiddle {
	border:1px solid #b8b8b8;
	padding:2px;
	float:left;
	margin:0 10px 20px 0;
}
.picRight {
	float:right;
	margin:0 0 10px 20px;
}
.picMiddle{
	float:none;
	margin:0;
}

.shareItem {
	margin:20px 0;
	height:20px;
	text-align:right;
	padding-bottom:6px;
	background:url(../images/share_bg.jpg) no-repeat left bottom;
}
.shareItem img{
	border:none;
	margin-left:4px;
	cursor:pointer;
}

.tags {margin:20px 0;}

.tags .top, .tags .bottom{
	background:url(../images/pad_wide_top.png) no-repeat left top;
	width:580px;
	height:5px;
}
.tags .bottom {background-image:url(../images/pad_wide_bottom.png);}

.tags .body {
	overflow:hidden;
	padding:10px;
	margin:0;
	background:#EBEBEB;
}
.tags .body span{
	display:block;
	float:left;
}

.tags .body input[type="submit"] {float:right;}

.more .top, .more .bottom{
	width:580px;
	height:5px;
	margin:0;
	background:url(../images/pad_wide_top_blue.png) no-repeat top left;
}

.more .outter {
	border:1px solid #e9e9e9;
	border-top:none;
	border-bottom:none;
}

.more .bottom {background-image:url(../images/pad_wide_bottom_blue.png);}
.more ul{
	list-style-type:none;
	background:#F8F8F8;
	border:1px solid #fff;
	border-top:none;
	border-bottom:none;
	margin:0;
	padding:0;
}

.more ul li {padding:6px 10px;}
.more ul li span {
	width:16px;
	height:12px;
	display:block;
	float:left;
	background:url(../images/blueicons_pack.png) no-repeat -34px -1px;
}

.more a, .more a:link {color:#2697D3;}


/* Comments */

.oneComent {margin-bottom:10px;}

.comentHeader {
	line-height:31px;
	height:31px;
	background:url(../images/comment_header_blue.png) no-repeat;
	font-weight:bold;
	color:#fff;
}
.comentHeader div{float:left; color:#eee;}

.comentHeader .colGen, .comentHeader .colLink {height:30px;	width:35px;}
.comentHeader .colGen.man {background:url(../images/user.png) no-repeat center center;}
.comentHeader .colLink {background:url(../images/comment_header_sep.png) no-repeat left 5px;}
.comentHeader .colLink a {
	display:block;
	cursor:pointer;
	background:url(../images/link.png) no-repeat center center;
}
.comentHeader .colNick {width:185px;}
.comentHeader .colNick span{
	line-height:13px;
	display:block
}
.comentHeader .colNick a {color:#eee; text-decoration:underline;}

.comentHeader .colVote {
	margin-top:6px;
	width:100px;
}
.colVote .thumbUp, .colVote .thumbDown {
	width:18px;
	display:block;
	float:left;
	background:url(../images/vote.png) no-repeat left center;
	cursor:pointer;
}
.colVote .thumbUp {background-position:left top;}
.comentHeader .colVote .thumbDown {background-position:-18px top;}

.comentHeader .dateAndnumber {
	float:right; 
	height:30px;
}
.comentHeader .dateAndnumber span{
	float:left;
	text-align:right;
	display:block;
	padding:0px 8px;
	margin:0;
}
.comentHeader .dateAndnumber .date {
	background:url(../images/comment_header_sep.png) no-repeat right top;
	width:150px;
	margin-top:5px;
	padding-top:5px;
}
	
.oneComent .comentContent {
	background:#F6F6F6 url(../images/coment_content_bottom.jpg) no-repeat left bottom;
	padding:10px 0;
	min-height:60px;
}
.oneComent .comentContent .avatar {float:left; margin:0px 10px 5px 8px;}
.oneComent .comentContent .avatar .avatarBorder {border:1px solid #b8b8b8; padding:2px;}
.oneComent .comentContent .description{
	float:left;
	margin-bottom:0px;
	width:455px;
}

.oneComent .comentContent .signature{
	clear:both;
	text-align:right;
	font-size:10px;
	color:#858585;
	border-top:1px dotted #ccc;
	margin:10px 10px 0px 10px;
	padding-top:5px;
}
	
.leaveComent {margin-bottom:10px; overflow:hidden;}
.leaveComent.shapeRoundTop {background:#ececec url(../images/submit_coment_shape_top.jpg) no-repeat;}
.leaveComent .shapeRoundBottom {background:url(../images/submit_coment_shape_bottom.jpg) no-repeat left bottom; height:8px;}
.leaveComent form {padding: 15px 10px 5px;}

.leaveComent .areaSubmitHolder,
.leaveComent input,
.leaveComent img {
	float:left;
	border:none;
}

.leaveComent label {
	float:left;
	font-size:11px;
	width:60px;
}

.leaveComent .authorInput {
	width:212px;
	height:19px;
	padding:4px 8px;
	float:left;
	background:url(../images/coment_input_bg.png) no-repeat;
}

.leaveComent .captchaInput {
	width:122px;
	height:17px;
	margin-left:8px;
	margin-top:10px;
	display:inline;
	padding:4px 8px 0px 8px;
	float:left;
	background:url(../images/coment_input_bg_small.png) no-repeat;
}

.leaveComent input,
.leaveComent select {
	width:212px;
	height:19px;
	border:0px;
	background: transparent;
}

.leaveComent .submitPanel input {
	width:122px;
	height:17px;
}

.leaveComent .submitPanel img {
	width:100px;
	height:30px;
}
	
.leaveComent .areaHolder {
	background:url(../images/coment_area_bg.png) no-repeat;
	border:0px;
	padding:6px 8px;
	width:483px;
	height:90px;	
}

.leaveComent textarea {
	width:483px;
	height:90px;
	overflow:auto;
	border:0px;
	background:transparent;
}

.leaveComent .emoticons {
	margin-top:13px;
	margin-bottom:12px;
}
	
.leaveComent .areaSubmitHolder .emoticons img {
	float:none;
	margin-right:5px
}

.leaveComent .submitPanel .submitBt {
	width:74px;
	height:19px;
	background:url(../images/coment_submit_bg.png) no-repeat left 0px;
	color:white;
	font-weight:bold;
	padding:0px 8px 0px 8px;
	margin-left:8px;
	margin-top:11px;
	cursor:pointer;
}
.leaveComent .submitPanel .submitBthover {background-position:left -19px;}
.leaveComent .authorHolder {width:100%;}
.leaveComent textarea, .leaveComent input {
	font-size:11px;
	color:#5C5C5C;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



.sword {
	background-color:#FFF43B;
	padding:1px;
}

.quotebox{
	padding:5px;
	width:250px;
	margin:0 5px;
}
.quotebox .header{
	text-align:center;
	background:#4B719F;
	color:#fff;
	font-weight:bold;
	padding:3px 0;
}
.quotebox .body{
	border:1px solid #c9c9c9;
	text-align:justify;
	background:#eee;
	padding:7px;
}
.quotebox .footer{
	text-align:center;
	font-style:italic;
	font-size:9px;
}

.innerPages {
	margin:20px auto;
	overflow:hidden;
	font-size: 13px;
	font-weight: bold;
	color:#777;
}

.innerPages span {
	display:block;
	float:left;
	background:url(../images/ipageoff.png) no-repeat top left;
	width:26px;
	height:26px;
	cursor:pointer;
	text-align:center;
	padding:5px 0;
	margin:0 2px;
}

.innerPages span:hover, .innerPages span.selected {background:url(../images/ipageon.png) no-repeat left top; color:#fff;}
.innerPages a {color:#777;}
.innerPages a:hover {color:#fff; text-decoration:none;}

/* print */
.print_box .header {
	background:#27567D;
	overflow:hidden; 
	padding:5px 10px;
}
.print_box .fright {margin-top:10px; float:right;}
.print_box .print {background-position:right top;}