
@import url("ebook_box.css");

/** reader low **/
#reader_low .reader_low_wrapper
{
	float:left;
	width:100%;
	position: relative;
}


#reader_low .reader_low_wrapper .left_part
{
	width: 800px;
	float:left;
}

#reader_low .reader_low_wrapper .right_part
{
	width: 204px;
	margin-left:4px;
	/*right:0;
	top:0;
	display:block;
	position:absolute;*/
	float:right;
}


/*small boxes on the right */

.right_part .box_white, .right_part .box_black {
	padding: 0 8px 4px 8px;
}

.right_part .box_white>h3, .right_part .box_black>h3 {
	font-size:14px;
	padding-left: 0;
}

.right_part .box_white>.closeInfoBox, .right_part .box_black>.closeInfoBox {
	margin-right: 0;
}

#comic_related {
	padding: 0;
}
#comic_related h3 {
	padding-left: 8px; /* put back some padding for h3 */
}
#comic_related .closeInfoBox {
	margin-right: 8px; /*same here*/
}

#comic_related .link_more {
	color:#cccccc;
	text-align:center;
	margin-bottom:8px;
	padding-bottom:8px;
	display:block;
}

#comic_related .link_more:hover {
	color:#ffffff;
}

.right_part #advert_space {
	background: #ffffff;
	padding: 8px;
	text-align:center;
	height:170px;
}

#trans_info .buttonlarge{
	line-height: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #99cc33;
	display: inline-block;
    	text-align: center;
	outline: 0; 
	margin: 5px 4px 0 0;
	padding: 5px;
	width:170px;
	vertical-align: middle;
	text-decoration: none;
	color:#000000;
}

#trans_info .rate_translation{
	border:1px solid #5cadd6;
}

#trans_info a.video_tutorials{
	text-decoration: none;
	color:#000000;
}

/* box with comic info */

#comic_info .inner_box{
	width:100%;
}

#comic_info .cover{
	float:left;
}

#comic_info .cover img{
	border:1px solid #999999;
}

#comic_info .icons{
	float:left;
	
}

#comic_info .team_info{
	margin: 10px 0px;
}

#comic_info .team_info p{
	margin: 0px 0px;
}

#comic_info .subdomain{
	text-decoration:underline;
	padding:10px 0px;
}




/*box with related comics*/

.related_comics
{
	float:left;
	padding:0 2px;
	margin:0;
	list-style: none;
	width:200px;
	margin-bottom:8px;
}
.related_comics li
{
	display:inline-block;
	width:200px;
	padding: 0 1px;
}

.related_comics li .comic_block {
	display:inline-block;
	position: relative;
	border:1px solid #999999;
}

/*.related_comics li .comic_block
{
	display:inline-block;
	position: relative;
}
*/


/** reader low navigation**/

.reader_navigation {
	height: 36px;
	margin-left:10px;
	margin-right:4px;
} 

.reader_navigation_bottom{
	height: 36px;
	margin-left:10px;
	margin-right:4px;
} 

.reader_navigation .rnav 
{
	height: 36px;
	line-height: 36px;
	margin-right: 20px;
	padding-left: 35px;
	display: inline-block;
	color: #cccccc;
	text-decoration: none;
}

.reader_navigation .rnav_fav 
{
	background:url("../images/sprite_reader.png") no-repeat -0px 2px;
}
.reader_navigation .rnav_fav:hover, .reader_navigation .rnav_fav.sel
{
	background:url("../images/sprite_reader.png") no-repeat -0px -30px;
	color: #ffffff;
}

.reader_navigation .rnav_fav.favon, .reader_navigation .rnav_fav.favon.sel
{
	background:url("../images/sprite_reader.png") no-repeat -0px -62px;
	color: #ffffff;
}

.reader_navigation .rnav_share 
{
	background:url("../images/sprite_reader.png") no-repeat -0px -91px;
}
.reader_navigation .rnav_share:hover, .reader_navigation .rnav_share.sel 
{
	background:url("../images/sprite_reader.png") no-repeat -0px -123px;
	color: #ffffff;
}

