body{
	background: #FFFFFF url(/images/background.gif) repeat-y left;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	width: 98%;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

#logo {
	margin: 0 0 0 0%;
	padding: 5px 0 5px 0;
}

#mainContent {
	float: left;
	background: #DDDDDD;
	width: 72%;
	padding: 5px 5px 5px 5px;
}

#sidebar {
	margin: 0 0 0 75%;
	padding: 5px 5px 5px 5px;
	background: #EEEEEE;
}

#copyright ul {
	color: #999999;
	clear: both;
	margin: 0px;
	font-size: 75%;
	padding: 11px 0px 11px 0px;
}

#copyright li {
	list-style-type: none;
	display: inline;
}

#copyright a {
	text-decoration: none;
	color: #009999;
	padding-left: 5px;
	padding-right: 5px;
	}

#copyright a:hover {
	color: #006666;
	text-decoration: none;
	}

h1 {
	font-size: 165%;
	margin: 5px 0 0 0;
}

h2 {
	font-size: 140%;
	margin: 5px 0 0 0;
}

h3 {
	font-size: 120%;
	margin: 5px 0 0 0;
}

a {
	color: #009999;
}

a:hover {
	color: #006666;
	text-decoration: none;
}

a:visited {
	color: #669999;
}

#perpage{
	float:right;
	font-size: 90%;
}

.PageNav {
	clear:both;
	text-align: right;
	margin: 5px 0 5px 0;
}

.subPageNums {
	padding: 0 5px 0 5px;
	font-size: 95%;
}

a.subPageNums {
	color: #666666;
}

.PageNums {
	font-size: 120%;
	padding: 0 3px 0 3px;
}

a.PageNums {
	color: #666666;
}

.PageIn {
	font-size: 115%;
	font-weight: bold;
	padding: 0 3px 0 3px;
}

#cloud{
	text-align:justify;
}

.keywordCloud{
	margin: 0 2px 0 2px;
	padding: 0 0 0 0 ;
	line-height:28px;
}

.keywordCloud a{
	margin: 0 0 0 0 ;
	padding: 0 0 0 0;
	text-decoration:none;
	font-weight:bold;
}

.keywordCloud a:hover{
	color: #006666;
}

.photo{
	background: #F6F6F6;
	float: left;
	width: 200px;
	height: 300px;
	padding: 5px;
	margin: 5px;
	border-top: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	font-size: 90%;
	min-height: 300px;
}

.thumbplace{
	text-align: center;
	width: 200px;
	height: 200px;
	padding: 0;
	margin: 0 auto 0 auto;
	display:table-cell;
	vertical-align: middle;
}

img {
	border: none;
}

.thumbnail{
	background: #FFFFFF;
	padding: 5px;
	margin: 0 auto 0 auto;
	border-top: 1px #CCCCCC solid;
	border-right: 2px #CCCCCC solid;
	border-bottom: 2px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	cursor: pointer;
}

.price {
	color: #CC9999;
}

#BuyLink{
	float: right;
	text-decoration: none;
	color: #CC3366;
}

#BuyLink:visited{
	text-decoration: none;
	color: #CC9999;
}

#usage {
	color: #999999;
	font-size: 90%;
}

#basket {
	padding: 10px 0 5px 0;
	width:95%;
	clear:right;
}

.basketitem{
	float:left;
	width: 30%;
	padding: 1%;
	min-height:175px;
	font-size: 90%;
}

.basketimage{
	width: 80%;
	background: #FFFFFF;
	padding: 1%;
	margin: 0 auto 0 auto;
	border-top: 1px #CCCCCC solid;
	border-right: 2px #CCCCCC solid;
	border-bottom: 2px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	cursor: pointer;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.9em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}
	