@charset "utf-8";

/* --- Core Styles --- */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #A63C00;
	margin-top: 0px;
	/*background-color: #FD6F0D; /* #1AA240 = green and #FD6F0D is default*/
	background-color: #050D2D;
	/*background-image: url(../images/main/gradient_up.png);
	background-repeat: repeat-x;*/
	background-image: url(../images/backgrounds/bokeh.blue.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
	padding: 0px;
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
}

img {
	border: none;
}

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

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color: white;
}

/* --- Removes FireFox Outline --- */
a:focus {
	outline:none;
}

h1, h2, h3, h4, h5, h6 {
	color: #A63C00;
	text-align: center;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 20px;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
	padding-right: 10px;
}

div.float-left {
	float: left;
}

div.float-right {
	float: right;
}

.round {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.round-top {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.round-right {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.round-bottom {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.round-left {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.bold {
	font-weight: bold;
}

/* --- Core Template Styles --- */

#wrapper {
	width: 902px;
	margin: 0px auto;
	padding: 0px;
	padding-top: 18px;
	text-align: left;
}

#body {
	width: 902px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#submenu {
	width: 882px; /* subtract 20 for padding */
	height: 15px; /* subtract 10 for padding */
	padding: 5px 10px 5px 10px;
	color: #A63C00;
	border: none;
	border-top: 1px #000000;
	background-image: url(../images/main/submenu.png);
	background-repeat: repeat-y;
	/*background-color: #FDB67B;*/
	font-size: 12px;
	text-align: right;
}

#content {
	float: left;
	width: 894px;
	padding-left: 4px;
	padding-right: 4px;
	color: #A63C00;
	text-align: left;
	background-image: url(../images/main/body_line.png);
	background-repeat: repeat-y;
}

#login {
	width: 884px; /* subtract 10 for padding */
	height: 54px; /* need 64px, but we have padding-top: 10px */
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	color: #A63C00;
	background-image: url(../images/main/login.jpg);
	background-repeat: no-repeat;
}

a#main_banner {
	display: block;
	width: 894px;
	height: 317px;
	margin: 0px;
	padding: 0px;
	background: url('../images/homepage/banner_2010_alt.png');
	background-repeat: no-repeat;
}

a#facebook {
	display: block;
	width: 894px;
	height: 317px;
	margin: 0px;
	padding: 0px;
	background: url('../images/homepage/banner-facebook.png');
	background-repeat: no-repeat;
}

#error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background: #fff7d7;
	padding: 10px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	width: 50%;
	margin: 0px auto;
	margin-top: 20px;
}

#error a {
	color: blue;
	text-decoration: none;
}

#error a:link {
	color: blue;
}

#error a:visited {
	color: blue;
}

#error a:hover {
	color: black;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background: #fff7d7;
	padding: 10px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	width: 50%;
	margin: 0px auto;
	margin-top: 20px;
}

.error a {
	color: blue;
	text-decoration: none;
}

.error a:link {
	color: blue;
}

.error a:visited {
	color: blue;
}

.error a:hover {
	color: black;
}

#footer {
	margin: 0px;
	background-image: url(../images/main/footer.png);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
}

.bottom_links {
	color: #FFFFFF;
}

.bottom_links a {
	color: #FFFFFF;
}

.bottom_links a:hover {
	color: #000000;
}

/* --- Navigation Menu --- */

#menu {position: relative; top: -2px; margin: 0px auto; padding: 0px; width: 902px; height: 72px;}
#menu li {background: url(/images/main/buttons.png) 0px 0px no-repeat; height: 72px; position: absolute; top: 2px; display: block; list-style: none;}
#menu a {height: 72px; display: block;}

