@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	position:relative;
	background-image: url(/media/images/bg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

p {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

.tab {
	box-shadow: inset 1px 1px 0px 0px #ee1c2d;
	-moz-box-shadow: inset 1px 1px 0px 0px #ee1c2d;
    -webkit-box-shadow: inset 1px 1px 0px 0px #ee1c2d;
	min-width: 88px;
	height: 20px;
	background-color: #ee1c2d;
    background: -moz-linear-gradient(100% 100% 90deg, #ee1c2d, #a31420);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a31420), to(#ee1c2d));
    border-left: solid;
    border-left-color: #a31420;
    border-left-style: solid;
    border-left-width: 1px;
    border-top: solid;
    border-top-color: #a31420;
    border-top-style: solid;
    border-top-width:1px;
    float: left;
	top: 1px;
	position: relative;
	text-shadow: #a31420 0px 1px 0px;
	color:#FFF;
	text-align: center;
	z-index:300;
	line-height: 2em;
}

#tab_last {
	box-shadow: inset 1px 1px 0px 0px #ee1c2d;
	-moz-box-shadow: inset 1px 1px 0px 0px #ee1c2d;
    -webkit-box-shadow: inset 0px 0px 1px 1px #ee1c2d;
	min-width: 88px;
	height: 20px;
    background: -moz-linear-gradient(100% 100% 90deg, #ee1c2d, #a31420);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a31420), to(#ee1c2d));
    border-left:solid;
    border-left-color: #a31420;
    border-left-style:solid;
    border-left-width:1px;
    border-right:solid;
    border-right-color: #a31420;
    border-right-style:solid;
    border-right-width:1px;
    border-top:solid;
    border-top-color: #a31420;
    border-top-style:solid;
    border-top-width:1px;
    float:left;
	top: 1px;
	position: relative;
	padding-top:5px;
	text-shadow: #a31420 0px 1px 0px;
	color:#FFF;
	text-align:center;
	line-height: 2em;
	z-index:300;
}

#searchbar {
	box-shadow: inset 1px 1px 0px 0px #ee1c2d;
	-moz-box-shadow: inset 1px 1px 0px 0px #ee1c2d;
    -webkit-box-shadow: inset 0px 0px 1px 1px #ee1c2d;
	width: 178px;
	height: 20px;
	background-color: #a31420;
    background: -moz-linear-gradient(100% 100% 90deg, #ee1c2d, #a31420);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a31420), to(#ee1c2d));
    border-left:solid;
    border-left-color: #a31420;
    border-left-style:solid;
    border-left-width:1px;
    border-right:solid;
    border-right-color: #a31420;
    border-right-style:solid;
    border-right-width:1px;
    border-top:solid;
    border-top-color: #a31420;
    border-top-style:solid;
    border-top-width:1px;
    float:right;
	top: 1px;
	position: relative;
	text-shadow: #a31420 0px 1px 0px;
	color:#FFF;
	text-align:center;
	z-index:300;
}

#searchbox {
	height: 12px;
	width: 115px;
	border: solid 1px;
	border-color: #a31420;
	background-color:#FFF;
	margin: 0px;
	padding: 0px;
	box-shadow: inset 0px 2px 5px 0px #7d7d7d;
	-moz-box-shadow: inset 0px 2px 5px 0px #7d7d7d;
    -webkit-box-shadow: inset 0px 2px 5px 0px #7d7d7d;
	
}

.tabline {
	width: 100%;
	height: 5px;
    background-color: #ee1c2d;
	background: -moz-linear-gradient(100% 100% 90deg, #a31420, #ee1c2d) ;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ee1c2d), to(#a31420));
    border-bottom:solid;
    border-bottom-color: #a31420;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-top:solid;
    border-top-color: #a31420;
    border-top-style:solid;
    border-top-width:1px;
	float:left;
	padding: 0px;
	margin: 0px;
	z-index:20;
	position: relative;
}

.tabline_shadow {
	width: 100%;
	height: 5px;
    background: -moz-linear-gradient(100% 100% 90deg, TRANSPARENT, #000000);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(TRANSPARENT));
    float:left;
	opacity: 0.75;
	padding: 0px;
	margin: 0px;
}

#tabs_wrap {
	width: 960px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

#tab_bar {
	top: 134px;
	width:100%;
	height:30px;
	position: absolute;
	z-index: 214214;
	padding: 0px;
	margin: 0px;
}

.sidebar {
	width: 180px;
	float:left;
	margin: 0px;
	padding-top: 15px;
	min-height: 600px;
	
}

#content {
	width: 580px;
	float:left;
	min-height: 480px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	min-height: 670px;
	background-color:#FFF;
	text-align: left;
}
#content h2 {
color: #2277C1;
font-family: Tahoma, Arial;
font-size: 20px;
font-weight: normal;	
}

.backbone {
	min-width:1000px;
	max-width: 1100px;
	background-image: url(/media/images/backbone.png);
	background-repeat:repeat-y;
	background-position:center;
	z-index: 1;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#content_wrapper {
	width:960px;
	padding: 0px;
	margin: 0px;
	background-color:#1d69a9;
}

#head {
	width:960px;
    height:160px;
    background: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #c2c2c2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c2c2c2), to(#FFFFFF));
    position: relative;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#foot {
	width:960px;
    height:80px;
	background-color:#1d69a9;
	position: relative;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#end_content {
	width:600px;
    height:30px;
    background: -moz-linear-gradient(100% 100% 90deg, #6699c5, #FFFFFF);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#6699c5));
	padding: 0px;
	margin: 0px;
	z-index: 1;
	top:-30px;
}

#foot_content {
	width:960px;
    height:40px;
    background: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #e5f3ff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5f3ff), to(#FFFFFF));
	padding: 0px;
	margin: 0px;
	box-shadow: inset 0px 3px 5px 5px #6a9ccb;
	-moz-box-shadow: inset 0px 3px 5px 0px #6a9ccb;
    -webkit-box-shadow: inset 0px 3px 5px 0px #6a9ccb;
	border-top: solid;
	border-top-style:solid;
	border-top-color:#1d69a9;
	border-top-width: 1px;
	z-index: 1;
}

