body {
 background-color: #fff;
 margin: 40px;
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 14px;
 color: #4F5155;
}

a {
 color: #003399;
 background-color: transparent;
 font-weight: normal;
}

h1 {
 color: #444;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 16px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 0 6px 0;
}

code, form, table.code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

table, div {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
}

div.productHolder{
	text-align: center;
	float: left; 
	margin: 10px;
	margin-bottom: 20px;
}

div.dateHolder{
	clear: left;
	font-size: 18px;
	font-weight: bold;
}

div.tabs{
	float: left; 
	width: 100%
}

input{
	border: solid 1px #cdcdcd;
	font-size: 14px;
}

img.preview{
	border: solid 1px #cdcdcd;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

img.imginline16{
	margin-bottom: -2px;
	margin-right: 5px;
}

p.header img{
	margin-bottom: -8px;
	margin-right: 5px;
}

p.header{
	font-size: 18px;
}

p.row img{
	margin-bottom: -2px;
	margin-right: 5px;
}

div.portlet{
	float: left;
	padding: 6px;
	background-color: #e2e2e2;
	margin-right: 5px;
	border: solid 1px #b5b5b5;
	cursor: pointer;
}

div.portlet img{
	border: solid 1px #b5b5b5;
}