@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #4b4b4b;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

strong {
	color: #266eb0;
	font-weight: bold;
}

#login strong {
	color: #ff6600;
}

#offer strong {
 	color: #ff6600;
}

#offer big {
	color: #266eb0;
	font-size: 7.5pt;
	font-weight: bold;
}

select, option, input, textarea {
	color: #4b4b4b;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
}

h1 {
    color: #F66900;
    margin: 6px 0 12px 0;
}

h1 a {
	display: block;
	width: 220px;
	height: 95px;
}

h1 span {
	display: none;
}

h2 {
	margin: 10px 0 10px 0;
}

h3 {
	margin: 10px 0 10px 0;
	color: #2D72B1;
	font-size: 11px;
	font-weight: bold;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}
#right table {
    background: #ececec;
}
#right table th {
	padding: 3px;
	background: #f6f5f5;
 	color: #ff6600;
	font-weight: bold;
}
#right table td {
	padding: 3px;
	background:#fff;
}
#right table a {
    text-decoration: none;
    color: #4597E3;
    font-weight: bold;
}
#right table td a:hover {
    text-decoration: none;
    color: #276EB0;
}
#right table td input.submit {
    background-color: #e7e7e7;
    border: 1px solid #ccc;
}