@charset "utf-8";
/* CSS Document */

/* Categories List */
div.cat_list_caption { padding: 5px 20px; background-color:#e9ebeb;  }
div.cat_list_caption * {color:black; }
div#cat_list_container { width:100%; }
div.cat_list_container_row {   }
div.list_white_space { width:70px;}
div.list_text_container {
	 margin:none;
	background-color:#242323; color:white; padding:10px 10px; width:350px;
 }
div.list_text_container h1 {line-height:100%;  margin-top:0px; margin-bottom:8px; padding:none;}

div.more_button_container { 
	display:block; float:right; margin-top:140px; 
}

/* Images List */
div.img_list_container { background-color:#242323;  }
div.img_list_big_img { text-align:center;}
div.img_list_big_img_cnt { position:relative; }

div.img_list_big_img_overlay { z-index:10; position:absolute; }
div#img_list_category_text { position:absolute; left:30px; top:450px; text-align:left; width:500px; }
a#img_list_button_prev 
{ position:absolute; top:260px; left:30px;  width:80px; height:80px;
	 background: url(../images/template/prev_image.png) no-repeat;
}
a#img_list_button_prev:hover {background: url(../images/template/prev_image_hover.png) no-repeat;}
a#img_list_button_next 
{ position:absolute;  top:260px; left:870px; width:80px; height:80px;
	 background: url(../images/template/next_image.png) no-repeat;
}
a#img_list_button_next:hover {background: url(../images/template/next_image_hover.png) no-repeat;}

div#img_list_small_list { width:100%; padding:20px 10px; }
div.img_list_small_list_row { width:100%;  text-align:center;  }
div.img_list_small_cell { padding:10px 15px; text-align:center;   border-collapse:collapse; }

/* Video List */
div.video_list_caption { padding:5px 20px;}
div.video_list_prev_cat { width:200px;}
div.video_list_next_cat {width:200px;}
div.video_list_ribbon  { margin-left:auto; margin-right:auto; padding:20px 20px; border-collapse:separate;}
div.video_list_ribbon div.table_row  { width:100%; }
div.video_list_ribbon div { text-align:center;  vertical-align:middle;  }
div.video_list_video_title  { width:400px;}
div.video_container { text-align:center;  }
div.img_list_video_cnt {background-color:#151513; padding:0; margin:0; width:285px; padding-bottom:5px; }
div.img_list_video_cnt img { /*border: solid #666666 2px;*/ }
div.img_list_video_cnt a { padding:0; margin:0;}
