﻿body 
{
	width: 158px;
	/*height: 212px;*/
	height: 240px;
	
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1em;
}

p
{
	margin: 0px 0px 0px 0px;
}

div.wrapperHeader
{
	/*height: 28px;*/
	height: 55px;
	width: 158px;
	background-color: #000000;
	overflow: hidden;
}

div.wrapperContent
{
	height: 184px;
	width: 158px;
}

div.leftBorderHeader
{
	float: left;
	
	width: 9px;
	/*height: 28px;*/
	height: 56px;
	overflow: hidden;
	
	background-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #a3a099;
}

div.leftBorderContent
{
	float: left;
	
	width: 9px;
	height: 184px;
	overflow: hidden;
	
	/*background-color: #706C66;*/
	background-color: #DCD9D1;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #a3a099;
}

div.affiliateHeader
{
	float: left;
	width: 138px;
	/*height: 18px;*/
	height: 46px;
	
	background-color: #000000;
	color: #FE0E01;
	font-size: 0.8em;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

div.affiliateContent
{
	float: left;
	width: 138px;
	height: 184px;
	
	overflow: hidden;
	
	/*color: #FFFFFF;*/
	color: #585650;
	/*background-color: #706C66;*/
	background-color: #DCD9D1;
	
	font-size: 0.8em;
	letter-spacing: -1px;
	padding-left: 10px;
}

div.affiliate
{
	white-space: nowrap;
	
	border-bottom: solid 1px #a3a099;
}

div.affiliate a
{
	text-decoration: none;
	/*color: #FFFFFF;*/
	color: #585650;
}
