/* UTILITIES */
* {
	margin: 0;
	padding: 0;
}

html {
	color: #fff;
}

body {
	font: 14px/1.5em "myriad-pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	margin: 0;
	padding: 0;
	background: #212121; /* For IE8 since it doesn't understand gradients */
	background: -webkit-linear-gradient(#212121, #292929, #212121);  /* For Safari */
	background: -o-linear-gradient(#212121, #292929, #212121);  /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#212121, #292929, #212121);  /* For Firefox 3.6 to 15 */
	background: linear-gradient(#212121, #292929, #212121); /* Standard syntax */
	background-attachment: fixed;
	color: #bbb;
	-webkit-text-size-adjust: auto;
}

html, body {
	height: 100%;
}

.float-left {
	float:left
}

.float-right {
	float:right
}

img, a, a img {
	border: none;
	outline: none
}

table {
	margin: 0 auto;
}

ul {
	list-style: none;
}

hr {
	width: 100%;
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #000;
	border-left: 0;
	border-right: 0;
	margin: 40px 0;
}

b {
	font-weight: 400;
}
.hidden {
    display: none;
}

.clear {
	display: block;
	float: none;
	clear:both;
	height: 0
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}

h1, h2, h3, h4, h5 {
	color: white;
	font-weight: normal;
	margin: 0
}

h1 {
	font-size: 20px;
	padding-bottom: 20px;
	font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 200;
}

h1.browse-breadcrumb {
	line-height: 21px;
}

h1.browse-breadcrumb a {
	font: inherit;
	color: inherit;
	text-decoration: none;
}

h1.browse-breadcrumb a:hover {
	text-decoration: underline;
}

h1.browse-top-new {
	line-height: 21px;
	color: white;
}

h1.browse-top-new a {
	font: inherit;
	color: #1a8abf;
	text-decoration: none;
}

h1.browse-top-new a:hover {
	color: white;
	text-decoration: underline;
}

h2 {
	margin-top: 36px;
	font-size: 18px;
	color: orange;
}
/* PARAGRAPH */
p {
	margin-bottom: 8px;
}

a.genres {
	color: orange;
	font-size: 12px;
	line-height: 16px;
}

p.genres a {
	color: inherit;
	text-decoration: none;
}

p.genres a:hover {
	text-decoration: underline;
}

p.review span.quote {
	color: white;
}

p.review span.quote-source {
	white-space: nowrap;
}


span.em {
	color: #3875D7;
}

/* COLORS */
.white {
	color: #EEE;
}

.blue {
	color: #00b0ea;
}

.orange {
	color: #ffae55;
	text-decoration: none;
}

/* BODY */
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -46px;
}

div.content-wrapper {
	margin: 0 auto 30px;
	width: 960px;
	min-width: 960px;
	padding-top:120px;
}

/* HEADER */
#header {
	background-color: #121212;
	background-color: rgba(18, 18, 18, 0.90);
	min-height: 70px;
	width: 100%;
	border-bottom: 1px solid #000;
	margin: 0 0 30px;
	position: fixed;
	z-index: 400;
}

#header #nav {
    /*background-color: #121212;*/
    /*background-color: rgba(18, 18, 18, 0.90);*/
	width: 960px;
	height: 71px;
	margin: 0 auto;
	line-height: 70px;
	position: relative;
}

#header #nav a.logo {
	float: left;
	width: 187px;
	height: 62px;
	margin: 0 -15px 0 0;
	text-decoration: none!important;
}

#header #nav a.logo img {
	width: 187px;
	height: auto
}

#header #nav ul {
	float: left;
	height: 35px;
	padding: 0;
	margin: 17px;
}

#header #nav ul.navLeft {
	float: left;
	margin-left: 20px;
}

#header #nav ul.navRight {
	float: right;
	margin: 17px -14px 17px 0!important;
}

