/* =Importing rules
-------------------------------------------------------*/

@import url(/assets/shared/css/generic/reset.css);
@import url(/assets/shared/css/generic/helpers.css); /* CLEARFIX BREAKS FLEXSCROLL */

		
/* =Elements
-------------------------------------------------------*/
html,body {
	background: transparent;
	height: 100%;
	}
	html {
		width: 100%;
		}
		body {
			font-family: Helvetica, Arial, sans-serif;
			}
			a:link {
				text-decoration:none;
				font-weight: bold;
				}
			a:visited {
				text-decoration:none;
				}
			a:hover {
				text-decoration:underline;
				}
			a:active {
				text-decoration:none;
				outline:none;
				}
			h1 {
				letter-spacing: -1px;
				}

			p {
				line-height:1.1;
				padding:0 0 .8em;
				}
				
/* =Layout
-------------------------------------------------------*/				
				
	div.frame { /* Wrapper and frame */
		border: 2px solid;
		-moz-background-size:cover;
		background-size:cover;
		height: auto;
		width: auto;
		padding: 0;
		overflow: hidden;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 21px;
		background-position: top center;
		background-attachment: fixed;
		}
				
	div.content {
		width: auto;
		height: auto;
		padding: 14px;
		position: absolute;
		left: 0;
		right: 0;
		top: 20%;
		bottom: 0;
		overflow: auto;
		}
		
		body#player.index div.content {
			overflow: hidden;
			}
		
		body.noHeader div.content {
			top: 0;
			}
		
	body.trailer div.content, body.index div.trailer {
		background: url(../i/loader.gif) center no-repeat #000;
		}
		
	div.content img.contentBg {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		float: left;
		width: 100%;
		}
	
	div.watchButtons {
		position: relative;
		text-align: center;
		width: 200px;
		height: 97px;
		margin: 20% auto 0 auto;
		z-index: 799;
		}

	div.content p.watchTrailer, div.content p.watchFilm {
		display: inline-block;
		width: 90px;
		height: 80px;
		text-align: center;
		margin: 0 20px 0 0;
		float: left;
		-webkit-border-radius: 9px;
		-moz-border-radius: 9px;
		border-radius: 9px;
		opacity: 0.9;
		
		}
		
	div.content p.watchTrailer a span, div.content p.watchFilm a span {
		font-size: 108px;
		display: block;
		line-height: 58px;
		}
	
	div.content p.watchFilm {
		margin-right: 0;
		}
		
	div.content p.watchTrailer a, div.content p.watchFilm a {
		display: block;
		font-size: 11px;
		color: #fff !important;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		line-height: 40px;
		}
	
	div.content div#trailerWrapper {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		}
	
	
	div#header {
		height: 20%;
		max-height: 100px;
		z-index: 5;
		position: absolute;
		left: 2px;
		right: 2px;
		top: 2px;
		overflow: hidden;
		}
		
		body.noHeader div#header {
			display: none;
			}
		
			div#header h1 {
				padding-left: 18px;
				font-size: 75px;
				-webkit-border-top-left-radius: 11px;
				-webkit-border-top-right-radius: 11px;
				-moz-border-radius-topleft: 11px;
				-moz-border-radius-topright: 11px;
				border-top-left-radius: 11px;
				border-top-right-radius: 11px;
				}
			
			div#header img {
				height: 100%;
				}
		
	div.content.home, div.content.trailer {
		padding: 0;
		}
		
	div.content.home iframe[frameborder=0] {
		position: absolute;
		top: 90px;
		left: 2px;
		right: 2px;
		bottom: 21px;
		}
			
			div.content p {
				font-size: 13px;
				line-height: 1.4em;
				}
			
			ul, div.content ul.posts, div.content ul {
				list-style:none;
				padding: 0;
				margin: 0;
				}

			a.embed_button {
				display: block;
				position: absolute;
				top: 0;
				right: 11px;
				height: 16px;
				padding: 0 6px 2px 6px;
				-webkit-border-bottom-left-radius: 6px;
				-webkit-border-bottom-right-radius: 6px;
				-moz-border-radius-bottomleft: 6px;
				-moz-border-radius-bottomright: 6px;
				border-bottom-left-radius: 6px;
				border-bottom-right-radius: 6px;
				z-index: 898;				
				}

			a.watch_button {
				display: block;
				position: absolute;
				top: 0;
				right: 125px;
				height: 16px;
				padding: 0 6px 2px 6px;
				-webkit-border-bottom-left-radius: 6px;
				-webkit-border-bottom-right-radius: 6px;
				-moz-border-radius-bottomleft: 6px;
				-moz-border-radius-bottomright: 6px;
				border-bottom-left-radius: 6px;
				border-bottom-right-radius: 6px;
				z-index: 899;				
				}

			a.basket_button {
				display: block;
				position: absolute;
				top: 0;
				right: 120px;
				height: 16px;
				padding: 0 6px 2px 6px;
				-webkit-border-bottom-left-radius: 6px;
				-webkit-border-bottom-right-radius: 6px;
				-moz-border-radius-bottomleft: 6px;
				-moz-border-radius-bottomright: 6px;
				border-bottom-left-radius: 6px;
				border-bottom-right-radius: 6px;
				z-index: 899;				
				}
				
			a.checkout_button {
				display: block;
				position: absolute;
				top: 0;
				right: 184px;
				height: 16px;
				padding: 0 6px 2px 6px;
				-webkit-border-bottom-left-radius: 6px;
				-moz-border-radius-bottomleft: 6px;
				border-bottom-left-radius: 6px;
				z-index: 899;				
				}
										
			div#nav {
				position:absolute;
				left: 0;
				bottom: 0;
				right: 0;
				width: auto;
				}

			div#nav {
				height: 21px;
				padding: 0;
				border: 0;
				margin: 0;
				background: url(../i/widget_nav_bar.png) 0 -2px repeat-x;
				-webkit-border-bottom-left-radius: 11px;
				-webkit-border-bottom-right-radius: 11px;
				-moz-border-radius-bottomleft: 11px;
				-moz-border-radius-bottomright: 11px;
				border-bottom-left-radius: 11px;
				border-bottom-right-radius: 11px;
				}

				div#nav ul.right {
					text-align: right;
					}

				div#nav ul.left {
					position: absolute;
					bottom: 0;
					left: 0;
					}
									
			div#nav ul li {
				display: inline-block;
				text-align: center;
				border-left: 1px solid rgba(144,144,144,0.4);
				padding: 0;
				margin: 0;
				float: left;
				}
									
				div#nav ul.left li.left {
					float: left;
					border-right: 1px solid rgba(144,144,144,0.4);
					border-left: none;
					}
				
				div#nav ul.left li:first-child {
					border-left: none;
					}
				
			div#nav ul li a {
				display: block;	
				height: 19px;
				color: #fff;
				text-transform: uppercase;
				padding: 2px 9px 0;
				font-weight: bold;
				margin: 0;
				border-left: 1px solid rgba(0,0,0,0.2);
				}
			
			div#nav ul.left li a {
				border-right: 1px solid rgba(0,0,0,0.2);
				border-left: none;
				}
				
			div#nav ul.left li.current a {
				border: none;
				}
			
			div#nav ul.left li:first-child a {
				-webkit-border-bottom-left-radius: 11px;
				-moz-border-radius-bottomleft: 11px;
				border-bottom-left-radius: 11px;
				}
			
			div#nav ul.right li:last-child a {
				-webkit-border-bottom-right-radius: 11px;
				-moz-border-radius-bottomright: 11px;
				border-bottom-right-radius: 11px;
				}
					

		
	div#share_box {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: auto;
		background-color: #fff;
		background-color: rgba(255,255,255,0.9);
		padding: 20px;
		z-index: 899;
		border: 2px #000 solid;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		}
	
	div#share_box p {
		color: #000;
		}

	div#share_box h4, div#helpWrapper h4 {
		font-size: 18px;
		color: #333;
		font-weight: bold;
		font-size: 16px;
		text-transform: uppercase;
		}
	
	div#share_box h5, div#helpWrapper h5 {
		width: 90px;
		margin-right: 8px;
		padding-top: 4px;
		display: inline-block;
		float: left;
		font-size: 16px;
		color: #999;
		font-weight: bold;
		}

	div#share_box p br {
		clear: right;
		}
		
	div#share_box a.close_button, div#helpWrapper a.close_button {
		display: block;
		background-color: #000;
		color: #fff !important;
		-webkit-border-bottom-left-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-bottomright: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		width: 90px;
		font-weight: bold;
		position: absolute;
		top: 0;
		right: 6px;
		height: 16px;
		padding: 0 6px 2px 6px;
		text-transform: uppercase;
		text-align: center;
		}
		
