@charset "utf-8";
/* CSS Document */
@import url('reset.css');

.clear{
	clear:both;
}
.clearfix:before,
.clearfix:after
{
	content:"";
	visibility:hidden;
	display:block;
	clear:both;
	height:0;
}

body{
	background:url(../img/bg.png) #d9dbdb repeat-x top left;
	min-height:500px;
	font-family:Verdana, Geneva, sans-serif;
}
#wrapper{
	width:1000px;
	min-height:300px;
	margin:0 auto;
}
/*===============Header============================*/
header#pageHeader{
	width:100%;
}
#pageHeader #headerTop{
	width:100%;
	margin-bottom:10px;
	margin-top:4px;
}
#pageHeader #headerTop nav#navigator{
	width:760px;
	float:left;
}
#pageHeader #headerTop nav#navigator ul li{

	float:left;
	margin:6px 12px 5px 0px;
}
#pageHeader #headerTop nav#navigator ul li a{
	display:block;
	padding:9px 12px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-transform:uppercase;
}
#pageHeader #headerTop nav#navigator ul li a:hover{
	color:#666;
}

#pageHeader #headerTop #search{
	width:195px;
	height:35px;
	float:right;
	background:url(../img/searchBg.png) no-repeat top left;
	position:relative;
	top:5px;
	margin-right:10px;
}
#pageHeader #headerTop #search .search_input{
	width:145px;
	height:20px;
	line-height:20px;
	background-color:transparent;
	position:absolute;
	border:none;
	top:6px;
	left:6px;
}
#pageHeader #headerTop #search .search_btn{
	width:30px;
	height:28px;
	line-height:28px;
	background-color:transparent;
	border:none;
	cursor:pointer;
	position:absolute;
	right:5px;
	top:4px;
}
#pageHeader #headerContent{
	width:100%;
}
#pageHeader #headerContent aside.questionButton{
	width:250px;
	height:71px;
	float:left;
	background:url(../img/BannerButton.png) no-repeat top left;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
#pageHeader #headerContent aside.questionButton a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	margin-top:18px;
	display:block;
	text-shadow:1px 1px 1px #fff;
}
#pageHeader #headerContent aside.logo{
	width:320px;
	height:71px;
	float:left;
	margin-top:30px;
	margin-left:60px;
}
#pageHeader #headerContent aside.numberSosial{
	width:300px;
	float:right;
	margin-top:30px;
}
#pageHeader #headerContent aside.numberSosial #sosial{
	width:100%;
}
#pageHeader #headerContent aside.numberSosial ul{
	float:right;
	width:auto;
	margin-right:10px;
}
#pageHeader #headerContent aside.numberSosial ul li{
	float:left;
	margin-left:10px;
}
#pageHeader #headerContent aside.numberSosial ul li:hover{
	float:left;
	margin-left:10px;
	opacity:0.5;
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
#pageHeader #headerContent aside.numberSosial .number{
	display:block;
	float:right;
	margin-right:10px;
	font-size:22px;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	margin-top:10px;
}
#pageHeader #headerContent aside.numberSosial .number em{
	font-size:32px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-shadow:1px 1px 1px #fff;
}
/*===============Slider============================*/

#sliderPage{
	width:100%;
	margin-top:20px;
}

/*===============Content============================*/
section#content{
	width:100%;
	margin-top:30px;
	margin-bottom:20px;
}
section#content #contentButton{
	height:44px;
}
section#content #contentButton span{
	width:286px;
	height:44px;
	line-height:44px;
	background:url(../img/contentButtonTop.png) repeat-x top left;
	display:block;
	text-align:center;
	color:#fff;
	margin-left:45px;
	font-size:18px;
}
.selected{
	background:url(../img/contentButtonTopHover.png) repeat-x top left !important;
}

section#content #contentButton li{
	float:left;
	margin-top:10px;
	margin-left:10px;
	font-size:16px;
	color:#999;
}
section#content #contentMain{
	width:705px;
	float:left;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
