* {
	padding: 0;
	margin: 0;
}

body {
	background: #090909;
}
@font-face {
    font-family: "NinoMtavruli";
    src: url("/v3_css/ci/tv/bpg_nino_mtavruli_normal.ttf");
}
@font-face {
    font-family: "Sylfaen";
    src: url("/v3_css/ci/tv/bpg_glaho_sylfaen.ttf");
}
#all {
	/*width: 100%;*/
	overflow: hidden;
	background: url('/v3_imgs/ci/tv/main_bg.jpg') no-repeat center 0 #090909;
	width: 100%;
}
#main_block {
	width: 1081px;
	min-height: 500px;
	overflow: hidden;
	margin: 70px auto 0 auto;
}
#myvideo_logo {
    display: block;
    height: 66px;
    margin: 0 auto;
    padding-top: 35px;
    width: 263px;
}

#programme_block {
	float: left;
	width: 641px;
}
#channels_list  {
    float: left;
    margin-left: 8px;
    width: 432px;
}
#programme_block_head {
	float: left;
	width: 642px;
}

#programme_block_head p {	
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	margin-left: 15px;
}
#programme_block_head img {
    float: left;
    margin-top: 6px;
}
#programme_block_head .sub_title {
	font-size: 16px;
	color: #626262;
	text-transform: uppercase;
	margin-left: 15px;
}
#programme_block_head .title {
    display: block;
    float: left;
}
#programme_block_content {
	width: 642px;
	float: left;
    margin-top: 18px;
    list-style: none;
}
#programme_block_content li {
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.1);
	color: #FFFFFF;
	padding-top: 6px;
	overflow: hidden;
	padding-bottom: 6px;
	padding-left: 11px;
}
#programme_block_content li a {
	text-decoration: none;
	color: white;
}
#programme_block_content li:nth-child(odd) {
	background: rgba(0, 0, 0, 0.3);
}
#programme_block_content li.selected {
	background: url('/v3_imgs/ci/tv/menu_selected_bg.png') repeat-x;
}
#programme_block_content .time {
/*	background: url('/v3_imgs/ci/tv/separator.png') no-repeat right;*/
	padding-right: 30px;
	font-size: 30px;
	padding-left: 34px;
}
.programme_text {
	background: url("/v3_imgs/ci/tv/separator.png") repeat-y scroll left center transparent;
    display: block;
    float: right;
    font-size: 18px;
    padding-left: 15px;
    width: 479px;
    padding-top: 5px;
    font-family: Sylfaen;
}
/**** channel buttons ****/

#channels_list a {
	width: 200px;
	height: 69px;
	float: left;
	border: 2px solid #383838;	
	background: #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	position: relative;
	margin-right: 5px;
	margin-bottom: 7px;
	text-decoration: none;
}
#channels_list a:hover {
	border: 2px solid #b41c21;
}
#channels_list a.selected {
	border: 2px solid #b41c21;
}
#channels_list a img {
	position: absolute;
	top: 20%;
	left: 26%;
}
#channels_list  .tv_title {
    color: white;
	font-size: 12px;
	width: 138px;
	font-family: Sylfaen;
	margin-left: 60px;
	margin-top: 20px;
	display: block;
}
/** for main page **/

#channels_list_main a {
	width: 201px;
	height: 135px;
	float: left;
	border: 3px solid #383838;	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	position: relative;
	margin-right: 13px;
	margin-bottom: 16px;
	text-align: center;
	text-decoration: none;
}
#channels_list_main a span {
    bottom: 2px;
    color: white;
    font-size: 13px;
    left: 0;
    position: absolute;
    width: 200px;
    font-family: Sylfaen;
}
#channels_list_main a:hover {
	border: 3px solid #b41c21;
}
#channels_list_main a.selected {
	border: 2px solid #b41c21;
}
	
/****/
.btn {
	width: 95px;
	height: 44px;
	background: url('/v3_imgs/ci/tv/btn_bg.png') repeat-x;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
	float: right;
	margin-top: 6px;
}
.btn span {
    float: left;
    margin: 11px 25px;
}
