/* {{{ ======== General page elements ========= */

body {
	margin: 0px 40px 20px 0px;
	font: 14px sans-serif;
	color: #000000;
	background-color: #FFFFFF;

	}
a {
	color: #0033CC;

}
option {
	color: #000000;
	background-color: #00CCFF;
	border: thin ridge #000000;
}
p {
	font-family: sans-serif;
	font-size: 14px;
}
.footer {
	font-family: sans-serif;
	font-size: 11px;
}
.details {
	width: 60%;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: thin groove #CCCCCC;
	background-position: center;
}
.tddetails1 {
	width: 50%;
	background-color: #00CCFF;
	padding-left: 10px;
	height: 20px;

}
.tddetails2 {
	width: 50%;
	background-color: #CCCCCC;
	padding-left: 10px;
	height: 20px;

}
.searchreturn {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;

}
th {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.brand {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #0000FF;
}