.reader_navigation .rnav_fullscreen 
{
	background:url("../images/sprite_reader.png") no-repeat -0px -156px;
}
.reader_navigation .rnav_fullscreen:hover 
{
	background:url("../images/sprite_reader.png") no-repeat -0px -187px;
	color: #ffffff;
}

.reader_navigation .rnav_thumbs 
{
	background:url("../images/sprite_reader.png") no-repeat -0px -221px;
}
.reader_navigation .rnav_thumbs:hover, .reader_navigation .rnav_thumbs.sel 
{
	background:url("../images/sprite_reader.png") no-repeat -0px -252px;
	color: #ffffff;
}



.reader_navigation .btn_bgblack .page_next{
	line-height: 24px;
	background:url("../images/page_next.png") no-repeat right center;
	padding-right: 10px;
}

.reader_navigation .btn_bgblack .page_prev{
	line-height: 24px;
	background:url("../images/page_prev.png") no-repeat left center;
	padding-left: 10px;
}

.reader_navigation .btn_bgblack{
	float:right;
}

.nav_slidedown {
	display:none;
	position: absolute;
	background: #ffffff;
	z-index:5000;
	width:798px;
	border:1px solid #000000;
}

.nav_slidedown_thumbs {
	background: #000000;
	border:1px solid #000000;
}

.nav_carousel {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}


#comic_obstruct{
	display:none;
	position: absolute;
	z-index:500;
	background-color:#000000;
  	opacity:0.6;
  	filter:alpha(opacity=60); /* For IE8 and earlier */
}


.left_part #comic
{
    max-width: 800px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.left_part #arrow_prev_bottom
{
	float:left;
	position:absolute;
	left:20px;
	cursor: pointer;
	display:none;
	z-index:200;
	height:134px;
	width:53px;
	background:url("../images/sprite_reader.png") no-repeat -142px -84px;
}
.left_part #arrow_next_bottom
{
	float:right;
	position:absolute;
	left:727px;
	cursor: pointer;
	display:none;
	z-index:200;
	height:134px;
	width:53px;
	background:url("../images/sprite_reader.png") no-repeat -224px -84px;
}

.left_part #comic_nav_activ{
	width:800px;
	position:absolute;
	cursor: pointer;
	left:0px;
	z-index:100;
	background-color:#ffffff;
  	opacity:0.0;
  	filter:alpha(opacity=0);
}

#reader_navigation_favourites {height:36px;padding-top:10px;}
#reader_navigation_favourites input, #reader_navigation_favourites label, #reader_navigation_favourites p {vertical-align: middle;line-height: 2}
#reader_navigation_favourites label {margin-right:20px;margin-left:5px;font-weight: bold;}
#reader_navigation_favourites input {margin-left:20px;}

#reader_navigation_share {
	padding-left:20px;
	width:778px;
	height:50px;
}

#reader_navigation_share .share
{
	height: 27px;
	width: 27px;
	margin-top: 12px;
	margin-right: 7px;
	display: inline-block;
	float:left;
}

#reader_navigation_share #share_mail 
{
	background:url("../images/sprite_reader.png") no-repeat -142px 0px;
}
#reader_navigation_share #share_mail:hover
{
	background-position: -142px -46px;
}

#reader_navigation_share #share_fb 
{
	background:url("../images/sprite_reader.png") no-repeat -172px 0px;
}
#reader_navigation_share #share_fb:hover
{
	background-position: -172px -46px;
}


#reader_navigation_share #share_twitter 
{
	background:url("../images/sprite_reader.png") no-repeat -206px 0px;
}
#reader_navigation_share #share_twitter:hover
{
	background-position: -206px -46px;
}

#reader_navigation_share #share_gplus 
{
	background:url("../images/sprite_reader.png") no-repeat -242px 0px;
}
#reader_navigation_share #share_gplus:hover
{
	background-position: -242px -46px;
}

