body {
	margin: 0px auto;
	padding: 0px;
	background-color:#ffffff;
	width:100%;
	overflow-x:hidden;
}
html {
	margin: 0px auto;
	padding: 0px;
}
body {
	font-family: 'Open Sans', sans-serif;
	color:#777777;
}
div, span {
	font-family: 'Open Sans', sans-serif;
	color:#777777;
}

ul, ol, p {
	font-family: 'Open Sans', sans-serif;
	color:#777777;
	font-size:11px;
	line-height: 1.5;
}
select, input, textarea {
	font-family: 'Open Sans', sans-serif;
	color:#777777;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border:0px;
}
p {
	padding:4px 0px 4px 0px;
	margin:0px;
	color:#777777;
}

a {
    outline:none;
}

div.clear {
	clear:both;
}

span.highlight 
{
    color: #003876;
	font-weight:bold;
	font-size:14px;
}

#holderHeader {
	background-image:url(/images/bg-top.png);
	background-position:top left;
	background-repeat:repeat-x;
	border:0px;
	padding:0px;
	margin:0px auto;
}

.containerHeader {
    margin: 0px auto;
    max-width: 980px;
    position: relative;
    width: 99%;
}

#holderTopBanner {
	border:0px;
	padding:0px;
	margin:0px auto;
	float:none;
	clear:both;
}

.containerTopBanner {
	margin: 0px auto;
	position:relative;
	overflow:hidden;
}

.containerTopBanner ul{
	width: 2000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.containerTopBanner ul li{
	float:left;
}

.containerTopBanner img {
    /*height: 415px;
    width: auto;*/
    width:100%;
}

#holderPage {
	border:0px;
	padding:0px;
	margin:0px auto;
	position:relative;
}

.containerPage {
	margin: 0px auto;
    max-width: 980px;
    position: relative;
    width: 94%;
	padding:0 0 30px 0;
}

#holderFooter {
	border:0px;
	padding:0px;
	margin:0px;
	background-image:url(/images/bg-footer.png);
	background-position:top left;
	background-repeat:repeat;
}

.containerFooter {
	margin: 0px auto;
    max-width: 980px;
    position: relative;
    width: 94%;
	padding:0 0 16px 0;
}

.logo, .logo img {
	float:left;
	width:160px;
	padding:10px 0 0 2%;
}

.main-menu {
	float:left;
	width:69%;
	padding:40px 0 0 0;
}

.main-menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:right;
}

.main-menu .level1{
	display:inline-block;
	padding:0 14px;
}

