* { 
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	/*font-size: 1.1em;*/
}

html {
	overflow-y: scroll;
	font-size: 125%;
}

body {
	background: url(../images/common/bg-body.gif) no-repeat right top #FFFFFF;
	color: #1c1c1c;
	font-size: 50%;
}

label, input, textarea, select, button {
	font-size: 12px;
}
img { border: 0; }

li {
	font-size:12px;
}
.msg {padding:10px; padding-left:35px;border:1px solid #069;margin-right:24px}
.msg.warning {background:url("../images/msg/ico-warning.gif") 10px 50% no-repeat;}
.msg.info {background:url("../images/msg/ico-info.gif") 10px 50% no-repeat;}
.msg.done {background:url("../images/msg/ico-done.gif") 10px 50% no-repeat;}
.msg.error {background:url("../images/msg/ico-delete.gif") 10px 50% no-repeat;}

.error{
	padding:5px;    
	overflow: hidden;
    white-space: nowrap;
	color:#F00;
	
}

.err_rez{
	background-color:#FCC;
	color:#F00;
	border:solid;
	border-color:#F00;
	border-width:1px;
	font-size:16px;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
}

.td9 {
	font-size: 10px;
}
.td10 {
	font-size: 10px;
}
.td14 {
	font-size: 10px;
}
.td17 {
	font-size: 10px;
}

ul {
	padding-left: 16px;
}

p {
	line-height: 130%;
	font-size: 12px;
}
th, td {
	font-size: 12px;
}

h1 {
	/*background: url(../images/panels/panel-white-bg-h2.gif) repeat-x left bottom;*/
	font-size: 22px;
	font-weight: bold;
	color: #e30019;
	margin-bottom: 10px;
	padding: 0px 0px 2px 0px;
	position: relative;
}
	h1 a:link, h1 a:visited {
		/*font-size: 1.8em;*/
		color: #e30019;
	}
	h1 a:hover {
		color: #e57c43;
		text-decoration: none;
	}

h2 {
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0px 2px 0px;
	/*border: 1px red solid;*/
}

legend{
	font-size:12px;
	font-weight:bold;
}
.title {
	background: url(../images/common/bg-h2.gif) repeat-x left top;
	padding-top: 3px;
	padding-left: 10px;
}

.float-left {
	float: left;
	position: relative;
}
.float-right {
	float: right;
	position: relative;
}
.float-left-link {
	float: left;
	margin-right: 3px;
}
.float-right-link {
	float: right;
	margin-left: 3px;
}
.clear-both {
	clear: both;
}



#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	margin-top: 15px;
}
#logo {
	position: absolute;
	top: 0;
	left: 40px;
	margin-top:15px;
}




/**************************************/
/*              HEADER                */
/**************************************/

#header {
	width: 830px;
	float:left;
	border-top: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
	min-height: 31px;
	margin-top: 6px;
	padding: 0 40px 0 30px;
}		

#nonstop{
	background-image:url(../img/biletel.png);
	background-repeat:no-repeat;
	width:250px;
	height:80px;
	float:right;
	margin-right:-20px;
	margin-top:5px;
	padding:3px;
	font-weight:bold; 
	font-size:18px;
}

/*****************************************/
/*              MAIN MENU                */
/*****************************************/

#main-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float:left;
}
	#main-menu li {
		float: left;
		margin: 2px 8px 0 0px;
		display: inline;
		text-transform:uppercase;
	}
	
	#main-menu li a:link, #main-menu li a:visited {
		color: #353537;
		display: inline-block;
		height: 27px;
		line-height: 27px;
		padding: 0 10px;
		font-size: 12px;
		font-weight: bold;
	}
	#main-menu li a:hover {
		background: #e30404;
		color: #FFFFFF;
		text-decoration: none;
	}

	#main-menu li ul li {
		float: left;
		margin: 2px 8px 0 0px;
		display: inline;
		text-transform:none;
	}
	

