@charset "utf-8";
	/* CSS Document */
/*ALL FONT FACE GENRATE HERE*/
@font-face {
	font-family:'Gotham-Medium';
	src:url('fonts/Gotham-Medium.eot');
	src:local('☺'),url('fonts/Gotham-Medium.woff') format('woff'),url('fonts/Gotham-Medium.ttf') format('truetype'),url('fonts/Gotham-Medium.svg') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'GothamBlack';
	src:url('fonts/gotham-black.eot');
	src:url('fonts/gotham-black.eot') format('embedded-opentype'),url('fonts/gotham-black.woff') format('woff'),url('fonts/gotham-black.ttf') format('truetype'),url('fonts/gotham-black.svg#GothamBlack') format('svg');
}
@font-face {
	font-family:'GothamBold';
	src:url('fonts/gotham-bold.eot');
	src:url('fonts/gotham-bold.eot') format('embedded-opentype'),url('fonts/gotham-bold.woff') format('woff'),url('fonts/gotham-bold.ttf') format('truetype'),url('fonts/gotham-bold.svg#GothamBold') format('svg');
}
@font-face {
	font-family:'GothamBook';
	src:url('fonts/gotham-book.eot');
	src:url('fonts/gotham-book.eot') format('embedded-opentype'),url('fonts/gotham-book.woff') format('woff'),url('fonts/gotham-book.ttf') format('truetype'),url('fonts/gotham-book.svg#GothamBook') format('svg');
}
@font-face {
	font-family:'GothamExtraLight';
	src:url('fonts/gotham-extralight.eot');
	src:url('fonts/gotham-extralight.eot') format('embedded-opentype'),url('fonts/gotham-extralight.woff') format('woff'),url('fonts/gotham-extralight.ttf') format('truetype'),url('fonts/gotham-extralight.svg#GothamExtraLight') format('svg');
}
@font-face {
	font-family:'GothamLight';
	src:url('fonts/gotham-light.eot');
	src:url('fonts/gotham-light.eot') format('embedded-opentype'),url('fonts/gotham-light.woff') format('woff'),url('fonts/gotham-light.ttf') format('truetype'),url('fonts/gotham-light.svg#GothamLight') format('svg');
}
@font-face {
	font-family:'GothamThin';
	src:url('fonts/gotham-thin.eot');
	src:url('fonts/gotham-thin.eot') format('embedded-opentype'),url('fonts/gotham-thin.woff') format('woff'),url('fonts/gotham-thin.ttf') format('truetype'),url('fonts/gotham-thin.svg#GothamThin') format('svg');
}
@font-face {
	font-family:'GothamUltra';
	src:url('fonts/gotham-ultra.eot');
	src:url('fonts/gotham-ultra.eot') format('embedded-opentype'),url('fonts/gotham-ultra.woff') format('woff'),url('fonts/gotham-ultra.ttf') format('truetype'),url('fonts/gotham-ultra.svg#GothamUltra') format('svg');
}
/*ALL FONT FACE GENRATE HERE*/
* {
	margin:0;
	padding:0;
}
body,h1,h2,h3,h4,h5,h6,p,span,ul,li,ol,stong,input,textarea,select,table,td,tr,hr,br {
	margin:0;
	padding:0;
}
body {
	font-family:'Gotham-Medium';
	font-size:14px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
	display:block;
	visibility:hidden;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.fnone {
	float:none;
}
#wrapper {
	background:url(../images/banner_bg.jpg) no-repeat top center;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
.grid960 {
	width:960px;
	margin:0 auto;
	position:relative;
}
.grid820 {
	width:820px;
	margin:0 auto;
	position:relative;
}
.grid630 {
	width:630px;
	margin:0 auto;
	position:relative;
}
.grid300 {
	width:300px;
	margin:0 auto;
	position:relative;
}
.grid252 {
	width:252px;
	margin:0 auto;
	position:relative;
}
.grid652 {
	width:652px;
	margin:0 auto;
	position:relative;
}
#header {
	width:100%;
	height:221px;
}
.logo {
	background:url(../images/logo.jpg) no-repeat;
	width:345px;
	height:60px;
	position:absolute;
	top:18px;
	left:0;
}
.logo a {
	display:block;
	width:345px;
	height:60px;
	text-indent:-9999px;
}
#navigation {
	position:absolute;
	top:0;
	right:0;
	font-size:14px;
	color:#8d8d8d;
	text-align:center;
	font-family:'GothamBold';
}
#navigation a {
	color:#8d8d8d;
	text-decoration:none;
	padding:33px 6px;
	#display:inline-block;
}
#navigation a:hover,#navigation a.selected {
	color:#ffffff;
	/*background:#6d9df8;
	*/
