/* CSS Document */

/*******************************************************************************
*                                                                              *
*  Site      :  World of Treasures LLC  -  http://www.worldoftreasures.net/    *
*  Author    :  Gio                                                            *
*                                                                              *
*******************************************************************************/

/* General
*******************************************************************************/


body {
	background-image: /*url(../images/bg.gif);*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
}
.footer {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a {
	color: #2561bb;
	border-bottom: 1px solid #a5c1eb;
	text-decoration: none;
}
a:visited {
	color: #1b498a;
}
a:hover {
	background: #fff0c3;
	color: #dd7c60;
	border-color: #fff0c3;

/* Buttons
*******************************************************************************/

#sidebar .buttons li {
	/*line-height: 0;*/
	padding: 2px 0 2px 15px;
}
#sidebar div.buttons a,
#sidebar div.buttons a:hover {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
#sidebar .buttons img {
	vertical-align: bottom;
	width: 80px;
	height: 15px;
}

/* Extra Hacks
*******************************************************************************/

.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.cf {
	display: block;
}

