#productInfo {
	float: right;
	width: 375px;
	text-align: right;
}

#pageHead {
	margin-bottom: 10px;
}

.productHead {
	
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #635546;
}

#player {
	width: 640px;
	height: 410px;
	text-align:left;
	float: left;
}


.profile {
	width: 310px;
	height: 290px;
	background: url(/images/bg_boxes.jpg) bottom  right no-repeat;
	float: right;
	text-align:left;
	margin-left: 10px;
	border: solid 1px #bbb5af;
	vertical-align: top;
	padding-top: 10px;
}

.dealersBox {
	width: 310px;
	height: 200px;
	background: url(/images/bg_boxes.jpg) bottom  right no-repeat;
	float: right;
	text-align:left;
	margin-left: 10px;
	border: solid 1px #bbb5af;
	vertical-align: top;
	padding-top: 10px;
}

.videosbox {
	width: 310px;
	height: 280px;
	float: right;
	text-align:left;
	margin-left: 10px;
	vertical-align: top;
	padding-top: 10px;
}

.userInfo{
	padding: 10px;
}

.profileBox{
	margin-top: -1px; 
	background: url(../images/bg_boxes.jpg) bottom  left no-repeat;
	width: 310px;
}

.dealerBox{
	margin-top: -1px; 
	border-top: solid 1px #bbb5af;
	width: 310px;
}

.linkBox {
	padding: 10px 10px 0px 10px;
	width: 310px;
}
.banner {
	text-align: center;
	margin-bottom: 20px;
}


/* FORMS ------------------------ */

input.linkInput {
	width: 250px;
}

/* LINKS ------------------------ */
a.prodLink:link,
a.prodLink:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #f04e23;
}
a.prodLink:hover {
	color: #146ab4;
}




