
/*---------full details div------*/

.fullDetails{
	background-color:#CDCDCD;
	padding:5px;
	color: #545454;
	border-bottom:8px solid #808080;
	width:600px;
	border-top:12px solid white;
}
.fullDetails h3{
	color:white;
	font-size:17px;
	margin:0px;

}
.fullDetails img{
	padding-right:5px;
}
#backDiv{
	width:610px;
	text-align:right;
}
.fullDetails h4{
	color:#FF6600;
	font-size:15px;
	margin:0px;
}
.fullDetails h5{
	font-size:15px;
	margin:0px;
}
.fullDetails:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.fullDetails {
	display: inline-table;
} 
.fullDetails a{
	font-weight:normal;
}
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.fullDetails {
	display: block;
} 
/* End hide from IE-mac */

/*-----------category styles-------------*/
td.title{
	background-color: #FF6600;
	color:white;
	font-weight:bold;
	font-size:15px;
	padding:5px;
}
table.holderTable{
	background-color:#7F7F7F;
	color:white;
	font-weight:bold;
	width:480px;
}
table.holderTable td{
	color:#FFF;
	padding:5px;
}

#catLft{
	width:170px;
	float:left;
	height: 106px;
}
#catMid{
	width:150px;
	float:right;
	text-align:center;
}
#catRht{
	width:270px;
	float:right;
}

/*---------------Search styles---------------*/

table.searchResult td{
	background-color:#CDCDCD;
	color: #545454;
	border-bottom:8px solid #808080;
	width:140px;
	font-size:11px;
	padding-top:7px;
}



