/* Copyright - PRIMAVERA Software, S.A. Todos os direitos reservados. */
/*  Designed by Paleta de Ideias */
/*  Portal Institucional - Leilo Car */

@import url(Apps.css);	/* Import CSS styles for WebGrid */

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}
p{ margin:0px; padding:0px; line-height: 15px;}
.title, h1 {font-size: 22px;color: #D71920;line-height: 26px;font-weight: bold;text-transform: uppercase;}
h2{color: #D71920;line-height: 26px;font-weight: bold;text-transform: uppercase;font-size:17px; border-bottom: solid 1px lightgrey; margin-right:10px;}
.subtitle, h3 {
	font-size: 19px;
	color: #666666;
	line-height: 21px;
}
.titleHighlight {
	font-size: 16px;
	color: #D71920;
	text-decoration: none;
	line-height: 18px;
}
.titleHighlight:link {
	font-size: 16px;
	text-decoration: none;
}
.titleHighlight:hover {
	font-size: 16px;
	text-decoration: underline;
}
.subtitleHighlight {
	text-transform: uppercase;
	color: #000000;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.labelTitle {
	font-weight: bold;
}
.textDate {
	color: #555555;
	background-image:     url(../images/date.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 11px;
}
.linkHighlight {
	FONT-SIZE: 15px;
	color: #D71920;
	TEXT-DECORATION: none;
}
.boxTrack {
	color: #D71920;
	font-size: 12px;
	display:none; /* ? */
} 
.inputColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
}
.inputColorCompl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-right: 3px;
	padding-left: 3px;
}
.inputColorDisable {
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.inputAlert {
	background-color: #CCCCCC;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px none #C51015;
}
.inputLegend {
	background-color: #FFFFFF;
	border: 0px none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.buttonColor {
	color: #FFFFFF;
	background-color: #D71920;
	height: 20px;
	border: 1px solid #D71920;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	cursor:pointer;
}
.buttonColorCompl{
	background-color: #D71920;
	color: #FFFFFF;
	height: 20px;
	border: 1px solid #D71920;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	cursor:pointer;
}
.buttonOff {
	background-image:        url(../images/bgbuttonOff.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	height: 20px;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.buttonLogin {
	BACKGROUND-COLOR: #FFFFFF;
	color: #000000;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	height: 20px;
	cursor:pointer;
}
.buttonItemOn {
	BACKGROUND-COLOR: #ADADAD;
	background-image:        url(../images/bgbuttonItem.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #666666;
	height: 20px;
	border: 1px solid #ADADAD;
	width: 94px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.buttonItemOff {
	COLOR: #FFFFFF;
	background-image:        url(../images/bgbuttonOff.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	width: 94px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.buttonFilter {
	background-image:      url(../images/buttonFilter.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #999999;
	height: 20px;
	border: 1px solid #FFFFFF;
	width: 20px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
}

body {
	/*scrollbar-track-color: #6B1112;
	scrollbar-base-color: #D71920;
	scrollbar-face-color: #D71920;
	scrollbar-arrow-color: #000;
	scrollbar-highlight-color: #EF3438;
	scrollbar-3dlight-color: #000;
	scrollbar-shadow-color: #EF3438;
	scrollbar-darkshadow-color: #000;*/
	margin-top:21px;
	margin-bottom:21px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}
li {
	list-style-type: none;
	list-style-image:url(../images/list.gif);
}
.inputRadioButton {
	text-align: left;
	border: 0px none;
}
.cheqbox {
	border: 0px solid;
}
.linkTop {
	TEXT-DECORATION: none;
	color: #000000;
}
.linkTop:hover {
	TEXT-DECORATION: underline;
}
.linkHighlight:hover {
	TEXT-DECORATION: underline;
}
.linkMenu {
	TEXT-DECORATION: none;
	color: #000;
}
.linkMenu:hover {
	color: #D71920;
	TEXT-DECORATION: none;
}
.linkText {
	font-weight: bold;
	TEXT-DECORATION: none;
	color: #D71920;
}
.linkText:hover {
	TEXT-DECORATION: underline;
}
.linkTrack {
	COLOR: #000000; 
	TEXT-DECORATION: none;
}
.linkTrack:hover {
	color: #000000;
	TEXT-DECORATION: underline;
}
.linkBaseboard {
	COLOR: #000; 
	TEXT-DECORATION: none;
	font-size:11px;
	text-transform:none;
	font-weight:normal;
}
.linkBaseboard:hover {
	TEXT-DECORATION: underline;
}
.linkBaseboard_comp {
	COLOR: #000; 
	TEXT-DECORATION: none;
}
.linkBaseboard_comp:hover {
	TEXT-DECORATION: underline;
}
.boxTop {
	COLOR: #FFFFFF;
	background-color:#D71920;
	height: 25px;
	background-image:   url(../Images/bgbody.gif);
	background-repeat: repeat;
	background-position: right top;
	width: 800px;
}
.boxID {
	height: 90px;
	background: #FFFFFF url(../Images/bgNav.gif) repeat-x left top;
}
.boxNav {
	background-color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}
.celNavLeft {
	height: 23px;
	width: 109px;
}
.celNavRight {
	height: 23px;
	width: 10px;
}
.boxHighlight01TitleColumn {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	height: 30px;
	width: 100%;
	background-color: #61696D;
	background-image: url(../Images/highlight03Title.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.boxHighlight02TitleColumn {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 100%;
	height: 30px;
	background-color: #C51015;
}
.boxHighlight03TitleColumn {
	padding: 5px;
	text-align: left;
	height: 30px;
	width: 100%;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #61696D url(../Images/highlight04Title.gif) no-repeat right top;
}
.boxHighlight04TitleColumn {
	padding: 5px;
	text-align: left;
	height: 30px;
	width: 100%;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #61696D;
	background-image: url(../Images/highlight04Title.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxHighlight05TitleColumn {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	width: 100%;
	height: 30px;
	background-color: #FEC100;
}
.boxHighlight06TitleColumn {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	background-image:            url(../images/highlight06TitleColumn.gif);
	height: 30px;
	width: 100%;
	background-repeat: no-repeat;
	color: #666699;
}
.boxHighlight07TitleColumn {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 100%;
	height: 30px;
	background-color: #C51015;
	background-image: url(../Images/highlight07Title.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxHighlight08TitleColumn {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 100%;
	height: 30px;
	background-color: #C51015;
	font-size: 13px;
	text-transform: uppercase;
}
.boxHighlight01Text {
	BACKGROUND-COLOR: #FFFFFF;
	padding: 5px;
	text-align: left;
	width: 100%;
	border: 2px solid #61696D;
}
.boxHighlight01Title {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	width: 100%;
	height: 30px;
	background-color: #FEC100;
	background-image: url(../Images/highlight02Title.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.celHighlight01BottomLeft {
	width: 10px;
	padding-right: 2px;
}
.celHighlight01BottomCenter {
	height: 10px;
	width: 100%;
}
.celHighlight01BottomRight {
	width: 70px;
	padding-left: 2px;
}
.boxHighlight02Title {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	width: 100%;
	height: 30px;
	background-color: #C51015;
	color: #FFFFFF;
}
.boxHighlight02Text {
	text-align: left;
	width: 100%;
	background-color: #C51015;
	color: #FFFFFF;
	padding: 5px;
}
.celHighlight02BottomLeft {
	width: 10px;
	height: 10px;
}
.celHighlight02BottomCenter {
	width: 100%;
}
.celHighlight02BottomRight {
	width: 10px;
}
.boxHighlight03Text {
	text-align: left;
	width: 100%;
	padding-top: 5px;
	padding-right: 5px;
}
.boxHighlight03Title {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 100%;
	height: 30px;
	background-color: #C51015;
	background-image: url(../Images/highlight07Title.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.celHighlight03BottomLeft {
	height: 10px;
	width: 10px;
	background-image:             url(../Images/sepHColorLeft.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.celHighlight03BottomCenter {
	width: 100%;
	background-image:             url(../Images/sepHColorCenter.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.celHighlight03BottomRight {
	width: 10px;
	background-image:             url(../Images/sepHColorRight.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.boxHighlight04Text {
	padding: 5px;
	text-align: left;
	width: 100%;
	background-color: #FFFFFF;
	border: 2px solid #FEC100;
}
.boxHighlight04Title {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	width: 100%;
	height: 30px;
	background-color: #FEC100;
	background-image: url(../Images/highlight04Title.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.celHighlight04BottomLeft {
	height: 10px;
	height: 10px;
}
.celHighlight04BottomCenter {
	width: 100%;
}
.celHighlight04BottomRight {
	width: 10px;
}
.boxHighlight05Title {
	padding: 5px;
	text-align: left;
	background-image:          url(../images/highlight05Title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	width: 100%;
	height: 30px;
}
.boxHighlight06Title {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 100%;
	height: 30px;
	background-color: #C51015;
	background-image: url(../Images/highlight07Title.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxHighlight07Title {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	width: 100%;
	height: 30px;
	background-color: #C51015;
	color: #FFFFFF;
	background-image: url(../Images/highlight07Title.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxHighlight07Text {
	text-align: left;
	width: 100%;
	padding: 5px;
	background-color:#F1F1F2;
}
.celHighlight07BottomLeft {
	width: 10px;
	height: 10px;
}
.celHighlight07BottomCenter {
	width: 100%;
}
.celHighlight07BottomRight {
	width: 10px;
	padding-right: 2px;
}
.boxHighlight08Title {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	width: 100%;
	height: 30px;
	background-color: #C51015;
	color: #FFFFFF;
}
.boxHighlight08Text {
	text-align: left;
	width: 100%;
	padding: 5px;
	border: 2px solid #C51015;
}
.celHighlight08BottomLeft {
	width: 10px;
	height: 10px;
}
.celHighlight08BottomCenter {
	width: 100%;
}
.celHighlight08BottomRight {
	width: 10px;
}
.celSepHColorCenter {
	background-image:             url(../Images/sepHColorCenter.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.celSepHColorLeft {
	width: 10px;
	height: 10px;
	background-image:             url(../Images/sepHColorLeft.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.celSepHColorRight {
	width: 10px;
	background-image:             url(../Images/sepHColorRight.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.celSepHColorComplCenter {
	background-image:            url(../Images/sepHColorComplCenter.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.celSepHColorComplLeft {
	background-image:            url(../Images/sepHColorComplLeft.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 10px;
	height: 30px;
}
.celSepHColorComplRight {
	background-image:            url(../Images/sepHColorComplRight.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 10px;
}
.boxHighlight02Text a{ color:#FFFFFF;}

/* ////////////// menu 01 ////////////// */

.boxMenu01CatgFirstOff, .boxMenu01CatgFirstOn, .boxMenu01CatgOff, .boxMenu01CatgOn, .boxMenu01OptionOff, .boxMenu01OptionOn, .boxMenu01SuboptionOff, .boxMenu01SuboptionOn, .boxMenu01biSuboptionOff, .boxMenu01biSuboptionOn, .boxMenu01Bottom {border-top: dashed 1px #C6C8CA; text-transform:uppercase; font-size:15px;}
.boxMenu01CatgFirstOff a, .boxMenu01CatgFirstOn a{ color:#D71920; font-size:16px; font-weight:bold;}
.boxMenu01CatgFirstOff a:hover, .boxMenu01CatgFirstOn a:hover{ color:#F3B005;}
.boxMenu01CatgFirstOff {
	width: 100%;
	height: 20px;
	padding: 5px 0 5px 0px;
	}
.boxMenu01CatgFirstOn {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
	padding-left:0;
}
.boxMenu01CatgOff {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:0;
}
.boxMenu01CatgOn {
	width: 114px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
	padding-left:0px;
}
.boxMenu01OptionOff {
	width: 100%;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	font-size:12px;
}
.boxMenu01OptionOn {
	width: 100%;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:30px;
	font-weight: bold;
	font-size:12px;
}
.boxMenu01SuboptionOff {
	width: 100%;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
}
.boxMenu01SuboptionOn {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	font-weight:bold;
}
.boxMenu01BiSubOptionOff {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
}
.boxMenu01BiSubOptionOn {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	font-weight:bold;
}
.boxMenu01Bottom {
	width: 100%;
	height: 10px;
}

/* ////////////// menu 02 ////////////// */

.boxMenu02CatgFirstOff, .boxMenu02CatgFirstOn, .boxMenu02CatgOff, .boxMenu02CatgOn, .boxMenu02OptionOff, .boxMenu02OptionOn, .boxMenu02SuboptionOff, .boxMenu02SuboptionOn, .boxMenu02biSuboptionOff, .boxMenu02biSuboptionOn, .boxMenu02Bottom {
	border-top: dashed 1px #C6C8CA;	font-weight:bold; text-transform:uppercase; font-size:14px;
}
.boxMenu02CatgFirstOff {
	width: 100%;
	height: 20px;
	padding: 5px 0 5px 10px;
	}
.boxMenu02CatgFirstOn {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
	padding-left:10;
}
.boxMenu02CatgOff {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10;
}
.boxMenu02CatgOn {
	width: 114px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
	padding-left:10px;
}
.boxMenu02OptionOff {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
}
.boxMenu01OptionOn {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	font-weight: bold;
}
.boxMenu02SuboptionOff {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
}
.boxMenu02SuboptionOn {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	font-weight:bold;
}
.boxMenu02BiSubOptionOff {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
}
.boxMenu02BiSubOptionOn {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	font-weight:bold;
}
.boxMenu02Bottom {
	width: 100%;
	height: 10px;
}

/*  /////////END MENUS//////// */
#Login{position:absolute; right:0px; top:0px; z-index:1; width:300px;}
#Login a{ color:#FFFFFF}
.boxLogin {
	BACKGROUND-color: #C51015;
	padding: 5px;
	text-align: left;
	color: #FFFFFF;
	width: 300px;
}

.div.boxLoginDiv {
	BACKGROUND-color: #FFFFF;
	text-align: left;
	width: 120px;
	Top: 0px;
	Right: 0px;
	left: 690px;
	position: relative;
}
.boxLogin a{ padding-left:15px;}
.celLoginLeft {
	width: 10px;
	background-image:url(../Images/loginLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #C51015;
}
.celLoginCenter {
	bottom: 10px;
	height: 30px;
	background:#C51015 url(../Images/loginCenter.gif) repeat-x left bottom;
}
.inputLogin {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
}
.boxListTitle {
	padding: 5px;
	text-align: left;
	background:#C1D1E0 url(../images/highlight08Title.gif) no-repeat left top;
	font-weight: bold;
	color: #336699;
	width: 408px;
	height: 30px;
	vertical-align: middle;
}
.boxListInfo {
	text-align: left;
	width: 100%;
	padding-top: 5px;
	background-color: #FFFFFF;

}
.boxListParam {
	padding: 10px 5px 5px;
	text-align: left;
	width: 100%;
}
.celListParam {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.inputParam {
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #333333;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
}
.boxListNav {
	text-align: left;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAAAAA;
	background-color: #FFFFFF;

}
.celListCatg {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #DDDDDD;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.celListCatgB {
	background-color: #DDDDDD;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.celListData {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 3px;
	padding-left: 3px;
}
.celListDataB {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 10px;
}
.celListTotal {
	background-color: #DDDDDD;
	text-align: right;
	color: #000000;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
.celListTotalB {
	background-color: #C1D1E0;
	text-align: right;
	color: #000000;
	border-top: 1px solid #85A3C2;
	border-right: 1px solid #85A3C2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7DAD8D;
}
.celListDetail {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.celListDetailB {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;

}
.celListSubData {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #F5F5F5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.celListSubDataB{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #F5F5F5;
}
.boxListOptions {
	padding: 10px 5px 5px;
	text-align: center;
	width: 100%;
	background-image:     url(../images/highlight03Text.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.celListLeft {
	width: 10px;
	background-image:             url(../Images/sepHColorLeft.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.celListCenter {
	width: 100%;
	background-image:             url(../Images/sepHColorCenter.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.celListRight {
	width: 10px;
	background-image:             url(../Images/sepHColorRight.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.boxAlertTitle {
	COLOR: #FFFFFF;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	height: 30px;
	width: 300px;
	font-size: 13px;
	text-transform: uppercase;
	background-color: #C51015;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.boxAlertText {
	text-align: left;
	width: 300px;
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 20px 5px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.boxAlertBottom {
	COLOR: #FFFFFF;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	height: 30px;
	width: 300px;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.poweredBy {
	height: 70px;
}
.boxListLinkColor {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C51015;
}
.boxListLinkColorCompl {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61696D;
}
.boxBaseboard {
	color: #000000;
	font-weight:bold;
	font-family:'Tahoma', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background: #FFFFFF url(../Images/bgNav.gif) repeat-x top left;
	height:30px;
	font-size:10px;
	margin-top:20px;
}
.boxSepTitleColor {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	width: 100%;
	height: 35px;
	background-color: #C51015;
	color: #FFFFFF;
	background-image: url(../Images/highlight07Title.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.boxSepTitleColorCompl {
	padding: 5px;
	text-align: left;
	width: 100%;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	font-weight: bold;
	height: 30px;
}
.boxLoginHeader {
	text-align: left;
	color: #FFFFFF;
}
.SepVColor {
	background-image: url(../Images/sepVColor.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/* top nav */
.op1, .op2, .op3, .op4, .op5{ width:120px; background: red url(../Images/op1.png) no-repeat top left; height:30px; float:left; display:block;}
.op2{ background-image:url(../Images/op2.png)}
.op3{ background-image:url(../Images/op3.png)}
.op4{ background-image:url(../Images/op4.png)}
.op5{ background-image:url(../Images/op5.png)}
.op4, .op5{ width:100px;}
.op1:hover, .op2:hover, .op3:hover, .op4:hover, .op5:hover{ background-position:bottom left;}
.op1 span, .op2 span, .op3 span, .op4 span, .op5 span{ visibility:hidden}
.searchHeader{ padding-top:10px; float:right}
.searchHeader form{ margin:0; padding:0;}
.headSearch{ background: #FFFFFF url(../Images/bginput.gif) top left; border: solid 1px #C9CACB; color: #999999; height:24px; padding:3px 4px;}
.btSearch{ width:22px; border:solid 0px #999999; background:url(../Images/_search_nt.png) no-repeat top center; height:19px; cursor:pointer;} 
.navBtTbl{ color:#D71920; font-weight:bold; font-size:11px; text-transform:uppercase; padding-left:5px; margin-top:15px; margin-left:5px;}
.navBtTbl td{ padding-bottom:12px;}
/* prod tbl */
.lcProd{ width:153px; background-image:url(../Images/lcBgRight.gif); background-position:top right; background-repeat:repeat-y;}
.lcImage{}
.lcImage img{width:146px;}
.lcModel{}
.lcModel p{color:#FFFFFF; float:left; background-color:#D71920; font-weight:bold; font-size:14px; text-transform:uppercase; height:24px; width:139px; *width:146px; padding-top:4px; padding-left:7px; margin:0px;}
.lcDetails{ color:#333333; padding-top:7px; padding-bottom:7px;}
.lcDetails p{ margin:0px; padding:2px; font-size:14px; line-height:12px; color:#000; padding-left:5px;}
p.lcPrice{font-weight:bold; font-size:17px; text-transform:uppercase; color:#D71920; line-height:20px; padding-left:5px;}
p.details{ font-size:11px; width:110px; float:left; line-height:16px; padding:0 0 0 7px;}
.lcFlag{ float:right; padding-right:10px;}
.lcBottom{background:#FFFFFF; height:10px; background-image:url(../Images/lcBottom.gif); background-position:top left; background-repeat:repeat-x}
.lcBottom span{background-image:url(../Images/lcBottomRight.gif); background-position:top right; background-repeat:no-repeat; float:right; width:14px;}
/*  Leilo Car */




