﻿.dottedline
{
	background: url(../../system/images/dotted_line.gif);
	background-repeat: repeat-x;
	clear: both;
	font-size: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	width: 839px; 
}
.borderbar
{
	background: url(../../system/images/dotted_line.gif);
	background-repeat: repeat-x;
	clear: both;
	font-size: 1px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 839px; 
}

.dottedvertline
{
	/*background: url(../../system/images/dotted_line.gif);
	background-repeat: repeat-y;
	clear: both;
	margin: 0px;
	padding: 0px;*/
}

.arrow
{
	background-image: url(../../system/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	padding-bottom:0px;
	padding-top:0px;
}

.roundCorners
{
	background: #f6f4e7;
}
.roundCorners .corner_tl
{
	background: url(../../system/images/ctl.gif) no-repeat left top;
}
.roundCorners .corner_tr
{
	background: url(../../system/images/ctr.gif) no-repeat right top;
	width: 100%;
}
.roundCorners .corner_bl
{
	background: url(../../system/images/cbl.gif) no-repeat left bottom;
}
.roundCorners .corner_br
{
	background: url(../../system/images/cbr.gif) no-repeat right bottom;
	width: 100%;
	height: 8px;
	font-size:6px;
}
.corner_tl
{
	clear: left;
}
.corner_bl
{
	clear: both;
}
.corner_l
{
	background: url(../../system/images/cl.gif) no-repeat left;
}
.corner_r
{
	background: url(../../system/images/cr.gif) no-repeat right;
}

.borderEnabled
{
	border-width:2px;
	border-color:#828282;
}

.borderDisabled
{
	border-width:2px;
    border-color:#ADADAD;
}

span.list a img {border: 0px; margin-top:6px; margin-bottom:10px; text-decoration:none; dispaly:inline-block; width:22px; height:15px;}


.carViewed
{
	background-color: #213B50;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	left: 1px;
	top: -24px;
	width: 144px;
}

