/*******************************************************************************
* Name:			IE_WebApps.css
*
* Description:	Styles for Internet-based Ryder Web Application.
*
* Author:	   	Maria Kaufmann	- Ryder System, Inc.
*
* Revision History:
*
* Date        Developer           Description
* ------------------------------------------------------------------------------
* 08/14/06    Maria Kaufmann      Initial implementation
* 09/06/06    MAria Kaufmann      Changed font size of styles bolded and 
*                                 smallbolded.  Applied changed to formText
*                                 style class.
* 08/11/09    Ibis Arrastia       Improved user interface using table-less
*                                 CSS based layout in .NET 3.5 framework                                    
********************************************************************************/

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-weight: normal;
	color: #7A7A7A;
}
DIV 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-weight: normal;
	color: #7A7A7A;
    margin-top: 0px;
}

a, a:visited {color: #1d92d7; text-decoration:none;}
a:hover {color:#1d92d7; text-decoration:underline;}


A:link, A:visited, A.tnav:link, A.tnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3366CC;
}

A.bolded:link, A.bolded:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3366CC;
}

a.headernavLink, a.headernavLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
    text-decoration: none;
}

a.footernavLink, a.footernavLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #858585;
    text-decoration: none;
}

a.headernavLink:hover, a.footernavLink:hover {
	color: #227FD5;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;

	background-color: #FFFFFF;
	margin-top: 0px;
	background-position: top;
	background-image: url(../images/top_back.jpg);
	background-repeat: repeat-x;
	height:100%;
	
	behavior:url( hover.htc ); }
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-weight: normal;
	color: #7A7A7A; /* #333333; */
}

.SectionHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.SubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #CC3333
}

.note{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

.normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #7A7A7A;
}

.bolded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #7A7A7A;
}

.smallbolded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

table.detail{
	border-color : #CCCCCC;
	background : #666666;
}

td.tableHeader{
	background : #666666;
	color: #FFFFFF;
	vertical-align: middle;
}

td.tableHeaderHighlighted{
	background : #C01B22;
	color: #FFFFFF;
	vertical-align: middle;
}

td.sectionSeparator{
	color: #FFFFFF;
	background : #999999;
}

td.dataLabel{
	color: #666666;
	background : #CCCCCC;
	vertical-align : top;
	text-align: right;
}

td.dataLabel2{
	color: #666666;
	background : #CCCCCC;
	vertical-align : top;
	text-align: left;
}

td.dataCell{
	background : #FFFFFF;
	vertical-align : top;
	text-align: left;
}

td.dataCell2{
	background : #FFFFFF;
	vertical-align : top;
	text-align: right;
}

td.dataRowEven{
	background-color : #CCCCCC;
	vertical-align : middle;
}

td.dataRowOdd{
	background-color : #FFFFFF;
	vertical-align : middle;
}

td.divBar{
	color: #666666;
	background : #CCCCCC;
	vertical-align : top;
	text-align: left;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}

td.sidebar{
	background-color: #316194;
	color: #FFFFFF;
}

td.print
{
	background-color : Silver;
}