display:inline-block;
}
#newsletter {
	height:105px;
}
#header .profil_img {
	float:left;
}
#header .newsletter {
	margin:30px auto;
	display:table;
	text-align:center;
}
#header .redtxt {
	font-family:'Gotham-Medium';
	font-size:20px;
	color:#e3e3e3;
	margin-bottom:10px;
}
input.textbox {
	background:#feffff url(../images/input_bg.jpg) repeat-x 0 0;
	font-family:'GothamBook';
	font-size:14px;
	color:#000;
	padding:11px 5px;
	margin:0 3px;
	width:220px;
	border:1px solid #848383;
	float:left;
}
input.btn_submit {
	background:url(../images/btn_submit.png) no-repeat;
	width:125px;
	height:44px;
	border:none;
	cursor:pointer;
	float:left;
}
/**********/
#middleContainer {
	margin:32px 0 0;
}
.box {
	background:#ffffff url(../images/grad_bg2.png) repeat-x;
	padding:15px;
	display:block;
	margin-bottom:12px;
	border:1px solid #d4d4d4;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.box .whitebox {
	background:#f9f7f8;
	border:10px solid #ffffff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:15px;
	min-height:200px}
.box h3 {
	font-family:'GothamBlack';
	font-size:24px;
	color:#f39024;
	font-weight:normal;
	padding:0;
	margin:0 0 10px 10px;
}
.box p {
	font-family:'GothamBook';
	font-size:14px;
	margin-bottom:15px;
}
.box a.readmore {
	background:url(../images/readmore_icon.jpg) no-repeat left center;
	font-family:'GothamBook';
	font-size:11px;
	font-style:normal;
	margin:0 auto;
	display:table;
	color:#161616;
	padding:0 0 0 25px;
}
.box_left {
	background:#f5f5f5;
	display:block;
	margin-bottom:12px;
}
.box_left .img {
	float:left;
}
.box_left .desc {
	padding:10px;
	display:table;
}
.box_left .desc h3 {
	font-family:'GothamBlack';
	font-size:28px;
	line-height:26px;
	color:#040404;
	font-weight:normal;
	padding:0;
	margin:0 0 15px 0;
	word-wrap:break-word;
	width:253px;
}
.box_left .desc p {
	font-family:'GothamBook';
	font-size:16px;
	line-height:normal;
	margin-bottom:15px;
}
.box_left .desc a.readmore {
	background:url(../images/btn_readmore.jpg) no-repeat;
	width:203px;
	height:40px;
	margin:0 auto;
	display:table;
	text-indent:-9999px;
}
.view_post {
	line-height:26px;
	text-align:right;
	padding-right:10px;
}
.view_post a {
	font-family:'GothamBlack';
	font-size:28px;
	font-weight:normal;
	color:#040404;
}
.logo_slide {
	background:#090909;
	border-left:1px solid #1b1b1b;
	border-right:1px solid #1b1b1b;
	margin-bottom:30px;
	height:89px;
	padding:5px 0 5px 0px;
	margin-top:11px;
	width:645px;
}
.logo_slide h4 {
	font-family:'GothamBook';
	font-size:13px;
	line-height:normal;
	color:#adadad;
}
.logo_slide .logos img {
	margin:0 10px;
	max-height:75px;
}
/***********/
#footer {
	background:#f0f0f0;
	height:270px;
	font-size:11px;
	font-family:'Gotham-Medium';
	margin-top:50px;
}
#footer .heading {
	background:#000000;
	height:22px;
	text-transform:uppercase;
	color:#ffffff;
}
#footer .heading a {
	color:#ffffff;
}
#footer .col {
	float:left;
	width:18%;
	padding:5px 0;
}
#footer .col:last-child {
	width:25%;
}
#footer ul {
	list-style:none;
	margin-bottom:25px;
}
#footer ul li {
	padding:6px 0;
}
#footer ul li a {
	display:block;
	color:#000000;
}
#footer ul li a.follows {
	float:left;
	margin:0 15px 0 0;
	font-size:7.62px;
}
#footer ul li a.follows img {
	float:left}
