@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:sans-serif,Arial,Verdana,Helvetica;
	font-size:12px;
	color:#535353;
}
img{
	border:none;
}

a{
	font-weight:bold;
	color:#777777;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.error{
	color:#FF0000;
}

/*--------------------------------------------*/
.banner{
	display:block;
	width:600px;
	height:160px;
	overflow:hidden;
}

.banner-row{
	display:row;
}

.banner .item{
	width:595px;
	height:150px;
	margin-right:5px;
	margin-top:5px;
	float:left;
	
	/*
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	
	border:1px solid #DDDDDD;*/
}

.banner .last{
	margin-right:0px;
}

.banner .item .image{
	padding-left:5px;
	padding-top:5px;
}