#reader_navigation_share .share_links{
	float:left;
	margin-left:20px;
}

.share_links .textlink{
	height:25px;
	line-height:25px;
	position: relative;
}

.share_links input[type=text],.share_links textarea
{
    height: 15px;
    width: 200px;
    font-size:10px;
    padding-left: 1px;
    text-decoration: none;
    border-radius: 0px; /*up to date browsers support this, but you can add prefixes if you want*/
    border:1px solid #000000;
	white-space:nowrap;
	overflow: hidden;
}
.share_links .smalltext{
    font-size:9px;
    position: absolute; 
    top: 0;
    line-height: 18px;
}

.share_links .textlink a {
	color: #000000;
	text-decoration: none;
} 


/** CAROUSEL**/

.jcarousel_thumb {
	width: 140px;
    	height: 196px;
	border:1px solid #666666;
	margin: 2px 4px 0px 4px;
}

.jcarousel_thumb_current {
	width: 140px;
    	height: 196px;
	border:3px solid #99cc33;
	margin: 0px 2px 0px 2px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 750px;
    padding: 20px 25px;
}


.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  750px;
    height: 205px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 150px;
    height: 205px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal,
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 28px;
    height: 245px;
    cursor: pointer;
    background: transparent url(../images/sprite_reader.png) no-repeat -328px 25px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-horizontal:active
 {
    background-position: -371px 25px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -328px 25px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal,
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal
 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 28px;
    height: 245px;
    cursor: pointer;
    background: transparent url(../images/sprite_reader.png) no-repeat -328px -160px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-horizontal:active
 {
    background-position: -371px -160px;
}


.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -328px -160px;
}

#mycarousel1 {
	width:20000px !important;
}

.reader_navigation_bottom .nb_views{
	vertical-align:middle;
	line-height: 35px;
	color:#cccccc;
	float:left;
	width:200px;
}

.reader_navigation_bottom .share{
	float:right;
	margin-top: 8px;
}
.reader_navigation_bottom .share.sharefb{ /* following widths are: size of image + ballon containing "0" + 20px */
	width:91px;
}
.reader_navigation_bottom .share.sharetwitter{
	width:111px;
}
.reader_navigation_bottom .share.sharegplus{
	width:79px;
}

/* info box */

#comic_info .icons {
	padding-top:0px;    
	padding-left: 10px;
}

#comic_info .icons .icon, #comic_stats .icons .icon 
{
	background: url("../images/popup_level_sprite.png") no-repeat scroll center center transparent;
	background-position: 0 -42px;
	height:35px;
	width:20px;
	padding:0px;
	float:none;
	margin:0px auto;
	display:block;
}

#comic_info .icons p, #comic_stats .icons p
{
	padding-top:0px;
	margin-top:-5px;
	color: #666666;
	width:20px;
	text-align: center;
}

#comic_info .icons #ranking, #comic_stats .icons #ranking{
	background: url("../images/sprite_reader.png") no-repeat scroll center center transparent;
	background-position: -217px -265px;
}

#comic_info .icons #favorites, #comic_stats .icons #favorites{
	background: url("../images/sprite_reader.png") no-repeat scroll center center transparent;
	background-position: -148px -265px;
	height:30px;
}

#comic_info .icons #points, #comic_stats .icons #points{
	background: url("../images/sprite_reader.png") no-repeat scroll center center transparent;
	background-position: -183px -265px;
	height:30px;
}

#comic_info .language_versions b {
	float:left;
}


/*copyright small right side of page */


.copyright_box
{
	
	width:100%;
}
.copyright_box u
{
	display:inline-block;
	width:100%;
	margin-top:6px;
}

.copyright_box p{
	float:right;
	font-size:10px;
	width:80px;
	margin-left: 5px;
	width: 85px;
}

