@import url('null.css');

/*

		GENERAL

*/

.cleaner {
	clear: both;
}

.alt {
   display: none;	
}

a, a:hover, a:visited, a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input.submit-input {
	border: 1px solid #656565;
	background: white;
	color: #656565;
}

.required {
	display: inline;
	margin: 0;
	color: red !important;
}

p.ok-msg, p.error-msg {
	margin-top: 10px;
	font-weight: bold;
}

p.ok-msg {
	color: green !important;
}

p.error-msg {
	color: red !important;
}

div.spacer {
	height: 20px;
}

/*

		MAIN

*/

body {   
	text-align: center;
	font-size: 80%;
	font-family: "Verdana", "Geneva CE", "lucida", sans-serif;
}

div#page {
	margin: 0 auto;
	margin-top: 25px;
	width: 840px;
	height: auto;
	text-align: left;
	position: relative;
}

#page div#page-cont {
	width: 100%;
}

/*

		LANGS

*/

#page-cont div#langs {
	width: 100%;
}

#langs img {
	float: left;
	margin: 3px 10px 0 0;
	border: 0;
}

#langs form select, #langs form input {
	font-size: .9em;
	color: #656565;
}

#langs form input#langs-si-opera {
	position: relative;
	top: 1px;
}

/*

		HEADER

*/

#page-cont div#header {
	width: 100%;
	height: 198px;
	margin-top: 13px;
	background: url(../img/header.jpg) left top no-repeat;
	position: relative;
}

#header a {
	display: block;
	width: 310px;
	height: 91px;
	position: absolute;
	left: 35px;
	top: 47px;
}

#page-cont div#main-cont {
	position: relative;
	top:  -27px;
}

/*

		MENU

*/

#main-cont div#menu {
	float: left;
	position: relative;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	list-style: none;
	margin-bottom: 4px;
	display: block;
	width: 155px;
	line-height: 31px;
	text-align: right;	
	border: 1px solid #c3c2c2;
	background: #fdfdfd url(../img/menu-li.jpg) left bottom repeat-x;
}

#menu ul li a, #menu ul li a:hover {
	display: block;
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #676a67;
}

#menu ul li a:hover {
	color: #55a6d2;
}

#menu ul li a span {
	padding-right: 16px;
}

/*

		ARTICLE TOP

*/

#main-cont div#article-top {
	float: right;
	width: 665px;
	margin: 50px 3px 0 0;
	border: 1px solid #c3c2c2;
	position: relative;
}

#article-top div#at-topleft, #article-top div#at-topright,
#article-top div#at-bottomleft, #article-top div#at-bottomright {
	width: 6px;
	height: 6px;
	position: absolute;
}

#article-top div#at-topleft, #article-top div#at-topright {
	top: -1px;
}

#article-top div#at-bottomleft, #article-top div#at-bottomright {
	bottom: -1px;
	_bottom: -12px;
}

#article-top div#at-topleft, #article-top div#at-bottomleft {
	left: -1px;
}

#article-top div#at-topright, #article-top div#at-bottomright {
	right: -1px;
	_right: -2px;
}

#at-topleft {
	background: url(../img/at-topleft.jpg) left top no-repeat;
}

#at-topright {
	background: url(../img/at-topright.jpg) left top no-repeat;
}

#at-bottomleft {
	background: url(../img/at-bottomleft.jpg) left top no-repeat;
}

#at-bottomright {
	background: url(../img/at-bottomright.jpg) left top no-repeat;
}

#article-top h1 {
	display: block;
	height: 34px;
	padding-left: 20px;
	line-height: 34px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background: #FDFDFD url(../img/menu-li.jpg) left bottom repeat-x;
}

#article-top div#article-top-cont {
	margin: 17px 20px 16px 8px;
}

#article-top-cont p {
	float: right;
	width: 470px;
	line-height: 15px;
	font-size: .8em;
	color: #424242;
}

#article-top-cont p a, #article-top-cont p a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #6799ad;
}

#article-top-cont p a:hover {
	text-decoration: underline;
}

#article-top-cont div#atc-cleaner {
	clear: both;
	height: 0; 
}

/*

		BORDERED BOX

*/

div.bordered-box {
	float: left;
	width: 144px;
	_width: 152px;
	_height: 102px;
	margin-right: 8px;
	padding: 3px;
	border: 1px solid #c9c8c8;
	position: relative;
}

.bordered-box div.bb-topleft, .bordered-box div.bb-topright,
.bordered-box div.bb-bottomleft, .bordered-box div.bb-bottomright {
	width: 2px;
	height: 2px;
	position: absolute;
}

.bordered-box div.bb-topleft, .bordered-box div.bb-topright {
	top: -1px;
	_top: -1;
}

.bordered-box div.bb-bottomleft, .bordered-box div.bb-bottomright {
	bottom: -1px;
	_bottom: -15px;
}

.bordered-box div.bb-topleft, .bordered-box div.bb-bottomleft {
	left: -1px;
	_left: -1px;
}

.bordered-box div.bb-topright, .bordered-box div.bb-bottomright {
	right: -1px;
	_right: -1px;
}

.bordered-box div.bb-topleft {
	background: url(../img/bb-topleft.jpg) left top no-repeat;
}

.bordered-box div.bb-topright {
	background: url(../img/bb-topright.jpg) left top no-repeat;
}

.bordered-box div.bb-bottomleft {
	background: url(../img/bb-bottomleft.jpg) left top no-repeat;
}

.bordered-box div.bb-bottomright {
	background: url(../img/bb-bottomright.jpg) left top no-repeat;
}

.bordered-box img {
	_margin-top: 3px;
}