#select-lang {
	float: right;
	height: 27px;
	padding: 2px 0;
	display: none;
}
	#but-lang:link, #but-lang:visited {
		color: #2a2c2f;
		font-size: 12px;
		height: 27px;
		width: 134px;
		background: url(../images/common/bg-but-lang.png) no-repeat right top;
		display: block;
		line-height: 27px;
		text-indent: 8px;
	}
	#but-lang:hover {
		color: #ee1d25;
		text-decoration: none;
	}
	
	#languages {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 134px;
		position: absolute;
		top: 34px;
		background: #d0d0d0;
	}
		#languages li {
			padding: 4px 0 2px 0;
			float: left;
			margin-left: 6px;
			margin-right: 1px;
		}
			#languages li a img {
				border: 1px #d0d0d0 solid;
			}
			#languages li a:hover img {
				border: 1px #f0f0f0 solid;
			}


/***************************************/
/*              CONTENT                */
/***************************************/


@font-face {
	 font-family: 'Conv_el';
 	 src: url('fonts/ColabThi-webfont.eot');
  		src: local('Conv_el'), 
         url('fonts/ColabThi-webfont.ttf') format('truetype');

}

#content {
	width: 900px;
	padding: 10px 40px 0 40px;
	float:left;
}
	#reservation-step {
		float: left;
		width: 100px;

	}
	#h1-reservation {
		float: left;
		padding-top: 52px;
		font-size:36px;
		font-family:"Conv_el";
		color:#ee1e25;
		
	}


.title h2{
		font-family:"Conv_el";
		padding-top:0px;
		line-height:22px;
		vertical-align:middle;
}

h2.red{
	line-height:30px;
	vertical-align:middle;
	font-family:"Conv_el";
	font-size:20px;
}

h3.red{
	line-height:30px;
	vertical-align:middle;
	font-family:"Conv_el";
	font-size:16px;
}

#reservation-step{
	font-size:100px;
	color:#919191;
	font-family:"Conv_el";
	
}
.coloane{ -moz-column-count:2; -webkit-column-count:2; column-count:2; column-width:370px;          column-gap: 10px !important;
}


/**************************************/
/*              FOOTER                */
/**************************************/

#footer {
	width: 830px;
	border-top: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
	margin-top: 30px;
	padding: 0 40px 0 30px;
	float:left;
}

	/* Cards */
	#footer-cards {
		list-style-type: none;
		margin: 2px 0 0 9px;
		padding: 0;
		float: left;
	}
		#footer-cards li {
			float: left;
			margin: 2px 5px 0 0px;
			display: inline;
		}

	
	
	/* Menu */
	#footer-menu {
		list-style-type: none;
		margin: 2px 0 0 3px;
		padding: 0;
		float: left;
	}
		#footer-menu li {
			float: left;
			margin: 0 5px 0 0px;
			display: inline;
		}
			
			#footer-menu li a:link, #footer-menu li a:visited {
				color: #353537;
				display: inline-block;
				height: 27px;
				line-height: 27px;
				padding: 0 6px;
				font-size: 12px;
			}
			#footer-menu li a:hover {
				text-decoration: underline;
			}
	
	#copyright {
		float:left;
		margin-top: 20px;
		font-weight: bold;
		padding-bottom: 20px;
	}
	
	#realnet {
		position: absolute;
		/*top: -8px;*/
		top: 32px;
		right: 40px;
		padding-bottom: 20px;
	}
	
	#footer-partners {
		list-style-type: none;
		
		padding-bottom: 20px;
		
		position: absolute;
		top: 65px;
		left: 25px;
	}
	
		#footer-partners li {
			float: left;
			margin-right: 10px;
		}


/*********************************************/
/*                 LINKS                     */
/*********************************************/

a {
	color: #1573dd;
	outline: 0;
	border: 0;
}

a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.abox-red:link, .abox-red, .abox-red:visited {
	background: #ee1d25;
	color: #FFFFFF;
	border-top: 1px #f68589 solid;
	border-right: 1px #b9171d solid;
	border-bottom: 1px #9a1318 solid;
	border-left: 1px #f25057 solid;
	padding: 2px 10px 2px 10px;
	display: block;
	text-decoration: none;
}
.abox-red:hover {
	background: #de1a22;
	border-top: 1px #9a1318 solid;
	border-right: 1px #f25057 solid;
	border-bottom: 1px #f68589 solid;
	border-left: 1px #b9171d solid;
	text-decoration: none;
}

