﻿/* --------------------------------------------------------------
    Default CSS styles for all common browsers
---------------------------------------------------------------*/

/*  BASE
---------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  text-align: center; /*** IE/Win (not IE/MAC) alignment of page ***/
  font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #333333;
  background-image: url(/i/bgPage.jpg);
  background-repeat: repeat-x;
  color: #666666;
  width: 920px;
  margin-left: auto; 
  margin-right: auto; 
}


table tr td, table tr th {
  font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 120%;
}

h1, h2, h3, h4, h5, h6, img, a, p, ul, li, div, input {
  margin: 0;
  padding: 0;
  border: 0; 
  text-align: left; 
}

input {
  color: #666666;
  padding-left: 6px;
  padding-top: 3px;
  font: 9px Arial, Verdana, sans-serif;
  /*height: px;
  width: px;*/
}

.input {
  width: 140px;
  height: 20px;
  border: solid 1px #A9A9A9;
}

option, select {
  font: 12px "Lucida Sans Unicode", Verdana, Arial;
}

a { 
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.center {
  text-align: center;
}

/* LIGHTBOX */

#lightbox {
  background-color:#eee;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
}

#lightboxDetails {
  font-family: Verdana;
  font-size: 1.4em;
  padding-top: 0.4em;
}
	
#keyboardMsg {
  display: none;
}

#lightboxCaption { 
  float: left; 
}

#keyboardMsg { 
  float: right; 
}

#closeButton {
  position: relative;
  top:1px;
  right: 3px;
}

#lightbox img { 
  border: none; 
} 

#overlay img { 
  border: none; 
}

#overlay { 
  background-image: url(/i/overlay.png); 
}

* html #overlay{
  background-color: #000;
  background-color: transparent;
  background-image: url(/i/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/i/overlay.png", sizingMethod="scale");
}

/* #GENERIC CLASSES
---------------------------------------------------------------*/

.fl {
  float: left;
}

.fr {
  float: right;
}

.clr {
  clear: both;
  height: 0;
}

h1 {
  font: 18px "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  color: #666666;
}

h2 {
  font: 14px/150% "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  color: #666666;
  padding-top: 5px;
  padding-bottom: 5px;
}

h3 {
  font: 13px/140% "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  color: #666666;
  font-weight: bold;
}

h3 a {
  font: 13px/140% "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  color: #333333;
  font-weight: bold;
}

.b {
  font-weight: bold !important;
}

.dN {
  display: none;
}

.dB {
  display: block;
}

.aRight {  /*  ALIGN TO RIGHT  */
  text-align: right !important;
}

.ch {
  cursor: hand;
  cursor: pointer;
}

.cd {
  cursor: default;
}

.u {
  text-decoration: underline !important;
}

.fixedWidth {
  width: 920px;
}

.width100 {
  width: 100%;
  height: auto;
}

:focus {  /* HIDE VISIBLE FOCUS IN MOZILLA  */
  -moz-outline-style: none;
}

/*  HACKS 
---------------------------------------------------------------*/

/* The clearfix class must be put on the parent that contains floating divs.
  The effect is that the height will be the height of the highest div */
  
.clearfix:after 
{
    content: ".";      
    display: block;      
    height: 0;      
    clear: both;      
    visibility: hidden; 
}  
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display:block;}
/* End hide from IE-mac */

/*-------------------------------------------------------------*/

/*  SITE  */
#main {
  margin-top: 18px;
  width: 920px;
}

/* HEADER */

#header h1{ 
  font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #666666;
  margin: 0;
}

#headerNavigation {/*
  background-color: #000000;*/
  height: 40px;
  margin-top: 4px;
}

#headerFiller {
  /*background-color: #FFCC00;*/
  background-color: #000000;
  width: 170px;
  height: 40px;
}

#headerLinks {
  background-color: #000000;
  width: 750px;
  height: 40px;
}

#headerLinksWrapper {
  margin-top: 12px; 
  margin-left: 109px;
}

#headerLinksWrapper img {
  position: relative;
  top: -2px;
  margin-left: 20px;
  margin-right: 20px;
}

#headerLinksWrapper a {
  color: #FFFFFF;
  font: 11px "Lucida Sans Unicode", Arial, Verdana;  
}

#headerLinksWrapper a:hover, .headerSel {
  /*color: #FF9900 !important;*/
  color: #999999 !important;
  text-decoration: none;
}
/* END HEADER */

