html, body {
	font-size: 11px;
	font-family: Tahoma, arial, sans-serif;
	font-weight: normal;
	color: #3A4086;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
a, a:hover {
	color: #1C5679;
	font-size: 11px;
	font-family: Tahoma, arial, sans-serif;
}
a:hover { color: #3A4086; }
a, a:hover { text-decoration: underline; }
img {border:0px;}

hr {background-color:#efefef;height:1px;}
a:hover {
	text-decoration: underline;
}
a img {
   text-decoration: none;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #3C4189;
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
	background: url('/public/images/h1bg.gif') no-repeat;
	height: 21px;
	line-height: 21px;
	border-bottom: 1px solid #3c4184;
	text-transform: uppercase;
}
h2 {
	margin: 0 0 8px 0;
	padding: 1px 0 1px 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #312E66;
	text-transform: uppercase;
}
h3 {
	margin: 4px 0 8px 0;
	padding: 1px 0 1px 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #312E66;
	font-size: 13px;
	font-family: Trebuchet MS, arial, sans-serif;

}

.clear {
	clear: both;
}

/** header **/
#header {
	width: 960px;
	height: 89px;
	background: url('http://filmsitepro.com/public/images/site_design/b33cc3d034e07409fc64ced6813a2241733.jpg') top right no-repeat;
}
#logo {
	float: left;
	width: 282px;
	height: 89px;

}
#header div.login {
	float: right;
	width: 558px;
	padding-top: 38px;

}
#header td.header-links {
	padding: 5px 13px 0 0;
}
#header td.header-links, #header td.header-links a, #header td.header-links a:hover {
	color: #697CCA;

}
td.header-title {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #FFF;
	padding-right: 8px;
	font-size: 16px;
	font-weight: bold;
}

/* default layout */
#container {
	width: 960px;
	margin: 15px auto;
}

#content {
	float: left;
	margin: 15px 0;
	}

#left {
	float: left;
	width: 162px;
	padding-right: 10px;
}
#main {
	float: left;
	width: 642px;
}
#right {
	float: left;
	width: 136px;
	padding-left: 10px;
}
#main-index {
	float: left;
	width: 666px;
	padding: 0 24px 0 0;
}
#right-index {
	float: left;
	width: 270px;
}

/* error messages */
div.error {
	border: 1px solid #E9E969;
	background-color: #FFFFD6;
	padding: 5px;
	margin: 7px 0;
}
div.error div.bubble {
	background-color: #FFFFF7;
	padding: 5px;
	font-size: 11px;;
	font-weight: bold;
	color: #CC0000;
	font-family:arial;
}

/* success messages */
div.success {
	border: 1px solid #D2D203;
	background-color: #FFFFD6;
	padding: 5px;
	margin: 7px 0;
}
div.success div.bubble {
	background-color: #FFFFF7;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #6CC22F;
	font-family:arial;
}

/** pagination **/
table.pager td#pagination a, table.pager td#pagination a:hover{
	display: block;
	padding: 2px 4px;
	margin: 1px;
	text-decoration: none;
	color: #0100FB;
	}
table.pager td#pagination a:hover{
	background-color: #EDEDED;
	}
table.pager td#pagination a.current, table.pager td#pagination a.current:hover {
	display: block;
	padding: 2px 4px;
	margin: 1px;
	color: #FFFFFF;
	background-color: #0100FB;
}
table.pager td#pagination a.last, table.pager td#pagination a.last:hover {
	background-color: transparent;
}

#title{
	font-size: 13px;
	font-weight: normal;
	color: #FB6300;
	font-family:arial;
}
#title a{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-family:arial;
	text-decoration:none;
}
#title a:hover{
	font-size: 13px;
	font-weight: bold;
	color: #FB6900;
	font-family:arial;
	text-decoration:none;
}

#details {
	font-size:11px; color:#666666;font-family:arial;
}
.details a {
	font-size:11px;  color: #6CC22F;  text-decoration:none;font-family:arial;
}
.details a:hover {
	font-size:11px;  color: #6CC22F; text-decoration:none;font-family:arial;
}
.title_bg {
	font-size:13px;background-color: #EDEDED; color: #FB6300; text-decoration:none;font-family:arial;
}

#list {
margin:0px;padding:0px;
}
#list li {
margin:0px;padding-top:4px;list-style:none;
}
#list li b{
margin:0px;padding-top:0px;list-style:none;
}