#footer ul li a.follows span {
	float:left;
	padding:4px 0 0 5px;
}
#footer .fleft {
	float:left;
	font-size:12px;
}
#footer .fright {
	float:right;
	font-size:11px;
	font-family:'GothamBold';
	font-weight:normal;
}
#footer .fright a {
	color:#000000;
}
#footer .fleft strong {
	font-family:'GothamBold';
	font-weight:normal;
}
.nobg {
	background:none;
}
.nomargin {
	margin:0;
}
.popup {
	position:absolute;
	display:none;
	/* keeps the popup hidden if no JS available */
 color:#ccc;
	border:1px solid #c4c4c4;
	width:131px;
	height:40px;
	text-align:left;
	background:white;
	z-index:99999;
}
.join_row {
	position:relative;
}
.nar {
	position:absolute;
	left:-9px;
	top:25px;
	height:12px;
	width:12px;
	z-index:999999;
	background:url("../../../../../templates/base_9/images/comment_nar.png") center center no-repeat;
}
/***********************************************************INBOX CSS STYLESHEET************************************************************/
#inbox h2,#inbox_message h2 {
	font-family:'GothamBold';
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	color:#000000;
	margin:0 0 20px 0;
	text-transform:uppercase;
}
.search_inputbox {
	background:#f9f9f9 url(../images/inbox_search_icon.png) no-repeat 8px 8px;
	padding:5px 5px 5px 35px;
	border-radius:5px;
	float:left;
	width:270px;
	margin:0 10px 0 0;
}
.search_inputbox input {
	border:none;
	background:none;
	font-size:13px;
	color:#787878;
	font-family:'GothamBook';
	padding:5px;
	width:260px;
}
.seacrh_inbox,.seacrh_inbox a {
	color:#000;
	/*font-family:'GothamBook';
	*/
 font-size:11px;
}
.new {
	font-weight:bold;
	background:#c4e196}
.new .inbox_desc a {
	color:#000000!important;
}
.new .name_day a {
	color:#000000!important;
}
.seacrh_inbox a.selected,.seacrh_inbox a:hover {
	color:#769be1;
}
.seacrh_inbox .pt10 {
	padding-top:10px;
}
.inbox_activity {
	margin:45px 0 10px 0;
}
.inbox_activity.last {
	margin:10px 0 10px 0;
}
.inbox_activity .link_checkall {
	font-family:'GothamBold';
	font-size:10px;
	font-weight:normal;
	line-height:10px;
	color:#b5b5b5;
	float:left;
	padding:5px;
	margin:0 10px 0 0;
}
.inbox_activity .link_delete,.inbox_activity .link_save {
	background:#3b3b3b;
	font-family:'GothamBold';
	font-size:10px;
	font-weight:normal;
	line-height:10px;
	color:#b5b5b5;
	float:left;
	padding:5px 10px 7px;
	margin:0 10px 0 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.pagination {
}
.page {
	font-family:'GothamBook';
	display:inline-block;
	padding:3px 5px;
	margin-right:4px;
	border-radius:5px;
	font-size:11px;
	text-decoration:none;
	color:#b4b4b4;
	min-width:10px;
	text-align:center;
}
.page:hover,.page.active {
	background:#3b3b3b;
	color:#ffffff;
	text-decoration:none;
}
.page.next {
	background:url(../images/page_next.png) no-repeat 85% 8px;
	padding:3px 20px 3px 5px;
	text-decoration:none;
	font-weight:bold;
}
.page.next:hover {
	background:#3b3b3b url(../images/page_next.png) no-repeat 85% -4px;
	padding:3px 20px 3px 5px;
}
.page.prev {
	background:url(../images/page_prev.png) no-repeat 5px 8px;
	padding:3px 5px 3px 20px;
	text-decoration:none;
	font-weight:bold;
}
.page.prev:hover {
	background:#3b3b3b url(../images/page_prev.png) no-repeat 5px -4px;
	padding:3px 5px 3px 20px;
}
.inbox_list {
	border:1px solid #dddddd;
}
.inbox_list .listing {
	padding:10px 8px;
	border-bottom:1px solid #ebebeb;
}
.inbox_list .listing:last-child {
	border:none;
}
.inbox_list .listing .inbox_checkbox {
	float:left;
}
.inbox_list .listing .profile_pic {
	float:left;
	padding:0 15px 0 5px;
}
.inbox_list .listing .name_day {
	float:left;
	padding:15px 15px 15px 5px;
	width:80px;
	font-family:'GothamBold';
	font-weight:normal;
	font-size:12px;
	color:#a3a5a6;
	line-height:20px;
}
.inbox_list .listing .name_day a {
	display:block;
	color:#4f73b7;
}
.inbox_desc {
	display:table;
	padding:45px 0 0 0;
	font-size:18px;
	color:#010101;
}
.inbox_desc a {
	color:#769be1;
	font-size:18px;
}
.btn_free_read {
	background:url(../images/btn_free_read.png) no-repeat;
	width:103px;
	height:19px;
	border:none;
	float:left;
	text-indent:-9999px;
	outline:none;
	margin:20px 0 0 0;
}
.return_inbox {
	background:#f7f7f7 url(../images/return_icon.png) no-repeat 92% 3px;
	padding:3px 25px 3px 10px;
	font-family:'GothamBook';
	font-size:10px;
	text-transform:uppercase;
	color:#4474d0;
	float:left;
	text-decoration:none;
	margin:5px 0 0 20px;
}
#inbox_message .search_inputbox {
	background:#F9F9F9 url(../images/msg_search_icon.png) no-repeat 96% 8px;
	border-radius:5px;
	float:right;
	margin:0 10px 0 0;
	padding:3px 35px 3px 5px;
	width:230px;
}
.search_inputbox input {
	width:220px;
}
#msg_detail {
	padding:15px 20px;
	border:1px solid #d4d4d4;
	margin:3px 0 0 0;
}
#msg_detail .profile_pic {
	float:left;
	padding:0 15px 0 0;
}
#msg_detail .desc {
	font-family:'GothamBook';
	font-size:13px;
	color:#4f73b7;
	line-height:24px;
	padding:10px 0;
}
#msg_detail .desc span {
	font-family:'GothamBold';
	font-weight:normal;
	color:#000000;
}
.btn_send_msg {
	background:url(../images/btn_send_msg.png) no-repeat;
	width:135px;
	height:30px;
	cursor:pointer;
	float:right;
	border:none;
	text-indent:-9999px;
	outline:none;
	margin:10px 0;
}
#msg_detail .form {
	margin:10px 0 0;
}
#msg_detail .form textarea {
	background:#fbfbfb;
	padding:10px;
	border:none;
	color:#666;
	font-family:'GothamBook';
	font-size:13px;
	width:570px !important;
	height:115px !important;
}
#inbox_message_list {
	margin:30px 0;
}
.msg_list {
	margin:10px 0;
	padding:3px 0;
	border-bottom:1px solid #dbdbdb;
	border-top:1px solid #dbdbdb;
}
.msg_list table tr.odd {
	background:#f6f6f6;
}
.msg_list table tr.even {
	background:#ffffff;
}
.msg_list table tr td {
	padding:10px 5px;
}
.msg_list .tittle,.msg_list .date {
	font-family:'GothamBold';
	font-weight:normal;
	color:#4f73b7;
	font-size:13px;
	line-height:20px;
	margin-bottom:5px;
}
.msg_list .shot_desc {
	font-family:'GothamBook';
	font-weight:normal;
	color:#000000;
	font-size:13px;
}
/***********************************************************INBOX CSS END************************************************************/
/*Lesson page Css*/
.exp_heading {
	background:#000000;
	border-bottom:3px solid #4474d0;
	position:relative;
	/* height:36px;
	*/
padding:10px 0 10px 15px;
}
.exp_heading h3 {
	font-family:'GothamBold';
	font-weight:normal;
	color:#ffffff;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	/*position:absolute;
	*/
 top:10px;
	left:15px}
