/* CSS Document */

body, td{
	text-align: left;
}

a img {border: 0px;}

.show_product{
	border: 1px solid #666;
	width:200px;
	float: left;
	text-align: center;
	background: #eaeaea;
	margin:5px;
	padding: 5px;
}

.show_product img{
	border: 1px solid #666;
}

.product_info{
	border: 1px solid #666;
	width:440px;
	text-align: center;
	background: #eaeaea;
	margin:5px;
	padding: 5px;

}

/*
.note{
	font-size: 0.8em;
	color: #333;
}
*/

h1, h3{
	font-size: 1.2em; margin: 0px 0 10px 0;
}

.error_message{
	color: #cc0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: baseline;
	padding-top: 25px;
}

#prev-next td{
	text-align: center;
}


/**/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #eeeeee;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/**/


.content_headings td{
	background: #eeeeee; 
}

.result_navigation a, .prev-next a, .details a{
	color: #000099;
}

td.content_headings {
	background: #fbc953; 
}

.entryTableHeader td{
	font-weight: bold;
}

.content_headings a:link, .content_headings a:visited, .content_headings a:hover, .content_headings a:active{
	color: #000099;
}


.content_headings td a.white_link, .sidebar_txt1 a.white_link{
	color: white;
}

.padding-right{
	padding-right: 16px;
}