html,body,img
{
	margin:0;
	padding:0;
	border: none;
}
body
{
	color: black;
	font: 12px Arial,sans-serif;
	background: #cccccc center center fixed no-repeat;
}

.page_canvas
{
	width:1008px;
	margin:0px auto 0px auto;
	/*z-index:1;
	position:relative;*/
}

a, a:link, a:active, a:visited { color:#000; }
a:hover { color:#666; }

a.link_grey, a.link_grey:link, a.link_grey:active, a.link_grey:visited { color:#666666; text-decoration:none; }
a.link_grey:hover { color: #000000; }


/** header **/


#header_container
{
	float:left;
	width:100%;
	height:36px;
	z-index:20;
	position:relative;
	background: #ffffff;
}

#header_container #header
{
	float:left;
	height:36px;
	z-index:5;
	position:relative;
	background: #ffffff;
	width:1008px;
	margin:0px auto 0px auto;
	z-index:1;
}



#header .barre
{
	margin:4px 0px;
	background: #999999;
	float:right;
	height:28px;
	width:1px;
}

#header .barre.hidden
{
	background: #ffffff;
}

#header .dropbutton{
	margin:3px 0;
	padding:7px 12px;
	background: #ffffff;
	float:right;	
	z-index:5500;
	position: relative;
	height:16px;
	color: #666666;
	cursor: pointer;
}
#header .dropbutton:hover {
	color: #000;
}

#header .dropbutton.opened{
	margin-top:2px;
	border:1px solid #999999;
	border-bottom: 0;
	color: #000000;
}

#header #lg_current
{
	padding:7px 8px;
	width:24px;
}

#header #lg_current.opened
{
	padding:7px 7px 9px;
	height:18px;
}

#header .flag {
	border:1px solid #cccccc;
}

#header #search
{
	width:20px;
	background: #ffffff url("../images/sprite_site_v2.png") no-repeat 6px 0px;
}

#header #search.opened
{
	background: #ffffff url("../images/sprite_site_v2.png") no-repeat 5px -27px;
	padding:7px 11px;
	height:20px;
}

#header #explorer
{
	padding-right:22px;
}

#header #explorer.opened{
	padding:7px 21px 7px 11px;
	height:20px;
}

#header #explorer .explorer_bg{
	background:url("../images/sprite_site_v2.png") no-repeat -37px -10px;
	position:absolute;
	top:9px;
	right:0;
	height:15px;
	width:20px;
}

#header #explorer.opened .explorer_bg{
	background:url("../images/sprite_site_v2.png") no-repeat -35px -37px;
}

#header #profile_container{
	position: relative;
	float:right;
}

#header #profile
{
	padding:0 12px;
	height:30px;
}

#header #profile.opened
{
	padding:0 11px;
	height:34px;
}

#header #profile .relative_wrapper{
	float:left;
}

#header #profile .username{
	float:left;
	padding-left:3px;
	margin-top:7px;
	position:relative;
	padding-right:25px;
}

#header #profile .username .background{
	background:url("../images/sprite_site_v2.png") no-repeat -37px -10px;
	position:absolute;
	top:2px;
	right:0;
	height:15px;
	width:20px;
}

#header #profile.opened .username .background{
	background:url("../images/sprite_site_v2.png") no-repeat -35px -37px;
}

	
#header #profile .relative_wrapper img {
	margin: 1px 0 0 0; vertical-align:middle;
	border:1px solid #cccccc;
}

#header a {
	text-decoration: none;
}

#header .simplelink
{
	padding:10px 12px;
	color: #666666;
	height:16px;
	float:right;
	cursor:pointer;
}
#header .simplelink:hover { color: #000 }

#header #join
{
	color: #990066;
}

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

#header #gold p
{
	padding-top:0px;
	margin-top:-3px;
}

#header #message
{
	float:right;
	border-left:none;
	margin:4px 12px 0;
	padding:0;
	width:20px;
	height:30px;
	overflow:hidden;
	background:url("../images/sprite_site_v2.png") no-repeat -72px -4px;
}
#header #message b,
#header #notification b
{
	position:relative;
	top:7px;
	left:0px;
	color:white;
	padding:3px;
	font-size:10px;
	display:inline;
	line-height:15px;
	background:#b557c4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 1px 1px 1px #888;
	-webkit-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
}

#header #notification
{
	float:right;
	position:relative;
	border-left:none;
	margin:0px 12px 0;
	padding:0;
	width:20px;
	height:25px;
	top:0;
	left:10px;
	overflow:hidden;
	background:url("../images/notifications_icon.png") no-repeat -0px 0px;
}

#header #notification_container{
	position: relative;
	float:right;
}

#header #notification b{
	top:4px;
}

#header #notif_button
{
	padding:5px 8px;
	width:24px;
	display:block;
}

#header #notif_button.opened
{
	padding:5px 7px 9px;
	height:20px;
}

#header #cart
{
	float:right;
	border-left:none;
	margin:4px 12px 0;
	padding:0;
	width:34px;
	height:30px;
	overflow:hidden;
	background: transparent url("../images/sprite_reader.png") no-repeat -59px -524px;
	position:relative;
}

#header #cart div.number{
	position:absolute;
	top:-2px;
	left:2px;
	width:30px;
	text-align:center;
	display:inline-block;
	color: #990066;
}

/* box menu flags*/
#header #header_language
{
	padding:5px;	
	top:36px;
	right:0px;
	width:120px;	
	float:left;
	z-index:5200;
	position:absolute;
	background: #ffffff;
	border:1px solid #999999;
	display:none;
}

#header .flag_change {
	height:25px;
	cursor: pointer;
}

#header .flag_change .flag {
	float:left;
	margin-top:0px;
}	
#header .flag_change p{
	height:20px;
	margin:0;
	padding-left: 30px;
}

/* box menu profile*/
#header #header_profile
{
	margin-left:6px;
	padding:4px;	
	top:36px;
	left:-6px;
	width:200px;	
	float:left;
	z-index:5200;
	position:absolute;
	background: #ffffff;
	border:1px solid #999999;
	display:none;
}

#header_profile .linesep
{
	width:188px;
	float:left;
	height:1px;
	margin:4px 4px;
	padding:0px 0px 0px 4px;
	background:#d6d6d6;
}


#header_profile .linelink
{
	width:188px;
	float:left;
	margin:0px 4px;
	padding:4px 0px 4px 4px;
	color:black;
	text-decoration:none;
}

#header_profile .premium
{
	display:block;
	padding:10px 0 0 8px;
	color:#990066;
}

#header_profile .linelink:hover
{
	background:#dddddd;
}

/* box menu browse*/
#header #header_browse
{
	padding:4px;	
	top:36px;
	right:3px;
	width:400px;	
	float:left;
	z-index:5200;
	position:absolute;
	background: #ffffff;
	border:1px solid #999999;
	display:none;
}

#header_browse .column
{
	width:192px;
	float:left;
	padding:4px;
}

#header_browse .column .linehead
{
	width:180px;
	float:left;
	margin:0px 4px;
	padding:4px 0px 4px 4px;
	color:black;
	font-weight:bold;
	text-decoration:none;
}


#header_browse .column .linesep
{
	width:180px;
	float:left;
	height:1px;
	margin:4px 4px;
	padding:0px 0px 0px 4px;
	background:#d6d6d6;
}


#header_browse .column .linelink
{
	width:180px;
	float:left;
	margin:0px 4px;
	padding:4px 0px 4px 4px;
	color:black;
	text-decoration:none;
}

#header_browse .column .linelink:hover
{
	background:#dddddd;
}

/* box menu search*/
#header #header_search
{
	padding:5px;	
	top:36px;
	right:3px;
	width:400px;	
	float:left;
	z-index:5200;
	position:absolute;
	background: #ffffff;
	border:1px solid #999999;
	display:none;
}

