/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    default stylesheet
    copyright (c) 2011 - 2012 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/


.Zebra_DatePicker *                          { margin: 0; padding: 0; color: #000 }
.Zebra_DatePicker                            { position: absolute; background: #666; border: 3px solid #666; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display: none; z-index: 100; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px }

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table                      { border-collapse: collapse; border-spacing: 0 }

.Zebra_DatePicker td,
.Zebra_DatePicker th                         { text-align: center; padding: 5px 0 }

.Zebra_DatePicker td                         { cursor: pointer }

.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker             { margin-top: 3px }

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td         { background: #E8E8E8; width: 30px; border: 1px solid #7BACD2 }

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td             { color: #FFF }

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next       { width: 30px }

.Zebra_DatePicker .dp_header .dp_caption    { font-weight: bold }
.Zebra_DatePicker .dp_header .dp_hover      { background: #222; color: #FFF; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px }
.Zebra_DatePicker .dp_header .dp_blocked    { color: #888; cursor: default }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th          { background: #FFCC33 }
.Zebra_DatePicker td.dp_not_in_month        { background: #F3F3F3; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_weekend             { background: #D8D8D8 }
.Zebra_DatePicker td.dp_weekend_disabled    { color: #CCC; cursor: default }
.Zebra_DatePicker td.dp_selected            { background: #5A4B4B; color: #FFF !important }
.Zebra_DatePicker td.dp_week_number         { background: #FFCC33; color: #555; cursor: text; font-style: italic }

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td        { width: 33% }

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td         { width: 33% }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer                { margin-top: 3px }
.Zebra_DatePicker .dp_footer td             { color: #FFF; padding: 2px; font-weight: bold }
.Zebra_DatePicker .dp_footer .dp_hover      { background: #222; color: #FFF; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current             { color: #C40000 }
.Zebra_DatePicker td.dp_disabled_current    { color: #E38585 }
.Zebra_DatePicker td.dp_disabled            { background: #F3F3F3; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_hover               { background: #482424; color: #FFF }

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon                { position: absolute; width: 16px; height: 16px; background: url('calendar.png') no-repeat left top; text-indent: -9000px; border: none; cursor: pointer; margin: 0 0 0 5px; padding: 0; line-height: 0 }
button.Zebra_DatePicker_Icon_Disabled       { background-image: url('calendar-disabled.png') }
button.Zebra_DatePicker_Icon_Inside         { margin: 0 0 0 2px }

/* Fix icon position in Chrome & Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    button.Zebra_DatePicker_Icon_Inside     { margin: 0 5px 0 0 }
}


body {
  padding:0;
  margin:0;
  font:12px/16px Arial, Helvetica, sans-serif;
  background: #bfbfbf url(/assets/mainbg-8fa00411f6a8b179d80748509df3f649.gif) repeat-x 0 0;
}
div, p, ul, h2, h3, img {
  padding:0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
ul {
  list-style-type: none;
}


#consignee_form input{
  margin-left: 1em;   
}
#consignee_name, #consignee_street{
  width: 25em;
}
#consignee_city_state{
  width: 15em;
}
#consignee_postal_code{
  width: 8em; 
}

.contact {
  font-style: italic;
  font-weight: lighter;
  color: #666;
}

.bold {
  font-weight: bold;
}

.flash.error{
  border: 1px solid red;
  clear: both;
  margin-bottom: 30px;
  padding: 10px 0 10px 10px;
}

.flash.notice{
  border: 1px solid green;
  clear: both;
  margin-bottom: 30px;
  padding: 10px 0 10px 10px;
}

/*----TOP PANEL----*/
#topZone {
  position:relative;
  background-color: #FFF;
  float: right;
  width: 200px;
  z-index: 100;
}
#topZone p {
  font-size:16px;
  padding:0;
}
#scooterpaintLogo {
  position: relative;
  float: right;
  width: 140px;
  z-index: 100;
  margin: 12px;
}
#topPan {
  width:800px;
  height:200px;
  position:relative;
  color:#fff;
  padding:0;
  margin: 0 auto 0;
  background-color: #FFF;
}
#topPan img.logo {
  width:245px;
  height:37px;
  position:absolute;
  top:33px;
  left:43px;
}
#topPan img.book {
  width:158px;
  height:99px;
  position:absolute;
  top:20px;
  right:46px;
}

#topPan p {
  font-size:12px;
  border: 1px solid #000;
}

#topContactPan {
  width:159px;
  height:51px;
  position:absolute;
  top:43px;
  right:240px;
}
#topContactPan p.callus {
  background:#0C71A4;
  color:#fff;
  width:64px;
  height:14px;
  line-height:14px;
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
  padding:0;
}
#topContactPan p.no {
  font-size:26px;
  padding:4px 0 0;
}

#topMenuPan {
  position:absolute;
  bottom:0;
  left:0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
#topMenuLeftPan {
  width:90px;
  height:26px;
  float:left;
  background:url(/assets/menu-leftbg-319543f37c0160d4733b49a5e8646fdf.gif) 0 0 no-repeat;
}
#topMenuMiddlePan {
  width:800px;
  height:26px;
  float:left;
  margin-left: 15px;
}

#topMenuMiddlePan ul {
  width:100%;
  height:26px;
  display: -moz-box;
}
#topMenuMiddlePan ul li {
  height:26px;
  border-right:1px solid #E5E5E5;
  float:left;
  /*    min-width: 100px;*/
  padding-right: 10px;
  padding-left: 10px;
}
#topMenuMiddlePan ul li.last {
  border-right: 0;
}
#topMenuMiddlePan ul li a {
  width:100%;
  height:26px;
  display:block;
  background:#fff;
  color:#000000;
  font:12px/26px "Trebuchet MS",Arial, Helvetica, sans-serif;
  text-decoration:none;
  font-weight:bold;
  text-align:center;
  text-transform:uppercase;
}
#topMenuMiddlePan ul li a:hover {
  background:#fff;
  color:#ed1b2e;
  text-decoration:none;
}
#topMenuMiddlePan ul li.home {
  background:#fff;
  color:#000000;
  text-decoration:none;
  font:12px/26px "Trebuchet MS",Arial, Helvetica, sans-serif;
  font-weight:bold;
  text-align:center;
  text-transform:uppercase;
}
#topMenuMiddlePan ul li.contact {
  width:100px;
  border-right:1px solid #fff;
}
#topMenuMiddlePan ul li.contact a {
  width:100px;
  height:26px;
  display:block;
  background:#fff;
  color:#000000;
  font:12px/26px "Trebuchet MS",Arial, Helvetica, sans-serif;
  text-decoration:none;
  font-weight:bold;
  text-align:center;
  text-transform:uppercase;
}
#topMenuMiddlePan ul li.contact a:hover {
  background:#fff;
  color:#ed1b2e;
  text-decoration:none;
}