.exp_heading .btn_colx {
	background:url(../images/ex_col_btn.gif) no-repeat;
	width:23px;
	height:22px;
	position:absolute;
	top:7px;
	right:15px;
}
.lesson_row {
	padding:7px 7px;
	/* height:81px;
	*/
overflow:hidden;
}
.lesson_row .pic_row {
	background:#d8dce3;
	width:58px;
	height:43px;
	float:left;
	margin:0 6px 0 0;
}
.lesson_row .pic_row .dis_table {
	width:58px;
	height:43px;
	vertical-align:middle;
	overflow-y:hidden;
}
.lesson_row .lesson_desc {
	display:table;
	color:#878787;
	font-family:'GothamBook';
	font-size:13px;
	font-weight:normal;
}
.lesson_row .lesson_desc a {
	text-decoration:none;
}
.lesson_row .lesson_desc strong a {
	text-decoration:none;
}
.lesson_row .lesson_desc strong {
	font-family:'GothamBold';
	color:#010101;
	font-size:13px;
	display:block;
}
.litegry_box {
	background:#fcfcfc;
	border:1px solid #d4d4d4;
	padding:15px 12px;
}
.smalltxt {
	color:#010101;
	font-family:'GothamBook';
	font-size:12px;
	font-weight:normal;
	padding:10px;
}
.btn_show_more {
	background:url(../images/btn_showmore.png) no-repeat;
	width:77px;
	height:18px;
	text-decoration:none;
	text-indent:-9999px;
	display:inline-block;
	margin:5px 0 0 173px;
}
.leftbox .content {
	border:1px solid #e6e6e6;
	border-top:none;
	margin:0 0 8px 0;
}
.video {
	/*margin:30px 0 20px;
	*/
}
.brdr_box {
	background:#f9f8f8;
	border:6px solid #ffffff;
	padding:14px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	min-height:200px;
	margin:11px 0 20px;
}
.brdr_box h2 {
	background:no-repeat center left;
	font-size:24px;
	line-height:24px;
	padding:20px 0 20px 6px;
	margin-bottom:8px;
}
.brdr_box strong {
	display:block;
	font-size:16px;
	font-family:'GothamBold';
	color:#363636;
	margin-left:35px;
}
.brdr_box ul {
	margin:1px 0 1px 35px;
}
.brdr_box ul li {
	color:#363636;
	font-family:'GothamBook';
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	list-style:none;
}
.training_form {
	margin:-25px 0 0 6px;
}
.training_form label {
	color:#363636;
	font-family:'GothamBook';
	font-size:14px;
	font-weight:normal;
	display:block;
	margin-bottom:5px;
}
.training_form textarea {
	border:1px solid #848383;
	padding:10px;
	color:#363636;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	width:525px !important;
	height:65px !important;
}
.training_form .require {
	color:#fe0101;
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
}
.training_form .btn_submit {
	display:table;
	float:none;
	margin:15px auto 0;
}
.brdr_box hr {
	background:#d3d3d3;
	height:1px;
	border:none;
	margin:40px 0;
	display:block;
	clear:both;
}
.ques_ans {
	margin-bottom:15px;
}
.ques_ans .box {
	background:#ffffff;
	border:1px solid #d4d4d4;
	padding:11px;
}
.ques_ans .comment {
	font-size:11px;
	color:#88898b;
}
.ques_ans .comment .btn_reply {
	background:url(../images/btn_reply.png) no-repeat;
	width:48px;
	height:16px;
	display:inline-block;
	text-indent:-9999px;
	margin-left:10px;
}
.reply_parent_btn{
	background:url(../images/btn_reply.png) no-repeat;
	width:48px;
	height:16px;
	display:inline-block;
	text-indent:-9999px;
}
.btn_cancel{
	background:url(../images/cancel_btn.png) no-repeat;
	width:48px;
	height:16px;
	display:inline-block;
	text-indent:-9999px;
}
.ques_ans .comment .btn_reply span {
	text-indent:-9999px;
	display:table;
}
.ques_ans .box img {
	float:left;
	margin:0 15px 0 0;
}
.ques_ans .box .dis_table {
	display:table;
	margin:5px 0;
}
.ques_ans .box .dis_table span {
	/*font-size:18px;
	font-family:'GothamBold';
	color:#9c9c9c;*/
}
.ques_ans .box .dis_table .ques {
	color:#010101;
	font-family:'GothamBook';
	font-size:13px;
	line-height:30px;
}
.ques_ans .box .dis_table .ans {
	color:#010101;
	font-family:'GothamBold';
	font-size:13px;
	line-height:30px;
}
.grid252 a {
	color:#000;
}
/*CROME HACK*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#navigation {
	background:#010101;
	padding:4px 0 0 2px;
	height:38px;
	font-size:16px;
	color:#ffffff;
	font-family:'GothamBold';
	display:inline-block;
}
#navigation a {
	color:#ffffff;
	text-decoration:none;
	padding:10px 4px 10px 3px;
	margin:0 1px;
	float:left;
}
#navigation a:last-child,#navigation a:first-child {
	padding:10px 3px 10px 3px;
}
}
.loader {
	height:60px;
	margin:30px 0;
	position:relative;
	width:100%;
}
.loader .midstrip {
	background:none repeat scroll 0 0 #DFDFDF;
	height:1px;
	position:absolute;
	top:30px;
	width:100%;
}
.loader span {
	background:url("/controller/themes/profile/images/loader.GIF") no-repeat scroll center center #FFFFFF;
	height:60px;
	left:50%;
	margin:0 0 0 -55px;
	position:absolute;
	top:0;
	width:110px;
}
.questions li {
	float:left;
	height:70px;
	list-style:none outside none;
	overflow:hidden;
	padding-top:10px;
	width:50%;
}
.questions li a {
	color:#216FAB;
	display:block;
	font-size:14px;
	min-height:35px;
	padding-left:0;
	padding-right:0;
}
@charset "utf-8";
	/* CSS Document */
