/* Font */

p {
	margin-top: 0px;
}
body, td, th, input, option, select, textarea {
	font-family: Arial,Helvetica,sans-serif,courier;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 0px; 
}

body {
	background-color: #ac27f1;
	background-image: url(../../images/frontend/body_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	
	
}

.clear {
	clear: both;	
}

.grey {
	color: #cccccc;
}

/* Header */
#header {
	background-image: url(../../images/frontend/grad_top.gif);
	text-align: center;
	border-bottom: 1px solid #333333;
}

#footer {
	background-image: url(../../images/frontend/grad_bottom.gif);
	text-align: center;
	background-color: #000;
	background-position: bottom;
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	left: 0px;
	top: 20px;
	margin-left: -2px;
}

#header_inner, #footer_inner {
	position: relative;
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	height: 160px;
}

#footer_inner {
	height: auto;
	min-height: 160px;
}

#login fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#login {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ffffff;
	text-align: right;
}

div#loggedin {
	position: absolute;
	top: 100px;
	left: 5px;
	color: #ffffff;
	text-align: right;	
}

div#loggedin a {
	color: #ffffff;
}

#login form fieldset {
	background-color: none !important;
	background: none !important;
}
#login label {
}

#login input {
	margin-top: 2px;
	margin-bottom: 5px;
}



/* Various */

form {
	padding: 0px;
	margin: 0px;
}

div.onecol {
	
}


div.onecol p {
	margin-left: 10px;
	margin-right: 10px;
}

/* Advertisments */

div.adv {
	text-align: center;
	margin-top: 10px;
}

/* Links */
a, a:link, a:visited, a:active, a:hover {
	color: #333333;	
}

a:hover {
	color: #333333;	
}

/* Headings */
h1,h2,h3,h4,h5 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;	
}

h1 {
	font-size: 12px;
	background-color: #ac27f1;
	color: #ffffff;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	
}

div#movie h1 {
	margin-bottom: 0px;
}


div#list_left h2 {
	font-size: 14px;
	background-color: #276EF1;
	color: #ffffff;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

h1.list {
	
}

h3 {
	color: #ac27f1;
	font-size: 20px;
}

h3 a, a h3  {
	color: #ac27f1 !important;
	font-size: 20px !important;
}

h4 {
	color: #276EF1;
	font-size: 15px;
}


a.button {
	
	color: #ffffff;
	text-decoration: none;
	background-color: #276ef1;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 3px;
}

/* Wrapper */
div#wrapper {
	text-align: left;
	width: 976px;
	margin-left: auto;
	background-color: #ffffff; 
	margin-right: auto;	
	overflow: hidden;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Search */
div#search {
	position: absolute;
	bottom: 5px;
	right: 0px;
}

div#search input {
	height: 28px;
	width: 120px;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
	color: #276EF1;
	font-weight: bold;
	margin-right: 5px;
	
}

div#search a.button {
	background-color: #ffffff;
	color: #333333 !important;
}


/* Menu */

div#menu {
	position: absolute;
	bottom: 0px;
	overflow: hidden;
}

div#menu ul, div#menu ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#menu ul li {
	float: left;
	padding-right: 10px;
}

div#menu ul li a {
	display: block;
	background-color: #333333;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 12px;
		
}

div#menu ul li a:hover,  div#menu ul li.active a{
	background-color: #333333;
	background-image: url(../../images/frontend/triang.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* Top */
div#top {
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	
}

div#top_right_top {
	margin-bottom: 10px;
}

div#top_right_bottom {
	margin-bottom: 10px;
}


/* Left */
div#left {
	width: 120px;
	float: left;
	overflow: hidden;	
	
}

div#right {
	width: 856px;
	float: left;
		
	
}


/* Logo */
div#logo {
	background-image: url(../../images/frontend/logo.png);
	height: 39px;
	width: 120px;
}

div#logo h2 {
	text-indent: -20000px;
}

div#logo a {
	display: block;
	width: 120px;
	height: 39px;
}

/* Lists */

div#list_left {
}