#header_search .search_site
{
	float:right;
	margin-top:6px;
	margin-bottom:6px;
}
#header_search .search_site .search_q
{
	float:left;
	width:360px;
	height:16px;
	color:#a490b8;
	font-size:12px;
	padding-left:4px;
	margin-right: 10px;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#header_search .search_site .search_button
{
	width:20px;
	height:20px;
	cursor: default;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	top:0;
	position: relative;
	background:#e2e2e1 url('../images/comic_view_small.png') center center no-repeat;
}

#header_search #search_results
{
	width:390px;
	
}
#header_search #search_results ul
{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style: none;
	padding-bottom: 2px
}
#header_search #search_results ul li
{
	float:left;
	width:100%;
	display: block;
}
#header_search #search_results ul a
{
	color:#0d2c2d;
}
#header_search #search_results label
{
	float:left;
	width:87px;
	color:#666666;
	font-size:11px;
	text-align: right;
	padding:5px 8px 0 0;
	text-transform: capitalize;
}
#header_search #search_results .group_results
{
	float:left;
	width:290px;
	text-align: left;
	padding:4px 0;
	background: #ffffff;
	border-left:1px solid #d6d6d6;
}
#header_search #search_results .group_results a
{
	float:left;
	width:100%;	
	margin:2px 0;
	padding:2px 0;
}
#header_search .group_results a .matched
{
	font-weight: bold;
}
#header_search .group_results a span
{
	float:left;
	padding-left:10px;
}
#header_search #search_results .group_results a:hover,
#header_search #search_results .group_results a.active
{
	background: #dddddd; 
}


/* box menu notification*/
#header #header_notification 
{
	margin-left:6px;
	padding:5px;	
	top:36px;
	left:-6px;
	width:380px;	
	float:left;
	z-index:5200;
	position:absolute;
	background: #ffffff;
	border:1px solid #999999;
	display:none;
}

#header_notification .menu
{
	width:330px;
	height:24px;
	line-height: 24px;
}
#header_notification .menu .menu_center
{
	width:304px;
}
#header_notification .inner
{
	float:left;
	width:380px;
	background:white;
}

#header_notification .list {
	float:left;
	width:100%;
	min-height:42px;
	text-align:left;
	padding-top:3px;
	font-size: 11px;
	border-bottom:1px solid #dddddd;
}
#header_notification .list div
{
	float:left;
	width:325px;
	text-align: left;
	padding-top:5px;
	margin-left:10px;
	color:#333;
}
#header_notification .list .notification a:hover
{
	text-decoration: underline;
}
#header_notification .list .n_when
{
	float:right;
	color:#777;
}

#header_notification .list a { color:#000; }
#header_notification .list a.read_comments {color:#415CF7;}

#header_notification .view_not0 { background-color:#F0F0F0; }

#header_notification h3
{
	color:black;
	margin:0px;
}

#header_notification .footer
{
	float:left;
	width:100%;
	margin:0;
	bottom:0;
	left:0;
	height:17px;
	font-weight: bold;
	padding-top:3px;
	text-align:center;
}
#header_notification .footer a
{
	color:black;
}

#header_rotating_container{
	width:100%;
	height:100px;
	background: #333333;
	position:relative;
	margin-bottom:4px;
	float:left;
	z-index:5;
		
}

#header_rotating_container_mini{
	width:100%;
	height:20px;
	background: #333333;
	position:relative;
	margin-bottom:4px;
	float:left;
	z-index:5;
		
}

#header_rotating
{
	float:left;
	width:100%;
	height:100px;
	/*overflow:hidden;*/
	z-index:3;
	position:relative;
	background: #333333;
	margin-bottom:4px;
}

#header_rotating.mini
{
	float:left;
	width:100%;
	height:20px;
	overflow:hidden;
	z-index:3;
	position:relative;
	background: #333333;
	background: transparent;
	margin-bottom:4px;
}

#header_additional_container{
	width:100%;
	height:108px;
	background: transparent;
	float:left;
	z-index:5;
	margin-bottom:4px;
	position:relative;
}

#header_additional
{
	float:left;
	width:100%;
	/*overflow:hidden;*/
	z-index:3;
	position:relative;
	height:108px;
	background: transparent;
	margin-bottom:4px;
}


#header_additional_breadcrumbs_container{
	width:100%;
	height:16px;
	background: transparent;
	float:left;
	z-index:5;
	margin-bottom:4px;
	position:relative;
}

#header_additional_breadcrumbs
{
	float:left;
	width:100%;
	overflow:hidden;
	z-index:3;
	position:relative;
	height:16px;
	background: transparent;
	margin-bottom:4px;
}

#header #header_logo {
	float:left;
}

#header h1 {
	float:left;
	font: 14px Arial,sans-serif;
	margin-left:20px;
}

/*Rotating banners*/

#header_rotating .header_control
{
	width:14px;
	height:14px;
	cursor: pointer;
	position:absolute;
	background: url(../images/sprite_site_v2.png) -6px -68px no-repeat;
	z-index:4000;
	right:10px;
	bottom:3px;	
	display:block;
}
#header_rotating .header_control_mini
{
	width:14px;
	height:14px;;
	cursor: pointer;
	position:absolute;
	background: url(../images/sprite_site_v2.png) -6px -96px no-repeat;
	z-index:4000;
	right:10px;
	bottom:3px;	
	display:block;
}



/* position and dimensions of the navigator */
.rotating_navi, .rotating_navi_mini {
    width:200px;
    height:12px;
    left: 10px;	
    bottom: 5px;
    z-index:4000;
    cursor: pointer;
    position:absolute;
}


/* items inside navigator */
.rotating_navi a, .rotating_navi_mini a {
    width:9px;
    height:9px;
    float:left;
    margin:3px;
    background:url(../images/sprite_site_v2.png) -77px -32px no-repeat;
    display:block;
    font-size:1px;
}

.rotating_navi a:hover, .rotating_navi a.active,.rotating_navi_mini a:hover, .rotating_navi_mini a.active {
    background-position: -77px -42px;
}


/*Additional header*/

#header_additional .ads{
	width:728px;
	height:90px;
	margin-bottom:2px;
	background:transparent;
}

#header_additional #amilova_ads{
	width:276px;
	height:108px;
	margin-bottom:4px;
	margin-left:4px;
	background:transparent;
	position: absolute;
	top:0;
	right:0;
}

#amilova_ads .bg_blue {
	background:#006699;
	width:276px;
	height:108px;
	display:inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}

#amilova_ads .bg_turquoise {
	background:#66cccc;
	width:276px;
	height:108px;
	display:inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}

#amilova_ads .bg_purple {
	background:#990066;
	width:276px;
	height:108px;
	display:inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}

#amilova_ads .sharebox{
	background:#ffffff;
	width:236px;
	height:79px;
	float:right;
	margin-top:8px;
	margin-right:8px;
	padding-top:13px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	text-align:center;
}

#amilova_ads .titlebox{
	background:#ffffff;
	width:240px;
	height:28px;
	line-height:28px;
	font-size:16px;
	color:#666666;
	margin:8px;
	padding:0px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	text-align:center;
}

#amilova_ads .textbox{
	font-size:16px;
	color:#ffffff;
	margin:10px 8px 0px;
	display: block;
}

#amilova_ads .textbox.small{
	font-size:14px;
}

#amilova_ads .linkbox{
	font-size:12px;
	color:#666666;
	display: block;
	margin:5px 8px 0px;
}


#amilova_ads img.over{
	position: absolute;
	right:0px;
	bottom:0px;
}

#amilova_ads .sharebox .share {
	display: inline-block;
vertical-align: middle;
	margin:5px;
}

#amilova_ads .share-vertical {
	position:absolute;
	top:45px;
	left:-30px;
	width:92px;
	height:20px;
	line-height:20px;
	font-size:16px;
	color:#ffffff;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