#contentMain #mainInto{
	width:auto;
	margin:20px;
}
#contentMain #mainInto .formContent{
	width:100%;
}

.formContent .formContentIn{
	width:274px;
	height:77px;
	float:left;
	margin:3px;
}
.formContent .formContentIn2{
	width:274px;
	height:77px;
	float:right;
}
.formContent .formContentIn h1{
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	margin:5px;
}
.formContentIn .select{
	width:274px;
	height:46px;
	background:url(../img/inputSelectBg.png) no-repeat top left;
	font-size:16px;
	color:#999;
	appearance:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    cursor:pointer;
	position:relative;
	
}
.formContentIn .select:after{
	content:url(../img/arrow.png);
	width:33px;
	height:40px;
	right:3px; 
	top:3px;
	position:absolute;
	pointer-events:none;
}
.formContentIn select{
	width:274px;
	height:46px;
	line-height:34px;
	font-size:16px;
	color:#999;
	padding:5px 8px;
	background-color:transparent;
    cursor:pointer;
	border:none;
	display:block;
	position:absolute;
}
@-moz-document url-prefix() {
   	.formContentIn select{
	padding-top:13px;
	}

}
.formContent .formContentIn2 h1{
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	margin:5px;
}

.formContentIn2 .select{
	width:274px;
	height:46px;
	background:url(../img/inputSelectBg.png) no-repeat top left;
	font-size:16px;
	color:#999;
	appearance:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    cursor:pointer;
	position:relative;
	
}
.formContentIn2 select{
	width:274px;
	height:46px;
	line-height:34px;
	font-size:16px;
	color:#999;
	padding:5px 8px;
	background-color:transparent;
    cursor:pointer;
	border:none;
	display:block;
	position:absolute;
}
.formContentIn2 .select:after{
	content:url(../img/arrow.png);
	width:33px;
	height:40px;
	right:3px; 
	top:3px;
	position:absolute;
	pointer-events:none;
}

@-moz-document url-prefix() {
   	.formContentIn2 select{
	padding-top:13px;
	}

}

.formContent .inputText{
	width:274px;
	height:46px;
	background:url(../img/inputTextBg.png) no-repeat top left;
	font-size:16px;
	color:#999;
	-webkit-appearance:none;
    -moz-appearance:none;
    cursor:pointer;
}
.formContent .inputText input[type="text"]{
	width:260px;
	height:42px;
	line-height:34px;
	background-color:transparent;
	border:none;
	padding:5px 8px;
	font-size:17px;
	color:#999;
}

.formContentIn #buttonRed {
	width:120px;
	height:45px;
	line-height:47px;
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	margin-top:10px;
}


#warning{
	width:100%;
	margin-top:14px;
}
#warning span{
	float:left;
	width:49px;
	height:49px;
	display:block;
}
#warning p{
	float:right;
	width:214px;
	overflow:hidden;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
#mainInto #buttonForm{
	width:100%;
	margin-top:15px;
}
#mainInto #buttonForm h4{
	font-size:16px;
	color:#666;
	margin-bottom:10px;
}


/*Button Form*/

#mainInto #buttonForm {
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
}
#mainInto #buttonForm .myradio{
	width:150px;
	height:47px;
	border:2px dotted #CCC;
	display:inline-block;
	line-height:48px;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}

#mainInto #buttonForm .myradio img{
	float:right;
	height:47px;
}



.formContentIn #textComent p{
	font-size:14px;
	color:#999;
	line-height:20px;
}
.formContentIn2 #plastKart p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

.formContentIn #nextButton{
	background:url(../img/nextInput.png) no-repeat top left;
	width:253px;
	height:53px;
	line-height:53px;
	text-align:center;
	font-size:18px;
	color:#fff;
	margin-top:10px;
}
.formContentIn #nextButton a{
	font-size:18px;
	color:#fff;
}


/*============contentRight=====================================*/
aside#contentRight{
	width:258px;
	float:right;
	padding:5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), 		color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