.white {font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.whitehead {font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.whitesubhead {font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.whitesmallsubhead {font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

LI { List-style-type: square; List-style: outside }

.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EAEBEF;
	height: 17px;
}

.formText {
	font-size: 10px;
	color: #7A7A7A;
	border: 1px solid #7A7A7A;
	height: 18px;
	width: 120px;
}

.appDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}



.separatorline {
	color: #FF0000;
	background-color: #FF0000;
	font-size: 1px; /* This is needed for Netscape Navigator to force the height of the cell to 1 px */
}

.footerCopyRightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	font-weight: normal;
	color: #797979;
}

table.header {
	/*width: 779px;*/
	width:950px;
}

table.footer {
	/*width: 779px;*/
	width:950px;
}

.pageTitle {
	color:#FF0000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

/*********************************************************************************************
* Left Navigation Bar Styles/Rules
*********************************************************************************************/
table.promotions {
	border-collapse:collapse;
	color:White;
}

td.maincontentsection {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	width:76%;

}

p 
{
	font-size: 12px;
}

/*
ul.leftnavul li {
	margin-bottom: 2px;
	line-height: 15px;
	text-decoration: none;
	list-style-type: none;
	left: 0;
}

ul.leftnavul li.active {
	padding: 0; 
	margin: 0 0 2px 0;
	color: #7a7a7a;
	list-style-image:url(../images/nav_icon.gif)
}

#leftnavul ul ul li.non-active {
	font-weight: normal;
	color: #7a7a7a;
	margin: 0 0 2px -15px;
	list-style-type: none;
}
*/

.pHiLites {
	list-style-type: none;
	list-style-image: none;
	border-width: 1px 0;
	border-color: #aaaaaa;
	border-style: solid;
	padding: 6px 0;
	margin: 8px 0 0 6px;
}
.rightcolelement .promoHighlights 
{
	margin-left: 20px;
	margin-top: 20px;
	color:#666666;	
	font-size: 14px;
	font-weight: bold;
    text-decoration: none;
}

.navheading {
	color:#444444;
	font-size:14px;
	margin-bottom:3px;
	margin-left:23px;
}

leftnavul {
	color:#7A7A7A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

/*
ul.leftnavul li {
	line-height:15px;
	list-style-type:none;
	text-decoration:none;
}
*/

#lmdt, #hdt, #trailers {
	display: none;
}

#leftnavul ul a {
	cursor:pointer;
}

.simulateLink
{
    cursor: pointer;
    color: #3366CC;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.simulateLink:hover { text-decoration:underline; }

#leftnav_rental_home
{
	margin-left:-23px;
	margin-right:10px;
}

.promotionsection
{
	padding-left:10px;
}

.sectionTitle
{
	font-weight:bold;
	color:#666666;
	font-size:14px;
}
/*********************************************************************************************
* New Styles/Rules  - IA
*********************************************************************************************/
H3
{
  font-weight: bold;
  font-size: 14px;
  margin: 0px 0px 12px 0px;    
}
div.divMain
{
	text-align: center;
	/*width: 786px;*/
	width:950px;
	margin: 0 auto;
}
div.divOuter
{
	text-align: center;
	width: 950px;
	background-color: White;

}



div.divLeft
{
	float: left;
	width: 194px;
	text-align: left;
	/*background-color: #e1fefe;
	background-image: url(../images/border_bg.gif);*/
	background-repeat: repeat-x;
}

div.divCenter
{
	float: left;
	padding: 6px;
	text-align: left;
	width: 560px;
	background-color: White;
}
div.divCenterExport
{
	float: left;
	padding: 6px;
	text-align: left;
	width: 75%;
	background-color: White;
}
div.divCenterWide
{
	float: left;
	padding: 6px;
	text-align: left;
	width: 744px;
}
div.divRight
{
	float: right;
	width: 172px;
	text-align: -moz-center;
	margin: 0px 0px 0px 0px; 
	/*background-color: White;
	background-image: url(../images/bg_searchCategory.gif);*/
	background-repeat: repeat-x;
 
}
	/*background-repeat: repeat-x;*/

div.divBottom
{
    clear: both;
}

div.divBreadcrumbs
{
	width: 950px;
	text-align: left;
	margin: 8px 0px 12px 0px;
}

div.divHelp
{
    text-align: left;
}
div.divContactExport
{
    text-align: left;
}
.maincontent
{
    font-size: larger;
}
#wrapper {margin: 0 auto; text-align: left; }

.brandContent
{
     margin: 0px 0px 0px 0px;
     /*border-bottom:1px solid #C6C6C6;
     border-top:1px solid #C6C6C6;
     border-left:1px solid #C6C6C6;
     border-right:1px solid #C6C6C6;
     padding: 5px 5px 5px 5px;*/
    height: 680px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.brandSectionContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	background-position: bottom;
	background-image: url(../images/bg_searchCategory.gif);
	background-repeat: repeat-x;
}

.brandImageSection
{
	margin: 0px auto;width:740px;
	/* border-bottom:1px solid #C6C6C6;
	 border-top:1px solid #C6C6C6;
	 border-left:1px solid #C6C6C6;
	 border-right:1px solid #C6C6C6;*/
	 padding: 5px 5px 5px 5px;
	width: 400px;
	
}

.brandSectionText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.brandsectionTitle
{
	color:#FF0000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
	vertical-align:top;
}


.marketingFormat
{
    letter-spacing: 12px;
    text-transform: uppercase;
    font-weight: bold;
}


/********************************************************************
********************* Treeview StyleSheet ***************************
********************************************************************/

/*.RadTreeView_Windows7, .RadTreeView_Windows7 a.rtIn, .RadTreeView_Windows7 .rtEdit .rtIn input  {
	color:#3366CC;
	font:11px Arial,Helvetica,sans-serif;
}*/

/*.RadTreeView .rtTop, .RadTreeView .rtMid, .RadTreeView .rtBot {
	padding:1px 0 1px 12px;
}*/

/*.RadTreeView_Windows7 .rtHover .rtIn 
{
	background-color:white;
	background-image:none;
	border:none;
	padding:0;
}*/


/*.RadTreeView .rtHover .rtIn, .RadTreeView .rtSelected .rtIn {
	/*background-position:0 100%;
	background-repeat:repeat-x;
	border-style:solid;
	border-width:1px;
	padding:0px;
	margin:0px;
	text-decoration:underline;
}*/

/*.TreeViewFont.rtTop,
.TreeViewFont.rtMid,
.TreeViewFont.rtBot
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	white-space:normal;
}*/

/*
.RadTreeView .rtUL .rtLI .rtUL {
	padding-left:13px;
	padding-top:0px;
}

div.divLeft
{
	float: left;
	width: 194px;
	text-align: left;
	background-color: White;
}
*/


/*.RadTreeView_Vista .rtSelected .rtIn {
	padding:0;
	color:#FF0000;
	background-color:#fff;
	border:0px;
	border-color: #fff; 
	text-decoration:none;
}*/

/*.RadTreeView_Vista .rtHover .rtIn, .RadTreeView_Vista .rtSelected .rtIn {
	color:#000;
	background-color:#fff;
	border:0px;
	border-color: #fff; 
	padding:0px;
}*/

/*.RadTreeView .rtHover .rtIn, .RadTreeView .rtSelected .rtIn {
	background-position:0 100%;
	background-repeat:repeat-x;
	/*padding:3px 2px 2px;
	background-color:#000;
	border:0px;
	border-color: #fff; 
	padding:0px;
}*/



/* Selected Item 
.RadTreeView_Vista .rtSelected .rtIn {
	background-color:#fff;
	background-image:url("");
	font-weight:bold;
	border:0px;
	border-color: #fff; 
}

.RadTreeView_Vista .rtHover .rtIn {
	background-color:#fff;
	background-image:url("");
	border:0px;
	border-color: #fff; 
	text-decoration:none;
	padding:0px;
}*/

.RadTreeView .rtIn {
	margin-left:1px;
	padding:4px 0px 0px 0px;
	text-decoration:none;
}

.divLeftTreeView
{
    float: left;
	width: 194px;
	text-align: left;
	border-color:white;
	
	/*font:12px/18px "Segoe UI",Arial,sans-serif;*/
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	/*font-weight: bold;
    font-size: 5px;
    padding: 5px 20px;
    white-space:normal;
    font: 2px 'Segoe UI' , Arial, sans-serif;
            color: #4888a2;
            padding: 6px 18px;
            display: block; #1E395B*/

}

/* Overrides default skin for telerik treeview */
.RadTreeView_Vista, .RadTreeView_Vista a.rtIn, .RadTreeView_Vista .rtEdit .rtIn input  {
	/*font-family: Arial, Helvetica, sans-serif;  style of left nav. text 
	/*font-size: 12px;  size of left nav. text */
	font:12px/16px "Segoe UI",Arial,sans-serif;
	height: 15px;
	color: #666666; /* #333333; */
    text-decoration: none;
    border:0px;
    margin:0px;
    padding:0px;
}

/* Selected Item */
.RadTreeView_Vista .rtHover .rtIn, .RadTreeView_Vista .rtSelected .rtIn {
	color:#FF0000;
	border:none;
	background-color:#fff;
	border:0px;
	border-color: #fff; 
	padding:0px;
	margin:0px;
	background-image:url("");
	font-weight:bold;
}

.RadTreeView .rtSp {
    display:inline-block;
    height:0px;
    margin-left:-1px;
    width:1px;
}

.RadTreeView_Vista .rtPlus, .RadTreeView_Vista .rtMinus {
    background-image:url("http://www.ryder.com/images/nav_icon.gif");
}

.RadTreeView .rtPlus, .RadTreeView .rtMinus {
    margin-left:-18px;
    margin-right:7px;
    margin-top:3px;
}

.RadTreeView .rtMinus:hover
{
    background-position: 0 0;
    background-image:url("http://www.ryder.com/images/nav_icon_down.gif");
}

.RadTreeView .rtPlus:hover
{
    background-position: 0 0;
    background-image:url("http://www.ryder.com/images/nav_icon.gif");
}

.RadTreeView .rtMinus {
    background-position:0 0px;
    background-image:url("http://www.ryder.com/images/nav_icon_down.gif");
}

/*.RadTreeView_Vista, .RadTreeView_Vista a.rtIn, .RadTreeView_Vista .rtEdit .rtIn input  {
    color:#666666;
    font:12px/18px Arial, Helvetica, sans-serif;
}*/

/*.RadTreeView .rtPlus, .RadTreeView .rtMinus {
    background-repeat:no-repeat;
    cursor:pointer;
    display:inline-block;
    font-size:0;
    height:11px;
    margin:3px 7px 0 -18px;
    padding:0;
    vertical-align:top;
    width:11px;
}*/

/********************************************************************
********************* End Treeview StyleSheet ***********************
********************************************************************/


/*
.RadTreeView .rtUL .rtLI .rtUL {
	padding-left:13px;
	padding-top:0px;
}

div.divLeft
{
	float: left;
	width: 194px;
	text-align: left;
	background-color: White;
}
*/


/********************************************************************
********************* Stylesheet for Search Box ********************
********************************************************************/
.sBar {
    background:none repeat scroll 0 0 transparent;
    color:#000000;
    float:left;
    font-size:14px;
    font-weight:700;
    height:15px;
    padding:5px 5px 5px 10px;
    width:700px;
}

span.rfAdd {
    color:#999999;
    font-size:11px;
}

.sBxJ {
	background:url("../images/gradient-200px-tile.jpg") repeat-x scroll 0 0 transparent;
	border:1px solid #A2A2A2;
	
	height:198px;
	width:750px;
}

.sRslt {
	float:left;
	padding:10px 0 0 10px;
	width:690px;
}

.sSav {
	background:url("../images/compare.jpg") no-repeat scroll 0 0 #A2A2A2;
	cursor:pointer;
	display:block;
	float:left;
	height:198px;
	width:25px;
}

.sSavesES {
	background:url("../images/compare.es-ES.jpg") no-repeat scroll 0 0 #A2A2A2;
	cursor:pointer;
	display:block;
	float:left;
	height:198px;
	width:25px;
}

.sSavfrCA {
	background:url("../images/compare.fr-CA.jpg") no-repeat scroll 0 0 #A2A2A2;
	cursor:pointer;
	display:block;
	float:left;
	height:198px;
	width:25px;
}


.sSavD {
	background:url("../images/compare_selected.jpg") no-repeat scroll 0 0 #000000;
	cursor:pointer;
	display:block;
	float:left;
	height:198px;
	width:25px;
}

.sSavDesES {
	background:url("../images/compare_selected.es-ES.jpg") no-repeat scroll 0 0 #000000;
	cursor:pointer;
	display:block;
	float:left;
	height:198px;
	width:25px;
}

.sSavDfrCA {
	background:url("../images/compare_selected.fr-CA.jpg") no-repeat scroll 0 0 #000000;
	cursor:pointer;
	display:block;
	float:left;
	height:198px;
	width:25px;
}

.sImg {
	float:left;
	margin:0 10px 5px 0;
	overflow:hidden;
	text-align:left;
}

.sDsc {
	float:left;
	padding:0;
	width:420px;
}

#pnlDetail
{
	width:100%;
	background-color:#f5f5f5;
	text-align:center;
	min-height:490px;
	height:490px;
}

.breakCol
{
    clear:both;
}

.col
{
    float:left;
    width:50%;
   
}
.subCol
{
    float:left;
    width:50%;
}

.subCol1{white-space: normal;}
.expandableText{float:left;width:87%}
.re-collapse{clear:both;display:block;margin-bottom:5px;}
.read-more{line-height:20px;}

/* Rounded Corners*/

.roundedPanel
{	
	width:300px;
	background-color:#5377A9;
	color:white;
	font-weight:bold;
}

.Compare, .Compare TD, .Compare TH
{
    background-image:url('../images/index_01.gif');
    background-color:blue;
    color:white;
    font-family:sans-serif;
    font-weight:600;
}


/********************************************************************
********************* Stylesheet for notice      ********************
********************************************************************/
.notice {
    background:none repeat scroll 0 0 #FFF6BF;
    border-color:#FFD324;
    color:#514721;
}

.error, .notice, .success {
    border:2px solid #DDDDDD;
    margin-bottom:1em;
    padding:0.8em;
}

.error {
    background:none repeat scroll 0 0 #FBE3E4;
    border-color:#FBC2C4;
    color:#8A1F11;
}

/********************************************************************/


/*Change '#your_div_id_here' to the ID attribute of your DIV
/*Change 'top' to your header height, if no header change to 0 */
/*If you want the DIV on the right side of the page, change 'left:0' to 'right:0' 
/* Change 'width' to whatever size you want your DIV to be 
#ctl00_ctl00_cMPTop_Body_cMPCenter_divToolBar {
        position: absolute;
        left: 0;
        top: 175px;
        width: 200px;
        padding: 0;#submitButton:hover input{margin-top:-14px;}

}*/

/*/* Testing Sprite 
#submitButton
{
    height:13px;           Image has a height of 22px, only show the first half 
    overflow:hidden; 
}
*/

.searchFooter
{
    background-color:#bbd7e3;
    width: 748px; 
    height: 25px;
    margin-top: -5px;
    background:url("http://jqueryui.com/images/?new=eeeeee&w=1&h=400&f=png&q=100&fltr[]=over|textures/02_glass.png|0|0|60") repeat-x scroll 50% 50% #EEEEEE;
    border:1px solid #CCCCCC;
    color:#3383BB;
    font-weight:bold;
    outline:medium none;

}

.tit_grey2_c 
{
     height: 21px; 
    font-weight:bold;
    background:url("http://jqueryui.com/images/?new=eeeeee&w=1&h=400&f=png&q=100&fltr[]=over|textures/02_glass.png|0|0|60") repeat-x scroll 50% 50% #EEEEEE;
    border:1px solid #CCCCCC;
    color:#3383BB;
    font-weight:bold;
    outline:medium none;
}

.block {background-color: #F8F8F8;border-left: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;}
.blockb {background-color: #F2F2F2;border-left: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;}

#divSearchFooter
{
    height:20px;
    width:748px;
    margin-bottom:5px;
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
}

.searchOptions
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}



/*********************** Vehicle Compare *********************/
.details
{
    width: 100%;
    height: 90%;
}
.details ul
{
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 10px;
}
.details ul label
{
    font-weight: bold;
}
.photo-container
{
    padding: 10px;
    width: 120px;
    float: left;
}
.data-container
{
    height: 90%;
    width: auto;
}

.conditional{ display:none;}
.visible{ display:inline;}

/********************** End Vehicle Compare ******************/


/****************** Home Page Styling ***********************/
.category
{
    border: 1px solid #CCCCCC;
    height: 555px;
    width: 100%;
}

.col1
{
    width: 110px;
    float: left;
    text-align: center;
    height: 100px;
    margin: 5px;
}

.clearfloat{clear: both;}
#header{margin: 5px;}

.image_bg
{
    height: 265px;
    background-image: url("../images/bg_searchCategory.gif");
    background-position: left 210px;
    background-repeat: repeat-x;
}

.regular_bg_img
{
    height: 145px;
    background-image: url("../images/bg_searchCategory.gif");
    background-position: left 78px;
    background-repeat: repeat-x;
}

.header_
{
    height: 31px;
    color: black;
    line-height: 21px;
}

#viewLink
{
    color: Blue;
    text-decoration: none;
}

.header_DNU
{
    background: url("../images/itemResultBg.gif") repeat-x scroll 0 0 transparent;
    height: 21px;
    line-height: 21px;
}

div.toolbar
{
    background: url("../images/toolbarBg.gif") repeat-x scroll left bottom #E0E9F1;
    border: 1px solid #728DA3;
    clear: both;
    margin: 0 0 0px;
    padding: 0;
    width: 100%;
    height: 30px;
}

span.toolbarSubGroup
{
    display: block;
    float: left;
    padding: 2px 2px 2px 6px;
}

div.toolbar hr.toolbarEnd
{
    height: 5px;
    position: relative;
    visibility: hidden;
    width: 10px;
}

input.inputfield
{
    background-color: #FFFFFF;
    border: 1px solid #A5ACB2 !important;
}
        
.borderset
{
    padding: 1px 2px 2px 6px;	
}
        
.col1 a
{
    display: block;
    text-decoration: none;
    vertical-align:text-top;
}
        
.leftAlign{ text-align: left; }
.button{border: 0; }
.button a { border: 0; }
a.button { border: 0;} 
a.button:hover { border: 1px solid #A5ACB2; } 
        
/******************************************************************************