.copyright_box a
{
	float:left;
	display:inline-block;
	margin:10px auto 0 auto;
}
.copyright_box a span
{
	width:22px;
	display: inline-block;
	margin:0 4px;
}
.copyright_box a span img
{
}
.copyright_box a span img,
.copyright_box a span b
{
	display: inline-block;
	text-align:center;
	width: 100%;
}
.comic_page.landing .copyright_box
{
	width:100%;
}
.copyright_box .copy_sign
{
	float:left;
	width:15%;
	font-size:250%;
	text-align:center;
	margin-top:10px
}

.unreleased_message {
	color: #000000;
	text-align:center; margin: 6px auto; padding: 2px 0;
	border: 1px solid;
	border-radius: 4px;
	background: #ff0000;
}

#hidden_bubbles, .hidden_bubble{
    display:none;
}

.forbidden_read
{
	position:absolute;
	top:0;
	left:0;
	z-index: 10;
	color:yellow;
	text-align: center;
	font: 2.5em 'Gochi Hand';
	text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
	padding: 30px 20px;
}
.forbidden_read .go_premium
{
	display:block;
	background:black;
	padding:10px 0;
	color:#96f72c;
	font-size:0.8em;
	text-transform: uppercase;
}
.forbidden_read ul
{
	list-style:none;
	padding:0 0 10px 0;
}
.forbidden_read .read_free_pages
{
	margin-top:45px;
	color:yellow;
	display:block;
	font-size:0.8em;
	background: #060;
}

.box_white_premium
{
	position:absolute;
	top:20px;
	left:60px;
	z-index: 500;
	padding: 30px 20px;
}

.box_white_premium #registration label, .box_white_premium #registration .footer {
	margin-left:0px;
}

.box_white_premium #registration .reg_navigation  {
	text-align: left;
}



/* warning box  */