#menu #navlogo	{width: 240px; left: 0px;}
#menu #nav1		{width: 133px; left: 240px; background-position: -241px 0px}
#menu #nav2		{width: 134px; left: 373px; background-position: -375px 0px;}
#menu #nav3		{width: 133px; left: 507px; background-position: -510px 0px;}
#menu #nav4		{width: 133px; left: 640px; background-position: -644px 0px;}
#menu #nav5		{width: 129px; left: 773px; background-position: -778px 0px;}
#menu #nav6		{width: 133px; left: 640px; background-position: -908px 0px;}
#menu #nav7		{width: 129px; left: 773px; background-position: -1042px 0px;}

#menu #navlogo a:hover {background: url(/images/main/buttons.png) 0px -73px no-repeat;}
#menu #nav1 a:hover {background: url(/images/main/buttons.png) -241px -73px no-repeat;}
#menu #nav2 a:hover {background: url(/images/main/buttons.png) -375px -73px no-repeat;}
#menu #nav3 a:hover {background: url(/images/main/buttons.png) -510px -73px no-repeat;}
#menu #nav4 a:hover {background: url(/images/main/buttons.png) -644px -73px no-repeat;}
#menu #nav5 a:hover {background: url(/images/main/buttons.png) -778px -73px no-repeat;}
#menu #nav6 a:hover {background: url(/images/main/buttons.png) -908px -73px no-repeat;}
#menu #nav7 a:hover {background: url(/images/main/buttons.png) -1042px -73px no-repeat;}

#menu .nav_link {
	display: none;
}

/* Document Styles */

div.column {
	width: 425px;
	padding: 5px;
	float: left;
}

div.document_image {
	float: left;
}

div.document_text {
	width: 275px;
	margin-left: 150px;
}

div.clear {
	clear: both;
}

/* --- Unknown (Probably Deprecated) Styles --- */

#new_bluray {
	width: 902px;
	padding: 0px;
	margin: 0px;
}

#new_bluray_logo{
	width: 46px;
}

.new_bluray_covers {
	padding: 5px;
	width: 174px;
	display: inline;
}

#new_xbox360 {
	width: 902px;
	padding: 0px;
	margin: 0px;
}

#new_xbox360_logo{
	width: 46px;
}

.new_xbox360_covers {
	padding: 5px;
	width: 174px;
	display: inline;
}

#new_ps3{
	width: 902px;
	padding: 0px;
	margin: 0px;
}

#new_ps3_logo{
	width: 46px;
}

.new_ps3_covers {
	padding: 5px;
	width: 174px;
	display: inline;
}

#new_wii {
	width: 902px;
	padding: 0px;
	margin: 0px;
}

#new_wii_logo{
	width: 46px;
}

.new_wii_covers {
	padding: 5px;
	width: 174px;
	display: inline;
}

/* --- Details Page Styles --- */

#title_cover{
	float: left;
	margin-left: 100px;
	margin-right: 50px;
}

#title_details{
	margin-left: 300px;
	margin-top: 25px;
}

#title_summary{
	clear: both;
	padding: 20px 100px 20px 100px;
}

/* --- FoxList Page Styles --- */

.sortable-list {
    /*list-style-type : none;*/
    margin : 0;
}

.sortable-list li {
    border : 1px solid #000;
    cursor : move;
    margin : 2px 0 2px 0;
    padding : 10px;
    background : #ff6600;
    border : 0;
    width : 400px;
}

.foxlist{
	padding: 5px;
	text-align: center;
}

th.foxlist {
	font-size: 15px;
	text-align: center;
	padding: 5px;
}

.foxlist_processing {
	background-color: #fcff00;
	padding: 5px;
}

.foxlist_shipped {
	background-color: #1ad500;
	padding: 5px;
}

div#divContainer {
	border: 0px solid #000000;
	width: 850px;
	font-size: 16px;
}

div#divContainer div {
	border: 0px solid #000000;
	margin: 5px;
	padding: 2px;
	cursor: move;
}

#test-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#test-list li {
	width: 875px;
	height: 70px;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

.foxlist-drag-placeholder {
	/* background-color: #FE6601; */
	height: 70px;
}

.stripe_even {
	background: url(/images/foxlist/item1.png) no-repeat;
}

.stripe_odd {
	background: url(/images/foxlist/item2.png) no-repeat;
}