#amilova_ads .sharebox .share .twitter_box {
    width: 58px; height: 31px;
    position: relative;
    background: #fff;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 8px;
    margin-top: 2px;
    }
#amilova_ads .sharebox .share .twitter_box:after,
#amilova_ads .sharebox .share .twitter_box:before {
    width: 0; height: 0;
    position: absolute;
    top: 100%;
    border: solid transparent;
    pointer-events: none;
    content: " ";
    }
#amilova_ads .sharebox .share .twitter_box:after {
    left: 50%;
    border-top-color: #fff;
    border-width: 3px;
    margin-left: -3px;
    }
#amilova_ads .sharebox .share .twitter_box:before {
    left: 50%;
    border-top-color: #aaa;
    border-width: 4px;
    margin-left: -4px;
    }
#amilova_ads .sharebox .share .twitter_box #followers {
    width: 100%; height: auto;
    position: absolute;
    top: 0px; left: 0px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 16px; line-height: 34px;
    letter-spacing: 0;
    white-space: nowrap;
    color: #333;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
   }

#header_additional .breadcrumbs, #header_additional_breadcrumbs .breadcrumbs{
	width:708px;
	height:12px;
	background: #333333;
	font-size:10px;
	color:#cccccc;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	bottom:0;
	left:0;
	padding:2px 10px;
	text-transform: capitalize;
}

#header_additional_breadcrumbs .breadcrumbs.alone{
	width:988px;
}

#header_additional .breadcrumbs a,#header_additional_breadcrumbs .breadcrumbs.alone a{
	color:#cccccc;	
	text-decoration:none;
}


#header_additional .breadcrumbs a:hover,#header_additional .breadcrumbs a:active,
#header_additional_breadcrumbs .breadcrumbs.alone a:hover,#header_additional_breadcrumbs .breadcrumbs.alone a:active {
	color:#ffffff;	
}
/** footer **/

#footer_top_comics
{
	float:left;
	width:100%;
	clear:both;
	display:block;
	background: #ffffff;
	overflow:hidden;
}

#footer_container{
	float:left;
	width:100%;
	clear:both;
	display:block;
	background: #666666;
	overflow:hidden;
}

#footer
{
	float:left;
	width:100%;
	margin-top:7px;
	clear:both;
	display:block;
	background: #666666;
	color: #cccccc;
	overflow:hidden;
}

#footer a, #footer a:visited, #footer a:active {
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

.footer_center .f_column
{
	float:left;
	width:335px;
	color:#cccccc;
	margin-bottom:20px;
}

.footer_center .f_column p
{
	text-transform: uppercase;
}

.footer_center .f_column a
{
	float:left;
	width:100%;
}

.footer_center .f_column a.facebook{
	background:url("../images/sprite_site_v2.png") no-repeat -105px -5px;
	display:inline-block;
	height:30px;
	width:30px;
}

.footer_center .f_column a.twitter{
	background:url("../images/sprite_site_v2.png") no-repeat -135px -5px;
	display:inline-block;
	height:30px;
	width:30px;
}

.footer_center .f_column .follow{
	vertical-align: top;
	float:left;
}

.cc_footer_link {
	font-weight:bold;
}
.cc_footer_link img {
	width:26px;
	vertical-align:middle;
}

.footer_stats {
	margin:10px;
	font-weight:bold;
}

/** LOGIN **/

#login_form
{
	width:476px;
	display: none;
	background:white;
	padding:20px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;	
	color:#666666;
	font-size:12px;
}

#login_form .title{
	font-size:16px;
	margin-bottom:10px;
}

#login_form .error{
	color:#990066;
	margin-bottom:5px;
}

#login_form .error a{
	color:#990066;
	text-decoration:underline;
}

#login_form .error a:hover{
	color:#000000;
}

#login_form .forgotten_password {
	text-decoration: underline;
	color: #666; font-size: small;
}

#login_form .form_elem{
	float:left;
	margin-right:10px;
}

#login_form .loginbutton {
	  -moz-box-sizing: border-box;
	  border: 1px solid;
	  border-radius: 4px 4px 4px 4px;
	  color: #990066;
	  display: block;
	  font-size: 14px;
	  height: 32px;
	  padding: 0 6px;
	  margin-top:25px;
	  text-align: center;
	  width: 120px;
	  background:#ffffff;
	  line-height:32px;
}
#login_form .loginbutton:hover {
	border: 1px solid  #99CC33;
	color:#000000;
}

#login_form label {
	line-height:25px;
	height:25px;
	display:block;
}


#login_form input[type=text],#login_form input[type=password] {
	border: 1px solid #666666;
	height:28px;	
	width:160px;
}

#login_form a {
	color:#666666;
}

#login_form a:hover {
	color:#000000;
}

#login_form a.question {
	position: relative; top: -5px;
	color:#990066;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	padding-bottom:20px;
	display: inline-block;
  	padding-bottom: 5px;
  	vertical-align: bottom;
}

#login_form .ext_login,#registration .ext_login  {height: 27px;
	width: 27px;
	margin-right: 7px;
	display: inline-block;
	float:right;
}

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

#login_form .footer{
	line-height:27px;
	vertical-align:center;
}
#login_form .logwith{
	float:right;
	margin-right:15px;
}
.relative_wrapper {
    float: left;
    position: relative;
}

/*avatar*/
/* USER LEVEL */
.user_avatar{
	position: relative;
	float:left;
}

.user_avatar img{
	float:left;
	border:1px solid #999999;
	width:80px;
}

.user_avatar.px30 img{
	width:30px;
}

.user_avatar.px40 img{
	width:40px;
}

.user_avatar.px50 img{
	width:50px;
}

.user_avatar.px60 img{
	width:60px;
}

.user_avatar span
{
	color:white;
	background-color:#666666;
  	opacity:0.8;
  	filter:alpha(opacity=80);
	padding:2px 4px;
	font-size:13px;
	position:absolute;
	left:1px;
	bottom:1px;
}

.user_avatar.px30  span {
	font-size:10px;
	padding:1px 2px;
}

.user_avatar.px40  span {
	font-size:11px;
	padding:1px 2px;
}

.user_avatar.px50  span {
	padding:2px 4px;
	font-size:13px;
}

.user_avatar.px60  span {
	padding:2px 4px;
	font-size:13px;
}

.avatar_user_level.no_space {
    bottom: 0;
    left: 0;
}
.avatar_user_level {
    background: none repeat scroll 0 0 #92187C;
    bottom: 0;
    color: white;
    font-size: 13px;
    left: 0;
    padding: 2px 4px;
    position: absolute;
}


#confirmChange, .styled_dialog
{
	width:500px;
	display: none;
	position:absolute;
	background:white;
	padding:5px;
	border:8px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	z-index:99999;
	text-align: center;
	font-size:16px;
	-moz-box-shadow: 1px 1px 16px black;
	-webkit-box-shadow: 1px 1px 16px black;
}



#confirmChange p
{
	text-align:center;
}
#confirmChange p.no_margin
{
	margin:0;
}
#confirmChange p input
{
	text-transform: capitalize;
	margin-right:5px;
}


/* show hide system: button and content.
 .closeInfoBox is the button.
 .isClosed is used for the content (hide it) and the button (don't hide it but change the image). It's the same name for simplicity.
*/
.isClosed { display: none }
.closeInfoBox
{
	display: block;
	float:right;
	height:20px;
	width: 20px;
	padding: 0; margin: 5px 5px 0 5px;
	background: url(../images/hide_info.png) no-repeat center center;
	cursor: pointer;
}
.closeInfoBox.isClosed {
	background-image: url(../images/show_info.png);
}

/** REGISTRATION **/
#information {
	border: 2px solid #505050;
	color: #000;
	font: bold 1em sans-serif;
	text-align:center;
	background: #CCF;
	width: 260px;
	padding: 10px;
	position: absolute;
	left: 400px; top: 120px;
	z-index:9999;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}