#reader_low .warning_title
{
	float:left;
	width:100%;
	text-align:center;
	color:#f80707;
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
#reader_low .warning_description
{
	float:left;
	width:96%;
	margin-top:0;
	padding:0 10px;
	color:#f80707;
	font-size:13px;
}
#reader_low .warning_box
{
	float:left;
	width:100%;
	background:white;
	padding-bottom: 10px;
}
#reader_low .warning_box img
{
	float:left;
}
#reader_low .warning_box .warning_title
{
	width:50%;
	text-align: left;
	color:red;
}
#reader_low .warning_box ul
{
	float:left;
	width:50%;
	color:red;
}
#reader_low .underage
{
	float:left;
	width:60%;
	margin-top:40px;
}
#reader_low .button_box
{
	float:left;
	width:60%;
	margin-top:10px;
}
#reader_low .warning_box .button_box a
{
	margin-top:15px;
}

.colorbutton
{
	line-height:16px;
	text-align: center;
	cursor: pointer;
	color:white;
	padding:2px 6px;
	margin:2px 0px 0px 10px;
	text-transform: uppercase;
	font-weight: bold;
	background:#779d31;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:block;
	clear:both;
	text-decoration:none;
}
.grey_button
{
	color:#444;
	background: #EFEEED; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEEED', endColorstr='#E0E0E0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEEED), to(#E0E0E0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EFEEED,  #E0E0E0); /* for firefox 3.6+ */
}
.slight_green
{
	background: #CBFFB5; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CBFFB5', endColorstr='#ABE592'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CBFFB5), to(#ABE592)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #CBFFB5,  #ABE592); /* for firefox 3.6+ */
}
.slight_red
{
	background: #FF9393; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9393', endColorstr='#DB7A7A'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9393), to(#DB7A7A)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FF9393,  #DB7A7A); /* for firefox 3.6+ */
}
.hard_red
{
	background: #cc0000; /* Old browsers */
	background: -moz-linear-gradient(top, #cc0000 7%, #cc4d4d 74%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#cc0000), color-stop(74%,#cc4d4d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc0000 7%,#cc4d4d 74%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc0000 7%,#cc4d4d 74%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc0000 7%,#cc4d4d 74%); /* IE10+ */
	background: linear-gradient(top, #cc0000 7%,#cc4d4d 74%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc4d4d',GradientType=0 ); /* IE6-9 */
}
.white_text,
a.white_text
{
	color:white;
}

.slight_blue,
a.slight_blue
{
	font-size:11px;
	color:white;
	background:#006faf;
}



#comic .image_wrapper
{
	float:left;
    position: relative;
    width: 650px;
	color:black;
}
#comic .image_wrapper table
{
	position:absolute;
}
.image_wrapper table td
{
	line-height: 1em !important;
}


.webfont1 { font: 1em 'Permanent Marker'; }
.webfont2 { font: 1.2em 'Gochi Hand'; }
.webfont3 { font: 1.2em 'Rancho'; }


.landing .last_comments .box_top_center
{
	width: 581px;
	overflow: visible;
}
.last_comments .box_bottom_half,
.last_comments .box_bottom_half
{
	display:none;
}
.last_comments
{
	float:left;
	width:100%;	
}


/****** specific landing comic *******/

/* in this page we want to have the text on another line */
.last_comments .user_content_line span.text {
display:block;
}

#comic_landing_nav {
	display:inline-block;
	width:100%;
}

.left_navigation
{
	float:left;
	width:30%;
	padding-left:20px;
}
.right_navigation
{
	float:right;
	width:65%;
	padding-left:10px;
	border-left:1px solid #5a5952;
}

.left_navigation .chapter_navigation
{
	float:left;
	clear:left;
	cursor: pointer;
	margin-top:10px;
}
.left_navigation .page_navigation
{
	clear:left;
}
.left_navigation .chapter_navigation b
{
	width:24px;
	display:inline-block;
	text-align: center;
	font-size:14px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: #c61010;
	margin-right: 4px;
}

.page_navigation
{
	display:none;
}
.page_navigation a
{
	color:black;
}
.page_navigation a:hover
{
	text-decoration: underline;
}

.page_navigation .page_ok
{
	color:#87a162;
}
.page_navigation .page_nok
{
	color:#fe0c0b;
}

.comic_page #comic_info.box_white {
	 padding-bottom: 0px;
}
.comic_page .inner_box {
	padding:8px 8px 0px 8px;
	display:inline-block;	
	width:786px;
}

.comic_page .inner_box.isClosed {
	display:none;	
}

.comic_page .cover {
	border: 1px solid #999999;
	float:left;
}

.comic_page .comic_info {
	float:left;
	width:540px;
	margin-left:8px;
}

.comic_page .comic_info_footer{
	width:784px;
	height:35px;
	display:block;
	margin-top: 8px;
	border-top:1px solid #999999; 
}

.comic_page .comic_info_footer .share{
	float:left;
	padding-top:8px;
	width:100%;
}
.comic_page .comic_info_footer .share.sharefb{ /* following widths are: size of image + ballon containing "0" + 20px */
	width:91px;
}
.comic_page .comic_info_footer .share.sharetwitter{
	width:111px;
}
.comic_page .comic_info_footer .share.sharegplus{
	width:79px;
}

.comic_page .reading_buttons{
	width:340px;
	display: block;
	float:left;
}

.comic_page .comic_info .row
{
	float:left;
	width:536px;
    	padding: 4px 0;
	line-height: 14px;
	display:block;
}

.comic_page .comic_info .row p
{
	width:536px;
}

.comic_page .comic_info .details_cols{
	width:270px;float:left;	
	margin-top:8px;
}

.comic_page .comic_info .details_cols .row{
	width:270px;
}

.comic_page .comic_info .details_cols .row p{
	width:265px;
}

.comic_page .row.current_progress
{
	margin-bottom: 10px;
	border-bottom:1px solid #999999; 
}

.comic_page .row label
{
	float:left;
	width:120px;
	font-weight: bold;
}
.comic_page .row p
{
	float: left;
    	width: 410px;
    	margin: 0;
	display: inline;
}

.comic_page #thumbnails_nav #selectlg.toclose {
  width: 200px;
}

