body {
	background-color : #f0f0f0;
	background-image : none;
}

dl#proend {
	width : 800px;
	margin : 50px auto 50px auto;
	background : #41556e;
	border-radius : 12px;
}

dl#proend dt {
	float : left;
	width : 160px !important;
	width /**/: 200px;
	padding : 20px;
	color : #ffffff;
	text-align : center;
}

dl#proend dt h2 {
	font-size : 120%;
	font-weight : 700;
	color : #ffffff;
	line-height : 1.2em;
}

dl#proend dd {
	margin-left : 200px;
	padding : 20px;
	background : #ffffff;
	text-align : center;
	border-top-right-radius : 10px;
	border-bottom-right-radius : 10px;
}

/*----------PRIMARY----------*/

#primary {
	position : relative;
	clear : both;
	width : 1200px;
	min-height : 582px;
	margin-bottom : 50px;
}

#gallery {
	position : absolute;
	width : 640px;
	height : 582px;
	top : 0;
	left : 0;
}

#primary h3 {
	width : 510px;
	margin : 0 0 18px 690px;
	font-size : 200%;
	font-weight : 900;
	line-height : 1.3em;
}

#prR {
	width : 510px;
	margin-left : 690px;
	padding-top : 35px;
	border-top : solid 8px #b9c8d7;
}

.text_wrapper {
	position : relative;
	margin-bottom : 45px;
}
		
.text {
	height : 400px;
	overflow : hidden;
}
		
.showmore {
	position : absolute;
	bottom : 0px;
	left : 0px;
	width : 100%;
	height : 30px;
	padding-top : 70px;
	text-align : center;
	background : linear-gradient(180deg, rgb(255,255,255,0)0%,rgb(240,240,240,1)70%);
	cursor : pointer;
	transition : bottom 0.2s;
}
		
.active {
	background : none;
	bottom : -30px;
}

#prR h4 {
	margin-bottom : 12px;
	font-size : 120%;
	font-weight : 900;
	line-height : 1.5em;
}

#prR p {
	margin-bottom : 20px;
	line-height : 1.5em;
}

#prR ul {
	margin : 0 0 20px 20px;
}

#prR ul li {
	margin-bottom : 9px;
	line-height : 1.45em;
}

/*----------DATA----------*/

#data {
	width : 699px !important;
	width /**/: 700px;
	border-top : solid 1px #b4b4b4;
	border-left : solid 1px #b4b4b4;
	line-height : 1.3em;
}

#data th {
	width : 139px !important;
	width /**/: 160px;
	padding : 13px 10px 12px 10px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	background : #dce6eb;
	font-weight : normal;
	text-align : center;
}

#data td.model {
	width : 239px !important;
	width /**/: 270px;
	padding : 14px 15px 14px 15px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	background : #dce6eb;
	text-align : center;
	font-size : 120%;
	font-style : normal;
}

#data td {
	padding : 14px 15px 14px 15px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	text-align : center;
}

#data td a {
	color : #0055cc;
	text-decoration : underline;
}

#data td a:hover {
	color : #0055cc;
	text-decoration : none;
}

#boxR {
	position : absolute;
	width : 350px;
	top : 50px;
	right : 50px;
}

dl#oilnote {
	margin-bottom : 25px;
	padding : 28px 25px 25px 25px;
	background : #dce6eb;
	border-radius : 12px;
}

dl#oilnote dt {
	margin-bottom : 18px;
	font-weight : 900;
	font-style : normal;
	font-size : 120%;
	color : #41556e;
	text-align : center;
}

dl#oilnote dd {
	line-height : 1.5em;
}

dl#oilnote dd em {
	display : block;
	margin-top : 10px;
	font-style : normal;
	color : #ff0000;
}

ul#Lbnr {
	list-style : none;
}

ul#Lbnr li {
	margin-bottom : 25px;
	font-weight : 700;
	font-size : 110%;
}

ul#Lbnr li span {
	display : block;
	margin-top : 4px;
	font-weight : 300;
	font-size : 60%;
}

ul#Lbnr li#Lbnr1 a {
	display : block;
	padding : 24px 25px 26px 25px;
	color : #ffffff;
	background-color : #eb690f;
	background-image : url(../../common/ipdf.svg);
	background-repeat : no-repeat;
	background-size : 60px;
	background-position : 270px 18px;
	text-decoration : none;
	border-radius : 10px;
}

ul#Lbnr li#Lbnr2 a {
	display : block;
	padding : 24px 25px 26px 25px;
	color : #ffffff;
	background-color : #eb690f;
	background-image : url(../../common/ipipe.svg);
	background-repeat : no-repeat;
	background-size : 60px;
	background-position : 270px 18px;
	text-decoration : none;
	border-radius : 10px;
}

ul#Lbnr li#Lbnr1 a:hover,ul#Lbnr li#Lbnr2 a:hover {
	background-color : #dc3200;
}

/*----------SAFARI----------*/

_::-webkit-full-page-media, _:future, :root ul#Lbnr li span {
	font-size : 57%;
}