/* @override http://www.dpvintageposters.com/css/stylesheet.css */

/* @group Main Elements */
body {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #000;
}
#outer_wrapper {
	width: 930px;
	height: 100%;
	margin: 30px auto;
	text-align: center;
	background-image: url('/images/bkgd.gif');
	background-repeat: repeat-y;
}
#content {
	width: 730px;
	float: right;
	background-color: #404040;
	min-height: 700px;
}
#front_poster {
	margin: 35px auto;
}
iframe {
	background-color: #000;
}
.clear {
	clear: both;
}
/* @end */

/* @group Left Hand Nav */

#left_pane {
	width: 200px;
	float: left;
	text-align: left;
	background-color: #faf38b;
	font-family: 'Trebuchet MS', Trebuchet, arial, helvetica, sans-serif;
	font-size: 11px;
}
#left_pane a {
	color: #000000;
	text-decoration: none;
}
#left_pane h1 {
	cursor: pointer;
}
#poster_show {
	margin: 30px 0px 30px 5px;
}
#recent {
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 5px;
}
.selected {
	font-weight: bold;
}
.announcements {
	font-size: 10px;
	margin-bottom: 20px;
}
.announcements div {
	margin: 6px 3px;
}
#left_pane div.announcements div a {
	text-decoration: underline;
}
/* @end */

/* @group Upper Nav */

#upper_nav {
	width: 930px;
	height: 15px;
	background-color: #000000;
	color: #faf38b;
	text-align: right;
	padding-right: 7px;
	padding-top: 10px;
	font-size: 13px;
}
#upper_nav a{
	color: #faf38b;
	text-decoration: none;
	margin-right: 17px;
}
#upper_nav a:hover {
	color: rgb(254, 200, 34);
	text-decoration: none;
}
.contact_details {
	margin: 10px;
}
/* @end */


/* @group Posters */
#category_title {
	color: #faf38b;
	font-size: 22px;
	padding: 14px 31px;
	text-align: left;
}
#menu {
	float: left;
	margin-bottom: 4px;
	display: inline;
}
#page_numbers {
	float: right;
	display: inline;
	margin-right: 55px;
	margin-top: 10px;
}
#page_numbers_btm {
	float: right;
	display: inline;
	margin-right: 2px;
	margin-top: 10px;
}
#page_numbers a {
	margin-right: 5px;
	color: #faf38b;
}
#page_numbers a.selected {
	margin-right: 5px;
	color: #faf38b;
}
#poster_thumbnails {
	padding: 0px 28px 30px 28px;
}
.poster_thumbnail {
	height: 150px;
	width: 150px;
	float: left;
	background-color: #4b4b4b;
	margin: 2px;
	line-height: 150px;
}
.poster_thumbnail img {
	vertical-align: middle;
}

/* @end */

/* @group Pages */
#content a {
	color: #fec822;
}
#content p {
	padding: 8px 0px;
}
#text_content {
	color: #fffddd;
	text-align: left;
	padding: 7px 30px 30px 30px;
	line-height: 18px;
}
#long_title {
	font-size: 22px;
}
/* @end */



/* @group Poster Details */
body.detail {
	margin: 0;
	padding: 0;
}
#details_window.horizontal #title_text {
	color: white;
	border: 0;
	text-align: center;
	font-size: 22px;
}
#poster_details_title {
	margin: 5px auto 0px auto;
	padding-right: 2px;
	width: 900px;
	color: #000;
	background-image: url('/images/detail_title_bkgd.gif');
	font-size: 14px;
	text-align: left;
}
#title_text {
	font-size: 14px;
	border-top: 1px solid #fffddd;
	padding: 3px;
	margin-top: 3px;
}

#details_window {
	width: 900px;
	xheight: 740px;
	border: 1px #000000 solid;
	margin: 0 auto;
	xbackground-color: #000;
}
#poster_image {
	float: left;
	display: inline;
	margin: 10px 0 10px 10px;
}
#poster_details.vertical {
	width: 346px;
	min-height: 470px;
	float: right;
	display: inline;
	margin: 10px 10px 10px 0px;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
}
#poster_details.horizontal {
	width: 700px;
	min-height: 300px;
	float: left;
	display: inline;
	margin: 0px 0px 20px 20px;
	background-color: #ffffff;
	color: #000000;
}
#poster_details_text {
	text-align: left;
	padding: 3px;
	margin-top: 3px;
	border-top: 1px solid #fffddd;
	border-bottom: 1px solid #fffddd;
	color: #000000;
}
#poster_details.horizontal #poster_details_text {
	float: left;
	width: 270px;
	border: 0;
}
#room_view {
	width: 326px;
	margin: 20px 0px 0 20px;
	background-repeat: no-repeat;
	background-position: 150px 0;
	display: none;	
}
#room_view img {
	behavior: url(/css/iepngfix.htc);	
	width: 250px;
}
#poster_details.horizontal #room_view {
	float: right;
	text-align: right;
	background-position: right 0;
}
#room_view_poster {
	float: right;
	text-align: right;
	padding-right: 5px;
}
#room_view_poster img {
	float: right;
	margin: 5px;
}
#poster_details.horizontal #actions {
	float: left;
	width: 250px;
	border: 0;
	margin-top: 20px;
	text-align: left;
}
#actions {
	border-top: 1px solid #fffddd;
	padding: 5px 3px 5px 3px;
	text-align: center;
	display: none;
}
#poster_details a {
	color: #000000;
}
#printable_contacts {
	display: block;
	margin-top: 20px;
}
/* @end */

/* @group Cart and Checkout */
#content table {
	width: 730px;
	padding: 30px 30px 30px 30px;
	background-color: #404040;
	color: #fffddd;
	text-align: left;
	line-height: 18px;
}
#column_headers {
	font-weight: normal;
}
#column_headers td {
	color: #fffddd;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}
#cart .item_row {
	height: 24px;
}
#cart .item_row td {
	border-color: #fffddd;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	vertical-align: middle;
}
.subheader {
	font-weight: bold;
}
#error {
	padding: 20px 30px 20px 30px;
	color: #db1900;
	line-height: 18px;
	text-align: left;
}
#cart_buttons {
	padding-bottom: 21px;
}
/* @end */

/* @group Show */
#show_description {
	padding: 14px 31px;
	text-align: left;
	color: rgb(255, 253, 221);
}


/* @end */