#topMenuRightPan {
  width:70px;
  height:26px;
  float:left;
  background: url(/assets/menu-rightbg-cd83bccddd4e7b7ecdb1ffe54cf4e8d1.gif) 0 0 no-repeat;
  color:#fff;
}
/*----/TOP PANEL----*/
/*----BODY PANEL----*/
#bodyPan {
  width:800px;
  position:relative;
  padding:0;
  background: #FFF no-repeat bottom;
  margin: 0 auto;
  height: auto;
}

/*----BODY LEFT PANEL----*/
#bodyLeftPan {
  width:740px;
  float:left;
  padding: 10px 30px 75px;
  background-image: url(/assets/courbe-bg-e8f1105baf0f1af190920c56552e6445.gif);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #FFF;
  margin: 0;
  height: auto;
}
#bodyLeftPan h1 {
  height:30px;
  color:#CC0926;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
}
#bodyLeftPan h2 {
  height:auto;
  color:#000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
}
#bodyLeftPan h3 {
  height:auto;
  color:#000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 25px;
}
#bodyLeftPan p {
  padding-right: 0;
  padding-top: 0;
  line-height: 18px;
  margin-right: 75px;
  margin-bottom: 7px;
}
#bodyLeftPan p span {
  background:#fff;
  color:#CC0926;
  font-weight:normal;
  padding: 0 0 0 0;
}

