@import url("blue-header.css");

#header-main, #userbar, #dropdown ul { width: 980px; }

/*	====	LAYOUT		====	*/

#main {
	position: relative;
	padding: 3em 0 1.5em 0;
	height: 100%;
	width: 980px;
    margin: 0 auto;
}

#content {
	position: relative;
	float: right;
	width: 820px;
	margin-bottom: 3em;
}

#col1 {
	position: relative;
	width: 140px;
	float: left;
	margin-top: -1.7em;
	margin-bottom: 1.5em;
}

/*	====	FOOTER		====	*/

#footer_inner_wrap {
    width: 820px;
    padding: 0 0 0 160px; 
}

/*	====	TEXT		====	*/

h1 {clear: none;}

.product-posting {
	margin: 0;
	float: right;
	width: 540px;
}
.pic-col {
	width: 260px;
	margin-right: 20px;
	float: left;
	position: relative;
}
.product-posting h2, .product-posting label {
	clear: none;
	margin: 0;
}
.product-posting .orderform {
    width: 150px;
	margin: 0 0 1.5em 20px;
	float: right;
	clear: none;
	position: relative;
	display: inline;
	border: 1px solid #ddd;
	padding: 0.5em;
	background-color: #f9f9f9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.product-posting .orderform > p:last-child {
	margin-bottom: 0;
}
select {width: auto;}
.product-posting p, .product-posting ul {
	clear: none;
	margin: 0 0 1.125em 0;
}
.product-posting .product-meta {
    list-style-type: none;
    padding: 0;
}
.product-posting .product-meta a {
	font-size: 0.8em;
}

div.video {
	text-align: left;
}
