html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #CCCCCC;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
}
p
{
	margin: 0 0 10px 0;
}
nav:not(.mm-menu)
{
	display: none;
}
.header,
.footer
{
	text-align: center;
}
.header {
	background-image: url('../png/sprite.png');
	background:#fff;
	background-size: 100% 300px;
	background-position: 0 -194px;
	-webkit-box-shadow: 2px 1px 4px #cccccc;
	-moz-box-shadow: 2px 1px 4px #cccccc;
	box-shadow: 2px 1px 4px #cccccc;
	height:40px;
	position:fixed;
	width:100%;
	z-index:100;
}
.header #hl {
	float:left;
	width:50px;
	text-align:left;
}
.header #hm {
	float:left;
	color:#666666;
	width: calc(100% - 160px); 
	margin-top:8px;
	margin-left:50px;
	cursor:pointer;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header #hm_cart {
	float:left;
	color:#666666;
	width: calc(100% - 100px); 
	margin-top:8px;
	margin-left:50px;
	cursor:pointer;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header #hrs {
	float:right;
	width:50px;
	text-align:right;
	background-position:-32px -7px;
	background-image:url('../png/sprite.png');
	margin-top:9px;
	height:33px;
	cursor:pointer;
}
.header #hrc {
	float:right;
	width:50px;
	text-align:right;
	background-position:-80px -7px;
	background-image:url('../png/sprite.png');
	margin-top:9px;
	height:33px;
	cursor:pointer;
}
.header #hrcart {
	float:right;
	width:50px;
	text-align:right;
	background-position:-133px -7px;
	background-image:url('../png/sprite.png');
	margin-top:9px;
	height:33px;
	cursor:pointer;
}
.footer {
	background: #ffffff;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 50px;
}
.header a
{
	background-position:-7px -7px;
	background-image:url('../png/sprite.png');
	display:block;
	width:33px;
	height:33px;
	position:absolute;
	top:9px;
	left:10px;
}
#footer {
	background:#f0f0f0;
	margin-top: -10px;
}
#footer #container {
	text-align: center;
	padding-top: 20px;
	margin-top: 10px;
	z-index: 90;
	min-height:120px;
	line-height:25px;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer #container_cart {
	text-align: center;
	padding-top: 20px;
	margin-top: 10px;
	z-index: 90;
	min-height:50px;
	line-height:25px;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer #container a {
	color:#555555;
}
#footer #container_cart a {
	color:#555555;
}
#page .search input {
	width: 95.5%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #444;
    background: #fff;
    border: solid 1px #d5d3cb;
    height: 40px;
    padding-left: 4%;
}
#page .search button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	width: 100%;
	padding: 8px 4px;
	text-shadow: 1px 1px 2px #555555;
	box-shadow: none;
	border:0px;
	height: 43px;
	font-size:14px;
	color:#FFFFFF;
}
#page .search #search_input {
	width: 100%;
    height: 50px;
}
#page .search #search_button {
	
}
input[type=text]:focus {
    outline-color: rgba(255,255,255,0);
    outline-offset: 10px;
}
input[type=textarea]:focus {
    outline-color: rgba(255,255,255,0);
    outline-offset: 10px;
}
input[type=password]:focus {
    outline-color: rgba(255,255,255,0);
    outline-offset: 10px;
}
#page .search input:focus {
    border-color: #0c94d8;
    -moz-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(82,169,235,0.35);
    -webkit-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(82,169,235,0.35);
    box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(82,169,235,0.35);
}
#cookie {
	padding: 9px 20px 9px 10px;
	color: #5E5149;
	font-size: .88em;
	text-shadow: 0 1px #FFFFFF;
	line-height: 1.5em;
	border-color: #e3e3e3;
	background: #FBFADD;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F5E69C), color-stop(1, #FBFADD));
	background: -ms-linear-gradient(bottom, #F5E69C, #FBFADD);
	background: -moz-linear-gradient(center bottom, #F5E69C 0%, #FBFADD 100%);
	border:#e3e3e3 solid 1px;
	margin-bottom:15px;
	margin-top: -12px;
}
#cookie .info {
	text-decoration:none;
}
#cookie-info-link {
	text-decoration:underline;
}
#search_options_show {
	padding: 9px 20px 9px 10px;
	color: #5E5149;
	font-size: .88em;
	text-shadow: 0 1px #FFFFFF;
	line-height: 1.5em;
	border-color: #e3e3e3;
	background: #FBFADD;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F5E69C), color-stop(1, #FBFADD));
	background: -ms-linear-gradient(bottom, #F5E69C, #FBFADD);
	background: -moz-linear-gradient(center bottom, #F5E69C 0%, #FBFADD 100%);
	border:#eaeaea solid 1px;
	margin-bottom:15px;
	line-height:25px;
	cursor:pointer;
}
#search_options {
	padding: 9px 20px 9px 10px;
	color: #5E5149;
	font-size: .88em;
	text-shadow: 0 1px #FFFFFF;
	line-height: 1.5em;
	border-color: #e3e3e3;
	background: #FBFADD;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F5E69C), color-stop(1, #FBFADD));
	background: -ms-linear-gradient(bottom, #F5E69C, #FBFADD);
	background: -moz-linear-gradient(center bottom, #F5E69C 0%, #FBFADD 100%);
	border:#eaeaea solid 1px;
	margin-bottom:15px;
	line-height:25px;
}
#cart_main {
	display:none;
}
#cart {
	height: auto;
    position: absolute;
    z-index: 99;
    width: auto;
    box-shadow: 0px 0px 0px #888888;
    background-color: #FFFFFF;
    border: #CCCCCC solid 1px;
    top: 55px;
    width: 91%;
}
#cart_button_scroll {
    display: block;
    width: 49px;
    height: 11px;
    border: #CCCCCC solid 1px;
    border-top: 0px;
    border-bottom: 0px;
    top: 45px;
    position: absolute;
    right: 43px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #f8f8f8));
    background: -ms-linear-gradient(bottom, #ffffff, #f8f8f8);
    background: -moz-linear-gradient(center bottom, #ffffff 0%, #f8f8f8 100%);
    background: #fff;
    z-index: 100;
}
.scroll_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#cart_info_1 {
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	border-bottom:#CCCCCC solid 1px;
}
#cart_info_1 a {
	text-decoration:none;
}
#cart_content_scroll_down {
	width:100%;
	height:52px;
	background-color:#f9f9f9;
	border-top:#CCCCCC solid 1px;
	clear:both;
}
#cart_content_scroll_down #bt {
	float:right;
	margin:0px;
	padding-top:7px;
	padding-right:9px;
}
#cart_content_scroll_down #ba {
	margin:7px;
	padding-top:7px;
	padding-left:9px;
}
.cart_content_scroll_itemName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.cart_content_scroll_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.cart_scroll_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration:none;
}
/*
	Menu
*/
.menu {
	width:auto;
	height:auto;
	padding-top:14px;
	padding-bottom:14px;
	padding-left:15px;
	cursor:pointer;
	border-top:#ddd solid 1px;
	color:#555555;
	cursor:pointer;
	height:auto;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #fefefe;
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menu_1 {
	width:auto;
	height:auto;
	padding-top:14px;
	padding-bottom:14px;
	padding-left:15px;
	cursor:pointer;
	border-top:#ddd solid 1px;
	color:#555555;
	cursor:pointer;
	height:auto;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: rgb(249, 249, 249);
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding-left:30px;
}
.menu_2 {
	width:auto;
	height:auto;
	padding-top:14px;
	padding-bottom:14px;
	padding-left:15px;
	cursor:pointer;
	border:#ddd solid 1px;
	border-bottom:0px;
	color:#555555;
	cursor:pointer;
	height:auto;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: rgb(234, 234, 234);
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding-left:37px;
}
.menu_sh {
	width:auto;
	height:auto;
	padding-top:14px;
	padding-bottom:14px;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
	height:auto;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #0061a7;
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menu_main {
	width:auto;
	height:auto;
	padding-top:14px;
	padding-bottom:14px;
	text-align:center;
	border:#ddd solid 1px;
	border-bottom:0px;
	color:#555555;
	cursor:pointer;
	height:auto;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #fefefe;
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menu_icon_arr_down {
	background: url("../png/sprite.png") -37px -45px no-repeat;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0px;
    margin-right: 18px;
    top: 0;
    margin-top: 14px;
}
.menu_icon_arr_up {
	background: url("../png/sprite.png") 1px -45px no-repeat;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0px;
    margin-right: 18px;
    top: 0;
    margin-top: 14px;
}
.menu_icon_arr_left {
	background: url("../png/sprite.png") -71px -43px no-repeat;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0px;
    margin-right: 18px;
    top: 0;
    margin-top: 14px;
}
.menu_icon_arr_left_1 {
	background: url("../png/sprite.png") -62px -43px no-repeat;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0px;
    padding-right: 20px;
    top: 0;
    margin-top: 14px;
}
.menu a {
	text-decoration:none;
}
.menu_1 a {
	text-decoration:none;
}
.menu_2 a {
	text-decoration:none;
}
.menu_group {
	width:auto;
	height:auto;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	cursor:pointer;
	border-top:#cccccc solid 1px;
	color:#555555;
	cursor:pointer;
	height:auto;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:10px;
}
.menu_group a {
	text-decoration:none;
}
.btn_login,.btn_login_wide,.btn_login_normal {
	width: 235px;
	color:#FFFFFF;
	margin-top:4px;
	margin-left:20px;
	margin-bottom:10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #154682;
	-webkit-box-shadow:inset 0px 1px 0px 0px #154682;
	box-shadow:inset 0px 1px 0px 0px #154682;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:9px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.btn_login:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.btn_login_wide {
	padding:15px;
	width:auto;
	margin-top:10px;
	font-size:15px;
	margin-top:2px;
	margin-bottom:10px;
	margin-left:0px;
}
.btn_login_normal {
	width:auto;
	color:#FFFFFF;
	margin:0px;
	padding:7px;
}
.btn_logout {
	width: 235px;
	color:#FFFFFF;
	margin-top:4px;
	margin-left:20px;
	margin-bottom:10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:9px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.btn_logout:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
}
.btn_logout:focus {

}
.list_alert {
	color:#FF0000;
	font-size:11px;
}
.list_alert .icon {
	background: url("../png/sprite.png") -112px -76px no-repeat;
	height: 20px;
	width: 18px;
	float:left;
}
.czp_in {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666666;
}
.cz_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
}
.icon_up {
	background: url("../png/sprite.png") -140px -70px no-repeat;
	height: 37px;
	width: 37px;
	position:fixed;
	bottom:20px;
	float:right;
	right:20px;
	cursor:pointer;
	display:none;
}
/*
	product_list
*/
.product_list {
	height:auto;
	overflow:auto;
	cursor:pointer;
}
.product_list .name {
	text-decoration:none;
	padding:10px;
	color:#ffffff;
	font-size:13px;
	text-align:center;
	background:#666666;
	opacity: 0.9;
}
.product_list .image {
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}
.product_list .price_brutto {
	text-align:center;
	overflow:auto;
}
.product_list .price_netto {
	text-align:center;
	overflow:auto;
}
/*
	Karta towarowa
*/
#ask_about_qty #ask_title {
	width:92%;
}
#ask_about_qty #ask_text {
	width:92%;
	height:120px;
}
#ask_about_qty #ask_email {
	width:92%;
}
/*
	Media screen
*/
@media only screen and (max-device-width:480px){
    .product_list {
		height:auto;
		overflow:auto;
		cursor:pointer;
	}
	.product_list .name {
		text-decoration:none;
		padding:10px;
		color:#ffffff;
		font-size:13px;
		text-align:center;
		background:#666666;
		opacity: 0.9;
	}
	.product_list .image {
		margin-top:10px;
		margin-bottom:10px;
		width:100%;
		text-align:center;
	}
	.product_list .image img {
		max-width:80%;
	}
	.product_list .price_brutto {
		text-align:center;
		overflow:auto;
		font-size:18px;
		color:#FF0000;
	}
	.product_list .price_netto {
		display:none;
	}
	/*
		Karta towarowa
	*/
	#ask_about_qty #ask_title {
		width:93%;
	}
	#ask_about_qty #ask_text {
		width:93%;
		height:120px;
	}
	#ask_about_qty #ask_email {
		width:93%;
	}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	.product_list {
		height:auto;
		overflow:auto;
		cursor:pointer;
	}
	.product_list .name {
		text-decoration:none;
		padding:10px;
		color:#ffffff;
		font-size:13px;
		text-align:left;
		background:#666666;
		opacity: 0.9;
	}
	.product_list .image {
		margin-top:10px;
		margin-bottom:10px;
		width:60%;
		text-align:left;
		float:left;
	}
	.product_list .image img {
		max-width:80%;
		text-align:left;
	}
	.product_list .prices {
		float:right;
		width:35%;
		margin-top:10px;
	}	
	.product_list .price_brutto {
		text-align:center;
		overflow:auto;
		font-size:16px;
		color:#FF0000;
	}
	.product_list .price_netto {
		text-align:center;
		overflow:auto;
		font-size:14px;
		color:#333333;
	}
	/*
		Karta towarowa
	*/
	#ask_about_qty #ask_title {
		width:70%;
	}
	#ask_about_qty #ask_text {
		width:70%;
		height:120px;
	}
	#ask_about_qty #ask_email {
		width:70%;
	}
}
.link {
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
}
.link_remove {
	font-size: 36px;
	text-decoration: none;	
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
}
.btn_setprice {
	width: 60px;
	color:#FFFFFF;
	margin-top:4px;
	margin-left:9px;
	margin-bottom:10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #154682;
	-webkit-box-shadow:inset 0px 1px 0px 0px #154682;
	box-shadow:inset 0px 1px 0px 0px #154682;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:4px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.btn_setprice:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.add_to_cart {
	width:auto;
	color:#FFFFFF;
	margin-top:4px;
	margin-left:9px;
	margin-bottom:10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	padding:10px;
	width:120px;
}
.add_to_cart:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
h1 {
	cursor:pointer;
	height:auto;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:#666666;
	text-decoration:none;
	padding:10px;
	margin:0;
}
h2 {
	color:#666666;
	cursor:pointer;
	height:auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#prices {
	
}
#add_to_cart {
	text-align: center;
	padding-top:5px;
}
#price_add {
	margin-top: 10px;
    clear: both;
    overflow: auto;
    text-align: center;
}
#price_add #price_brutto {
	color:#FF0000;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:2px;
}
#price_add #price_netto {
	color:#999999;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top:5px;
}
/*
	Opcje
*/
.option_link {
	
}
.option_link_selected {
	font-weight:bold;
}
.product_cart_options {
	padding: 9px 20px 9px 10px;
	color: #5E5149;
	font-size: .88em;
	text-shadow: 0 1px #FFFFFF;
	line-height: 1.5em;
	border-color: #e3e3e3;
	background: #FBFADD;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F5E69C), color-stop(1, #FBFADD));
	background: -ms-linear-gradient(bottom, #F5E69C, #FBFADD);
	background: -moz-linear-gradient(center bottom, #F5E69C 0%, #FBFADD 100%);
	border:#eaeaea solid 1px;
	margin-bottom:15px;
	line-height:25px;
}
/*
	Ogólne
*/
.field_color {
	padding:5px;
	border:#99CCFF solid 1px;
	background:#FFFFFF;
}
.cz {
	color:#333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.red {
	color:#FF0000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.field_color,.field_color_wide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	background: #fff;
	border: solid 1px #d5d3cb;
	padding-left: 10px;
}
.field_color_textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	background: #fff;
	border: solid 1px #d5d3cb;
	padding-left: 0px;
}
.field_color_select,.field_color_wide_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	background: #fff;
	border: solid 1px #d5d3cb;
	height: 32px;
	padding-left: 10px;
}
.field_color:focus {
    border-color: #0c94d8;
    -moz-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(82,169,235,0.35);
    -webkit-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(82,169,235,0.35);
    box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(82,169,235,0.35);
}
.field_color_wide:focus {
    border-color: #0c94d8;
    -moz-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(82,169,235,0.35);
    -webkit-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(82,169,235,0.35);
    box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(82,169,235,0.35);
}
.field_color_textarea:focus {
	border-color: #0c94d8;
    -moz-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(82,169,235,0.35);
    -webkit-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(82,169,235,0.35);
    box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(82,169,235,0.35);
}
.button_color,.button_color_big,.button_color_wide {
	width:auto;
	color:#FFFFFF;
	margin-top:2px;
	margin-bottom:10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:14px;
	padding:7px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.button_color:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
.button_color_big {
	padding:10px;
	width:120px;
}
/*
	Button blue
*/
.button_blue,.button_blue_wide {
	width:auto;
	color:#FFFFFF;
	margin-top:2px;
	margin-bottom:10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:14px;
	padding:7px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.button_blue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.button_blue_wide {
	padding:15px;
	width:auto;
	margin-top:10px;
	font-size:15px;
}
/*
	login
*/
#reg_table {
	margin-top:10px;
	color:#666666;
}
#reg_table table .table_title {
	width:100px;
}
#reg_table table input[type="text"],input[type="password"] {
	
}
#reg_table .reg td {
	padding: 5px 5px;
}
#reg_table table a {
	color:#666666;
}
#reg_table table a:hover {
	color:#666666;
}
#reg_table .table_header {
	background:#E1E1E1;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:10px;
}
#reg_table .table_header_td {
	background:#afafaf;
	height:3px;
}
#reg_table .table_header_alert {
	background:#DCDCDC;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom:3px solid #FF0000;
	padding:10px;
}
#reg_table table {
	border:1px solid #CCCCCC;
	background:#fefefe;
	margin: 0px;
	box-shadow: 0 0 4px #CCCCCC;
	-moz-box-shadow: 0 0 4px #CCCCCC;
	-webkit-box-shadow: 0 0 4px #CCCCCC;
	border-collapse: collapse;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#reg_table table td {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#reg_table .reg {
	border-top:1px solid #CCCCCC;
	border-bottom: 1px solid #afafaf;
	border-right:1px solid #CCCCCC;
	margin:0px;
}
#reg_table .reg td {
	padding: 5px 5px;
}
.button_color_wide {
	padding:15px;
	width:auto;
	margin-top:10px;
	font-size:15px;
}
.dynamic_cart_m {
	margin:10px;
}
.dynamic_cart_bt1 {
	width:100%;
}
.dynamic_cart_bt2 {
	display:none;
}
.dynamic_cart_bt .bt1 {
	float:left;
}
.dynamic_cart_bt .bt2 {
	float:left;
}
/*
	Koszyk
*/
#xc_no_cart {
	
}
@media only screen and (max-device-width:480px){
	/*
		login
	*/
	#reg_table table .table_title {
		width:80px;
	}
	#reg_table table input[type="text"],input[type="password"] {
		
	}
	#reg_table .reg td {
		padding: 5px 5px;
	}
	#reg_table table a {
		color:#666666;
	}
	#reg_table table a:hover {
		color:#666666;
	}
	#reg_table .table_header {
		background:#ffffff;
		color:#333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding:10px;
	}
	#reg_table .table_header_td {
		background:#afafaf;
		height:1px;
		font-weight:normal;
	}
	#reg_table .table_header_alert {
		background:#DCDCDC;
		color:#666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		border-bottom:3px solid #FF0000;
		padding:10px;
	}
	#reg_table table {
		border:none;
		background:#fefefe;
		margin: 0px;
		box-shadow: 0 0 0px #ffffff;
		-moz-box-shadow: 0 0 0px #ffffff;
		-webkit-box-shadow: 0 0 0px #ffffff;
		border-collapse: collapse;
		color:#666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	#reg_table table td {
		border:none;
		padding: 6px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	#reg_table .reg {
		border:none;
		margin:0px;
	}
	#reg_table .reg td {
		padding: 0px 0px;
	}
	.field_color_wide {
		width:95%;
		height: 30px;
	}
	.field_color_wide_select {
		width:99%;
	}
	.button_color_wide {
		padding:15px;
		width:100%;
		margin-top:10px;
		font-size:25px;
	}
	.button_blue_wide {
		padding:15px;
		width:100%;
		margin-top:10px;
		font-size:25px;
	}
	.dynamic_cart_bt1 {
		clear:both;
		width:100%;
		margin-top:30px;
	}
	.dynamic_cart_bt2 {
		display:none;
	}
	/*
		Karta
	*/
	#picture_in img {
		max-width:60%;
		text-align:center;
	}
	/*
		Koszyk
	*/
	#xc_no_cart {
		margin-left:2%;
		width:96%;
	}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	/*
		login
	*/
	#reg_table {
		 width:70%;
		 margin-left:15%;
	}
	#reg_table .reg td {
		padding: 5px 5px;
	}
	#reg_table table a {
		color:#666666;
	}
	#reg_table table a:hover {
		color:#666666;
	}
	#reg_table .table_header {
		background:#ffffff;
		color:#333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding:10px;
	}
	#reg_table .table_header_td {
		background:#afafaf;
		height:1px;
	}
	#reg_table .table_header_alert {
		background:#DCDCDC;
		color:#666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		border-bottom:3px solid #FF0000;
		padding:10px;
	}
	#reg_table table {
		border:none;
		background:#fefefe;
		margin: 0px;
		box-shadow: 0 0 4px #CCCCCC;
		-moz-box-shadow: 0 0 4px #CCCCCC;
		-webkit-box-shadow: 0 0 4px #CCCCCC;
		border-collapse: collapse;
		color:#666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	#reg_table table td {
		border:none;
		padding: 6px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	#reg_table .reg {
		border-top:1px solid #CCCCCC;
		border-bottom: 1px solid #afafaf;
		border-right:1px solid #CCCCCC;
		margin:0px;
	}
	#reg_table .reg td {
		padding: 5px 5px;
	}
	.field_color_wide {
		width:97%;
		height: 30px;
	}
	.field_color_wide_select {
		width:100%;
	}
	.button_color_wide {
		padding:15px;
		margin-top:10px;
		font-size:20px;
	}
	.button_blue_wide {
		padding:15px;
		margin-top:10px;
		font-size:20px;
	}
	.dynamic_cart_bt1 {
		display:none;
	}
	.dynamic_cart_bt2 {
		width:100%;
		display:block;
	}
	.dynamic_cart_bt2 .bt1 {
		width:auto;
		margin:10px;
		float:left;
		margin-left:0px;
	}
	.dynamic_cart_bt2 .bt1 .button_color {
		padding:10px;
	}
	.dynamic_cart_bt2 .bt2 {
		width:auto;
		margin:10px;
		float:left;
	}
	.dynamic_cart_bt2 .bt2 .button_color {
		padding:10px;
	}
	/*
		Karta
	*/
	#picture_in img {
		max-width:90%;
		text-align:center;
	}
	/*
		Koszyk
	*/
	#xc_no_cart {
		margin-left:1%;
		width:98%;
	}
}
.hr_rule {
	height:1px;
	border:none;
	color:#999999;
}
.reg_no_left_alert {
	color:#FF0000;
}
#overlay {
	background-image: url(../../png/overlay.png); 
}
/*
	Slider
*/
#slider {
	position: relative;
	overflow: hidden;
}
#slider ul {
	position:relative;
	margin:0;
	padding:0;
	height:auto;
	list-style:none;
}
#slider ul li {
	position:relative;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