/* PAGE CONTENT */
#pageContent { 
  background-color: #FFFFFF; 
}
/*  LEFT SIDE  */
#leftMenuSide {
  width: 170px;
  padding-bottom: 35px;
}

#logoDiv {
  background-color: #000000; 
  height: 93px;
}

#logoDiv a {
  position: relative;
  left: 80px;
  top: 15px;
}

#menuWrapper {
  margin-top: 15px;
  text-align: right;
  padding-bottom: 15px;
}

.menuItem {
  width: 157px;
  height: 33px;
  margin-bottom: 15px;
}

.menuItem a {
  width: 157px;
  height: 33px;
  display: block;
}

#menuItem1 {
  background-image: url(/i/btnMenu1.jpg);  
}

#menuItem1:hover {
  background-position: 0px -33px;
}

#menuItem1.sel, #menuItem1.sel:hover {
  background-position: 0px -66px;
}

#menuItem2 {
  background-image: url(/i/btnMenu2.jpg);
}

#menuItem2:hover {
  background-position: 0px -33px;
}

#menuItem2.sel, #menuItem2.sel:hover {
  background-position: 0px -66px;
}

#menuItem3 {
  background-image: url(/i/btnMenu3.jpg);
}

#menuItem3:hover {
  background-position: 0px -33px;
}

#menuItem3.sel, #menuItem3.sel:hover {
  background-position: 0px -66px;
}

#menuItem4 {
  background-image: url(/i/btnMenu4.jpg);
}

#menuItem4:hover {
  background-position: 0px -33px;
}

#menuItem4.sel, #menuItem4.sel:hover {
  background-position: 0px -66px;
}

#menuItem5 {
  background-image: url(/i/btnMenu5.jpg);
}

#menuItem5:hover {
  background-position: 0px -33px;
}

#menuItem5.sel, #menuItem5.sel:hover {
  background-position: 0px -66px;
}

#menuItem6 {
  background-image: url(/i/btnMenu6.jpg);
}

#menuItem6:hover {
  background-position: 0px -33px;
}

#menuItem6.sel, #menuItem6.sel:hover {
  background-position: 0px -66px;
}

#menuItem7 {
  background-image: url(/i/btnMenu7.jpg);
}

#menuItem7:hover {
  background-position: 0px -33px;;
}

#menuItem7.sel, #menuItem7.sel:hover {
  background-position: 0px -66px;;
}


/*  END LEFT SIDE  */

/*  MAIN CONTENT  */
#mainContentArea {
  width: 710px;
  padding-top: 24px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.orangeList {
  list-style-type: none;
  padding-bottom: 20px;
}

.orangeList li {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 14px;
  background-image: url(/i/iconGreySquare.gif);
  background-repeat: no-repeat;
  background-position: 0px 8px;
}
/*  END MAIN CONTENT  */
/* END PAGE CONTENT */


/* FOOTER */
#footer {  
  clear: both;
}

#footerOrangeArea {
  height: 40px;
  /*background-color: #FFCC00;*/
  background-color:#000000;
  border-top: solid 1px #666666;
}

#footerInfos {
  height: 32px;
}

#copyrightDiv {
  margin-top: 14px;
}

#designDiv {
  margin-top: 14px;
}
#designDiv a {
  color: #666666;
  font: 12px "Lucida Sans Unicode", Arial, Verdana;
}
/* END FOOTER */


.tehDate {
  display: block;
  padding-left: 15px;
  background-image: url(/i/iconGreySquare.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  color: #FFCC00;
  padding-bottom: 4px;
}
#promos div { width : 100%; text-align : center; }
#promos a { color : #666666; display : block; text-align : center; }
.recomandari { padding-top : 16px; padding-bottom : 10px;  }
.promotii { padding-top : 10px; }
/*
.box {
  background-color: #EEEEEE;
  font: 11px Verdana, Arial;
  color: #333333;
  padding: 15px;
  border: 1px solid #E0E0E0;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 0px;
  text-align: left;
}

.quote {
  background-image: url(/i/iconQuotes.gif);
  background-repeat: no-repeat;
  background-position: 14px 14px;
  background-color: #EEEEEE;
  font: 11px Verdana, Arial;
  color: #333333;
  padding: 14px;
  border: 1px solid #E0E0E0;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 0px;
  padding-left: 65px;
  text-align: left;
}*/