/*
	## STYLING INSTRUCTIONS & NOTES ##
	- Last Updated: 11/4/2010
	- eBay uses embedded iframes to display listings, containing multiple HTML/HEAD/BODY tags - consider clean work-arounds when developing for IE
	- eBay in IE take width scales literally - caution when appropriating elements with set widths that include padding and/or borders
	- Recommended that major component elements set width in pixels, only consider "100%" width on minority child elements
	- eBay in IE will only allow 1 of each float direction per element - build a container element to house multiple floating children instead of using 
	  multiple floats for both directions
*/


/* Body Styles */

#wrap {
	width: 970px;
	padding: 4px;
	margin: 0px auto;
	
	font: 12px Arial, sans-serif;
	color: #333;
	
	border:
		1px solid
		#ccc;
}

	#wrap #header {
		width: 970px;
		height: 130px;
		
		background:
			#fff
			url('http://www.posterjunction.com/eBay/images/template/header-bg_repeat.jpg')
			left top
			repeat-x;
	}
	
	#wrap #body {
		width: 970px;
		padding: 10px 0px;
		
		background: #222;
	}


/* Div Styles */

#wrap #header .title {
	width: 970px;
	height: 100px;
	
	background:
		url('http://www.posterjunction.com/eBay/images/template/header-title_logo.jpg')
		no-repeat;
}

.header_bookmark {
	display: block;
	float: right;
	
	width: 265px;
	height: 100px;
}

.nav {
	width: 970px;
	height: 30px;
	
	background:
		#333
		url('http://www.posterjunction.com/eBay/images/template/header-nav_bg.jpg')
		repeat-x;
}

.specials_container {
	display: block;
	
	width: 950px;
	height: 225px;
	margin: 0px 10px 10px;
	
	color: #999;
	text-align: center;
	line-height: 225px;
	
	background:
		url('http://www.posterjunction.com/eBay/images/template/body-specials_10offdiscount.jpg')
		no-repeat;
}

.columnL {
	float: left;
	
	width: 200px;
	margin-left: 10px;
}

	.panel {
		width: 200px;
		margin-bottom: 10px;
		
		background: #eee;
	}
	
		.panel_body {
			width: 190px;
			padding: 5px 5px 10px;
			
			font-size: 11px;
			text-align: center;
		}
	
	.panel_footer {
		width: 200px;
		padding-top: 5px;
		
		font-size: 10px;
		color: #aaa;
		text-align: center;
		line-height: 15px;
		
		border-top:
			1px solid
			#555;
	}
	
.columnR {
	float: right;
	
	width: 740px;
	margin-right: 10px;
	
	background: #fff;
}

	.content {
		width: 720px;
		padding: 10px 0px 40px;
		margin: 0px 10px;
		
		font-size: 12px;
	}
	
		.content_segment {
			width: 720px;
			margin-bottom: 40px;
		}
	
		.subnav {
			width: 720px;
			margin-bottom: 25px;
		}
	
		.product_prev {
			float: left;
			
			width: 245px;
			margin: 0px 10px 35px 0px;
			
			text-align: center;
		}
		
		.product_details {
			float: left;
			
			width: 465px;
			margin-bottom: 50px;
			
			font-size: 12px;
			text-align: left;
		}
		
			.frame_feature {
				width: 100%;
			}
				
				.frame_girl {
					width: 95px;
					padding: 20px 0px 85px;
					
					background:
						url('http://www.posterjunction.com/eBay/images/template/body-frame_girl.jpg')
						no-repeat;
				}
				
			.product_info_panel {
				float: right;
				width: 195px;
			}

				.product_info_search {
					border: 
						1px solid
						#999;
					border-left-color: #ccc;
					border-top-color: #ccc;
					border-bottom-width: 2px;
					background: #eee;
				}
						
					.product_info_search_body {
						width: 180px;
						margin: 5px;
						
						font-size: 11px;
						text-align: center;
					}

		.copy {
			width: 720px;
			margin: 0px 0px 35px;
			
			font-size: 12px;
			text-align: left;
		}
		
		.half_block {
			width: 345px;
			height: auto;
		}
		
		.subcontent {
			width: 100%;
			text-align: center;
		}
		
		.subtext {
			margin-top: 10px;
			
			font-size: 11px;
			text-align: left;
		}


