@charset "UTF-8";
/* Zee Cafe CSS Document @ Hungama.com */
a{
	text-decoration: none;
}

a img {
	border-width: 0;}



body {
	margin: 0px;
	background-color: #115489;
}

#mainContainer{
width:100%; background-image:url(images/shows-bg.jpg); background-repeat: repeat-y; background-position:center top; height:100%; min-height:870px;
}

.nowshowing {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
}
.dot {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #000000;
	border-bottom: dashed #000000 1px;
	height: 12px;
}

.shows-cat-header{
	font-size: 20px;
	color: #8c263e;
	font-family: "Trebuchet MS", Verdana;
}

.shows-sub-cat-header{
	font-size: 14px;
	font-weight:bold;
	color: #000;
	font-family: "Trebuchet MS", Verdana;
}

.show-name{
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	vertical-align: middle;
	padding: 5px;
	background-color:#3175a4;
}

.show-name a{
	color: #000;
}

.show-name a:hover{
	color: #fff;
}.moreshows {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	padding: 5px;
	background-color:#093e64;
	border: #000 dashed 1px;
}
.moreshows h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #ff9900;
	display:inline;
}
.moreshows div {
	width: 240px;
	margin-left:12px;
	float: left;
	color: #ffffff;
	text-align:left;
}
.moreshows  img {
	float: left;
	/*border: #000 solid 2px;*/
}
.moreshows  em {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #fff;
	padding: 5px;
	font-weight: normal;
	border: #FFFFFF dashed 1px;
	float: left;
	text-decoration:none;
	text-align:left;
}

.episode-synopsis{
	background-color:#4B8CAD;
	color:#000;
	font-weight:bold;
	border:#FFFFFF dashed 1px;
	padding:5px;
	text-decoration:none;
	float: left;
	width: 160px;
}

.shows-category-td{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#DBFF00;
	text-decoration: none;
	background-image:"images/bg.gif";
	font-variant:small-caps;
}