#bodyLeftPan ul {
}
#bodyLeftPan ul li {
  /*    text-indent: -20px;*/
  line-height: 24px;
  margin-left: 20px;
  margin-bottom: 0;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
}
#bodyLeftPan ul li a {
  width:600px;
}

#bodyLeftPan p.more {
  background:#F3F3F3;
  color:#003D5C;
  width:610px;
  height:11px;
  margin:25px 0;
  padding:0;
  line-height:11px;
  font-size:11px;
}
#bodyLeftPan p.more a {
  display:block;
  width:44px;
  height:11px;
  background:#fff;
  color:#003D5C;
  text-decoration:none;
  margin:0 0 0 246px;
  line-height:11px;
  text-align:center;
  padding:0;
  text-transform:uppercase;
}
#bodyLeftPan p.more a:hover {
  display:block;
  width:44px;
  height:11px;
  background:#E0DEDE;
  color:#003D5C;
  text-decoration:none;
}

#bodyLeftNextPan {
  width:410px;
  clear:both;
  padding:10px 0 0;
}
#bodyLeftPan p.next {
  background:#F3F3F3;
  color:#003D5C;
  width:410px;
  height:11px;
  padding:0;
  line-height:11px;
  font-size:11px;
  clear:both;
}
#bodyLeftPan p.next a {
  display:block;
  width:44px;
  height:11px;
  background:#fff;
  color:#003D5C;
  text-decoration:none;
  margin:0 0 0 246px;
  line-height:11px;
  text-align:center;
  padding:0;
  text-transform:uppercase;
}
#bodyLeftPan p.next a:hover {
  display:block;
  width:44px;
  height:11px;
  background:#E0DEDE;
  color:#003D5C;
  text-decoration:none;
}

#bookcatagories {
  width:410px;
  position:relative;
  margin:0 auto;
  padding:5px 0 0;
}
#namePan {
  width:156px;
  float:left;
  background: url(/assets/name-dot-c7ac2c74b416cc5c03ba2eded990a73c.gif) 100% 85% no-repeat #fff;
  color:#4F4F4F;
  font-size:14px;
  text-transform:uppercase;
}
#nameonePan {
  width:156px;
  float:left;
}
#nameonePan ul {
  width:156px;
}
#nameonePan ul li {
  width:140px;
  height:20px;
  background: url(/assets/arrow-e482fcfecf72d83e494d5026a660352b.gif) 0 6px no-repeat #fff;
  color:#03537D;
  padding:0 0 0 10px;
}

.memberZone {
  color:#000;
  font-size:14px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  background: #ccc;
  padding: 6px;
  margin: 12px 12px 0;
}
.memberZone h1 {
  font-size:13px;
  text-align: center;
  vertical-align: middle;
  height: 10px;
}
.memberZone p {
  color:#999;
  font-size:12px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  background: #fff;
  padding: 0 5px 0 5px;
  margin: 10px 10px 10px 10px;
}
#priceonePan {
  width:143px;
  float:left;
}
#priceonePan ul {
  width:143px;
}
#priceonePan ul li {
  width:133px;
  height:20px;
  background:url(/assets/price-border-fd626ce898de97ced775ab86c70e02bd.gif) 100% 50% no-repeat #fff;
  color:#00111A;
  line-height:20px;
  font-size:12px;
  font-weight:bold;
  padding:0 0 0 10px;
}

#discountPan {
  width:50px;
  position: relative;
  float: left;
  background-image: url(/assets/Logo-BNQ-9c45024bc13bd75f0353a8188e82f76b.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 50px;
}
#discountonePan {
  width:110px;
  float:left;
}
#discountonePan ul {
  width:110px;
}
#discountonePan ul li {
  width:100px;

  height:20px;
  background:url(/assets/dicount-border-025f3ff0747f45f9f3c0460924fe2d78.gif) 100% 50% no-repeat #fff;
  color:#00111A;
  font-size:12px;
  font-weight:bold;
  padding:0 0 0 10px;
}