div#helpWrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	padding: 20px;
	z-index: 899;
	border: 2px #000 solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	}

div#subWrapper {
	position: absolute;
	padding: 5px;
	width: 405px;
	right:10px;
	bottom: 33px;
	background-color: #333;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border: 1px solid #aaa;
	border-bottom: none;
	border-right: none;
	color: #fff !important;
	z-index: 899;
	}

div#subWrapper p {
	color: #fff;
	}

div.subFooter {
	position: absolute;
	width: 21px;
	right:0;
	bottom: -11px;
	height: 11px;
	background: url(../i/subFooterBg.png) 0 0 no-repeat;
	}
	
a#subClose {
	position: absolute;
	right: 5px;
	display: block;
	width: 40px;
	text-align: right;
	}
	
form#subForm {
	}

#subForm label {
	width: 160px;
	margin: 0 5px 0 0;
	float: left;
	height: 20px;
	}
	
#subForm input[type="text"], form.subscribe input[type="text"] {
	width: 160px;
	padding: 3px 3px 4px 3px;
	margin: 0 5px 5px 0;
	border: 1px solid #BDC7D8;
	font-size: 11px;
	background: #fff;
	float: left;
	}
	
form button, a.button {
	float: left;
	margin-right: 5px;
	padding: 3px 5px;
	font-size: 11px !important;
	font-family: inherit;
	border: 1px;
	font-weight: bold;
	height: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
form button.big, a.button.big {
	padding: 9px 15px;
	font-size: 18px !important;
	font-family: inherit;
	border: 1px;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: auto;
	width: 180px;
	}
		
ul.twitter-feed {
	}
	
ul.twitter-feed li {
	width: 80%;
	display: block;
	float: left;
	padding: 6px 40px 9px 0;
	border-top: 1px #eee solid;
	font-size: 13px;
	}


ul.twitter-feed span {
	float: left;
	display: block;
	padding: 6px 0;
	width: 10%;
	font-size: 11px;
	border-top: 1px #eee solid;
	color: #ccc;
	}




ul.blockList li {
	display: block;
	width: 123px;
	float: left;
	padding: 5px;
	margin: 0 0 15px 54px;
	border-left: 1px dotted;
	}
	
	ul.blockList li a p {
		font-size: 13px;
		}

	ul.blockList li a p.last {
		font-size: 11px;
		}
				
	ul.blockList li a p {
		padding: 4px 0 0 0;
		}
	
	ul.blockList li img, ul.blockList li div.icon {
		float: left;
		margin-left: -54px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		width: 42px;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.48);
    	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.48);
    	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.48);
		}
		
		ul.blockList li div.icon {
			display: inline-block;
			text-align: center;
			font-size: 13px;
			padding: 5px 0;
			}
			
		ul.blockList li a span.watchType {
			display: inline-block;
			font-size: 9px !important;
			min-width: 35px;
			text-align: center;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			text-transform: uppercase;
			padding: 0 6px;
			margin-right: 4px;
			}

