BODY {
	margin: 0;
	padding: 0px 0px 0px 0px;
	min-width: 790px;
	width: expression(document.body.clientWidth < 790 ? "790px" : "100%");
	color:#333;
	background:#fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
IMG {
	border: none;
}
A {
	color: #565175;
	text-decoration: none;
}
.TipsBox:visited {
	color: #8080c0;
}

select.input {
	background: #ffffff;
	color: #000000; 
	width: 150px;
	font-size: 18px;
	font-family: ariel, helvetica, sans-serif;
}
input.input {
	background: #ffffff;
	color: #000000; 
	padding: 5px;
	width: 300px;
	font-size: 16px;
	font-family: ariel, helvetica, sans-serif;
}
input.inputbutton {
	color: #000000; 
	padding: 2px 5px 2px 5px;
	font-size: 16px;
	font-family: ariel, helvetica, sans-serif;
}

.suggest {
	float:right;
	height:18px;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
	padding:4px 20px 0px 0px;
}
.suggest a {
	color: #f01010;
}
.home {
	float:left;
	height:24px;
	font-size: 12px;
	font-weight: normal;
	padding:0px 0px 0px 60px;
}
.home a {
	color: #e0e0e0;
}

#topcats {
	width: 100%;
	text-align: left;
}
#topcats ul {
	list-style: none;
	margin-left: 14px; 
	padding-left: 0; 
}
#topcats li {
	padding: 6px 0px 6px 0px;
	font-size: 13px;	
}
#topcats h1 {
	color: #808080;
	padding: 0px 0px 8px 0px;
	margin: 10px 20px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 13px;	
	border-bottom:1px solid #e0e0e0;
}

#blogs {
	width: 100%;
	text-align: left;
}
#blogs ul {
	list-style: none;
	margin: 6px 0px 6px 0px;
	padding-left: 0; 
	line-height: 14px;
	width: 250px;
}
#blogs li {
	padding: 4px 0px 4px 0px;
	border-top: 1px solid #e0e0e0;
	font-family: arial, helvetica;
	font-size: 11px;	
}
#blogs li:hover{
	background: #f6f6f6;
}
#blogs h1 {
	color: #565175;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 12px;	
}


#addblog {
	visibility: hidden;
	background: #e0d0d0;
	color: #000;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

.tool-tip {
	text-align: left;
	color: #303030;
	width: 200px;
	border:10px solid #ffffff;
	z-index: 3;
}
.tool-tip div.bound {
	max-height:205px;
	overflow:hidden;
}
.tool-title {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #565175;
	padding: 8px 15px;
	background: #f0f0f0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
}
.tool-text {
	text-align: left;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	font-size:12px;
	line-height:15px;
	padding: 0 15px 15px 15px;
	background: #f0f0f0;
}

