@import url(reset.css);
@import url(common.css);
@import url(pages.css);

/* ---------- Cloud ---------- */

#c_bbg_cloud {
    width: auto;
    margin: -45px auto 0px;
    background: transparent url(/images/cloud/bg_fill.png)  repeat-y scroll center top;

}
#c_bg_cloud {
    width: auto;
    background: url(/images/cloud/bg_main.png) transparent no-repeat scroll center top;
}
#c_cloud {
    width: 920px;
    margin: 0px auto;
    padding-top: 120px;
    min-height: 500px;
	height:auto !important;
	height:500px;
}

#c_cloud_bottom {
    clear: both;
    width: auto;
    height: 27px;
    margin: 0px auto;
    background: url(/images/cloud/bg_bottom.png) transparent no-repeat scroll center top;
}
#c_cloud .title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-top: -82px;
}

*html .cover { margin-top: -20px; }
*+html .cover { margin-top: -20px; }
#c_cloud .cover .title {
    display: block;
    font-size: 17px !important;
    font-weight: bold;
	max-height: 35px;
    overflow: hidden;
    margin: -1px 0px 2px 0px;
    _line-height: 18px;
	_height: expression(Math.min(parseInt(this.offsetHeight), 36) + "px"); /* ��� IE */
	padding-bottom: 1px;
	_padding-bottom: 0px;
}
#c_cloud .genres, #c_cloud .info {
    display: block;
    font-size: 12px !important;
    
    line-height: 12px;
	max-height: 13px;
    overflow: hidden;
    margin: -1px 0px 2px 0px;
	padding-bottom: 1px;
	_height: expression(Math.min(parseInt(this.offsetHeight), 13) + "px"); /* ��� IE */
}
#c_cloud .item_title {
    clear: both;
    padding: 15px 0px 10px;
}
#c_cloud .item_title A {
    font-size: 36px;
    font-weight: normal;
    color: #7c7a7a;
    text-decoration: none;
    border-bottom: 2px dotted #7c7a7a;
}
#c_cloud .item_title A:hover {
    border-bottom-style: solid;
}
#c_cloud .item_title SPAN {
    font-size: 18px;
    font-weight: normal;
    color: #6ec2d3;
}
#c_cloud .selection *, #c_cloud .text_elements * {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    color: #7c7a7a;
}
#c_cloud .selection LI, #c_cloud .text_elements LI {
    display: block;
    float: left;
    width: 40px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
#c_cloud .selection LI.active {
    background: url(/images/cloud/year_selection_border.png) transparent no-repeat scroll center center;
}
#c_cloud .selection A, #c_cloud .text_elements A {
    color: #0055cc;
    text-decoration: none;
}
#c_cloud .selection A:hover, #c_cloud .text_elements A:hover {
    text-decoration: underline;
}
#c_cloud .elements {
    clear: both;
    padding-top: 15px;
}

#c_cloud .text_elements LI {
    width: 170px;
    text-align: left;
    overflow: hidden;
}


#download
{
	width: 100%;
	margin-top: 20px;
}
#download th
{
    height: 36px;
    font-size: 24px;
    font-weight: normal;
    color: #000;
}

#download td
{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
    height: 36px;
    vertical-align: bottom;
}
#download .money {
    color: #8ba639 !important;
}

#download A {
    text-decoration: none;
    color: #0055cc;
}
#download A:hover {
    text-decoration: underline;
}


.persons td
{
	line-height: 24px;
}
.persons a
{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    color: #0055cc;
    text-decoration: none;
    width: auto;
}
.persons a:hover {
    text-decoration: underline;
}

#genres
{
	list-style: none;
	text-align: center;
	margin-top: 30px;
	line-height: 40px;
}

#genres li
{
	float: left;
	margin: auto;
	vertical-align: middle;
	padding-left: 10px;
	height: 38px;
}


#genres li a
{
	color: #7c7a7a;
	text-decoration: none;
}

#genres li a:hover
{
	text-decoration: underline;
}

#genres li span
{
	color: #6ec2d3;
	font-weight: normal;
	padding-right: 10px;
}


#genres li.selected
{
	background: transparent url(/images/s_genre_left.png) no-repeat 0 50%;
}

#genres li.selected a
{
	color: #000000;
}
#genres li.selected a:hover
{
	text-decoration: none;
}