/* --- Browse Page Styles --- */

div#browse {
	margin: 0px auto;
}

#browse_sidebar {
	width: 180px;
	height: auto;
	float: left;
}

#browse_navigation {
	width: 179px;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#browse_navigation a:hover {
	color: #333333;
}

#browse_content {
	/*
	width: 690px;
	margin-left: 190px;
	*/
	width: 894px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	clear: both;
	margin: 0px auto;
}

#browse_content div#bookshelf {
	width: 894px;
	height: 333px;
	padding: 50px 0px 0px 0px;
	background: url(/images/browse/bovokshelf.jpg) no-repeat;
}

#browse_content div#bookshelf div#bookshelf-content {
	width: 780px;
	height: 333px;
	margin: 0px 0px 0px 50px; /* 60 */
	padding: 0px 0px 0px 0px;
}

#browse_content div#bookshelf div#left-arrow {
	float: left;
	width: 50px;
	height: 50px;
	margin: 125px 0px 0px 0px;
	background: url(/images/browse/arrow-left.png) no-repeat;
}

#browse_content div#bookshelf div#right-arrow {
	float: right;
	width: 50px;
	height: 50px;
	margin: 125px 0px 0px 0px;
	background: url(/images/browse/arrow-right.png) no-repeat;
}

.new_releases_span {
	padding: 33px;
}

div.browse_cover {
	float: left;
	width: 90px;
	height: 125px;
	margin: 20px;
}

/* --- Fundraising --- */

div#fundraising div#col1 {
	float: left;
	width: 325px;
	margin: 15px 60px 15px 60px;
}

div#fundraising div#line {
	float: left;
	width: 1px;
	height: 250px;
	background: #A63C00;
}

div#fundraising div#col2 {
	float: left;
	width: 325px;
	margin: 15px 60px 15px 60px;
}

/* --- Search Page --- */

div#search_results {
	font-size: 12px;
}

span.search_results_sub {
	font-size: 9px;
}

div#movie_results {
	width: 425px;
}

div#game_results {
	width: 425px;
}

/* --- Styles to Sort --- */

.esrb {
	padding: 25px;
}

.foxlist_div {
	padding: 0px;
	margin: 0px;
}

.hide, .hidden {
	 display: none;
}

.browse_submenu {
	display: none;
	margin-left: -25px;
}

table#sign_up td {
	padding: 5px;
}

table#sign_up tr {
	padding: 10px;
}

div.three_column {
	width: 292px;
	display: block;
	float: left;
}

div.three_column h3 {
	margin-left: 25px;
	text-align: left;
}

div.sidebar {
	float: left;
	width: 200px;
	margin: 10px;
	padding: 0px 10px 10px 10px;
	background: #F5D1A5;
	border: 2px solid #000000;
}

div.sidebar h3 {
	color: #000000;
	text-align: left;
}

div.sidebar ul {
	margin: 5px;
	padding: 0px;
	list-style-type: none;
}

div#dashboard {
	float: right;
	width: 625px;
	margin: 10px 10px 0px 10px;
}

div#dashboard div.step {
	width: 625px;
	margin: 0px 0px 10px 0px;
}

div#dashboard div.step div.number {
	float: left;
	display: block;
	width: 50px;
	height: 70px;
	margin: 0px;
	padding: 15px 25px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 72px;
	text-align: center;
	border: 2px solid #000000;
	border-right: 1px solid #000000;
}

div#dashboard div.step.completed div.number {
	background: #43CD80;
}

div#dashboard div.step.current div.number {
	background: #EEE9BF;
}

div#dashboard div.step.disabled div.number {
	background: #CD0000;
}

div#dashboard div.step div.information {
	float: left;
	display: block;
	width: 495px;
	height: 90px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	background: #F5D1A5;
	border: 2px solid #000000;
	border-left: 1px solid #000000;
}

div#dashboard div.step div.information div.description {
	float: left;
	width: 150px;
	height: 75px;
}