/* Table Styles */

.search_table {
	float: right;
	width: 285px;
}

	.search_table th {
		width: 75px;
		
		text-align: left;
		vertical-align: middle;
	}
	
	.search_table td {
		text-align: left;
		vertical-align: middle;
		
		background:
			url('http://www.posterjunction.com/eBay/images/template/header-nav_search_bg.jpg')
			repeat-x;
	}
	
.panel_search_table {
	width: 180px;
	margin-top: 10px;
}

	.panel_search_table td {
		vertical-align: middle;
	}
	
		.panel_search_table td.input_bg {
			border:
				1px solid
				#999;
			border-right: 0px;
			border-bottom-color: #ccc;
			background: #fff;	
		}
	
.frame_feature_table {
	width: 100%;
	
	font: 12px Arial, sans-serif;
	color: #333;
}

	.frame_feature_table td {
		font-size: 11px;
		font-weight: normal;
		text-align: center;
		vertical-align: top;
	}
	
.product_info_table {
	float: left;
	width: 265px;
	
	font: 12px Arail, sans-serif;
	color: #333;
	text-align: left;
}

	.product_info_table th {
		width: 90px;
		
		font-weight: bold;
		text-align: left;
		vertical-align: top;
	}
	
	.prodiuct_info_table td {
		vertical-align: top;
	}
	
.frame_table {
	width: 100%;
	color: #333;
}

	.frame_table th {
		width: 300px;
		padding-top: 5px;

		text-align: left;
		vertical-align: top;
	}
	
.shipping_table {
	width: 345px;
	color: #333;
	
	border-left: 0px;
	border-top: 0px;
	border-right:
		1px solid
		#999;
	border-bottom:
		2px solid
		#999;
}

	.shipping_table th {
		padding: 3px;
		
		font-size: 11px;
		font-weight: bold;
		text-align: left;
		
		border-left:
			1px solid
			#ccc;
		border-top:
			1px solid
			#ccc;
	}
	
	.shipping_table td {
		padding: 3px;
		
		font-size: 11px;
		text-align: left;
		
		border-left:
			1px solid
			#ccc;
		border-top:
			1px solid
			#ccc;
	}
	
		.shipping_table td.subinfo {
			font-size: 11px;
			color: #666;
		}
	
.contact_table {
	width: 720px;
}

	.contact_table th {
		width: 180px;
		
		font-size: 12px;
		text-align: left;
		vertical-align: top;
	}
	
	.contact_table td {
		font-size: 12px;
		text-align: left;
		vertical-align: top;
	}


/* Form Styles */

form {
	padding: 0px;
	margin: 0px;
	
	border: 0px;
}

.nav_input, .search_input {
	width: 179px;
	padding: 2px;
	
	font: 11px Arial, sans-serif;
	color: #666;
	
	border:
		1px solid
		#ccc;
	border-top-color: #999;
	border-left-color: #999;
}

	.search_input {
		width: 155px;
		padding: 0px;
		margin-left: 2px;
		
		border: 0px;
	}
	
		.nav_input:focus, .search_input:focus {
			color: #333;	
		}


/* Image, Text, and Object Styles */

#wrap h1 {
	width: 720px;
	padding-bottom: 10px;
	margin: 0px 0px 10px;
	
	font-size: 20px;
	font-weight: normal;
	color: #00599d;
	text-align: left;
	
	border-bottom:
		1px solid
		#ccc;
}

	#wrap h1.product_title {
		text-align: center;	
	}

#wrap h2 {
	width: 100%;
	margin: 0px auto 10px;
	
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

#wrap h3 {
	width: auto;

	font-size: 14px;
	font-weight: bold;
	color: #333;
}

	#wrap h3.method_title {
		padding-bottom: 5px;
		margin: 0px;
	}