#chatMainWindow {
	position:fixed;
	width:auto;
	/*height:270px;
	*/
height:40px;
	right:50px;
	bottom:0px;
	z-index:9999;
}
.chatWindow {
	background-color:#FFF;
	float:right;
	width:302px;
	/* height:100%;
	*/
 height:270px;
	margin-left:5px;
	margin-top:-230px;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#666;
}
.chatHideWindow {
	margin:3px;
	float:right;
	width:302px;
	font-weight:bold;
	cursor:pointer;
	border:1px solid rgba(29,49,91,.3);
}
.chatHideWindow .inner {
	padding:8px;
	background-color:#EBEEF4;
	border-left:1px solid #F4F5F9;
	border-top:1px solid #F4F5F9;
}
.chatHideWindow .inner.blink {
	background-color:#627BAE;
}
.chatHideWindow .inner .img_box {
	float:left;
	margin-right:10px;
	width:20px;
	height:20px;
	overflow:hidden;
}
.maxIcon {
	float:right;
	padding-top:3px;
	margin-right:5px;
}
.maxIcon img {
	width:14px;
	height:14px;
}
.chat_head {
	background:url("/controller/themes/index/images/chat_heading.jpg") no-repeat scroll 0 0 rgba(0,0,0,0);
	height:34px;
	width:302px;
}
.like_box{
	display:inline-block;
	margin:0 0 0 10px;
}
.sp_comments {
	background-image: url("/controller/themes/index/images/QwX8zsil-LN.png");
    background-position: -17px -170px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 13px;
    margin: 0 5px;
    width: 15px;
}
.sprite_like,.sprite_dislike{
	cursor:pointer;
	}
.sprite_like {
    background: url("/controller/themes/index/images/www-comments-vflyGNj1J.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 14px;
    width: 14px;
	opacity: 0.2;
	margin:0 7px;
}
.sprite_like_on {
    background: url("/controller/themes/index/images/www-comments-vflyGNj1J.png") no-repeat scroll 0 -144px rgba(0, 0, 0, 0);
    height: 14px;
    width: 14px;
	opacity:1;
}
.sprite_dislike {
    background: url("/controller/themes/index/images/www-comments-vflyGNj1J.png") no-repeat scroll 0 -71px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 14px;
    width: 14px;
	opacity: 0.2;
}
.sprite_dislike_on {
    background: url("/controller/themes/index/images/www-comments-vflyGNj1J.png") no-repeat scroll 0 -53px rgba(0, 0, 0, 0);
    height: 14px;
    width: 14px;
	opacity:1;
}
.sprite_like:hover,.sprite_dislike:hover{
	opacity: 0.6;
}
.text_like{
    color:#618bc5;
}