.sidebar_button_off {
	width:178px;
    height:24px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	border-top: solid;
	border-top-style:solid;
	border-top-color:#1d69a9;
	border-top-width: 1px;
	border-bottom: solid;
	border-bottom-style:solid;
	border-bottom-color:#2485d4;
	border-bottom-width: 1px;
	color:#FFF;
	text-shadow: #0a3879 0px 1px 0px;
	
}

.sidebar_button_on {
	width:178px;
    height:24px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	border: solid;
	border-style: solid;
	border-color:#0a3879;
	border-width: 1px;
	box-shadow: inset 0px 0px 10px 0px #0a3879;
	-moz-box-shadow: inset 0px 0px 10px 0px #0a3879;;
    -webkit-box-shadow: inset 0px 0px 10px 0px #0a3879;
	color:#FFF;
	text-shadow: #0a3879 0px 1px 0px;
	vertical-align:middle;
	
}

.special_button_off {
	width:178px;
    height:24px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	background-color:#2790e6;
	border-top: solid;
	border-top-style:solid;
	border-top-color:#1d69a9;
	border-top-width: 1px;
	border-bottom: solid;
	border-bottom-style:solid;
	border-bottom-color:#2485d4;
	border-bottom-width: 1px;
	color:#FFF;
	text-shadow: #0a3879 0px 1px 0px;
	
}

.special_button_on {
	width:178px;
    height:24px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	background-color:#2790e6;
	border: solid;
	border-style: solid;
	border-color:#2790e6;
	border-width: 1px;
	box-shadow: inset 0px 0px 10px 0px #FFFFFF;
	-moz-box-shadow: inset 0px 0px 10px 0px #FFFFFF;;
    -webkit-box-shadow: inset 0px 0px 10px 0px #FFFFFF;
	color:#FFF;
	text-shadow: #0a3879 0px 1px 0px;
	vertical-align:middle;
	
}

.sidebar_button_on p {
	padding: 5px;
}
#content p {
	padding: 10px;
}
.sidebar_button_off p {
	padding: 5px;
}
.tab p {
	padding: 3px;
}
#tab_last p {
	padding: 3px;
}
.special_button_off p {
	padding: 5px;
}
.special_button_on p {
	padding: 5px;
}


