@charset "utf-8";


table.searchEngines {
	width: 500px;
	margin: 0 20px;
	border-collapse: collapse;
}

table.searchEngines th {
	padding: 3px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	border: 1px solid #ffffff;
}

table.searchEngines td {
	padding: 3px;
	border: 1px solid #ffffff;
}

table.searchEngines td.serviceName {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 120%;
	color: #CC0000;
}

table.searchEngines tr.odd th,
table.searchEngines tr.odd td {
	background-color: #F2D7D7;
}

table.searchEngines tr.even th,
table.searchEngines tr.even td {
	background-color: #F9EAEA;
}

div.packagePrice {
	width: 250px;
	margin: 20px 0 25px 145px;
	padding: 1px;
	background-color: #fbfbef;
	border: 1px solid #94A520;
}

div.packagePrice h3 {
	padding: 3px;
	text-align: center;
	color: #FFFFFF;
	background-color: #94A520;
}

div.packagePrice ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style-type: none;
}

div.packagePrice ul li {
	padding: 0 0 0 15px;
	background: url(../../common/images/blt_02.gif) 0 3px no-repeat;	
}

div.adsService {
	width: 340px;
	margin: 20px 0 25px 100px;
	padding: 1px;
	font-size: 110%;
	background-color: #FDF7F7;
	border: 1px solid #E37171;
}

div.adsService h2 {
	padding: 3px;
	text-align: center;
	color: #FFFFFF;
	background-color: #E37171;
}

div.adsService ul {
	margin: 0;
	padding: 0 10px 0 60px;
	list-style-type: none;
}

div.adsService ul li {
	padding: 0 0 0 15px;
	background: url(../../common/images/blt_02.gif) 0 3px no-repeat;	
}
