.open_modal{
    position: absolute;
    left: 50%;
	width: 300px;
	height: 70px;
}
.open_modal p {
   display: inline-block;
    background: #f9b000;
    padding: 15px 40px;
    margin-top: 10px;
    font: 18px Arial, sans-serif;
    text-transform: none;
    color:#ffffff;
    cursor: pointer;
    width: 300px;
	height: 50px;
    margin-right: 15px;
    
-webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
       border-radius:3px;
}

.open_modal p:hover{background: #e09e00;
color: #FFF;
}

.overlay {
     background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: ;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup, .popup2{
    display: inline-block;
    left: 50%;
    opacity: 0;
	background: #FFF;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.popup form {
    padding: 0 50px 50px;
    right: 0;
    width: 400px;
    background:#000000;
    opacity:0.8;
    border-top: 40px solid #f9b000;
}
.popup2 .window {
    padding: 0 35px 27px;
    right: 0;
    width: 400px;
	height:200px;
    background:#f9b000;
	padding:25px 0;
 
}

.popup form input {
    background: #f0f5f7;
    margin-top: 8px;
    width: 300px;
	height: 35px;
		border:none;
	padding-left:5px;
	padding-right:5px;
}
.popup form input[name="txtname"]{
    margin-top: 20px;
	height: 35px;

	}

.popup form textarea {
    background: #f0f5f7;
    margin-top: 8px;
    width: 300px;
    height: 100px;
    resize: none;
}
.popup form label{
    width: 100%;
    height: 20px;
    display: block;
    margin: 10px -2px;
    padding: 0;
}
.popup form input[type="submit"] {
 display: inline-block;
    background: #f9b000;
    padding: 0 20px;
    margin-top: 20px;
    font: 16px Arial, sans-serif;
    text-transform: none;
    color:#000000;
    cursor: pointer;
    width: 150px;
	margin-left:0px;
	
    
-webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
       border-radius:3px;

}

.popup form input[type="submit"]:hover {background: #e09e00;
color: #FFF;

}


.popup form input[type="checkbox"] {
    width: auto;
    margin: 2px;
	padding-left: 5px;
    padding-left: 0px;
    float: left;
	background:#000;
	
}



.text_form {
    position: absolute;
    top: 106px;
    left:80px;
    font: 14px Arial, sans-serif;
	color: #FFF;
    text-align: center;
    margin-top: 50px;
}

.popup form h5 {
    position: absolute;
    top: 10px;
    left:80px;
    font: 18px Arial, sans-serif;
    text-transform: none;
	color: #000000;
    font-weight: bold;
    text-transform: uppercase;
	text-align: center;
    margin: 0;
}

.popup form h4 {
    position: absolute;
    top: 160px;
    left:50px;
    font: 12px Arial, sans-serif;
    text-transform: none;
	color: #FFF;
	text-align: center;
    margin: 0;
}
.popup .close_modal,
.popup2 .close_modal  {
    position: absolute;
    padding: 1px 9px 4px 9px;
    top: -30px;
    right: -15px;
    cursor: pointer;
    color: #fff;
    font-family: 'tahoma', sans-serif;
    background: #2a2a2a;
    text-align: center;
}
.popup2 h5 {
	position: absolute;
	top: 10px;
	left: 120px;
	font-size: 18px;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
    margin: 0;
}
.popup2 p {
	font-family: verdana;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.popup2 p strong{
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	display: block;
}
.popup2 hr {
	background: #63baff;
	height: 1px;
	border: none;
}





	#wrap_tab,#wrap_tab2,#wrap_tab3{
		display: none;
		opacity: 0.8;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 16px;
		background-color: rgba(1, 1, 1, 0.725);
		z-index: 100;
		overflow: auto;
	}
	
	#window_tab, #window_tab2, #window_tab3{
		width:800px;
		height: 1225px;
		margin: 0 auto;
		display: none;
		z-index: 200;
		position:absolute;
		position:fixed;
		left: 0;
        top: 120px;
		right: 0;
		bottom: 0;
		padding:0;
		background-color:white;
 
 height:80%;
 overflow-y:auto;
 
	} 
	#window_tab2 {
		width:900px;
		/*height:2190px;*/
	}
	#window_tab3 {
		width:900px;
/*		height:1590px;*/
	}
	
	.close { position: absolute;
        width: 24px;
        height: 24px;
		/*margin-top: -25px;*/
		cursor: pointer;
        background: url(../img/close.png) no-repeat;
        right: 0;
           
}









/*
	#wrap_tab2{
		display: none;
		opacity: 0.8;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 16px;
		background-color: rgba(1, 1, 1, 0.725);
		z-index: 100;
		overflow: auto;
	}
	
	#window_tab2{
		width:800px;
		height: 1261px;
		margin: 0 auto;
		display: none;
		z-index: 200;
		position:absolute;
		left: 0;
        top: 120px;
		right: 0;
		bottom: 0;
		padding:0;
 
	}
	
	.close2 { position: absolute;
        width: 24px;
        height: 24px;
		margin-top: -25px;
		cursor: pointer;
        background: url(../img/close.png) no-repeat;
        right: 0;
           
}
*/


table {
	overflow:hidden;
	border:1px solid #d3d3d3;
	background:#fefefe;
	width:95%;
	margin:5% auto 0;
	-moz-border-radius:5px; /* FF1+ */
	-webkit-border-radius:5px; /* Saf3-4 */
	border-radius:5px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

th, td {padding:10px 20px; text-align:center; }

th {padding-top:22px; text-shadow: 1px 1px 1px #fff; background:#e8eaeb;}

td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}

tr.odd-row td {background:#f6f6f6;}

td.first, th.first {/*text-align:left*/}

td.last {border-right:none;}


td {
	background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}

tr.odd-row td {
	background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}

th {
	background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
	background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}

tr:first-child th.first {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px; /* Saf3-4 */
}

tr:first-child th.last {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px; /* Saf3-4 */
}

tr:last-child td.first {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}

tr:last-child td.last {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}


.showMore {clear:both;display:block;width:100%;}
.showMore .detailed {width:100%;padding-top:20px;padding-bottom:20px;}
.showMore .detailed a {
	
	    background: #f9b000 none repeat scroll 0 0;
    border-radius: 3px;
    color: #434343;
    cursor: pointer;
    display: inline-block;
    font: 16px Arial,sans-serif;
    margin-right: 15px;
    margin-top: 10px;
    padding: 10px 40px;
    text-transform: none;
    width: 250px;
	border-bottom:none;
	   box-shadow: 0 0 3px black;
	
}
.showMore .detailed a:hover {opacity:0.8;}
.otherModels {display:none;}


