@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Roboto Slab', serif;
	margin:0px;
	padding:0px;
	position:relative;
}

img{
	border:0px;
}
a {text-decoration:none; color:#464646;}
form{
	position:relative;
}

body,td,th {
	position:relative;
	font-size:16px;
	color:#888888;
	margin:0px;
	padding:0px;
}

.top_bg{
	position:absolute;
	top:0px;
	height:100%;
	width:100%;
	background:url(/images/chip_bg.png);
	z-index:1;
}

.clear{clear:both;}

.page_holder{
	width:961px;
	margin:auto;
	padding-top:50px;
	margin-bottom:20px;
}

.content_container{
	padding:8px 25px;
	background:url(/images/content_bg.png) center center repeat-y;
}

.logo{
	float:left;
	width:158px;
	height:110px;
}

.top_right{
	float:right;
}

.menu_container{
	position:relative;
	margin-left:-30px;
	height:56px;
	z-index:2;
}

.menu_fold{
	float:left;
	width:8px;
	height:56px;
	background:url(/images/menu_fold.png) bottom no-repeat;
}

.menu_content{
	padding:0px 25px;
	float:left;
	height:56px;
	background:url(/images/menu_bg.png) bottom repeat-x;
	width:92.7%;
}

.menu_content a{
	float:left;
	color:#fff;
	font-size:16px;
	display:block;
	padding:23px 9px 0px 9px;
	text-decoration:none;
}

.menu_content a:hover{
	text-decoration:underline;
}

.menu_end{
	float:left;
	width:5px;
	height:56px;
	background:url(/images/menu_end.png) bottom no-repeat;
}

.flags{
	float:left;
	width:80px;
}

.side_cart{
	float:left;
	width:305px;
	padding-left:30px;
	padding-top:5px;
	background:url(/images/cart_icon.png) no-repeat;
}

a.lang_flag, a.lang_sel{
	display:inline-block;
	width:38px;
	height:38px;
	background-repeat:no-repeat;
	background-position:bottom;
}

a.lang_sel, a.lang_flag:hover{
	background-position:top !important;
}

.contact_container{
	float:left;
	width:460px;
	background:url(/images/kontakt_bg.png)center right no-repeat;
	padding:9px 0 11px 0;
}

.contact_container a{
	color:#686868;
	text-decoration:none;
}

.contact_container a:hover{
	text-decoration:underline;
}

.contact, .phone_num, .email, .mobile_num{
	float:left;
	color:#7c7c7c;
}

.phone_num{
	color:#686868;
	padding-left:40px;
}

.email{
	color:#686868;
	padding-left:60px;
}

.mobile_num{
	color:#686868;
	padding-left:48px;
}

.search_container input{
	width:155px;
	height:15px;
	padding:10px 15px;
	color:#7c7c7c;
	border:1px solid #c1c1c1;
	border-radius:10px;
}

.delimeter{
	height:3px;
	width:909px;
	background:url(/images/delimeter.png) center center no-repeat;
}

.footer_container{
	width:961px;
	margin:auto;
	background:url(/images/shadow_footer.png);	
}

.footer_content{
	width:903px;
	padding:20px 25px;
	padding-bottom:0px;
	margin-left:4px;
	background:url(/images/footer_bg.png) bottom left;
}

.footer_inquiry_container{
	position:relative;
	float:left;
	width:165px;
	color:#fff;
	font-size:14px;
	margin-right:40px;
}

#mail_sent_msg{
	position:absolute;
	width:100%;
	height:56%;
	text-align:center;
	background:url("/images/footer_bg.png") repeat scroll left bottom rgba(0, 0, 0, 0);
	padding-top:190px;
	display:none;
}

#close_sent_msg{
	position:absolute;
	bottom:10px;
	right:10px;
	background-color:#55C7FF;
	border-radius:5px;
	padding:2px 10px;
	cursor:pointer;
}

h1{
	color:#464646;
	font-size:40px;
	margin:0px;
	padding-top:10px;
	font-weight:900;	
}

h3{
	color:#fff;
	margin:0px;
	font-size:18px;
	font-weight:600;
}

.inquiry_item{
	padding-top:10px;
}

.inquiry_input input, .inquiry_input textarea{
	padding:5px 10px;
	width:145px;
	background-color:#fff;
	border:none;
	border-radius:5px;
	height:20px;
}

.inquiry_input textarea{
	height:105px;
}

.footer_inquiry_container .send_button{
	float:right;
	padding-top:5px;
}

.footer_inquiry_container .send_button a{
	display:inline-block;
	padding:3px 10px;
	font-size:14px;
	background-color:#55c7ff;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
}

.footer_menu_container{
	float:left;
	width:690px;
}

.footer_item{
	float:left;
	width:200px;
	padding-right:30px;
	padding-bottom:30px;
}

.footer_item a{
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

.footer_item a:hover{
	text-decoration:underline;
}

.production{
	color:#fff;
	font-size:16px;
}

.production a{
	color:#fff;
	font-size:16px;
	text-decoration:none;
}

.location, .location a{
	margin-top:30px;
	color:#0091df;
	text-decoration:none;
	float:none;
}

input.error_input{
	border-color:#f00 !important;
	border-width:1px !important;
	border-style:solid !important;
}



.related_item {
	width:220px; 
	float:left; 
	height:280px;
	padding-left:1px;
	padding-right:1px;
	color:#000;
	position:relative;
	margin-right:19px;
	}

/*////////*/
/*thumb*/
.related_item a.thumb1 {
	background-position:center;
	background-repeat:no-repeat;
	width:222px;
	height:190px;
	padding-top:40px;
	display:block;
	vertical-align:center;
	text-align:center; 
	overflow:hidden; 
}
.related_item .price_container{
	width:222px;
	height:40px;
	display:block;
	text-align:center;
	padding-top:8px;
	padding-left:0px;
}
.related_item .price_container a{
	text-decoration:none;
	color:#63c3e6;
	font-size:14px;
}
.related_item .price_container span{
	color:#000;
	font-size:10px;
}
.related_item .c2 {display:inline-block;
color:#000;
}

.st_sharethis_custom {
    background: url("/images/share_white.png") no-repeat scroll left top 1px rgba(0, 0, 0, 0);
    cursor: pointer;
	padding:5px;
	width:45px; 
	height:45px;
	display:block;
	margin-top:25px !important;
	float:left;
}