/* SIDEBAR EXCLUSIVES SECTION HEADINGS */
.exclusiveheading {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 150%;
	font-weight: bold;
	color: #000;
	font-size: 12px;
}

/* SIDEBAR LINKS WRAPPER */
#sidebarwrap {
	display: block;
	width: 180px;
}

/* SIDEBAR EXCLUSIVES & WHAT'S NEW STYLE */
a.listing {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	line-height: 155%;
	margin-top: 5px;
	padding-top: 5px;
	font-weight: bold;
	color: #990000;
}

/* SIDEBAR EXCLUSIVES & WHAT'S NEW STYLE - NON A LINK */
.listing {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	line-height: 155%;
	margin-top: 5px;
	padding-top: 5px;
	font-weight: bold;
	color: #000000;
}

/* CONTAINER FOR ALL IFRAME "CONTENT" */
#container {
	clear: both;
	width: 500px;
}

/* CONTAINER FOR: .vendor, .model, .sku .picbelow */
#leftcolumn {
	display: block;
	clear: right;
	width: 300px;
	float: left;
}

#rightcolumn {
	display: block;
	width: 170px;
	float: right;
}

/* VENDOR NAME */
.vendor
{
	display:block;
	width: 300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:17px;
	color: #000;
	padding:0 0 5px 0;
}

/* MODEL NAME */
.model
{
	display:block;
	width: 300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #000;
	padding:0 0 5px 0;
}

/* MODEL SKU */
.sku
{
	display:block;
	width: 300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #990000;
	padding:0 0 0 0;
	margin: 0px;
}

/* "PICTURED BELOW" ITALIC TEXT */
.picbelow
{
	font-size: 10px;
	color: #000;
	font-style: italic;
	text-decoration: none;
	color:#000000;
}

/* VEDOR LOGO 155x65 */
.logo
{
	display:block;
/*	float: right; */
	width: 155px;
	height: 65px;
	margin: 0px;
	border: 0px;
}

/* PRODUCT IMAGE */
.product
{	
	clear: both;
	display:block;
	width: 500px;
	margin: 0px;
	
}

/* RSR EXCLUSIVE TEST - Description lead-in */
.rsrex
{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #990000;
}

/* DESCRIPTION TEXT */
.desc
{	
	clear: both;
	display:block;
	width: 475px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	color: #000000;
	padding:0 5px;
	text-align: justify;
}