/*

		LEFT CONT

*/

#main-cont div#left-cont {
	float: left;
	width: 345px;
	margin-top: 13px;
	_position: relative;
	_top: 0;
}

#left-cont h2 {
	padding-bottom: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #676A67;
}

#left-cont div.left-cont-item, #left-cont div.left-cont-item-last {
	margin-top: 11px;
	padding-bottom: 10px;
}

#left-cont div.left-cont-item {
	background: url(../img/cli-cont.jpg) left bottom repeat-x;	
}

.left-cont-item div.cli-img-holder, .left-cont-item-last div.cli-img-holder {
	float: left;
	width: 58px;
	height: 58px;
	overflow: hidden;
	margin: 3px 16px 0 0;
}

.left-cont-item div.cli-cont, .left-cont-item-last div.cli-cont {
	float: right;
	width: 270px;
}

.cli-cont p.cli-cont-heading {
	font-size: 1em;
	font-weight: bold;
	color: #6799ad;
}

.cli-cont p.cli-cont-text {
	margin-top: 7px;
	line-height: 15px;
	font-size: .8em;
	color: #424242;
}

/*

		RIGHT CONT

*/

#main-cont div#right-cont, #main-cont div#right-cont-full {
	float: right;
	width: 470px;
	margin-top: 13px;
	text-align: left;
	overflow: hidden;
	_position: relative;
	_top: 0;
}

#main-cont div#right-cont-full {
	width: 100%;
}

#right-cont div.right-cont-item, #right-cont div.right-cont-item-last,
#right-cont-full div.right-cont-item, #right-cont-full div.right-cont-item-last {
	width: 95%;
	padding-left: 11px;
	border-left: 11px solid #a6b9cd;
	position: relative;
}

#right-cont div.right-cont-item, #right-cont-full div.right-cont-item {
	margin-bottom: 20px;
}

.right-cont-item h3, .right-cont-item-last h3 {
	display: inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #6799ad;
}

.right-cont-item p, .right-cont-item-last p {
	font-size: .8em; 
	line-height: 15px; 
	color: #424242;
}

.right-cont-item p a, .right-cont-item p a:hover,
.right-cont-item-last p a, .right-cont-item-last p a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #568999;
}

.right-cont-item p a:hover, .right-cont-item-last p a:hover {
	text-decoration: underline;
}

/*

		ORDER FORM

*/

form#order-form1 {
	width: 60%;
	line-height: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #424242; 
	position: relative;
	left: 5px;
	_left: 0;
}

#order-form1 table tr td {
	vertical-align: top;
}

#order-form1 input#count {
	width: 40px;
	float: left;
	margin-right: 3px;
	text-align: center;
	line-height: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #424242; 
}

#order-form1 input#submit {
	line-height: 15px;
	font-size: 1em;
	color: #676A67;
	border: 1px solid #C3C2C2;
	background: #fdfdfd url(../img/submit.jpg) left bottom repeat-x;
}

#order-form1 p#incval, #order-form1 p#decval {
	width: 18px;
	height: 18px;
	float: left;
	cursor: pointer;
}

#decval {
	margin-right: 3px;
	background: url(../img/leftarrow.gif) left top no-repeat;
}

#incval {
	background: url(../img/rightarrow.gif) left top no-repeat;
}

form#order-form2 {
	width: 70%; 
	float: left;
	margin: 10px 0 0 5px;
	_margin_top: 0;
}

#order-form2 p {
	display: inline;
	float: none;
	width: auto !important; 
	padding: 5px;
	padding-bottom: 4px;
	_padding-top: 3px;
	line-height: 20px;
	background: #fdfdfd url(../img/submit.jpg) left bottom repeat-x;
	border: 1px solid #C3C2C2;
	border-bottom: none;
}

#order-form2 div {
	width: 100%;
	border: 1px solid #C3C2C2;
}

#order-form2 input, #order-form2 select {
	width: 260px;
}

#order-form2 label, #order-form2 input, #order-form2 select {
	line-height: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #424242;
}

#order-form2 input#submit {
	width: auto;
	line-height: 15px;
	font-size: .8em;
	color: #676A67;
	border: 1px solid #C3C2C2;
	background: #fdfdfd url(../img/submit.jpg) left bottom repeat-x;
	_position: relative;
	_left: -13px;
	_display: block;
	_padding: 0;
}

#order-form2 div table {
	width: 100%;
}

#order-form2 div table tr td.left-cell {
	width: 40%;
}

#order-form2 div table tr.odt-odd td {
	background: #f0f0f1;
}

/*

		FOOTER

*/

#page-cont div#footer {
	width: 100%;
	height: 40px;
	margin-top: 18px;
	line-height: 40px;
	text-align: center;
	font-size: .8em;
	color: #424242;
	background: white url(../img/footer.jpg) left top repeat-x;
	border-bottom: 1px solid #dddcdc;
	position: relative;
}

#footer div#footer-topleft, #footer div#footer-topright {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
}

#footer div#footer-topleft {
	left: 0;
	background: url(../img/footer-topleft.jpg) left top no-repeat;
}

#footer div#footer-topright {
	right: 0;
	background: url(../img/footer-topright.jpg) left top no-repeat;
}

#footer p a, #footer p a:hover {
	font-weight: bold;
	color: #6799ad;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

div#bottom-spacer {
	height: 30px;
}

#horelista {
	font: 0.8em/1em verdana, sans-serif; 
	text-align: center;
	width: 100%;
	height:20px;
	position:relative;
	background:#fff;
	border-bottom:1px solid #ededed;
	background-image: url('../img/horelista.gif');
	background-repeat: repeat-x;
}