﻿/* CSS layout */

/* page defaults start
-------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000;
	background-color: #FFFFFF;
}
h1 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
a:link {
	color: #202099;
}
a:visited {
	color: #202099;
}
a:active {
	color: #202099;
}
a:hover {
	color: #4499ff;
}
.spacerl {
	clear: left;
}
.spacerr {
	clear: right;
}
.spacerb {
	clear: both;
}
/* page defaults end 
-------------------------------------------------------- */

/* Our affiliate links in the footer Start
------------------------------------------------- */
#affiliatelinks {
	padding: 10px;
	text-align: center;
}
#affiliatelinks ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#affiliatelinks li {
	display: inline;
}
#affiliatelinks a {
	color: #666666;
	display: inline;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 9px;
	font-weight: normal;
	padding: 0.5em 0.7em;
	text-decoration: none;
}
#affiliatelinks a:hover {
	background-color: #E8E8E8;
	color: #000000;
}
/* Our affiliate links in the footer end
------------------------------------------------- */

.ProductDescription
{
	font-size: medium;
}

.ProductPrice
{
	font-weight: bold;
	font-size: medium;
}

.pressframe
{
	height:900px;
	width:900px;
	border-width:1px;	
}


