body {
	background: #fff;
	font-family:  Tahoma, Helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.5em; /* 20px = 16 * 1.25 */
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	background:#fff;
	width:980px;
}
a {
	color:#2649bd;
	text-decoration:none;
}

a:hover, a:focus {
	text-decoration:underline;
}
#menu a:hover, #menu a:focus {
	text-decoration:none;
}
#wrap {
/*	width:980px;*/
	width:100%;
	margin:0 auto;
}
#header {
	clear:both;
	float:left;
	width:100%;
}
#header span { float:right; min-height:25px;}
#header span a {padding-left:10px;}
#footer {
	clear:both;
	float:left;
	width:100%;
/*	border-top:1px solid #000;*/
}

/* column container */
.container {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
}
/* common column settings */
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 3 Column settings */
.col1 {
	width:149px;
	padding-right:10px;
}
.col2 {
	width:821px;
}

#logo {
	background:#fff;
	position:relative;
}
#logo * {
	margin:0;
	padding:0;
}
header h1 a {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	
	text-indent:-10000px;
	background:transparent url("../img/bluray_logo.png") no-repeat center center;
	width:160px;
	height:43px;
}
#logo h2 {
	position:absolute;
	color:#999;
	font-weight:normal;
	font-size:12px;
	position:absolute;
	bottom:0px;
}

/* breadcrumbs */
ul#breadcrumbs {
	padding:0;
	margin:0;
}
ul#breadcrumbs:after {
	padding-bottom:10px;
}
ul#breadcrumbs li {
	list-style:none;
	float:left;
	padding-right:0px;
	padding-left:10px;
}
ul#breadcrumbs li:after {
	padding-left:10px;
	content:url("../img/crumb-arrow.gif")
}
ul#breadcrumbs li#current-page:after {
	content:url("../img/crumb-arrow-current.gif");
}

#wrap {
/*	width:980px;*/
	width:100%;
	background:#fff;
}
#content {
	background-color:#fff;
	padding:0em;
}
#content .col {
	float:left;
}
#content #main {
/*	width:665px;*/
	width:550px;
	margin:0;
}
#content #context {
	width:250px;
	margin-left:15px;
}
#content .box {
	padding:1em;
	margin:0 0 1em 0;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
.box.message {
	background-color:#ffc;
	padding:20px !important;
}
.box.action {
	/*background-color:#cef3ff;*/
}
.box.offer {
	/*background-color:#d6ffce;*/
}
.box.error {
	background-color:#ffbdbd;
	padding:20px !important;
}


fieldset {
	border:1px solid #999;
	
}

form p.row:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

form p {
	margin:0.8em 0;
}

p.nolabel {
	padding-left:98px;
}

#context p.nolabel {
	padding-left:48px;
}

#context fieldset {
	margin-top:10px;
	border:1px solid #ccc;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

#context legend {
	font-weight:bold;
}

form p.row label, div.label {
	float:left;
/*	width:90px;*/
	text-align:right;
	padding:4px;
	font-weight:bold;
}

form.reg-form label, div.label {
	width:90px;
}

form p.row em, 
form p.nolabel em {
	display:block;
}

form p.row sup {
	color:#f00;
	font-size:14px;
}

.box a.help {
	position:absolute;
	right:15px;
	top:15px;
	font-size: 0.8em;
}

.anchor-nav, .anchor-nav li {
	margin:0;
	padding:0;
	list-style:none;
}

.anchor-nav {
	margin-bottom:10px;
}

.anchor-nav:after {
	content:".";
	display:block;
	height:0;
	clear:both; 
	visibility:hidden;
}

.anchor-nav li {
	float:left;
	padding:4px 8px;
}

.anchor-nav li:first-child {
	padding-left:0px;
}

#verification-form {
	display:none;
}

