body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

*
{
    scrollbar-face-color:#82817C;
    scrollbar-shadow-color:black;
    scrollbar-highlight-color:#82817C;
    scrollbar-3dlight-color:black;
    scrollbar-darkshadow-color:black;
    scrollbar-track-color:gray;
    scrollbar-arrow-color:black;
    scrollbar-base-color:#82817C;
}

td, p {
	font-family: tahoma;
	font-size: 12px;
	font-weight: 500;
	color: #282d33;
}

h1 {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #e04920;
	margin-bottom: 10px;
}

h2 {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #96938e;
	margin-bottom: 10px;
}

h3 {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #96938e;
	margin-bottom: 10px;
}

h4 {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
}

hr {
	color: #999999;
	background-color: #999999;
	border: 0px;
	height: 1px;
}

b {
	
}

i {
	
}

a:link, a:visited, a:active {
	font-family: tahoma;
	color: #916924;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #666666;
}

a.printMe:link, a.printMe:visited, a.printMe:active {
	font-family: tahoma;
	letter-spacing: .5px;
	color: #000000;
	font-size: 6pt;
	text-decoration: none;
	line-height: 40px;
	margin-left: 3px;
	text-transform: uppercase;
}

a.printMe:hover {
	color: #666666;
}

a:link.link2, a:visited.link2, a:active.link2 {
	font-family: tahoma;
	color: #222222;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: underline;
	font-variant: uppercase;
}

a:hover.link2 {
	color: #666666;
}

a:link.login_a, a:visited.login_a, a:active.login_a {
	font-family: tahoma;
	color: #916924;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	font-variant: uppercase;
	line-height: 20px;
}

a:hover.login_a {
	color: #666666;
}

a:link.link3, a:visited.link3, a:active.link3 {
	font-family: tahoma;
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.link3 {
	color: #666666;
}
a:link.partners_a, a:visited.partners_a, a:active.partners_a{
	font-family: tahoma;
	color: #222222;
	font-size: 7pt;
	text-decoration: none;
}

a:hover.partners_a{
	color: #666666;
}

a:link.results_a, a:visited.results_a, a:active.results_a{
	font-family: tahoma;
	color: red;
	font-size: 10pt;
	text-decoration: none;
}

a:hover.results_a{
	color: red;
}


form {
	margin: 0px;
}

input, textarea, select, file{
	font-family: tahoma;
	font-size: 11px;
	border: solid 1px #999999;
}

input.btn {
	background-color: #777777;
	color: #FFFFFF;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	font-weight: bold;
}

input.btn2 {
	background-color: #CCCCCC;
	color: #000000;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-weight: bold;
}

img {
	border: 0px;
	padding: 0px;	
}

.imgleft {
	float: left;
	padding: 0px 10px 5px 0px;
}

#partners {
	width: 850px;
	margin-bottom: 15px;
}
td.partners_td {
	border: solid 1px #64969A;
	height: 75px;
}
td.partners_td p{
	font-size: 7pt;
}

.view_collection {
color: #82817C;
font-weight: 600;
}

#subLnk
{
    color: black;
    text-decoration: none;
}

#subLnk:hover
{
    color: #82817C;
}

.sub_cont {
position: relative;
}

.sub_obj {
display: none; 
background: #FFF;
border: solid 1px grey;
background: #ebd7b2; 
position: absolute; 
z-index: 500; 
left: -60px; 
bottom: 54px;
text-align: right;
font-family:tahoma;
width: 78px;
_width: 80px;
}

.subcat
{
	text-decoration:none;
	color:black;
	font-family:tahoma;
}

.hoversubcat
{
	color:#82817C;
	cursor:pointer;
}

.sub_obj ul {
margin: 0px;
padding: 0px;
min-height: 78px;
_height: 78px;
}

.sub_obj ul li {
margin: 0px;
padding: 0px;
font-size: 10px;
list-style: none;
padding: 1px 3px;
}

.sub_obj ul li a {
text-decoration: none;
color: #FFF;
font-weight: bold;
}

.sub_obj ul li a:hover {
text-decoration: none;
color: #000;
}

.searchResultsText 
{
	color:#966C2B;
	font-weight:bold;
	font-size:14px;
	border-bottom: 1px dotted #999999;
}

.searchDetailForm 
{
	background-color:#F2F3EE;
	padding:5px;
}

.searchDetailFormOuter
{
	/*border:1px solid #999999;*/
	background-color:white;
	padding:2px;
}


