/* HOME */
.home {
  background: #1f1f17;
  color: #e1e1cf;
  padding-top: 1px;
}

.home_left {
	width: 412px;
  float: left;
  margin-right: 1px;
}

.home_right {
  width: 179px;
  vertical-align: top;
  float: left;
}

/* SPECIAL */

a.home_special img {
  padding: 3px;
  background: #6c6c42;
  width: 586px;
  height: 98px;
  display: block;
  margin-bottom: 1px;
}

a:hover.home_special img {
  background: #9d9c81;
}

/* ARTICLE OF DAY */

.home_artofday { /* table */
  width: 412px;
}

.home_artofday_image { /* td */
	width: 136px;
  vertical-align: top;
  background: #3b3a26 url('/graphics/home_box_bg.gif');
}

.home_artofday_image a img {
  padding: 3px;
  background: #6c6c42;
  width: 130px;
  height: 97px;
}

.home_artofday_image a:hover img {
  background: #9d9c81;
}

.home_artofday_text { /* td */
	position: relative;
  vertical-align: top;
  padding: 10px;
  background: #3b3a26;
  color: #d2d2b5;
  width: 276px;
}

.home_artofday_text a {
  text-align: left;
  display: block;
  margin-bottom: 8px;
}

.home_artofday_label { /* div */
  float: right;
  background: #ffc601;
  color: #000000;
  font-family: arial narrow, arial;
  font-size: 15px;
  font-weight: bold;
  padding: 1px 8px;
  position: relative;
  top: -10px;
  right: -10px;
}

.home_artofday_label_section { /* div */
  float: right;
  background: #6c6c42;
  margin-left: 3px;
  color: #000000;
  padding: 1px 8px;
  position: relative;
  top: -10px;
  right: -10px;
}

/* NEWS */
.home_news { /* table */

}

.home_news_image { /* td */
	width: 136px;
  vertical-align: top;
  background: #3b3a26 url('/graphics/home_box_bg.gif');
}

.home_news_image a img {
  padding: 3px;
  background: #6c6c42;
  width: 130px;
  height: 97px;
  float:left;
}

.home_news_image a:hover img {
  background: #9d9c81;
}

.home_news_text { /* td */
	position: relative;
  vertical-align: top;
  padding: 10px;
  background: #3b3a26;
  color: #d2d2b5;
}

.home_news_text a {
  text-align: left;
  display: block;
  margin-bottom: 8px;
}

.home_news_label {
  float: right;
  background: #ffc601;
  margin-left: 3px;
  color: #000000;
  font-family: arial narrow, arial;
  letter-spacing: 2px;
  padding: 1px 8px;
  position: relative;
  top: -10px;
}

.home_news_older {
  border-bottom: 1px solid #3b3a27;
  border-left: 1px solid #3b3a27;
  padding: 10px;
  background: #24241a;
  text-align: justify;
  color: #b8b88d;
}

.home_news_older a {
  background: url('/graphics/home_bullet.gif');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 12px;
  display: block;
  margin-bottom: 8px;
}

/* ARTICLES BRIEF */

.home_articles_brief { /* table */
  width: 412px;
}

.home_articles_brief_image { /* td */
	width: 136px;
  vertical-align: top;
  background: #3b3a26 url('/graphics/home_box_bg.gif');
}

.home_articles_brief_image a img {
  padding: 3px;
  background: #6c6c42;
  width: 130px;
  height: 97px;
  float:left;
}

.home_articles_brief_image a:hover img {
  background: #9d9c81;
}

.home_articles_brief_links { /* td */
	position: relative;
  vertical-align: top;
  background: #24241a url('/graphics/home_box_bg.gif');
  color: #d2d2b5;
}

.home_articles_brief_toplink { /* div */
	border-top: 1px solid #3b3a27;
  padding: 4px 10px;
  background: #3b3a26;
}

.home_articles_brief_toplink a {
	color: #d2d2b5;
}

.home_article_brief_toplink_label { /* div */
  float: right;
  background: #ffc601;
  color: #000000;
  font-family: arial narrow, arial;
  letter-spacing: 2px;
  padding: 1px 3px;
  position: relative;
  top: -5px;
}