#featured_front {
	overflow:auto;
	width:530px;
	padding:10px;
	background: #eefcff;
	border:1px solid #9bc4ce;
		background: -webkit-gradient(linear, left top, left bottom, from(#eefcff), to(#d7edf3));
		background: -moz-linear-gradient(top,  #eefcff,  #d7edf3);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eefcff', endColorstr='#d7edf3');
}

#featured_front h3 {
	margin:0px 0px 0px 0px !important;
	padding:0;
}


#featured_front img {
	background-color:#fff;
	border:1px solid #9bc4ce; 
	padding:4px; float:left; margin:0 20px 10px 0;
}

#featured_front fieldset {
		border:1px solid #9bc4ce; 
}

#featured_front legend {
	font-weight:bold;
}

#featured_front label {
	display:none;
}

#featured_front [type=text] {
	font-size:13px;
	padding:5px;
	border:1px solid #9bc4ce; 
	width:180px;
	color:#ccc;
}

#featured_front [type=text]:focus {
	color:#333;
}
 
#disclaimer {
	text-align:center;
	font-size:0.8em;
}

ul.links, ul.links li, ul.prices {
	margin:0;
	padding:0;
	list-style:none;
}

ul.prices {
	margin-bottom:15px;
	
}

ul.prices li strong {
	float:left;
	width:90px;
}



ul.clean, ul.clean li {
	margin:0;
	padding:0;
	list-style:none;
}

ul.clean li {
	padding:3px 0;
}

ul.links li {
	padding:3px 0 3px 12px;
	background:transparent url("../img/arrow.png") no-repeat 0 0.5em;
}

.affiliate {
	display:block;
	width:90px;
	height:35px;
}

.affiliate_0 {
	padding:3px 0 3px 24px;
	background:transparent url("/ui/img/icons/cdon.png") no-repeat 0 0.5em;
}
.affiliate_1 {
	padding:3px 0 3px 24px;
	background:transparent url("../img/ginza.png") no-repeat 0 0.5em;
}
.affiliate_2 {
	padding:3px 0 3px 24px;
	background:transparent url("/ui/img/icons/lovefilm.png") no-repeat 0 0.5em !important;
}
.affiliate_3 {
	padding:3px 0 3px 24px;
	/*background:transparent url("../img/megastore.png") no-repeat 0 0.5em;*/
}
.affiliate_4 {
	padding:3px 0 3px 24px;
	background:transparent url("../img/amazon.png") no-repeat 0 0.5em;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#context h3 {
	border-bottom:1px solid #666;
	padding:0 0 4px 0;
	margin:0;
}

h3#rss {
	padding-right:18px;
	background:transparent url("/ui/img/feed-icon-14x14.png") no-repeat 100% 3px;
}

/*#GoogleSearchForm {
	position:absolute;
	right:10px;
	top:10px;
}
*/
.meta {
	font-size:12px;
}

blockquote {
	background-color:#ffc;
	padding:20px 20px 10px 20px;
	margin:0;
}

ul#movie_list, ul#movie_list li {
	margin:0;
	padding:0;
	list-style:none;
}

ul#movie_list li {
	margin:0 15px 15px 0;
	border:1px solid #ccc;
	padding:10px;
	text-align:center;
	float:left;
	width:135px;
	height:150px;
	
}

ul#movie_list li img {
	margin:0 0 10px 0;
}
ul#movie_list li img:hover {
	/*margin:0 0 10px 0;*/
}
ul#movie_list li span {
	display:block;
	font-size:0.9em;
}
ul#movie_list li span a {
	
}
/* movie */
.box h3, .box h4 {margin-bottom:0px;}
.movie-title {
	margin-bottom:5px;
}
ul#movie-short-info {padding:0;margin:0;}
ul#movie-short-info:after {content:".";visibility:hidden;height:2px;}
ul#movie-short-info li {
	float:left;
	list-style:none;
	padding:0 10px;
	border-left:1px solid #ccc;
}
ul#movie-short-info li:first-child {
	border-left:0;
	padding-left:0;
}
.movie-image {
/*	float:left;*/
	padding:6px;
	border:1px solid #ccc;
	width:120px;
}