#wrap p {
	width: 100%;
	margin: 0px 0px 15px;
}

.frame_feature_table h2 {
	width: auto;
	margin: 0px auto 5px;
}

.frame_feature_table h3 {
	display: inline-block;
	
	width: auto;
	margin: 0px 0px 15px;
	
	font-size: 14px;
}

.panel_payments {
	display: block;
	margin-bottom: 10px;
}

.separator {
	width: 100%;
	height: 15px;
	margin: 10px 0px;
}

#wrap #header .title img, .specials_container img, .frame_feature_table img,
.frame_girl img, .product_prev img, .product_info_search img, .frame_table img {
	display: block;
	margin: 0px;
	
	font-size: 0px;
	
	border: 0px;
}

	.specials_container img {
		display: none;	
		visibility: hidden;
	}

	#wrap #header .title img {
		height: 100px;
	}
	
	.frame_girl img {
		width: 50px;
		height: 70px;
		margin: 0px 5px 0px 40px;
	}
	
	.product_prev img {
		width: 245px;
		margin-bottom: 10px;
		
		text-align: center;
	}


/* Link Styles */

#wrap a, #wrap a img {
	color: #00599d;
	cursor: pointer;

	-moz-outline-style: none;
	outline: none;
	
	border: 0px;
}

.top {
	display: block;
	margin: 10px auto 25px;
	
	font: 11px Arial, sans-serif;
	font-weight: bold;
	color: #666;
	text-align: center;
	text-decoration: none;
}

	.top:hover {
		color: #333;
		text-decoration: underline;
	}


/* Button Styles */

.btn-nav_home, .btn-nav_item, .btn-nav_policy, .btn-nav_contact, .btn-nav_bookmark {
	display: block;
	float: left;
	
	height: 30px;
}

	.btn-nav_home {
		width: 55px;
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-nav_home.gif');
	}

	.btn-nav_item {
		width: 115px;
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-nav_item.gif');
	}
		
	.btn-nav_policy {
		width: 65px;
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-nav_policy.gif');
	}
		
	.btn-nav_contact {
		width: 80px;
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-nav_contact.gif');
	}
	
	.btn-nav_bookmark {
		width: 115px;
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-nav_bookmark.gif');
	}
	
		.btn-nav_home:hover, .btn-nav_item:hover, .btn-nav_policy:hover, .btn-nav_contact:hover,
		.btn-nav_bookmark:hover {
			background-position: right;
		}

.btn-nav_search, .btn-panel_search {
	display: block;
	
	width: 20px;
	height: 20px;
	margin: 5px;
	
	cursor: pointer;
	
	border: 0px;
	background:
		url('http://www.posterjunction.com/eBay/images/template/btn-nav_search.gif')
		no-repeat;
}

	.btn-panel_search {
		margin: 0px;
		
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_search.gif')
			no-repeat;
	}
	
.btn-frame_moredetails, .btn-frame_seeoptions {
	display: inline-block;
	
	width: 125px;
	height: 20px;
}
	
	.btn-frame_moredetails {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-frame_moredetails.gif')
			no-repeat;
	}
	
	.btn-frame_seeoptions {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-frame_seeoptions.gif')
			no-repeat;
	}
	
		.btn-frame_moredetails:hover, .btn-frame_seeoptions:hover {
			background-position: right;
		}

.btn-view_larger, .btn-frame_moredetails {
	display: block;

	width: 150px;
	height: 25px;
	margin: 0px auto;
}

	.btn-view_larger {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-view_larger.gif')
			no-repeat;		
	}
	
	.btn-frame_moredetails {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-frame_moredetails.gif')
			no-repeat;
	}

	.btn-view_larger:hover, .btn-frame_moredetails:hover {
		background-position: right;
	}
	