.comic_page #thumbnails_nav .sel_black > a {
	line-height: 30px;
}

.comic_page #thumbnails_nav .sel_black > div{
	top: 30px;
}

.comic_page #thumbnails_nav #mycarousel1 {
	overflow: hidden; 
	position: relative; 
	top: 0px; 
	margin: 10px; 
	padding: 0px; 
	left: 0px; 
	width: 800px;
}

.comic_page #thumbnails_nav #mycarousel1 li {
	float:left;
	list-style: none outside none;
}

#comic_stats .icons {
	float:left;
	padding:0px;
	border-top:1px solid #999999; 
	border-bottom:1px solid #999999; 
	width:188px;
} 

#comic_stats .icons > div{
	float:left;
	padding:10px 20px 0px;
} 

#comic_stats .icons > p {
	height
}

#comic_stats .stats {
	float:left;
	padding:0px;
	border-top:1px solid #999999; 
	width:188px;
} 

#comic_stats .stats > p {
	margin:5px 0;
} 
#comic_stats .graph {
	float:left;
	padding:0px;
	width:188px;
	margin-top:5px;
} 

#comic_stats .graph > p {
	margin:5px 0;
}

#comic_stats .graph #visualisation {
	height:80px;
	width:188px;
	margin:10px 0;"
}



.comic_page .left_translation
{
	float:left;
	width:50%;
	display:inline-block;
}
.comic_page .right_translation
{
	float:right;
	width:45%;
	padding-left:10px;
  	text-align: center;
	display:inline-block;
	height:100px;
}


.comic_page .untraslated {
  float: left;
  font-weight: bold;
  height: 20px;
  text-align: center;
  width: 100%;
}

.comic_page .translate,.comic_page .vote{
	display:inline-block;
}

.comic_page .translate a,.comic_page .vote a {
  background: none repeat scroll 0 0 #BAAA22;
  border: 1px solid white;
  border-radius: 5px 5px 5px 5px;
  color: white;
  display: block;
  float: left;
  font-weight: bold;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
  width: 250px;
  margin-bottom:10px;
}

.comic_page .vote a {
  background: none repeat scroll 0 0 green;
}

.comic_page #comic_info .copyright_box a {
  display: inline-block;
  float: left;
  margin: 4px auto 0;
}

.comic_page #comic_info .copyright_box a span {
 width:	13px;	
}

.comic_page #comic_info .copyright_box a span b {
 font-size:9px;
}

.comic_page #comic_info .copyright_box .copy_sign{
	margin-top:4px;
	font-size: 220%;
}

.comic_page #comic_info .cctext{
 float: left; padding-right: 12px; line-height: 35px;
}


.comic_page .last_comments.box_white #landing_comments, .comic_page .last_comments.box_white #landing_comments_exclude, .comic_page .last_comments.box_white #landing_topics {
	float:right;
}
.comic_page .last_comments.box_white .sel_white {
	width: 20px;
	margin-top:10px;
	margin-right:20px;
}

.comic_page .favourites {
	float:right;
}

.comic_page .favourites .fav {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-left: 25px;
}

.comic_page .favourites #fav_off  {
  background: url("../images/sprite_reader.png") no-repeat scroll -284px -366px transparent;
}

.comic_page .favourites #fav_on  {
  background: url("../images/sprite_reader.png") no-repeat scroll -284px -334px transparent;
}

.comic_page .favourites .sel_white {
	width:200px;
}

.comic_page .favourites .sel_white > div {
	width:200px;
	top:30px;
	height: 40px;
}

.comic_page .favourites .sel_white > a {
	margin:0;
	float:right;
}  


.comic_page .favourites #selectfavoptions input, .comic_page .favourites #selectfavoptions label, .comic_page .favourites #selectfavoptions p {
    line-height: 2;
    vertical-align: middle;
}


/*page marketing end of comics*/
.last_page_message{
	width:800px;
	display: inline-block;
}