a.control_prev, a.control_next {
	cursor: pointer;
}
a.control_prev:hover, a.control_next:hover {
	-webkit-transition: all 0.2s ease;
}
a.control_prev {
	background: url("../png/sprite.png") -235px -70px no-repeat;
	height: 37px;
	width: 37px;
	position:absolute;
	float:left;
	cursor:pointer;
	z-index:90;
	top:50%;
}
a.control_next {
	background: url("../png/sprite.png") -188px -70px no-repeat;
	height: 37px;
	width: 37px;
	position:absolute;
	float:right;
	cursor:pointer;
	z-index:90;
	right:12px;
	top:50%;
}
/*
	Koszyk
*/
.cart_info_step_data {
	display:none;
}
.cart_info_step_selected {
	display:none;
}
.cart_info_step {
	display:none;
}
#cart_bottom_1 {
	width:100% !important;
}
/*
	Koszyk
	tabele
*/
#cart_table {
	margin-top:10px;
	color:#666666;
}
#cart_table table .table_title {
	width:100px;
}
#cart_table table input[type="text"],input[type="password"] {
	
}
#cart_table .reg td {
	padding: 5px 5px;
}
#cart_table table a {
	color:#666666;
}
#cart_table table a:hover {
	color:#666666;
}
#cart_table .table_header {
	background:#E1E1E1;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:10px;
}
#cart_table .table_header_td {
	background:#afafaf;
	height:3px;
}
#cart_table .table_header_alert {
	background:#DCDCDC;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom:3px solid #FF0000;
	padding:10px;
}
#cart_table table {
	border:1px solid #CCCCCC;
	background:#fefefe;
	margin: 0px;
	box-shadow: 0 0 4px #CCCCCC;
	-moz-box-shadow: 0 0 4px #CCCCCC;
	-webkit-box-shadow: 0 0 4px #CCCCCC;
	border-collapse: collapse;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#cart_table table td {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#cart_table .reg {
	border-top:1px solid #CCCCCC;
	border-bottom: 1px solid #afafaf;
	border-right:1px solid #CCCCCC;
	margin:0px;
}
#cart_table .reg td {
	padding: 5px 5px;
}
.cart_choose {
	padding: 9px 10px 9px 10px;
	color: #5E5149;
	font-size: .88em;
	text-shadow: 0 1px #FFFFFF;
	line-height: 1.5em;
	border-color: #e3e3e3;
	background: #FBFADD;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F5E69C), color-stop(1, #FBFADD));
	background: -ms-linear-gradient(bottom, #F5E69C, #FBFADD);
	background: -moz-linear-gradient(center bottom, #F5E69C 0%, #FBFADD 100%);
	border:#eaeaea solid 1px;
	margin-bottom:15px;
	cursor:pointer;
}
.cart_choose_selected {
	padding: 9px 10px 9px 10px;
	color: #5E5149;
	font-size: .88em;
	text-shadow: 0 1px #FFFFFF;
	line-height: 1.5em;
	border-color: #e3e3e3;
	background: #FBFADD;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F5E69C), color-stop(1, #FBFADD));
	background: -ms-linear-gradient(bottom, #F5E69C, #FBFADD);
	background: -moz-linear-gradient(center bottom, #F5E69C 0%, #FBFADD 100%);
	border:#eaeaea solid 1px;
	margin-bottom:15px;
	cursor:pointer;
}
.content {
	padding-top:53px;
}
@media only screen and (max-device-width:480px){
	.cart_list_pic {
		display:none;
	}
	#cart_table table .table_title {
		width:80px;
	}
	#cart_table table input[type="text"],input[type="password"] {
		
	}
	#cart_table .reg td {
		padding: 5px 5px;
	}
	#cart_table table a {
		color:#666666;
	}
	#cart_table table a:hover {
		color:#666666;
	}
	#cart_table .table_header {
		background:#ffffff;
		color:#333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding:6px;
	}
	#cart_table .table_header_td {
		background:#afafaf;
		height:1px;
		font-weight:normal;
	}
	#cart_table .table_header_alert {
		background:#DCDCDC;
		color:#666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		border-bottom:3px solid #FF0000;
		padding:10px;
	}
	#cart_table table {
		border:none;
		background:#fefefe;
		margin: 0px;
		box-shadow: 0 0 0px #ffffff;
		-moz-box-shadow: 0 0 0px #ffffff;
		-webkit-box-shadow: 0 0 0px #ffffff;
		border-collapse: collapse;
		color:#666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	#cart_table table td {
		border:none;
		padding: 2px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	#cart_table .reg {
		border:none;
		margin:0px;
	}
	#cart_table .reg td {
		padding: 0px 0px;
	}
	.content {
		padding-top:53px;
		width: 92%;
		margin-left: 4%;
		margin-bottom:4%;
	}
	#prices #avl #avl_info {
		display:none;
	}
	#page .search {
		margin-bottom:15px;
		height: 90px !important;
	}
	.menu_container {
		border: #E0DDDD solid 1px;
		border-top:0px;
	}
	/*
		Listingi
	*/
	.product_list {
		background: #ffffff;
		border: #ddd solid 1px;
		margin-bottom:4%;
	}
	.product_cart_data {
		background: #ffffff;
		border: #ddd solid 1px;
		margin-bottom:4%;
	}
	.cart_data {
		background: #ffffff;
		border: #ddd solid 1px;
		padding: 2%;
		margin-bottom:4%;
	}
	#product_cart_ship_info {
		display:none;
	}
	#loading_data {
		padding: 9px 20px 9px 10px;
		color: #5E5149;
		font-size: .88em;
		text-shadow: 0 1px #FFFFFF;
		line-height: 1.5em;
		border-color: #e3e3e3;
		background: #FBFADD;
		background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F5E69C), color-stop(1, #FBFADD));
		background: -ms-linear-gradient(bottom, #F5E69C, #FBFADD);
		background: -moz-linear-gradient(center bottom, #F5E69C 0%, #FBFADD 100%);
		border:#e3e3e3 solid 1px;
		margin-bottom:15px;
		margin-top: -12px;
		margin-bottom:4%;
	}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1980px) and (orientation:landscape) {
	.cart_list_pic {
		width:50px;
		height:50px;
		float:left;
		margin-right:5px;
	}
	#cart_table {
		 width:100%;
	}
	#cart_table .reg td {
		padding: 5px 5px;
	}
	#cart_table table a {
		color:#666666;
	}
	#cart_table table a:hover {
		color:#666666;
	}
	#cart_table .table_header {
		background:#ffffff;
		color:#333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding:10px;
	}
	#cart_table .table_header_td {
		background:#afafaf;
		height:1px;
	}
	#cart_table .table_header_alert {
		background:#DCDCDC;
		color:#666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		border-bottom:3px solid #FF0000;
		padding:10px;
	}
	#cart_table table {
		border:none;
		background:#fefefe;
		margin: 0px;
		box-shadow: 0 0 4px #CCCCCC;
		-moz-box-shadow: 0 0 4px #CCCCCC;
		-webkit-box-shadow: 0 0 4px #CCCCCC;
		border-collapse: collapse;
		color:#666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	#cart_table table td {
		border:none;
		padding: 6px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	#cart_table .reg {
		border-top:1px solid #CCCCCC;
		border-bottom: 1px solid #afafaf;
		border-right:1px solid #CCCCCC;
		margin:0px;
	}
	#cart_table .reg td {
		padding: 5px 5px;
	}
	.content {
		padding-top:53px;
		width: 96%;
		margin-left: 2%;
		margin-bottom:2%;
	}
	#page .search {
		margin-bottom:15px;
		height: 90px !important;
	}
	.menu_container {
		border: #E0DDDD solid 1px;
		border-top:0px;
	}
	/*
		Listingi
	*/
	.product_list {
		background: #ffffff;
		border: #ddd solid 1px;
		margin-bottom:2%;
	}
	.product_cart_data {
		background: #ffffff;
		border: #ddd solid 1px;
		margin-bottom:2%;
	}
	.cart_data {
		background: #ffffff;
		border: #ddd solid 1px;
		padding: 1%;
		margin-bottom:2%;
	}
	#product_cart_ship_info {
		
	}
	#loading_data {
		padding: 9px 20px 9px 10px;
		color: #5E5149;
		font-size: .88em;
		text-shadow: 0 1px #FFFFFF;
		line-height: 1.5em;
		border-color: #e3e3e3;
		background: #FBFADD;
		background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F5E69C), color-stop(1, #FBFADD));
		background: -ms-linear-gradient(bottom, #F5E69C, #FBFADD);
		background: -moz-linear-gradient(center bottom, #F5E69C 0%, #FBFADD 100%);
		border:#e3e3e3 solid 1px;
		margin-bottom:15px;
		margin-top: -12px;
		margin-bottom:2%;
	}
}
#product_cart_data_info {
	margin:2%;
}
.cart_choose img {
	max-width:70px;
	max-height:70px;
}
.cart_choose_selected img {
	max-width:70px;
	max-height:70px;
}
#hide_menu {
	display:none;
}
#show_menu {
	display:none;
}
.banner {
	background:#ffffff;
}
.banner img {
    width: 100%;
    height: auto;
}
/*
	2017-09-20
*/
.product_cart_info {
	color:#333;
}
#avl {
	color:#333;
}
select[id^="kit_opt"] {
    width:100%;
	margin-bottom:10px;
	margin-top:10px;
	padding:10px;
}
.prices {
    margin-top: 20px;
    margin-bottom: 20px;
}