.btn-checkout {
	display: block;
	
	width: 175px;
	height: 35px;
	margin: 10px auto 0px;
	
	background:
		url('http://www.posterjunction.com/eBay/images/template/btn-checkout.gif')
		no-repeat;
}

	.btn-checkout:hover {
		background-position: right;
	}
	
.btn-panel_pre1940, .btn-panel_1940, .btn-panel_1950, .btn-panel_1960, .btn-panel_1970, .btn-panel_1980, 
.btn-panel_1990, .btn-panel_2000, .btn-panel_2010, .btn-panel_art, .btn-panel_broadway, .btn-panel_commercial, 
.btn-panel_featured, .btn-panel_frames, .btn-panel_framing, .btn-panel_memorabilia, .btn-panel_original,
.btn-panel_photos, .btn-panel_policies, .btn-panel_policy_shipping, .btn-panel_policy_payment, 
.btn-panel_policy_return, .btn-panel_tv {
	display: block;
	
	width: 200px;
	height: 25px;
	
	background:
		no-repeat;
}

	.btn-panel_pre1940 {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_1940.gif');
	}
	
	.btn-panel_1940 {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_1940.gif');
	}
	
	.btn-panel_1950 {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_1950.gif');
	}

	.btn-panel_1960 {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_1960.gif');
	}
	
	.btn-panel_1970 {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_1970.gif');
	}
	
	.btn-panel_1980 {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_1980.gif');
	}
		
	.btn-panel_1990 {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_1990.gif');
	}
	
	.btn-panel_2000 {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_2000.gif');
	}
	
	.btn-panel_2010 {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_2010.gif');
	}
	
	.btn-panel_art {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_art.gif');
	}

	.btn-panel_broadway {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_broadway.gif');
	}
	
	.btn-panel_commercial {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_commercial.gif');
	}
	
	.btn-panel_featured {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_featured.gif');
	}

	.btn-panel_frames {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_frames.gif');
	}
	
	.btn-panel_framing {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_framing.gif');
	}
	
	.btn-panel_memorabilia {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_memorabilia.gif');
	}
		
	.btn-panel_original {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_original.gif');
	}
			
	.btn-panel_photos {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_photos.gif');
	}
	
	.btn-panel_policies {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_policies.gif');
	}
	
	.btn-panel_policy_shipping {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_policy_shipping.gif');
	}	

	.btn-panel_policy_payment {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_policy_payment.gif');
	}	
	
	.btn-panel_policy_return {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_policy_return.gif');
	}		
		
	.btn-panel_tv {
		background:
			url('http://www.posterjunction.com/eBay/images/template/btn-panel_tv.gif');
	}
					
		.btn-panel_pre1940:hover, .btn-panel_1940:hover, .btn-panel_1950:hover, .btn-panel_1960:hover,
		.btn-panel_1970:hover, .btn-panel_1980:hover, .btn-panel_1990:hover, .btn-panel_2000:hover,
		.btn-panel_2010:hover, .btn-panel_art:hover, .btn-panel_broadway:hover, .btn-panel_commercial:hover, 
		.btn-panel_featured:hover, .btn-panel_frames:hover, .btn-panel_framing:hover, 
		.btn-panel_memorabilia:hover, .btn-panel_original:hover, .btn-panel_photos:hover, 
		.btn-panel_policies:hover, .btn-panel_policy_shipping:hover, .btn-panel_policy_payment:hover, 
		.btn-panel_policy_return:hover, .btn-panel_tv:hover {
			background-position: bottom;
		}


/* Adjustment */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	font-size: 0px;
}

.display {
	display: block;
}

.hidden {
	display: none;
}

.no_padding {
	padding: 0px !important;	
}

.no_margin {
	margin: 0px !important;	
}

.no_border {
	border: 0px !important;
}

.highlightR, .highlightG, .highlightB, .highlightW {
	font-weight: bold;	
}

	.highlightR {
		color: #ed1a39 !important;
	}
	
	.highlightG {
		color: #360 !important;	
	}
	
	.highlightB {
		color: #069 !important;	
	}
	
	.highlightW {
		color: #fff !important;	
	}