﻿#RightDealerLogin
{
	position: relative; 
	left: 5px; 
	top:0px;
	height:95px;
	width:132px;
}
#RightTopSpacer
{
	position: relative; 
	left: 5px; 
	height:95px;
	width:132px;
}
#RightSearch
{
	position: relative; 
	left: 5px; 
	height:75px;
	width:132px;
}
#RightCart
{
	position: relative; 
	left: 5px; 
	height:auto;
	width:132px;
}




.SideBoxHeader
{
	position:relative;
	/*background-image: url(/images/img_side_box_header.png);*/
	background-repeat: no-repeat;
	height:3px;
	width:132px;
	top: 0px;
}
.SideBoxFooter
{
	position:relative;
	background-image: url(/images/img_side_box_footer.png);
	background-repeat: no-repeat;
	height:5px;
	width:132px;
}
.SideBoxContent
{
	position:relative;
	background-image: url(/images/img_side_box_spacer.png);
	background-repeat: repeat-y;
	top: 0px;
	width:132px;
	margin:0px;
	
}
.SideBoxInnerContent
{
	position:relative;
	background-image: url(/images/img_side_box_bg.png);
	background-repeat: repeat-X;
	width:120px;	
	left:6px;
	height:auto;
	background-color:#efc358;
	margin:0px;
}
.SideBoxInnerContentText
{
	position:relative;
	left:5px;
	height:auto;
	width:110px;
	margin:0px;
}
.SideSpacer
{
	height:5px; 
	width:10px;
}