.movie-image-related {
	padding:6px;
	border:1px solid #ccc;
	width:50px;
	height:60px;
	overflow:clip;
	
}


.thumb .current {
	margin:-10px 5px -10px -5px;
}

.thumb li.current img.movie-image-related {
	width:70px;
	height:80px;
}

.movie-image-related:hover {

}

.movie-image-related.selected {
	border:1px solid #0895b8;
	padding:1px;
	width:60px;
	height:70px;
}

table.data {
	border-collapse:collapse;
	width:100%;
}

table.data th, table.data td {
	text-align:left;	
	border-bottom:1px solid #ccc;
}

table.data tr:nth-child(2n+1) td {
	background-color:#eaf6ff;
}

table.data td {
	padding:4px;
}

a img {
	border:0;
}
a.btn {
	display:block;
	padding:4px 12px;
	color:#fff;
	background-color:#33CC00;
	text-align:center;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	font-weight:bold;
}

.toplist_front {
	float:left;
	width:33%;
	margin-bottom:15px;
}

.toplist_front li {
	font-size:12px;
}

.toplist_front h4 {
	margin:0;
	padding:0;
}

.toplist_front ol {
	margin:0;
	padding-left:20px;
}

.col1 .box h3 {
	text-align:right;
}
.col1 .box ul, .col1 .box ul li{
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
	font-size:12px;
}

.anchor_meta {
	color:#999;
}

.buy_links {
	width:520px;
	border-collapse:collapse;
}

.buy_links th {
	text-align:left;
	border-bottom:1px solid #ccc;
	padding:4px;
}

.buy_links td {
	padding:4px;
	border-bottom:1px solid #ccc;
}

a.affiliate_0, a.affiliate_1, a.affiliate_2, a.affiliate_3, a.affiliate_4 {
	display:block;
	text-indent:-10000em;
	width:90px;
	height:35px;
	background-repeat:none;

}

a.affiliate_4 {
	background-image:url("/ui/img/icons/amazon.png");
}

a.affiliate_0 {
	background-image:url("/ui/img/icons/cdon.png");
}

a.affiliate_1 {
	background-image:url("/ui/img/icons/ginza.png");
}

a.affiliate_2 {
	background-image:url("/ui/img/icons/lovefilm.png");
	background-repeat:none; 
	background-position:center center;
	background-color:transparent;
}
a.best_price {
	color:#D82900;
	font-weight:bold;
}
#nyhetsbrev-info { margin-top:15px;}

.item-msg {display:none;}

.profile_photo {
/*	width:90px;*/
	width:70px;
	border:1px solid #ccc;
	padding:3px;
	margin-bottom:4px;
}

.sub-context {
	width:120px;
	float:left;
}

.sub-content {
	float:left;
}

.sub-content h3:first-child {
	margin-top:0;
}

.movie-review-profile {
	float:left;
	margin:0;
/*	width:120px;*/
	width:100px;
	padding:20px 0 0 0;
}

.movie-review-text {
	float:left;
/*	width:385px;*/
	width:370px;
}
.movie-review-text h4 { margin-bottom:0; }
#profile_url_slug {
	font-weight:bold;
}

.product_info {
	width:240px;
	float:right;
	margin-left:20px;
	padding:10px;
}

.product_info ul {
	list-style:none;
	margin:0;
	padding:0;
}

.product_info h4 {
	margin:0 0 10px 0;
}

.product_info li {
	text-align:right;
}

.product_info li strong{
	float:left;
}

.product_list {
	list-style:none;
	margin:0;
	padding:0;	
}

.product_list li {
	float:left;
	width:170px;
	text-align:center;
	padding:20px 0;
	min-height:120px;
	border:1px solid #fff;
}

.product_list li:hover {
	border:1px solid #d1ebff;
}

