/* GLOBAL */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
p, ul, td {
	font-size: 12px;
}
p {
	margin-bottom: 8px;
}
ul {
	margin: 0 0 8px 36px;
}
ul ul {
	margin-bottom: 0;
}
h1 {
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	color: #336699;
}
h2 {
	font-size: 16px;
	margin-bottom: 8px;
}
blockquote {
	margin: 0 24px;
}

/* LINKS */
a img {
	border: none;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #995533;
	text-decoration: none;
}
table.minibask_list td a:visited {
	color: #336699;
}
a:hover, 
table.minibask_list td a:hover, 
a:active, 
table.minibask_list td a:active {
	color: #cc2200;
	text-decoration: underline;
}
#footer a {
	color: #000;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

/* LAYOUT */
.nav{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 25px;
}
#footer{
	color: #000;
	font-size: 10px;
}

/* TABLES */
table {
	border-collapse: collapse;
}
.comparison td, 
.comparison th {
	border: 1px solid #859bb3;
}
.comparison td, 
.comparison th {
	padding: 8px;
}
.comparison tr.alt th, 
.comparison tr.alt td {
	background-color: #f2E0c6;
}
.comparison th {
	border: none;
}
#MSVRates th {
	font-size: 11px;
}
#MSVRates th,
#MSVRates td {
	padding: 4px;
}
#storenav a {
	font-size: 10px;
	font-weight: bold;
}
.related td, 
.related th, 
.minibask td {
	padding: 2px;
}
tr.chk_item1 td {
	border-top: 1px solid #859AB5;
	padding-top: 4px;
}
tr.chk_item2 td {
	padding-bottom: 4px;
}
tr.ctgry_list td {
	padding: 4px 0;
	border-bottom: 1px solid #859AB5;
}
div.attr table td {
	padding: 4px 8px 4px 0;
	vertical-align: middle;
}
td.minibask_brief {
	padding: 4px 8px;
	background-color: #E8B76E;
	color: #000;
	border-bottom: 2px solid #fff;
}
table.minibask_list {
	margin: 4px 0;
}
table.minibask_list td {
	color: #000;
	font-size: 10px;
}

/* FORMS */
option {
	padding-right: 8px;
}
.related form input, 
.related form select, 
.related form option {
	font-size: 12px;
}