/* LINK ON IMAGES*/
.link-img img {
	border: 4px #ced7c5 solid;
}
.link-img:hover img {
	border: 4px #70a5e0 solid;
}


/* colors */
.red {
	color: #e30019;
}
.yellow {
	color: #d29c00;
}
.blue {
	color: #1573dd;
}
.black {
	color: #1c1c1c;
}
.grey {
	color: #858585;
}
.white {
	color: #FFFFFF;
}
		


/* FORMS */
.form {
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
	padding: 2px 2px 2px 2px;
}
.form:focus {
	background: #FFFFFF;
	border: 1px solid #e9a4a4;
}
.form-clean {
	background: transparent;
	border: 0;
	padding: 2px 2px 2px 2px;
}
form {
	margin : 0;
	padding: 0;
}
.submit {
	background: #ee1d25;
	color: #FFFFFF;
	padding: 2px 10px;
	border-top: 1px #f68589 solid;
	border-right: 1px #b9171d solid;
	border-bottom: 1px #9a1318 solid;
	border-left: 1px #f68589 solid;
	display: block;
	font-weight: bold;
	font-size: 12px;
}

/**************************************/
/*              COMMON                */
/**************************************/
.ajax-loader {
	display: none;
	clear: both;
}
.line {
	height: 1px;
	border-top: 1px #e4e4e4 solid;
}


/*************************************/
/*              INDEX                */
/*************************************/
#index-promotie {
	float: left;
	padding: 15px;
	width: 373px;
	height:220px;
	background: #d7d7d7;
	
}
	#index-promotie img {
		float: left;
		margin: 0 10px 0px 0;
	}
	#index-promotie h2 {
		font-size: 15px;
		color: #ee1d25;
	}


#low-cost-holder {
	/*position: relative;*/
	width: 404px;
	float: right;

}
	/*#low-cost {
		position: absolute;
		left: -7px;
		top: -14px;
	}*/

#index p {
	margin-bottom: 12px;
	font-size: 12px;
}






/*****************************************/
/*              REZERVARI                */
/*****************************************/

/* **  PASUL 1  ****************************************************************************************************** */

.left-box {
	float: left;
	width: 435px;
	background: #f7f7f7;
	border: 1px #e7e7e7 solid;
	margin-bottom: 15px;
	margin-right:25px;
}
.right-box {
	float: left;
	width: 435px;
	background: #f7f7f7;
	border: 1px #e7e7e7 solid;
	margin-bottom: 15px;
}

.form-left {
	float: left;
	height: 31px;
	padding-top: 5px;
	padding-bottom: 9px;
	padding-left: 14px;
	position: relative;
}
.form-right {
	float: right;
	height: 31px;
	padding-top: 10px;
	padding-right: 14px;
}
.but-calendar {
	position: absolute;
	top: 5px;
	right: -30px;
}

/* horizontal lines */
.right-box .clear-both, .left-box .clear-both {
	border-top: 1px #e4e4e4 solid;
	margin: 0 14px;
}

#weekend-descr {
	height: 51px;
	padding-top: 5px;
	padding-bottom: 9px;
	padding-left: 14px;
	position: relative;
	font-weight: bold;
}

#locatie1-info, #locatie2-info {
	padding-left: 14px;
	clear: both;
}
	#locatie1-info .locatie-info-holder, #locatie2-info .locatie-info-holder {
		padding-bottom: 14px;
	}
	#locatie1-info .atentie-out-of-program, #locatie2-info .atentie-out-of-program {
		padding-bottom: 14px;
		display: none;
		color: red;
		background: url(../images/common/ico-clock.png) no-repeat left top;
		padding-left: 40px;
	}
	#locatie1-info .location-name, #locatie2-info .location-name {
		/*font-size: 1.1em;*/
		/*color: #e30404;*/
		margin-bottom: 3px;
	}
	#locatie1-info span, #locatie2-info span {	
		display: block;
		width: 55px;
		float: left;
		clear: left;
		font-weight: bold;
		color: #888888;
	}