#header #nav ul li {
	float: left;
	height: 35px;
	list-style-type: none;
	font-size: 16px;
	font-weight: 200;
	color: #bbb;
	transition: color 0.15s ease-in-out;
	-webkit-transition: color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out;
	text-decoration: none;
	cursor: pointer;
	line-height: 35px;
	white-space: nowrap
}

#header #nav ul.navLeft li {
	width: 90px;
}

#header #nav ul li:hover {
	color: white;
}

#header #nav ul li span {
	padding: 14px;
	font-weight: 200;
}

#header #nav ul li span.seperator {
	padding: 0!important;
}

#header #nav ul li a {
	padding: 14px;
	font-size: 16px;
	color: #bbb;
	font-weight: 200;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	text-decoration: none;
	white-space: nowrap
}

#header #nav ul li a:hover {
	text-decoration: none;
	color: #fff;
}

#header #nav ul li.user a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	width: 130px;
	text-overflow: ellipsis;
	padding: 0 14px 0 7px!important;
	text-align: right;
}

/* DROP DOWN */
#header #nav ul li.drop {
	padding-left: 14px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid transparent;
	margin-top: -4px;
	height: 44px;
	position: relative;
	z-index: 600;
}

#header #nav ul li.drop span {
	display: block;
	padding: 0!important
}

#header #nav ul li.drop:hover {
	background: #3d3d3d;
	border-left: 4px solid #212121;
	border-right: 4px solid #212121;
	border-top: 4px solid #212121;
	height: 130px;
}

#header #nav ul li.drop ul {
	display: none;
	background: #3d3d3d;
	width: 144px;
	height: auto;
	border: 4px solid #212121;
	border-top: none;
	margin-left: -18px;
	margin-top: 19px;
	position: relative;
	z-index: 0;
}

#header #nav ul li.drop:hover ul {
	display: block;
}

#header #nav ul.navLeft li.drop li {
	width: 100%;
	height: auto;
}

#header #nav ul.navLeft li.drop li a {
	display: block;
	height: auto;
	line-height: 36px;
	padding: 0 12px;
	font-size: 14px;
	width: 84%;
	position: relative;
}

#header #nav ul.navLeft li.drop li a:hover {
	background: #1a8abf;
}

#header #nav ul.navLeft li.drop li a span.amount {
	position: absolute;
	right: 15px;
	height: 20px;
	top: 8px;
	line-height: 20px;
	font-size: 12px;
	border-radius: 6px;
	background: #333;
	background: rgba(0,0,0,0.40);
	padding: 0 4px!important;
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.09);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.09);
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.09);
	min-width: 10px;
	text-align: center;
}

#header #nav ul.navLeft li.drop li a:hover span.amount {
	background: #125d81;
	background: rgba(0,0,0,0.40);
}

#social img {
	cursor: pointer;
	height: 25px;
	width: 25px;
	margin: 10px 5px;
}

/* SEARCHBOX */
#search {
	float: left;
	height: 70px;
	background: #3d3d3d;
	border-bottom: 1px solid #181818;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#search:hover, #search:focus {
	background: #555;
}

input.searchbox {
	float: right;
	font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 200;
	height: 27px;
	line-height: 27px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-top: none;
	border-bottom: none;
	padding: 20px 10px 23px 50px;
	width: 140px;
	background: #3d3d3d;
	color: #bbb;
	outline: none;
	background: url(/img/search-icon.png) no-repeat 14px 50%;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

input.searchbox:hover, input.searchbox:focus {
	background-color: #555;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	color: #fff;
}

/* LOGIN */
table.form input, form.login input, #loginDialog input {
	font: 14px "myriad-pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 26px;
	line-height: 26px;
	border: 1px solid gray;
	padding-left: 10px;
	padding-right: 10px;
	width: 160px;
	background: transparent;
	/*color: #3875D7;*/
	color: #FCCC51;
}

#loginDialog .field {
	margin-bottom: 12px;
}

#loginDialog label {
	display: block;
	float: left;
	text-align: right;
	margin-right: 12px;
	width: 200px !important;
}