.main-menu a.level1 {
	color:#252525;
	font-size:22px;
	text-decoration:none;
	padding:0 0px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.main-menu a.level1:hover {
	color:#003876;
	background-image:url(/images/menu-hover.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.main-menu > ul > li > a.selected {
	color:#003876;
	background-image:url(/images/menu-hover.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.main-menu .level1 {
	position:relative;
	display:inline-block;
	padding:0 8px;
}

.main-menu .level1 .restlevels {
	left:0; 
	position: absolute;
	display:none;
	background:#fff;
	text-align:left;
	z-index:100;
}

.restlevels ul {
    text-align:left;
}

.restlevels ul li a:hover {
    color:#003876;
	/*background-image:url(/images/menu-hover.png);
	background-position:bottom left;
	background-repeat:repeat-x;*/
}

.main-menu  ul li.level2{
	padding:0px 10px important;
}

.main-menu .level2 a {
	color:#252525;
	font-size:18px;
	text-decoration:none;
	padding:6px 0px 6px 26px;
	font-family: 'Open Sans Condensed', sans-serif;
	width:220px;
	margin:0 0 4px 0;
	display:block;
}
.main-menu .level3 a {
	color:#252525;
	font-size:16px;
	text-decoration:none;
	padding:6px 0px 6px 46px;
	font-family: 'Open Sans Condensed', sans-serif;
	width:220px;
	margin:0 0 4px 0;
	display:block;
}
.main-menu .level2 a:hover {
	background-image:url(/images/grey-stripes.png);
	background-position:left;
}

.main-menu li.level1:hover .restlevels {
	display:block;
	padding:0px 10px important;
	margin:0 0 4px 0;
}
.menu-close{display:none}
.language {
	float:left;
	padding:44px 0 0 0;
	height:60px;
	width:6%;
	text-align:center;
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
	position:relative;
}

.bglang {
    background-image: url(/images/arrow-lang.png);
    background-position: right ;
    background-repeat: no-repeat;
	color:#555555;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding-right: 18px;
}

.changelang {
	padding:20px 0 0 0;
}

#openlang {	
	display: none;
    position: absolute;
    right: 85px;
    /*right:12.8%;
    width: 102px;*/
    top: 50px; 
    z-index: 10;
}

#closelanguages {
    margin-top: 2px;
    text-align: right;
	width:6%;
}

.languagedrop {
    float: left;
}

.languagedrop .lang {
	color:#555555;
    text-decoration: none;
	display:block;
    font-size: 16px;
    background-color:#ffffff;
	padding: 0 5px;}

.languagedrop .lang-selected {
	color:#555555;
    text-decoration: none;
	display:block;
    font-size: 16px;
    background-color:#ffffff;
	padding: 0 5px;}

.top-search {
	float:left;
	width:55px;
	padding:44px 0 0 0;
	height:58px;
	text-align:center;
	border-right:1px solid #c7c7c7;
}

.home-news-area {
	width:100%;
	padding:34px 0 0 0;
}

.home-news-area .arrows{
	width:30px;
	float:left;
	padding:42px 0 0 0
}

.home-news-area .arrows:last-child{
	text-align:right;
}

.home-news-area .arrows a{
	outline:none;
}

.home-news-area .home-news{
	/*width:900px;*/
	width:90%;
	height:150px;
	margin: 0 10px;
	float:left;
	overflow: hidden;
    position: relative;
}

.home-news-area .home-news .jslider {
	overflow: hidden;
    position: relative;
    width:2000em;
    height:150px;
}

.home-news-area .news-box{
    display: block;
	width:250px;
	height:120px;
	float:left;
	background-color:#182839;
	margin: 0 33px 0 0;
	padding:30px 10px 0 10px;
}

.home-news-area .news-box .news-date {
	color:#739cca;
	font-size:48px;
	float:left;
	width:78px;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height:40px;
}

.home-news-area .news-box .news-date span{
	color:#739cca;
	font-size:19px;
	vertical-align:top;
	display:inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height:20px;
}

.home-news-area .news-box .news-tlt {
	width:159px;
	float:left;
	color:#efefef;
	font-size:14px;
	border-left:3px solid #4d5e71;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	height:76px;
	overflow:hidden;
}

.home-news-area .news-box .more-news {
	color:#739cca;
	font-size:15px;
	display:block;
	text-align:right;
	text-decoration:none;
}

.company-info {
	width:100%;
	padding:120px 0 0 0;
}

.welcome {
	width:66%;
	float:left;
	font-size:15px;
	color:#555555;
}

.welcome .header1{
	font-size:30px;
	color:#555555;
	display:block;
}

.welcome .header2{
	font-size:16px;
	color:#003876;
	display:block;
}

.welcome .description {
	font-size:15px;
	color:#555555;
	border-top:1px solid #929292;
	border-bottom:1px solid #929292;
	padding:16px 0;
	margin:20px 0 0 0;
	line-height:22px;
}

.sxara {
    width:34%;
	float:left;
	text-align:right;
	margin-top:2%;
}

.innerBanner 
{
    margin-top:30px;
}

.innerBanner img
{
    max-width: 210px;
    width:100%;
}


.home-banners.projects
{
	padding: 0;
}

.home-banners {
	width:100%;
	padding:120px 0 30px 0;
}

.home-banners div.left-banner{
	width:49.5%;
	float:left;
	padding:0 0.5% 1px 0px;
}


.home-banners div.right-banner{
	width:49.5%;
	float:left;
	text-align:right;
	padding:0 0 1px 0.5%;
}

.home-banners div.left-banner img, .home-banners div.right-banner img{
	width:100%;
}

.home-banners div:hover 
{
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0px 0px 22px 0px #000;
    -webkit-transform: scale(1.08,1.10);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 0px 22px 0px #000;
    -moz-transform: scale(1.08,1.10);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.footer-row1 {
	width:100%;
	padding:44px 0px;
	float:left;
}

.footer-row-mid 
{
    float:none;
    clear:both;
	width:100%;
	padding:14px 0px;
	text-align:right;
	color: #7f7f7f;
    font-size: 11px;
    display: inline-block;
}

.footer-row-mid img
{
    float:left;
}

.footer-row-mid ul {
	padding:0;
	margin:0;
	float:right;
	display:inline-flex;
    margin: 50px 0 0;
}

.footer-row-mid ul li{
	list-style:none;
	margin-right:5px;
}

.footer-row-mid ul li span{
	list-style:none;
	color: #7f7f7f;
    font-size: 12px;
    padding: 20px 10px 0 0;
    vertical-align: middle;
}

.footer-row-mid ul li a{
	width:40px;
	height:40px;
	float:left;
	background-repeat:no-repeat;
}

.footer-row-mid ul li a#facbookLink{
    background-image:url(/images/facebook.png);
}

.footer-row-mid ul li a#linkedinLink{
    background-image:url(/images/linkedin.png);
}

.footer-row-mid ul li a#twitterLink{
    background-image:url(/images/twitter.png);
}

.footer-row-mid ul li a#googleplusLink{
    background-image:url(/images/googleplus.png);
}