.locatie-info-holder{
	margin-left:20px;
	margin-bottom:15px;
}
.locatie-info-holder b{
	font-weight:bold;
}
/* hide the location label */
/*.label-location {
	display: none;
}*/

#weekend-descr {
	display: none;
}


/* **  PASUL 2  ****************************************************************************************************** */

#rezervari-step2 {
	/*width:730px;*/
}
	#detalii-rezervare, #detalii-masina, #optiuni-default, #optiuni-aditionale,
	#login, #creare-cont {
		vertical-align: top;
		padding: 15px;
		background: #f7f7f7;
		border: 1px #e7e7e7 solid;
		margin-right: 9px;
	}
	
	#detalii-rezervare {
		width: 194px;
	}
	#optiuni-default{
		margin-right: 0px;
		padding:5px;
		width:200px !important;
	}
	#optiuni-default a{
		font-size:14px;
	}
	.grii{
		vertical-align: top;
		background: #f7f7f7;
		border: 1px #e7e7e7 solid;
		vertical-align:middle
	}
	
	.grii_titlu{
		padding:5px;
		vertical-align: top;
		background: #f7f7f7;
		border: 1px #e7e7e7 solid;
		vertical-align:middle;
		padding-bottom:10px;
		padding-top:10px;
		color:#F00;
		font-size:14px;
		
	}
	/* Grupe Masini */
	#grupe-masini {
		width: 210px;
	}
		#grupe-masini ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
			#grupe-masini ul li {
				background: #e30404;
				height: 27px;
				line-height: 27px;
				margin-bottom: 3px;
				text-align: right;
				padding-right: 13px;
			}
				/* afisarea pretului */
				#grupe-masini ul li a:link, #grupe-masini ul li a:visited {
					color: White;
					position: relative;
					display: block;
					width: 100%;
				}
				#grupe-masini ul li a:hover {
					text-decoration: none;
				}
				
				#grupe-masini ul li a strong {
					font-size: 14px;
				}
				
				/* afisarea grupei */
				#grupe-masini ul li a span {
					background: url(../images/common/bg-h2.gif) repeat-x left top;
					position: absolute;
					left: 0;
					top: 0;
					display: block;
					/*width: 88px;*/
					width: 110px;
					height: 27px;
					text-align: left;
					text-indent: 13px;
					font-size: 12px;
				}
				#grupe-masini ul li a:hover span {
					background: url(../images/common/bg-h2-hover.gif) repeat-x left top;
				}
				#grupe-masini ul li a span strong {
					font-size: 14px;
				}
				
				/* scoatem marginea la ultima optiune */
				#grupe-masini ul .last {
					margin-bottom: 0;
				}
				
				#grupe-masini ul li a em.active {
					display: block;
				}

				/* optiunea ativa */
				#grupe-masini ul li a em {
					position: absolute;
					right: -33px;
					top: 0;
					height: 27px;
					width: 20px;
					background: url(../images/rezervari/arrow_grupa_activa.png) no-repeat left top;
					display: none;
				}
	
	
	/* Detalii Masini */
	#detalii-masina img {
		float: left;
		margin: 0 10px 0px 0;
	}
	#detalii-masina strong {
		display: block;
		font-size: 12px;
	}
	
	
	/* Optiuni Aditionale */
	#optiuni-aditionale ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		margin-top: 2px;
		width: 340px;
	}
		#optiuni-aditionale ul li {
			padding: 0;
			margin: 0;
			/*float: left;
			width: 50%;*/
		}
		#optiuni-aditionale ul li label {
			line-height: 17px;
			cursor: pointer;
			margin-left: 5px;
		}
	
	
	/* Box Atentie */
	#box-atentie {
		background: url(../images/common/bg-box-atentie.gif) repeat-x left top;
		background-color: #ae151b;
		height:140px;
		color: #FFFFFF;
		padding: 10px 15px 15px 15px;
		font-size: 11px;
		width: 182px;
		margin-bottom:10px;
	}
		#box-atentie strong {
			background: url(../images/common/ico-atentie.gif) no-repeat left top;
			height: 19px;
			display: block;
			padding-left: 25px;
			font-size: 16px;
			font-weight: normal;
			margin-bottom: 5px;
		}
			#box-atentie span {
				font-weight: bold;
				font-size: 14px;
			}
			#box-atentie p {
				line-height: 110%;
			}

	/* Box atentie locatii diferite*/
	#box-locatii {
		background: url(../images/common/bg-box-atentie.gif) repeat-x left top;
		background-color: #ae151b;
		height:80px;
		color: #FFFFFF;
		padding: 10px 15px 15px 15px;
		font-size: 11px;
		width: 182px;
		margin-bottom:10px;
	}
		#box-locatii strong {
			background: url(../images/common/ico-atentie.gif) no-repeat left top;
			height: 19px;
			display: block;
			padding-left: 25px;
			font-size: 16px;
			font-weight: normal;
			margin-bottom: 5px;
		}
			#box-locatii span {
				font-weight: bold;
				font-size: 14px;
			}
			#box-locatii p {
				line-height: 110%;
			}