#registration {
    color: #666666;;
    width: 640px;
    height: 380px;
    display:inline-block;
}

#registration a {
  color: #666666;
}

#registration a:hover {
  color: #000000;
}


#registration .registration_inner
{
	float:left;
	width:100%;
    	height: 352px;
	overflow:hidden;
        position:relative;	
	background:white url('../images/amilova_reg.png') left bottom no-repeat;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#registration .registration_inner.inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#registration .registration_bottom
{
	float:left;
	width:100%;
	height:28px;
	line-height:28px;
	text-align: center;
	background: #333333;
	color:#cccccc;
	overflow:hidden;
    -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;
}

#registration .registration_bottom a {
	color:#cccccc;
}

#registration .registration_bottom a:hover {
	color:#000000;
}

#registration .reg_navigation
{
	float:left;
	width:400px;
	margin-left:200px;
	margin-top:12px;
	height:28px;
	line-height:28px;
	border-bottom:1px solid #333333;
}

#registration .reg_navigation .reg_info
{
	font-size:16px;
	color:#666666;
}
#registration .reg_navigation span em
{
	color:#990066;
	margin-right:5px;
	font-style:normal;
}

#registration .registration_top
{
	float:left;
	width:100%;
	height:48px;
	line-height:20px;
	padding-top:8px;
	text-align: left;
	background: #333333;
	color:#cccccc;
	overflow:hidden;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#registration .registration_top .green_text{
	color:#99cc33;
	margin-left:16px;
}
#registration .registration_top .green_text b{
	font-size:14px;
}


#registration .registration_top .white_text{
	color:#ffffff;
	margin-left:16px;
}

#emailInfo,#usernameInfo,#pass1Info
{
	float:right;
	width:140px;
	margin-top:6px;
	min-height:20px;
}

#registration .error
{
	color:#990066;
	background: url("../images/sprite_site_v2.png") no-repeat scroll -6px -195px transparent;
	padding-left:20px;
	width:130px;
}
#registration .warning
{
	color:#99cc33;
	background: url("../images/sprite_site_v2.png") no-repeat scroll -6px -160px transparent;
	padding-left:20px;
	width:130px;
}

#registration .footer{
	line-height:27px;
	vertical-align:center;
	margin-left:200px;
	
}
#registration .logwith{
	float:right;
	margin-right:15px;
	margin-left:0px;
}

.already_account
{
	float:right;
	font-size:15px;
	line-height: 30px;
	margin:5px 45px 0px 0px;
}
.already_account b
{
	float:left;
	color:blue;
}




#registration .registration_inner .row
{
	float:left;
	width:100%;
}
#registration .registration_inner .row.centered
{
	text-align:center;
}
#registration .registration_inner .row.centered #errorInfo
{
	min-height:10px;
	margin-top:0;
}
#registration label
{
	width:200px;
	margin-left:200px;
	text-align:left;
	margin-top:10px;
	font-size:12px;
	color:#666666;
	display:inline-block;
}
#registration label.top
{
	margin-top:0px;
}
#registration label.long_label
{
	width:206px;
	margin-right:10px;
	text-align: right;
	margin-left:150px;
}
#registration input.value_input
{
	width:260px;
	height:30px;
	margin-left:200px;
	margin-top:4px;
	font-size:20px;
	display: inline-block;
	border:1px solid #999999;
}


#registration #save_reg, #registration #send_mail {
	  -moz-box-sizing: border-box;
	  border: 1px solid;
	  border-radius: 4px 4px 4px 4px;
	  color: #990066;
	  display: block;
	  font-size: 14px;
	  height: 32px;
	  padding: 0 6px;
	  margin-top:10px;
	  text-align: center;
	  width: 96px;
	  background:#ffffff;
	  line-height:32px;
	  margin-left:365px
}
#registration #save_reg:hover, #registration #send_mail:hover {
	border: 1px solid  #99CC33;
	color:#000000;
}

#registration #send_mail
{
	float:left;
	clear:both;
	display:inline-block;
	margin:15px 0px 0px 400px;
}

#registration .completed_text
{
	float:left;
	clear:left;
	width:400px;
	font-size:14px;
	margin-left:200px;
}

#registration .completed_text.gras
{
	font-weight:bold;
	color:#000000;
}

#registration .completed_text i, #registration .finish_help.recovery_help  i
{
	color:#990066;
}
#registration .completed_text span
{
	cursor: pointer;
	text-decoration:underline;
}
#registration .completed_text span:hover
{
	color:#000000;
}


#registration .finish_help
{
	display:inline-block;
	margin-left:6px;
	font-size:14px;
}
#registration .finish_help.recovery_help
{
	width:400px;
	margin:20px 0px 15px 200px;
}
#registration .finish_help.recovery_help.send_mail
{
	margin-top:80px;
	min-height: 130px;
}

#registration h3 { margin:7px 0 0 0; }
#registration #errorInfo
{
	float:left;
	width:436px;
	font-size:12px;
	color: #990066;
	margin:10px 0px 10px 200px;
}
#registration #errorInfo.already_confirmed
{
	text-transform: none;
	font-weight: normal;
	color:#222;
}
#errorInfo.already_confirmed b
{
	color:#415CF7;
	cursor: pointer;
	font-weight: normal;
}

#loadCrop  {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background: url('../images/opacity.png');
	border:1px solid #cecece;
	z-index:100;
}

#waiting  {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background: url('../images/opacity.png');
	border:1px solid #cecece;
	z-index:1;
	text-align:center;
}

.cropScreen{
	color: #000;
	background:#ccc;
	min-width: 200px;
	position:absolute;
	margin:60px 0 0 250px;
	z-index:9999;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:5px;
}
#small_loader
{
	margin:6px 6px 0px 6px;
}


/**************/
.tooltip
{
	display:none;
	background:transparent url('../images/black_arrow.png');
	font-size:13px;
	height:70px;
	width:160px;
	padding:17px 25px 25px;
	color:#fff;
	z-index:100;
}
.tooltip a
{
	font-weight: bold;
	color:white;
	text-decoration: underline;
}


/** Person PopUp **/
#personInfo_options
{
	float:left;
	position:absolute;
	display:none;
	z-index:560;
}
#personInfo_options a
{
	text-decoration: none;
}
#personInfo_options .right_part .popup_level
{
	float:left;
	margin-left:10px;
}

.right_part .popup_level span
{
	float:left;
	width1:70px;
	height:23px;
	line-height:23px;
	background:url('../images/popup_level_sprite.png') no-repeat;
	padding:0px 5px 0px 25px;
	font-size:16px;
	font-weight: bold;
}
.right_part .popup_level .level
{
	background-position: 0 -18px;
}
.right_part .popup_level .exp
{
	background-position: 0 -61px;
}
.right_part .popup_level .badges
{
	background-position: 0 -85px;
}


#personInfo_options .left_arrow, #personInfo_options .right_arrow
{
	float:left;
	width: 28px;
	height:23px;
	margin-top:28px;
	margin-right:-3px;
	position:relative;
	z-index: 10;
	display:none;
	background:url('../images/pinfo_arrow.png') no-repeat;
}
#personInfo_options .right_arrow
{
	margin-left:-3px;
	background:url('../images/pinfo_arrow_right.png') no-repeat;
}
#personInfo_options .down_arrow
{
	float:left;
	clear:left;
	width:28px;
	height:16px;
	margin:-2px 0px 0px 30px;
	background:url('../images/pinfo_arrow_down.png') no-repeat;
}