.home_articles_brief_link { /* div */
	border-bottom: 1px solid #3b3a27;
  padding: 4px 10px;
  background: #24241a;
}

/* CONTEST */

.home_contest_full, .home_contest_half, .home_contest_third { /* a */
  display: block;
}

.home_contest_full, .home_contest_full img {
	width: 412px;
}

.home_contest_half, .home_contest_third {
  float: left;
}

.home_contest_half, .home_contest_half img {
	width: 205px;
}

.home_contest_third, .home_contest_third img {
  width: 136px;
}

.home_contest_full img, .home_contest_half img, .home_contest_third img {
  height: 76px;
}

.home_contest_label { /* div */
  background: #ffc601;
  font-weight: bold;
  color: #000000;
  padding: 5px;
  position: absolute;
  top: 54px;
  right: 0px;
}

.home_contest_decoy { /* div */
  background: #6c6c42;
  font-weight: bold;
  color: #000000;
  padding: 2px 5px;
	text-align: right;
  border-bottom: 1px solid #3b3a26;
  border-top: 1px solid #3b3a26;
}

/* ARTICLE BOXES */

.home_article-boxes {
  height: 100%;
}

.home_article-boxes_top { /* td */
  vertical-align: top;
  width: 136px;
  background: #24241a url('/graphics/home_box_bg.gif');
}

.home_article-boxes_top a img {
  padding: 3px;
  background: #6c6c42;
  width: 130px;
  height: 97px;
  display: block;
}

.home_article-boxes_top a:hover img {
  background: #9d9c81;
}

.home_article-boxes_border { /* td */
  border-left: 2px solid #1f1f17;
}

.home_article-boxes_top_link { /* div */
  padding: 4px 10px;
  background: #3b3a26;
}

.home_article-boxes_top_link a {
  color: #d2d2b5;
}

.home_article-boxes_top_link_label { /* div */
  float: right;
  background: #ffc601;
  margin-left: 3px;
  color: #000000;
  font-family: arial narrow, arial;
  letter-spacing: 2px;
  padding: 1px 3px;
}

.home_article-boxes_link { /* div */
  border-bottom: 1px solid #3b3a27;
  padding: 4px 10px;
  background: #24241a;
}

.home_article-boxes_link a {
  font-weight: normal;
}

.home_article-boxes_separator {
  background: #6c6c42 !important;
  font-size: 0px;
  height: 5px;
  border-bottom: 1px solid #1f1f17;
}

/* ARTICLE BOXES HORIZONTAL */

.home_article-boxes_horizotal {
	height: 100%;
}

.home_article-boxes_horizotal_top {
  vertical-align: top;
  width: 136px;
  background: #24241a url('/graphics/home_box_bg.gif');
}

.home_article-boxes_horizotal_top a img {
  padding: 3px;
  background: #6c6c42;
  width: 130px;
  height: 49px;
  display: block;
}

.home_article-boxes_horizotal_top a:hover img {
  background: #9d9c81;
}

/* GALLERY */

.home_gallery td {
	vertical-align: top;
}

.home_gallery_caption {
	width: 19px;
	height: 97px;
}

.home_gallery a {
	color: #d2d2b5;
	font-weight: normal;
	text-decoration: none;
}

.home_gallery_label {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #3b3a26;
	border-top: 1px solid #6c6c42;
	border-left: 1px solid #6c6c42;
	text-align: center;
	padding: 1px 2px;
}

.home_gallery_image {
	border-top: 1px solid #6c6c42;
	border-right: 1px solid #6c6c42;
	width: 130px;
	height: 97px;
	position: relative;
	display: block;
}

/* MOVIES & CLIPS */

.home_movies-clips { /* table */
  width: 412px;
  background: #24241a url('/graphics/home_box_bg.gif');
}

.home_movies-clips td {
  width: 50%;
  vertical-align: top;
  background: #24241a url('/graphics/home_box_bg.gif');
}

.home_movies-clips_link { /* div */
  border-bottom: 1px solid #3b3a27;
  padding: 4px 10px;
  background: #24241a;
}

.home_movies-clips_link a {
  font-weight: normal;
}

.home_movies-clips_border {
	border-right: 1px solid #1f1f17;
}