/* **  PASUL 3  ****************************************************************************************************** */

#login, #creare-cont {
	background: #FFFFFF;
}
#login {
	/*height: 120px;*/
}
#creare-cont {
	height: 100%;
}
	
	/* Casuta Login */
	#login div {
		float: left;
		margin-right: 20px;
	}
	#login label {
		display: block;
	}
	#login input {
		width: 150px;
	}

#creare-cont .inlineLabels div.formHint input {
	float: left;
	margin-top: 5px;
}
#creare-cont .inlineLabels div.formHint label {
	float: left;
	margin-left: 5px;
}


/* **  PASUL 4  ****************************************************************************************************** */
.box-chenar, .box-chenar2 {
	vertical-align: top;
	padding: 15px;
	background: #FFFFFF;
	border: 1px #e7e7e7 solid;
	margin-bottom: 3px;
	font-size:10px;
}
.box-chenar2 {
	background: #f7f7f7;
}


dl.reservation_details {
	float: left;
	display: block;
	width: 600px;
	margin-bottom: 5px;
}
dl.reservation_details dt {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 130px;
}
dl.reservation_details dd {
	font-size: 12px;
	float: left;
	width: 460px;
}
#pret-total dt, #pret-total dd {
	font-size: 18px;
	font-weight: bold;
}
#pret-total dt {
	font-weight: normal;
}
	#pret-total label {
		cursor: pointer;
	}
		#pret-total label span {
			color: #1c1c1c;
			font-size: 12px;
			font-weight: normal;
		}



/***************************************/
/*              LOCATII                */
/***************************************/
#locations {
}
	#locations .title {
		clear: both;
		position: relative;
	}
			#locations .title a {
				position: absolute;
				top: 0;
				left: 0;
				width: 810px;
				height: 27px;
				display: none;
				color: White;
				text-align: right;
				line-height: 27px;
				padding-right: 10px;
			}

	#locations ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#locations ul li {
			clear: both;
		}
		#locations ul li.border {
			border-top: 1px #EEEEEE solid;
			padding-top: 5px;
		}
		#locations ul li .float-left {
			width: 450px;
			padding-bottom: 10px;
			padding-left: 10px;
		}
		#locations ul li .float-right {
			width: 300px;
			display: block;
			padding-bottom: 10px;
			padding-right: 10px;
		}
			#locations ul li .float-left .program-lucru {
				padding-top: 10px;
			}
			#locations ul li .float-left span {
				display: block;
				width: 55px;
				float: left;
				clear: left;
				font-weight: bold;
				color: #888888;
			}
			
			
			
			
			/* daca ne vin liste din descrierea locatiei */
			#locations ul li ul {
				list-style-type: square;
				padding-left: 25px;
			}
				#locations ul li ul li {
					border: none;
					padding: 0;
				}


