/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		Vroom Vroom
Filename:		coArticle.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	05/10/07	MS			created

*/


#mainPanel {
	/*width:650px;*/
}


#mainPanel .search_results_row {
	/*width: 95%;
	height: auto;
	float: left;
	margin: 5px;*/
}

#mainPanel .search_results_model {
	/*margin:4px 10px 0px -6px;
	padding:6px 6px 6px 6px;
	background-color:#FFF;
	border:1px solid #CCC;
	width:233px;
	height:90px;
	position: relative;
	float: left;
	overflow: hidden;
	color:#333;
	font-size:0.8em;*/
}



#mainPanel .search_results_model a:link, #mainPanel .search_results_model a:visited, 
#mainPanel .search_results_model a:hover, #mainPanel .search_results_model a:active {
	/*text-decoration:none;*/
}

#mainPanel .message_body_row a:link, #mainPanel .message_body_row a:visited, 
#mainPanel .message_body_row a:hover, #mainPanel .message_body_row a:active {
	/*text-decoration:none;
	color:#FFF;*/
}


#mainPanel .search_results_model .image {
	/*position: relative;
	width: 172px;
	height: 112px;
	float: left;*/
}

#mainPanel .search_results_model .image img {
	/*width: 172px;
	height: 112px;*/
}

