body {
	margin: 0;
	padding: 0;
	background-color: #fdfdfd;
	background-image: url('/app/design/image/layout/presentation/background.jpg');
	background-repeat: repeat-x;
	font-family: Calibri, Helvetica, Arial;
	font-size: 13px;
	color: #555555;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 802px;
	background-color: #fdfdfd;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 10px;
	background-image: url('/app/design/image/layout/presentation/content_background.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
}

.textCenter {
	text-align: center;
}

table#pricing th {
	font-size: 14px;
}
table#pricing td, table#pricing th {
	padding-right: 20px;
	text-align: center;
	padding-bottom: 5px;
	vertical-align: middle;
}

.textLeft {
	text-align: left;
}
table#pricing td.textLeft {
	text-align: left;
	padding-right: 30px;
}

#trailer {
	text-align: center;
}

#footer {
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
}

#middle {
	padding: 5px 0px;
}

#content {
	width: 476px;
	float: left;
	margin-left: 9px;
}

#content.wide {
	width: 639px;
}

#content a, #content a:visited {
	text-decoration: underline;
	color: #555;
}

#content a.small, a.small {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

.smallText {
	font-size: 11px;
}
.smallDate {
	font-size: 8px;
}

#right {
	float: left;
	width: 154px;
	margin-left: 9px;
}
#left {
	float: left;
	width: 154px;
}

#navigation {
	height: 23px;
	padding: 10px 10px 0px 10px;
	margin-top: 5px;
	background-image: url('/app/design/image/layout/presentation/navigation_full.jpg');
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul li {
	float: left;
	display: block; 
	padding-right: 79px;
}
#navigation ul li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#navigation ul li.last {
	padding-right: 0px;
}

.column .block {
	margin-bottom: 10px;
}

.left {
	float: left;
}
.right {
	float: right;
}

td.left {
	float: none;
	text-align: left;
}
td.right {
	float: none;
	text-align: right;
}
td.top {
	vertical-align: top;
}
td.middle {
	vertical-align: middle;
}
td.bottom {
	vertical-align: bottom;
}

a img {
	border: 0;
}	

#login {
	float: right;
}

.clr {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}


.list-box {

}
.list-box .items {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list-box .items .item {
	background-image: url('/app/design/image/layout/presentation/boxes/listbox_item.jpg');
	background-repeat: no-repeat;
	
	width: 134px;
	height: 43px;
	
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
	margin: 0;
	border-spacing: 0;
	cursor: pointer;
}

.list-box .items .item a {
	color: #555555;
	text-decoration: none;
	font-size: 11px;
}

.list-box .items .last  {
	height: 44px;
	background-image: url('/app/design/image/layout/presentation/boxes/listbox_item_last.jpg');
	background-repeat: no-repeat;
}

.menu-box .content {
	width: 134px;
	border-left: 1px solid #e6e6e6;
	background-color: #eaeaea;
	padding: 18px 8px 18px 10px;
	border-right: 1px solid #e6e6e6;
}

.menu-box ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu-box ul li {
	margin: 4px 0px;
}

.menu-box ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #555;
}
.menu-box ul li a img {
	position: relative;
	bottom: 2px;
}
.menu-box ul li.active a {
	font-weight: bold;
}

#movie_upcomming_list {

}

#movie_upcomming_list .cover {
	float: left;
}	
#movie_upcomming_list .cover, #movie_upcomming_list .cover img{
	width: 150px;
}	
#movie_upcomming_list .info h1 {
	margin-bottom: 1px;
}
#movie_upcomming_list .info h1 a {
	text-decoration: none;
}
#movie_upcomming_list .info {
	float: right;
	width: 300px;
	text-align: left;
}
#movie_upcomming_list .movie {
	margin-bottom: 20px;
}