#personInfo_options .center
{
	float:left;
	padding:10px;
	background: white;
	border:2px solid black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#personInfo_options .center .left_part
{
	float:left;
	width:90px;
}
#personInfo_options .left_part .friends_list
{
	float:left;
	clear:left;
	margin:5px 0px 0px 0px;
	padding:0;
	list-style: none;
}
#personInfo_options .center .av
{
	float:left;
}
#personInfo_options .center h2
{
	float:left;
	margin:0 0 0 5px;
}
#personInfo_options .center h2 img
{
	float:left;
	margin-right:5px;
}
#personInfo_options .center h2 a
{
	float:left;
	color:black;
}
#personInfo_options .right_part
{
	float:left;
	min-width: 100px;
}
#personInfo_options .friend_status, #personInfo_options .lova_status
{
	float:left;
	height:16px;
	margin-top:5px;
	padding-left:20px;
	background:url('../images/friends.png') left no-repeat;
}
#personInfo_options .lova_status
{
	margin-left:5px;
	background:url('../images/heart_plus_mini.png') left no-repeat;
}
#personInfo_options .lova_status a
{

}
#personInfo_options .user_options
{
	float:left;
	display:inline;
	margin:12px 0 0 5px;
	padding:0;
	list-style: none;
	clear:left;
}
#personInfo_options .user_options li
{
	line-height:21px;
	padding-left:26px;
	cursor: pointer;
}
#personInfo_options .user_options .send_msg a
{
	color:black;
}
#personInfo_options .user_options li:hover, #personInfo_options .user_options li:hover a
{
	color: #666;
}
#personInfo_options .user_options li.resend_ploke, #personInfo_options .user_options li.send_ploke
{
	padding-left:32px;
	background:url('../images/send_ploke_icon_big.png') left no-repeat;
}
#personInfo_options .user_options li.send_mecha_ploke
{
	padding-left:32px;
	background:url('../images/send_mecha_ploke_icon_big.png') left no-repeat;
}
#personInfo_options li.resend_ploke.mecha_ploked, #personInfo_options li.send_ploke.mecha_ploke
{
	background:url('../images/send_mecha_ploke_icon_big.png') left no-repeat;
}
#personInfo_options .user_options li.ploked
{
	text-decoration: none;
	cursor: default;
	padding-left:32px;
	background:url('../images/ploked_icon.png') left no-repeat;
}
#personInfo_options .user_options li.ploked.mecha_ploked
{
	background:url('../images/mecha_ploked_icon.png') left no-repeat;
}
#personInfo_options .user_options li.ploking
{
	padding-left:0;
	background:none;
}
#personInfo_options .user_options li.hide_comments,
#personInfo_options .user_options li.show_comments
{
	padding-left:28px;
	background:url('../images/hide_comments_icon.png') left no-repeat;
}
#personInfo_options a.user_profile
{
	float:left;
	margin:5px -6px 0px 8px;
}
#personInfo_options .popup_level
{
	float:left;
	clear:both;
	width:216px;
}
#personInfo_options .report_user
{
	float:right;
	position: relative;
	bottom:-5px;
	cursor:pointer;
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
}

#hover_dataContainer
{
	display:none;
}


/* block of presentation of a comic with mouse over information */

.comic_block {
	display: inline-block;
	position: relative;
 	width: 196px;
	height: 276px;
}

.comic_block .comic_info {
	background: url("../images/transperant.png") repeat scroll 0 0 transparent;
	position:absolute;
	top:0;
	left:0;
	width:176px;
	height:276px;
	display:none;
	color:#ffffff;
	z-index:5;
	padding:0px 10px;
	display:none;
}
.comic_block:hover .comic_info { display:block }

.comic_block .comic_info .buttonplace {
	position:absolute;
	bottom:10px;
	left:10px;
}

.comic_block .comic_info a {
	color:#ffffff;
	text-decoration: none;
	display:block;
	margin: 0 0 8px;
}
.comic_block .comic_info a h4 , .mosaic-overlay .details h4{
	font-size:16px;
	padding:0px;
	margin-top:6px;
	margin-bottom:2px;
	font-weight: bold;	
}
.comic_block .comic_info a p, .mosaic-overlay .details a p
{	
	display:block;
	margin:0;
}

.comic_block .comic_info a.button,
.comic_big_cover .info_container a.button,
.mosaic-overlay .details a.button,
.thumbs_comics a.button
{
	line-height: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #999999;
    text-align: center;
	outline: 0;
	margin: 4px 4px 0 0;
	padding: 5px 10px;
	vertical-align: middle;
	text-decoration: none;
	color:#cccccc;
	background: #333333;
	display: inline-block;
	vertical-align: middle;
	opacity:1;
}

.comic_block .comic_info a.button:hover,
.comic_big_cover .info_container a.button:hover,
.mosaic-overlay .details a.button:hover,
.thumbs_comics a.button:hover
{
	border:1px solid #99cc33;
	color:#fff;
}

.comic_block .comic_info a.button_i,
.comic_big_cover .info_container a.button_i,
.mosaic-overlay .details a.button_i,
.thumbs_comics a.button_i
{
	display: inline-block;
	vertical-align: middle;
	height: 26px;
	width: 26px;
	margin: 4px 4px 0 0;	
	background: url("../images/sprite_reader.png") no-repeat -145px -304px;
}

.comic_block .comic_info a.button_i:hover,
.comic_big_cover .info_container a.button_i:hover,
.mosaic-overlay .details a.button_i:hover,
.thumbs_comics a.button_i:hover
{
	background: url("../images/sprite_reader.png") no-repeat -180px -304px;
}

.comic_big_cover .info_container a.button_i, .comic_big_cover .info_container a.button,
.mosaic-overlay .details a.button_i:hover
{ margin-top: 0; }

.comic_big_cover .info_container .description { margin: 4px 0 }

a.button_x
{
	display: inline-block;
	vertical-align: middle;
	height: 23px;
	width: 23px;
	margin: 4px 4px 0 0;	
	background: url("../images/sprite_site_v2.png") no-repeat -326px -303px;
}

a.button_x:hover
{
	background: url("../images/sprite_site_v2.png") no-repeat -359px -303px;
}

a.button_add
{
	display: inline-block;
	vertical-align: middle;
	height: 23px;
	width: 23px;
	margin: 4px 4px 0 0;	
	background: url("../images/sprite_site_v2.png") no-repeat -326px -367px;
}

a.button_add:hover
{
	background: url("../images/sprite_site_v2.png") no-repeat -359px -367px;
}

a.button_edit
{
	display: inline-block;
	vertical-align: middle;
	height: 23px;
	width: 23px;
	margin: 4px 4px 0 0;	
	background: url("../images/sprite_site_v2.png") no-repeat -257px -367px;
}

a.button_edit:hover
{
	background: url("../images/sprite_site_v2.png") no-repeat -290px -367px;
}



/* */
.box_shadow {
	-moz-box-shadow: 3px 3px 10px #888; -webkit-box-shadow: 3px 3px 10px #888;
	box-shadow: 3px 3px 10px #888;
	-moz-border-radius:8px; -webkit-border-radius:8px;
	border-radius: 8px;
	margin: 16px;
}

/* buttons */

.btn_bgblack, .btn_bgblack:link, .btn_bgblack:visited,
.btn_bgwhite, .btn_bgwhite:link, .btn_bgwhite:visited {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin: 5px 4px 0 0;
	padding: 0 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    text-decoration: none;
	outline: 0 none;
	text-align: center;
	vertical-align: middle;
	background: transparent;
	cursor:pointer;
}
.btn_bgblack, .btn_bgblack:link, .btn_bgblack:visited {
	width: 76px;
	border:1px solid #cccccc;
	color: #cccccc;
}
.btn_bgwhite, .btn_bgwhite:link, .btn_bgwhite:visited {
    border: 1px solid #666666;
    color: #666666;
}

.btn_bgblack:hover, .btn_bgblack:active, .btn_bgblack.sel,
.btn_bgwhite:hover, .btn_bgwhite:active, .btn_bgwhite.sel {
	text-decoration: none !important;
}

.btn_bgblack:hover, .btn_bgblack:active, .btn_bgblack.sel {
	border: 1px solid #99cc33;
	color: #fff;
}

.btn_bgwhite:hover, .btn_bgwhite:active, .btn_bgwhite.sel {
	border:1px solid #99cc33;
	color: #000;
}

/* select button with arrow */

.sel_black{
	position: relative;
	display: block;
	float:right;
	font: 12px Arial,sans-serif;
} 
.sel_white {
	position: relative;
	display: block;
	float:left;
	width:120px; 
	margin-top:0px;
} 

.sel_black > a {
	text-decoration: none;
	line-height: 36px;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	background:url("../images/page_down.png") no-repeat right center;
	float:right;	
	color: #cccccc;
}
.sel_white > a {
	text-decoration: none;
	padding: 0 15px 0 5px;
	margin: 0 15px 0 0;
	background:url("../images/page_down_999.png") no-repeat right center;
	color: #999999;
}

.sel_black > a:hover {
	background:url("../images/page_down_white.png") no-repeat right center;
	color: #ffffff;
}
.sel_white > a:hover {
	background:url("../images/page_down_000.png") no-repeat right center;
	color: #000000;
}

.sel_black > a.sel{
	background:url("../images/page_up_white.png") no-repeat right center;
	color: #ffffff;
}
.sel_white > a.sel {
	background:url("../images/page_up_000.png") no-repeat right center;
	color: #000000;
}

.sel_black > div, .sel_white > div {
	display:none;
	background: #ffffff;
	width:100%;
	position: absolute;
	top: 36px;
	left: 0px;
	z-index:5000;
	height: 200px;
	border: 1px solid #000;
	overflow: auto;
	padding-bottom:10px;
}
.sel_white > div {
	width:120px;
	top: 15px;
}

.sel_black > div a, .sel_white > div a {
	width:80%;
	float:left;
	margin:0px 4px;
	padding:4px 0px 4px 4px;
	color:black;
	text-decoration:none;
	font-weight: normal;
	cursor:pointer;
}

.sel_black > div a:hover, .sel_white > div a:hover {
	background-color:#dddddd;
}


/*boxes*/

.box_black, .box_white {
	background: #333333;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom:4px;
}
.box_white {
    background: #FFFFFF;
    padding-bottom:4px;
}

.box_black>h3, .box_white>h3 {
	color: #fff;
	margin: 0;
	padding: 7px 0 5px 8px;
	font: 16px sans-serif;
}
.box_white>h3 {
	color: #906;
}

.box_white>h3 a {
	color: #906;
}

/*footer top comics*/

.top_comics_n_genres
{
	float:left;
	width:100%;
	margin-top:7px;
	padding-bottom: 16px;
}
.top_comics_n_genres p
{
	margin:12px 0px 4px;
	text-indent:1em;
}
.top_comics_n_genres .links
{
	padding:0 10px;
	display:inline-block;
}
.top_comics_n_genres .links a
{
	color:#666666;
	padding-right: 3px;
	border-right:1px solid #666666;
}
.top_comics_n_genres .links a:hover
{
	text-decoration: underline;
}

/************* classics for many pages  ****************/
.site_block {
	/* use me when you have a block to do with floats in it */
	width: 100%;
	overflow: auto;
	clear:both;
}
.left_content {
	float:left;
	width: 630px;
	padding: 10px 20px;
}
.right_content {
	float:left;
	margin-left:15px;
	padding: 10px;
	width: 300px;
}

/**** news page, partner page ****/

/* news page */
.news_item1 {
	margin: 2em 0;
	border-bottom: 2px solid black;
}
.news_item1 p.news_date {
	margin: 0;
	font-style: italic;
}

/* partners and event pages (in static) */
.news_item {
	margin: 0; padding: 0;
	margin-bottom: 1em; padding-bottom: 1em;
	border-bottom: 2px solid #892076;
	clear: both;
	overflow:auto;
}
.news_item:last-child {
	border-bottom: none
}
.news_item:target {
	background: #ff8;
}
.news_item>h1:first-child {
	color: #892076;
	margin: 0.3em 0 0 0;
}
.news_item>h1:first-child span {
	color: #05f;
	font-size: 0.8em;
}
.news_item p.news_date {
	margin: 0;
	font-style: italic;
}

/* all of above */
#paging {
	margin-top:10px;
	text-align:center;
}
#paging a {
	font-size:14px;
	margin:0px 4px;
	display:inline-block;
	text-decoration:none;
}
#paging a.active {
	font-weight: bold;
	cursor: default;
}
#paging a:hover {
	text-decoration:underline;
}


