@charset "utf-8";

/*
===
CSS Document for Fine Old Posters.
- Contains poster detail page styles
===
*/

.header {
	width: 702px;
	text-align: left;
	margin: 0 auto;
	padding: 14px 0 0 0;
}

.content {
	padding: 0;
}

.poster-details {
	width: 700px;
	background: #fff url('/images/global/bground-content-posters.gif') no-repeat;
	border-right: 1px solid #658cbe;
	border-bottom: 2px solid #b2bac2;
	text-align: left;
}

.poster-details .gutter {
	padding: 16px 14px 14px 14px;
}

.title,
span.artist {
	text-transform: uppercase;
}


/* Poster Detail Page Logo */

.logo {
	display: block;
	width: 300px;
	height: 45px;
}

/* 
Applies to decent browsers.
PNGs are set as backgrounds.
*/

html>body .logo {
	background: url(/images/global/logo-fineoldposters-posters.png) no-repeat;
}

/* 
Applies to IE 6 via CSS parser hack 
filter is a MS extension. It's used here to enable PNG alpha channel.
*/
* html .logo {
	position: relative;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/images/global/logo-fineoldposters-posters.png', sizingMethod='scale' );
	cursor: pointer;
}


/* Poster Image */

#poster-image {
	float: left;
	width: 302px;
	margin: 0 14px 0 0;
	padding: 0;
}

#poster-image img {
	border: 1px solid #000;
}

#poster-description {
	float: left;
	width: 356px;
}

#poster-description h1.title {
	text-transform: uppercase;
}

#poster-description p {
	margin: 0;
	padding: 0 0 4px 0;
}

#poster-description #calltoemail {
	margin: 7px 0 7px 0;
	padding: 7px 0 7px 0;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

#poster-description p.note {
	font-size: 10px;
}

#poster-description p.back-link {
	text-align: right;
}