#tabs_wrap a:link {
	text-decoration: none;
}
#tabs_wrap a:visited {
	text-decoration: none;
}
#tabs_wrap a:hover {
	text-decoration: none;
}
#tabs_wrap a:active {
	text-decoration: none;
}




.sidebar a:link {
	text-decoration: none;
}
.sidebar a:visited {
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: none;
}
.sidebar a:active {
	text-decoration: none;
}



#head a:link {
	text-decoration: none;
}
#head a:visited {
	text-decoration: none;
}
#head a:hover {
	text-decoration: none;
}
#head a:active {
	text-decoration: none;
}

#banner {
	position:absolute;
	top:41px;
	left:245px;
	border:solid 1px #000;
}
.sidebar {
	font-family: Arial;
}
.sidebar a {
	text-decoration: none;
	color: white;
}
.sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
.sidebar ul ul {
	margin: 0px 0px 0px 5px;
	border-left: 1px solid #2485d4;
}
.sidebar ul li  {
	padding: 0px;
	margin: 0px;
}
.sidebar ul li .menuitem {
	border-bottom: 1px solid #2485d4;
	height: 19px;
	padding-top: 5px;
	padding-left: 5px;
}
.sidebar ul li .menuitem.selected {
	border: 1px solid #0a3879;
	background-image: url("/media/assets/mnuSelected.png");
	background-position: right;
	background-repeat: no-repeat; 
}

.right-sidebar {
	font-family: Arial;
	float: right;
	/*padding: 15px;*/
	padding-top: 5px;
	color: white;
	width: 180px;
	text-align: left;
}

.right-sidebar .infoblock {
	margin: 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}
.right-sidebar .infoblock a {
	text-decoration: none;
	color: white;
}
.offers table { margin: 0 auto; }
.offers th { width: 150px; }
.offers input[type=text], .offers textarea { 
	width: 300px; 
	border: 1px solid #ccc;
}
.offers textarea {
	height: 100px;
}
.offers caption { background-color: #ddd; padding: 5px;}
.offers th span { font-weight: normal; }
.offers td .error { color: red; }
.offers th .required { color: red; }
.offers tr.field_vintage input { width: 60px; }
.offers tr.field_captcha input { 
	width: 80px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold; 
}
.captcha-image {
	float: left;
	margin-right: 5px;
}

.contact {
}
.map {
	width: 550px;
	height: 400px;
	border:solid 1px #000;
	margin-left: 10px;
}
.mapWrapper {
}
hr {
	border: none;
	border-top: 1px solid #777;
}
.contacts h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#content a {
    text-decoration: none;
    border-bottom: 1px solid blue;
    color: black;
}
#content a.kepes {
    text-decoration: none;
    border-bottom: 0px;
    color: black;
}
#content a.kepes img {
	cursor: pointer;
}
#content {
    font-family: Arial;
}
#cms_menu_root ul {
	display: none;
}
#cms_menu_root .ancestor > ul {
	display: block;
}
#cms_menu_root .selected > ul {
	display: block;
}
#foot_content a {
	text-decoration: underline;
	color: #1D69A9;
}
.linkcloud {
	text-align: center;
	clear: both;
	width:940px;
    background: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #e5f3ff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5f3ff), to(#FFFFFF));
	padding: 10px;
	margin: 0px 0px 0px 0px;
	box-shadow: inset 0px 3px 5px 5px #6a9ccb;
	-moz-box-shadow: inset 0px 3px 5px 0px #6a9ccb;
    -webkit-box-shadow: inset 0px 3px 5px 0px #6a9ccb;
	border-top: solid;
	border-top-style:solid;
	border-top-color:#1d69a9;
	border-top-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#1d69a9;
	border-bottom-width: 1px;
	z-index: 1;
	
}
.linkcloud a {
	color: #1D69A9;
	text-decoration: none;
}
.backbone.bottom {
	padding-bottom: 0px;
}
.clr {
	clear: both;
}
.infoblock div.tabbed {
	margin-left: 5px;
}


#searchbox {
	font-size: 10px;
}

table.keretes {
	border-collapse: collapse;
}
table.keretes td {
	border: 1px solid #153B63;
	padding: 2px;
}

#p404 {
	text-align: center;
}
#p404 h2{
	font-size: 24px;
}