#genres li.selected span
{
	color: #ffffff;
}
#genres li.selected nobr
{
	background: transparent url(/images/s_genre_right.png) no-repeat 100% 50%;
	height: 38px;
	display: block;
}

* html #genres li.selected nobr
{
	width: 10px;
}


#pages_nav
{
	clear: both;
	padding-top: 20px;
}

#pages_nav label
{
	font-size: 24px;
	color: 	#7c7a7a;
	display: block;
	float: left;
	vertical-align: baseline;
	margin-right: 20px;
	padding: 3px 0;
}


#pages_nav a.page
{
	background: transparent url(/images/page_bg.gif) no-repeat 50% 50%;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	margin-left: 2px;
	padding: 10px;
	padding-top: 7px;
}

#pages_nav a.page_big
{
	background: transparent url(/images/page_bg_big.gif) no-repeat 50% 50% !important;
}

#pages_nav a.active
{
	background: transparent url(/images/page_bg_active.gif) no-repeat 50% 50%;
	color: #000000;
	padding: 10px 20px;
	padding-top: 7px;

}
#pages_nav a.active_big
{
	background: transparent url(/images/page_bg_active_big.gif) no-repeat 50% 50% !important;
}

#pages_nav a.next
{
	display: block;
	float: left;
	height: 26px;
	width: 28px;
	background: transparent url(/images/arrow_right.gif) no-repeat 0  12px;
}

#pages_nav a.prev
{
	display: block;
	height: 26px;
	width: 28px;
	float: left;
	background: transparent url(/images/arrow_left.gif) no-repeat 0 12px;
}

/* -------------------- New Navigation ------------ */
#header_chars
{
	margin-left: 208px;
	margin-top: 38px;
	line-height: 26px;
	height: 55px;
	width: 550px;
	text-align: center;
	background: url(/images/buttons-body-bg.jpg) no-repeat center bottom;
	_position: relative;
	_top: -5px;
}
div.tagButtons {
	display: block;
	float: left;
	width: 22px;
	height: 23px;
	background: url(/images/button_bg.gif) no-repeat left bottom;
	margin: 3px 0px 0px -1px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
div.tagButtons.current_char {
	background: url(/images/button_bg-current.gif) no-repeat left bottom;
}
div.numbers  {
	width: 210px;
	margin-left: 170px;
	*margin-left: 2px;
}
div.letters {
	margin-left: 3px;
	_margin-left: -1px;
/*	background: #000;*/
}
div.tagButtons a.shadow, div.tagButtons a.head
{
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma !important;
	text-decoration: none;
	position: absolute;
	padding: 2px;
}
div.tagButtons a.shadow
{
	color: #1e667f;
	top: -5px;
	*top: -6px;
	left: 4px;
	z-index: 10;
}
div.tagButtons a.head
{
	color: #ffffff;
	top: -4px;
	*top: -5px;
	left: 4px;
	z-index: 11;
}
div.tagButtons a:hover
{
	text-decoration: none;
}
div.tagButtons a.shadow {
	top: -6px;
}
div.tagButtons a.head {
	top: -5px;
}


/*
	tv shows 
*/
div.tv_shows_page_wrapper {
	margin-top: -87px !important;
}
div.tv_shows_page {
	background-position: center -33px !important;
}
div.tv_shows_head {
	height: 168px;
	background: #fbfbfb url(/images/s/tv_shows_bg.gif) no-repeat center 15px;
	margin: 0 40px -130px 0;
	*margin-bottom: -110px;
	padding-top: 15px;
}
div.tv_shows_head div.container {
	width: 980px;
	margin: 0 auto;
}
div.tv_shows_head div.l_title {
	float: left;
	width: 220px;
}
div.tv_shows_head div.l_title h1 {
	font-family: tahoma;
	font-size: 36px !important;
	font-weight: bold !important;
	color: #000 !important;
	margin-left: 20px;
	padding: 60px 0 10px;
}
div.tv_shows_head div.l_title p {
	font-family: tahoma;
	font-size: 14px;
	color: #6a6a6a;
	margin-left: 20px;
}
div.tv_shows_head ul.shows_tabs {
	list-style: none;
	margin-left: 280px;
	padding-top: 23px;
}
div.tv_shows_head ul.shows_tabs li {
	display: inline;
}