.home_movies-clips_separator {
  background: #6c6c42 !important;
  font-size: 0px;
  height: 5px;
  border-bottom: 1px solid #1f1f17;
}

/* FORUM */

.home_forum_rightfloat {
  color: #d2d2b5;
  padding: 4px 10px;
  float: right;
}

/* PREMIERES */

.home_premieres_movies {
	border-left: 3px solid #6c6c42;
  border-bottom: 1px solid #3b3a27;
  padding: 4px 10px;
  background: #24241a;
  color: #d2d2b5;
}

.home_premieres_movies a {
  font-weight: normal;
}

.home_premieres_dates {
  padding: 4px 5px 4px 0px;
  background: #24241a;
  color: #d2d2b5;
  float: right;
}

/* WEBHOSTING */

.home_webhosting_link { /* div */
  border-bottom: 1px solid #3b3a27;
  background: #24241a;
  border-left: 3px solid #6c6c42;
  color: #d2d2b5;
}

.home_webhosting_link img {
  border-top: 2px solid #6c6c42;
  display: block;
}

/* CAPTIONS */

.home_caption_1 { /* hlavní titulek sekcí; div */
  background: #1f1f17;
  height: 23px;
}

.home_caption_1 a {
  font-size: 14px;
  font-family: arial narrow, arial;
  font-weight: bold;
  border-left: 8px solid #6c6c42;
  position: relative;
  top: 3px;
  padding: 3px 9px;
  background: #3b3a26;
  color: #d2d2b5;
  text-decoration: none;
}

.home_caption_1 a:hover {
  text-decoration: underline;
  border-left: 8px solid #9d9c81;
}

.home_caption_2 { /* titulek u nejnovejsich filmu, klipu, for a komentaru; div */
  background: #3b3a26;
  color: #d2d2b5;
  padding: 4px 6px;
  font-weight: bold;
  border-left: 7px solid #6c6c42;
}

.home_caption_3 { /* titulek vetsiny prvku v pravem loupci *; div */
  background: #3b3a26;
  color: #d2d2b5;
  padding: 4px 6px;
  font-weight: bold;
  border-left: 7px solid #6c6c42;
  position: relative;
}

.home_caption_2 a, .home_caption_3 a {
  color: #d2d2b5;
}

/* E-SHOP */

.home_eshop a {
	color: #d2d2b5;
	font-weight: normal;
	text-decoration: none;
}

.home_eshop_caption {
	width: 49px;
	height: 97px;
	float: left;
	position: relative;
}

.home_eshop_logo {
	width: 43px;
	height: 30px;
	background: url('../graphics/eshoplogo_small.png');
	position: absolute;
	top: -10px;
	left: 2px;
	_display: none;
}

.home_eshop_image {
	float: left;
	position: relative;
	width: 130px;
	height: 97px;
}

.home_eshop_label {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #3b3a26;
	border-top: 1px solid #6c6c42;
	border-left: 1px solid #6c6c42;
	text-align: center;
	padding: 1px 2px;
}

.home_eshop_image_img {
	background: #3b3a26;
	width: 130px;
	height: 97px;
}

/* FROM OTHER SECTION */

.home_other_tv {
	width: 44px;
	height: 36px;
	background: url('../graphics/tvlogo_small.png');
	position: absolute;
	bottom: 3px;
	right: 5px;
	_display: none;
}

.home_other_film {
	width: 60px;
	height: 35px;
	background: url('../graphics/filmlogo_small.png');
	position: absolute;
	bottom: -6px;
	right: -5px;
	_display: none;
}

/* SEPARATORS */

.home_separator_1 { /* separator v levem sloupci; div */
  background: #6c6c42 !important;
  font-size: 0px;
  height: 5px;
	width: 412px;
	margin-bottom: 1px;
}

.home_separator_2 { /* separator v pravem sloupci; div */
  background: #6c6c42;
  font-size: 0px;
  height: 4px;
  border-bottom: 1px solid #1f1f17;
  clear: both;
}

/* RIGHT COLLUMN */
.home_right_link {
  border-bottom: 1px solid #3b3a27;
  padding: 4px 10px;
  background: #24241a;
  border-left: 3px solid #6c6c42;
  color: #d2d2b5;
}

.home_right_link a {
  font-weight: normal;
}