/**************************************/
/*              MASINI                */
/**************************************/
#masini {
}
	#masini .title {
		clear: both;
		position: relative;
	}
			#masini .title a {
				position: absolute;
				top: 0;
				left: 0;
				width: 810px;
				height: 27px;
				display: none;
				color: White;
				text-align: right;
				line-height: 27px;
				padding-right: 10px;
			}

	#masini ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		padding-bottom: 20px;
	}
		#masini ul li {
			clear: both;
		}
		#masini ul li .float-left {
			width: 250px;
			padding-bottom: 10px;
			padding-left: 10px;
		}
		#masini ul li .float-right {
			width: 500px;
			display: block;
			padding-bottom: 10px;
			padding-right: 10px;
		}
			#masini ul li .float-right p {
				padding-bottom: 5px;
			}
	
	#masini .tabel-preturi {
		margin-top: 10px;
		float: left;
		/*width: 350px;*/
	}
		#masini .tabel-preturi th {
			padding: 3px 4px;
			background: #47484a;
			color: White;
		}
		#masini .tabel-preturi td {
			padding: 3px 4px;
			/*background: #e30404;
			color: White;*/
			background: #DDDDDD;
			color: Black;
			text-align: right;
			font-weight: bold;
			font-size: 12px;
		}
		#masini form {
			margin-top: 10px;
		}		


/***************************************************/
/*              TERMENI SI CONDITII                */
/***************************************************/
#termeni-si-conditii p {
	margin-bottom: 12px;
}
#termeni-si-conditii h2 {
	margin: 0;
	padding: 0;
}
#termeni-si-conditii li {
	font-size: 12px;
}

#termeni-si-conditii table th {
	text-align: left;
	background: #444444;
	color: White;
	padding: 3px 6px;
}
#termeni-si-conditii table td {
	text-align: left;
	background: #dddddd;
	padding: 3px 6px;
}


/****************************************/
/*              SERVICII                */
/****************************************/
#servicii p {
	margin-bottom: 10px;
	font-size: 12px;
}



/* ------------------->>> Button Styles <<<-----------------------*/
button {
	border: 0; 
	cursor: pointer; 
	font-weight: bold;
	padding: 0 43px 0 0; 
	text-align: center;
	outline: 0;
	/*_margin-top: -3px;*/
}

button span { 
	position: relative; 
	display: block; 
	white-space: nowrap; 
	padding: 0 0 0 23px; 
}

button.submitButton {
	background: url(../images/submitBtn/button_right.gif) right no-repeat; 
	font-weight: normal;
}
button.submitButton:hover {
	background: url(../images/submitBtn/button_right_hover.gif) right no-repeat; 
}

.detaliiMasini
{
	font-family: Arial;
	font-size: 16px; 
	height: 35px; 
	line-height: 35px;
	background: url(../images/submitBtn/button_left.gif) left no-repeat;
	color: white; 
}

.detaliiMasini:hover
{
	background: url(../images/submitBtn/button_left_hover.gif) left no-repeat;
}
button.submitButton span { 
	font-family: Arial;
	font-size: 16px; 
	height: 35px; 
	line-height: 35px;
	background: url(../images/submitBtn/button_left.gif) left no-repeat;
	color: white; 
}
button.submitButton:hover span {
	background: url(../images/submitBtn/button_left_hover.gif) left no-repeat;
}

* html button { 
	width: auto; 
	overflow: visible;
	position: relative;
}

* html button span { 
	margin-top: 3px;
}

*:first-child+html button{ 
	width: auto; 
	overflow: visible; 
}
 /*FOR IE7*/
*:first-child+html button{ 
	margin-top: -3px;
}
 /*FOR IE7*/
*:first-child+html button span{ 
	margin-top: 3px;
}


.submit-out-right {
	float: right;
	margin-right: -10px;
	position: relative;
}

.col-left{
	width:180px;
	float:left;
	margin-left:10px;
	padding:0px;
}
.col-middle{
	width:550px;
	float:left;
	margin-left:10px;
}
.col-right{
	width:130px;
	float:left;
	margin-left:10px;
}

.caracteristici td{
	padding:0px;
	background-position:center;
	line-height:20px;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
	vertical-align:middle;
	color:#999;
	background-repeat:no-repeat;
	font-weight:bold;
	width:30px;
	height:40px;
}


.has-js .label_check,
.has-js .label_radio    { padding-left: 34px; }
.has-js .label_radio    { background: url(radio-off.png) no-repeat; }
.has-js .label_check    { background: url(check-off.png) no-repeat; }
.has-js label.c_on      { background: url(check-on.png) no-repeat; }
.has-js label.r_on      { background: url(radio-on.png) no-repeat; }
.has-js .label_check input,
.has-js .label_radio input  { position: absolute; left: -9999px; }

