@charset "utf-8";
body, table, ul {padding: 0px; margin: 0px;}
body { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000;}
img, table, td { border:none; }
a {color: #000;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; color: #000;}
table, tr, td, th {margin: 0; padding: 0; border-collapse: collapse;}

body {
	
	font-family: 'Lato', sans-serif;
}

.wrap {
	width: 1000px;
	margin: auto;
}

.logo {
	width: 300px;
	float: left;
	margin-top: 15px;
}

.logo h1 {
	font-size: 30px;
	color: #35485d;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	float: left;
}

.logo h2 {
	font-size: 25px;
	color: #f0c331;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	float: left;
}

.top_right {
	width: 400px;
	float: left;
	text-align: right;
	padding-top: 40px;
	margin-left: 300px;
}

.map {
	width: 100%;
	float: left;
	background: #34485e;
	background-image: url('../img/bg_body.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: none;
	padding-bottom: 20px;
	padding-top: 20px;
}

.map_img_2 {
	width: 100%;
	cursor: crosshair;
}

.big_result {
	width: 1000px;
	float: left;
	text-align: center;
	padding: 30px 0 30px 0;
}

.bottom {
	width: 100%;
	float: left;
	padding: 30px 0 30px 0;
}

.other_blind_map {
	width: 222px;
	padding: 10px;
	float: left;
	background: #ededed;
	height: 230px;
	text-align: center;
	font-size: 15px;
	background-position: center center;
	background-size: cover;
	margin-right: 10px;
	margin-top: 10px;
}

.other_blind_map a {
	color: #d50000;
	text-decoration: none;
	font-weight: bold;
}

.other_blind_map img {
	max-height: 200px;
	max-width: 222px;
	margin-top: 10px;
} 


.left_column{
	width: 330px;
	float: left;
	min-height: 40px;
	_height: 40px;
	margin-right: 20px;
}

.center_column{
	width: 330px;
	float: left;
	min-height: 40px;
	_height: 40px;
	margin-right: 20px;
}

.right_column{
	width: 300px;
	float: left;
	min-height: 40px;
	_height: 40px;
}

.about {
	width: 100%;
	float: left;
	padding: 20px 0 20px 0;
	background: #545454;
	color: #fff;
	text-align: justify;
}

.about h1 {
	color: #fff;
}


.copyright {
	text-align: center;
	width: 100%;
	float: left;
	padding: 30px 0 30px 0;
	background: #23afd2;
}

#content ul {
	margin-left: 18px;
}

.form_table td {
	padding: 5px 15px 5px 0;
}

.product_box {
	width: 100%;
	float: left;
	background: #eee;
	margin-bottom: 10px;
}

.product_image {
	float: right;
}

.mandatory_input {
	background: #ffbdbd;
}

.basket_header {
	width: 100%;
}

.basket_header td {
	text-align: center;
	width: 20%;
}

.basket_table {
	width: 100%;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.fotogaleria_foto {
	width: 140px;
	height: 140px;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
	margin: 0 8px 8px 0;
}

.fotogaleria_foto table, .fotogaleria_foto tr, .fotogaleria_foto td {
	padding: 0;
	margin: 0;
}

.fotogaleria_foto td {
	height: 140px;
	width: 140px;
}

.floatright {
	float: right;
}

.skuska_input {
	display: none
}

.popup_inner {
	width: 350px;
	min-height: 50px;
	text-align: center;
}

.popup_inner a {
	display: block;
	float: left;
	width: 155px;
	margin: 5px;
	background: #fff;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

.link {
	cursor: pointer;
	cursor: hand;
}

.pieces {
	border: 1px solid #b7b7b7;
	padding: 4px;
	width: 18px;
	text-align: center;
	margin: 0;
	margin: 2px;
}

.client_table td {
	padding: 5px 20px 5px 0;
}

.client_table input[type=text] {
	border: 1px solid #b7b7b7;
	padding: 4px;
}

.basket_client_login {
	display: none;
}

.basket_header_active {
	background: #eee;
}

.form_hidden_me {
    display: none;
}

.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(../img/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(../img/closetiny.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .tclose {left:6px}