/***************************************************************************************************************  
	General
****************************************************************************************************************/

body {
	background-color: #aca8a1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#f1ffc9;
	}
	
.bright_font 
{
	color:#f1ffc9;
}

FORM, SELECT {
	display: inline;
	margin: 0px;
	}

INPUT.searchbox {
	display: inline;
	margin: 0px;
	background-color: #f1ffc9;
	color:#283542;
	background-image: url(/images/search_25.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;

	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px; 	
	BORDER-LEFT: 0px; 
	BORDER-BOTTOM: 0px	
	}

/***************************************************************************************************************  
	DIV colors
****************************************************************************************************************/

div.tcolor1
{
	background-color:#56728E;
}

div.tcolor2
{
	background-color:#283542;
}

div.tcolor3
{
	background-color:#f1ffc9;
	color:#283542;
}

div.tcolor4
{
	background-color:#5c7997;
}

/***************************************************************************************************************  
	Search Results
****************************************************************************************************************/

A.searchresults:hover
{ text-decoration:none; font-weight:normal;  } 

A.searchresults:visited   
{ text-decoration:none; font-weight:normal;  } 

A.searchresults:link
{ text-decoration:none; font-weight:normal;  } 


table.searchresults
{
	/* this should be td.searchresults * number of results per line */
	width:420px;
	height:100px;
}

td.searchresults dev.searchresults table.searchresults_item
{
	width:70px; 
	height:70px;
}

/***************************************************************************************************************  
	Wishlist
****************************************************************************************************************/

span.wishlist_item 
{
	color:#edd66a;
}

A.wishlist_item_link:hover
{
	color:#edd66a;
}

A.wishlist_item_link:visited
{
	color:#edd66a;
}

A.wishlist_item_link:link
{
	color:#edd66a;
}

/***************************************************************************************************************  
	Links 
****************************************************************************************************************/

A:link 
{ text-decoration: none; 		font-weight:bold; color: #f1ffc9; } 

A:visited 
{ text-decoration: none; 		font-weight:bold; color: #f1ffc9; } 

A:hover 
{ text-decoration:underline; 	font-weight:bold; color:#f1ffc9; } 



A.brightbackground:hover 
{ background-color:#a8b583; color:#f1ffc9; } 

A.pail:hover 
{ text-decoration: none; color:#f1ffc9; } 

a.dark
{
    color: #56728E;
    text-decoration: none;	
}

a.dark2
{
    color: #283542;
    text-decoration: none;
}


a img {border: none; }

/***************************************************************************************************************  
	Tag cloud
****************************************************************************************************************/

.rounded_tag_header1 {
	background-color:#8e9676;
	height:12px;
}

.rounded_tag_header2 {
	background-color:#f1ffc9;
	height:12px;
}

a.tagcloud_header_font { 
	font-size:9px;
	color: #283542;
	text-transform:capitalize; 
}

.tagcloud_header_font { 
	font-size:9px;
	color: #283542;
	text-transform:capitalize; 
}



A.tagcloud:link 
{ text-decoration: none; text-transform:capitalize; font-weight:normal; font-style:normal; color: #f1ffc9; } 

A.tagcloud:visited 
{ text-decoration: none; text-transform:capitalize; font-weight:normal; font-style:normal;	color: #f1ffc9; } 

A.tagcloud:hover 
{ text-decoration: none; text-transform:capitalize; font-weight:normal; font-style:normal; color:#283542; background-color:#f1ffc9; } 


/***************************************************************************************************************  
	Flat preloaded window
****************************************************************************************************************/

#flat_popup_page , #flat_popup_page A:link , #flat_popup_page A:visited, #flat_popup_page A:hover
{
	color:black;
}

#flat_window {
	width:600px;
	height:400px;
	z-index:1;
}

td.flat_window_table_body {
	background-color: #56728E;
}

/***************************************************************************************************************  
	Headers
****************************************************************************************************************/


h1 {
	font-size: 14pt;
	font-weight:bold;
	padding:0;
	margin:0;
	}

h2 {
	font-size: 13pt;
	font-weight:normal;
	padding:0;
	margin:0;
	}

h3 {
	font-size: 12pt;
	font-weight:normal;
	padding:0;
	margin:0;
	}

h4, h5, h6 
	{
	font-size: 9pt;
	font-weight:normal;
	padding:0;
	margin:0;
	}

/***************************************************************************************************************  
	FishEye
****************************************************************************************************************/

.fisheye_header_font
{
	color: #283542;
	background-color:#f1ffc9;
}

.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
	display:none;	
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
}

A.fisheyeItem:hover 
{ 
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
} 


a.fisheyeItem2
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	bottom: 0;
}
.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}
.fisheyeItem2 img
{
	border: none;
	margin: 5px auto 0 auto;
	width: 100%;
}
.fisheyeItem span,
.fisheyeItem2 span
{
	display: none;

}
.fisheyeContainter
{	
	height: 50px;
	width: 200px;
	left: 500px;
	position: absolute;
	z-index:2000;
}
