body {
	background:url('../images/main/bg.png') repeat-x scroll 0 0 #F2F1F0;
	color:#666;
	font-size:12px;
	font-family:Arial, Verdana, sans-serif;
	margin:0;
}

a {
	color:#EB6C07;
	text-decoration: none;
}

a:hover {
	color: #d54e21;
}

p {
	padding-bottom:2px;
	font-size:12px;
	line-height:18px;
}

ul, ol {
	padding: 5px 5px 5px 22px;
}

img {
	vertical-align:bottom;
	border-width:0;
}

table {
	margin:0 auto;
	border-collapse:collapse;
}

button {
	border:1px solid #CCCCCC;
	background:#FAFAFA;
}

input {
	border:1px solid #CCCCCC;
	background:#FAFAFA;
}

select {
	border:1px solid #CCCCCC;
	background:#FAFAFA;
}

textarea {
	border:1px solid #CCCCCC;
	background:#FAFAFA;
}

.error_form {
	font-size:11px;
}

label.error_form {
	color:red;
	font-style:italic;
}

textarea.error_form {
	border:1px solid red;
	background:#FFE5E5;
}

input.error_form {
	border:1px solid red;
	background:#FFE5E5;
}

#content {
	width:820px;
	background:url('../images/main/body.png') repeat-y scroll 0 0;
	margin:0 auto;
	padding:5px 0 0 0;
	color:#2C2C2D;
	clear:both;
}

#content h1 {
	font-size: 1.8em;
	line-height: 1.3;
	color:#2C2C2D;
	margin:0.2em 0.5em;
}

#content a {
	font-weight:bold;
}

#movie-box {
	margin:10px 0;
	padding:15px;
	background:#191919;
	border-radius:10px;
	-webkit-border-radius:10px;
	-mox-border-radius:10px;
	color:#ffffff;
	background:url('../images/main/descbg.png') repeat-x scroll 0 0 #4b4a4b;
}

.clear {
	clear:both;
}

.line {
	clear:both;
	margin:10px 0;
}
	
.form {
	margin-left:100px;
}

.label {
	width:180px;
	float:left;
	text-align:right;
	margin:0 5px;
}

.submit {
	margin: 1em 2em 1em 190px;
}


#error { margin-top: 50px;}
#error p {font-size: 12px;line-height: 18px;margin: 25px 0 20px;text-align:center;}
#error code { font-family: Consolas, Monaco, Courier, monospace; }
.error{color:red;}
.right{text-align:right;}
.center{text-align:center;}
.legal {float: left;}
.credit {float: right;}




#errors {
	margin:15px 30px 0;
	background:url('../images/error.png') 2% 50% no-repeat #FFE5E5;
	color:red;
	border:1px solid red;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

#errors ul {
	list-style:none;
	margin:10px 80px 10px;
}

#errors li {
	text-align:center;
	font-weight:bold;
}

#carousel_inner {
	float:left;
	width:760px;
	overflow: hidden;
}

#carousel_container {
	width:760px;
	margin:0 auto;
}

#carousel_ul {
	position:relative;
	left:-190px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width:9999px;
	padding:10px 0;
}

#carousel_ul li {
	float: left;                                 
	width:180px;
	padding:0px;
	height:280px;
	background: #000000;
	margin-top:10px;
	margin-bottom:10px; 
	margin-left:4px; 
	margin-right:5px; 
	text-align:center;
	border:1px solid #000000;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

#carousel_ul li img {
	.margin-bottom:-4px;
	cursor:pointer;
	cursor: hand; 
	border:0px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.item {
	width:180px;
	height:280px;
	padding:0;
	margin:0;
}

#header {
	width:900px;
	height:50px;
	margin:0 auto;
}

#footer {
	width:820px;
	height:32px;
	background:url('../images/main/footer.png') no-repeat scroll 0 0;
	margin:0 auto;
}

#logo {
	width:268px;
	height:60px;
	float:left;
}

#login-panel {
	background: url('../images/main/login-panel.png') no-repeat;
	width:320px;
	height:50px;
	float:right;
	color:#ffffff;
}
#login-panel input {
	margin:0 2px;
	vertical-align:middle;
}

#login-panel p {
	margin:7px 15px;
}

#login-panel a {
	color:#ffffff;
	text-decoration: none;
}
#login-panel img {
	margin:0 10px;
	padding:0;
}

#login-panel .login-info {
	height:25px;
	width:210px;
	float:left;
	margin:10px 0 0 15px;
}

#login-panel .login-form {
	height:25px;
	width:210px;
	float:left;
	/*margin:10px 0 0 15px;*/
	margin:0 0 0 15px;
}

#login-panel .login-form .input-label {
	float:left;
	width:80px;
	text-align:center;
	margin:0 5px 0 3px;
	padding:0;
	font-size:10px;
	line-height:10px;
}

#login-panel .login-button {
	height:25px;
	width:80px;
	float:right;
	margin:8px 15px 0 0;
}

#login-panel .button {
	float:right;
}