/* 
	prisinformation / filminformation
*/
/*#pris-info, */
#nyhetsbrev-info {
	padding:10px;
	background-color:#f9f9f9;
	margin-bottom:15px;
}
ul#footer-menu {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul li#footer-menu {
	list-style:none;
}
/*#tab-bestprice {background-color:#ffffcc;}*/
#tab-bestprice table { width:490px; }
#tab-bestprice td { border-bottom:1px dotted #ccc; padding:4px 0;}
#tab-bestprice th { text-align:left; }

#tab-movieinfo ul { padding:0;margin:0;list-style:none; }
#tab-movieinfo ul li { line-height:1.8em; }
/*#pris-info .anchor_meta {
	margin-left:5px;
}*/
.hidden {visibility:hidden;}
/* F O O T E R */
#footer { margin-left:10px; }
#footer-menu {
	float:left;
	width:100%;
	background:#fff;
	overflow:hidden;
	position:relative;
 	margin-bottom:10px;
}
#footer-menu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#footer-menu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	border-right:1px solid #ccc;
}
#footer-menu ul li:last-child { border-right:0; }
#footer-menu ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-decoration:none;
	line-height:1.3em;
}
#footer-menu ul li a:hover { text-decoration:underline; }
/* extra footer info */
#footer-info {
	width:100%;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	background-color:#f9f9f9;
	font-size:0.9em;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-top:15px;
}
#footer-info ul { margin:0;padding:0;list-style:none; }
#footer-info ul li { list-style:none;float:left;border-right:1px solid #e9e9e9;padding:4px 10px;width:325px; }
#footer-info ul li h4 { padding:0;margin:0; }
#footer-info ul li.last-footer-child { border:0; }
#footer-info ul li.first-footer-child { width:200px; }
#footer-info ul li img { float:left; }
#footer-info ul li label { display:block; }
#footer-info ul li p { margin:0; }
#footer-info ul li .affiliate_0,
#footer-info ul li .affiliate_1,
#footer-info ul li .affiliate_2,
#footer-info ul li .affiliate_3,
#footer-info ul li .affiliate_4
{
	margin:0 8px 8px 0;
	float:left;
}
#footer-info td { vertical-align:top;width:50%; }
.submit {margin-top:5px;}
#content #context { margin-left:5px; }
#content .box {padding:0 0 0 5px;}

#movie-genre {padding-right:10px;}

/* köpknapp */
.buy-button {
/*	display:block;*/
	display:inline;
	padding:4px 16px 4px 6px;
	color:#fff;
	background-color:#33CC00;
	text-align:center;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	font-weight:bold;
	width:65px;
/*	margin-left:5px;*/
	float:right;
}
.event-driven-ajax-window { position:absolute;display:none;background-color:#fff; }
.window { background-color:#fff; }
#sbi {
	width:160px;
}
#sbi[type="text"]:focus {
	color:#000;
}

ul.spots {
	margin:0;
	padding:10px 0 0 5px;
	list-style:none;
}

ul.spots li {
	float:left;
	margin:0 10px 0 0;
}

ul.spots li:last-child,
ul.spots li.last-child {
	margin-right:0;
}

ul.spots li a img {
	border:1px solid #eee;
	padding:3px;
}

ul.spots li a:hover img {
	border-color:#2649bd;
}

ul.share, ul.features {
	list-style:none;
	margin:0;
	padding:5px;
}

ul.features li {
	padding:4px 0 4px 21px;
	background-repeat:no-repeat;
	background-position:left 5px;
	margin-right:10px;	
	float:left;
	width:210px;
}



ul.share li {
	text-align:left;
	display:inline;
	font-size:.875em;
	padding:4px 0 4px 21px;
	background-repeat:no-repeat;
	background-position:left 5px;
	margin-right:10px;
}

li.rss {
	background-image:url('/ui/img/icons/social-media/feed.png');
}

li.twitter {
	background-image:url('/ui/img/icons/social-media/twitter.png');
}

li.facebook {
	background-image:url('/ui/img/icons/social-media/facebook.png');
}