table.form td, form.login td {
	padding: 5px;
	line-height: 26px;
}

table td.content-description {
	font-size: 12px;
	line-height: 16px;
}

img.cover {
	padding: 1px;
	width: 180px;
}

/*MY TITLES & BROWSE */
div.thumbnail-container {
	color: silver;
	float: left;
	padding: 25px;
	height: 360px;
	position: relative;
	width: 180px;
}

div.thumbnail-container.various {
	color: silver;
	float: left;
	margin-bottom: 20px;
	padding: 25px;
	height: 340px;
	position: relative;
	width: 180px;
}

div.thumbnail-container.various .info {
	height: 100px;
}

div.thumbnail-container.various .thumbnail {
	position: absolute;
	bottom: 0 !important;
}

div.thumbnail-container img {
	padding: 1px;
	margin-bottom: 4px;
	width: 180px;
	background-color:#252525;
	display: block;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	color: #1a8abf;
	text-decoration: none
}

div.thumbnail-container img:hover {
	cursor: pointer;
}

div.thumbnail-container.MOVIE img, div.thumbnail-container.TELEVISION img, div.thumbnail-container.EBOOK img, div.thumbnail-container.COMIC img {
	height: 254px;
}

div.thumbnail-container.MUSIC img {
	height:180px ;
}

div.thumbnail-container.AUDIOBOOK img {
	height:149px ;
}

div.thumbnail-container p.title {
	color: #eee;
	font-size: 15px;
	line-height: 20px;
	font-weight: 200;
	width: 180px;
	text-align: left;
	margin-bottom: 0;
}

div.thumbnail-container p.genre {
	color: #bbb;
	font-size: 15px;
	font-weight: 200;
	width: 180px;
	text-align: left;
	margin-bottom: 0;
}

div.thumbnail-container p.collection {
	color: #bbb;
	width: 180px;
	text-align: center;
	margin-bottom: 0;
	font-weight: 200;
}

div.thumbnail-container p.artist {
	color:#aaa;
	font-weight: 200;
	margin-top: 0;
	width: 180px;
	text-align: left;
	font-size: 13px;
}

div.thumbnail-small-container {
	display: inline-block;
	color: silver;
	padding: 28px 28px 0px 28px;
	width: 89px;
	vertical-align: top;
	overflow: hidden;
}

div.thumbnail-small-container.MOVIE img, div.thumbnail-small-container.TELEVISION img, div.thumbnail-small-container.EBOOK img {
	height: 137px;
}

div.thumbnail-small-container.MUSIC img {
	height: 92px;
}

div.thumbnail-small-container.AUDIOBOOK img {
	height: 76px;
}

div.thumbnail-small-container img {
	padding: 1px;
	width: 90px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

div.thumbnail-small-container img:hover {
	cursor: pointer;
}

div.thumbnail-small-container .title {
	font-size: 13px;
	font-weight: 200;
	line-height: 16px;
	width: 90px;
	text-align: left;
	color: #eee;
	margin-bottom: 0;
	display: table-cell;
}

div.thumbnail-small-container .genre {
	font-size: 12px;
	line-height: 16px;
	width: 90px;
	text-align: center;
	margin-bottom: 0;
}

/* DEMO */
.thumbnail a, .thumbnail-small-container a, .thumbnail-detail {
	position: relative;
	display: inline-block;
	height: auto;
	width: 100%!important;
}

li #demo {
	position: absolute;
	background: none;
	z-index: 200;
	top: 0;
	width: 100%;
	height: auto;
	background: none!important;
}

.thumbnail-detail #demo {
	right: 0;
}

li #demo img {
	position: absolute;
	display: block;
	background: none;
	top: 0;
	right: 0;
	width: 50%;
	height: auto;
	opacity: 100!important;
}

.thumbnail #demo, .thumbnail-small-container #demo, .thumbnail-detail #demo {
	position: absolute;
	background: none;
	z-index: 200;
	top: 0;
	width: 100%;
	height: auto;
	background: none!important;
}

