@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;
}

/*----------new settings for general pages----------*/

.moreshows{
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	padding: 5px;
	background-color:#093e64;
	border: #000 dashed 1px;
}
.moreshows img{
	float: left;
}

.content{
	width: 250px;
	margin-left:10px;
	float: left;
	color: #ffffff;
	text-align:left;
}

.content h1{
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #ff9900;
	margin:10px 0 10px 0;
	padding:0;
	}

.content h2{
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #fff;
	margin:10px 0 10px 0;
	padding:0;
}

.content h3{
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #fff;
	margin:10px 0 10px 0;
	padding:0;
}

.spacer-dot {
	border-bottom: dashed #fff 1px;
	height: 5px;
	margin-bottom:10px;
}