.titlu_grupa{
/*	background-image:url(../images/common/bg-h2.gif);
	color:#Fff;*/
	padding:5px;
	font-size:14px;
	color:#e30019;
}

#lft{
	float:left;
	width:750px;
}
#rgt{
	float:right;
	width:130px;
	margin-right:10px;
}

.h1-titlu{
		float: left;
		font-size:36px;
		font-family:"Conv_el";
		color:#ee1e25;
		
	}
	
	
.pret{
	position:absolute;
	z-index:50;
	width:70px;
	height:70px;
	background-image:url(../img/pret.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	text-align:center;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding-top:25px;
}

#NT_copy {
background-color: #eee;
color: #333;
width: 300px;
left: 0;
top: 0;
padding: 4px;
position: absolute;
text-align: left;
z-index: 180;
-moz-border-radius: 0 10px 10px 10px;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
-moz-opacity: .87;
-khtml-opacity: .87;
opacity: .87;
}

.poza_auto{
	border:1px solid #ddd;
	padding:5px;
}

.td_grupa{
	padding:5px;
	border:none;
	border-bottom:1px solid #CCC;
}
.td_grupa table td{
	padding:3px;
}

.buton{
	cursor:pointer;
	border:1px solid #ddd;
	padding:10px;
	background-color:#FCFCFC;
}
.buton:hover{
	color:#F00;
	background-color:#ddd;
	text-decoration:none;
}

.tabelFrumos{
	text-align:left;
}

.tabelFrumos td{
	padding:5px;
}

.avantaje{
	float:left;
	margin:0px;
	margin-left:25px;
	padding:0px;
}

.avantaje li{
	margin:0px;
	padding:0px;
	list-style-image:url(../img/bifa.png);
	font-size:10px;
	
}
#res2left{
	width:200px;
	}
	
.grupe-detalii-right{
	float:left; width:250px; margin-left:10px; 
}

/* Tablet Landscape */
/*
@media screen and (max-width: 1060px) {
    #primary { width:67%; }
    #secondary { width:30%; margin-left:3%;}  
}
*/
/* Tabled Portrait */
@media screen and (max-width: 768px) {
    .col-middle { display:none; }
    #stiri-left{ display:none; }
    #rgt{ display:none; }
	#wrapper{
		width:90%; /*600px;*/
	}
	#content{
			width:90%; /*600px;*/
	padding: 5px 10px 0 10px;
	}
	#header{
			width:90%; /*600px;*/
			
	}
	#footer{
		height:50px;
			width:90%; /*600px;*/
	}
	#main-menu ul {
		display:none;
	}
	
	#lft{
		width:100%;
	}
	.tabel-grupe{
		width:100%;
		float:left;
		height:320px;
		margin-bottom:5px;
		margin-right:5px;
	}
	#res2left{
		min-width:200px;
		width:40%;
		float:left;
	}
	#res2right{
	/*	width:60%;*/
		text-align:left;
		
	}
	#coin-slider{
		display:none;
	}
	#optiuni-default{
		width:100% !important;
		padding:0px;
	}
	.grupe-detalii-right{
		float:left; 
		max-width:300px;
	}
	#rezervari-step2 {
	/*	width:100%;*/
	}
	#copyright {
		display:none;
	}

	#nonstop{
		background-image:none;
		width:250px;
		height:50px;
		float:left;
		margin-top:35px;
		padding:3px;
		font-weight:bold; 
		font-size:18px;
		margin-left:25px;
	}
	
	.coloane{-moz-column-count:1; -webkit-column-count:1; column-count:1; 	
	
	}
	
	
	#h1-reservation {
		font-size:20px;
		
		padding-top: 25px;
	}
		
	#reservation-step{
		font-size:50px;
		
		width: 50px;
	}
	.left-box {
		width:250px !important;
	}
	.right-box {
		width:250px !important;
	}
	
	#locatie1, #locatie2{
		width:200px;
	}
	.form-right{
		float:left;
		margin-left:15px;
	}
}
/*

@media screen and (max-width: 600px) {
	
}*/