@import url("reset.css");

body {
	width: 1024px;
	height: 100%;
	margin: auto;
	background-color: Whitesmoke;
}
h1 {
	text-align: center;
	font-size: 22px;
	font-weight:bold;
	padding: 20px;
}


div#Site {
	width: 1024px;
	height: 100%;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px 0px rgba(1, 1, 1, 0.12);
	-moz-box-shadow:    1px 5px 5px 0px rgba(1, 1, 1, 0.12);
	box-shadow:         1px 5px 5px 0px rgba(1, 1, 1, 0.12);
}

									/* Header */

div#Header {
	width: 1024px;
	height: 130px;
	background: #d6d6d6;
}

div#Header_Content {
	width: 1024px;
	height: 125px;
	background: url('../img/Header_bg.png') no-repeat;
}

div#Name_Company {
	width: 572px;
	height: 63px;
	margin: 0px auto;
	background: url('../img/Slogan_bg.png');
	color: #C1C1C1;
	text-align: center;
}
div#Name_Company p {
	font-size: 20px;
	line-height: 1.3;
}
div#Name_Company p span {
	font-size: 27px;
	line-height: 1.3;
	font-weight: bold;
}
div#Slogan {
	width: 888px;
	height: 50px;
	margin: 12px auto 0px auto;
	background: url('../img/Slogan_bg.png') no-repeat;
	
}

div#Slogan p {
	font-family: Arial;
	font-size: 16px;
	color: #e8e8e8;
	text-shadow: 1px 1px 0px black;
	text-align: center;
	padding-top: 6px;
}

									/* Navigation Tabs */

ul#Navigation_Tabs {
	width: 1024px;
	height: 104px;
	background: url('../img/Navigation_Tabs_bg.png') repeat;
}

div.line {
	width: 2px;
	height: 52px;
	float: left;
	background: url('../img/Line_bg.png') no-repeat;
}

div.line:first-child {
	margin-left: 64px;
}
ul#Navigation_Tabs li {
	vertical-align: baseline;
}

ul#Navigation_Tabs li a {
	font-family: Arial;
	font-size: 18px;
	color: Black;
	text-shadow: 1px 1px 0px White;
	float: left;
	height: 52px;
	text-align: center;
	padding: 12px 43px 0px 43px;
	 vertical-align: baseline;
}

/*ul#Navigation_Tabs a li#Hoses_KLNS,
ul#Navigation_Tabs a li#Other_Parts_K {
	padding-top: 9px;
}*/

ul#Navigation_Tabs li#item2 a, ul#Navigation_Tabs li#item4 a {
	padding-top: 9px;
}

ul#Navigation_Tabs li a:hover, ul#Navigation_Tabs .active a, ul#Navigation_Tabs li a:focus{
	background: url('../img/Active_bg.png') repeat-x;
	color: #fefefe;
	text-shadow: 1px 1px 0px Black;
	text-decoration: none;
	 vertical-align: baseline;
}

									/* Content */

div#Content {
	width: 1024px;
	height: auto;
	padding: 20px 0px 40px 0px;
	margin-top: 2px;
	background: #eaeaea;
	min-height: 527px;
}

div#Table {
	width: 864px;
	height: auto;
	margin: 0px auto;
	padding: 4px 0px 4px 0px;
	background-color: White;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px 0px rgba(1, 1, 1, 0.12);
	-moz-box-shadow:    1px 5px 5px 0px rgba(1, 1, 1, 0.12);
	box-shadow:         1px 5px 5px 0px rgba(1, 1, 1, 0.12);
}

						/* Pliers */

div#Table_Pliers {
	width: 856px;
	height: auto;
	margin: 0px auto;
}

div#Table_Pliers div#Pliers_img {
	width: 858px;
	height: 46px;
	margin: 0px 0px -4px -1px;
	background: url('../img/Table_Pliers_bg.png') no-repeat;
}						
						
div#Table_Pliers div.string {
	width: 856px;
	height: 37px;
}

div#Table_Pliers div.string div {
	width: 214px;
	height: 37px;
	float: left;
	background: url('../img/Table_td_white.png') no-repeat;
}

div#Table_Pliers div.string:nth-child(odd) div {
	background: url('../img/Table_td_gray.png') no-repeat;
}

						/* Hoses_KLNS */

div#Table_Hoses_KLNS {
	width: 856px;
	height: auto;
	margin: 0px auto;
}

div#Table_Hoses_KLNS div#Hoses_KLNS_img {
	width: 858px;
	height: 46px;
	margin-bottom: -4px;
	background: url('../img/Table_Hoses_KLNS_bg.png') no-repeat;
}						
						
div#Table_Hoses_KLNS div.string {
	width: 856px;
	height: 37px;
}

div#Table_Hoses_KLNS div.string div {
	width: 214px;
	height: 37px;
	float: left;
	background: url('../img/Table_td_white.png') no-repeat;
}

div#Table_Hoses_KLNS div.string:nth-child(odd) div {
	background: url('../img/Table_td_gray.png') no-repeat;
}

