body, input, select, textarea{
	font: 12px arial;
}
a img{
	border: 0;
}

form{
	margin: 0;
}

label{
	cursor: pointer;
}

h1, h2, h3, h4, h5{
	margin: 0 0 7px 0;
	padding: 0;
	font-family: "Palatino Linotype", serif;
}

h1{ font-size: 26px; line-height: 30px; font-weight: normal;}
h2{ font-size: 18px; line-height: 20px; font-weight: normal;}
h3{ font-size: 14px; line-height: 16px;}
h4{ font-size: 13px; line-height: 15px;}
h5{ font-size: 12px; line-height: 14px;}

h2, h3, h4, h5{color: #484848;}

p{
	margin: 0 0 12px 0;
	padding: 0;
}

a{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #e10300;
}
ul{
	margin: 0 0 12px 20px;
	padding: 0;
	list-style-image: url(/images/marker.gif);
}

ol{
	margin: 0 0 12px 20px;
	padding: 0;
}

ul ul, ol ul, ul ol, ol ol{margin-bottom: 0;}
li{
	padding: 0;
	margin: 0;
}

h2.flashtitles{
	display: block;
	width: 240px;
	height: 27px;
}

.red{
	color: #d00101;
}
.smaller{
	font-size: 13px;
}
.bigger{
	font-size: 18px;
}
.biggest{
	font-size: 44px;
	line-height: 56px;
}

div.orange{
	background: #f1c11e;
	padding: 12px 8px;
}

div.news-item{ padding: 20px 5px 2px 5px;}
div.news-item div.newsback, div.news-item div.news_readmore {text-align:right}
div.news-item div.newsback a, div.news-item div.news_readmore a{background:url(/images/marker.gif) no-repeat top left;padding:3px 0 0 10px;}
div.news-item div.news-content{padding:5px 0px 0px 5px}
div.news-item p{text-align:justify}
div.news-head {border-bottom:1px solid gray; }
div.news-head div.news-date{ float:right; color:#3c7fb1;}



/*colorselector*/
div.colorselect-container{
	display: inline;
	z-index: 99;
}

div.colorselect-container select{
	width: 40px;
}

div.colorselector div.colorselect_head {
	border: 1px solid #444;
	background: #fff url(/images/selectorbrush.gif) no-repeat 0 0;
	width: 32px;
	height: 17px;
	position: static;
}
div.colorselector div.colorselect_head a {
	background: #fff url(/images/icon_col.gif) no-repeat 50% 50%;
	display:block;
	height:17px;
	float: right;
	width:11px;
	outline: 0 !important;
	text-indent: -9999px;
	cursor: pointer;
}
div.colorselector div.colorselect_head a.on {
	background-color: #ddd;
}

div.colorselector {
	position: static;
	width: 35px;
	z-index: 99;
	margin-right: 5px;
}

div.colorselector div.colorselector_body{
	position: absolute;
	z-index: 99;
	top: 21px;
	right: 0;
	background: #ededeb;
	border: 1px solid #777;
	padding: 0 0 3px 1px;
	width: 137px;
}

div.colorselector div.title{
	padding: 3px 2px 0 2px;
	clear: both;
}

div.colorselector ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.colorselector ul li {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin: 1px 1px 0 0;
	padding: 1px;
	border: 1px solid #ededed;
	cursor: pointer;
}

div.colorselector ul li div {
	border: 1px solid #a0a19c;
	height: 10px;
	width: 10px;
	padding: 0;
	margin: 0;
}
div.colorselector ul li.selected{
	border: 1px solid #FF0000;
}

td.bold {
	font-weight: bold;
}


table.comp_table {
	width: 100%;
	padding:0px;
	background: #ffffff;
}

table.comp_table td.info {
	background: #f2c11c;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}

table.comp_table td.not {
	border: 0px;
	background: #EfEfEf;
	font-size: 11px;
	padding: 1px;
}

table.comp_table td.yes {
	border: 0px;
	background: #e95a00;
        text-align:center;
        color: #e95a00;
	font-size: 11px;
	padding: 1px;
}

table.comp_table td.info p{
	margin: 10px 0px 0px 40px;
	font-weight: bold;
	font-size: 13px;
}

table#ral_table td {
	text-align: center;
	padding: 3px 0;
}

table#ral_table td span.white{
	text-align: center;
	font: 11px arial;
	color: #FFFFFF;
}

table#ral_table td span.black{
	color: #000000;
	font: 11px arial;
}

input.bttn{
	background: #ebebeb url(/images/bttn_bg.gif) repeat-x 0 0;
	border: 1px solid #707070;
	text-align: center;
	margin: 0 3px;
}
span.citycode {
	font: 12px times;
	position: relative;
	bottom: 2px;
}
