.searchResultsText {

}

.searchResultsTitle {
	font-weight: bold;
}

.searchResultsTitleBGColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;	
	background-color: #71A34A;
	line-height: normal;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
   color: #FFFFFF;
   background-color: #71A34A;
     }
	  
.cart_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
   color: #000000;
   background-color: #7AD2FF;
     }
	  
.content-block-cart {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;		
}	  
	  
.content-block-cart table, td, th {
	border: 0px;
	border-style: none;
	border-collapse:collapse;
	margin:0;
	padding:3;

}
.content-block-cart td, th {
	border: 0px;
	border-style: none;
	border-collapse:collapse;
	padding:.2em .5em;
	vertical-align:top;
	font-weight:normal;
}
.content-block-cart thead, th {
	text-transform:uppercase;
	background:#71A34A;
	color:#FFFFFF;
}
.content-block-cart tbody td{
	background:#FFFFFF;
}
.content-block-cart tbody th{
	background:#71A34A;
}
#content-block-cart tbody tr.odd td{
	background:#FFFFFF;
}
.content-block-cart tbody tr.odd th{
	background:#FFFFFF;
}

.content-block-cart table td a:link{
	color:#00467f;
}
.content-block-cart table td a:visited{
	color:#00467f;
}
.content-block-cart table a:hover{
	text-decoration:none;
}
.content-block-cart table a:active{
	color:#FF0000;
}	 

.blueTitle {
	font-weight: bold;
	color: #000066;
}

.yourSpaceTagline {
	font-size: 18px;
}

.pageTitle {
	color: #F8941D;
	font-weight: bold;
	font-size: 14px;
}

.pageHeading {
	font-size: 14px;
	font-weight: bold;
}

.footerLabel{
	font-size: 13px
}

.BUTTON {
    font-family: Arial, Tahoma, Verdana, Georgia;
    font-size : 12px;
    color: white;
    background-color: #436d93;
}

.BUTTON_Search {
    font-family: Arial, Tahoma, Verdana, Georgia;
    font-size : 10px;
    color: white;
    background-color: #436d93;
}

.BUTTON_Gold {
    font-family: Arial, Tahoma, Verdana, Georgia;
    font-size : 11px;
	 font-weight: normal;
    color: white;
    background-color: #E59C01;
	 width: 130px;
}

.BUTTON_Warning {
    font-family: Arial, Tahoma, Verdana, Georgia;
    font-size : 10px;
    color: white;
    background-color: #DC143C;
} 

#dhtmltooltip{
position: absolute;
width: auto;
border: 1px solid black;
padding: 2px;
background-color: #F5F5F5;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.latestArrivals{
  font-size: 10px;
}

.downloadProducts{
  font-size: 10px;
}

.padded-table {
	border: 0px;
	border-style: none;
	border-collapse:collapse;
}

.padded-table td {
	border: 0px;
	border-style: none;
	border-collapse:collapse;
 padding:5px;
 }

.no_padding-table {
	border: 0px;
	border-style: none;
	border-collapse:collapse;
}

.no_padding-table td {
	border: 0px;
	border-style: none;
	border-collapse:collapse; 
 padding:1px;
 }