.text{
	border:1px solid #cfcfcf;
	color: #333;
	font: 11px arial, sans-serif;
}

.submit, .delete{
	font: bold 11px arial, sans-serif;
	height:18px;
	padding-bottom:2px;
}

.submit{
	border:1px solid #cfcfcf;
	color: #333;
	background:#f5ffe6;
}

.delete{
	border:1px solid #999;
	color: #333;
	background:red;
}
table.forum {
	border:1px solid #ddd;
}
table.forum th{
	background: #cccccc;
	color:#fff;
	text-align:left;
	padding-left:5px;
}

.impar{
	background:#eeeded;
}

.par td{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.forum_quote{
	color:#666;
	margin-left:2px;
	padding-left:5px;
	border-left:3px solid #ccc;
}

/** content **/
.small-movie {
	float: left;
	width: 123px;
	background-color: #EEEFFD;
	margin: 0 0 10px 10px;
	padding-bottom: 5px;
}
.small-movie div.title {
	width: 108px;
	padding: 10px 7px;
	text-align: center;
}
.small-movie div.image {
	text-align: center;
}

.small-movie div.price {
	width: 70px;
	height: 18px;
	line-height: 18px;
	margin: 5px auto 0 auto;
	border: 1px solid #D4D5E3;
	text-align: center;
	background-color: #FFF;
}
.small-user {
	float: left;
	width: 123px;
	background-color: #EEEFFD;
	margin: 0 0 10px 10px;
	padding-bottom: 8px;
}
.small-user div.name {
	width: 108px;
	padding: 0 7px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
}
.small-user div.image {
	text-align: center;
}

/** sidebar left **/
ul.sidebar, ul.sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.sidebar li span.bullet {
	color: #212121;
}
ul.sidebar a, ul.sidebar a:hover {
	width: 153px;
	display: block;
	padding: 2px 0 2px 9px;
	margin: 0;
	color: #353678;
	text-decoration: none;
}
ul.sidebar a:hover, ul.sidebar a.selected {
	background-color: #CBCCCA;
}

ul.sidebar li ul.subsidebar, ul.sidebar li ul.subsidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.sidebar li ul.subsidebar span.bullet {
	color: #6E6E6E;
}
ul.sidebar li ul.subsidebar a, ul.sidebar li ul.subsidebar a:hover {
	width: 133px;
	display: block;
	padding: 2px 0 2px 9px;
	margin: 0 0 0 20px;
	color: #6768A4;
	text-decoration: none;
}
ul.sidebar li ul.subsidebar a:hover, ul.sidebar li ul.subsidebar a.selected {
	background-color: #CBCCCA;
}

/** sidebar right **/
ul.sidebar-right, ul.sidebar-right li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.sidebar-right li span.bullet {
	color: #212121;
}
ul.sidebar-right a, ul.sidebar-right a:hover {
	width: 126px;
	display: block;
	padding: 2px 0 2px 9px;
	margin: 0;
	color: #353678;
	text-decoration: none;
}
ul.sidebar-right a:hover, ul.sidebar-right a.selected {
	background-color: #CBCCCA;
}


ul.sidebar-right ul.subsidebar, ul.sidebar-right ul.subsidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.sidebar-right ul.subsidebar span.bullet {
	color: #6E6E6E;
}
ul.sidebar-right ul.subsidebar a, ul.sidebar-right ul.subsidebar a:hover {
	width: 106px;
	display: block;
	padding: 2px 0 2px 9px;
	margin: 0 0 0 20px;
	color: #6768A4;
	text-decoration: none;
}
ul.sidebar-right ul.subsidebar a:hover, ul.sidebar-right ul.subsidebar a.selected {
	background-color: #CBCCCA;
}

/** footer **/
#footer {
	width: 960px;
	height: 61px;
	background: url('http://filmsitepro.com/public/images/site_design/115e8a8625fb14ef02dff663992b92fd547.gif') repeat right;
}
#footer div.copyright {
	float: left;
	width: 170px;
	padding: 16px 0 0 10px;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A0A5CC;
}
#footer div.links {
	float: left;
	width: 608px;
	padding: 21px 0 0 26px;
}
#footer div.links, #footer div.links a, #footer div.links a:hover {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#footer div.links a:hover {
	text-decoration: underline;
}
div.footer-bottom {
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #4A57AA;
	padding-top: 5px;
}