/**** premium page ****/

#premium_page h1 {
	color: #906;
	margin: 12px 0 5px 16px;
	font-size: 40px;
}
#premium_page h2 {
	color: #9c2;
	margin: 0 0 15px 16px;
	font-size:20px;
}

#premium_page h2.nomargin {
	margin-left: 0px;
}

#advantages_table {
	border: 1px solid #888;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 372px;
	padding: 7px;
	margin: 8px auto 4px auto;
}
#advantages_table_big { width: 500px }
#advantages_table_big #advantages_table {
	width: 464px; /* 480 - 2*(1+7) */
}
#advantages_table table {
	border-collapse: collapse;
	width: 100%;
}
#advantages_table tr {
	height: 32px;
}
#advantages_table tr:last-child, #advantages_table tr:first-child {
	height: 36px;
}

#advantages_table th {
	padding: 9px 8px;
}
#advantages_table th:first-child {
	color: #906;
	text-align: left;
}
#advantages_table th:first-child + th {
	background: #906;
	color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#advantages_table td {
	border-top: 1px solid #888;
	font-weight: bold;
	text-align:center;
	padding: 10px 2px;
}
#advantages_table td img {
	margin: -4px 0;
}
#advantages_table tr td:first-child {
	text-align:left;
}
#advantages_table tr td:first-child + td {
	background: #906;
	color: #fff;
}
#advantages_table tr.alsofree td:first-child {
	font-weight: normal;
}
#advantages_table tr:last-child td:first-child + td {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#advantages_text {
	height: 92px;
	line-height: 23px;
	color: #666;
	font-size: 17px;
	margin: 16px 2px;
	padding-left: 23px;
	background: url(/images/premium/ico-vertical.png) left no-repeat;
}
.logged #advantages_text { margin: 9px 15px; float: right }

a#alogin {
	display:block; box-sizing: border-box; -moz-box-sizing: border-box;
	width:240px; height:40px; padding: 6px;
	border: 1px solid;
	text-align:center;color:#906;font-size:20px;
	-moz-border-radius:4px; -webkit-border-radius:4px;
	border-radius:4px;
	text-decoration: none;
}
a#alogin:hover {
	border: 1px solid  #99CC33;
	color:#000000;
}

a.button_pink {
	text-decoration: none;
	display:inline-block; line-height:28px; vertical-align:center;
	height:28px; padding: 0px 16px;
	border: 1px solid;
	text-align:center;color:#906;font-size:14px;
	-moz-border-radius:4px; -webkit-border-radius:4px;
	border-radius:4px;
	margin-right:4px; 
}
a.button_pink:hover {
	border: 1px solid  #99CC33;
	color:#000000;
}

a.button_grey {
	text-decoration: none;
	display:inline-block; line-height:28px; vertical-align:center;
	height:28px; padding: 0px 16px;
	border: 1px solid #999999;
	text-align:center;color:#666666;font-size:14px;
	-moz-border-radius:4px; -webkit-border-radius:4px;
	border-radius:4px;
	margin-right:4px; 
}
a.button_grey:hover {
	border: 1px solid  #000000;
	color:#000000;
}

a#areg {
color:#906;font-size:15px;
}

a#areg:hover {
color:#000;
}