.footer-menu {
	width:39%;
	float:left;
	padding:0 1% 0 0;
}

.footer-menu a{
	color:#252525;
	font-size:14px;
	text-decoration:none;
	font-weight:600;
	display:block;
	padding:0px 0 8px 0;
}

.footer-menu .header1 a{
	color:#7f7f7f;
	font-size:18px;
	font-weight:600;
}

.factory {
    width:60%;
	float:left;
}

.factory1 {
	/*width:270px;*/
	float:left;
	padding:0 60px 0 0;
	color:#252525;
	font-size:13px;
	font-weight:600;
	line-height:24px;
}

.factory1 .header1, .factory2 .header1{
	color:#7f7f7f;
	font-size:18px;
	font-weight:600;
}

.factory1 .mail, .factory2 .mail{
	color:#7f7f7f;
	font-size:13px;
	font-weight:600;
}

.factory1 .mail a, .factory2 .mail a{
	color:#7f7f7f;
	font-size:13px;
	text-decoration:none;
}

.factory2 {
    /*width:290px;*/
	float:left;
	color:#252525;
	font-size:13px;
	font-weight:600;
	line-height:24px;
}

.subscription-form {
    float:none; 
	clear:both; 
}

.subscription-form .public-form p{
    margin:0 0 20px;
}

.subscription-form input{
    background-image: url("/images/bg-footer.png");
    background-position: left top;
    background-repeat: repeat;
    border: 0 none;
    margin: 0;
    padding: 8px 15px 10px;
    width:250px;
    float:left;
}

.subscription-form button{
    background-color:#182839;
    color:#fff;
    border: 0 none;
    margin: 0;
    padding: 8px 15px 9px;
    width:70px;
    font-family: "Open Sans",sans-serif;
    cursor:pointer;
}

.footer-row2 {
	width:100%;
	border-top:1px solid #ababab;
	padding:14px 0px;
	float:left;
}

.signature {
	width:26%;
	float:left;
	font-size:11px;
	color:#7f7f7f;
}

