body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ABCAFD;
	font-size: 100%;
}
img
{
	border: 0;
}
/* ======== LAYOUT ========= */
div.main
{
	width: 800px;
	margin: 0px auto;
	border-left: 2px solid #397AE5;
	border-right: 2px solid #397AE5;
	background-color: #fff;
}
div.header
{
	height: 262px;
}
div.header div.left
{
	width: 300px;
	float: left;
}
div.header div.right
{
	width: 500px;
	float: left;
}
div.header div.right div.top
{
	clear: both;
	height: 46px;
}
div.header div.right div.search
{
	background-image: url(../images/search.gif); 
	background-repeat: no-repeat;
	height: 104px;
}
div.header div.right div.search form
{
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	margin-left: -40px;
}
div.header div.right div.search form input
{
	border: 1px solid #397AE5;
	font-size: 120%;
}
div.header div.right div.search form input[type=submit]
{
	background-color: #ABCAFD;
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
}
div.header div.right div.search form input.over[type=submit]
{
	background-color: #397AE5;
	color: #fff;
}
div.header div.right div.menu
{
	height: 112px;
}
div.header div.right div.menu h2
{
	float: left;
	width: auto;
	font-size: 130%;
	margin: 0px;
	padding: 2px;
	font-weight: normal;
}
div.header div.right div.menu h2 a
{
	display: block;
	text-decoration: none;
	background-color: #ABCAFD;
	padding: 3px;
	border: 1px solid #397AE5;
}
div.header div.right div.menu h2 a:hover
{
	background-color: #397AE5;
	color: #fff;
}
div.content
{
	clear: both;
	text-align: left;
	font-size: 90%;
}
div.content h1
{
	text-align: center;
}
div.content div.left_sms_list
{
	padding: 4px;
	float: left;
	width: 590px;
	
}
div.content div.right_ad
{
	float: right;
	width: 195px;
	text-align: center;
}
div.content div.left_sms_list div.sms_short
{
	border: 1px solid #ADBC00;
	background: #FAF694;
	padding: 8px;
	margin: 8px;
}
div.sms
{
	margin: 10px;
	font-size: 120%;
	border: 1px solid #ADBC00;
	background: #FAF694;
	padding: 8px;
	clear: both;
}
div.info
{
	border: 1px solid #2B8200;
	background: #8FE465;
	padding: 4px;
	margin: 10px;
	font-size: 80%;
}
div.info div.dodal
{
	text-align: left;
	width: 200px;
	float: left;
}
div.info div.dodal span
{
	font-weight: bold;
}
div.footer
{
	border-top: 2px solid #397AE5;clear: both;
	border-bottom: 4px solid #397AE5;
	padding: 4px;
}
div.error
{
	font-size: 140%;
	color: #ff0000;
	font-weight: bold;
	text-align: center;	
}
div.prev_btn
{
	float: left;
	width: 41px;
	margin: 20px;	
}
div.prev_btn a
{
	background-image: url('../images/prev.jpg');
	display: block;
	width: 41px;
	height: 41px;	
}
div.next_btn
{
	float: right;
	width: 41px;
	margin: 20px;	
}
div.next_btn a
{
	background-image: url('../images/next.jpg');
	display: block;
	width: 41px;
	height: 41px;	
}
/* ======== SITES ======= */

div.sites
{
	margin: 10px;
	text-align: center;
}
div.sites ul
{
	list-style-type: none;
	margin: 0px auto;
}
div.sites ul li
{
	float: left;
	border: 1px solid #397AE5;
	margin: 1px;
}
div.sites ul li a
{
	font-weight: bold;
	clear: both;
	min-width: 13px;
	height: 20px;
	padding: 4px;
	text-align: center;
	color: #0000ff;
	display: block;
	text-decoration: none;
	background-color: #ABCAFD;
}
div.sites ul li a:hover
{
	background-color: #397AE5;
	color: #fff;
}
div.sites ul li a.disabled
{
	background-color: #ddd;
}
div.sites ul li a.disabled:hover
{
	background-color: #ddd;
	color: #0000ff;
}
div.sites ul li a:visited
{
	
}
div.right_ad ul
{
	text-align: left;
	padding: 3px;
}