div#dashboard div.step div.information div.description span.title {
	color: #000000;
	font-weight: bold;
}

div#dashboard div.step div.information div div#code {
	color: #000000;
	text-align: center;
	font-family: Courier, monospace;
	font-size: 30px;
	font-weight: bold;
}

div.avatar { /*div#dashboard div.step div.information */
	float: left;
	width: 75px;
	height: 75px;
	margin: 3px 0px 0px 10px;
	background: #000;
}

div.message { /*div#dashboard div.step div.information */
	float: left;
	width: 250px;
	height: 75px;
	margin: 3px 0px 0px 10px;
	background: #FFFFFF;
}

#tabs {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#tabs li {
	width: 160px;
	padding: 10px 20px 10px 20px;
	float: left;
	background: url(/images/tabright.gif) top right no-repeat;
	margin: 0;
	background-color: #FDB67B;
}

#tabs a {
	display: block;
	background: url(images/tableft.gif) top left no-repeat;
	text-decoration: none;
	padding: 0.6em 1em 0.25em;
}

#tabs .selected {
	font-weight: bold;
	background-image: url(/images/tabrightactive.gif);
}

#tabs .selected a {
	background-image: url(/images/tableftactive.gif);
	color: #AAAAAA;
}

#browse_submenu {
	width: 889px;
	overflow:hidden;
	clear: both;
	background-color: #FDB67B;
}

#browse_submenu ul {
	overflow:hidden;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#revert {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	overflow: visible;
	float: none;
	display: inline;
	margin: auto;
}

#browse_submenu li {
	float: left;
	margin: 0px;
	padding: 5px;
	/*display: block;*/
	text-decoration: none;
}

#browse_submenu .default {
	list-style-type: disc;
	float: none;
}

#genre .menu {
	position:absolute;
	width:150px;
	/*margin-left:-50px;*/
	padding:0px;
	background:#FDB67B;
}

#genre .item{
	display:none;
	float: none;
	width: 150px;
}

#genre:hover .item{
	display:block;
}
/*
#genre:hover .item a{
	color:#000;
	text-decoration:none;
}

#genre:hover .item a:hover{
	color:#FFF;
}
*/
#genre {
	float: none;
	/*position:absolute;*/
}
/*
#genre dl {
	margin-left: 230px;
}

#genre dt {
}

#genre dd {
	width:150px;
	float:left;
}*/

#genre dd {
	margin-left:.5px;
}
/*
#genre {
	position:absolute;
}

#genre ul .item{
	display:none;
}

#genre ul:hover .item{
	margin:1px;
	padding:1px;
	display:block;
}

#genre ul:hover .item a{
	color:#000;
	text-decoration:none;
}

#genre ul:hover .item a:hover{
	color:#FFF;
}

#genre ul{
	width:100px;
	margin:0px;
	padding:2px;
	background:#FDB67B;
	list-style:none;
}*/

div.register_review {
	width: 275px;
	height: 175px;
	float: left;
	text-align: center;
	margin: 10px;
	border-style: dashed;
	border-width: 1px;
	border-color: #A63C00;
}

div#browse ul li ul {display: none;}
div#browse ul li a:hover ul {display: block;}

.contact {
	width: 340px;
	height: auto;
	margin: 0px 25px 10px 25px;
	/*
	border-width: 1px;
	border-style: dashed;
	*/
	float: left;
}

table#serials {
	width: 800px;
	margin: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}

table#serials th {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 10px 8px;
	background: #666699;
}

table#serials td {
	color: #000000;
	background: #EAEAFE;
	padding: 8px;
}

table#serials .odd{
	background: #D5D5FE;
}

td.table-header {
	text-align: left;
	font-weight: bold;
}

/* Sidebar */

/* required to avoid jumping */
#sidebar_wrapper {
	position: relative;
}

#sidebar {
	width: 210px;
	margin: 15px;
	padding: 10px;
	background: blue;
	position: absolute;
	top: 0px;
}

#sidebar.fixed {
	position: fixed;
	top: 0px;
}