div#Table_Hoses_KLNS div.string div.half {
	width: 107px;
	height: 37px;
	background: url('../img/Table_td_white_half.png') no-repeat;
}

div#Table_Hoses_KLNS div.string:nth-child(odd) div.half {
	width: 107px;
	height: 37px;
	background: url('../img/Table_td_gray_half.png') no-repeat;
}

/* Hoses_MAZ */

div#Table_Hoses_MAZ {
	width: 856px;
	height: auto;
	margin: 0px auto;
}

div#Table_Hoses_MAZ div#Hoses_MAZ_img {
	width: 858px;
	height: 46px;
	margin-bottom: -4px;
	background: url('../img/Table_Hoses_MAZ_bg.png') no-repeat;
}						
						
div#Table_Hoses_MAZ div.string {
	width: 856px;
	height: 37px;
}

div#Table_Hoses_MAZ div.string div {
	width: 214px;
	height: 37px;
	float: left;
	background: url('../img/Table_td_white.png') no-repeat;
}

div#Table_Hoses_MAZ div.string:nth-child(odd) div {
	background: url('../img/Table_td_gray.png') no-repeat;
}

div#Table_Hoses_MAZ div.string div.half {
	width: 107px;
	height: 37px;
	background: url('../img/Table_td_white_half.png') no-repeat;
}

div#Table_Hoses_MAZ div.string:nth-child(odd) div.half {
	width: 107px;
	height: 37px;
	background: url('../img/Table_td_gray_half.png') no-repeat;
}

/* Other_Parts_K */

div#Table_Other_Parts_K {
	width: 856px;
	height: auto;
	margin: 0px auto;
}

div#Table_Other_Parts_K div#Other_Parts_K_img {
	width: 858px;
	height: 46px;
	margin-bottom: -4px;
	background: url('../img/Table_Other_Parts_K_bg.png') no-repeat;
}						
						
div#Table_Other_Parts_K div.string {
	width: 856px;
	height: 37px;
}

div#Table_Other_Parts_K div.string div {
	width: 214px;
	height: 37px;
	float: left;
	background: url('../img/Table_td_white.png') no-repeat;
}

div#Table_Other_Parts_K div.string:nth-child(odd) div {
	background: url('../img/Table_td_gray.png') no-repeat;
}

div#Table_Other_Parts_K div.string div.half {
	width: 107px;
	height: 37px;
	background: url('../img/Table_td_white_half.png') no-repeat;
}

div#Table_Other_Parts_K div.string:nth-child(odd) div.half {
	width: 107px;
	height: 37px;
	background: url('../img/Table_td_gray_half.png') no-repeat;
}

/* ----------------------------------------------------- */

div.string div p {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	text-align: center;
	padding-top: 12px;
}

div#Content p.Info1 {
	width: auto;
	height: 72px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #3c3c3c;
	line-height: 24px;
	text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.45);
	margin-left: 75px;
	padding: 20px 0px 40px 0px;
	float: left;
}

div#Content p.Info2 {
	width: auto;
	height: 72px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #3c3c3c;
	line-height: 24px;
	text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.45);
	margin-left: 75px;
	padding: 20px 60px 40px 0px;
	float: right;
	margin-left: 455px;
}

div#Content p.Info2 a {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #3c3c3c;
	line-height: 24px;
	text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.45);
}

div#Content div#Map {
	width: 874px;
	height: 400px;
	padding: 2px;
	margin: auto;
	margin-top: 50px;
	background-color: White;
	-webkit-box-shadow: 1px 5px 5px 0px rgba(1, 1, 1, 0.12);
	-moz-box-shadow:    1px 5px 5px 0px rgba(1, 1, 1, 0.12);
	box-shadow:         1px 5px 5px 0px rgba(1, 1, 1, 0.12);
}

						/* admin.php */
						

div#Table_Ad {
	width: 886px;
	margin: auto;
}

input[type="submit"] {
	clear: both;
}

div.lineTable {
	padding: 0px;
}

div.lineTable div {
	float: left;
	margin: 0px;
}
						
div.lineTable div textarea {
	width: 214px;
	height: 20px;
	padding: 0px;
}

div.lineTable div textarea.check {
	width: 20px;
	height: 20px;
	text-align: center;
}
div#Content {
	position: relative;
}

#Content p {
	padding: 5px 80px;
	font-size: 14px;
}
#Content h3 {
	display: block;
	padding: 40px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 1px 1px 0 White;
}
.tab-1 {
	width: 85%;
	margin: 0 auto;
}
#Content > ul, .ul-c {
	padding: 5px 120px;
}
#Content ul li,  .ul-c li {
	list-style-type: circle;
}
.tab-2 td {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.tab-3 td {
	border: 0;
	padding: 0;
	margin: 0;
}
.table {
	width: 90%;
	margin: 40px auto;
}
.table > thead > tr > th {
	text-align: center;
	background: #ddd;
}
.table > tbody > tr > td {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	text-align: center;
}
.table-bordered {
    border: 1px solid #a29e9e;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #a29e9e;
}
.dsff img {
	margin: 0 20px 20px 30px;
}