@charset "utf-8";
/* CSS Document */
A:hover {color: #FF0000}
.hotdeals:hover{color: #FF0000}
#SERVERPROB {
	position:absolute;
	width:360px;
	height:115px;
	z-index:23;
	left: 120px;
	top: 250px;
	background-color: #0000FF;
	overflow: scroll;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(_images/snowflake.jpg);
	background: repeat-x repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.smallFont {font-size: small}
.purpleText {color: #9900CC;}
.flashTitle {
	font-size: x-large;
	color: #990066;
}
.headerText {
	font-size: x-small;
	color: #000000;
	font-weight:bold;
}
.superiorheader {
	color: #CC0000;
	font-size: 18px;
}
.contentText {
	font-size: 08pt;
	font-family: "Century Gothic";
	color: #6600CC;
}
.linBorder {
	border:#00C;
	border-bottom-style:outset;
}
.slogan {
	font-family: "Brush Script MT";
	font-size: 18px;
	color: #9900FF;
}
.superspecialtext {
	margin-bottom: 6px;
	margin-left: 0px;
	align: center;
	border:thin #00C;
	padding: 4px 8px 4px 8px;
	font-size: x-small;
}
.linkshare {
	font-size: x-small;
}
.monroe {
	font-size: small;
}
.boxTitleCat {
	background-color: #BBBBcc;
	font-family: "Lucida Calligraphy";
	color: #000000;
	font-size: 20px;
	font-weight:bold;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	height: 25px;
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 160px; 
	float: left;
}
.boxCategories {
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	height: 243px;
}
.statcounter {
	text-align:center;
	color: #ffffff;
	background-color: #9999bb;
}
.footer {
	text-align:center;
}
.searchBtn {
	color: #386fd3;
	background-color:#93d5f5;
	border: 1px solid #a3fdff;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	height: 20px;
	width: 30px;
	font-size: 10px;
}
.searchBtn:hover {
    color: #ffffff;
	border: 1px solid #000000;
	background-color:#386fd3;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	height: 20px;
	width: 30px;
	font-size: 10px;
}
.searchBox {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 12px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}