@charset "UTF-8";

@import url('/stylesheets/buttonsv3.css');
@import url('/stylesheets/cartv3.css');
@import url('/stylesheets/categoriesv3.css');
@import url('/stylesheets/contentv4.css');
@import url('/stylesheets/footerv3.css');
@import url('/stylesheets/menuv3.css');
@import url('/stylesheets/newsv3.css');
@import url('/stylesheets/slideshowv3.css');
@import url('/stylesheets/user_infov3.css');

html{
	position: relative;
	min-height: 100%;
}

html, body { 
	margin: 0;
 	padding: 0;
 	/*height: 100%;*/
 	overflow-x: hidden;
 }

body {
	color: #464646;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 220px;
	/*overflow-x: hidden;*/
}


@media (max-width: 576px) {
	body {
		margin-bottom: 360px;
		margin-top: 20px;
	}
}
a img {	border: none; }
a {	color: #000; text-decoration: none;	}
a:hover { text-decoration: none; }

form { margin: 0; }
/*
img.logo {
	position: absolute;
	left: 5px;
	top: 18px;
}*/

/*#shade {
	background-image: url(/images/shade.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 1000px;
	height: 566px;
	
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -500px;
}*/

#page {
	background-color: #fff;
	background-image: url(/images/bg_page.png);
	background-position: top;
	background-repeat: repeat-x;
	max-width: 1200px;
	text-align: left;
	margin: 0 auto -135px auto;	
	padding: 0 15px 0 15px;
	box-shadow: 0px 10px 10px silver;
	/* Test */
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.page {
	background-color: #fff;
	background-image: url(/images/bg_page.png);
	background-position: top;
	background-repeat: repeat-x;
	max-width: 1200px;
	text-align: left;
	margin: 0 auto -135px auto;	
	padding: 0 15px 0 15px;
	box-shadow: 0px 10px 10px silver;
	/* Test */
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#content {
	/*padding: 0 20px;*/
	/*background: white;*/
}

#header {
	width: 100%;
	height: 70px;
	position: relative;
	/*margin-bottom: 9px;*/
}

#header2 {
	/*width: 100%;
	height: 345px;*/
	/*border-top: 6px solid rgb(216, 0, 0);*/
}

#quick_contact {
	height: 50px;
	border-left: 1px solid #e8e8e8;
	position: absolute;
	top: 15px;
	left: 205px;
	padding-left: 10px;
	line-height: 140%;
	color: #000;
}

/* Disable */
#disable {
	background-color: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 999; /* 5 */
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;	
}


/*SW - MO 24.11.2014 for numberic fields issue*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}