/*----/BODY LEFT PANEL----*/
/*----BODY RIGHT PANEL----*/
#bodyRightPan {
  width:375px;
  float:left;
  color:#000;
  padding: 12px 0 24px 24px;
  height: auto;
}
/*----/BODY RIGHT PANEL----*/
/*----/BODY PANEL----*/
/*----MENU PANEL----*/
#en-tete {
  overflow:hidden;
  background:#fff url(/assets/fond-76e736ac2ea837b5dec6a47eb7a28a37.png) bottom repeat-x;
  width: 752px;
  height: 35px;
  margin: 0 12px;
  padding: 0 12px;
}
#en-tete ul {
  float:left;
  padding:0;
  list-style:none;
  margin-top: 9px;
  margin-right: 16px;
  margin-bottom: 0;
  margin-left: 0;
}
#en-tete li {float:left; margin-left: 3px}
#en-tete ul {
  font: 12px/16px Arial,Helvetica,sans-serif;
}
#en-tete a, #actif {
  float:left;
  text-decoration:none;
  letter-spacing:1px;
  padding-left:7px;
  background: url(/assets/coin-gauche-a04e09df2a2e94bab6523df194b6eae2.png) 0 -250px no-repeat
}
#en-tete span, #actif span {float:left; padding:6px 10px 3px 0; background: url(/assets/coin-droit-13115a856eb68a65babb937793243ef1.png) 100% -250px no-repeat; color:#fff}
#actif {background-position:0 0}
#actif span {background-position:100% 0; color:#333}
#en-tete a:hover, #en-tete a:focus {background-position:0 -500px}
#en-tete a:hover span, #en-tete a:focus span {background-position:100% -500px}
#en-tete a.active {background-position:0 -500px}
#en-tete a.active span {background-position:100% -500px}
/*----/MENU PANEL----*/
/*----FOOTER PANEL----*/
#footermainPan {
  height:158px;
  color:#010101;
  clear:both;
  background-image: url(/assets/footerbg-35bf5220b55393f17afc35c1f7b66913.gif);
  margin: 0;
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

#footerPan {
  width:800px;
  position:relative;
  margin:0 auto;
  font-family:"Trebuchet MS",Arial, Helvetica, sans-serif
}

#footerPan ul {
  width:800px;
  position:relative;
  margin:0 auto;
}
#footerPan li {
  float:left;
}
#footerPan ul li a {
  padding:0 10px 0;
  color:#010101;
  background:#F3F3F3;
  text-decoration:none;
}
#footerPan ul li a:hover {
  text-decoration:underline;
}

#footerPan p.copyright {
  width:800px;
  background:#F3F3F3;
  color:#04496D;
  position:absolute;
  top:23px;
  left:0;
  font-size:12px;
  padding-left: 10px;
}

#footerPan ul.templateworld {
  width:800px;
  background:#F3F3F3;
  color:#444;
  display:block;
  position:absolute;
  top:40px;
  left:0;
  font-size:10px;
}
#footerPan ul.templateworld li {
  height:20px;
}
#footerPan ul.templateworld li a {
  background:#F3F3F3;
  display:block;
  color:#444;
  text-decoration:none;
}
#footerPan ul.templateworld li a:hover {
  text-decoration:underline;
}

#footerPanhtml {
  width:60px;
  height:13px;
  display:block;
  position:absolute;
  top:26px;
  left:260px;
}
#footerPanhtml a {
  width:48px;
  height:11px;
  display:block;
  background:url(/assets/blue-arrow-b6a0cd7afdd1df64d8637f86d25c0bac.gif) 85% 60% no-repeat #fff;
  color:#4F4F4F;
  border:1px solid #DEDEDE;
  line-height:11px;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  padding:1px 0 0 10px;
}
#footerPanhtml a:hover {
  background:url(/assets/gray-arrow-58174f36c4675f9952d262a145388515.gif) 85% 60% no-repeat #fff;
  color:#4F4F4F;
}

#footerPancss {
  width:50px;
  height:13px;
  display:block;
  position:absolute;
  top:26px;
  left:320px;
}
#footerPancss a {
  width:40px;
  height:11px;
  display:block;
  background:url(/assets/blue-arrow-b6a0cd7afdd1df64d8637f86d25c0bac.gif) 35px 3px no-repeat #fff;
  color:#4F4F4F;
  border:1px solid #DEDEDE;
  line-height:11px;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  padding:1px 0 0 10px;
  text-transform:uppercase;
}
#footerPancss a:hover {
  background:url(/assets/gray-arrow-58174f36c4675f9952d262a145388515.gif) 35px 3px no-repeat #fff;
  color:#4F4F4F;
}
.rouge {
  font-weight: bold;
  color: #CC0926;
}
.photo {
  margin-left: 25px;
  text-align: right;
  margin-bottom: 25px;
}