aside#contentRight h4{
	width:100%;
	height:34px;
	line-height:34px;
	color:#000;
	background: #dcdce1; /* Old browsers */
	background: -moz-linear-gradient(top, #dcdce1 0%, #bec3c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdce1), color-stop(100%,#bec3c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dcdce1 0%,#bec3c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dcdce1 0%,#bec3c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dcdce1 0%,#bec3c8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dcdce1 0%,#bec3c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdce1', endColorstr='#bec3c8',GradientType=0 ); /* IE6-9
	 */
	 text-align:center;
}
aside#contentRight ul.rightInto{
	width:100%;
	height:70px;
	border-bottom:1px solid #999;
	margin:10px 0px;
}
aside#contentRight ul.rightInto li{
	float:left;
}

aside#contentRight ul.rightInto li.newsImg{
	width:59px;
	height:59px;
	border:1px solid #ccc;
	margin-right:10px;
}
aside#contentRight ul.rightInto li.newsText{
	width:170px;
	height:62px;
}
aside#contentRight ul.rightInto li.newsText a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}
aside#contentRight ul.rightInto li.newsText em{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	margin-top:10px;
	display:block;
}

/*====================ContentBottomBlok============*/
#contentBotBlok{
	width:auto;
	padding:15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
#contentBotBlok h4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:23px;
}
#contentBotBlok ul{
	width:100%;
	margin-top:10px;
}
#contentBotBlok ul li{
	width:150px;
	height:157px;
	float:left;
	margin:10px 6px 0px 5px;
	background:url(../img/liArrow.png) no-repeat 0% 50%;
	padding-left:35px;
}
#contentBotBlok ul li:first-child{
	background:none;
	padding:0;
}

#contentBotBlok ul li span{
	display:block;
	float:left;
	margin:20px 40px 0px 0px;
	width:150px;
	height:127px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
}
/*====================Page Footer============*/
footer#pageFooter{
	min-width:1000px;
	height:100px;
	margin-top:10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

footer#pageFooter #footerInto{
	width:1000px;
	margin:0 auto;
	line-height:100px;
	font-size:18px;
	color:#666;
}
/*====================Step============*/
div.step1,.step2{
	width:100%;
	height:auto;
	display:none;
}
div.step1,.step2:first-child{
	display:block;
}


div.stepKasko1,.stepKasko2{
	display:none;
}

div.stepKasko1,.stepKasko2:first-child{
	display:block;
}



/*===================Step2================*/
.formContentIn .avtoNumber .avtoInput{
	width:100%;
	position:relative;
}


.formContentIn .avtoNumber .avtoInput{
	width:65px;
	height:46px;
	background:url(../img/inputSmallBg.png) no-repeat;
	float:left;
	cursor:pointer;
	margin-right:4px;
}


.formContentIn .avtoNumber .avtoInput:after{
	content:url(../img/arrowSmall.png);
	width:24px;
	height:40px;
	line-height:40px;
	position:absolute;
	left:35px;
	top:3px;
	pointer-events:none;
	
}
.formContentIn .avtoNumber .avtoInput select{
	width:64px;
	height:46px;
	line-height:34px;
	font-size:16px;
	color:#999;
	background-color:transparent;
    cursor:pointer;
	border:none;
	display:block;
	position:absolute;

}

@-moz-document url-prefix() {
   	.formContentIn .avtoNumber .avtoInput:after{
	width:64px;
	height:46px;
	line-height:34px;
}
}
.avtoNumber .avtoInput2{
	width:65px;
	height:46px;
	background:url(../img/inputSmallBg.png) no-repeat;
	float:left;
	margin-right:0px;
}
.avtoInput2 input[type="text"]{
	width:52px;
	height:32px;
	background-color:transparent;
	border:none;
	padding:8px 4px;
	font-size:17px;
	color:#999;
	
}