li.pusha {
	background-image:url('/ui/img/icons/social-media/pusha.gif');
}

li.delicious {
	background-image:url('/ui/img/icons/social-media/delicious.png');
}

li.friendfeed {
	background-image:url('/ui/img/icons/social-media/friendfeed.png');
}

li.google {
	background-image:url('/ui/img/icons/social-media/google.ico');
}

li.check {
	background-image:url('/ui/img/icons/famfamfam/accept.png');
}

small {
	color:#666;
}

/* New Search */
#search {
	position:relative;
}

#search_options {
	position:absolute;
	left:550px;
	top:8px;
	font-size:.65em;
}

#search_form {
	
}

#search_form .textinput {
	width:200px;
}

#search_item {
	position:absolute;
	right:0px;
	top:5px;
}

.textinput.placeholder

{
	color:#A8B2AC;
	font-weight:normal;
}

.textinput:focus 
{
	color:#333;
	border-color:#b4b4b4;
}

.textinput
{
	border:1px solid #d1d1d1;
	color:#2B332E;
	font-size:1em;
	padding:0.25em;
}

.button
{
	margin-left:-1px;
	max-height:2.15em;
	padding:0.375em 8px;
}

#tag_form .textinput {
	width:315px;
}

input.button[class]
{
	width:auto;
}

input.button
{
	overflow:visible;
	width:0pt;
}

.button 
{
	background-color:#EBF2EE;
	background-image:url(../img/btn_bg.png);
	background-position:left top;
	border:1px solid #C0CCC4;
	color:#2B332E;
	cursor:pointer;
	font-size:0.905em;
	padding:.35em 8px;
}



.button:focus,
.button:hover {
	border:1px solid #95cbff;
	background-position:left -40px;
}

p.form {
}
p.message {
	font-size:.875px;
	color:#666;
}

hr {
	margin:10px 0;
	height:1px;
	border:0;
	background-color:#e3e3e3;
}

.search_result {
	list-style:none;
	margin:0;
	padding:0;
}

.search_result li {
	margin:0;
	padding:5px 0;
	border-bottom:1px solid #e3e3e3;
}

.search_result li:after, ul.features:after  {
	clear:both;
	display:block;
	content:".";
	visibility:hidden;
	height:1px;
}


.search_result li img {
	float:left;
	padding:10px;
	border:1px solid #e3e3e3;
	margin:0 10px 10px 0;
}

.search_result li h5 {
	margin:0;
	padding:0;
	font-size:1em;
}
.search_result li a.url {
	display:block;
	color:#39951c;
	margin-left:96px;
}

#no-cookie {
	margin:10px 0 10px 0;
	position:relative;
}

#no-cookie h2 {
	position:absolute;
	width:780px;
	background:transparent url('/ui/img/semi_trans.png');
	color:#fff;
	top:0px;
	left:0px;
	padding:20px;
	margin:0px;
}

#selling-it {
	position:absolute;
	width:780px;
	background:transparent url('/ui/img/semi_trans.png');
	color:#fff;
	bottom:0px;
	left:0px;
	padding:20px;
	margin:0px;
}

#no-cookie-signup {
	position:absolute;
	display:block;
	padding:8px 20px;
	text-align:center;
	background-color:#42831a;
	color:#fff;
	text-decoration:none;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	top:10px;
	right:20px;
}

#no-cookie-signup:hover {
	background-color:#4f9f1e;
}

#featured-movie {
	position:absolute;
	top:72px;
	left:12px;
	width:680px;
}


#featured-movie img {
	background:transparent url('/ui/img/semi_trans.png');
	padding:8px;
	float:left;
	margin-right:20px;
	
}

#featured-movie p {
	color:#fff;
}

#featured-movie h3 {
	color:#fff;
	margin:0;
	padding:0;
	font-weight:normal;
}

.buy-now {
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	padding:5px 0;
	
	margin-right:10px;
}