#t_wel {
  BACKGROUND: url(/assets/titre/t_wel-ccd24677b3ae15d151f836cff54a774d.gif) no-repeat;
  WIDTH: 65px;
  HEIGHT: 22px;
  margin-left: 0;
  position: relative;
}

#bodyPan #bodyLeftPan ul, #bodyPan #bodyLeftPan li {
  list-style: url(/assets/arrow-ef26f64125df7e2a5f97415281a1da32.png) outside;
  font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  margin: 0 0 0 10px;
  padding: 3px 0 0 0;
  COLOR: #666666;
  font-variant: small-caps;
  padding-left: 15px;
}


table.carttable {
  border-width: 1px;
  border-spacing: 2px;
  border-style: dotted;
  border-collapse: collapse;
}

table.carttable td.left {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  border-width: 1px;
  padding: 5px;
  border-style: dotted dotted none none;
  border-color: gray;
  text-align: right;
}

table.carttable td.middle {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  border-width: 1px;
  padding: 5px;
  border-style: dotted dotted none none;
  border-color: gray;
  text-align: center;
}

table.carttable td.right {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  border-width: 1px;
  padding: 5px;
  border-style: dotted none none none;
  border-color: gray;
  text-align: center;
}

table.carttable th.left {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  border-width: 1px;
  padding: 5px;
  border-style: none dotted none none;
  border-color: gray;
  text-align: center;
}

table.carttable th.middle {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  border-width: 1px;
  padding: 5px;
  border-style: none dotted none none;
  border-color: gray;
  text-align: center;
}

table.carttable th.right {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  border-width: 1px;
  padding: 5px;
  border-style: none none none none;
  border-color: gray;
  text-align: center;
}

table.carttable.view td {
  font-size: 12px;
  padding: 5px;
}

.notice {
  font-variant: small-caps;
  font-weight: bold;
}

p.bold_underline {
  font-weight: bold;
  text-decoration: underline;
}

.products {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: normal;
  font-weight: normal;
}

.shoppingCart {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}

#products {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  font-weight: bold;
  background-color: #CB0A20;
  border: thin solid #000;
  vertical-align: middle;
  height: 30px;
  width: 200px;
  margin: 0;
  padding: 0;
}

#shopping_cart {
  border-top-width: thin;
  border-bottom-width: thin;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: #666;
  border-bottom-color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  text-transform: none;
  font-weight: normal;
}

#OrderItems {
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #666;
}

#BillingAddress {
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #666;
  border-right-width: thin;
  border-right-style: solid;
  border-right-color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  text-transform: none;
  font-weight: normal;
  vertical-align: bottom;
  text-align: left;
  width: 100%;
}

#ShippingAddress {
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  text-transform: none;
  font-weight: normal;
  vertical-align: bottom;
  text-align: left;
  width: 100%;
}

#payment_mode label {
  vertical-align: top;
}

#lang_block {
  float: right;
  color: black;
  font-size: 15px;
  margin-top: 15px;
}

#lang_block #logout-link{
  border-right: 1px solid black;
  padding-right: 5px;
  margin-right: 8px;
  margin-top: 4px;
}

#lang_block img{
  float: left;
}

#lang_block a{
  position: relative;
  z-index: 2;
  float: left;
  background:#fff;
  color:#000000;
  font: 14px "Trebuchet MS",Arial, Helvetica, sans-serif;
  text-decoration:none;
  font-weight:bold;
}

#lang_block a:hover{
  background:#fff;
  color:#ed1b2e;
  text-decoration:none;
}

#top_message {
  z-index: 999999;
  position: absolute;
  left: 250px;
  top: 70px;
  color: black;
}

.sortable_table { width:100%; clear:both; }
.hide {display: none;}
