/* CSS Document */

.SearchResults .Item{
 	clear:both;
	
}


.SearchResults  {
	line-height:1.3em;
	clear:both;
	margin-bottom:0px;
}
.SearchResults  .Image {
	width:130px;
	height:90px;
	overflow:hidden;
	text-align:center;
	float:right;
	margin-left:20px;
}
.SearchResults  .Image img {
	resize: horizontal;
	overflow: auto;
	/*suggest a mid-width & min-height*/   
	 max-width:120px;
	max-height:80px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	-webkit-box-shadow:  0px 0px 5px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, .2);
	 box-shadow:  0px 0px 5px 4px rgba(0, 0, 0, .2);
}

.SearchResults .Item a:link{
font-size:1em;
text-decoration:underline;
	
}
.SearchResults .SearchString{
font-size:1em;
display:inline;
color:#C00; 
	
}


.Container_Top .search{ 

	width:270px;   
	display:block;
	 height:33px;
  
	color: #444;
	 
	border: 1px solid #999;
	background: #f7f7f7;
	background: #f7f7f7;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#aaaaaa));
	background: -moz-linear-gradient(top,  #ffffff,  #aaaaaa);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#aaaaaa');
	
	 }
.Container_Top .search .field{ 

	width:160px;   
	display:block;
	float:left;
	font-size:9pt;
	padding:3px 5px;
	color: #333;
	margin:3px 0 0 5px;
	
	border: 1px solid #AAAAAA;	
	background: #f7f7f7;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
	background: -moz-linear-gradient(top,  #eeeeee,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');	
	 }	 
	 
	 /* red */
 

.Container_Top .search .button{ 

 font-family: 'aurulent_sansregular';
	width:80px;   
	display:block;
	float:right;
	font-size:1em;
	padding:2px 5px 3px 5px;
	height:32px;
	color: #EEE; 
	border: 0px solid #FFFFFF;
	background: #850202;
	cursor:pointer;
 
 
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	
	 }	
.Container_Top .search .button:hover{ 	
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
	 
}
.Container_Top .search .button:active{ 	
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
	 
}	  