#movie-meta {
	margin-left:146px;
}

.buy-now .price {
	margin-top:4px;
	float:right;
}

.buy-now-btn {
	width:90px;
	height:26px;
	color:#fff;
	_display:block;
	display:inline-block;
	background:url('../img/buy_btn.png') top left no-repeat;
	text-decoration:none;
	text-align:center;
	padding-top:4px;
}

.buy-now-btn:hover {
	text-decoration:none;
	background-position:0px -30px;
}

.rent-now-btn {
	
}

.paginate-nr.selected {
	color:#000;
	font-weight:bold;
}

.smallestTag { font-size: xx-small; }
.smallTag { font-size: small; }
.mediumTag { font-size: medium; }
.largeTag { font-size: large; }
.largestTag { font-size: xx-large; } 

#MovieTags {
	margin-bottom:10px;
}

form.rating {
	padding:10px 0;
}

/* 
	Special Classes for JS  set on html-element
	.no_js = JavaScript is not applied
	.js_loading = JavaScript is loading 
	.js_loaded = JavaScript is loaded and ready
*/



.js_loading #rating_options {
	/*visibility:hidden;*/
}

.thumbs {
	list-style:none;
	padding:0;
	margin:0 0 0 6px;
}

.thumbs li {
	float:left;
	margin:0 15px 0 0;
	padding:0;
}

.thumbs li:last-child {
	margin-right:0px;
}

.sales .price {
	float:right;
	padding-right:10px;
}

#push_movies ul {
	margin:0;
	padding:0;
	list-style:none;
}

#push_movies ul li {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #ccc;
	
}

#push_movies ul li:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#push_movies ul li img {
	float:left;
	margin:0 5px 0 0;
	border:1px solid #ccc;
	padding:3px;
}

.push {
	background:#dfffef;
	padding:10px 20px;
}

#disqus_thread {
	margin:10px;
}

.affiliate_link {
	display:inline-block;
	padding-left:24px;
	background:no-repeat left top;
}

.aff_0 {
	background-image:url('/ui/img/icons/cdon-favicon.png');
}

.aff_5 {
	background-image:url('/ui/img/icons/discshop-favicon.png');
}

.aff_1 {
	background-image:url('/ui/img/icons/ginza-favicon.png');
}

.aff_2 {
	background-image:url('/ui/img/icons/lovefilm-favicon.png');
}

tr.rental td {
	background-color:#ffc;
}

#reminder {
	margin-top:15px !important;
}

#reminder h4 {
	margin:0;
	padding:0;
}

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	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;
}
 
.bigrounded {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */
 
/* black */
.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');
}
 
/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
 
/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
 
/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
 
/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
 
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
 
/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
 
/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
 
/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}

/* new Menu 2010-12-05 */
#menu {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius:1em;
	list-style:none;
	margin:0px;
	padding:4px;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	margin-left:160px;
}

header {
	display:block;
	position:relative;
}

#menu li {
	display:inline-block;
	margin-right:6px;
}

#menu li a {
	display:inline-block;
	padding:5px 18px;
	color:#666;
	font-size:13px;
}

#menu li a:hover {
	background: #eaeaea;
	-moz-border-radius: 1.2em;
	-webkit-border-radius: 1.2em;
	border-radius:1.2em;
}

li#menu-selected a {
	background: #c2c2c2;
	color:#fff;
	-moz-border-radius: 1.2em;
	-webkit-border-radius: 1.2em;
	border-radius:1.2em;
}

#query {
	padding:.3em .8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	border-radius:0.8em;
}

.breadcrumbs {
	margin-top:18px;
}

#first_visitor {
	width:420px;
}

#mce-EMAIL {
	padding:4px;
	border:1px solid #ccc;
	font-size:13px;
	width:240px;
}

h1.movie-title {
    line-height:1.2em;
    margin-top:0;
    padding-top:0;
}

h1.huge {
    font-size:40px; 
}

h1.small {
    font-size:16px; 
}

