td,div
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

td.searchBox
{
	background: url(images/main-topright.gif) top right no-repeat;
	text-align: right;
	padding-top: 20px;
}

td.refineBox
{
	border: 1px solid #bcbcbc;
	padding: 12px;
}

td.header
{
	background: url(images/main-topbg.gif) repeat-x top;
}


td.footer
{
	background: url(images/main-btmbg.gif) repeat-x top;
}

td.thumbBlock
{
	padding-bottom: 10px;
}

input
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

input.searchBox
{
	background: none;
	border: none;
	margin-right: 30px;
	width: 150px;
	height: 20px;
	color: #AAAAAA;
	padding-top: 4px;
}

img.thumb
{
	/*border: 1px solid #c3c3c3;*/
}

img.big
{
	/*border: 1px solid #c3c3c3;*/
	margin-right: 10px;
}

.subheading
{
	font-size: 14px;
	font-weight: bold;
}

h1
{
	font-size: 19px;
	padding-top: 5px;
}

div.thumb
{
	overflow: hidden;
	height: 209px;
	width: 170px;
}

div.big
{
	width: 970px;
	overflow: auto;
	height: 470px;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #BBBBBB;
	SCROLLBAR-SHADOW-COLOR: #BBBBBB;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #AAAAAA;
	SCROLLBAR-TRACK-COLOR: #FAFAFA;
}

div.big2
{
	width: 970px;
	overflow: auto;
	height: 340px;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #BBBBBB;
	SCROLLBAR-SHADOW-COLOR: #BBBBBB;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #AAAAAA;
	SCROLLBAR-TRACK-COLOR: #FAFAFA;
}

div.searchContainer
{
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 200px;
}

div.searchBox
{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

a, a.link
{
	cursor:pointer;
	color: #006699;
	text-decoration: underline;
}

a.searchList
{
	width: 130px;
	display: block;
	color: #999999;
	cursor:pointer;
	background: #FFFFFF;
	text-decoration: none;
}

a.searchList:Hover
{
	color: #FFFFFF;
	cursor:pointer;
	background: #999999;
}

.bold
{
	font-weight: bold;
	color: #333333;
}

.credits
{
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}