/*========================ormContent=============================*/
.formContent .kaskoList{
	width:100%;
	margin:5px 0px;
}
.kListIn{
	width:100%;
	height:77px;
	margin-bottom:10px;
}
.kListIn .kaskoLogo{
	width:200px;
	height:74px;
	line-height:74px;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
}
kListIn .kaskoLogo img{
	width:150px;
	height:50px;
	position:relative;
	background-position:center;
	top:10px;
	left:20px;
}
.kListIn .kaskoButton{
	float:right;
	width:150px;
	height:73px;
	text-align:center;
	
}
.kListIn .kaskoButton span{
	display:block;
	width:122px;
	height:36px;
	line-height:36px;
	background: #ffd65e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffd65e 0%,#febf04 100%); /* W3C */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:20px;
}

.kListIn .kaskoPrice{
	float:right;
	width:150px;
	height:73px;
}

.kListIn .kaskoPrice span{
	display:block;
	width:150px;
	height:36px;
	line-height:36px;
	margin-top:20px;
	text-align:center;
	float:right;
	background: #6db3f2; /* Old browsers */
	background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), 	color-stop(51%,#3690f0), color-stop(100%,#1e69de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	
}
.kListIn .kaskoPrice span a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
}

/*=======================Partnyor===========================*/
.partBanner{
	width:auto;
	padding:10px 0px;
	
}
ul.partBannerInto{
	margin-bottom:10px;
	background:#fff;
	border:1px solid #ccc;
}
ul.partBannerInto li{
	float:left;
	width:180px;
	margin:10px 18px;
}
ul.partBannerInto li h1,h2{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:16px;
}
ul.partBannerInto li p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin-top:10px;
	width:100%;
	line-height:20px;
}
ul.partBannerInto li em{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:25px
}
/*=======================Info Text===========================*/
.intoText p{
	width:auto;
	margin-bottom:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	line-height:25px;
}

/*=======================News===========================*/
#news{
	width:100%;
	height:auto;
	
}
#news .newsIn{
	width:318px;
	height:320px;
	border:1px solid #999;
	float:left;
	margin:5px;
}
#news .newsIn .newsInto{
	width:auto;
	height:auto;
	margin:10px;
}
#news .newsIn .newsInto h4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#666;
	line-height:20px;
}
#news .newsIn .newsInto em{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#666;
}
#news .newsIn .newsInto p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:17px;
	margin:10px 0px;
	width:100%;
	height:55px;
	overflow:hidden;
}
#news .newsIn .newsInto .newsImg{
	margin:5px 0px;
}
#news .newsIn .newsInto .newsImg img{
	width:294px;
	height:155px;
}

/*=======================News Nav Navigator===========================*/
#newsNav{
	width:100%;
	margin:5px 0;
	
}
#newsNav span{
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #666;
	float: left;
	padding: 4px 7px 4px 7px;
	text-decoration: none;
	text-transform:uppercase;
	color: #fff;
	margin: 0 5px 0 5px;
	font-size:12px;
	
}
#newsNav a{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #999;
	float: left;
	padding: 4px 7px 4px 7px;
	text-decoration: none;
	color: #fff;
	margin: 0 5px 0 0;
	text-transform:uppercase;
	font-size:12px;
}
#newsNav a:hover{
	background: #CCC;
}

/*=======================News Nav Navigato Into===========================*/
#contentMain #NewsInto{
	width:auto;
	margin:20px;
}
#contentMain #NewsInto img{
	width:663px;
	height:442px;
}
#contentMain #NewsInto span{
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin:10px 0px;
	display:block;
}
#contentMain #NewsInto p{
	font-size:14px;
	color:#333;
	margin:10px 0px;
}

.zeng_et
{
	width:250px;
	height:200px;
	position:absolute;
	z-index:9999;
	background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius:5px;
	text-align:left;
}
.zeng_et_arrow
{
	float:left;
	margin-left:40px;
	margin-top:-12px;
}

.zeng_et h3 {
font: italic 32px Calibri;
color: rgb(119, 119, 192);
margin: 5px;
text-shadow: 1px 1px #c5c4c4;