div#list_right {
	float: left;
	margin-left: 5px;
	
	width: 99px;
}

div.tags {
	background-color: #99baf8;
}

div.tags span {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 5px;
	display: block;	
}

div.list {
	margin-bottom: 10px;
	border-right: 1px solid #276ef1;
	border-bottom: 1px solid #276ef1;
}

div.list em {
	display: block;
	background-color: #276ef1;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 5px;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
}

div.list ul {
}

div.list ul, div.list li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

div.list li a {
	display: block;
	text-decoration: none;
	background-color: #99baf8;
	color: #333333;
	text-transform: capitalize;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 5px;
	
}

div.list li a:hover {
	background-color: #276ef1;
	color: #ffffff;
}


/* Movie thumbs */
div.moviethumb {
	width: 260x;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 8px;
	margin-top: 8px;
	background-color: #ffffff;
	border: 1px solid #333333;
	overflow: hidden;
}

div.movethumb_last {
	margin-right: 0px;
}

div.moviethumb img.moviethumb {
	width: 260px;
	height: 195px;
	border: 0px;
	display: block;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

div.moviethumb img.picthumb {
	width: 260px;
	height: 195px;
	border: 0px;
	display: block;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

div.picgallery ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
		
}
div.picgallery ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
	margin-left: 12px;
	margin-bottom: 5px;
}
div.picgallery ul li a img {
	border: 1px solid #333333;
}
div.moviethumb img.moviethumb:hover {
	
}

div.movielist {
	
	
}

div.moviethumb b {
	display: block;
	overflow: hidden;
	width: 256px;
	height: 15px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background-color: #dca3f9;
}

div.moviethumb:hover b {
	color: #ffffff;
	background-color: #AC27F1;
}

div.moviethumb:hover {
	background-color: #DCA3F9;
	
}

div.moviethumb:hover div.meta {

}
div.moviethumb div.meta {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;	
	color: #333333;	
}

div.moviethumb div.rating {
	float: left;
}

div.moviethumb div.meta {
	width: 235px;
	overflow: hidden;
}

div.moviethumb div.info {
	float: right;
	text-align: right;
	font-size: 9px;
}
/* Movie detail */
div#movie_left {
	width: 701px;
	float: left;
	margin-left: 5px; 	
}

div#movie_right {
	float: left;
	width: 140px;
	margin-left: 10px;	
}

div#movie {
	width: 706px;
	text-align: center;

}

div#movie_bottom {
	margin-top: 5px;	
}

div.player {
	width: 705px;
	height: 490px;

}

div.blockblue {
	background-color: #99BAF8;
	padding: 10px;
	margin-bottom: 10px;
}

div.blockpink {
	background-color: #EBCBFC;
	padding: 10px;
	margin-bottom: 10px;
}

div.blocklightblue {
	background-color: #bed3fa;
	padding: 10px;
	margin-bottom: 10px;	
}

div.player_small {
			
}

div#movie h1 {
	margin-right: 1px;
}

div#movie_rating {
	float: right;

	
}

div#movie_options {
	float: left;
	width: 540px;	
}


/* Buttons */
div.button_disabled {
	filter:alpha(opacity=60);
	opacity:0.6;	
}
div.button_disabled a {
	cursor: default;	
}
div.button {
	
	height: 32px;
	overflow: hidden;
	padding-left: 0px;
	background-repeat: no-repeat;
}


div.button a {
	background-position: left;
	text-decoration: none;
	color: #ffffff;
	height: 32px;
	font-size: 11px;
	display: block;
	line-height: 30px;
	
}

div.button em {
	display: block;
	text-indent: 24px;
	font-style: normal;	
	background-repeat: no-repeat;
	background-position: 4px 7px;
}

div.button a span {
	display: block;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;
	height: 32px;
	overflow: hidden;
}

/* Button colors */
div.bluebutton a span {
	background-image: url(../../images/frontend/blue_button_right.png);
}

div.bluebutton {
	background-image: url(../../images/frontend/blue_button_left.png);
}

