/****************************************************************************************
 * 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; }

/****************************************************************************************
 * 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; }


/****************************************************************************************
 * 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: .5em; }
ul li { background: url(/i/bullet.gif) no-repeat 0 .6em; list-style: none; padding-left: 17px; }
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: #005CA1; margin: 0 0 .5em 0; }
h1 { font-size: 1.5em; line-height: 1em; margin: 0; font-weight: bold; }
h2 { font-size: 1.333em; 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;}


/****************************************************************************************
 * 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: #ffffff; border-left: 4px solid #85C226; overflow: hidden; }
.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 { background: #bfe4ff; color: #005CA1; font-size:  1.666em; font-style: italic; padding: 4px 10px; margin: 1em 0 .5em 0; }


/****************************************************************************************
 * 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: #005ca1; }
thead td { background: #85c226; }

thead strong { font-size: 1.25em; display: inline; }

.head { background: #85c226; 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-position: 0 0; width: 188px; height: 30px; display: block; }
.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; }

/****************************************************************************************
 * 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: 980px; margin: 0 auto; position: relative; background-color: #FFFFFF; }
#content { padding: 30px 0; display: block; position: relative; }
#content { display: block; }
#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: #fff; position: relative; height: 251px; border-bottom: 1px #fff solid; overflow: hidden; width: 980px; margin: 0px auto; }
#ctrlHeader .center { }
#headerBackground { background: #005ca1; position: absolute; width: 50%; height: 100%; left: 0; top: 0; display: none; }

/* Branding */
#ctrlHeader h1 { float: left; width: 200px; margin: 0; }
#ctrlHeader h1 a { display: block; height: 71px; background: url(/i/eximtur.jpg) no-repeat 0 0; text-indent: -9999em; }

