/****************************************************************************************
 * General Reset
 *
 * 1. Reset some styles
 * 2. Apply some cross-browsers rendering standards
 *
 * Shoud be included in every project
 *
 * Tips
 * a) Use em for fonts and other font-related dimensions
 *    (eg. line-height, some spacing around text etc)
 *
 * b) Use full length color HEX representations (useful for maintenance purposes)
 *    (eg. replace all in a project)
 ****************************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
fieldset, img { border: none; vertical-align: middle; }
hr { display: none; }

* { outline: none; }
#msgConfirm { float:left; width:400px; }
input.agree {  margin-top:2px; float:left !important; width:10px}
div.terms {
width:500px;
float:left;
text-align:left;
height:125px;
}
div.insurance input {
border:0 none;
}

/****************************************************************************************
 * Standard base font-size is 16px
 * so 1em = 16px, do the math accordingly
 *
 * 1. Set the base font-size on the body (for 12px the base font-size is 0.75em (12/16)
 *    (as well as line height and font-family)
 * 2. Always set the general background color for the body
 * 3. Set the general font color on the body
 ****************************************************************************************/
body { font: .75em/1.4em Arial, Helvetica, Verdana, sans-serif; background: #ffffff; color: #000000; background: url(/i/bgBody.jpg) repeat-x top center; overflow-x: hidden; }

.hide ( display: none; )


/****************************************************************************************
 * General Margins for Content Elements
 *
 * Especially for admin edited content (FCK)
 ****************************************************************************************/
p, ul, ol, dl, table { margin: 0 0 1em 0; }


/****************************************************************************************
 * List elements
 *
 * Ordered and Unorederd lists, bullets, spacing everything related to General Lists
 * should go here
 ****************************************************************************************/
ul { margin-left: 10px; }
ul li { background: url(/i/bullet.gif) no-repeat 0 5px; list-style: none; padding-left: 10px; }
li ul, li ol { margin-top: 0; margin-bottom: 0; }
li { margin: .4em 0; }
ol li { list-style-type: decimal; }
ol li ol li { list-style-type: lower-alpha; }
ol li ol li ol li { list-style-type: upper-roman; }


/****************************************************************************************
 * Headings
 *
 * Ordered and Unorederd lists, bullets, spacing everything related to General Lists
 * should go here
 ****************************************************************************************/
h1, h2, h3, h4, h5, h6 { font-size: 1em; color: #0072B7; margin: 0 0 .5em 0; }
h1 { color: #64A73F; font-size: 25px; border-bottom: 1px dotted #CCCCCC; padding-bottom: 5px; }
h2 { font-size: 15px; line-height: 1em; margin: 0; }

/****************************************************************************************
 * Hyperlinks
 *
 * Anchor tags styles should go here
 * as well as general functionality styles
 ****************************************************************************************/
a { color: #005ca1; text-decoration: underline; overflow: hidden; }
a:hover, a:focus { text-decoration: none; }


/****************************************************************************************
 * Clearers & Alignments
 *
 * Some clearer classes if needed and
 * Easyclear for clearing floats
 ****************************************************************************************/
.clear { clear: both; }
.easyclear, .center, .line, .lineRo, #content { display: inline-block; }
.easyclear, .center, .line, .lineRo, #content { display: block; }
.easyclear:after, .center:after, .line:after, .lineRo:after, #content:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.dN, .hidden { display: none !important;}


.bl {background: url(/i/bl.jpg) 0 100% no-repeat}
.br {background: url(/i/br.jpg) 100% 100% no-repeat}
.tl {background: url(/i/tl.jpg) 0 0 no-repeat}
.tr {background: url(/i/tr.jpg) 100% 0 no-repeat; padding:10px}
.t {background:#EDF8FE url(/i/dot.jpg) 0 0 repeat-x; width: 233px; margin-top:10px;} 
.b {background: url(/i/dot.jpg) 0 100% repeat-x}
.l {background: url(/i/dot.jpg) 0 0 repeat-y}
.r {background: url(/i/dot.jpg) 100% 0 repeat-y} 
.t p {text-align:center; color:#005BA0; font-family:Arial, Verdana, Georgia; font-size:15px; font-weight:bold; padding:10px 0px 0px 0px; margin:0px 0px 10px 0px;}
.t p  span{text-align:center; color:#005BA0; font-family:Arial, Verdana, Georgia; font-size:15px; font-weight:normal;}
.t img {margin:0 auto !important;}
/****************************************************************************************
 * Quotes
 *
 * General Quote and Blockquote reset for better cross-browser compatibility
 ****************************************************************************************/
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
.quote { padding: 1em 1em 1em 3em; display: block; background: #4C9CC9; border-left: 0px solid #85C226; overflow: hidden; color: #fff; }
.quote a { color: #fff; }
#column .quote h2 { background: none; padding: 0; line-height: 150%; border-bottom: 1px dotted #fff; padding-bottom: 4px; margin-bottom: 0px; }
.quoteBox { padding: 1.5em 1.5em 1.5em 1.5em; display: block; background: #B3DEFF; color: #005CA1; overflow: hidden; }


/****************************************************************************************
 * Forms
 *
 * General Form elements styles
 * 
 * !!!!!!!!!!!!!!!!!!!
 * needs to be revised
 * !!!!!!!!!!!!!!!!!!!
 *
 ****************************************************************************************/
input, select, textarea { font-size: .9166em; font-family: Verdana, Helvetica, Arial, sans-serif; color: #000000; padding: .4em; border: 1px solid #1c5180; vertical-align: middle; }
textarea { height: auto; overflow: auto; }
legend { display: none; }

fieldset h3 { margin: 1em 0 .5em 0; }
.formItem { display: block; margin-bottom: .5em; }
.formItem label { float: left; width: 180px; padding-right: 10px; text-align: right; padding-top: .4em; }
.formItem label.req { font-weight: bold; }
.formDescription { color: #666; clear: both; margin-left: 190px; font-size: .9166em; margin-top: .5em; width: 26em; }

fieldset#recuperareParola .formItem label, fieldset#autentificare .formItem label { text-align: left; }


fieldset#detaliiRezervari { padding: 1em; }
fieldset#detaliiRezervari .formItem { clear: left; }
fieldset#detaliiRezervari .formItem label { width: 150px; }
fieldset#detaliiRezervari .formItem p { width: 250px; text-align: left; padding-top: .4em; color: #005CA1; margin: 0; margin-left: 160px; }

.formItem input, .formItem textarea { width: 25em; }
.formItem select { width: 25.9em; padding-left:0px;}

/*Checkboxes and Radio*/
.ckForm label { float: none; width: auto; padding: 0; text-align: left; line-height: 1.2em; }
.ckForm input { border: none; padding: 0; width: auto; }

/*Submit*/
.fullFormSubmit { border-top: 1px solid #ccc; padding: 20px 0 10px 0; text-align: center; clear: both; }
.fullFormSubmit .button { background-position: -200px -100px; width: 188px; height: 30px; }

.formSubmit { margin-left: 15.8em; }
fieldset#recuperareParola .formSubmit, fieldset#autentificare .formSubmit { margin-left: 0; }

/*Calendar*/
input.cal { width: 6.5em !important; }
.formItem img { vertical-align: middle !important; }

/*FormTips*/
.formTip { position: absolute; top: 0; left: 25em; margin-left: 190px; padding-top: .4em; color: #85c226; }


/****************************************************************************************
 * Content Forms
 *
 ****************************************************************************************/
.form { margin: 2em 0; }
.form .ckForm { margin-left: 190px; }
.form .ckForm input { width: auto; }
.form .formSubmit { margin-left: 190px; }
.form .formSubmit .button { width: 188px; height: 30px; background-position: 0 0; display: block; }


/****************************************************************************************
 * Register
 *
 ****************************************************************************************/
.infoBox { border: 1px solid #75c4f0; float: right; display: inline; width: 430px; padding: 10px; margin: 2em 0; }
.infoBox h2 { font-style: italic; }
.infoBox strong { color: #005ca1; }


/****************************************************************************************
 * Rezervare
 *
 ****************************************************************************************/
.rezervare h2 { margin-bottom: 10px; }


/****************************************************************************************
 * Tables
 *
 * General Table styles
 * 
 * !!!!!!!!!!!!!!!!!!!
 * needs to be revised
 * !!!!!!!!!!!!!!!!!!!
 *
 ****************************************************************************************/
table { border-collapse: collapse; border-spacing: 0; border-bottom: 1px solid #005ca1; margin-left: 1px; width: 99.9%; }
caption, th, td { text-align: left; font-weight: normal; }
th, td { border: 1px solid #cceaff; padding: 4px 7px; text-align: center; }
th { font-weight: bold; color: #005ca1; }

thead th, thead td { color: #fff; font-weight: normal; text-align: center; vertical-align: top; }
thead th { background: #0088D9 !important; }
thead td { background: #0088D9 !important; }

thead strong { font-size: 1.25em; display: inline; }

.head { background: #0072B7 !important; color: #fff; padding: 4px 7px; border: 1px solid #cceaff; }

.oferta { background: #DE127A !important; }

.head strong { font-size: 1.25em; }

.headTitle { border: 1px solid #cceaff; padding: 4px 7px; color: #fff; font-weight: bold; text-align: left; background: #005ca1; }

.Title { border: 1px solid #cceaff; padding: 4px 7px; color: #fff; font-weight: bold; text-align: left; background: #005ca1 !important; }

/* Clear table, no borders, no backgrounds, no bolds */
table.zen { border: 0; width: auto; }
table.zen td, table.zen th { border: 0; background: none; color: #000; font-weight: normal; padding: 3px; }
table.zen tbody th { width: 175px; text-align: right; padding-right: 10px; padding-left: 0; }
table.zen img { vertical-align: middle !important; }


.formPicker { display: inline; }
.formPicker input, .formPicker textarea { width: auto; }
.formPicker table { border: 0; width: 20em !important; position:relative; }
.formPicker table td{ border: 0; background: none; color: #000; font-weight: normal; padding: 3px; }
.formPicker table td .disabled{ border: 0; background: none; color: #ccc; font-weight: normal; padding: 3px; }
.formPicker table th { border: 0; background: none; color: #000; font-weight: bold; padding: 3px; }
.formPicker table tbody th { width: 175px; text-align: right; padding-right: 10px; padding-left: 0; }
 

/****************************************************************************************
 * Buttons
 ****************************************************************************************/
.button { background: url(/i/buttons.png) no-repeat 0 -300px; width: 164px; height: 27px;  border: 0; padding: 0; cursor: pointer; text-indent: -9999px; }
a.button { display: block; }

#btnAutentifica { background-position: 0 -200px; width: 188px; height: 30px; display: block; }
#btnContNou { background-position: -200px -200px; width: 188px; height: 30px; display: block; }
#btnMaiDeparte { background-position: -600px -300px; width: 188px; height: 30px; display: block; }
#btnTrimiteParola { background: url(/i/btnTrimiteParola.jpg) no-repeat 0 0; width: 135px; height: 36px; }
.turBtn { background: url(/i/buton-virtual-tur.png) no-repeat 0 0; display: block; width: 168px; height: 38px; border: 0; padding: 0; cursor: pointer; text-indent: -9999px; position: absolute; left: 250px; }
#turBtn { position: relative; float: right; top: 0; left: 0; margin-bottom: 5px; }

/****************************************************************************************
 * Flexible List
 *
 * Flexible List styles
 * 1. General List
 * 2. With a #column
 *
 * Tips
 * a) .listImage and .listText only appear for List Elements that HAVE an image
 *    ignore them for no-image elements
 * b) There is a bug in IE, called "Margin transreference bug" which transfers
 *    a margin value from a child to its parent under certain circumstances;
 *    fixed here by applying a padding instead of a margin to the listItem content elements
 ****************************************************************************************/
.listItem { overflow: hidden; width: 100%; margin: 0 0 2em 0; }
.listItem p { margin-bottom: .5em; }

#list.column { margin-right: 315px; display: inline-block; }
#list.column { display: block; }
#listIntroduction { margin-bottom: 2em; }

.listItem h2 { margin-top: 0; }
.subHeading { margin: -1em 0 1em 0; font-weight: bold; }
.listImage { float: left; display: inline; width: 120px; overflow: hidden; margin: 0; }
.listImage * { float: left; }
.listText { margin-left: 130px; }

/*Fix for IE "Margin transreference bug */
.listItem p { *margin-bottom: 0; *padding-bottom: 1em; }



/****************************************************************************************
 * Layout
 *
 * The bricks that hold the site togheter
 * comes hand-in-hand with the skeleton markup of the site
 ****************************************************************************************/
.center { width: 998px; margin: 0 auto; position: relative; background-color: #FFFFFF; }
#content { padding: 30px 0; display: block; position: relative; }
#content { display: block; padding: 20px 15px; background: #FFFBF2; }
#content:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }


.col { float: left; display: inline; width: 320px; margin-right: 10px; }
.ccol { float: left; display: inline; width: 505px; margin-right: 15px; }
.bbig { float: left; display: inline; width: 455px; margin-right: 0px; border: 2px #E5EEF5 solid; }
.small { width: 240px; margin-right: 5px; }
.ssmall { width: 210px; margin-right: 15px; border: 1px #1499F6 solid; background-color: #B3DEFF; padding: 5px; }
.last { margin-right: 0; }


#tell-a-friend form { width: 500px; margin: 0 auto; padding-top: 20px; }
#tell-a-friend h1 { margin-bottom: 30px }
#tell-a-friend .button { background-position: 0 0; width: 188px; height: 30px; display: block; }

/****************************************************************************************
 * Header
 *
 * 1. Site logo
 * 2. language Switcher
 * 3. Contextual Banner
 ****************************************************************************************/
#ctrlHeader { background: none; position: relative; height: 175px; border-bottom: 0px #fff solid; o/verflow: hidden; width: 998px; margin: 0px auto; z-index: 90; margin-bottom: 15px; }
#ctrlHeader .center { background: none; }
#headerBackground { background: #005ca1; position: absolute; width: 50%; height: 100%; left: 0; top: 0; display: none; }

/* Branding */

#ctrlHeader .logo { margin-top: 20px; float: left; }
#ctrlHeader .logo a { display: block; height: 57px; width: 177px; background: url(/i/eximtur.png) no-repeat 0 0; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/eximtur.png',sizingMethod='crop'); text-indent: -9999em; cursor: pointer; }

/*topNav*/
.topNav { float: left; t/op: -2.33em; r/ight: 0; margin: 0; line-height: 1.8em; font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: .9166em; display: inline-block; }
.topNav { display: block; }
.topNav li { display: inline; background: none; }
.topNav a { text-decoration: none; }
.topNav a:hover, .topNav a:focus { text-decoration: underline; }

/*User*/
#user { color: #C5E9FE; font-weight: bold; margin-top: 13px; padding-right: 35px; float: right; position: relative; z-index: 1; top: 0; }
#user a { font-weight: normal; text-decoration: underline; color: #C5E9FE; font-size: 12px; font-family: Arial, Verdana; font-weight: normal; background: url("/i/topArrow.gif") no-repeat right 7px; padding-right: 16px; }
#user a:hover { text-decoration: none; color: #fff !important; }
#userNav { margin: 0; margin-left: 0; }
#userNav ul { background: url("/i/bgMenuBottom.png") no-repeat left bottom; padding: 0 0 3px; width: 159px; }
#userNav li { margin: 0; padding: 0; font-weight: bold; display: block; }
#userNav li li:first-child { background: url("/i/bgMenuFirstLiUser.png") no-repeat 0 0; padding-top: 3px; }
#userNav li.children { position: static; }
#userNav li li.children a { background: url("/i/bgArrow.gif") no-repeat 10px 7px #FFFFFF !important; border-bottom: 1px solid #68CBFA; padding: 0 10px 0 18px; width: 131px; }
#userNav li.children a:hover { text-decoration: underline; }
#userNav li.children ul { position: absolute; top: 20px; left: -9999px; border-top: 0; margin: 0; }
#userNav li.children ul li { font-weight: normal; width: 100%; }
#userNav li.children ul li a { display: block; width: 131px; padding: 3px 0; background: url("/i/bgArrow.gif") no-repeat 10px 7px #FFFFFF !important; font-weight: normal; color: #1D62C8; border-bottom: 1px solid #68CBFA; text-decoration: none; padding: 0 10px 0 18px; text-transform: lowercase; }
#userNav li.children ul li a:hover { background: #2B78C6 url(/i/bgArrowHover.gif) no-repeat 10px 7px !important; color: #fff; text-decoration: none; }
#userNav li.children:hover, #userNav li.children.hover { position: relative; }
#userNav li.children:hover ul, #userNav li.children.hover ul { left: 0em; }
#userNav li li:last-child a { border: 0 !important; }
#userNav li span.first { b/ackground: url(/i/bgMenuTop.png) no-repeat 0 0; width: 3px; height: 22px; float: left; }
#userNav li span.last { b/ackground: url(/i/bgMenuRight.png) no-repeat 0 0; width: 3px; height: 22px; float: left; }
#userNav li.children:hover span.first { background: url(/i/bgMenuTop.png) no-repeat 0 0; }
#userNav li.children:hover span.last { background: url(/i/bgMenuRight.png) no-repeat 0 0; }

#headerPhone { float: right; width: 215px; height: 48px; margin-top: 13px; position: relative; z-index: 1; }
#headerPhone span { width: 215px; height: 48px; background: url(/i/headerPhone.png) no-repeat 0 0; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/headerPhone.png',sizingMethod='crop'); display: block; }

#headerBanenrs { float: right; width: 100%; margin-top: 3px; }
#headerBanenrs a { display: block; height: 70px; float: left; margin-right: 7px; width: 158px; }
#headerBanenrs a:hover { opacity: 0.8; }
#headerBanenrs a.first { background: url(/i/headerExploreaza.png) no-repeat 0 0; _background: url(/i/headerExploreaza.gif) no-repeat 0 0; }
#headerBanenrs a.second { background: url(/i/headerOferte.png) no-repeat 0 0; _background: url(/i/headerOferte.gif) no-repeat 0 0; }
#headerBanenrs a.third { margin-right: 0px; background: url(/i/headerSolicita.png) no-repeat 0 0; width: 150px; _background: url(/i/headerSolicita.gif) no-repeat 0 0; }
#headerBanenrs p { float: left; font-size: 20px; color: #C5E9FE; margin-right: 7px; margin-top: 20px; }

/*CompanyNav*/
#menu { width: 792px; float: right; }
#companyNav { l/eft: 0; r/ight: auto; float: right; width: auto; height: auto; line-height: 1.8em; margin-top: 8px; position: relative; z-index: 9; }
#companyNav li { float: left; display: block; padding: 0; font-weight: bold; margin: 0 7px; margin-right: 0px; }
#companyNav li a { color: #C5E9FE; font-size: 12px; font-family: Arial, Verdana; font-weight: normal; text-transform: lowercase; padding: 0 5px; float: left; }
#companyNav li li a { padding: 3px 5px 3px 20px !important; line-height: 110%; }
#companyNav li a:hover { color: #fff; }
#companyNav li.children a:hover { color: #1D62C8; background: #fff url(/i/topArrowHover.gif) no-repeat right 9px !important; }
#companyNav li.children:hover a { background: #fff url(/i/topArrowHover.gif) no-repeat right 9px !important; color: #1D62C8; }
#companyNav li.children.hover a { background: #fff url(/i/topArrowHover.gif) no-repeat right 9px !important; color: #1D62C8; }
#companyNav li.children { position: relative; }
#companyNav li.children:hover span { display: block; }
#companyNav li.children.hover span { display: block; }
#companyNav li.children a { background: url(/i/topArrow.gif) no-repeat right 9px; padding: 0px 20px 0px 5px; }
#companyNav li.children:hover ul li a { background: #fff url(/i/bgArrow.gif) no-repeat 10px 7px !important; padding: 0 10px 0 18px; color: #1D62C8; display: block; width: 131px; border-bottom: 1px solid #68CBFA; width: 128px; }
#companyNav li.children.hover ul li a { background: #fff url(/i/bgArrow.gif) no-repeat 10px 7px !important; padding: 0 10px 0 18px; color: #1D62C8; display: block; width: 131px; border-bottom: 1px solid #68CBFA; width: 128px; }
#companyNav li.children:hover li a:hover { background: #2B78C6 url(/i/bgArrowHover.gif) no-repeat 10px 7px !important; color: #fff; text-decoration: none; }
#companyNav li.children.hover li a:hover { background: #2B78C6 url(/i/bgArrowHover.gif) no-repeat 10px 7px !important; color: #fff; text-decoration: none; }
#companyNav li.solicita { float: right; background: url(/i/btnSolicita.jpg) no-repeat right 21px; text-indent: -9999em; margin: 0; padding: 0; width: 125px; height: 71px; }
#companyNav li.solicita a { display: block; height: 33px; width: 92px; margin-top: 21px; float: right; }
#companyNav li.par { height: 71px; padding: 0; margin: 0; background: url(/i/companyNavBorder.gif) no-repeat left center; margin-left: 20px; }
#companyNav li.first { margin: 0; background: none; }
#companyNav li span {  }
#companyNav li span.first { b/ackground: url(/i/bgMenuTop.png) no-repeat 0 0; width: 3px; height: 22px; float: left; }
#companyNav li span.last { b/ackground: url(/i/bgMenuRight.png) no-repeat 0 0; width: 3px; height: 22px; float: left; }
#companyNav li.children:hover span.first { background: url(/i/bgMenuTop.png) no-repeat 0 0; }
#companyNav li.children.hover span.first { background: url(/i/bgMenuTop.png) no-repeat 0 0; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bgMenuTop.png',sizingMethod='crop'); }
#companyNav li.children:hover span.last { background: url(/i/bgMenuRight.png) no-repeat 0 0; }
#companyNav li.children.hover span.last { background: url(/i/bgMenuRight.png) no-repeat 0 0; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bgMenuRight.png',sizingMethod='crop'); }

#companyNav ul { display: none; position: absolute; z-index: 99999; width: 159px; padding: 0; background: #fff; _clear: left; padding-bottom: 3px; background: url(/i/bgMenuBottom.png) no-repeat bottom left; _background: url(/i/bgMenuBottom.gif) no-repeat bottom left; }
#companyNav li:hover ul { display: block; top: 20px; margin: 0; left: 0px; }
#companyNav li.hover ul { display: block; top: 20px; margin: 0; left: 0px; }

#companyNav ul li { float: left; display: block; margin: 0; background: #fff; width: 153px; padding-left: 3px; padding-right: 3px; }
#companyNav ul li:first-child { background: #fff url(/i/bgMenuFirstLi.png) no-repeat 0 0; padding-top: 3px; }


#companyNav ul ul { position: absolute; top: 1.5em; left: -9999px; background: #fff; border: 1px solid #005ca1; border-top: 0; margin: 0; padding: .5em 1em; line-height: 1.3em; width: 23em; }
#companyNav ul ul li { float: none; display: block; margin: 0; font-weight: normal; width: 100%; }
#companyNav ul li.children ul { }
#companyNav ul li.children ul li a { display: block; width: 100%; padding: 3px 0; background: none; }
#companyNav ul li.children ul li a:hover { text-decoration: none; background: #B1CDE2; }
#companyNav ul ul li a { display: block; width: 100%; padding: 3px 0; background: none; }
#companyNav ul ul li a:hover { text-decoration: none; background: #B1CDE2; }
#companyNav li.children:hover, #companyNav li.children.hover { position: relative; }
#companyNav li.children:hover ul, #companyNav li.children.hover ul { l/eft: -1em; }

/*Lang*/
#lang { text-transform: uppercase; width: 46px; padding-top: 17px; margin-right: -15px; }
#lang li { clear: left; padding: 0 0 3px 0; margin: 0; float: left; width: 46px; display: block; }
#lang li a { clear: left; display: block; width: 16px; height: 11px; margin: 0px auto; }
#lang .first { background: none; padding: 0; margin: 0; }
#lang .flag { background: none; padding: 0 0 0 5px; margin: 0 0 0 5px; }
#lang li a.en-GB { background: url(/admstrv/i/flagen-GB.gif) no-repeat 50% 0; }
#lang li a.ro-RO { background: url(/admstrv/i/flagro-RO.gif) no-repeat 50% 0; }
#lang li a.de-DE { background: url(/admstrv/i/flagde-DE.gif) no-repeat 50% 0; }

/* Contextual Banner */
#banner { c/lear: left; float: left; width: 497px; height: 180px; overflow: hidden; }
#banner img { display: block; }

#editableBanner { float: left; width: 160px; height: 180px; overflow: hidden; }
#editableBanner a { display: inline-block; }
#editableBanner a { display: block; }
#editableBanner img { display: block; }


/****************************************************************************************
 * Navigation
 *
 * 1st level &
 * 2nd search level
 ****************************************************************************************/
#navWrapper { width: 998px; margin: 0px auto; position: relative; z-index: 1; height: 55px; }
#nav { }
#nav ul { background: url(/i/nav.png) no-repeat 0 0; }
#nav li { margin: 0; padding: 0; background: none; float: left; margin-top: 0px; }
#nav a { float: left; height: 47px; width: 235px; text-indent: -9999px; display: block; }
#nav li:hover { o/pacity: 0.8; }
/*#nav a:hover, #nav a:focus { background: #fff; opacity: .1; filter:alpha(opacity=10); }*/

#nav .first a { width: 236px; }
#nav .last { padding: 0; }

#nav .rentACar a { width: 141px; }
#nav .insurance a { width: 155px; }

#nav .m20 .l1 { background: url(/i/bgHomeTabActive.jpg) no-repeat 0 0; margin-top: -7px; height: 54px; }
#nav .l1 { width: 59px; background: url(/i/bgHomeTab.jpg) no-repeat 0 0; }
#nav .l1 a { width: 59px; }
#nav .l2 { background: url(/i/bgRezervariAvion.jpg) no-repeat 0 0; width: 124px; }
#nav .m0 .l2 { background: url(/i/bgRezervariAvionActive.jpg) no-repeat 0 0; margin-top: -7px; height: 54px; }
#nav .m20 .l2 { background: url(/i/bgRezervariAvion.jpg) no-repeat 0 0; width: 124px; margin-top: 0px; height: 47px; } 
#nav .m20 .l2:hover { m/argin-toP: -10px; }
#nav li { height: 47px; }
#nav .l2 a { width: 124px; }
#nav .m1 .l5 { background: url(/i/bgVacanteRomaniaActive.jpg) no-repeat 0 0; width: 147px; height: 54px; margin-top: -7px; }
#nav .l3 { background: url(/i/bgVacanteStrainatate.jpg) no-repeat 0 0; width: 155px; }
#nav .l3 a { width: 155px; }
#nav .l4 { background: url(/i/bgHoteluriStrainatate.jpg) no-repeat 0 0; width: 157px; }
#nav .m11 .l4 { background: url(/i/bgHoteluriStrainatateActive.jpg) no-repeat 0 0; height: 54px; margin-top: -7px; }
#nav .m2 .l3 { background: url(/i/bgVacanteStrainatateActive.jpg) no-repeat 0 0; width: 157x; margin-top: -7px; height: 54px; }
#nav .l4 a { width: 157px; }
#nav .m4 .l5 { background: url(/i/bgCazareActive.jpg) no-repeat 0 0; width: 212px; margin-top: -7px; height: 54px;  }
#nav .l5 { background: url(/i/bgVacanteRomania.jpg) no-repeat 0 0; width: 147px; }
#nav .l5 a { width: 147px; }
#nav .l6 { background: url(/i/bgHoteluriRomania2.jpg) no-repeat 0 0; width: 140px; }
#nav .m10 .l6 { background: url(/i/bgHoteluriRomania2Active.jpg) no-repeat 0 0; height: 54px; margin-top: -7px; }
#nav .l6 a { width: 140px; }
#nav ul { float: left; w/idth: 840px; width: 785px; }
#nav a.locatiiEvenimente { background: url(/i/bgLocatiiEvenimente.png) no-repeat 0 0; width: 139px; height: 51px; display: block; float: right; margin-top: -4px; }
#nav #navBar { width: 100%; height: 8px; float: left; background: #F08A00; }

/*Search*/
#search { display: none; overflow: hidden; background: #85c226; b/order-bottom: 1px #FFFFFF solid; clear: right; float: right; color: #fff; width: 980px; height: 45px; font-family: Arial, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Verdana, sans-serif; clear: left; float: none; border-left: 0px solid #54C0FF; position: relative; top: 0px; _top: -5px; padding-top: 15px; }

#search h2 { background: url(/i/searchTitle.png) no-repeat 0 0; height: 18px; text-indent: -99999px; margin-bottom: 3px; width: 120px; float: left; }
#search div#head { b/ackground: url(/i/bgSearchTitle.png) no-repeat 0 0; _b/ehavior: url(/js/iepngfix.htc); width: 320px; height: 39px; p/adding: 13px 8px 3px 8px; }
#search div#head div#title { ba/ckground: url(/i/bgSearchTitle.png) no-repeat 0 0; _b/ehavior: url(/js/iepngfix.htc); width: 108px; height: 26px; padding: 13px 8px 3px 8px; float: left; }
#search div#head div#social { width: 196px; height: 39px; float: left; background: #FFFFFF; }
#search.m1 h2 { b/ackground-position: 0 -21px; }
#search.m2 h2 { b/ackground-position: 0 -42px; }
#search.m4 h2 { b/ackground-position: 0 -63px; }

#search #twitter { p/osition: absolute; t/op: 71px; r/ight: 52px; margin-top: 0; float: right; }
#search #facebook { p/osition: absolute; t/op: 71px; r/ight: 3px; margin-top: 0; float: right; margin-right: 3px; margin-left: 10px; }
#search #facebook img { display: block; }
#search #blog { float: right; margin-top: 0px; margin-right: 10px; }

#headerSearch { width: 395px; height: auto; float: left; display: inline; background: url(/i/bgSearch.png) no-repeat 0 0; _background: url(/i/bgSearch.gif) no-repeat 0 0; }
#headerSearch span { float: left; margin: 0 !important; margin-top: 6px !important; }
#headerSearch span.formSubmit { width: 43px; }
#headerSearch span.formItem { width: 325px; margin-bottom: 0.5em !important; }
#headerSearch i { clear: left; float: left; color: #fff; background: url("/i/bgInfoHeader.png") no-repeat 0 1px; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bgInfoHeader.png',sizingMethod='crop'); height: 18px; padding-left: 20px; margin-top: 13px; margin-left: 15px; width: 350px; }
#headerSearch label { color: #666666; font-size: 16px; display: none; }
#headerSearch .formItem input { width: 305px; height: 20px; float: left; background: none; border: 0; color: #666666; font-size: 16px; margin-left: 10px; margin-top: 9px; padding: 5px; }
#headerSearch .formSubmit input { width: 30px; height: 25px; float: left; background: none; border: 0; margin-top: 14px; margin-left: 13px; }

div .m0 { background: #3FADEA !important; display: block !important; }
div .m20 { background: #0979BB !important; }
#nav ul { background: none !important; } 
div .m1 { background: #84CE23 !important; display: block !important; }
div .m2 { background: #F49807 !important; display: block !important; }
div .m3 { background: #75C4F0 !important; display: block !important; }
div .m4 { background: #F25EA8 !important; display: block !important; }
div .m10 { background: #5DA238 !important; display: block !important; }
div .m11 { background: #EB6202 !important; display: block !important; }

#search .col { display: inline; margin-right: 0; width: auto; padding: 0px 8px 5px 8px; clear: left; }
#search .col1 { width: 250px; }
#search .col2 { width: 270px; }
#search .col3 { width: 305px; }

#search fieldset { width: 980px; h/eight: 156px; p/adding: 13px 8px 10px 8px; }

#search .formItem { text-align: left; margin: 5px 0; float: left; margin-right: 5px; }
#search .region { padding: 4px; background: url(/i/bgRegion.png) repeat 0 0; margin-top: 1px; }
#search label { font-size: 1.0833em; font-weight: bold; float: none; width: auto; padding-right: 2px; }
#search select { width: 90px; padding: 0; padding-top: 1pt; padding-bottom: 1pt; color: #00599A; font-family: Arial, Verdana, sans-serif; float: left; margin-right: 7px; }
#search .medium select { width: 95px; } 
#search .large select { width: 250px; f/ont-size: 16px; f/ont-weight: bold; float: none; margin: 0 !important; position: relative; top: 0px; } 
#search .last { margin: 0 !important; _margin-right: -3px !important; }

#oferteGasite { float: right; padding: .55em 0; font-size: 1.0833em; font-weight: bold; text-align: right; }
#search a { color: #fff; float: left; font-size: 14px; font-weight: normal; line-height: 120%; margin-top: 2px; }
#search .button { float: left; display: inline; background: url(/i/btnSearchHome.png) no-repeat 0 0; width: 85px; height: 26px; margin-top: 0px; line-height: 500%; margin-right: 6px; position: relative; top: -1px; }
#search.m1 .button { background: url(/i/btnSearchHome.png) no-repeat 0 0; }
#search.m2 .button { background: url(/i/btnSearchHome.png) no-repeat 0 0; }
#search.m4 .button { background: url(/i/btnSearchHome.png) no-repeat 0 0; }

#s/earch .src { height: 28px; width: 304px; margin-top: 5px; }


clearNav #search { display: none; }
#search #afiseazaOferte { width: 135px; float: right; padding-top: 3px; }


#leftSocializare { position: absolute; top: 165px; left: -90px; width: 80px; }
#leftSocializare a { display: block; float: right; background: url(/i/bgLeftSocializare.png) no-repeat 0 0; _background: url(/i/bgLeftSocializare.gif) no-repeat 0 0; }
#leftSocializare a.rss { background-position: -38px 0; width: 29px; height: 27px; display: none; }
#leftSocializare a.facebook { background-position: 0 -41px; width: 41px; height: 36px; margin-top: 40px; float: left; }
#leftSocializare a.blog { background-position: -42px -35px; width: 33px; height: 27px; margin-top: 10px; }
#leftSocializare a.twitter { background-position: -29px -83px; width: 47px; height: 45px; margin-top: 10px; }
#leftSocializare a.yahoo { background-position: -4px -146px; width: 56px; height: 55px; margin-top: 10px; }


#rightBanners { position: absolute; top: -8px; right: -152px; width: 142px; }
/*#rightBanners a { display: block; width: 126px; height: 37px; background: url(/i/bgRightBanner.png) no-repeat 0 0; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bgRightBanner.png',sizingMethod='crop'); color: #fff; text-decoration: none; font-size: 17px; padding: 22px 8px; }*/
#rightBanners a { display: block; }




/****************************************************************************************
 * Breadcrumbs
 ****************************************************************************************/
.location li { display: inline; list-style: none; background: url(/i/location.gif) no-repeat 0 50%; padding: 0 9px; }
.location li.first { padding-left: 0 !important; background: none; }
.location a { text-decoration: none; }
.location a:hover, #location a:focus { text-decoration: underline; }


/****************************************************************************************
 * Ratings
 ****************************************************************************************/
.rating { height: 12px; font-size: 12px; line-height: 12px; background: url(/i/ratingStar.gif); width: 0; text-indent: -9999px; margin: 0; padding: 0; clear: left; }
/* margarete */
.s286, .s287, .s288, .s289, .s290, .s291, .s292, .s293, .s294, .s295 { background-image: url(/i/ratingDaisy.png); }


/* fara stele */
.s296 { width: 0; }

/* 1 stea */
.s9,
.s286,
.s297 { width: 16px; }

/* 1,5 stele */
.s281,
.s287 { width: 24px; }

/* 2 stele */
.s10,
.s288,
.s298 { width: 32px; }

/* 2,5 stele */
.s282,
.s289 { width: 40px; }

/* 3 stele */
.s11,
.s290,
.s299 { width: 48px; }

/* 3.5 stele */
.s283,
.s291 { width: 56px; }

/* 4 stele */
.s12,
.s292,
.s300 { width: 64px; }

/* 4,5 stele */
.s284,
.s293 { width: 72px; }

/* 5 stele */
.s13,
.s294,
.s301 { width: 80px; }

/* 5,5 stele (peste 5 stele) */
.s285,
.s295 { width: 88px; }


.s310 { background: url(/i/rating/1.gif) no-repeat 0 0; width: 9px; margin-top: 4px; }
.s311 { background: url(/i/rating/11.gif) no-repeat 0 0; width: 18px; margin-top: 4px; }
.s312 { background: url(/i/rating/2.gif) no-repeat 0 0; width: 27px; margin-top: 4px; }
.s313 { background: url(/i/rating/22.gif) no-repeat 0 0; width: 36px; margin-top: 4px; }
.s314 { background: url(/i/rating/3.gif) no-repeat 0 0; width: 45px; margin-top: 4px; }
.s315 { background: url(/i/rating/33.gif) no-repeat 0 0; width: 56px; margin-top: 4px; }
.s316 { background: url(/i/rating/4.gif) no-repeat 0 0; width: 63px; margin-top: 4px; }
.s317 { background: url(/i/rating/44.gif) no-repeat 0 0; width: 72px; margin-top: 4px; }
.s318 { background: url(/i/rating/5.gif) no-repeat 0 0; width: 81px; margin-top: 4px; }
.s319 { background: url(/i/rating/55.gif) no-repeat 0 0; width: 90px; margin-top: 4px; }
.s320 { background: url(/i/rating/6.gif) no-repeat 0 0; width: 99px; margin-top: 4px; }
.s321 { background: url(/i/rating/66.gif) no-repeat 0 0; width: 99px; margin-top: 4px; }
.s322 { background: url(/i/rating/7.gif) no-repeat 0 0; width: 99px; margin-top: 4px; }
.s323 { background: url(/i/rating/77.gif) no-repeat 0 0; width: 99px; margin-top: 4px; }



.titleWithRating { display: inline-block; }
.titleWithRating { display: block; margin-bottom: 5px; }
.titleWithRating:after { display: block; clear: both; height: 0; visibility: hidden; content: '.'; }
.titleWithRating .title { float: left; }
.titleWithRating .rating { float: left; }


/****************************************************************************************
 * Product List
 *
 * List of products
 ****************************************************************************************/
#list { margin: 0; width: 718px; float: left; } 
#list h1 { margin: 0; } 
#list #productIntro { font-size: 1.167em; color: #333333; line-height: 140%; margin-top: 10px; display: none; }
.product { padding: 0; display: inline-block; }
.product { display: block; border-bottom: 1px dotted #CCCCCC; }
.product:after { display: block; clear: both; height: 0; visibility: hidden; content: '.'; }
.product .element { width: 528px; float: left; padding: 12px 10px; padding-left: 0px; }
.product .element.bg { b/order: 1px #F3F3F3 solid; ba/ckground: #FBFBFB; width: 528px; }
.product .image { float: left; width: 124px; overflow: hidden; display: inline; margin-right: 10px; } 
.product .image a { float: left; width: 120px; padding: 1px; border: 1px solid #D7D7D7; text-decoration: none; } 
.product .image a.regiune { border: 0 !important; width: auto; height: auto; font-size: 10px; color: #2499D3; padding: 0; line-height: 120%; margin-bottom: 5px; } 
.product .image a:hover { border: 1px solid #2499D3; text-decoration: underline; } 
.product .image img { width: 120px; }
.product .image .prodRating { float: left; width: 100%; margin-top: 4px; } 
.product .image .prodRating span { float: left; font-size: 14px; color: #69B43F; font-weight: bold; margin-bottom: 3px; } 
.product .image .prodRating span.note { float: right; } 
.product .image .prodOpinion { float: left; width: 100%; margin-top: 4px; } 
.product .image .prodOpinion a { background: url(/i/bgOpinion.jpg) no-repeat 0 4px; padding-left: 20px; border: 0 !important; width: auto; height: auto; font-size: 12px; color: #2499D3;} 
.product .text { overflow: hidden; width: 394px; float: left; color: #666666; line-height; 150%; }
.product .text .seasonName { color: #64A73F; margin: 3px 0; }
.product .text ul { margin: 0; padding: 0; }
.product .text ul li { margin: 0; padding: 0; background: url(/i/bullet.jpg) no-repeat 0 6px; padding-left: 10px; }
.product .text h2 { color: #0072B7; font-size: 15px; }
.product .text h2 a { color: #0072B7; font-size: 15px; }
.product .bg .text { width: 394px; }
.product .links { overflow: hidden; float: right; width: 180px; }
.product h2 { margin-bottom: .3em; }
.product h2 a { text-decoration: none; }
.product h2 a:hover, .product h2 a:focus { text-decoration: underline; } 
.product h3 { color: #0072B7; font-weight: normal; margin: 0; font-size: 13px; }
.product .text h3 { margin-bottom: 4px; }
.product h3 a { text-decoration: underline; color: #0072B7; font-weight: normal; margin: 0; font-size: 13px; text-decoration: none; }
.product h3 a:hover, .product h3 a:focus { text-decoration: underline; }
.product p { margin: 0; color: #666666; font-size: 12px; }
.product .detalii { display: inline-block; padding-top: .5em; color: #005ca1; }
.product .detalii { display: block; }
.product .detalii .price { float: left; max-width: 210px; _width: 210px; font-size: 11px; color: #666666; padding: 5px 10px; border: 1px dotted #F59808; }
.product .detalii .price span { color: #F59808; font-size: 22px; }
.product .detalii:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }
.product .detalii ol { display: inline; }
.product .detalii .button { float: right; display: inline; background: url(/i/btnDetalii.jpg) no-repeat 0 0; width: 88px; height: 27px; }
.product .location a { text-decoration: underline; }
.product .location a:hover, .product .location a:focus { text-decoration: none; }

#filtrare { float: right; width: 250px; margin-left: 15px; background: #F08A00; margin-top: -19px; margin-right: -15px; _margin-right: -8px; _margin-top: -20px; } 
#filtrare .innerFiltrare { float: left; width: 220px; background: #F59808; padding: 15px; padding-top: 4px; margin-top: 8px; } 
#filtrare .innerFilter { float: left; width: 220px; max-height: 220px; _height: 220px; overflow:auto; background: #F59808; background: #fff url(/i/bgBottomFilter.jpg) no-repeat bottom left; padding-bottom: 4px; margin: 5px 0; overflow: hidden; *position: relative; *z-index: 1; } 
#filtrare .innerFilter .title { color: #0072B7; border-bottom: 1px dotted #0072B7; margin: 0; width: 100%; font-size: 12px; font-weight: bold; margin-bottom: 4px; } 
#filtrare .innerFilter .items { float: left; max-height: 180px; _height: 180px; width: 200px; display: block; overflow-y: scroll; overflow-x: hidden; } 
#filtrare .innerFilter input { float: left; clear: left; float: left; margin-right: 4px; p/osition: relative; margin-top: 2px; width: auto; height: auto; border: 0; padding: 0; *top: 0; padding: 0; *margin: 0; *margin-left: -4px; } 
#filtrare .innerFilter .filterItem { margin: 2px 0; width: 100%; float: left; } 
#filtrare .innerFilter .filterItem label { color: #333; font-size: 11px; float: left; width: 165px; } 
#filtrare .innerFilter .inInnerFilter { background: url(/i/bgTopFilter.jpg) no-repeat 0 0; padding-bottom: 4px; float: left; padding: 10px; max-height: 200px; _height: 200px; width: 200px; display: block; padding-bottom: 0; } 
#filtrare .innerFilter .bgFilter { background: url(/i/bgFilter.jpg) repeat-x 0 0 #fff; width: 220px; max-height: 220px; _height: 220px; float: left; } 
#filtrare .innerFilter .button { background: url(/i/btnAfiseazaOferte.jpg) no-repeat 0 0; width: 220px; height: 37px; margin: 0; top: 0px; } 
#filtrare .filterButton { background: none; width: 220px; height: 37px; margin: 0; padding: 0; margin-top: 5px; overflow: hidden; }
#filtrare span { font-size: 20px; color: #fff; margin: 15px; float: left; margin-bottom: 8px; margin-top: 8px; } 
#filtrare i { clear: left; color: #fff; float: left; margin-left: 15px; font-size: 11px; color: #FDE7C5; background: url(/i/bgInfo.png) no-repeat 0 0; _background: none; __filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bgInfo.png',sizingMethod='crop'); padding-left: 20px; width: 200px; }
#filtrare input#doFilter { m/argin-left: 15px; } 
#filtrareOverlay { width: 250px; background: #fff; height: 2000px; float: right; top: 50px; right: 8px; position: absolute; z-index: 9999; }



#advSrc .element { width: 712px; }
#advSrc .element.bg { width: 710px; }
#advSrc #content h1 { position: relative; padding-bottom: 5px; }
#advSrc #content h1 a { position: absolute; right: 0; top: -5px; display: inline; font-size: 12px; font-weight: normal; }

/*product links*/
.product .links { width: 170px; padding: 12px 0px 12px 10px; b/order: 1px #F3F3F3 solid; ba/ckground: #FBFBFB; float: right; color: #333333; margin-right: 0px; }
.product .links ul { margin: 0; }
.product .links ul li { background: url(/i/bltProductLinks.gif) no-repeat 0 .5em; padding-left: 15px; }
.product .links ul li a{ text-decoration: none; }
.product .links ul li a:hover, #column ul li a:focus { text-decoration: underline; }
.product .links span { color: #333333; font-size: 18px; margin-bottom: 5px; float: left; }
.product .links a { color: #0072B7; font-size: 12px; float: left; clear: left; background: url(/i/bgLinkArrow.jpg) no-repeat 0 8px; padding-left: 17px; line-height: 170%; text-decoration: none; width: 143px; }
.product .links a:hover { text-decoration: underline; } 


#side { width: 235px; float: right; }
#side #region span { border: 1px #FFEE9F solid; display: block; width: 233px; margin-bottom: 13px; }
#side #region a { border: 1px #FFEE9F solid; display: block; width: 233px; margin-bottom: 13px; }
#side #region a span { border: none; display: inline; width: auto; margin-bottom: 0; }
#side #region span img { width: auto; margin: 0; padding: 0; }
#side #region div.sideBox { border: 1px #FFEE9F solid; background: #FFFBDF; padding: 20px 15px 20px 10px; margin-bottom: 13px; }
#side #region div.sideBox h2 { padding: 0; padding-bottom: 10px; background: none; color: #005CA1; text-transform: none; }
#side #dvEvents { border: 1px #ECF7FF solid; background: #D9EBFF; padding: 20px 15px 20px 10px; }
#side #dvEvents ul { margin: 0; }
#side #dvEvents li { background: none; padding: 0; }
#side #dvEvents li h3 { margin-bottom: 0px; }


/****************************************************************************************
 * Product Detail Page
 *
 * Product description, images, price etc
 ****************************************************************************************/

/*Side Columns*/
#column { float: left; width: 240px; overflow: hidden; }
#column a { display: block; }
#column img {  }
#column p { margin-top: 0; }
#column .button { margin: 15px 0; }
#promo { float: right; width: 235px; overflow: hidden; }
#promo img { display: block; margin-bottom: 12px; wi/dth: 235px; }
#rezervaAvion #promo { float: left; }
#productHeader { padding-bottom: 15px;  }

/*adaugat de Roxana*/
#column .links { border: 1px solid #005CA1; margin-left: 0px; margin-top: 5px; }
#column h2 { background: #005CA1 url(/i/homeTitle.gif) no-repeat 10px 50%; color: #fff; padding: 6px 10px 6px 32px; display: block; font-size: 13px; text-transform: uppercase; }
#column ul li { background: none; padding: 3px; padding-left: 0px; font-weight: bold; }
#column ul li ul li { background: url(/i/bgColumnBullet.jpg) no-repeat 0 10px; padding: 3px; padding-left: 10px; font-weight: normal; margin-left: 8px; }
#column ul { margin-left: 0; }
#column ul li a{ text-decoration: none; }
#column ul li a:hover, #column ul li a:focus { text-decoration: underline; }
/*end Roxana*/

/*images*/
.photoElement { display: inline-block; margin-bottom: 12px; text-align: left; }
.photoElement { display: block; }
.photoElement:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }


/*slide nav*/
#slideNav { float: right; }
#slideNav br { display: none; }
#slideNav a { float: left; display: inline; margin-left: 15px; padding: 5px 10px; }
#slideNav a.button { padding: 0; margin: 0; }
#slideNav .slide { border: 1px solid #c4e6ff; text-decoration: none; display: none; }
#slideNav .slide:hover, #slideNav .slide:focus { border-color: #005ca1; }


.inner { float: left; display: inline; width: 472px; _float: none; }
#rezervaAvion .inner { float: right; width: 768px; }
.description { float: left; width: 285px; padding-bottom: 35px; }
#product h2 { clear: both; background: #005ca1; color: #ffffff; border-left: 20px solid #fcd900; padding: .3em 13px; font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size: 1.333em; }
.rezerva { text-align: right; margin-top: -2.33em; height: 2.33em; line-height: 2.33em; padding-right: 17px; }
.rezerva a { color: #fff; }

#product .section { padding: .5em 0; }
#product .section h2 { font-size: 1em; font-weight: bold; padding: 0; margin: 0; display: inline; background: none; border: none; color: #000; margin: 0 3px; font-family: Helvetica, Arial, Sans-Serif; } /* temp for titles in content */
#product .first { border: 0; }
#product .section * { margin: 0; padding: 0; display: inline; background: none; }
#product .section p { margin: 0 0 1em; padding: 0; display: block; background: none; }
#product ul strong { color: #005ca1; }
#product .inner { float: left; display: inline; width: 472px; margin-left: 0; overflow: hidden; }
#product .pret { float: left; display: inline; width: 723px; overflow: hidden; }
#product .innerLarge { float: left; display: inline; w/idth: 472px; margin-left: 0; }

.rezervaBottom a { float: right; }

/*Comentarii*/
#comments { clear: left; border: 1px #FFA823 solid; display: block; width: 720px; overflow: hidden; margin-top: 20px; background: #EFEFEF; }
#comments #commentsInner { padding: 19px 15px; }
#comments h3.title { font-size: 17px; color: #FFF; font-weight: bold; background: #FFA823; padding: 3px 0 3px 15px; float: none; margin: 0; }
#comments h3 { color: #0D64B3; font-weight: bold; width: auto; float: left; background: #FFFFFF; padding: 4px 11px 4px 17px; }
#comments h3.product { background: none; text-transform: uppercase; padding: 0; }
#comments .user { width: auto; clear: left; }
#comments .user h3 { margin: 0; }
#comments .formItem label { width: 130px; color: #666666; font-weight: bold; text-align: left; float: none; display: block; padding: 0; padding-bottom: 3px; }
#comments .formItem label.normal { font-weight: normal; float: left; margin-top: -3px; padding: 0; padding-left: 10px; color: #333333; width: 230px; padding-left: 5px; }
#comments .form .formSubmit { margin-left: 0px; float: right; clear: both; padding-top: 14px; *padding: 0; *margin-top: -23px; _margin-top: -1px; *position: relative; *top: 26px; _position: static; _top: 0; }
#comments .form .formSubmit input { width: 100px; height: 26px; _height: 27px; padding: 0; margin: 0; background: url(/i/buttons.png) no-repeat -400px 0; text-indent: -99999px; *text-indent: 0; *line-height: 2000%; border: 0; cursor: pointer; }
#comments span { color: #333; }
#comments .formItem input { width: 244px; }
#comments .formItem textarea { width: 446px; _width: 445px; height: 156px; overflow: auto; }
#comments .formItem input, #comments .formItem select, #comments .formItem textarea { border: 1px solid #E8E8E8; color: #333333; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; padding: 0.4em; vertical-align: middle; }
#comments .formItem input#ckAddImages { width: auto; border: none; padding: 0; height: auto; float: left; *margin-left: -3px; *margin-top: -4px; }
#comments .trimite { display: block; width: 166px; height: 26px; padding: 0; margin: 0; background: url(/i/buttons.png) no-repeat -600px -200px; text-indent: -99999px; }
#comments .trimiteFirst { display: block; clear: left; width: 232px; height: 26px; padding: 0; margin: 0; background: url(/i/buttons.png) no-repeat -768px -200px; text-indent: -99999px; }
#comments #noOpinion p { background: #FFFFFF; padding: 5px 17px; clear: left; color: #0D64B3; font-weight: bold; float: left; }
.comment { margin-bottom: 10px; }
.commentDetails { background: #FFF; padding: 10px 17px; }
.commentDetails p { margin: 0; }
.commentImages { background: #FFF; padding: 0 17px 0px 17px; _padding-bottom: 10px; *padding-bottom: 10px; }
.galleryElement { width: 100px; display: inline; margin: 0px 0px 10px 11px; font-style: normal; text-align: left; overflow: hidden; float: left; background: none; padding: 0; }	
.galleryElement.newLine { margin-left: 0; clear: left; }
.galleryElement p {	margin: 5px 0px 0px 0px; color: #333333; line-height: 140%; font-size: 10px; text-align: center; }
.galleryElement span { background: #FFFFFF; width: 100px; overflow: hidden; display: block; text-align: center; }
.galleryElement a { text-decoration: none; }
.galleryElement a:hover { text-decoration: none; *text-decoration: underline; }
.galleryElement a:hover span { }
.galleryElement a:hover p { text-decoration: underline; }
.galleryElement a span { cursor: pointer; *width: auto; *overflow: visible; }

#comments.thickbox { width: auto; }
body#comment { background: #EFEFEF; width: 485px; height: 420px; overflow: hidden; }
body#comment .inner { float: none; width: auto; }
body#comment #content { padding: 0; background: none !important; }
body#comment #comments { margin-top: 0; border: 0; padding: 15px; }
body#comment #comments .form { margin: 0; clear: left; }
body#comment #comments .disclaimer { color: #999999; font-style: italic; float: right; width: 190px; padding-top: 18px; }
body#comment #addImages { margin-top: 0; border: 0; padding: 15px; }
body#comment #addImages h3 { color: #0D64B3; font-weight: bold; width: auto; float: left; background: #FFFFFF; padding: 4px 11px 4px 17px; }
body#comment #addImages h3.product { background: none; text-transform: uppercase; padding: 0; }
body#comment #addImages p.desc { font-size: 10px; color: #333333; font-weight: normal; padding-left: 81px; width: 276px; line-height: 120%; }

body#comment #dvImagesStatus { margin-left: 65px; margin-top: 5px; padding-right: 0px; }
body#comment #dvImagesStatus label { float: left; font-weight: bold; color: #666666; }
body#comment #addImages p.desc { width: 370px; text-align: left; clear: left; margin-top: 4px; }
body#comment #comments .form { overflow: hidden; }
body#comment #comments { overflow: hidden; }
body#comment #content { o/verflow: hidden; }
body#comment { overflow: hidden; }
body#comment #comments .disclaimer { float: left; padding: 15px 0; text-align: left; margin-left: 140px; text-align: left; padding-top: 0px; width: 385px; }
#addImages .formItem label { width: 71px; color: #666666; font-weight: bold; }
#addImages .formItem input { width: 362px; _width: 358px; border: 1px solid #E8E8E8; color: #333333; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; padding: 0.4em; vertical-align: middle; }
#addImages .form .formSubmit { margin-left: 0px; float: right; padding-top: 10px; *padding-top: 7px; }
#addImages .form .formSubmit input { width: 109px; height: 26px; _height: 27px; border: 0; padding: 0; margin: 0; _margin-bottom: -1px; background: url(/i/buttons.png) no-repeat -800px 0; text-indent: -99999px; *text-indent: 0; *line-height: 2000%; border: 0; cursor: pointer; }
#addImages .form .done input { width: 107px; background-position: -600px 0; margin-right: 17px; }
body#comment #addImages .disclaimer { color: #999999; font-style: italic; margin-top: -12px; *margin-top: -18px; }
body#comment #dvImagesStatus { margin-top: 0; border: 0; padding: 15px; padding-top: 0; }
body#comment #dvImagesStatus h3 { color: #0D64B3; font-weight: bold; width: auto; float: left; background: #FFFFFF; padding: 4px 11px 4px 17px; }
body#comment #dvImagesStatus h3.product { background: none; text-transform: uppercase; padding: 0; }
body#comment #dvImagesStatus #imageWrapper { padding: 10px 10px 0 0; margin: 0; clear: left; border: 1px #E8E8E8 solid; background: #FFFFFF; height: 175px; overflow-x: hidden; overflow-y: auto; position: relative; }
body#comment #dvImagesStatus .commentImages { padding: 0; margin: 0; }
body#comment #dvImagesStatus .commentImages .galleryElement { overflow: visible; position: relative; width: 95px; height: 75px; margin: 0; padding: 0px 0px 10px 9px; }
body#comment #dvImagesStatus .commentImages .galleryElement span { width: 95px; }
body#comment #dvImagesStatus .commentImages .galleryElement img { max-width: 95px; _width: expression(Math.min(parseInt(this.offsetWidth), 95 ) + "px"); max-height: 75px; _height: expression(Math.min(parseInt(this.offsetHeight), 75 ) + "px"); }
body#comment #dvImagesStatus .commentImages .clear { width: 100%; float: none; background: red; height: 0; padding: 0; margin: 0; min-height: 0; }
body#comment #dvImagesStatus .commentImages span.delete { text-indent: -99999px; width: 16px; height: 16px; display: block; background: url(/i/delete.gif) no-repeat 0 0; position: absolute; top: -7px; right: -8px; }
body#comment #postedMessage { margin-top: 0; border: 0; padding: 15px; }

body#comment { width: auto; height: 400px; } 
body#comment #comments { padding-top: 22px; background: none !important; }


/*Galerie*/
#gallery { float: left; width: 727px; }
#gallery h1 { margin-bottom: 10px; }
#gallery h2.galleryName { font-size: 14px; padding-bottom: 5px; }
h2.galleryTitle { background: #FFA823; clear: left; color: #FFFFFF; padding: 4px 17px 4px 17px; margin-bottom: 15px; }
#galleryColumn { float: right; overflow: hidden; width: 227px; }
#galleryColumn h2 { font-size: 18px; }
#galleryColumn ul { margin: 0; list-style-type: none; border-top: 1px #FFD391 solid; margin-top: 10px; }
#galleryColumn ul li { background: url(/i/bltCategories.gif) no-repeat 0 10px; margin: 0; border-bottom: 1px #FFD391 solid; padding: 6px 0 8px 23px; }
#galleryColumn ul li a { text-decoration: none; }
#galleryColumn ul li a:hover, #galleryColumn ul li a.active { font-weight: bold; }
#galleryColumn #createAlbum { display: block; width: 227px; height: 57px; margin-top: 20px; background: url(/i/btnCreateAlbum.gif) no-repeat 0 0; line-height: 2000%; }
#gallery .albumElement { width: 100px; display: inline; margin: 0px 0px 15px 25px; font-style: normal; text-align: center; overflow: hidden; float: left; background: none; padding: 0; }	
#gallery .albumElement.newLine { margin-left: 0; clear: left; }
#gallery .albumElement p { margin: 0; color: #666666; line-height: 130%; font-size: 11px; font-weight: bold; text-align: center; }
#gallery .albumElement small { margin: 0; color: #666666; line-height: 130%; font-size: 11px; text-align: center; display: block; }
#gallery .albumElement em { margin: 0; color: #666666; line-height: 130%; font-size: 11px; text-align: center; font-style: normal; display: block; }
#gallery .albumElement span { background: #FFFFFF; overflow: hidden; display: inline-block; text-align: center; position: relative; *position: static; }
#gallery .albumElement a { text-decoration: none; text-align: center; }
#gallery .albumElement a:hover { text-decoration: none; *text-decoration: underline; }
#gallery .albumElement a:hover span { text-decoration: none; }
#gallery .albumElement a:hover p { text-decoration: underline; }
#gallery .albumElement a:hover small { text-decoration: none !important; }
#gallery .albumElement a:hover em { text-decoration: none !important; }
#gallery .albumElement a span { cursor: pointer; *width: auto; *overflow: visible; }
#gallery .albumElement .details { position: absolute; *position: static; display: block; overflow: hidden; margin-top: -18px; height: 18px; background: url(/i/albumList.png) no-repeat 0 0; _background: none; __filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/albumList.png',sizingMethod='crop'); cursor: pointer; text-align: center; color: #FFFFFF; }
#gallery .albumElement img { max-width: 100px; _width: expression(Math.min(parseInt(this.offsetWidth), 100 ) + "px"); max-height: 75px; _height: expression(Math.min(parseInt(this.offsetHeight), 75 ) + "px"); }

#gallery .galleryElement { width: 100px; display: inline; margin: 0px 0px 15px 25px; font-style: normal; text-align: left; overflow: hidden; float: left; background: none; padding: 0; }	
#gallery .galleryElement.newLine { margin-left: 0; clear: left; }
#gallery .galleryElement p { margin: 0; color: #666666; line-height: 130%; font-size: 11px; font-weight: bold; text-align: center; }
#gallery .galleryElement small { margin: 0; color: #666666; line-height: 130%; font-size: 11px; text-align: center; display: block; }
#gallery .galleryElement em { margin: 0; color: #666666; line-height: 130%; font-size: 11px; text-align: center; font-style: normal; display: block; }
#gallery .galleryElement span { background: #FFFFFF;  width: 100px; overflow: hidden; display: block; text-align: center; }
#gallery .galleryElement a { text-decoration: none; }
#gallery .galleryElement a:hover { text-decoration: none; *text-decoration: underline; }
#gallery .galleryElement a:hover span { }
#gallery .galleryElement a:hover p { text-decoration: underline; }
#gallery .galleryElement a:hover small { text-decoration: none !important; }
#gallery .galleryElement a:hover em { text-decoration: none !important; }
#gallery .galleryElement a span { cursor: pointer; *width: auto; *overflow: visible; }
#gallery .galleryElement img { max-width: 100px; _width: expression(Math.min(parseInt(this.offsetWidth), 100 ) + "px"); max-height: 75px; _height: expression(Math.min(parseInt(this.offsetHeight), 75 ) + "px"); }


/*Album*/
#albums.thickbox { width: auto; }
body#album { background: #EFEFEF; width: 485px; height: 420px; overflow: hidden; }
body#album .inner { float: none; width: auto; }
body#album #content { padding: 0; }
body#album #albums { margin-top: 0; border: 0; padding: 15px; }
body#album #albums .form { margin: 0; clear: left; }
body#album #albums .formItem label { width: 89px; color: #666666; font-weight: bold; }
body#album #albums .formItem label.select { *padding-top: .1em; }
body#album #albums .formItem input { width: 344px; _width: 340px; border: 1px solid #E8E8E8; color: #333333; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; padding: 0.4em; vertical-align: middle; }
body#album #albums .formItem textarea { width: 344px; _width: 340px; height: 127px; border: 1px solid #E8E8E8; color: #333333; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; padding: 0.4em; vertical-align: middle; }
body#album #albums .formItem select { border: 1px solid #E8E8E8; width: 355px; _width: 351px; }
body#album #albums .form .formSubmit { margin-left: 0px; float: right; padding-top: 10px; *padding-top: 7px; }
body#album #albums .form .formSubmit input { width: 125px; height: 26px; _height: 27px; border: 0; padding: 0; margin: 0; _margin-bottom: -1px; background: url(/i/btnAddPicture.gif) no-repeat 0 0; text-indent: -99999px; *text-indent: 0; *line-height: 2000%; border: 0; cursor: pointer; }
body#album #albums .disclaimer { color: #999999; font-style: italic; float: none; width: auto; padding-top: 18px; clear: both; }
body#album #addImages { margin-top: 0; border: 0; padding: 15px; }
body#album #addImages h3 { color: #0D64B3; font-weight: bold; width: auto; float: left; background: #FFFFFF; padding: 4px 11px 4px 17px; }
body#album #addImages h3.product { background: none; text-transform: none; padding: 0; }
body#album #addImages p.desc { font-size: 10px; color: #333333; font-weight: normal; padding-left: 81px; width: 276px; line-height: 120%; }
#addImages .formItem label { width: 71px; color: #666666; font-weight: bold; }
#addImages .formItem input { width: 362px; _width: 358px; border: 1px solid #E8E8E8; color: #333333; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; padding: 0.4em; vertical-align: middle; }
#addImages .form .formSubmit { margin-left: 0px; float: right; padding-top: 10px; *padding-top: 7px; }
#addImages .form .formSubmit input { width: 109px; height: 26px; _height: 27px; border: 0; padding: 0; margin: 0; _margin-bottom: -1px; background: url(/i/buttons.png) no-repeat -800px 0; text-indent: -99999px; *text-indent: 0; *line-height: 2000%; border: 0; cursor: pointer; }
#addImages .form .done input { width: 107px; background-position: -600px 0; margin-right: 17px; }
body#album #addImages .disclaimer { color: #999999; font-style: italic; margin-top: -12px; *margin-top: -18px; }
body#album #dvImagesStatus { margin-top: 0; border: 0; padding: 15px; padding-top: 0; }
body#album #dvImagesStatus h3 { color: #0D64B3; font-weight: bold; width: auto; float: left; background: #FFFFFF; padding: 4px 11px 4px 17px; }
body#album #dvImagesStatus h3.product { background: none; text-transform: uppercase; padding: 0; }
body#album #dvImagesStatus #imageWrapper { padding: 10px 10px 0 0; margin: 0; clear: left; border: 1px #E8E8E8 solid; background: #FFFFFF; height: 85px; overflow-x: hidden; overflow-y: auto; position: relative; }
body#album #dvImagesStatus .albumImages { padding: 0; margin: 0; }
body#album #dvImagesStatus .albumImages .galleryElement { overflow: visible; position: relative; width: 95px; height: 75px; margin: 0; padding: 0px 0px 10px 11px; }
body#album #dvImagesStatus .albumImages .galleryElement span { width: 95px; }
body#album #dvImagesStatus .albumImages .galleryElement img { max-width: 95px; _width: expression(Math.min(parseInt(this.offsetWidth), 95 ) + "px"); max-height: 75px; _height: expression(Math.min(parseInt(this.offsetHeight), 75 ) + "px"); }
body#album #dvImagesStatus .albumImages .clear { width: 100%; float: none; background: red; height: 0; padding: 0; margin: 0; min-height: 0; }
body#album #dvImagesStatus .albumImages span.delete { text-indent: -99999px; width: 16px; height: 16px; display: block; background: url(/i/delete.gif) no-repeat 0 0; position: absolute; top: -7px; right: -8px; }
body#album #postedMessage { margin-top: 0; border: 0; padding: 15px; }
#gallery p.info { color: #005DA2; }

/*QuickNav*/
#quickNav { width: 170px; padding-bottom: 15px; }
#quickNav ul { margin: 0; border-top: 1px solid #cceaff; }
#quickNav li { margin: 0; padding: 0; background: none; }
#quickNav ul a { display: inline-block; padding: 6px 6px 6px 22px; border-bottom: 1px solid #cceaff; background: url(/i/arrow.gif) no-repeat 1px 50%; text-decoration: none; }
#quickNav ul a { display: block; }
#quickNav ul a:hover, #quickNav a:focus { text-decoration: underline; }
#quickNav .button { margin: 13px auto; }


/*Agentii*/
#agentNav { float: left; width: 170px; padding-right: 15px; }
#agentNav ul { margin: 0; border-top: 1px solid #cceaff; }
#agentNav li { margin: 0; padding: 0; background: none; }
#agentNav ul a { display: inline-block; padding: 6px 6px 6px 22px; border-bottom: 1px solid #cceaff; background: url(/i/arrow.gif) no-repeat 1px 50%; text-decoration: none; }
#agentNav ul a { display: block; }
#agentNav ul a:hover, #quickNav a:focus { text-decoration: underline; }
#agentNav ul a.active { font-weight: bold; }
#agentNav .button { margin: 13px auto; }
.quoteBox h2 { border-bottom: 1px #1499F6 solid; padding-bottom: 10px; margin-bottom: 1em; }
.ssmall img { width: 210px; }


/*Lista Reduceri*/
.reduceriTitlu { margin: 0; }
.reduceri { margin: 0 0 2em 0; }
.reduceri li { background: url(/i/priceBullet.png) no-repeat 0 0; line-height: 19px; padding: 0; }
.reduceri strong { color: #fff !important; float: left; display: inline; margin-right: 5px; line-height: 19px; width: 19px; text-align: center; font-weight: normal; }
.numarReducere { float: right; width: 19px; height: 19px; line-height: 19px; text-align: center; background: url(/i/priceBullet.png) no-repeat 0 0; color: #fff; }


/*
 * Print
 */
#print { background: #fff; color: #000; width: 19.6cm; _width: 15cm; margin: .5cm; }
@media print {
	table { _zoom: 85%; }   
}
#print #content { width: 19.6cm; _width: 15cm; float: none; padding: 0; }
#print .photoElement { text-align: right; }
#print .inner { margin-left: 17px; _padding-left: 17px; }
#print #product { width: 483px; _width: 472px; }
#print #product .section { padding: 0; }
#print .description { padding-bottom: 15px; }
#print .pret h2 { clear: both; background: #005ca1; color: #ffffff; border-left: 20px solid #fcd900; padding: .3em 13px; font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size: 1.333em; }
#print .pret .section { border-top: 1px solid #cceaff; padding: 1em 0; }
#print .pret .section h2 { font-size: 1em; font-weight: bold; padding: 0; margin: 0; display: inline; background: none; border: none; color: #000; margin: 0 3px; font-family: Helvetica, Arial, Sans-Serif; } /* temp for titles in content */
#print .pret .first { border: 0; }
#print .pret .section * { margin: 0; padding: 0; display: inline; background: none; }
#print .pret .section p { margin: 0 0 1em; padding: 0; display: block; background: none; }
#print .pret ul strong { color: #005ca1; }
#print .pret .inner { float: left; display: inline; width: 507px; _width: auto; margin-left: 0; overflow: hidden; }
#print .pret .pret { float: left; display: inline; width: 723px; _width: auto; _padding-left: 17px; overflow: hidden; }




/*
 * Preview
 */
#preview #ctrlHeader,
#preview #navWrapper,
#preview #footer { display: none; }



/*
 * Flexible Page
 */
.detail #column { float: right; width: 240px; display: inline; margin-left: 15px; } 
.detail #column h3 { margin-top: 0; }
.detail #column .box { margin-bottom: 1em; }
.detail #column .image { text-align: center; color: #f97c00; line-height: 1.3em; }
.detail #column .image span { display: block; border: 1px solid #E6E6E6; padding: 1px; }
.detail #column .image a:hover span { border: 1px solid #0073B7; }
.detail #column .image img { display: block; width: 236px; }
.detail #column .image p { margin: 0; text-align: left; color: #0073B7; margin-top: 5px; }
.detail #column .image a { text-decoration: none; }
.detail #column .image a:hover { text-decoration: underline; }

.detail #column .quote { padding-left: 1em; }

.detail h1 { m/argin-bottom: 5px; }
.detail h2 { margin: 0 0 5px 0; }
.detail ol { margin-left: 2em; *margin-left: 2.2em; }
.detail ol.location { margin-left: 0; }


/*
 * Account
 */
#account h2 { border-bottom: 1px solid #cc0000; }
 
#account label { width: 14em; text-align: right; }
#account .txInput { width: 15em; }
#account select { width: 16.3em; margin: .4em 0; }
#account textarea { width: 15em; line-height: 1.5em; height: 8em; }

#account dl { display: inline-block; margin-bottom: 2em; }
#account dl { display: block; }
#account dl:after { display: block; clear: both; height: 0; visibility: hidden; content: '.'; }
#account dt { float: left; width: 14em; text-align: right; padding: .4em .6em; clear: left; }
#account dd { float: left; width: 10em; padding: .4em .6em; }

#registerSubmit, #btnLansareComanda { clear: both; margin: 0; text-align: center; }

#companyToggler { margin-bottom: 2em; }




/****************************************************************************************
 * Pager
 *
 * paging for product listing. and not only
 ****************************************************************************************/
.pager { display: inline-block; font-size: 1.3333em; font-family: Arial, Verdana, sans-serif; border-top: 1px #E5EEF5 solid; color: #005CA1; line-height: 1.6em; font-weight: bold; padding: .5em 0; }
.pager { display: block; }
.pager:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }
.pager em { float: left; }
.pager div { float: right; }
.pager ol, .pager li { list-style: none; margin: 0; display: inline; }
.pager.top { border-bottom: 1px #E5EEF5 solid; border-top: 0; }
.pager.gallery { clear: left; border: 0; padding-top: 0; margin-top: -15px; }
.pager a { color: #005ca1; }
.pager a, .pager span { text-decoration: none; float: left; padding: 0 .4em; display: inline; }
.pager a:hover, .pager a:focus { text-decoration: underline; }
.pager .active { text-decoration: none; cursor: default; color: #85C126; }
.pager.gallery .active { color: #FFA823; }
.pager .prev, .pager .next { width: 100px; height: 21px; background: url(/i/pager.png) no-repeat 0 0; padding: 0; text-indent: -9999em; margin: .1em .2em 0 0; }
.pager.gallery .prev, .pager.gallery .next { background-image: url(/i/pagerGallery.png); }
.pager a.next { background-position: -100px 0; margin-left: .2em; margin-right: 0; }
.pager span.prev { background-position: 0 -21px; }
.pager span.next { background-position: -100px -21px; margin-left: .2em; margin-right: 0; }


/*
 * Reservations
 */
ul#stareRezervari { list-style-type: none; margin: 0; color: #005CA1; }
ul#stareRezervari li { background: none; padding: 0; border-bottom: 1px #005CA1 solid; padding: 0.4em 0pt; display: block; clear: left; }
ul#stareRezervari li.head { color: #005CA1; border: none; border-bottom: 1px #005CA1 solid; font-weight: bold; }
ul#stareRezervari li.selected { font-weight: bold; }
ul#stareRezervari li label { width: 100px; float: left; }
ul#stareRezervari li span { width: 160px; }
ul#stareRezervari li p { width: 280px; float: left; margin: 0; }
ul#stareRezervari li .active { font-weight: bold; }

/*
 * Meesages & Error Messages
 */
#ctl00_dvMessage { color: #292954; display: block; width: 10em; height: 4em; padding: 2em; border: .5em solid #292954; background: #F1F1F8; position: absolute; top: 50%; left: 50%; margin: -6em 0 0 -3em; }
.message { padding: .5em 1em; background: #85C226 url(/i/description.png) repeat-x 0 0; margin: 2em 0; color: #fff; line-height: 1.4em; } 
.message h3 { margin-top: .5em; }
.message a { color: #fff; }
.error h3 { color: #DF291B; }





/****************************************************************************************
 * Homepage
 *
 *
 ****************************************************************************************/
#home { font-family: Arial, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Verdana, sans-serif; font-size: 1.0005em; color: #333333; }
#home a { color: #005AA0; }
#content { }
#home ul { list-style-type: none; margin: 0; padding: 0; }
#home ul li { margin: 0; padding: 0; background: none; float: left; width: 235px; padding-left: 8px; }
#home .ui-tabs-panel ul li { width: auto; float: none; background: url("/i/bullet.gif") no-repeat scroll 0 5px transparent; margin-left: 8px; padding-left: 8px; }
#home ul li.co { padding-right: 8px; }
#home ul li.first { padding: 0; width: 235px; padding-right: 0px; padding-left: 0px; }
#home ul li.firstCol { padding: 0; padding-right: 1px; }

#home a.banner { display: block; margin-bottom: 10px; overflow: hidden; width: 235px; }

#home .colectie { width: 235px; overflow: hidden; position: relative; color: #005AA0; }
#home .colectie h2 { background: #0099FF url(/i/bltColectieTitle.gif) no-repeat 9px 9px; padding: 7px 0 7px 26px; width: 209px; }
#home .colectie h2 a { color: #FFFFFF; text-decoration: none; display: inline; }
#home .colectie h2 a:hover { text-decoration: underline; }
#home .colectie a.imagineColectie { display: block; width: 235px; overflow: hidden; }
#home .colectie a.imagineColectie img { display: block; }
#home .colectie .info { position: absolute; top: 0; right: -99999px; display: block; width: 82px; height: 70px; background: url(/i/infoOfertaSpeciala.png) no-repeat 0 0; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/infoOfertaSpeciala.png',sizingMethod='crop'); }
#home .colectie label { display: block; padding: 6px 10px; width: 215px; background: #EFEFEF; overflow: hidden; color: #000000; }
#home .colectie ul { width: 215px; padding: 10px; overflow: hidden; }
#home .colectie ul li { width: auto; float: none; background: url(/i/bltColectieList.gif) no-repeat 0 4px; padding-left: 18px; padding-bottom: 5px; }
#home .colectie ul li a { text-decoration: none; }
#home .colectie ul li a:hover { text-decoration: underline; }

#home .ro .colectie h2 { background-color: #85C226; }
#home .co .colectie h2 { background-color: #F25EA8; }
#home .wo .colectie h2 { background-color: #FF9900; }

#home .OS { margin-top: -5px; padding-top: 5px; }
#home .OS h2 { padding: 7px 89px 7px 26px; width: 120px; }
#home .OS .info { right: 0; } 
#home .OS label { padding-right: 70px; width: 155px; }
#home .OS label.hasPhoto { padding: 6px 10px; width: 215px; }

/*
#home .first .colectie { width: 233px; overflow: hidden; border: 1px #75C4F0 solid; margin-top: 15px; }
#home .first .colectie h2 { background: url(/i/borderBottomColectieTitle.gif) no-repeat center bottom; padding: 10px; width: 213px; font-size: 1.333em; padding-bottom: 6px; }
#home .first .colectie h2 a { color: #005AA0; text-decoration: none; display: inline; }
#home .first .colectie h2 a:hover { text-decoration: underline; }
#home .first .colectie a.moreInfo { display: block; padding: 7px 13px 7px 11px; width: 210px; overflow: hidden; background: #D3ECFA; text-align: right; }
#home .first .colectie ul { width: 213px; padding: 10px; overflow: hidden; }
#home .first .colectie ul li { background: url(/i/bltColectieListFirst.gif) no-repeat 0 4px; }
#home .first .colectie ul li a { font-weight: bold; }
#home .first .campanii ul li a { font-weight: normal; }
#home .first .colectie ul li label { display: block; padding: 0; width: 195px; background: none; overflow: hidden; color: #333333; font-size: .833em; }
*/

#home .first .campanii { width: 233px; overflow: hidden; border: 1px #75C4F0 solid; }
#home .first .campanii h2 { background: url(/i/borderBottomColectieTitle.gif) no-repeat center bottom; padding: 10px; width: 213px; font-size: 1.333em; padding-bottom: 6px; }
#home .first .campanii h2 a { color: #005AA0; text-decoration: none; display: inline; }
#home .first .campanii h2 a:hover { text-decoration: underline; }
#home .first .campanii a.moreInfo { display: block; padding: 7px 13px 7px 11px; width: 210px; overflow: hidden; background: #D3ECFA; text-align: right; }
#home .first .campanii ul { width: 213px; padding: 10px; overflow: hidden; }
#home .first .campanii ul li { background: url(/i/bltColectieListFirst.gif) no-repeat 0 4px; }
#home .first .campanii ul li a { font-weight: normal; }
#home .first .campanii ul li label { display: block; padding: 0; width: 195px; background: none; overflow: hidden; color: #333333; font-size: .833em; }

#home .first a.link { display: block; margin: 10px 0; background: #005CA7; font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif; font-size: 1.083em; color: #FFFFFF; text-align: center; padding: 7px; width: 221px; overflow: hidden; }

#home .first #zboruri { margin-bottom: 15px; _margin-top: 10px; }
#home .first #zboruri h2 label { display: block; padding: 0; width: auto; background: #FFFFFF; overflow: hidden; text-transform: uppercase; color: #005AA0; font-weight: bold; font-size: .75em; padding-top: 5px; }
#home .first #zboruri a.imagineColectie { position: relative; }
#home .first #zboruri a.imagineColectie img { _behavior: url(/js/iepngfix.htc); }
#home .first #zboruri label { font-weight: bold; margin-top: -8px; }
#home .first #zboruri a.moreInfo { display: block; padding: 7px 13px 7px 11px; width: 210px; overflow: hidden; background: #D3ECFA; text-align: right; }
#home .first #zboruri ul { padding: 10px 0; width: 233px; }
#home .first #zboruri ul li { padding-left: 0; background: none; }
#home .first #zboruri ul li { display: inline-block; }
#home .first #zboruri ul li { display: block; }
#home .first #zboruri ul li:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }
#home .first #zboruri ul li a { display: block; width: 155px; float: left; text-decoration: underline; font-weight: normal; }
#home .first #zboruri ul li a:hover { text-decoration: none; }
#home .first #zboruri ul li span { display: block; width: 75px; float: right; text-align: right; color: #333333; }


/*

 

#home .line { margin: 0 0 12px 0; }
#home .lineRo a { margin: 0; }
#home .col { width: 235px; margin-right: 11px; }
#home .colx2 { width: 477px; border: none; margin-right: 0; }
#home .colx3 { width: 728px; border: none; margin-right: 0; }
#home .last { margin-right: 0; padding-right: 0; border: none; }

#home a { color: #333333; text-decoration: none; } 
#home a:hover, #home a:focus { color: #005BA0; text-decoration: none !important; }
#home h2 {  }
#home h2 a { background: #005CA1 url(/i/homeTitle.gif) no-repeat 10px 50%; color: #fff; padding: 6px 10px 6px 32px; display: block; font-size: 13px; text-transform: uppercase; }
#home h2 a:hover, #home h2 a:focus { color: #FFFFFF; }
#home .colectieRo h2 a { background: #85C226 url(/i/homeTitleRo.gif) no-repeat 10px 50%; color: #fff; padding: 6px 10px 6px 32px; display: block; font-size: 13px; text-transform: uppercase; }
#home .colectieRo h2 a:hover, #home .colectieRo h2 a:focus { color: #FFFFFF; }
#home .colectieCorp h2 a { background: #DE127A url(/i/homeTitleCorp.gif) no-repeat 10px 50%; color: #fff; padding: 6px 10px 6px 32px; display: block; font-size: 13px; text-transform: uppercase; }
#home .colectieCorp h2 a:hover, #home .colectieRo h2 a:focus { color: #FFFFFF; }
#home ul { margin: 6px; }
#home li { background-image: url(/i/homeBullet.gif); margin: .3em 0; padding-left: 12px; }
#home .colectie { background: #AEDDFF; min-height: 235px; _height: 235px; font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #333333; }
#home .colectieRo { background: #E0F3C5; min-height: 167px; _height: 167px; font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #333333; }
#home .colectieCorp { background: #FFFFFF; min-height: 167px; _height: 167px; font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #DE127A; }
#home .colectieCorp a{color:#DE127A;}
#home .colectieCorp a:hover{color:#CCCCCC;}
#home .imagineColectie {  width: 235px; height: 58px; overflow: hidden; }
#home .imagineColectie img { display: block; }
#home .colectie ul li a { display: inline; }
#home .colectieRo ul li a { display: inline; }
#home .colectieCorp ul li a { display: inline; }
#home .toate { padding: 0 0 10px 18px; }
#home .toate a { color: #0072bc; text-decoration: underline; }
#home .toate a:hover, #home .toate a:focus { text-decoration: none; }

#home #promotii { width: 491px; overflow: hidden; }
#home #ad { float: right; width: 200px; }

#home #promo { width: 240px; font-family: Verdana, Arial, sans-serif; font-size: 9px; color: #999999; }
#home #column { font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 160%; text-align: center; color: #333333; }
#home #column a { color: #005CA1; text-decoration: underline; margin: 0 0 10px 0; }
#home #column p a { color: #333333; display: inline; }
#home .inner { margin-left: 12px; width: 476px; _display: block; _padding-left: 9px; }
#home.vacante .inner { margin: 0; width: 728px; _display: inline; _padding-left: 0; }
#home #content { padding: 17px 0; }
#home .inner a { display: block; margin-bottom: 10px; }
#home .colectie a { margin: 0; }
#home .colectieRo a { margin: 0; }
#home .colectieCorp a { margin: 0; }

*/


/****************************************************************************************
 * Catalog
 *
 *
 ****************************************************************************************/
#leftSide { width: 484px; float: left; }

#leftSide #description { padding: 10px 0; }
#leftSide #description a.more { background: url(/i/bltArrow.gif) no-repeat right 5px; font-weight: bold; text-decoration: none; padding-right: 15px; display: block; text-align: right; }
#leftSide #description a.more:hover { text-decoration: underline; }
#leftSide h2.chapterTitle { background: url(/i/bgChapterTitle.gif) no-repeat 0 0; font-size: 17px; min-height: 22px; _height: 22px; clear: left; color: #005DA2; padding: 6px 18px 6px 18px; margin-bottom: 15px; }


#leftSide .ctrl_list_item { border: 1px #EAEAEA solid; background: url(/i/bgListItem.jpg) repeat 0 0; margin-bottom: 15px; }
#leftSide .ctrl_list_item h1 { background: #DCE3E8; font-size: 14px; padding: 8px 10px; }
#leftSide .ctrl_list_item h1 a { text-decoration: none; }
#leftSide .ctrl_list_item h1 a:hover { text-decoration: underline; }
#leftSide .ctrl_list_item h2 { font-size: 12px; }
#leftSide .ctrl_list_item .ctrl_list_photo { padding: 8px 10px; }
#leftSide .ctrl_list_item .ctrl_list_content { padding: 8px 10px; color: #005DA2; }
#leftSide .ctrl_list_item .noPhoto { padding-left: 10px; }
#leftSide .ctrl_list_item .more { background: #F4F4F4; margin: 0; height: 22px; padding-top: 4px; clear: both; padding-right: 10px; }
#leftSide .ctrl_list_item .more a.u { background: url(/i/bltArrow.gif) no-repeat right 5px; font-weight: bold; text-decoration: none; padding-right: 15px; display: block; text-align: right; }
#leftSide .ctrl_list_item .more a.u:hover { text-decoration: underline; }


#leftSide .additionalLinks { margin: 2em 0; padding: 0 0em; border-left: 0px solid #85C226; }
#leftSide .additionalLinks h4 { font-size: 14px; }
#leftSide .additionalLinks ul { margin: 0; }
#leftSide .additionalLinks li { background: url(/i/bltColectieList.gif) no-repeat 0 50%; padding-left: 15px; margin: 0; }
#leftSide .additionalLinks a { color: #333333; text-decoration: none; }
#leftSide .additionalLinks a:hover, .additionalLinks a:focus { text-decoration: underline; }


#chapterMaps { clear: both; }
#chapterMaps a.prev { display: block; text-indent: -99999px; background: url(/i/btnPrevious.jpg) no-repeat 0 0; width: 10px; height: 71px; float: left; margin-bottom: 12px; *padding-bottom: 12px; }
#chapterMaps a.next { display: block; text-indent: -99999px; background: url(/i/btnNext.jpg) no-repeat 0 0; width: 10px; height: 71px; float: left; margin-left: 12px; margin-bottom: 12px; *padding-bottom: 12px; }
#chapterMaps a.disabled { filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; cursor: default; }
#chapterMaps ul { margin: 0; padding: 0; }
#chapterMaps .galleryElement { width: 100px; height: auto !important; display: inline; margin: 0px 0px 12px 12px; font-style: normal; text-align: left; overflow: hidden; float: left; background: none; padding: 0; *padding-bottom: 12px; }	
#chapterMaps .galleryElement.newLine { margin-left: 0; clear: left; }
#chapterMaps .galleryElement p { margin: 0; color: #666666; line-height: 130%; font-size: 11px; text-align: center; }
#chapterMaps .galleryElement small { margin: 0; color: #666666; line-height: 130%; font-size: 11px; text-align: center; display: block; }
#chapterMaps .galleryElement em { margin: 0; color: #666666; line-height: 130%; font-size: 11px; text-align: center; font-style: normal; display: block; }
#chapterMaps .galleryElement span { background: #FFFFFF;  width: 100px; overflow: hidden; display: block; text-align: center; }
#chapterMaps .galleryElement a { text-decoration: none; }
#chapterMaps .galleryElement a:hover { text-decoration: none; *text-decoration: underline; }
#chapterMaps .galleryElement a:hover span { text-decoration: none; }
#chapterMaps .galleryElement a:hover p { text-decoration: underline; }
#chapterMaps .galleryElement a:hover small { text-decoration: none !important; }
#chapterMaps .galleryElement a:hover em { text-decoration: none !important; }
#chapterMaps .galleryElement a span { cursor: pointer; *width: auto; *overflow: visible; }
#chapterMaps .galleryElement img { max-width: 100px; _width: expression(Math.min(parseInt(this.offsetWidth), 100 ) + "px"); max-height: 75px; _height: expression(Math.min(parseInt(this.offsetHeight), 75 ) + "px"); }


#chapterGallery { clear: both; }
#chapterGallery a.prev { display: block; text-indent: -99999px; background: url(/i/btnPrevious.jpg) no-repeat 0 0; width: 10px; height: 71px; float: left; margin-bottom: 12px; *padding-bottom: 16px; }
#chapterGallery a.next { display: block; text-indent: -99999px; background: url(/i/btnNext.jpg) no-repeat 0 0; width: 10px; height: 71px; float: left; margin-left: 12px; margin-bottom: 12px; *padding-bottom: 16px; }
#chapterGallery a.disabled { filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; cursor: default; }
#chapterGallery ul { margin: 0; padding: 0; }
#chapterGallery .albumElement { width: 100px; height: auto !important; display: inline; margin: 0px 0px 12px 12px; font-style: normal; text-align: center; overflow: hidden; float: left; background: none; padding: 0; *padding-bottom: 12px; }	
#chapterGallery .albumElement.newLine { margin-left: 0; clear: left; }
#chapterGallery .albumElement p { margin: 0; color: #333333; line-height: 130%; font-size: 10px; text-align: left; }
#chapterGallery .albumElement small { margin: 0; color: #666666; line-height: 130%; font-size: 11px; text-align: center; display: block; }
#chapterGallery .albumElement em { margin: 0; color: #666666; line-height: 130%; font-size: 11px; text-align: center; font-style: normal; display: block; }
#chapterGallery .albumElement span { background: #FFFFFF; overflow: hidden; display: inline-block; text-align: center; position: relative; *position: static; }
#chapterGallery .albumElement a { text-decoration: none; text-align: center; }
#chapterGallery .albumElement a:hover { text-decoration: none; *text-decoration: underline; }
#chapterGallery .albumElement a:hover span { text-decoration: none; }
#chapterGallery .albumElement a:hover p { text-decoration: underline; }
#chapterGallery .albumElement a:hover small { text-decoration: none !important; }
#chapterGallery .albumElement a:hover em { text-decoration: none !important; }
#chapterGallery .albumElement a span { cursor: pointer; *width: auto; *overflow: visible; }
#chapterGallery .albumElement .details { position: absolute; *position: static; display: block; overflow: hidden; margin-top: -18px; height: 18px; background: url(/i/chapterAlbumList.png) no-repeat 0 0; _background: none; __filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/chapterAlbumList.png',sizingMethod='crop'); cursor: pointer; text-align: center; color: #FFFFFF; font-weight: bold; }
#chapterGallery .albumElement img { max-width: 100px; _width: expression(Math.min(parseInt(this.offsetWidth), 100 ) + "px"); max-height: 75px; _height: expression(Math.min(parseInt(this.offsetHeight), 75 ) + "px"); }


#rightSide { width: 484px; float: right; position: relative; }

/* Colectii pe 2 col */
#rightSide .column { float: left; width: 235px; }
#rightSide .columnr { float: right; width: 235px; }
#rightSide .colectie { width: 235px; overflow: hidden; position: relative; color: #005AA0; }
#rightSide .colectie h2 { background: #005CA7 url(/i/bltColectieTitle.gif) no-repeat 9px 9px; padding: 7px 0 7px 26px; width: 209px; margin: 0; }
#rightSide .colectie h2 a { color: #FFFFFF; text-decoration: none; display: inline; }
#rightSide .colectie h2 a:hover { text-decoration: underline; }
#rightSide .colectie a.imagineColectie { display: block; width: 235px; overflow: hidden; }
#rightSide .colectie a.imagineColectie img { display: block; }
#rightSide .colectie .info { position: absolute; top: 0; right: -99999px; display: block; width: 82px; height: 70px; background: url(/i/infoOfertaSpeciala.png) no-repeat 0 0; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/infoOfertaSpeciala.png',sizingMethod='crop'); }
#rightSide .colectie label { display: block; padding: 6px 10px; width: 215px; background: #EFEFEF; overflow: hidden; color: #000000; }
#rightSide .colectie ul { width: 215px; padding: 10px; overflow: hidden; }
#rightSide .colectie ul li { width: auto; float: none; background: url(/i/bltColectieList.gif) no-repeat 0 4px; padding-left: 18px; padding-bottom: 5px; }
#rightSide .colectie ul li a { text-decoration: none; }
#rightSide .colectie ul li a:hover { text-decoration: underline; }

#rightSide .OS { margin-top: -5px; padding-top: 5px; }
#rightSide .OS h2 { padding: 7px 89px 7px 26px; width: 120px; }
#rightSide .OS .info { right: 0; } 
#rightSide .OS label { padding-right: 70px; width: 155px; }
#rightSide .OS label.hasPhoto { padding: 6px 10px; width: 215px; }

/* Casete laterale pe 2 col */
#rightSide .box { width: 235px; float: left; padding-right: 14px; }
#rightSide .last { padding-right: 0; }
#rightSide .box .quote { padding: 1.5em 1.5em 1.5em 1.5em; display: block; border: 1px solid #EAEAEA; background: #F2F2F2; color: #005DA2; overflow: hidden; }



/****************************************************************************************
 * Rezervari bilete avion
 *
 *
 ****************************************************************************************/
#rezervariBileteAvion { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #000033; padding-top: 50px; }
#rezervariBileteAvion #content { padding: 17px 0; }
#rezervariBileteAvion #promo { width: 240px; font-family: Verdana, Arial, sans-serif; font-size: 9px; color: #999999; }
#rezervariBileteAvion #column { font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 160%; text-align: center; color: #333333; }
#rezervariBileteAvion #column a { color: #005CA1; text-decoration: underline; margin: 0 0 10px 0; }
#rezervariBileteAvion #column p a { color: #333333; display: inline; }
#rezervariBileteAvion .inner { margin-left: 12px; width: 476px; _display: block; _padding-left: 9px; }
#rezervariBileteAvion .inner a { display: block; margin-bottom: 10px; }
#rezervariBileteAvion #tabs { list-style-type: none; margin: 0; padding: 0; height: 35px; margin-top: 20px; }
#rezervariBileteAvion #tabs li { background: none; list-style-type: none; padding: 0; margin: 0; float: left; }
#rezervariBileteAvion #tabs li a { background: url(/i/tabs.png) no-repeat 0 0; display: block; height: 25px; padding-top: 10px; text-align: center; font-size: 14px; color: #005BA0; font-weight: bold; text-decoration: none; }
#rezervariBileteAvion #tabs li a:hover, #rezervariBileteAvion #tabs li a.active { background-position: 0 -35px; text-decoration: underline; }
#rezervariBileteAvion #tabs li#bileteAvion { width: 162px; padding-right: 6px; }
#rezervariBileteAvion #tabs li#hotel { width: 92px; padding-right: 7px; }
#rezervariBileteAvion #tabs li#rentCar { width: 131px; }
#rezervariBileteAvion #tabs li#bileteAvion a { width: 162px; }
#rezervariBileteAvion #tabs li#hotel a { width: 92px; background-position: -168px 0; }
#rezervariBileteAvion #tabs li#rentCar a { width: 131px; background-position: -267px 0; }
#rezervariBileteAvion #tabs li#bileteAvion a:hover { width: 162px; }
#rezervariBileteAvion #tabs li#hotel a:hover, #rezervariBileteAvion #tabs li#hotel a.active { background-position: -168px -35px; }
#rezervariBileteAvion #tabs li#rentCar a:hover, #rezervariBileteAvion #tabs li#rentCar a.active { background-position: -267px -35px; }
#rezervariBileteAvion #bileteAvionContent { background: #D7EEFF; width: 100%; height: 430px; }


/****************************************************************************************
 * Footer
 *
 * Copyright Information, Trafic, Netlogiq link
 ****************************************************************************************/
#footer { height: 420px; width: 998px; margin: 0 auto; position: relative; z-index: 9; }
#footer { display: block; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover, #footer a:focus { text-decoration: underline; }
#footer ul.center { background: #005ca1; }
#footer li { float: left; width: 205; padding: 0 20px; margin: 0; background: url(/i/footer.gif) no-repeat 0 0; min-height: 101px; _height: 101px; }
#footer li.first { background: none; }

#footer h5 { font-size: 1.2727em; }
#footer ul ul { margin: 0; } 
#footer ul ul li { float: none; background: none; width: auto; padding: 0; min-height: 0; _height: auto; }

#subFooter { position: absolute; bottom: -40px; left: 0; width: 100%; color: #005CA1; font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif; }
#subFooter a { color: #005CA1; }

#topFooter { height: 250px; background: url(/i/bgTopFooter.jpg) repeat-x 0 0; margin-bottom: 25px; padding: 0 25px; }
#topFooter #firstColumn { width: 285px; height: 180px; float: left; background: url(/i/bgFirstColumn.jpg) no-repeat right top; margin-top: 30px; }
#topFooter #thirdColumn { width: 340px; height: 207px; float: right; margin-top: 13px; }
#topFooter #thirdColumn p { float: right; margin: 0; margin-top: 5px; color: #C6DEEC; font-size: 11px; }
#topFooter #thirdColumn a { color: #C6DEEC; font-size: 11px; }
#topFooter p.anpc { color: #C6DEEC; font-size: 11px; clear: left; margin: 0; margin-top: 16px; float: left; width: 500px; }
#topFooter #socializare { background: url(/i/bgSocializare.jpg) no-repeat 0 0; width: 260px; height: 44px; padding-top: 10px; margin-bottom: 10px; }
#topFooter #socializare a  { display: block; width: 32px; height: 32px; float: left; margin: 0 26px; _margin: 0 13px; }

#topFooter #secondColumn { float: left; width: 296px; padding: 0 10px; text-align: center; margin-top: 30px; }

/*
 * Newsletter
 */
#newsletter { p/osition: absolute; t/op: 44px; l/eft: 222px; width: 260px; padding-top: 0px; text-align: left; }
#newsletter label { color: #fff; width: 11em; }
#newsletter .formItem { width: 155px; float: left; margin: 0; }
#newsletter .formItem input { width: 143px; height: 14px; background: url(/i/bgNewsletterInput.jpg) no-repeat 0 0; border: 0; padding: 0; color: #333; padding: 6px; }
#newsletter .formSubmit, #newsletter .formItem { float: left; margin: 0; margin-bottom: 7px; }
#newsletter .formSubmit { float: right; width: 23px; margin: 0; _margin-top: 2px; }
#newsletter .formSubmit input { float: left; width: 23px; height: 26px; background: url(/i/bgNewsletterButton.jpg) no-repeat 0 0; border: 0; }
#newsletter #leftNewsletter { float: left; width: 64px; }
#newsletter #rightNewsletter { float: right; width: 178px; }
#newsletter #rightNewsletter h3 { font-size: 20px; color: #fff; font-weight: normal; margin-top: 0px; }
#newsletter #rightNewsletter p { font-size: 14px; color: #fff; font-weight: normal; float: left; width: 178px; *margin-top: -3px; }

/*Certificates*/
#certificates { position: absolute; top: -148px; left: 0; width: 100%; border-top: 1px solid #76C4F0; padding: 5px 0; }
#certificates .center { width: 980px; }
#certificates .center span { float: left; }
#certificates .center a { float: right; margin-top: 30px; }

#ui-datepicker-div { display: none; }

.btnSolicita { background: url(/i/btnSolicitaOferta.jpg) no-repeat 0 0; display: block; height: 34px; margin: 0; padding: 0; text-indent: -9999em; width: 148px; }
/****************************************************************************************
 * Additional Links
 *
 * Styles for Additional Links related to a Detail page
 *
 * We have:
 * 1. Links
 * 2. Documents (attached)
 *
 ****************************************************************************************/
.additionalLinks { margin: 0; padding: 0; margin-top: 20px; }
#list .additionalLinks  { margin-top: 10px; }
.additionalLinks ul { margin: 0; }
.additionalLinks li { background: url(/i/arrow.gif) no-repeat 0 50%; padding-left: 20px; margin: 0; margin-top: 10px; }
.additionalLinks a { color: #0072B7; text-decoration: none; }
.additionalLinks a:hover, .additionalLinks a:focus { text-decoration: underline; }


/* Default Document (unknown) */
div.docs li { background: url(/i/docs.png) no-repeat 0 0; }

/* Archives */
.docs .rar,
.docs .zip,
.docs .ace { background-position: 0 -50px; }

/* Images */
.docs .gif,
.docs .jpg,
.docs .jpg2,
.docs .jpeg,
.docs .jpeg2,
.docs .png { background-position: 0 -100px; }

/* Video */
.docs .avi,
.docs .mov,
.docs .mpg,
.docs .mpeg,
.docs .wma { background-position: 0 -150px; }

/* Audio */
.docs .mp3,
.docs .mp4,
.docs .wav,
.docs .mid { background-position: 0 -200px; }

/* Text */
.docs .txt { background-position: 0 -250px; }

/* Word like */
.docs .doc,
.docs .docx { background-position: 0 -300px; }

/* Excel like */
.docs .xls,
.docs .xlsx { background-position: 0 -350px; }

/* Powerpoint */
.docs .ppt { background-position: 0 -400px; }

/* HTML */
.docs .htm,
.docs .html { background-position: 0 -450px; }

/* PDF */
.docs .pdf { background-position: 0 -500px; }

/* Tabel Asigurari */
table.pricesTable {

}

table.pricesTable tr.InsRow1 {
border: 1px solid rgb(204, 234, 255); 
padding: 4px 7px; 
background-color: #85C226; 
background-image: none; 
background-repeat: repeat; 
color: rgb(255, 255, 255); 
text-align: center;
font-weight:bold;
}
table.pricesTable tr.InsRow1 td {
font-weight:bold;
font-size:1.25em
}
table.pricesTable tr.InsRow3 td {
font-weight:normal !important;
font-size:12px !important;
}

table.pricesTable tr.InsRow2 td,table.pricesTable tr.InsRow3 td {
border: 1px solid rgb(204, 234, 255); 
padding: 4px 4px; 
background-color: #005CA1; 
background-image: none; 
background-repeat: repeat;
vertical-align: top; 
color: rgb(255, 255, 255); 
text-align: center;
font-weight:bold;
font-size:1.25em;
}


/**************************** DETALII REZERVARE ************************************/

#content.detailedRezervations #rezervationStep { background: url(/i/rezervationStep1.jpg) no-repeat 0 0; width: 980px; height: 111px; }

#content.detailedRezervations h2.sectionTitle { background: #BFE4FF; font-size: 18px; font-style: italic; font-weight: normal; color: #005A9F; height: 28px; line-height: 28px; padding: 0 10px; }
#content.detailedRezervations #infoOffer { padding: 15px 0 30px 0; color: #686868; line-height: 160%; }
#content.detailedRezervations #infoOffer .imageOffer { width: 210px; float: left; }
#content.detailedRezervations #infoOffer .imageOffer img { width: 210px; float: left; }
#content.detailedRezervations #infoOffer .infoOfferCol1 { padding: 20px 20px 20px 30px; width: 190px; float: right; border: 1px #D7EEFF solid; background: #E8F5FF; }
#content.detailedRezervations #infoOffer .infoOfferCol2 { padding: 20px 20px 20px 30px; width: 220px; float: right; border-width: 1px 0 1px 0; border-color: #D7EEFF; border-style: solid; background: #F0FAFF; }
#content.detailedRezervations #infoOffer .infoOfferCol3 { padding: 20px 20px 20px 30px; width: 190px; float: right; border: 1px #D7EEFF solid; background: #F9FDFF; font-size: 27px; }
#content.detailedRezervations #infoOffer .infoOfferCol3 strong { font-size: 12px; display: block; }

#content.detailedRezervations #infoBuyer { padding: 15px 0 30px 0; color: #686868; }
#content.detailedRezervations #infoBuyer input, #content.detailedRezervations #infoBuyer textarea, #content.detailedRezervations #infoBuyer select { border-color: #999999; float: left; }
#content.detailedRezervations #infoBuyer .formItem input, #content.detailedRezervations #infoBuyer .formItem textarea { width: 27.2em; }
#content.detailedRezervations #infoBuyer .formItem select { width: 15.5em; }
#content.detailedRezervations #infoBuyer .formItem label { width: 190px; }
#content.detailedRezervations #infoBuyer .formItem label.error {clear:left; width: 275px !important; text-align:left; padding-left: 200px; padding-right: 0; color: red; }

#companyToggler input.checkbox { width:15px;margin-top:2px; border:0 none; _margin-top:0;}
#companyToggler label {padding:0; width:345px !important;margin-left:5px;}
#content.detailedRezervations { pa/dding: 15px 0 30px 0; color: #686868; line-height: 160%; }
#content.detailedRezervations  .imageOffer { width: 210px; float: left; }
#content.detailedRezervations  .infoOfferCol1 { padding: 20px 20px 20px 30px; width: 190px; float: right; border: 1px #D7EEFF solid; background: #E8F5FF; }
#content.detailedRezervations  .infoOfferCol2 { padding: 20px 20px 20px 30px; width: 220px; float: right; border-width: 1px 0 1px 0; border-color: #D7EEFF; border-style: solid; background: #F0FAFF; }
#content.detailedRezervations .infoOfferCol3 { padding: 20px 20px 20px 30px; width: 190px; float: right; border: 1px #D7EEFF solid; background: #F9FDFF; font-size: 27px; }
#content.detailedRezervations  .infoOfferCol3 strong { font-size: 12px; display: block; }

#content.detailedRezervations  { p/adding: 15px 0 30px 0; color: #686868; }
#content.detailedRezervations  input, 
#content.detailedRezervations  textarea, 
#content.detailedRezervations  select { border-color: #999999; float: left; }
#content.detailedRezervations .formItem input, 
#content.detailedRezervations .formItem textarea {  }
#content.detailedRezervations .formItem select { width: 15.5em; }
#content.detailedRezervations .formItem label { width: 152px; }
#content.detailedRezervations .formItem label.error { float: left; width: 250px !important; text-align:left; padding-left: 10px; padding-right: 0; color: red; }
div.insuranceIntro{
color:#686868;
padding-left:10px;
margin:1em 0;
}

#content.detailedRezervations .room { background: #F5F5F5; padding: 18px; color: #686868; }
#content.detailedRezervations .room.odd { background: #F9F9F9; }
#content.detailedRezervations .room h3 { color: #2F7EB8; border-bottom: 1px #CCCCCC solid; padding-bottom: 5px; }
#content.detailedRezervations .room input, #content.detailedRezervations .room textarea, #content.detailedRezervations .room select { border-color: #999999; }
#content.detailedRezervations .room label.error { float: left; width: 160px !important; padding-left: 0 !important; padding-right: 0; color: red; }
#content.detailedRezervations .room .passenger { padding-bottom: 10px; }
#content.detailedRezervations .room .passengerType { float: left; width: 120px; font-weight: bold; }
#content.detailedRezervations .room .greeting { float: left; width: 150px; }
#content.detailedRezervations .room .greeting label { float: left; padding-right: 10px; padding-top: .4em; }
#content.detailedRezervations .room .greeting select { width: 5.6em; }
#content.detailedRezervations .room .name { float: left; width: 260px; } 
#content.detailedRezervations .room .name input, #content.detailedRezervations .room .name textarea { width: 15.2em; }
#content.detailedRezervations .room .name label { float: left; padding-right: 10px; padding-top: .4em; }
#content.detailedRezervations .room .age { float: left; width: 140px; }
#content.detailedRezervations .room .age input, #content.detailedRezervations .room .age textarea { width: 2.5em; }
#content.detailedRezervations .room .age label { float: left; padding-right: 10px; padding-top: .4em; }
#content.detailedRezervations .room .insurance { padding: 5px 0; }
#content.detailedRezervations .room .insurance label { color: #659714; text-decoration: underline; cursor: pointer; padding-left: 10px; }
#content.detailedRezervations .room .insurance label.info { color: #659714; float: none; font-style:italic; text-decoration: none; padding-left: 10px !important; cursor: default }
#content.detailedRezervations .room .insurance fieldset {margin:0;padding:0}
#content.detailedRezervations .room .insurance div.insuran { border: 1px #85C226 solid; clear:both;margin: 10px 0; padding: 15px 20px 10px 15px; }

#content.detailedRezervations .room .insurance fieldset label { cursor: default; text-decoration: none; padding-left: 0; width: 155px; }
#content.detailedRezervations .room .insurance .checkbox  {margin-top:4px;margin-top:0\9}
#content.detailedRezervations .room .insurance fieldset label.error { clear: left; width: 240px !important; padding-left: 165px !important; padding-right: 0; color: red; }
#content.detailedRezervations .room .insurance fieldset input, #content.detailedRezervations .room .insurance fieldset textarea, #content.detailedRezervations .room .insurance fieldset select { border-color: #85C227; float: left; }
#content.detailedRezervations .room .insurance fieldset input, #content.detailedRezervations .room .insurance fieldset textarea { width: 26.6em;  border:1px solid #999999;}
#content.detailedRezervations .room .insurance fieldset input.datepicker { width: 10.1em; margin-right: 7px; border:1px solid #999999; }
#content.detailedRezervations .room .insurance fieldset .dates { float: left; width: 395px;}
#content.detailedRezervations .room .insurance fieldset .infos { float: right;  width:500px;}

.ui-datepicker-calendar { border: none; margin: 0 0 .2em 0; }
.ui-datepicker table { border: none; }

.ui-dialog-titlebar { background: none !important; border: none !important; font-size: 36px !important; color: #85C126 !important; font-weight: bold !important; cursor: default !important; font-family: Arial, Verdana, sans-serif; padding-left: 30px !important; padding-bottom: 3px !important; padding-top: 26px !important; line-height: 100% !important; }
.ui-dialog-titlebar-close { display: none !important; }
.ui-dialog-content { font-family: Arial, Verdana, sans-serif !important; font-size: 14px !important; line-height: 150% !important; color: #666666 !important; padding: 0 30px !important; }
.ui-dialog-buttonpane { width: 212px !important; height: 33px !important; border: none !important; padding: 0 !important; bottom: 52px !important; padding-left: 142px !important; margin: 0 !important; }
.ui-dialog .ui-dialog-buttonpane button { background: url(/i/btnNo.jpg) no-repeat 0 0 !important; width: 86px !important; height: 33px !important; border: none !important; text-indent: -99999px !important; margin: 0 !important; outline: none !important; }
.ui-dialog .ui-dialog-buttonpane button.yes { background: url(/i/btnYes.jpg) no-repeat 0 0 !important; width: 87px !important; float: left !important; }

#content.detailedRezervations #dialog-confirm { display: none; }

#content.detailedRezervations .ckForm { color: #686868; float: left; padding-top: 15px; }
#content.detailedRezervations .ckForm input { float: right; }
#content.detailedRezervations .ckForm label { width: 690px; float: right; padding-left: 10px; }
#content.detailedRezervations .ckForm label.error { clear: right; float: left; width: 160px !important; padding-left: 16px !important; padding-right: 0; padding-top:0; color: red; }
#content.detailedRezervations .ckForm label a { color: #659713; }
#content.detailedRezervations #btnNext { width: 188px; height: 30px; background: url(/i/btnNextStep.jpg) no-repeat 0 0; float: right; display:block;text-indent: -99999px; border: none; cursor: pointer; margin-top: 15px;}

/**************************** DETALII REZERVARE ************************************/


/**************************** ASIGURARI REZERVARE ************************************/

#content.insuranceRezervations #rezervationStep { background: url(/i/rezervationStep2.jpg) no-repeat 0 0; width: 980px; height: 111px; }

#content.insuranceRezervations h2.sectionTitle { background: #BFE4FF; font-size: 18px; font-style: italic; font-weight: normal; color: #005A9F; height: 28px; line-height: 28px; padding: 0 10px; }

#content.insuranceRezervations p.insuranceIntro { width: 574px; padding-left: 20px; padding-top: 15px; color: #686868; }
#content.insuranceRezervations p.insuranceInfo { width: 574px; font-weight: bold; padding-left: 10px; color: #686868; }
#content.insuranceRezervations p.insuranceInfo.error { color: red; }
#content.insuranceRezervations .insurance { width: 552px; background: #E8F5FF; border: 1px #D7EEFF solid; padding: 8px 20px 10px 20px; color: #686868; }
#content.insuranceRezervations .insurance label { color: #659714; text-decoration: underline; cursor: pointer; padding-left: 10px; }
#content.insuranceRezervations .insurance p { margin-top: 8px; margin-bottom: 2px; }
#content.insuranceRezervations .insurance div.total span.price { padding-left: 10px; } 

#content.insuranceRezervations #btnNext { width: 188px; height: 30px; background: url(/i/btnNextStep.jpg) no-repeat 0 0; float: right; text-indent: -99999px; border: none; cursor: pointer; margin-top: 15px; }

/**************************** ASIGURARI REZERVARE ************************************/


/**************************** ASIGURARI REZERVARE ************************************/

#content.payRezervations #rezervationStep { background: url(/i/rezervationStep3.jpg) no-repeat 0 0; width: 980px; height: 111px; }

#content.payRezervations h2.sectionTitle { background: #BFE4FF; font-size: 18px; font-style: italic; font-weight: normal; color: #005A9F; height: 28px; line-height: 28px; padding: 0 10px; }
#content.payRezervations #infoOffer { padding: 15px 0 30px 0; color: #686868; line-height: 160%; }
#content.payRezervations #infoOffer .imageOffer { width: 210px; float: left; }
#content.payRezervations #infoOffer .imageOffer img { width: 210px; }
#content.payRezervations #infoOffer .infoOfferCol1 { padding: 20px 20px 20px 30px; width: 190px; float: right; border: 1px #D7EEFF solid; background: #E8F5FF; }
#content.payRezervations #infoOffer .infoOfferCol2 { padding: 20px 20px 20px 30px; width: 220px; float: right; border-width: 1px 0 1px 0; border-color: #D7EEFF; border-style: solid; background: #F0FAFF; }
#content.payRezervations #infoOffer .infoOfferCol3 { padding: 20px 20px 20px 30px; width: 190px; float: right; border: 1px #D7EEFF solid; background: #F9FDFF; font-size: 27px; }
#content.payRezervations #infoOffer .infoOfferCol3 strong { font-size: 12px; display: block; }

#content.payRezervations .payRezervationsTable { width: auto; border: none; margin: 0; margin-top: 8px; }
#content.payRezervations .payRezervationsTable thead td { font-size: 14px; font-weight: bold; color: #85C126; text-align: left; background: #FFFFFF; padding-left: 15px; padding-right: 40px; border: none; }
#content.payRezervations .payRezervationsTable tbody td { color: #666666; text-align: left; padding-left: 15px; padding-right: 40px; border: none; border-top: 1px #CCCCCC solid; }
#content.payRezervations .payRezervationsTable tfoot td { font-weight: bold; color: #666666; text-align: left; padding-left: 15px; padding-right: 40px; border: none; border-top: 2px #666666 solid; }

#content.payRezervations p.insurance { font-size: 14px; color: #85C026; font-weight: bold; background: url(/i/bltInsuranceCheck.jpg) no-repeat 0 center; padding-left: 24px; margin: 25px 0; }
#content p.noInsurance { background: url(/admstrv/i/btnStergereMicInActiveRezervare.gif) no-repeat 0 5px; padding-left: 15px; font-size: 14px; color: #85C026; font-weight: bold; margin: 25px 0; }
#content.payRezervations p.insurance span.price { color: #666666; }

#content.payRezervations #cost thead td { padding-right: 95px; }
#content.payRezervations #cost tbody td { padding-right: 95px; }
#content.payRezervations #cost tfoot th { border: none; text-align: left; color: #666666; padding-left: 15px; padding-right: 95px; border-top: 2px #CCCCCC solid; font-weight: bold; }
#content.payRezervations #cost tfoot tr.spacer td { height: 15px; background: none; border: none; padding: 0; }
#content.payRezervations #cost tfoot tr.totalprice {/*  background: url(/i/bgPayRezervationsTableFooter.jpg) repeat-x 0 0; */ }
#content.payRezervations #cost tfoot td { background: url(/i/tdbg.jpg) no-repeat left;_padding-top:0;_padding-bottom:0; border: none; height: 57px; padding-left: 15px; padding-right: 95px; text-align: left; font-size: 16px; font-weight: bold; color: #666666; }
#content.payRezervations #cost tfoot td.price { background: url(/i/tdbg.jpg) no-repeat right; border-left: 1px #D6D6D6 solid; }

#content.payRezervations #btnNext { width: 165px; height: 52px; background: url(/i/btnPayNow.jpg) no-repeat 0 0; float: right; text-indent: -99999px; border: none; cursor: pointer; margin-top: 15px; }
#content.payRezervations #btnContact { width: 346px; height: 29px; background: url(/i/btnContactNow.jpg) no-repeat 0 0; float: right; text-indent: -99999px; font-size: 1px; line-height: 1px; border: none; cursor: pointer; margin-top: 15px; clear: right; }
#content.payRezervations #cardAvantaj { width: 165px; height: 52px; background: url(/i/btnCard.jpg) no-repeat 0 0; float: right; text-indent: -99999px; font-size: 1px; line-height: 1px; border: none; cursor: pointer; margin-top: 15px; margin-right: 16px; }

/**************************** ASIGURARI REZERVARE ************************************/

#leftHome { width: 480px; float: left; }
#leftHome #tabHome { float: left; width: 478px; background: url(/i/bgTabs.jpg) repeat-y 0 0; border: 1px solid #3EADEA; display: none; min-height: 240px; }
#leftHome #tabHome.ui-tabs { display: block; }
#leftHome #tabHome .ui-tabs-nav { float: left; width: 180px; b/ackground: url(/i/bgTopBilete.jpg) no-repeat center 10px; padding-top: 45px; border: 0; }
#leftHome #tabHome .ui-tabs-nav li { width: 180px; background: none; padding: 3px 0; margin: 2px 0; }
#leftHome #tabHome .ui-tabs-nav li.ui-tabs-selected { background: #F0F0F0; }
#leftHome #tabHome .ui-tabs-nav li.ui-tabs-selected a { color: #000000; font-weight: bold; background: url(/i/bgLeftBulletActive.jpg) no-repeat 0 2px; }
#leftHome #tabHome .ui-tabs-nav li a { color: #fff; font-size: 12px; background: url(/i/bgLeftBullet.jpg) no-repeat 0 2px; text-decoration: none; padding-left: 15px; margin-left: 10px; font-family: Arial, Verdana; }
#leftHome #tabHome .ui-tabs-nav li a:hover { text-decoration: underline; }
#leftHome #tabHome .ui-tabs-panel { float: right; width: 268px; padding: 0; margin: 0; clear: none; border: 0; background: #F0F0F0; padding: 15px; position: relative; padding-bottom: 65px; min-height: 160px; }
#leftHome #tabHome .ui-tabs-panel select { width: 268px; background: #fff; border: 1px solid #ddd; font-size: 12px; color: #333; font-family: Arial, Verdana; }
#leftHome #tabHome .ui-tabs-panel select:hover, #leftHome #tabHome .ui-homeTabs-panel select:focus { border: 1px solid #999; }
#leftHome #tabHome .ui-tabs-panel .item { float: left; width: 268px; margin-bottom: 10px; }
#leftHome #tabHome .ui-tabs-panel .item img { float: left; margin-left: 3px; _margin-left: 1px; }
#leftHome #tabHome .ui-tabs-panel .innerItem { float: left; width: 128px; margin-left: 3px; _margin-left: 1px; }
#leftHome #tabHome .ui-tabs-panel .newLine { margin-left: 0px; }
#leftHome #tabHome .ui-tabs-panel .innerItem input { width: 115px; border: 1px solid #ddd; background: #fff; padding: 5px; margin: 0; font-size: 12px; color: #333; font-family: Arial, Verdana; }
#leftHome #tabHome .ui-tabs-panel .innerItem input:hover, #leftHome #tabHome .ui-tabs-panel .innerItem input:focus { border: 1px solid #999; }
#leftHome #tabHome .ui-tabs-panel .innerItem label { color: #333333; font-size: 11px; font-family: Arial, Verdana; float: left; margin-bottom: 3px; margin-left: 3px; }
#leftHome #tabHome .ui-tabs-panel .small { float: left; width: 85px; margin-left: 0px; margin-right: 4px; }
#leftHome #tabHome .ui-tabs-panel .small select { width: 50px; clear: left; float: left; }
#leftHome #tabHome .ui-tabs-panel .small img { float: left; margin-left: 6px; *margin-top: -3px; }
#leftHome #tabHome .ui-tabs-panel .border-bottom { border-bottom: 1px dotted #666666; float: left; width: 100%; }
#leftHome #tabHome .ui-tabs-panel .itemBottom { float: left; width: 268px; margin-top: 10px; }
#leftHome #tabHome .ui-tabs-panel .itemBottom span { float: left; margin-top: 6px; color: #1372A5; font-size: 11px; font-family: Arial, Verdana; cursor: pointer; }
#leftHome #tabHome .ui-tabs-panel .itemBottom input { background: url(/i/btnCauta.jpg) no-repeat 0 0; width: 128px; height: 28px; display: block; border: 0; float: right; cursor: pointer; }
#leftHome #tabHome #bilete-de-avion.ui-tabs-panel .itemBottom input { background: url(/i/btnCautaBilet.jpg) no-repeat 0 0; }
#leftHome #tabHome .odd.ui-tabs-panel select { width: 125px; }
#leftHome #tabHome .odd .innerItem { float: right; }
#leftHome #tabHome .odd .innerItem select { float: right; }
#leftHome #tabHome .odd .newLine { float: left; }
#leftHome #tabHome .odd .newLine select { float: left; }
#leftHome #tabHome .odd .large select { width: 268px; }
#leftHome #tabHome .hide { display: none; }
#leftHome #tabHome .yey { float: left; width: 180px; b/ackground: url(/i/bgTopBilete.jpg) no-repeat center 10px; padding-top: 45px; height: 150px; }
#leftHome #tabHome .yey li { width: 180px; background: none; padding: 3px 0; margin: 2px 0; }
#leftHome #tabHome ul { display: none; }
#leftHome #tabHome ul li { display: none; }
#leftHome #tabHome .yey li.ui-tabs-selected { background: #F0F0F0; }
#leftHome #tabHome .yey li.ui-tabs-selected a { color: #000000; font-weight: bold; background: url(/i/bgLeftBulletActive.jpg) no-repeat 0 2px; }
#leftHome #tabHome .yey li a { color: #fff; font-size: 12px; background: url(/i/bgLeftBullet.jpg) no-repeat 0 2px; text-decoration: none; padding-left: 15px; margin-left: 10px; }
#leftHome #tabHome .yey li a:hover { text-decoration: underline; }

#leftHome .checkbox { width: 100% !important; margin: 0 !important; }
#leftHome .checkbox input.checkbox { width: auto !important; margin: 0; padding: 0 !important; border: 0 !important; float: left; margin-top: 0 !important; background: none !important; }

#leftHome .ui-tabs-panel .bottomLink { float: left; margin: 10px 0 0 0; position: absolute; left: -170px; bottom: 10px; background: none; } 
#leftHome #vacante-romania.ui-tabs-panel { padding-bottom: 10px; *padding-bottom: 40px; } 
#leftHome #hoteluri-romania.ui-tabs-panel { padding-bottom: 10px; *padding-bottom: 40px; } 
#leftHome #bilete-de-avion.ui-tabs-panel { padding-bottom: 10px; *padding-bottom: 40px; } 
#leftHome #bilete-de-avion.ui-tabs-panel .bottomLink { bottom: 20px; } 
#leftHome .bottomLink a { color: #fff; font-size: 16px; padding-left: 0px; width: 160px; display: block; text-decoration: none; } 
#leftHome #bilete-de-avion.ui-tabs-panel .bottomLink a { padding-left: 25px; width: 115px; background: url(/i/bgTab1.jpg) no-repeat 0 0; } 

#leftHome .topImg1 { background: url(/i/bgTopBilete.jpg) no-repeat 0 0; position: absolute; left: -110px; top: 10px; width: 25px; height: 26px; }
#leftHome .topImg2 { background: url(/i/bgTopImg2.jpg) no-repeat 0 0; position: absolute; left: -110px; top: 10px; width: 23px; height: 20px; }
#leftHome .topImg3 { background: url(/i/bgTopImg3.jpg) no-repeat 0 0; position: absolute; left: -110px; top: 10px; width: 23px; height: 27px; }

#leftHome #flashObj { float: left; margin-top: 20px; }

#leftHome #leftBanners { float: left; }  
#leftHome #leftBanners a { float: left; margin-top: 20px; text-decoration: none; }  

#rightHome #rightBanner { float: left; margin-top: 20px; }  
#rightHome #rightBanner a { float: left; margin-left: 0px; }  
#rightHome #rightBanner a.newLine { margin-left: 0; }  

#rightHome { float: right; width: 474px; }

#rightHome.pageDestinatii { float: left; width: 100%; }
#rightHome.pageDestinatii #topRight { margin-bottom: 0px; }
#rightHome.pageDestinatii #destinatii { width: 715px; }
#rightHome.pageDestinatii #destinatii .sectionItem { float: left; width: 100%; }
#rightHome.pageDestinatii #destinatii .sectionItem .offer { float: left; width: 100%; }
#rightHome.pageDestinatii #destinatii .sectionItem .offers { float: left; width: 100%; }
#rightHome.pageDestinatii #destinatii .item { float: left; margin-left: 12px; }
#rightHome.pageDestinatii #destinatii .newLine { margin-left: 0px; clear: left; }
#rightHome.pageDestinatii #destinatii h3 { color: #60A73A; font-size: 18px; border-bottom: 1px dotted #999999; padding-bottom: 4px; margin-bottom: 15px; clear: left; float: left; margin-top: 20px; width: 100%; font-weight: normal; }

#rightHome.pageOferte #topRight span.destinatii { background: #8DD022; color: #fff; }
#rightHome.pageOferte #topRight span.oferte_speciale { background: #FFFBF2; color: #8DD022; }

#banners { float: right; width: 234px; margin-top: 40px; }
#banners a { margin-bottom: 15px; float: left; }

#rightHome #destinatii { width: 474px; float: left; }
#rightHome #destinatii .separator { border-bottom: 1px dotted #999; width: 100%; float: left; margin: 10px 0; *margin-top: 0; }
#rightHome #destinatii .newLine { float: left !important; }
#rightHome #destinatii .item { float: right; width: 230px; }
#rightHome #destinatii .item a img { width: 65px; }
#rightHome #destinatii .item a { border: 1px solid #ccc; padding: 1px; width: 65px; float: left; }
#rightHome #destinatii .item a:hover { border: 1px solid #1372A5; }
#rightHome #destinatii .item .text { float: right; width: 155px; }
#rightHome #destinatii .item .text div { text-align: left !important; }
#rightHome #destinatii .item .noImg { float: left; width: 100%; }
#rightHome #destinatii .item .text p { clear: left; margin: 0; }
#rightHome #destinatii .item .text a { border: 0; padding: 0; width: 100%; font-size: 14px; color: #1372A5; font-family: Arial, Verdana; display: inline; float: left; }
#rightHome #destinatii .item .text h2 { background: none !important; margin-bottom: 3px; }
#rightHome #destinatii .item .text h2 a { float: none; }
#rightHome #destinatii .item .text a:hover { background: #1372A5; color: #fff; padding: 1px; margin: -1px; }
#rightHome #oferte_speciale a.seeAll { background: url(/i/btnVeziToateDestinatiile.jpg) no-repeat 0 0; float: right; width: 272px; height: 41px; text-indent: -9999px; font-size: 1px; line-height: 1px; }

#rightHome #oferte_speciale { width: 474px; float: left; display: none; }
#rightHome #oferte_speciale .separator { border-bottom: 1px dotted #999; width: 100%; float: left; margin: 15px 0; }
#rightHome #oferte_speciale .newLine { float: left !important; }
#rightHome #oferte_speciale .item { float: right; width: 230px; }
#rightHome #oferte_speciale .item a { border: 1px solid #ccc; padding: 1px; width: 65px; float: left; }
#rightHome #oferte_speciale .item a img { width: 65px; }
#rightHome #oferte_speciale .item a:hover { border: 1px solid #1372A5; }
#rightHome #oferte_speciale .item .text { float: right; width: 155px; }
#rightHome #oferte_speciale .item .text div { text-align: left !important; }
#rightHome #oferte_speciale .item .noImg { float: left; width: 100%; }
#rightHome #oferte_speciale .item .text p { clear: left; margin: 0; }
#rightHome #oferte_speciale .item .text h2 { margin-bottom: 3px; }
#rightHome #oferte_speciale .item .text h2 a { float: none; }
#rightHome #oferte_speciale .item .text a { border: 0; padding: 0; width: auto; font-size: 14px; color: #1372A5; font-family: Arial, Verdana; }
#rightHome #oferte_speciale .item .text a:hover { background: #1372A5; color: #fff; padding: 1px; margin: -1px; }
#rightHome #destinatii  a.seeAll { background: url(/i/btnVeziToateOfertele.jpg) no-repeat 0 0; float: right; width: 232px; height: 41px; text-indent: -9999px; font-size: 1px; line-height: 1px; }

#rightHome #topRight { background: url(/i/bgBottomTabs.jpg) repeat-x bottom left; height: 25px; margin-bottom: 10px; margin-top: 16px; float: left; width: 100%; }
#rightHome #topRight span { color: #64A53F; font-size: 20px; border: 2px solid #DCD9D1; padding: 10px 13px; margin-left: 10px; border-bottom: 0; position: relative; top: -5px; cursor: pointer; background: url(/i/bgTabSpan.jpg) repeat-x 0 0; }
#rightHome #topRight span:hover { text-decoration: underline; }
#rightHome #topRight span.oferte_speciale { background: #8DD022; color: #fff; }

#rightHome.bilete_avion .item .text a { font-size: 11px !important; clear: left; text-decoration: none; } 
#rightHome.bilete_avion .item .text a:hover { background: none !important; color: #1372A5 !important; text-decoration: underline; } 
#rightHome.bilete_avion .item .text a.more { text-decoration: underline; } 
#rightHome.bilete_avion .item .text a.more:hover { text-decoration: none !important; } 
#rightHome.bilete_avion .item .text h2 a { font-size: 14px !important; text-decoration: underline; } 
#rightHome.bilete_avion .item .text h2 a:hover { text-decoration: none; background: #1372A5 !important; color: #fff !important; } 
#rightHome.bilete_avion #destinatii a.seeAll { background: url(/i/btnVeziToateOfertele.jpg) no-repeat 0 0; width: 232px; }

#rightHome #oferte_speciale.curse_aeriene .item { float: left; width: 100%; margin-top: 15px; }
#rightHome #oferte_speciale.curse_aeriene .first { margin-top: 0px; }
#rightHome #oferte_speciale.curse_aeriene .item .text { float: left; width: 100%; }
#rightHome #oferte_speciale.curse_aeriene .item .text h2 { background: #1E83B3 url(/i/bgCurseAeriene.jpg) no-repeat 445px -3px; float: left; width: 454px; padding: 5px 10px; }
#rightHome #oferte_speciale.curse_aeriene .item .text h2 a { color: #FFFFFF; font-weight: bold; font-size: 14px; text-decoration: none; background: none; border: 0; margin: 0; padding: 0; }
#rightHome #oferte_speciale.curse_aeriene .item .text h2 a:hover { color: #FFFFFF; font-weight: bold; font-size: 14px; text-decoration: none; background: none; border: 0; margin: 0; padding: 0; }
#rightHome #oferte_speciale.curse_aeriene .item .text a { background: url(/i/bgBulletTab.jpg) no-repeat left 4px; border-bottom: 1px solid #8CBAE8; margin: 4px 0 4px 10px; padding-left: 10px; width: 443px; }
#rightHome #oferte_speciale.curse_aeriene .item .text a:hover { background: url(/i/bgBulletTab.jpg) no-repeat left 4px !important; border-bottom: 1px solid #8CBAE8; margin: 4px 0 4px 10px; padding: 0; padding-left: 10px; width: 443px; }

#rightHome #bileteAvion { float: left; width: 100%; } 
#rightHome #bileteAvion .item { width: 100%; float: left; margin-left: 0; background: url(/i/bgCurseAeriene.jpg) no-repeat scroll 450px 0px; margin-bottom: 5px; } 
#rightHome #bileteAvion .item .innerItem { display: none; float: left; width: 100%; } 
#rightHome #bileteAvion .newLine { margin-left: 0px; clear: left; } 
#rightHome #bileteAvion .item h2 { color: #fff; font-size: 12px; padding: 11px 10px 12px 25px; margin-right: 0; background: #1E82B3 url(/i/bgBileteArrowActive.jpg) no-repeat 10px 15px; width: 415px; } 
#rightHome #bileteAvion .item h2:hover { text-decoration: underline; cursor: pointer; } 
#rightHome #bileteAvion .item span { font-size: 11px; clear: left; float: left; margin: 2px 0; width: 146px; } 
#rightHome #bileteAvion .item .inItem { float: left; width: 230px; }
#rightHome #bileteAvion .separator { clear: left; float: none; width: 100%; margin: 0; padding: 0; }
#rightHome #bileteAvion .item .newLine { margin-right: 14px; clear: left; }
#rightHome #bileteAvion .item span.price { float: right; clear: none; width: 84px; text-align: right; } 
#rightHome #bileteAvion .item span a { text-decoration: none; } 
#rightHome #bileteAvion .item span a:hover { text-decoration: underline; } 
#rightHome #bileteAvion #button { float: left; border-top: 1px dotted #999999; width: 100%; margin-top: 10px; padding-top: 10px; } 
#rightHome #bileteAvion #button .seeAll { width: 283px; height: 41px; background: url(/i/btnVeziAlteOferte.jpg) no-repeat 0 0; float: right; } 

/*paginare*/
.pagination { float: right; width: 100%; margin-top: 10px; text-align: right; }
.pagination span, .pagination a { color: #1372A5 !important; font-size: 12px; font-family: Arial, Verdana; text-decoration: none; } 
.pagination a { font-size: 14px; padding: 0px 5px; } 
.pagination a:hover{ text-decoration: underline; color: #5D9A3C !important; } 
.pagination .prev, .pagination .next { font-size: 12px; height: 11px; } 
.pagination .prev { background: url(/i/bgPagination.jpg) no-repeat 0 2px; padding-left: 10px; }
.pagination a.prev:hover { background-position: 0 -13px; }
.pagination .next { background: url(/i/bgPagination.jpg) no-repeat right -28px; padding-right: 10px; }
.pagination a.next:hover { background-position: right -43px; }
.pagination .current { font-size: 14px; margin: 0 1px; color: #5D9A3C !important; font-weight: bold; padding: 0px 5px; } 

.prodPagination { float: left; margin: 0; margin-top: 5px; }
.prodPagination p { text-align: left; margin-bottom: 5px; margin-left: 7px; color: #999; }
.prodPagination .prev, .prodPagination .next { padding: 4x 10px; height: 17px; }
.prodPagination span { padding: 5px 10px; }
.prodPagination span, .prodPagination a { color: #999999 !important; font-size: 12px; background: url(/i/bgPaginationA.jpg) repeat-x 0 0 !important; border: 1px solid #ccc; margin: 0 1px; float: left; padding: 4px 10px; height: 17px; }
.prodPagination .current { font-size: 12px; color: #90CC22 !important; padding: 4px 10px; }
.prodPagination a:hover { background: #6B9818 !important; color: #fff !important; border: 1px solid #6B9818; text-decoration: none; }

#sort { float: right; width: 190px; text-align: right; }


#tagClouds { line-height: 180%; }

#leftBannerUp { float: left; clear: left; width: 100%; margin-top: 20px; }

#socialButtons { float: right; width: 210px; margin-top: 18px; }
#socialButtons #facebookLike { float: right; margin-top: 4px; }
#socialButtons #googleLike { float: right; margin-right: -10px; }