ul.blockList.big li {
	width: 155px;
	margin: 0 0 15px 134px;
	}
	
	ul.blockList.big li img, ul.blockList.big li div.icon {
		margin-left: -134px;
		width: 122px;
		}

ul.blockList li:nth-child(3n+4) {
	}



body#Watch h2 {
	display: inline-block;
	}

body#Watch div.countrySelector {
	display: inline-block;
	margin-left: 30px;
	}




/* ------------------- SHOP ----- */


body#Shop div.product-image {
	float: left;
	width: 33%;
	min-width: 210px;
	margin-right: 15px;
	}

body#Shop.details div.product-image img {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		width: 100%;
		}
	
body#Shop div.shopContent {
	float: left;
	width: 180px;
	text-align: center;
	margin: 0 10px 10px 0;	
	}

body#Shop div#product_rights, body#Shop div#product_rights form {
	width: 180px;
	}
	
body#Shop div.countrySelector {
	margin: 0 0 10px;
	padding: 0;
	}
	
body#Shop.details h2 {
	}

body#Shop.details p.price, body#Shop.details p.login {
	font-size: 12px;
	font-weight: bold;
	width: 180px;
	}
	
	body#Shop.details p.price span.price {
		font-size: 25px;
		}
		
body#Shop.details p.login {	
	padding: 9px 0;
	font-family: inherit;
	border: 1px solid #fff;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: auto;
	width: 180px;
	margin-top: 8px;
	}

body#Shop.details p.price span.rrp strong {	
	text-decoration:line-through;
	font-weight: inherit;
	}
	
body#Shop.details div.description {
	float: left;
	width:30%;
	min-width: 180px;
	}
	