#premium_page .box_shadow>table { width: 100% }
#premium_page .box_shadow>table td { vertical-align: top }

#premium_page label span { color: #906 }
#premium_page fieldset { margin: 3px; width: 200px; border-radius: 4px; text-align:center; }
#premium_page fieldset legend { margin:3px; text-align:center; color: #666;width:100%;}

/*modify jquery tab theme */
#payements_tabs { border: none }
#payements_tabs ul { background: transparent; border: none }
#payements_tabs>div { border: 1px solid #888;
	width: 568px; margin: 0; padding: 2px;
	box-sizing: border-box; -moz-box-sizing: border-box;
	min-height: 420px; } /*min-height so the bottom is the same as the advantages_table */

#payements_tabs #pt1 { }
#payements_tabs #pt2, #payements_tabs #pt3 { padding: 20px }
#payements_tabs #pt2 p_later { white-space: pre-line }
#payements_tabs iframe { display:block; width: 560px; height: 480px; border: none; margin: 0 }

#payements_tabs .btn_bgwhite { height : 32px; background: white; margin: 20px 0 0 0; padding:0 8px; }

.logged .box_shadow { clear: both; }
.unlogged .box_shadow {
	background: url(/images/premium/papa-big.jpg) right 90px no-repeat;
}





#paypal_unsub {
display:none;
background: #eee;
border: 1px solid black;
margin: 1em; padding: 0.5em;
font-size: 1.5em;
}
#paypal_unsub h4 {
text-align:center;
margin: 0 0 0.5em 0;
color: #906;
}
#paypal_unsub p {
overflow: auto;
}
#paypal_unsub p span {
font: bold 2em sans-serif;
color: #7a0;
float: left;
margin-right: 0.3em;
}
#paypal_unsub p a, #paypal_unsub p a:visited {
	font-weight: bold;
	color: #460;
}




#messageSuccessfulBuy {
	text-align: center;
}
#messageSuccessfulBuy, #messageSuccessfulBuy2 {
	background:#fff;
	text-align: center;
	margin: 1em 5em 2em 5em; padding: 1em 2em;
	font-size: 1.3em;
	border: 1px solid black;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}
#messageSuccessfulBuy2 b {
	color: #0a6;
}

/*trending pages*/

.comic_page_trending {	
  padding:3px;
  display:inline-block;
  background: #000000;
  margin-top:5px;
}

.comic_page_trending .box_trend{
	background: #FFFFFF;
	margin:5px;
	padding: 20px 20px;  
}

.comic_page_trending .img_block {
  overflow: hidden;
  position: relative;
  -moz-box-shadow:    0px 0px 4px 5px #ccc;
  -webkit-box-shadow: 0px 0px 4px 5px #ccc;
  box-shadow:         0px 0px 4px 5px #ccc;
}

.comic_page_trending .img_block .mosaic-overlay {
  background: none repeat scroll 0 0 #111111;
  position: absolute;
  width: 100%;
  height: 168px;
  opacity:0.9;
  bottom:-140px;
  display:inline;
  left:0;
  z-index: 5;
}

.comic_page_trending .img_block .mosaic-overlay .details {
  margin: 5px 8px;
  line-height:15px;
  color:#ffffff;
  text-decoration: none;
}

.comic_page_trending .img_block .mosaic-overlay .details a.textlink {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    margin: 0 0 8px;
}

.comic_page_trending .img_block .mosaic-overlay .details p {
	margin: 3px 0px;
}

.comic_page_trending .img_block .mosaic-overlay .details h4 {
	line-height: 20px;
	margin-top:0px;
}

.comic_page_trending .img_block .mosaic-overlay .details a.button, 
.comic_page_trending .img_block .mosaic-overlay .details a.button_i {
	margin: 3px 0px;
}

.comic_page_trending .img_block .mosaic-backdrop {
  position: absolute;
  top: 0;
}

.comic_page_trending .xsmall{
	width: 284px;	
	height: 240px;
}

.comic_page_trending .xsmall .img_block, 
.comic_page_trending .xsmall .img_block .mosaic-backdrop,
.comic_page_trending .xsmall .img_block .mosaic-backdrop img  {
	width: 284px;	
	height: 188px;
}

.comic_page_trending .small{
	width: 284px;	
	height: 284px; 
}

.comic_page_trending .small .img_block, 
.comic_page_trending .small .img_block .mosaic-backdrop,
.comic_page_trending .small .img_block .mosaic-backdrop img  {
	width: 284px;	
	height: 188px;
}

.comic_page_trending .tall{
	width: 284px;	
	height: 618px; 
}

.comic_page_trending .tall .img_block, 
.comic_page_trending .tall .img_block .mosaic-backdrop,
.comic_page_trending .tall .img_block .mosaic-backdrop img  {
	width: 284px;	
	height: 416px;
}

.comic_page_trending .wide{
	width: 618px;	
	height: 952px;
}

.comic_page_trending .wide .img_block, 
.comic_page_trending .wide .img_block .mosaic-backdrop,
.comic_page_trending .wide .img_block .mosaic-backdrop img  {
	width: 618px;	
	height: 750px;
}

.comic_page_trending .box_trend .comment{
	height: 31px;
	width:100%;
	border-bottom: 1px solid #cccccc;
}

.comic_page_trending .box_trend .comment span{
	line-height:31px;
	vertical-align:middle;
}

.comic_page_trending .box_trend .comment a{
	line-height:31px;
	vertical-align:middle;
	color:#666666
}

.comic_page_trending .box_trend .comment a:hover{
	color:#000
}

.comic_page_trending .box_trend .last_comment {
  border-bottom: 1px solid #EBEBEB;
  padding: 3px 5px 3px 6px;
}

.comic_page_trending .box_trend .last_comment img {
  float: left;
  margin-right: 5px;
}

.comic_page_trending .box_trend .last_comment .title, .comic_page_trending .box_trend .last_comment .text {
  color: #313131;
  height: 14px;
  margin-left: 4px;
  overflow: hidden;
}

.comic_page_trending .box_trend .last_comment .title b {
  color: #000;
}

.comic_page_trending .box_trend .last_comment a {
  color: #999999;
  text-decoration: none;
}


.comic_page_trending .box_trend .last_comment a:hover
{
	color: #000;
}

.comic_page_trending .box_trend .bottom{
	line-height: 39px;
	vertical-align:middle;
	width:100%;
	border-top: 1px solid #cccccc;
	color:#666666;
}

.comic_page_trending .box_trend .bottom .views {
	float:right;
}

.comic_page_trending .box_trend .bottom .share {
	float:left;
	height:39px;
}

.comic_page_trending .box_trend .bottom .sharetwitter{
	float:right;
	margin-top:7px;
	margin-right:5px;
	height:39px;
}

.comic_page_trending .box_trend .bottom .sharefb{
	float:right;
	margin-top:5px;
	margin-right:5px;
	height:39px;
}

.comic_page_trending .box_trend .bottom .sharefb .fb_iframe_widget{
	height:39px;
}

#simplemodal-overlay {background-color:#000;}
#simplemodal-container {}
#simplemodal-container a.modalCloseImg {
	background: url("../images/sprite_site_v2.png") no-repeat -6px -126px;
	width:18px;
	height:18px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:15px;
	right:18px;
	cursor:pointer;
}
#simplemodal-container a.modalCloseImg:hover {
	background: url("../images/sprite_site_v2.png") no-repeat -35px -126px;
	
}

#loading {
	display:none;
}

/* friends popup */

#FriendPopUp{
	display:none;
	position:absolute;
	background: white;
	border:6px solid #CC9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width:400px;
	color:#000;
	z-index:10;
}

#FriendPopUp a { color:#000 }

#FriendPopUp h3 { text-align:center; margin:0; }
#hover_dataContainer
{
	display:none;
}

