.stb1 {
	margin-top:20px;
	background: #EDF2F8;
	width: 600px;
	padding:5px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.stb2 {
	float: left;
	width: 90%;
	margin-top: 5px;
	position: relative;
}
.stb2 input {
	margin: 0 5px;
}

.stb3 {
	float: left;
	text-align: right;
	width: 10%;
	position: relative;
}

.videoicon{
	float:left;
	width:14px;
	height:14px;
	margin-right:5px;
	background:url(../images/blueicons_pack.png) no-repeat -225px -130px;
}

.rss {
	float:right;
	display:inline;
	background:url(../images/footer_2/rss_24.png) no-repeat right top;
	margin-top:-15px;
	cursor:pointer;
	width:15px;
	height:15px;
}
.rss:hover {background-position: 0pt -85px;}	

.content_wrapper .contentMain {width:620px; float:left; margin-right:40px;}

.oneComent .comentContent .description, .leaveComent textarea, .leaveComent input{
	font-size: 13px;
	line-height: 18px;
}

.pagesCaption {
	font-size:11px;
	font-style:italic;
	color:#666;
}

/* news pages */
.newsPages {
	font-size:11px;
	margin-top:20px;
}
.newsPages div {
	float:left;
	margin-right:10px;
	padding:0px 7px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #b8b8b8;
}

.newsPages .prev a:hover, .newsPages .next a:hover {text-decoration:none; color:#66aae1;}

.newsPages .selected {background:#EDF2F8}
.newsPages .prev, .newsPages .next {
	color:#165d92;
	padding:0 7px 0 15px;
	background:transparent url(../images/common/bullets_blue_left.gif) no-repeat 5px 6px;
	cursor:pointer;
}
.newsPages .next {
	padding:0 15px 0 7px;
	background:url(../images/common/bullets_blue.gif) no-repeat 62px 6px;
}
.newsPages .prev:hover {background-position:5px -39px;}
.newsPages .next:hover {background-position:62px -39px;}


/* slideshow */
.ss_home{
	overflow:hidden;
	margin-top:20px;
	background:#F9F9F9;
	padding:10px 5px;
	border:1px solid #DBDBDB;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.ss_home h1 {
	color:#888;
	font-size:12px;
	padding:5px 10px;
	background:#eaeaea;
	margin-bottom:10px;
	text-transform:uppercase;
	border:1px solid #DBDBDB;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.ss_home .navigation, .slideSet .navigation{
	float:left;
	width:16px;
	height:16px;
	cursor:pointer;
	padding:35px 0;
	margin:0 5px 0 0;
	background:url(/images/navigation_home.png) no-repeat left center;
}

.ss_home .next, .slideSet .next {
	margin:0 0 0 5px;
	background-position:-16px center;
}

.ss_home .holder {
	float:left;
	display:none;
}

.ss_home .icon {
	padding:1px;
	border:1px solid #c5c5c5;
}

.ss_home .last {margin-left:20px;}

.ss_rate {
	width:26px;
	height:24px;
	margin-top:5px; 
	background:url(/images/star.png) repeat-x left top;
}

.ss_star-5 {width:130px;}
.ss_star-4 {width:104px;}
.ss_star-3 {width:78px;}
.ss_star-2 {width:52px;}

.oneNewsItemContent ul li{
	padding-left:12px;
	margin:3px 0;
	background:url(/images/pointer_blue.gif) no-repeat left 5px;
}

.oneNewsItemContent .code {
	width:550px;
	padding:7px;
	color:#003DA7;
	background:#F5F5F5;
	border:1px solid #ccc;
	font:normal 11px Courier New, Verdana;
}

.recommend {
	float:left;
	text-align:left;
}

.recommend span {
	float:left;
	display:block;
	font:normal 11px Verdana;
	margin:6px 0 0 5px;
}

.recommend a, .recommend .votedUp, .recommend .votedDown {
	width:18px;
	height:18px;
	display:block;
	float:left;
	float:left;
	margin:5px;
	text-align:left;
	background:url(/images/recommends.png) no-repeat left top;
}

.recommend .down, .recommend .votedDown {background-position:left -18px;}
.recommend .down:hover {background-position:-18px -18px;}
.recommend .up:hover {background-position:-18px top;}

/* Tech Quiz */
.quizsub {
	color:#555;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.quizQuest .quizList {
	color:#444;
	overflow:hidden;
	font-size:11px;
	font-weight:bold;
	border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #ddd;

}

.quizQuest .quizList span {margin:0 8px;}
.quizQuest .quizList span.past {color:#999;}
.quizQuest .quizList span.current {color:#b00; text-shadow:2px 2px 2px #bbb;}

.quizQuest .quizIcon {
	text-align:center;
	margin:20px auto;
}

.quizQuest .quizIcon em {font-size:11px;}

.quizQuest h2 {
	color:#777;
	font-size:14px;
}

.quizQuest ul li {
	margin:10px 0;
	background:none;
	font-size:11px;
}

.quizQuest .quizAns {
	display:none;
	font-size:14px;
}

.quizQuest .quizAns .correct {
	margin:10px 0;
	color:#679B2E;
	text-transform:uppercase;
}

.quizQuest .quizAns .wrong {
	color:#ca0000;
	margin:10px 0;
	text-transform:uppercase;
}

.quizQuest .submit {
	border:0;
	color:#333;
	width:140px;
	height:22px;
	display:block;
	cursor:pointer;
	font-size:11px;
	margin:20px auto;
	padding-right:15px;
	background:url(/images/sbtn.png) no-repeat left top;
}

.quizQuest .submit:hover {background-position:left -22px;}

.quizQuest .results li {
	font-size:12px;
	padding-left:12px;
	margin:3px 0;
	background:url(/images/pointer_blue.gif) no-repeat left 5px;
}
.quizQuest .results li.wrong {color:#a90000;}

.quizQuest #quizCurrent {margin-bottom:20px;}

.quizQuest .detailed li {
	margin-left:20px;
	padding-left:15px;
	background:url(/images/rbtn.png) no-repeat left center;
}

.quizQuest .detailed li.correct {background:url(/images/rbtn_true.png) no-repeat left center;}
.quizQuest .detailed li.wrong {background:url(/images/rbtn_wrong.png) no-repeat left center;}

.quizQuest #quizCurrent .explanation {
	margin:20px;
	color:#666;
	font-style:oblique;
}

.quizQuest #quizCurrent .explanation a {font-style:oblique;}

/* flowplayer */
#newsplayer {
	display:block;
	text-align:center;
}

.flowplayer320 {width:320px; height:240px; margin:10px auto;}
.flowplayer400 {width:400px; height:300px; margin:10px auto;}
.flowplayer480 {width:480px; height:360px; margin:10px auto;}
.flowplayer560 {width:560px; height:420px; margin:10px auto;}

.sbquiz .icon {
	float:left;
	margin-right:15px;
}

.sbquiz .holder {
	float:left;
	width:240px;
	display:none;
}

.sbquiz .holder a:link, .sbquiz .holder a:visited {
	color:#226CA5;
	font-size:13px;
	font-weight:bold;
}

.sbquiz .holder a:hover {text-decoration:underline;}

.sbquiz #quiz_1 {display:block;}

.ss_home h1.quizhat {
	color:#fff;
	background:#555;
	border:1px solid #555;
}

.social_counts {
	text-align:right;
	margin:30px 0 20px 0;
	padding:5px 0 1px 0;
}
.social_counts .google-buzz-button {float:right;}

.fb_edge_widget_with_comment{bottom:3px;}

/* inner quiz & slideshow */

.quizSet {
	width:620px;
	margin:20px 5px;
	overflow:hidden;	
}

.quizSet #quizSet {
	float:left;
	overflow:hidden;
}

.quizSet ul li {
	float:left;
	width:245px;
	margin:0 20px;
}

.quizSet a:link, .quizSet a:visited {
	color:#226CA5;
	font-size:13px;
	font-weight:bold;
}

.quizSet .navigation, .slideSet .navigation {margin:0;}

.slideSet {margin:30px 0 30px 5px; overflow:hidden;}

.slideSet .header {
	color:#494949;
	font-size:12px;
	font-weight:bold;
	margin:20px 0;
	padding:0px 0px 9px 10px;
	text-transform:uppercase;
	border-bottom:2px solid #8bc3f1;
}

.slideSet #ss-prev {margin-left:5px;}

#slideSet {float:left;}

.slideSet ul li {
	float:left;
	overflow:hidden;
}

.slideSet img {
	margin:0 19px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow:#ccc 3px 3px 4px;
}

stats {overflow:hidden; margin:20px 0;}
.itemDescription .meta {
	float:left;
	width:250px;
	overflow:hidden;
	padding-top:12px;
}
.itemDescription .meta span {
	color:#666;
	float:left;
	display:block;
	font-size:11px;
	padding-left:20px;
	margin-right:10px;
	background:url(/images/news_list/eye.png) no-repeat left 3px;
}
.itemDescription .meta span.c {background:url(/images/news_list/coment.png) no-repeat left 3px;}
