body, td, div, input, textarea, select {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(/images/layout/page_bg.gif);
}
h1 {
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #506685;
}
h1.margin {
	margin-top: 20px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #506685;
}
h2.margin {
	margin-top: 18px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
	color: #506685;
}
h3.margin	{
	margin-top: 15px;
}
h4	{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #506685;
}
h4.margin {
	margin-top: 12px;
}
form	{
	margin: 0px;
}
p {
	margin-top: 4px;
	margin-bottom: 8px;
}
p.quote, div.quote	{
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}
p.margin	{
	margin-top: 15px;
	margin-bottom: 8px;
}
.disabled {
	color: #909090;
}
a {
	color: #4268A2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td.column_left {
	width: 50%;
	padding-right: 20px;
	vertical-align: top;
}
td.column_right {
	padding-left: 20px;
	vertical-align: top;
}
ul, ol {
	margin-top: 8px;
	margin-bottom: 8px;
}
li {
	margin-bottom: 5px;
}
.bulletindent {
	padding-left: 9px;
	text-indent: -9px;
}
hr {
	height: 1px;
	color: #E0E0E0;
	border-top: 1px #E0E0E0 solid;
	border-bottom: 0px;
}
textarea {
	width: 600px;
	height: 100px;
}
input.text {
	width: 300px;
}
input.submit {
	font-size: 12px;
	font-weight: bold;
}
input.reset {
	font-size: 12px;
}
td.leftdivider {
	background: url(/images/layout/dividers/bgp_v.gif) repeat-y left;
}
.mainpadding {
	padding: 20px 64px 0px 54px;
}


/* New purchase popup styles. */

.purchase2_mainpanel {
	position: absolute;
	left: 0px;
	top: 14px;
	display: none;
	border: 1px solid #000000;
	background: #f5f5f5;
	z-index: 10;
	text-align: left;
}

.purchase2_mainpanel > .padding { 
	border-bottom: 3px solid #ffffff;
	padding: 8px;
}

.purchase2_mainpanel .partner {
	width: 490px;
	padding: 8px; 
	font-size: 10px; 
	background: #ffffff; 
	border-top: 1px solid #d0d0d0;
}

.purchase2_subopenerlink_passive, .purchase2_mainopenerlink_passive {
	background: none;
}
.purchase2_mainopenerlink_active {
	background: #D8D8E0;
}
.purchase2_subopenerlink_active {
	background: #D8D8E0;
}

.purchase2_product {
	padding: 0px;
	margin-bottom: 0px;
}


/* Product table. */

.product_table {
	width: 490px;
}

.product_table td {
	font-family: Arial; 
	font-size: 11px; 
	border: 0px solid #ffffff;
	background: transparent;
}

.product_table td.product {
	padding: 2px;
}

.product_table td.product > a{
	font-weight: normal; 
	text-decoration: none;
	color: #424f72;
}

.product_table > tr > td.flag {
	padding: 2px 2px 2px 15px;
}

.product_table td.price {
	font-family: Arial; 
	font-size: 11px; 
	padding: 2px; 
	color: #ed610d;
}

/* Merchant table. */

.merchant_table {
	width: 350px;
}

.merchant_table td, .merchant_table th {
	font-family: Arial; 
	font-size: 11px; 
	border: 0px solid #ffffff;
	background: transparent;
}

.merchant_table th {
	text-align: left;
	padding: 2px;
	font-weight: normal;
	color: #939393;
}

.merchant_table td.merchant > a{
	font-weight: bold; 
	text-decoration: none;
	color: #424f72;
}

.merchant_table td.merchant {
	padding: 2px;
	width: 150px;
}

.merchant_table .flag {
	padding: 2px;
}

.merchant_table .flagString {
	padding: 2px;
	width: 50px;
	color: #3C4F72;
}

.merchant_table td.price {
	padding: 2px; 
	color: #ed610d;
}




/* News page. */

.newsListTitle {
margin-top: 20px;
}

.bullet {
background: url(/images/icons/linkbullet.gif) no-repeat left 4px;
padding-left: 10px;
margin-bottom: 3px;
}