.thumbnail #demo img, .thumbnail-small-container #demo img, .thumbnail-detail #demo img {
	position: absolute;
	display: block;
	background: none;
	top: 0;
	right: 0;
	width: 50%;
	height: auto;
	opacity: 100!important;
}


.thumbnail-small-container #demo img {
	width: 70px;
}

div.dialog {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	padding: 20px;
	border: 1px solid #272727;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-o-border-radius: 9px;
	background: #1d1d1d;
	background-image: linear-gradient(bottom, rgb(29, 29, 29) 2%, rgb(34, 34, 34) 50%);
	background-image: -o-linear-gradient(bottom, rgb(29, 29, 29) 2%, rgb(34, 34, 34) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(29, 29, 29) 2%, rgb(34, 34, 34) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(29, 29, 29) 2%, rgb(34, 34, 34) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(29, 29, 29) 2%, rgb(34, 34, 34) 50%);

	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.02, rgb(29, 29, 29)), color-stop(0.5, rgb(34, 34, 34)));
}


/* BUTTONS */
button.large, a.large {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	background: #1a8abf;
	height:30px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	min-width: 6em;
	margin-right: 12px;
	padding: 0 6px;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

button.small {
	height: 24px;
	color: white;
	width: 5em;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	box-shadow: 0 1px 5px black;
	-webkit-box-shadow: 0 1px 5px black;
	-moz-box-shadow: 0 1px 5px black;
	-o-box-shadow: 0 1px 5px black;
	cursor: pointer;
}

button.light-blue {
	background-color: #0183bb;
}

button.light-blue:hover {
	background-color: #41addc;
}

button.blue, a.blue  {
	background: #1a8abf;
}

button.blue:hover, a.blue:hover {
	background-color: #125d81;
	color: #fff;
}

button.green {
	background-color: #009900;
}

button.green:hover {
	background-color: #00c800;
}

button.red {
	background-color: #cc0000;
}

button.red:hover {
	background-color: #e40000;
}

img.reflected {
	margin-bottom: 5px;
}

.titles-container {
	width:920px;
	margin:0 auto
}
.titles-container:after { content:"."; clear:both; visibility:hidden; display:block; height:0; position:relative; }
.jscroll-inner:after { content:"."; clear:both; visibility:hidden; display:block; height:0; position:relative; }

/* ERROR */
a.error {
	background: #3d3d3d;
	display: inline-block;
	width: 110px;
	height: 20px;
	padding: 6px;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-weight: 200;
}
a.error:hover {
	background: #292929;
}
a.error:hover span {
	color: #f35331!important;
}
a.error img {
	float: left;
}
a.error span {
	margin-top: 0px;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}

.search-kind:last-child {
	margin-bottom: 20px;
	display: inline-block;
}

div#tc {
	color: #808080!important;
	font-size: 12px;
}

div#tc a {
	color: #1a8abf;
	text-decoration: none;
}

div#tc a:hover {
	color: #125d81;
}


/* FOOTER */
#footerWrapper {
	width: 100%;
	height: 46px;
	background: #292929;
	margin-bottom: -20px;
	position: relative;
	z-index: 200;
}
div#footer {
	height: 46px;
	width: 960px;
	margin: 0 auto 0;
	color: #808080!important;
	font-size: 12px;
	font-weight:400;
	line-height: 46px;
	position:relative;
	z-index: 100;
}

div#footer a {
	color: #808080;
	text-decoration: none;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

div#footer a:hover {
	color: #1282ff;
}

div#footer span {
	color: #808080!important;
}

div#footer span.release {
	position: absolute;
	top: 0;
	left: 45%;
}

/* SEARCH */
#searchHead {
	position: relative;
	width: 100%;
	margin-top: -60px;
	margin-bottom: -70px;
	padding: 20px 0;
	background: #2d2d2d;
}

#searchHead h1 {
	margin: 0 auto;
	width: 960px;
	padding: 0!important;
}