#login-panel .login-input {
	border:1px solid #C94709;
	background:#FAFAFA;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width:80px;
	height:16px;
}

#login-panel input.error_form {
	border:1px solid red;
	background:#FFE5E5;
}

#movies {
	margin:0 15px;
	padding:25px 0 0 0;
}

#movies .column {
	width:160px;
	float:left;
}

#movies .column ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#genre-sort {
	border:1px solid #cccccc;
	width:760px;
	margin:5px auto;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color:#FAFAFA;
}

#genre-sort p {
	margin:5px 15px;
}

#genre-sort h2 {
	font-size:14px;
	margin:5px 15px;
}

#genre-list {
	margin:10px auto;
	width:640px;
	display:none
}

#genre-list a {
	font-weight:normal;
}

#movie {
	padding:20px;
}

#movie #movie-box .description {
	width:520px;
	float:left;
	margin:0 15px;
	text-align:justify;
}

#movie #movie-box .description h2 {
	margin:0 0 5px 0;
}

#movie #movie-box .movie-poster {
	width:180px;
	float:left;
	margin:25px 5px 10px;
}

#movie #movie-box .movie-poster .poster {
	/*width:150px;*/
}

#movie #movie-box .movie-poster .options {
	margin:5px;
	text-align:center;
}

#movie #movie-box .movie-poster .options a {
	margin:0 15px;
}

#movie .trailer {
	margin:10px 0;
	padding:15px;
	background:#191919;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
}

#orders {
	margin:0 20px;
}

#orders .history {
	margin:15px 15px 0;
	padding:0;
	border:1px solid #cccccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#orders .basket {
	margin:0 15px;
	padding:0;
	border:1px solid #cccccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#orders .check-out {
	margin:25px 5px 5px;
	height:30px;
	text-align:right;
}

#orders .check-out a {
	color:#ffffff;
	font-weight:normal;
	line-height:16px;
}

#orders .check-out a:active{
	color: #666;
}

#orders .check-out img {
	margin:0 10px 0 0;
}

#favorites {
	margin:0 15px;
	padding:25px 0 0 0;
}

#search {
	margin:0 15px;
	padding:25px 0 25px;
}

#search .form{
	margin:0 auto;
	width:500px;
}

#last-added {
	width:760px;
	margin:0 auto;
}

#last-added ul {
	margin:0px;
	list-style-type:none;
	padding:5px 25px;
}

#last-added li {
	margin:5px 0;
}

.button{
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: baseline;
	margin: 0 ;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover{
	text-decoration: none;
}
.button:active{
	position: relative;
	top: 1px;
}

input.medium{
	font-size: 12px;
	padding: 2px 8px;
	/*float:right;*/
	color:#ffffff;
}
.medium{
	font-size: 12px;
	padding: 4px 10px;
	/*float:right;*/
	color:#ffffff;
	margin:0 4px;
}

.black{
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover{
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active{
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}


#simplemodal-container {
	background-color:#fff;
	border: 1px solid #DDDDDD;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color: #333333;
	-moz-box-shadow: 0 0 2px 2px #888;
	-webkit-box-shadow: 0 0 2px 2px #888;
	box-shadow: 0 0 2px 2px #888;
}

#simplemodal-container .ok{
	color: green;
	margin:10px;
	text-align:center;
	font-weight:bold;
}

#simplemodal-container .error{
	color: red;
	margin:10px;
	text-align:center;
	font-weight:bold;
}


#menu {
	line-height:normal;
	width:820px;
	margin:100px auto 0 auto;
}

#menu a {
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding:8px 15px;
	font-size:12px;
	line-height:16px;
	vertical-align:middle;
}

#menu ul {
	margin:0 10px;
	padding:0;
	list-style:none;
	width:800px;
}

#menu li {
	float:left;
	margin:0 2px 0 0;
	padding:0;
	background:url("../images/main/menu_n.png") repeat-x;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}

#menu img {
	margin:0 5px;
	padding:0;
	border-radius:0;
}

#menu li.current {
	background:url("../images/main/menu_c.png") repeat-x;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	font-weight:bold;
}

#menu li.normal :hover {
	background:url("../images/main/menu_h.png") repeat-x;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}

#menu li.normal :hover img {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

#menu .language {
	margin:5px 15px 0;
	float:right;
}

#menu .language a {
	display:inline;
	padding:0;
}

#menu .bottom-line {
	width:820px;
	height:5px;
	background:url('../images/main/line.png') no-repeat scroll 0 0;
	margin:0 auto;clear:both;
}

#pagination {
	text-align:center;
	margin:15px 0 0;
}

#pagination a {
	border: 1px solid #cccccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding: 2px 5px;
	margin: 0 1px;
	cursor: pointer;
	color: #EB6C07;
	background-color:#FAFAFA;
	font-weight:normal;
}

#pagination a:hover {
	color: #d54e21;
}

#pagination .current {
	background-color: #E8E8E8;
	border-color: #cccccc;
}