.extra-footer-menu {
	width:58%;
	float:left;
	text-align:center;
	font-size:12px;
}

.extra-footer-menu a{
	font-size:12px;
	color:#7f7f7f;
	text-decoration:none;
	padding:0 4px;
}

.gg {
	width:16%;
	float:left;
	text-align:right;
}

.gg a{
	font-size:11px;
	color:#7f7f7f;
	text-decoration:none;
}

.breadcrumb {
	width:100%;
	border-bottom:1px solid #a8a8a8;
	text-align:right;
	padding:16px 0;
}

.breadcrumb a{
	background-image:url(/images/breadcrumb.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:0 20px 0 0;
	font-size:12px;
	color:#999999;
	margin:0 0px 0 16px;
	text-decoration:none;
}

.breadcrumb span{
	margin:0 0px 0 16px;
	font-size:12px;
	color:#003876;
}

.main-area {
	width:100%;
	padding:68px 0 0 0 ;
}

.left-menu {
	width:24%;
	float:left;
	padding:0 10px 0 0;
}

.mn-level1  {
	/*width:250px;*/
}

.mn-level1 .level1, .mn-level1 .level1-selected {
	color:#666666;
	font-size:20px;
	text-decoration:none;
	padding:0 0px;
}

.mn-level2  {
	/*width:250px;*/
	padding:10px 0 0 0;
}

.mn-level2 .level2 {
	color:#555555;
	font-size:14px;
	text-decoration:none;
	padding:0 0px 0 20px;
	background-image:url(/images/left-menu1.png);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
}

.mn-level2 .level2:hover {
	color:#003876;
}

.mn-level2 .level2-selected {
	color:#003876;
	font-size:14px;
	text-decoration:none;
	padding:0 0px 0 20px;
	background-image:url(/images/left-menu1.png);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
}

.mn-level3  {
	/*width:220px;*/
	padding:10px 0 0 30px;
}

.mn-level3 .level3 {
	color:#555555;
	font-size:13px;
	text-decoration:none;
	padding:0 0px 0 20px;
	background-image:url(/images/left-menu1.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.mn-level3 .level3:hover {
	color:#003876;
}

.mn-level3 .level3-selected {
	color:#003876;
	font-size:13px;
	text-decoration:none;
	padding:0 0px 0 20px;
	background-image:url(/images/left-menu1.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.main-content {
	width:74%;
	float:left;
}

.main-txt {
	padding:20px 20px 0 0;
}

.main-content h2{
	font-size:37px;
	color:#555555;
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-family: 'Open Sans Condensed', sans-serif;
}

.main-content h3{
	font-size:16px;
	color:#003876;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

.main-txt p, div, ul, li, ol, td{
	font-size:14px;
	color:#363636;
}

.main-txt a{
	font-size:14px;
	color:#003876;
	text-decoration:none;
}

.main-content-full {
	width:100%;
	position:relative;
}

.main-content-full a{
	color:#003876;
	text-decoration:none;
}

.main-content-full a:hover{
	text-decoration:underline;
}

.main-content-full h2{
	font-size:37px;
	color:#555555;
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-family: 'Open Sans Condensed', sans-serif;
}

.selectNews {
	position:absolute;
	top:10px;
	right:0px;
}

.selectNews select {
	width:auto;
	margin:0 0 0 10px;
}

.page-news{
	width:100%;
	padding:10px 0 0 0;
}

.page-news .news-box{
	padding:14px 0;
	width:100%;
	float:left;
}

.page-news .news-box .news-date {
	color:#003876;
	font-size:30px;
	float:left;
	width:5%;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height:26px;
}

.page-news .news-box .news-date span{
	color:#003876;
	font-size:18px;
	display:block;
	padding:0;
	font-family: 'Open Sans Condensed', sans-serif;
}

.page-news .news-box .news-tlt {
    background-color: #f1f2f2;
    border-left: 2px solid #4d5e71;
    color: #efefef;
    display: inline-block;
    font-size: 15px;
    padding: 16px 0 16px 2.5%;
    width: 92%;
}

.page-news .news-box .news-tlt a {
	color:#363636;
	font-size:14px;
	text-decoration:none;
	background-image:url(/images/arrow-news.png);
	background-position:right;
	background-repeat:no-repeat;
	display:block;
	padding:0 30px 0 0;
}

.paging {
	width:100%;
	text-align:center;
	float:left;
	padding:16px 0 0 0;
}

.paging a{
	margin:0 6px;
}

.page-erga {
	width:100%;
	padding:20px 0 0 0;
}

.erga-item:nth-of-type(3n+1){
	border-right: 1px solid #e1e1e1;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 3.5% 26px 0;
    position: relative;
    width: 28.5%;
	background-image:url(../images/line-space.png);
	background-position:center bottom;
	background-repeat:repeat-x;
}

.erga-item:nth-of-type(3n+2){
	border-right: 1px solid #e1e1e1;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 3.7% 26px 3.7%;
    position: relative;
    width: 28.5%;
	background-image:url(../images/line-space.png);
	background-position:center bottom;
	background-repeat:repeat-x;
}

.erga-item:nth-of-type(3n+3){
	display: inline-block;
    float: right;
    margin: 0;
    padding: 0 0 26px 3.3%;
    position: relative;
    width: 28.5%;
	background-image:url(../images/line-space.png);
	background-position:center bottom;
	background-repeat:repeat-x;
}

.erga-tlt {
	color:#003876;
	font-size:20px;
	font-family: 'Open Sans Condensed', sans-serif;
	padding:20px 0px 0px 0;
	line-height: 20px;
	height: 46px;
}

.erga-img {
	position: relative;
}

.erga-img img {
    width: 100%;
}

.erga-img .overlay {
	transition:opacity 1s;
	-webkit-transition:opacity 1s;
}
.erga-img:hover .overlay {
	opacity:1;
}

.overlay {
	position:absolute;
	bottom:5px;
	background-image:url(/images/transparent-erga.png);
	background-position:top left;
	background-repeat:repeat;
	opacity:0;
	text-align:center;
	padding:0;
}

.erga-item:nth-of-type(3n+1) .overlay {
    width:100%;
	height:96%;
}

.erga-item:nth-of-type(3n+2) .overlay {
	width:100%;
	height:96%;
}

.erga-item:nth-of-type(3n+3) .overlay {
	width:100%;
	height:96%;
}

.overlay span{
	padding:10px 16px;
	font-size:14px;
	color:#fff;
	border:1px solid #ffffff;
	font-family: 'Open Sans Condensed', sans-serif;
	position:relative;
	top:45%;
}

.line-separate {
	background-image:url(/images/line-space.png);
	background-position:center;
	background-repeat:repeat-x;
	width:100%;
	float:left;
	clear:both;
	height:1px;
}

.control-area {
	padding:50px 0 0 0;
	position:relative;
}

.control-tlt {
	border-bottom:1px solid #c2c2c2;
	padding:0 0 10px 0px;
	color:#464646;
	font-size:20px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.control-txt {
	padding:18px 0 10px 0px;
    overflow: hidden;
    position: relative;
}

.control-arrows {
	position:absolute;
	right:0px;
	top:60px;
}

.control-arrows a{
	padding:0px 4px;
	outline:none;
}

.product-box {
    width: 133px;
	/*
    width: 140px;
    background-image:url(/images/bg-prod-cat.png);
	background-position:top center;
	background-repeat:no-repeat;*/
	background-color: #d6d6d6;
    border: 0 solid #000000;
    border-radius: 10px;
	height:119px;
	float: left;
	margin-right: 10px;
}


.product-img {
    height: 76px;
    padding: 10px 6px 0;
    text-align: center;
}

.product-code {
	color:#555555;
	font-size:18px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align:center;
}


.link-box {
	width:235px;
	height:217px;
	display:inline-block;
    /*margin-right:13px;
    background-color: #d6d6d6;
    border: 0 solid #000000;
    border-radius: 10px;
    padding: 10px 0;*/
    background-image:url(/images/bg-link.png);
	background-position:top center;
	background-repeat:no-repeat;
	
}

.link-box:last-child {
	width:230px;
	height:217px;
	display:inline-block;
    background-image:url(/images/bg-link.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.link-img {
	text-align:center;
	padding:10px 0px 0 0px;
	margin:0 0px 0 0;
    height: 217px;
    vertical-align: bottom;
    display: inline-block;
    width:inherit;
}

.link-img a{
    display:block;
}

.control-txt-erga-box {
	/*width:773px;*/
	padding:18px 0 10px 0px;
	margin-left:-70px;
    overflow: hidden;
    position: relative;
}

.erga-box-jslider {
    position:relative;
    width:10000px;
}

.erga-box{
    border-right : 1px solid #c2c2c2;
    display: inline-block;
    float: left;
    padding: 0 70px;
    /*width: 280px;*/
    width:2.8%;
}

.erga-img img {
    width:100%;
    max-height:181px;
}

.erga-img {
	position: relative;φοιτικά επιπλά
}

/*.erga-img img{
	width:100%;
}*/

.erga-box:last-child{
	display:inline-block;
	width:2.8%;
	float:left;
	border-right:1px solid #fff;
	padding:0 0 0 70px;
}

.erga-box1{
	display:inline-block;
	width:280px;
	float:left;
	border-right:1px solid #c2c2c2;
	padding:0px 70px 0 0;
}

.erga-box2{
  	display: inline-block;
    float: left;
    padding: 0 0 0 62px;
	width:287px;
}


.erga-more {
	text-align:right;
	padding:6px 0 0 0;
}

.erga-more .more{
	text-align:right;
	background-image:url(/images/bg-more.png);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:12px;
	color:#003876;
	padding:0 24px 0 10px;
}

.tbl-product{

}

.tbl-product th{
	text-align:left;
	border-bottom:1px solid #cccbcb;
	padding:6px 10px;
	width:330px;
	background-color:#dbdada;
	background-image:url(/images/grey-stripes.png);
	background-position:left;
}

.tbl-product td{
	border-bottom:1px solid #cccbcb;
	padding:6px 10px;
}

.contact-frm-row {
	padding:8px 0;
	width: 80%;
}

.contact-frm-row label{
	width:20%;
	float:left;
}

.contact-frm-row .inp-txt {
	width:79%;
	line-height:30px;
	background-image:url(/images/grey-stripes.png);
	background-position:left;
	border:1px solid #cbcaca
}

.contact-frm-row .btn-send {
	border:1px solid #cbcaca;
	padding:8px 26px;
	background-image:url(/images/grey-stripes.png);
	background-position:left;
	font-size:16px;
	margin:0px auto;
	font-weight:bold;
	text-align:right;
	float:right;
	clear:both;
}

#divSearchField 
{
    display:none;
    position:absolute;
    top:70px;
    right:0%;
    background:#ffffff;
    padding:10px;
    z-index:1000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.listNumber 
{
    display:none;
}

.paging span 
{
    font-size:14px;
}


.extra-row {
                border-top: 1px solid #929292;
                margin:100px 0 0px 0;
                padding:50px 0 0 0;
}

.extra-row .header {
    color: #555555;
    display: block;
    font-size: 30px;
}

.newsletter-area {
	float:left;
	width:35%;
	padding:0 0% 0 0;
}

.newsletter-txt{
	font-size:11px;
	color:#949494;
	padding:4px 10px 0 0;
	text-align:justify;
}

.newsletter-send{
    font-size:11px;
    color:#949494;
    padding:20px 0 0 0;
}

.inpNewsletter {
    float:left;
    border:0px;
    background-color:#eaeaea;
    font-size:16px;
    color:#999999;
    line-height:40px;
    padding:0 0 0 10px;
    width:220px;
    height: 40px;
}

.btnNewsletter {
    float:left;
    border:0px;
    background-color:#172839;
    font-size:16px;
    color:#ffffff;
    line-height:38px;
    padding:0 11px;
    width:110px;
}

.brochure {
	float:left;
	width:37%;
	text-align:center;
}

.certificate-area {
	float:left;
	width:28%;
}

.iso-icon {
    padding:40px 0 0 0;
}

/* pop up*/
.ui-dialog-titlebar-close, .ui-corner-all {display:none;}
.ui-icon .ui-icon-closethick {display:none;}
.ui-dialog {display:none;}
.ui-widget .ui-widget-content .ui-corner-all {display:none;}

.pop-info {
    /*left: 806px;*/
    position: relative;
    /*top: 1180px;*/
	/*z-index:1000;*/
	width:350px !important;
	
}

.pop-info .close {
	position:absolute;
	right:-16px;
	top:-10px;
}

.pop-info .pop-info-tlt {
	background-color:#003876;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	font-size:15px;
	color:#ffffff;
	margin:14px 0 0 0;
	padding:6px 8px;
}

.pop-info .pop-info-tlt span {
	color:#ffffff;
}

.pop-info .pop-info-txt {
    background-color:#D7D7D7;
    border: 1px solid #003876;
	/*background-image: url(/images/bg-footer.png);
    background-position: left top;
    background-repeat: repeat;*/
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	font-size:15px;
	color:#363636;
	padding:20px 8px;
}

.pop-info .pop-info-txt label {
    color: #003876;
    font-size: inherit;
}

.pop-info .pop-info-txt .inpEmail {
    color: #003876;
	border:1px solid #003876;
	background-color:#FFF;
	width:272px;
	margin:0 0 0 10px;
}

.pop-info .pop-info-txt .btn-area {
	border-top:1px solid #fff;
	margin:20px 0 0 0;
	text-align:right;
	padding:10px 0 0 0;
}

.pop-info .pop-info-txt .inpBtn {
    color: #fff;
	border:1px solid #003876;
	background-color:#003876;
	margin:0 0 0 10px;
	cursor:pointer;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding:2px 10px;
}

.tbl-dealer {
    width:70%;
    border-collapse:collapse;
    border:0px;
}

.tbl-products {
    width:100%;
    border-collapse:collapse;
    border:0px; 
}

.tbl-products td{
    padding:4px 3px;
	border:1px solid #363636;
}


.menu-mobile {
    display:none;
}

/* sxara*/

.drpAll 
{
	width:100%;
}

.drpprofil , .drpsupport, .distanceprofile, .distancesupport
{
	/*width:22%;
	float:left;*/
	margin:0 0 20px 0;
}

.drpprofil label, .drpsupport label, .distanceprofile label, .distancesupport label {
	color:#333333;
	font-size:14px;
	display:block;
	padding:0 0 6px 0;
}

.sxaraIMG {
    height: 320px;
    margin-top: 20px;
}

.supportsxara 
{
	position:absolute;
	width:530px;
	height:320px;
}
	
.printsxara {
	background-color:#172839;
	width:200px;
	float:left;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:5px 0;
	font-size:16px;
	margin:24px 0 0 0 ;
}

.drpprofil select, .drpsupport select, .distancesupport select {
	color:#333333;
	font-size:14px;
	height:32px;
	width:70%;
}

.distanceprofile input {
	color:#333333;
	font-size:14px;
	height:26px;
	width:70%;
}

.sxara-right, .sxara-left {
	float:left;
	width:34%
}


/*end sxara*/

.tbl-pro-sxares {
	width:auto;
	border-collapse:collapse;
	text-align: center;
    width: 70%;
	margin:0px auto;
}

.profiles-model img:hover
{
	cursor: pointer;
}