/* =Basket
-------------------------------------------------------*/
div.purchases {
	margin:0 0 45px;
	max-width:600px;
	}
	.purchases table {
		margin:0 0 25px;
		width: 100%;
		}
		.purchases table thead {
			line-height:1;
			font-size:14px;
			}
			.purchases table thead tr { 
				border-bottom: 1px dotted #aaa;
				}
			.purchases table th {
				padding:14px 15px;
				}
				.purchases table th.price { 
					}
		.purchases table tr {
			border-bottom:1px dotted #aaa;
			}
			.purchases table td {
				padding:16px 0;
				text-align:center;
				border-right:1px dotted #aaa;
				}
				.purchases table tr:first-child td {
					padding-top:20px;
					}
					.purchases table .item {
						text-align:left;
						padding-right:10px;
						}
						.purchases table .item img {
							float:left;
							margin:0 18px 0 0;
							max-height: 100px;
							}
						.purchases table .item h6 {
							padding-top:10px;
							padding-bottom:3px;
							text-transform:none;
							font-size:18px;
							font-style:italic;
							line-height: 1;
							clear: left;
							}
							.purchases table .item h6 br { 
								clear: none;
								}
						.purchases table .item p {
							padding:0;
							font-size: 11px;
							line-height: 1.3;
							}
					.purchases table tr td.qty {
						font-size:20px;
						}
					.purchases table tr td.price {
						font-size:20px;
						padding-left:10px;
						}
					.purchases table tr td.remove {
						font-size:10px;
						font-weight:bold;
						font-style:italic;
						padding-left:15px;
						padding-right:20px;
						white-space:nowrap;
						text-align:right;
						}

	.purchases dl {
		float:right;
		line-height:24px;
		margin-right: 20px;
		}
		.purchases dl.total {
			margin: 9px 0 38px;
			padding: 20px 20px 22px 0;
			border-top:1px dotted #999;
			border-bottom:1px dotted #999;
			clear: both;
			}
			.purchases dl dt {
				float:left;
				clear:left;
				width:100px;
				text-align:right;
				font-size:16px;
				font-weight:bold;
				}
				.purchases dl.total dt {
					font-size:22px;
					}
			.purchases dl dd {
				margin:0 0 0 150px;
				font-size:20px;
				text-align:right;
				}
				.purchases dl.total dd {
					font-size:25px;
					}
	
	.purchases div.delivery,
	.purchases div.discount { 
		margin: 14px 0 0;
		padding: 12px 0 0;
		clear: both;
		}
		
		.purchases div.discount {
			max-width: 142px;
			float: left;
			margin: 0;
			padding: 0;
			}
		.purchases div.delivery label { 
			padding-right: 5px;
			}
		.purchases div.delivery select { 
			width: 160px;
			}
		.purchases div.discount button { 
			clear: none;
			padding: 3px 9px 0.5em 8px;
			width: 142px;
			height: 20px;
			border: 0;
			}
			.purchases div.discount p { 
				line-height: 1.2;
				}	
			.purchases div.discount label,
			.purchases div.discount input {
				display:inline-block;
				}
				.purchases div.discount input {
					width: 142px;
					margin-bottom: 4px;
					} 

	ul.links {
		float:right;
		clear:both;
		padding:0;
		list-style:none;
		list-style: none;
		}
		ul.links li {
			float:left;
			margin:0 0 0 28px;
			font-size:14px;
			font-weight:bold;
			}
			.sidebar ul.links li {
				margin:0;
				}
			ul.links li.continue, ul.links li.checkout { 
				padding-top: 4px;
				}
				ul.links li.continue a, ul.links li.checkout a {
					font-weight: bold;
					font-size: 20px;
					height: 32px;
					display: block;
					padding: 0 6px 0 6px;
					}
					.sidebar ul.links li.continue a, .sidebar ul.links li.checkout a  {
						line-height:24px;
						font-size:13px;
						font-weight:normal;
						}

body#Shop.checkout p {
	line-height: 1em;
	}
		

/*-------------------------------------------------------
	Forms
-------------------------------------------------------*/

form input {
	margin:0 0 5px;
	padding:1px 2px;
	border:2px solid;
	}
	form input:focus,
	form textarea:focus {
		outline:none;
		}


/* =Checkout form
-------------------------------------------------------*/

form.checkout legend {
		margin:0 0 20px;
		font-size:13px;
		font-weight:bold;
		}

	form.checkout label {
		display:block;
		font-size: 13px;
		}

		form.checkout label[for=different_postal_address] {
			display:inline-block;
			}
			
		form.checkout label.error {
			color:#f00;
			}
			
	form.checkout select,
	form.checkout input[type=text] {
		display:block;
		width:90%;
		margin:0 0 16px;
		padding:4px;
		border:none;
		font-size:16px;
		}
		
		body#Courses.details input {
			width:292px;
			margin-top:6px;
			}
		body#Courses.details textarea {
			width:90%;
			height:102px;
			}
		form.checkout select {
			background:#fff;
			}


	


.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 11px;
background-color: transparent;
}
.vscrollerbar {
width: 6px;
background-color: #999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.hscrollerbase {
height: 11px;
background-color: transparent;
}
.hscrollerbar {
height: 8px;
background-color: #999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}