div.bluebutton a {
	background-image: url(../../images/frontend/blue_button_mid.png);
}

div.lightbluebutton a span {
	background-image: url(../../images/frontend/lightblue_button_right.png);
}

div.lightbluebutton {
	background-image: url(../../images/frontend/lightblue_button_left.png);
}

div.lightbluebutton a {
	background-image: url(../../images/frontend/lightblue_button_mid.png);
}

/* Button icons */
div.button_link em {
	background-image: url(../../images/actions/link.png);
}

div.button_email em {
	background-image: url(../../images/actions/email.png);
}

div.button_dvd em {
	background-image: url(../../images/actions/dvd.png);
}

div.button_film em {
	background-image: url(../../images/icons/film.png);
}

div.button_monitor em {
	background-image: url(../../images/icons/monitor.png);
}


div.button_monitor em {
	background-image: url(../../images/actions/monitor.png);
}

div.button_camera em {
	background-image: url(../../images/actions/camera.png);
}

div.button_heart em {
	background-image: url(../../images/actions/heart.png);
}


/* Rating */
div.ratable img {
	cursor: pointer;
}

/* Pager */
div.pager {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}

div.pager a {
	text-decoration: none;
	font-size: 12px;
}

div.pager_left {
	float: left;
	width: 30%;
	text-align: left;
}

div.pager_right {
	float: right;
	width: 30%;
	text-align: right;
}

div.pager_middle {
	float: left;
	width: 40%;
	text-align: center;
}

div.pager_middle a {
	border: 1px solid #276EF1;
	background-color: #276EF1;
	padding: 2px;
	color: #ffffff;

}

div.pager_middle a.active {
	background-color: #ffffff;
	color: #333333;
	
}


/* Frontend forms */


form.frontend_form fieldset {
	border: 0;
	padding: 0px;
	margin: 0px;
	background-color: #e1e8f7;
	
	
	padding: 10px;
	
	margin-bottom: 10px;
}

form.frontend_form fieldset.error {
	color: white;
	background-color: red;
}
form.frontend_form label {
	display: block;
	font-weight: bold;
}

form.frontend_form span.field {
	float: left;
	width: 380px;
	margin-right: 20px;
	margin-bottom: 10px;
}

form.frontend_form input {
	font-size: 13px;
}

form.frontend_form input.text, form.frontend_form input.password, form.frontend_form select,  form.frontend_form textarea {
	width: 350px;
	font-size: 13px;
}

form.frontend_form textarea {
	height: 100px; 	
	font-size: 13px;
}

form.frontend_form span.error {
	font-weight: bold;
	color: red;
}

form.frontend_form  label.checkbox {
	float: left;
	font-weight: normal;
	cursor: pointer;
	
}

form.frontend_form  label.checkbox2 {
	font-weight: normal;
		
}

form.frontend_form span.dateselects select {
	width: auto;
}


/* Upload */
div#progress_info {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#bar_wrap {
	background-color: #ebcbfc;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	
}

div#progress_bar {
	float: left;
	background-color: #ac27f1;
	height: 15px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#footerlinks {
	padding-top: 20px;
	color: #eee;
}

#footerlinks a {
	color: #000000;
	color: #fff;
}

img.profile {
	border: 1px solid #AC27F1;
}

fieldset img.profile {
	border: 1px solid #276EF1;
}

div.blockpink img.profile {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.profile img.profile {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.profile {
	padding: 10px;
}

div.profileprops span {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
}

form.comment label {
	display: block;
	font-weight: bold;
}

form.comment textarea {
	width: 660px;
	
	height: 80px;
}

form.comment input {
	width: 660px;
}


div.comment img.profile {
	float: left;
	margin-right: 10px;
}

div.content {
	padding: 10px;
}

#footermenu {
	margin-top: -12px;
	padding-top: 15px;
}

#footermenu ul, #footermenu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#footermenu li {
	float: left;
	margin-right: 10px;
}

#footermenu li a {
	color: #ffffff;
}

div.queries {
	margin-top: 20px;
	font-size: 10px;
}