div.clearfooter {
	height: 46px;
	clear: both;
}


/* */
.empty h1 {
	background: #1b1b1b;
	width: 430px;
	margin: 0 auto;
	padding: 30px;
	line-height: 1.8em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-box-shadow: inset 0 1px 2px #161616, 0 1px 1px #2a2929;
	-webkit-box-shadow: inset 0 1px 2px #161616, 0 1px 1px #2a2929;
	box-shadow: inset 0 1px 2px #161616, 0 1px 1px #2a2929;
	color: #bbb;
}
.empty h1 a {
	color: #1a8abf;
	text-decoration: none;
	transition: color 0.15s ease-in-out;
	-webkit-transition: color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out;
}

.empty h1 a:hover {
	color: #125d81;
}

/* DETECT */
#detect {
	background: #1a8abf;
	padding: 16px 0;
	position: fixed;
	z-index: 400;
	width: 100%;
	bottom: 0;
}

#detectMini {
	background: #1a8abf;
	padding: 16px 0;
	position: fixed;
	z-index: 400;
	width: 100%;
	bottom: 0;
}

#detectMini h2 {
	font-size: 18px;
	margin-bottom: 0px;
}

#detectMini .detect-content .detect-info {
	width: 700px;
}

#detectMini .detect-content .detect-upgrade .browser-icon {
	width: 40px;
	float: left;
	margin-right: 10px;
}

#detectMini .detect-content .detect-upgrade img {
	width: 40px;
}

#detectMini .detect-content .detect-upgrade .browser-upgrade {
	margin-top: 10px!important;
	float: left;
}

#detectMini .detect-content .detect-upgrade .upgrade {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.detect-content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.detect-content .detect-info {
	float: left;
	width: 465px;
	margin-right: 30px;
}

.detect-content h2 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	margin-bottom: 6px;
	font-weight: 200;
}

.detect-content p {
	color: #ddd;
	font-size: 14px;
	font-weight: 200;
}

.detect-content h3 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: 200;
}

.detect-content .detect-upgrade {
	float: left;
	width: 220px;
	margin-right: 30px;
}

.detect-content .detect-upgrade a {
	display: block;
}

.detect-content .detect-upgrade img {
	float: left;
	margin-right: 10px;
}

.detect-content .detect-upgrade a {
	color: #ddd;
	text-decoration: none;
	font-weight: 200;
}
.detect-content .detect-upgrade a:hover {
	color: #fff;
}

.detect-content .detect-upgrade .browser-upgrade {
	display: block;
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	margin-top: 16px;
}

detect-content .detect-recommended {
	float: left;
}

.detect-content .detect-recommended ul {
	margin-left: -6px;
}

.detect-content .detect-recommended ul li {
	float: left;
	width: 50px;
	margin-right: 20px;
}

.detect-content .detect-recommended ul li a {
	height: 65px;
	text-decoration: none;
	display: block;
	color: transparent;
	padding-top: 6px;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

.detect-content .detect-recommended ul li a:hover {
	padding-top: 0;
	color: #fff;
}

.detect-content .detect-recommended ul li a span {
	display: block;
	text-align: center;
	margin: -18px auto;
}

.detect-content .detect-recommended ul li a img {
	display: block;
	width: 40px;
	height: auto;
	margin: 0 auto -5px;
}

.detect-close {
	background-image: url('/js/fancyBox-2.1.5/source/fancybox_sprite.png');
	position: absolute;
	top: -18px;
	right: 20px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}



/* AUTO COMPLETE */
#search {
	position: relative;
}
.autocomplete-suggestions { border: 1px solid #666; background: #555; cursor: default; overflow: auto; top: 70px; left: -74px;}
.autocomplete-suggestion { padding: 5px 5px; font-size: 1.2em; white-space: nowrap; overflow: hidden; line-height: 20px;}
.autocomplete-selected { background: #252525; color: white; }
.autocomplete-suggestions strong { font-weight: normal; color: #1a8abf; }