/* static page */
.plusleft {
	background-image: url(/images/maximize.gif);background-repeat: no-repeat;
	padding-left: 20px;
	vertical-align:text-top;
	min-height: 16px;
}
.plusleft a {
	text-decoration: none;
}

/* page translations.html */

#translators_list .info_text {
	width:75%;
	text-align:center;
	margin: 10px auto 0 auto;
	font-size:14px;
}
#translators_list .info_text a {
	color: #08f;
}

#translators_list .mega_buttons {
	width:75%;
	margin: -4em auto 10px auto;
	padding: 4em 0 10px 0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:#cdcdcd;
}
#translators_list .mega_buttons a:hover {
	color:#f8f8f8;
}

#translators_list .mega_translator_list_link,
#translators_list .voting_center_link {
	display:block;;
	color:white;
	width:440px;
	font-weight: bold;
	font-size:16px;
	padding:4px 10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:#d2c65e;
	text-align:center;
	margin:5px auto 10px auto;
}
#translators_list .voting_center_link {
	background:#e6ad4a;
}

#translators_list ul.translators {
	padding-left:10px;
	list-style: none;
}

#translators_list ul.translators li {
	padding:5px;
	padding-top:20px;
	clear: both;
}
#translators_list ul.translators li .user_avatar {
	width:70px;
	height:70px;
	padding:1px;
	border:1px solid #ccc;
}
#translators_list ul.translators li .avatar_user_level {
	bottom:5px;
	left:2px;
}
#translators_list ul.translators li b.points {
	float:left;
	width:50px;
	color:#ef3e3e;
	text-align: center;
	margin-right:5px;
	padding-top:22px;
}
#translators_list ul.translators li .top_row, #translators_list ul.translators li .bottom_row {
	float:left;
	width:830px;
	margin: 0 0 0 7px;
}
#translators_list ul.translators li .bottom_row {
	margin-top:4px;
}
#translators_list ul.translators li .top_row a.login {
	font-size:16px;
	font-weight: bold;
	color: #92187D;
}
#translators_list ul.translators li .top_row .flags {
	float:right;
}
#translators_list ul.translators li .top_row .flags img {
	border:1px solid #ccc;
}

/* checkout page */
h1 span.icon_ebook {
  background: url("../images/sprite_reader.png") no-repeat scroll -10px -478px transparent;
  display: inline-block;
  height: 34px;
  width: 34px;
  margin-right: 10px;
}

.ebook_advantage span{
	height:30px;
	vertical-align:middle;
	display:block;
	float:left;
	max-width:220px;
	padding-right:12px;
} 

.ebook_advantage.vertical span{
	clear:both;
} 

.ebook_advantage.vertical {
	float:right;
	margin-left:40px;
}


.ebook_advantage .secure {
	background: transparent url("../images/sprite_site_v2.png") no-repeat -374px -98px;
	height:30px;
	line-height:30px;
	padding-left:25px;
}

.ebook_advantage .share {
	background: transparent url("../images/sprite_site_v2.png") no-repeat -374px -27px;
	height:30px;
	line-height:30px;
	padding-left:25px;
}

.ebook_advantage .drm {
	background: transparent url("../images/sprite_reader.png") no-repeat -365px -511px;
	height:30px;
	line-height:30px;
	padding-left:30px;
}

.ebook_advantage .compa {
	background: transparent url("../images/sprite_reader.png") no-repeat -365px -552px;
	height:30px;
	padding-left:30px;
}

#basket {
	border: 1px solid #999999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:380px;
	margin-left:4px;
	display:inline-block;		
}

#basket .header{
	width:236px;
	float:left;
	border-bottom: 1px solid #999999;
	height:38px;
	line-height:38px;
	padding-left:8px;
	vertical-align:middle;
}

#basket .line{
	width:236px;
	float:left;
	border-bottom: 1px solid #999999;
	height:40px;
	padding-left:8px;
	line-height:40px;
	vertical-align:middle;
}

#basket .line.last{
	border:0;
}

#basket .footer{
	width:236px;
	float:left;
	height:30px;
	line-height:30px;
	padding-left:8px;
	font-weight:bold;
}

#basket .small{
	width:52px;
	margin-left:8px;
	text-align:center;
}

#basket .footer.small{
	width:100px;
}

#basket .header.cart  {
	background: transparent url("../images/sprite_reader.png") no-repeat -100px -475px;
	width:204px;
	padding-left:40px;
	font-size:14px;
	color:#990066;
}

#basket .header.bought  {
	background: transparent url("../images/sprite_reader.png") no-repeat -361px -596px;
	width:204px;
	padding-left:40px;
	font-size:14px;
	color:#990066;
}

#basket .header.ebooklist  {
	background: transparent url("../images/sprite_reader.png") no-repeat -364px -649px;
	width:204px;
	padding-left:40px;
	font-size:14px;
	color:#990066;
}

#basket .line button.supr {
	background: transparent url("../images/sprite_reader.png") no-repeat -276px -543px;
	height:30px;
	width:30px;
	display:inline-block;
	border:0;
	padding:0;
	margin:0;
	cursor: pointer;
}


#basket .line button.supr:hover {
	background: transparent url("../images/sprite_reader.png") no-repeat -276px -573px;
}

#basket.large {
	width:700px;
}

#basket.large .header,
#basket.large .line,
#basket.large .footer{
	width:556px;
}


#basket.large .small{
	width:52px;
}

#basket.large .small.download{
	width:120px;
}

#basket.large .header.cart,#basket.large .header.bought,#basket.large .header.ebooklist  {
	width:524px;
}



.btn_bgwhite.basket {
	margin-left:4px;
	padding: 0 8px;
}

.ebook_box button, 
.ebook_box a{
	height:28px;
	width:28px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	cursor:pointer;
	display:inline-block;
}

.ebook_box button.addcart{
	background: #990066 url("../images/sprite_reader.png") no-repeat -361px -413px;
}

.ebook_box button.incart{
	/*background: #666666 url("../images/sprite_reader.png") no-repeat -361px -455px;*/
	background: #666666 url("../images/sprite_reader.png") no-repeat -308px -540px;
	cursor:default;
}

.ebook_box a.download{
	background: #99cc33 url("../images/sprite_reader.png") no-repeat -60px -480px;
}

.ebook_box button:hover,
.ebook_box a:hover{
	background-color: #333333;
}

.ebook_box button:hover.incart{
	background-color: #666666;
}

#basket.ebook_box a{
	margin-top:6px;
}

#basket.ebook_box button{
	margin-top:6px;
}

.ebook_box h3 {
    color: #92187C;
    height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
}

/** user_content display **/
.user_content_line {
	margin: 0 5px;
	padding: 3px 0;
	border-top: 1px solid #ccc;
	min-height: 30px;
}
.user_content_line:first-child { border: none }
.user_content_line>img:first-child {
	float: left;
	margin: 0 5px 0 0;
	width: 30px; height: 30px;
}
.user_content_line b {}
.user_content_line span.when { color: #888 }
.user_content_line span.where a { color: #92187D; text-decoration: none }
.user_content_line span.text {}
.user_content_line span.text img { vertical-align: middle; border: 1px solid }
.user_content_line span.moreinfo { display:block; color: #666; }
.user_content_line span.moreinfo a { color: #666; text-decoration: underline }

/** Trending Blog (on homepage) **/
#trend_blogs {
	overflow: auto;
}
#trend_blogs>div {
	width:49%;
	float:left;
}
#trend_blogs>div+div { float: right }

#trend_blogs>div>h3 {
	margin: 4px;
	padding-left: 35px;
	background: transparent url(../images/sprite_site_v2.png) no-repeat -368px -176px;
}
#trend_blogs>div+div>h3 {
	background-position: -368px -137px;
}

#trend_blogs>div>h3+div { background: white; padding: 5px }

#trend_blogs .new { display: none }

