/******************************/
/*  theme colors
/* dark: #FB645D
/* light: #FDB7AB;
/******************************/
/******************************/
/** layout elements                */
/******************************/



/******************************/
/** general elements                */
/******************************/
select{
	padding-top:2px;
	padding-bottom:2px;
}

table,td,th{
	border:0px;
}
h1,h2{
	color:#FF0000;
	}
img{
	border:0;
}
.FormLabel { font-size: 11px; font-weight: bold;  text-align: right;}
/******************************/
/** Search results page classes */
/******************************/
table.result{
	width: 100%;
	border:1px solid #dddddd;
	
}
.ResultsThumbnail { border: solid #777 1px;  float:left;margin-right:5px;}
.ResultsLogo { clear:both;float:right; }
a.result {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: rgb(0,96,195);
	font-weight:bold;
}
a.result:visited {
	text-decoration: none;
	color: rgb(0,96,195);
}
a.result:hover {
	color: red;

}
a.result:active {
	color: rgb(0,96,195);
}
/******************************/
/** listing view classes */
/******************************/
caption{
	background:#dddddd;
	color:black;
	font-size: 14px; 
	font-weight: bold; 
	text-align: center; 	
	
}
td.listingTitle{
	border: solid black 1px;
	color:white;
	background-color: #1B53B3; 
	font-size: 14px; 
	font-weight: bold; 
	font-variant: caps;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	text-align: center; 	
	text-transform: uppercase;
	padding:5px;
	
}
table.listingDetails{
	background:#dddddd;
	border: 2px solid #DDDDDD; 
	width:100%;
}
td.listingDetails{
	
	background:white;
}
div.caption{
	background:blue;

	color: rgb(255, 247, 247);
	font-face:ariel;
	font-size: 18px; 
	font-weight: bold; 
	text-align: center; 
	width:100%;
	border:solid black 1px;	
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0px;
	
}
div.small_caption{
	background:blue;
	color: rgb(255, 247, 247);
	font-face:ariel;
	font-size: 18px; 
	font-weight: bold; 
	text-align: center; 
	width:100%;
	border:solid black 1px;	
	padding-top: 0px;
	padding-bottom: 0px;
	margin:0px;
	
}
/*************************/
/* Pagination                     */
/*************************/
div.pagination{	
	width:100%;
	margin-top: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	border:solid #dddddd 1px;
	text-align:center;
}

/*************************/
/* feature listings elements */
/*************************/

div.featureWrapper{
	border: solid 1px #dedede;
	width:190px;
	height: 225;
	padding:3px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}


td.feature{
	padding:3px;
	text-align:center;
}
.feature_price{
	display:block;
	font-size:18px;
	font-weight:bold;
	color: #000;
	text-align:right;
}
.feature_price_strike{
	display:block;
	font-size:18px;
	font-weight:bold;
	color: #000;
	text-decoration:line-through;
	text-align:right;
	
}
.feature_price_feature{	
	display:block;
	font-size:18px;
	font-weight:bold;
	color: #FF0000;
	text-align:right;
}

.feature_opts{
	width:180;
}


div.feature{
	border:solid 1px #dddddd;
	padding:5px;
}

span.featuretitle{
	display:block;
	font-weight:bold;
	color:white;
	background-color:black;
	text-align:center;
	text-transform:uppercase;
	padding: 3px;
	max-width:154px;
}
	