/*topNav*/
.topNav { float: left; top: -2.33em; right: 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: #005BA0; font-weight: bold; padding-top: 15px; padding-left: 15px; }
#user a { font-weight: normal; text-decoration: underline; }
#user a:hover { text-decoration: none; }
#userNav { margin: 0; }
#userNav li { margin: 0; padding: 0; font-weight: bold; display: block; }
#userNav li.children { position: static; }
#userNav li.children a { background: url(/i/topArrow.gif) no-repeat right center; padding-right: 14px; font-weight: bold; text-decoration: none; }
#userNav li.children a:hover { text-decoration: underline; }
#userNav li.children 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; }
#userNav li.children ul li { font-weight: normal; width: 100%; }
#userNav li.children ul li a { display: block; width: 100%; padding: 3px 0; background: none; font-weight: normal; }
#userNav li.children ul li a:hover { text-decoration: none; background: #B1CDE2; }
#userNav li.children:hover, #userNav li.children.hover { position: relative; }
#userNav li.children:hover ul, #userNav li.children.hover ul { left: -1em; }

/*CompanyNav*/
#companyNav { left: 0; right: auto; float: right; width: 590px; height: 71px; line-height: 1.8em; }
#companyNav li { float: right; display: inline; padding: 0; font-weight: bold; }
#companyNav li.children { position: static; }
#companyNav li.children a { background: url(/i/topArrow.gif) no-repeat right center; padding-right: 14px; }
#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 ul { margin-top: 15px; margin-left: 10px; }

#companyNav ul li { float: none; display: block; margin: 0; }

#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 { left: -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: 980px; margin: 0px auto; }
#nav { }
#nav ul { background: url(/i/nav.png) no-repeat 0 0; }
#nav li { margin: 0; padding: 0; background: none; float: left; padding-right: 13px; }
#nav a { float: left; height: 50px; width: 235px; text-indent: -9999px; display: block; }
#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; }

/*Search*/
#search { display: none; overflow: hidden; background: #85c226; border-bottom: 1px #FFFFFF solid; clear: right; float: right; color: #fff; width: 320px; height: 179px; font-family: Arial, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Verdana, sans-serif; }
#search h2 { background: url(/i/searchTitle.jpg) no-repeat 0 0; height: 21px; text-indent: -99999px; margin-bottom: 3px; width: 107px; 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 { background: url(/i/bgSearchTitle.png) no-repeat 0 0; _behavior: 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 { background-position: 0 -21px; }
#search.m2 h2 { background-position: 0 -42px; }
#search.m4 h2 { background-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; }

div .m0 { background: #0099FF !important; display: block !important; }
div .m1 { background: #9AD93C !important; display: block !important; }
div .m2 { background: #FFA824 !important; display: block !important; }
div .m3 { background: #75C4F0 !important; display: block !important; }
div .m4 { background: #F25EA8 !important; display: block !important; }
div .m5 { background: #0099FF !important; display: block !important; }
div .m6 { background: #0099FF !important; display: block !important; }

#search .col { display: inline; margin-right: 0; width: 304px; padding: 0px 8px 5px 8px; }
#search .col1 { width: 250px; }
#search .col2 { width: 270px; }
#search .col3 { width: 305px; }

#search fieldset { width: 304px; height: 156px; p/adding: 13px 8px 10px 8px; }

#search .formItem { text-align: right; margin: 5px 0; }
#search label { font-size: 1.0833em; font-weight: bold; float: none; width: auto; padding-right: 2px; }
#search select { width: 8.97em; *width: 9em; padding: 0; padding-top: 1pt; padding-bottom: 1pt; color: #00599A; font-family: Arial, Verdana, sans-serif; float: left; margin-right: 4px; *margin-right: 5px; }
#search .medium select { width: 13.637em; *width: 13.69em; *margin-right: 4px; } 
#search .large select { width: 100%; font-size: 16px; font-weight: bold; float: none; margin: 0 !important; } 
#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: 16px; font-weight: bold; line-height: 120%; margin-top: 14px; }
#search .button { float: right; display: inline; background-position: 0 -100px; width: 137px; height: 28px; margin-top: 11px; line-height: 500%; }
#search.m1 .button { background-position: -400px -100px; }
#search.m2 .button { background-position: -600px -100px; }
#search.m4 .button { background-position: -800px -100px; }

#s/earch .src { height: 28px; width: 304px; margin-top: 5px; }


clearNav #search { display: none; }
#search #afiseazaOferte { width: 135px; float: right; padding-top: 3px; }


/****************************************************************************************
 * 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-left: 5px; }
/* 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; }

.titleWithRating { display: inline-block; }
.titleWithRating { display: block; }
.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: 732px; float: left; } 
#list #productIntro { font-size: 1.167em; color: #333333; line-height: 140%; margin-top: 10px; display: none; }
.product { padding: 13px 0; display: inline-block; }
.product { display: block; }
.product:after { display: block; clear: both; height: 0; visibility: hidden; content: '.'; }
.product .element { width: 464px; float: left; padding: 12px 10px; }
.product .element.bg { border: 1px #F3F3F3 solid; background: #FBFBFB; width: 462px; }
.product .image { float: left; width: 120px; overflow: hidden; display: inline; margin-right: 10px; } 
.product .image img { width: 120px; }
.product .text { overflow: hidden; width: 334px; float: left; }
.product .bg .text { width: 332px; }
.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: #005ca1; font-weight: normal; margin: 0; margin-bottom: .2em; }
.product h3 a { text-decoration: underline; }
.product h3 a:hover, .product h3 a:focus { text-decoration: none; }
.product p { margin: 0; }
.product .detalii { display: inline-block; padding-top: .5em; color: #005ca1; }
.product .detalii { display: block; }
.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-position: -200px 0; width: 85px; height: 21px; }
.product .location a { text-decoration: underline; }
.product .location a:hover, .product .location a:focus { text-decoration: none; }

#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: 213px; padding: 10px 10px 8px 10px; border: 1px #F3F3F3 solid; background: #FBFBFB; float: right; color: #333333; }
.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; }


#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; width: 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; }
#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; width: 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: 171px; 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; }
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%; }
#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: 85px; 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 11px; }
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; }


/*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,
.detail #column .image a { display: block; border: 1px solid #eafffd; padding: 1px; }
.detail #column .image img { display: block; }
.detail #column .image p { margin: .5em; }

.detail #column .quote { padding-left: 1em; }

.detail h1 { margin-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; }
#home #content { padding: 10px 0; }
#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: 13px; }
#home ul li.first { padding: 0; width: 235px; padding-right: 1px; }
#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: #ED278A; }
#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 { background: #005ca1; color: #fff; padding: 18px 0; font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif; font-size: .91666em; border-top: 147px solid #fff; position: relative; display: inline-block; border-bottom: 50px solid #FFFFFF; width: 980px; margin: 0px auto; }
#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; }

/*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/btnSolicita.jpg) no-repeat 0 0; display: block; height: 71px; margin: 0; padding: 0; text-indent: -9999em; width: 125px; }
/****************************************************************************************
 * Additional Links
 *
 * Styles for Additional Links related to a Detail page
 *
 * We have:
 * 1. Links
 * 2. Documents (attached)
 *
 ****************************************************************************************/
.additionalLinks { margin: 2em 0; padding: 0 1em; border-left: 4px solid #85C226; }
.additionalLinks ul { margin: 0; }
.additionalLinks li { background: url(/i/arrow.gif) no-repeat 0 50%; padding-left: 20px; margin: 0; }
.additionalLinks a { color: #000; 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 7px; 
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 .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: 31.8em; }
#content.detailedRezervations #infoBuyer .formItem select { width: 15.5em; }
#content.detailedRezervations #infoBuyer .formItem label { width: 138px; }
#content.detailedRezervations #infoBuyer .formItem label.error { float: left; width: 160px !important; padding-left: 10px; padding-right: 0; color: red; }

#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: 150px; }
#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: #777777; float: none; text-decoration: none; padding-left: 10px !important; cursor: default }
#content.detailedRezervations .room .insurance fieldset { border: 1px #85C226 solid; 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 fieldset label.error { clear: left; width: 160px !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; }
#content.detailedRezervations .room .insurance fieldset input.datepicker { width: 10.1em; margin-right: 7px; }
#content.detailedRezervations .room .insurance fieldset .dates { float: left; }
#content.detailedRezervations .room .insurance fieldset .infos { float: right; }

.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: 22px !important; padding-right: 0; padding-top: .4em; 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; 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: 20px; 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 .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/bgPayRezervationsTableFooterLeft.jpg) no-repeat left; 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/bgPayRezervationsTableFooterRight.jpg) no-repeat right; border-left: 1px #D6D6D6 solid; }

#content.payRezervations #btnNext { width: 209px; height: 29px; background: url(/i/btnPayNow.jpg) no-repeat 0 0; float: right; text-indent: -99999px; border: none; cursor: pointer; margin-top: 15px; }

/**************************** ASIGURARI REZERVARE ************************************/