/* easyweb base */

body, p, td, div, span, table {
 color: #5b5b5b;
 font-family: "Arial", sans-serif;
 font-size: 13px;
}

body {
 background-image: url('../img/background2.png');
 background-repeat: repeat-x;
}

p, div, span, table {
 margin: 0px;
 padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
 font-weight: normal;
 padding: 0px 0px 5px 0px;
 margin: 0;
 color: #57cbeb;
}

h1 {
 font-size: 28px;
}

h2 {
 font-size: 20px;
}

h3, h4, h5, h6 {
 font-size: 13px;
}

p {
 line-height:150%;
}

.special_list {
 list-style-image: url('../img/circle.png');
}

a {
	text-decoration: none;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	background-color: #226CAD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: white;
	text-align: center;
	margin: 0px;
}

a:hover {
	background-color: #57cbeb;
	color: #fff;
}

img {
 border: none;
 margin: 0px;
 padding: 0px;
}

.special_table {
 border-collapse: collapse;
}
.special_table td, th { 
 padding:5px;
 border-bottom: 1px inset #dadada;  
}
.table_header {
 background-color: #57cbeb;
 text-shadow: 0px 1px 2px #fff;
}

.h_trumpas_pabraukimas {
 width: 185px;
 border-bottom: 3px solid #57cbeb;
 display: block;
}

.hr_short {
 width: 185px;
}

.box {
 margin-top: 15px;
 display: block;
 line-height: 30px;
 text-align: center;
 width: 100px;
 background-color: #226cad;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

.box a {
 color: #fff;
 font-size: 12px;
 display: block;
 padding-left: 10px;
 padding-right: 10px;
 margin-right: 0px;
 margin-left: 0px;
 font-size: 13px;
}

.box a:hover {
 background-color: #57cbeb;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 color: #fff;
}