.last_page_message div.white_bg {
	background: #ffffff;
	padding: 8px 0px 8px 4px;
	overflow: auto;
}

.last_page_message div.trans_bg {
	background: transparent;
	border-top: 2px solid #ffffff;
	padding: 8px 0px 8px 4px;
	overflow: auto;
}

.last_page_message div .number_part{
	font: 50px Arial;
	float:left;
	font-weight:bold;
	width:60px;
	text-align:center;
}

.last_page_message div .text_part{
	float:left;
	width:725px;
}

.last_page_message div.trans_bg.big_smile{
	background: transparent url("../images/big_smile.png") no-repeat right bottom;
	height:238px;
}

.last_page_message div.trans_bg.big_smile .btn_bgblack{
	width:200px;
}

.last_page_message div.white_bg .number_part{
	color:#cccccc;
}

.last_page_message div.trans_bg .number_part{
	color:#666666;
}

.last_page_message .white_bg .title{
	color:#990066;
	font-size:35px;
	font-weight:bold;
}

.last_page_message .white_bg .subtitle{
	color:#666666;
	font-size:16px;
	font-weight:bold;
}

.last_page_message .trans_bg .title{
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
}

.last_page_message .trans_bg .subtitle{
	color:#99cc33;
	font-size:16px;
	font-weight:bold;	
}

.last_page_message .share
{
	height: 27px;
	width: 27px;
	margin-top: 12px;
	margin-right: 7px;
	display: inline-block;
	float:left;
}

.last_page_message #share_mail 
{
	background:url("../images/sprite_reader.png") no-repeat -97px -375px;
}
.last_page_message #share_mail:hover
{
	background-position: -142px -46px;
}

.last_page_message #share_fb 
{
	background:url("../images/sprite_reader.png") no-repeat -127px -375px;
}
.last_page_message #share_fb:hover
{
	background-position: -172px -46px;
}


.last_page_message #share_twitter 
{
	background:url("../images/sprite_reader.png") no-repeat -161px -375px;
}
.last_page_message #share_twitter:hover
{
	background-position: -206px -46px;
}

.last_page_message #share_gplus 
{
	background:url("../images/sprite_reader.png") no-repeat -197px -375px;
}
.last_page_message #share_gplus:hover
{
	background-position: -242px -46px;
}

.last_page_message div.advantages_text {
	background:url("../images/sprite_site_v2.png") no-repeat -371px -5px;
	color: #ffffff;
	font-size: 16px;
	height: 122px;
	line-height: 24px;
	margin: 16px 2px;
	padding-left: 25px;
}

.last_page_message div.advantages_text_guest {
	color: #ffffff;
	font-size: 16px;
	height: 122px;
	line-height: 24px;
	margin: 16px 2px;
	padding-left: 25px;
}

.last_page_message a {
	color:#cccccc;
	line-height: 24px;
}

.last_page_message ul {
	padding:0px;
	margin:0px;
}
.last_page_message li {
	float:left;
	list-style: none outside none;
	height:196px;
	width:140px;
	margin:1px;
	border: 1px solid #999999;
}

.last_page_message li .comic_block{
	width:140px;
	height:196px;
}

.last_page_message li .comic_info{
	padding:4px;
	width:132px;
	height:188px;
}


.last_page_message li .comic_info h4{
	font-size:14px;
}

.box_white_premium_payment{
	width:650px;
	text-align:left;
}

.box_white_premium_payment h1{
	color:#990066;
	font-size:40px;
	margin-top:0px;
	margin-bottom:0px;
}

.box_white_premium_payment h1.small{
	color:#990066;
	font-size:20px;
	margin-top:0px;
}

.box_white_premium_payment h2{
	color:#99cc33;
	font-size:20px;
	margin-top:8px;
	margin-bottom:8px;
}

.box_white_premium_payment .small_title{
	color:#990066;
	font-weight:bold;
}

#comic_comments .inner_box{
	padding:8px;
}


