/* CSS Document */

body{
	margin:0px;
	background:url(../img/bg_body.png) repeat-x #FFF;
	padding: 0px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
}
body.page{
	background:url(../img/bg_page.png) repeat-x #FFF;	
}
h1,h2,h3,h4,table,form{
	padding:0px;
	margin:0px;
	border:none;		
}

.news table{
	border: 1px solid #4297d7; 	
}
.h{ 
	border: 1px solid #4297d7; 
	background: #5c9ccc url(../img/h.png) 100% 50% repeat-x; 
	color: #ffffff; 
	font-weight: bold; 
	margin-bottom: 5px;
}
#divBlock{
	padding:5px;
	margin:auto;
	margin-bottom: 5px;
	background:url(../img/bg_div.png) repeat-x #FFF;
	border:1px solid #A6C9E2;	
}
#divTable{
	border: 1px solid #A6C9E2;
	background-color:#FFF;
}

#divTable td{
	border: 1px solid #A6C9E2;
}

.tbl{
	border: 1px solid #A6C9E2;		
	border-right: 0px;
	background-color:#FFF;
}
.tbl th, .tblSpl{
	border-right: 1px solid #A6C9E2;
	border-bottom:1px solid #A6C9E2;
	background:url(../img/bg_th.png) repeat-x;
	height: 18px;
}
#rows{
	background: none;
}
#rows td{
	border-right: 1px solid #A6C9E2;
	margin-right: 20px;
	padding: 1px 2px;
	display:table-cell;
	text-align:left;
}
#rows:hover{
	background:url(../img/bg_menu.png) repeat-x;
	cursor:pointer;		
}
#rows:hover td{
	border-top:1px solid #F7C748;
	padding: 0px 2px;
	border-bottom:1px solid #F7C748;
}
#rows img{
	border: none;
	vertical-align:middle;
}
input[type="text"],input[type="password"]{
	border: 1px solid #A6C9E2;
	background-color: #FFF;
	margin-bottom:1px;
	font-weight:bold;
}
.datepicker{
	background:url(../img/date.png) right 1px no-repeat #FFF ;
}
select{
	border: 1px solid #A6C9E2;
	background: #FFF;	
}
#orderTotal{
	padding:0px;
	margin:0px;
	font-size:24px;
	font-weight:bold;
	color:#06C;
}
#orderBtn input{
	width: 100px;
}
#red{
	color:#F00;
}
#tip{
	color:#666;
	font-size:10px;
}
