/*************************************************************************************/
/*  GENERAL DEFINITIONS                                                              */
/*************************************************************************************/
/* Headlines */
h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: normal;
}

h1 {
  margin: 0px 0px 30px 0px;
  font-size: 1.6em;
  line-height: 1.2em;
  font-family: 'Droid Serif Italic', Arial, Helvetica, sans-serif;
}

h1.intro_title {
  margin: 0px 0px 0px 0px;
  font-size: 1.6em;
  line-height: 1.5em;
  font-family: 'Droid Sans Bold', Arial, Helvetica, sans-serif;
}

h1.intro_title span {
  display: block;
  margin: 0px 0px 30px 0px;
  font-size: 0.8em;
  line-height: 1.2em;
  font-family: 'Droid Serif Italic', Arial, Helvetica, sans-serif;
}

h2 {
  margin: 0px 0px 16px 0px;
  font-size: 1.5em;
  line-height: 1.2em;
  font-family: 'Droid Sans Bold', Arial, Helvetica, sans-serif;
}

h4 {
  margin: 0px 0px 0px 0px;
  font-size: 1.1em;
  line-height: 1.2em;
  font-family: 'Droid Sans Bold', Arial, Helvetica, sans-serif;
}

h3 {
  margin: 0px 0px 16px 0px;
  font-size: 1.4em;
  line-height: 1.0em;
  font-family: 'Gordita Medium','Droid Sans Bold', Arial, Helvetica, sans-serif;
}

h3.acc_header {
  font-size: 1.1em;
}

h5 {
  margin: 0px 0px 0px 0px;
  font-size: 1.3em;
  line-height: 1.2em;
  font-family: 'Gordita Regular', Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

h6 {
  margin: 0px 0px 16px 0px;
  font-size: 1.0em;
  line-height: 1.2em;
  font-family: 'Gordita Regular', Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

/* Tag-Cleaning */
img,a img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px none transparent;
}

ul,ol {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

ul li,ol li {
  list-style: none;
}

table {
  width: 100%;
  border: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-collapse: collapse;
}

table,tr,td {
  vertical-align: top;
  font-size: 1.0em;
  border: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/* Paragraphs */
p {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 16px 0px;
  line-height: 1.2em;
}

p.tileinfo {
  font-size: .8em;
  font-weight: normal;
}

p.notice {
  padding: 0px 0px 0px 0px;
  margin: 16px 0px 16px 0px;
  font-size: 0.9em;
}

/* Scroll */
.scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
}

/*************************************************************************************/
/*  CONTENT SPLITTER DIVIDER                                                         */
/*************************************************************************************/
/* 2-Columns */
.box_2col {
  
}

.box_2col_left {
  float: left;
  margin: 0;
  padding: 0;
}

.box_2col_right {
  float: right;
  margin: 0;
  padding: 0;
}

/* 3-columns */
.box_3col {
  width: 625px;
}

.box_3col_left {
  float: left;
  width: 190px;
  margin: 0px 23px 0px 0px;
}

.box_3col_center {
  float: left;
  width: 190px;
  margin: 0px 22px 0px 0px;
}

.box_3col_right {
  float: left;
  width: 190px;
}

/* 3-columns-productlist */
.box_3col.product_list {
  width: 645px;
}

.box_3col.product_list .box_3col_left {
  float: left;
  width: 200px;
  margin: 0px 23px 0px 0px;
}

.box_3col.product_list .box_3col_center {
  float: left;
  width: 200px;
  margin: 0px 22px 0px 0px;
}

.box_3col.product_list .box_3col_right {
  float: left;
  width: 200px;
}

/* Proportions */
.split_33_66 {
  
}

.box_2col.box_625 {
  width: 625px;
}

.box_2col.box_625 .box_2col_left {
  width: 300px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.box_2col.box_625 .box_2col_right {
  width: 300px;
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.box_2col.split_33_66 {
  width: 625px;
}

.box_2col.split_33_66 .box_2col_left {
  width: 175px;
}

.box_2col.split_33_66 .box_2col_right {
  width: 430px;
}

.formRecommendation .box_2col {
  width: 500px;
}

.formRecommendation .box_2col_left {
  width: 240px;
}

.formRecommendation .box_2col_right {
  width: 240px;
}

/*************************************************************************************/
/*  FORMS                                                                            */
/*************************************************************************************/
/* Form, Input, Textarea, Select */
form {
  margin: 20px 0px 20px 0px;
}

form.product_quantity {
  margin: 0px 0px 0px 0px;
}

.radio_label {
  margin-right: 20px;
  display: inline-block;
}

input {
  border: 0 none transparent;
  vertical-align: top;
  padding: 1px 10px 1px 10px;
  margin: 0px 20px 0px 0px;
}

input[type=text] {
  border: 1px solid #ffffff;
  background: url(../images/bg_form_input.png) top left no-repeat;
  height: 21px;
  font-family: 'Gordita Regular', Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

input[type=password] {
  border: 1px solid #ffffff;
  background: url(../images/bg_form_input.png) top left no-repeat;
  height: 21px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

input[type=submit] {
  margin: 0px 0px 0px 0px;
  padding: 2px 5px 3px 5px;
  border: 0px none transparent;
}

textarea {
  vertical-align: top;
  padding: 5px 10px 5px 10px;
  border: 1px solid #ffffff;
  background: url(../images/bg_form_input.png) top left no-repeat;
  font-family: 'Droid Sans Regular', Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

.content_left input {
  border: 0 none transparent;
  vertical-align: top;
  margin: 0px 0px 20px 0px;
}

.content_left select {
  padding: 4px 4px 4px 10px;
  margin: 0px 0px 20px 0px;
  height: 25px;
  width: 300px;
  background: url(../images/bg_form_input_content.png) top left no-repeat;
  border: 1px solid #818283;
  font-family: 'Droid Sans Regular', Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

.content_left select option {
  margin-bottom: 4px;
}

.content_left input[type=text] {
  padding: 1px 10px 1px 10px;
  width: 278px;
  background: url(../images/bg_form_input_content.png) top left no-repeat;
  border: 1px solid #818283;
  height: 21px;
  font-family: 'Droid Sans Regular', Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

.content_left input[type=password] {
  padding: 1px 10px 1px 10px;
  width: 278px;
  background: url(../images/bg_form_input_content.png) top left no-repeat;
  border: 1px solid #818283;
  height: 21px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

.content_left input[type=button],.content_left input[type=submit] {
  padding: 0px 10px 1px 10px;
  height: 25px;
}

.content_left input[type=radio] {
  margin: 0px 5px 20px 0px;
}

.content_left textarea {
  border: 1px solid #818283;
  background: url(../images/bg_form_input_content.png) top left no-repeat;
  font-family: 'Droid Sans Regular', Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

.content_right form {
  margin: 0;
}

#callbackForm input[type="text"] {
  margin-bottom: 12px;
  width: 153px;
}

/*************************************************************************************/
/*  LINKS + BUTTONS                                                                  */
/*************************************************************************************/
a {
  text-decoration: none;
  cursor: pointer;
  background: none;
  padding: 0px 0px 0px 0px;
}

a:hover {
  text-decoration: underline;
}

a.underline {
  text-decoration: underline;
  cursor: pointer;
}

a.underline:hover {
  text-decoration: underline;
}

a.button,.button {
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  overflow: hidden;
  border: 2px solid transparent;
  font-family: 'Gordita Regular', Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background: #52ad41;
}

a.button:hover,.button:hover {
  text-decoration: none;
  color: #52ad41;
  background: #fff;
  cursor: pointer;
}

#footer a.underline {
  text-decoration: underline;
  cursor: pointer;
}

#footer a.underline:hover {
  text-decoration: none;
}

.box_white a:hover,.box_login a:hover,.box_logout a:hover,.popup_box a:hover {
  color: #52ad41;
}

/*
.content_left a[target="_blank"] {
  display: inline-block;
  background: url(../images/icon_link_extern_no.png) no-repeat right 4px;
  padding: 0px 15px 0px 0px;
  margin-right: 10px;
}
*/

.content_left a[target="_blank"]:hover {
  background: url(../images/icon_link_extern_act.png) no-repeat right 4px;
}

.content_left a.edit {
  background: url(../images/icon_edit_no.png) no-repeat left 1px;
  padding-left: 28px;
}

.content_left a.edit:hover {
  background: url(../images/icon_edit_act.png) no-repeat left 1px;
  padding-left: 28px;
}

.content_right a.bullet {
  display: inline-block;
  background: url(../images/bullet_link_darkgrey.png) no-repeat left 3px;
  padding-left: 12px;
}

.content_right a.bullet:hover {
  color: #2b2b2b;
}

.content_right a.download {
  text-decoration: underline;
  display: block;
  background: url(../images/bullet_link_darkgrey.png) no-repeat left 3px;
  padding-left: 12px;
}

.content_right a.download:hover {
  text-decoration: none;
}

/* Buttonstyled Links + Buttons */
.content_right a.button {
  font-size: 1.1em;
  padding: 4px 0;
  width: 171px;
  text-align: center;
}

.content_right input.button {
  font-size: 1.1em;
  padding: 5px 10px;
  width: 175px;
  text-align: center;
  border: 2px solid #d9eeeb;
  margin-bottom: 0;
}

.content_left .button {
  font-size: 1.0em;
}

.content_right .box_green .button {
  border: 2px solid #d9eeec;
}

.content_right .box_green .button:hover {
  border: 2px solid #ffffff;
}

.content_right .box_orange .button {
  border: 2px solid #f3e9e1;
}

.content_right .box_orange .button:hover {
  border: 2px solid #ffffff;
}

.popup_box .button {
  border: 2px solid #f4f3f1;
}

.popup_box .button:hover {
  border: 2px solid #ffffff;
}

/*************************************************************************************/
/*  CONTENT BOXES, ELEMENTS                                                          */
/*************************************************************************************/
/* Headerbox: Text with Image */
.header_box {
  width: 940px;
  height: 255px;
  padding: 10px;
  background: url(../images/bg_headerbox.png) no-repeat;
  overflow: hidden;
}

.header_box_text {
  width: 623px;
  float: left;
  padding: 50px 50px 90px 50px;
}

.header_box_text h2 {
  
}

.header_box_text p {
  
}

.header_box_image {
  width: 215px;
  height: 215px;
  margin-left: 2px;
  float: left;
}

.header_box_image img {
  width: 215px;
  height: 215px;
  border: 0px none transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}

/* News Area & Items */
.news_container {
  
}

.news_container h2 {
  font-family: 'Gordita Regular', Arial, Helvetica, sans-serif;
  margin: 40px 0 35px 0;
}

.news-item {
  border-top: 1px solid #e8e7e2;
  padding: 40px 0 10px 0;
}

.news-content {
  
}

.news-image {
  float: left;
  width: 210px;
  margin-bottom: 20px;
}

.news-image img {
  box-shadow: 0 0 4px #ababab;
}

.news-text a {
  text-decoration: underline;
}

/* Teaser Box */
.teaser_box {
  border: 10px solid #fff;
  background: #fff url(../images/teaser_box_bg.png) repeat-y;
}

.teaser_box  .col {
  float: left;
  width: 280px;
  padding: 10px;
}

.teaser_box  .col p {
 font-family: 'Gordita Regular'
 
 }

.teaser_box  .col-1 {
  background-image: url(../images/teaser_box/books.jpg);
  height: 280px;
}

.teaser_box  .col-1 img {
  box-shadow: 0 0 3px #73949f;
  display: block;
  margin: 0 auto;
}

.teaser_box  .col-2 {
  margin: 0 10px;
  height: 280px;
  background-image: url(../images/teaser_box/register_back.jpg);
}

.teaser_box  .col-2 a.button {
  margin: 54px auto 0 auto;
  width: 158px;
  display: block;
}

.teaser_box  .col-3 {
  
}

.teaser_box  .col-3 form {
  margin: 0 auto;
  width: 180px;
}

.teaser_box  .col-3 form input {
  margin-bottom: 5px;
  width: 160px;
}

.teaser_box  .col-3 small {
  display: block;
  text-align: center;
}

.teaser_box  .col-3 small a {
  color: #F1FFFF;
  font-size: 10px;
  text-decoration: underline;
}

.teaser_box .col-3 .button {
  height: 30px;
}

.teaser_box  .col .button {
  margin-top: 10px;
  width: 182px;
  border: 2px solid #d9eeeb;
  text-align: center;
}

.teaser_box .box_header_headline {
  float: left;
  height: 17px;
  margin-left: 2px;
  overflow: hidden;
  padding: 4px 5px;
  width: 215px;
}

.teaser_box h3 {
  margin: 28px 0 15px 0;
}

.teaser_box  .box_header.red .box_header_headline {
  background: #762637;
}

.teaser_box .box_header.green .box_header_headline {
  background: #52ad41;
}

.teaser_box .box_header_picto {
  float: left;
  height: 25px;
  overflow: hidden;
  width: 25px;
}

.teaser_box  .box_header {
  padding-bottom: 0px;
  width: 90%;
}

.teaser_box  .box_header.red {
  background: url(../images/bg_box_header_red.png) no-repeat;
}

.teaser_box  .box_header.green {
	background-color:#fff;
}

/* Boxes Left  */
.box_white {
  background: #ffffff;
  padding: 40px 40px 40px 40px;
}

.box_gradient {
  background: url(../images/bg_gradient.png) repeat-x #ffffff;
  border: 10px solid #ffffff;
  padding: 20px 20px 20px 20px;
}

/* Boxes Right General */
.box_right {
  border: 10px solid #ffffff;
  margin: 0px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
}

.box_right_header {
  width: 175px;
  height: 25px;
  margin: 0px 0px 10px 0px;
}

.box_right_header_picto {
	 background-color:#fff;
  float: left;
  width: 25px;
  height: 25px;
  overflow: hidden;
}

.box_right_header_headline {
  float: left;
  width: 138px;
  height: 17px;
  padding: 4px 5px 4px 5px;
  margin-left: 2px;
  overflow: hidden;
  background-color:#52ad41;
}

.box_right_content {
  
}

/* Box green */
.box_green {
  background: #b3ddd8;
}

.box_green .box_right_header {
  background: url(../images/bg_box_right_header_green.png) no-repeat;
}

/* Box orange */
.box_orange {
  background: #A8E29C;
}

.box_orange .box_right_header {
 /* background: url(../images/bg_box_right_header_orange.png) no-repeat;*/
}

.box_recall-service {
  background: url(../images/rightside_images/contact.jpg) no-repeat
    top left #fff;
  padding: 175px 10px 10px 10px;
}

.box_recall-service .box_right_header {
  position: absolute;
  margin: -165px 0px 0px 0px;
  background-color:#fff;
 /* background: url(../images/bg_box_right_header_green.png) no-repeat;*/
}

.box_recall-service p {
  margin-top: 6px;
}

/* Box Advertising */
.box_advertising {
  padding: 18px 0;
  background: #fff url(../images/icon_advertising.png) no-repeat;
  overflow: hidden;
text-align: center;
}

td.label {
  text-align: left;
}

td.value {
  font-weight: bold;
  text-align: right;
}

tr.result td.label,tr.result  td.value {
  border-top: 1px solid #2b2b2b;
}

.infobox {
  font-size: 0.9em;
  width: 135px;
  padding: 20px 20px 30px 20px;
  background: url(../images/bg_infobox.png) no-repeat bottom left #e8e7e2;
}

.infobox.shipping {
  
}

.infobox.shipping .infobox_header {
  margin: 0px 0px 10px 0px;
  background:
    url(../images/product_detail/infoboxes_left/infobox_shipping.png)
    no-repeat right top;
}

td.table_head_article {
  background: #e8e7e2;
  height: 30px;
  width: 429px;
  border-right: 2px solid #ffffff;
  overflow: hidden;
}

/* Accordion */
.accordion {
  
}

.accordion .element {
  
}

.accordion .element .letter {
  cursor: pointer;
  font-family: 'Droid Sans Bold', Arial, Helvetica, sans-serif;
  margin-bottom: 3px;
  background: url(../images/arrow_down.png) 590px center no-repeat #e8e7e2;
  padding: 10px 20px 10px 20px;
}

.accordion .element .elementContent {
  background: #e8e7e2;
  padding: 20px 20px 20px 20px;
}

.accordion .element.active {
  
}

.accordion .element.active .letter {
  color: #52ad41;
  margin-bottom: 0px;
  background: url(../images/arrow_up.png) 590px center no-repeat #ffffff;
  padding: 10px 20px 10px 20px;
}

.accordion .element.active .elementContent {
  margin-bottom: 10px;
  padding: 20px 20px 20px 0px;
}

.accordion .element.active .author .name {
  cursor: pointer;
  height: 20px;
  background: url(../images/bullet_list.png) no-repeat left center;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 20px;
}

.accordion .element.active .author .name span {
  font-family: 'Droid Sans Regular', Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

.accordion .element.active .author .name span:hover {
  text-decoration: none;
}

.accordion .element.active .author .elementContent {
  padding: 10px 0px 0px 20px;
}

.accordion .element.active .author.active .name {
  height: 20px;
  background: url(../images/bullet_list.png) no-repeat left center;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 20px;
}

.accordion .element.active .author.active .name span {
  font-family: 'Droid Sans Regular', Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: block;
  color: #52ad41;
  margin-bottom: 0px;
  background: url(../images/arrow_up.png) 570px center no-repeat;
}

.accordion .element.active .author.active .name span:hover {
  text-decoration: none;
}

.accordion .element.active .author .elementContent .box_2col {
  width: 585px;
}

.accordion .element.active .author .elementContent .box_2col .box_2col_left
  {
  width: 280px;
  margin-right: 25px;
}

.accordion .element.active .author .elementContent .box_2col .box_2col_right
  {
  width: 280px;
}

.accordion .element.active .author .elementContent .product_title_small
  {
  height: auto;
}

.accordion .element.active .author .elementContent .pricebox {
  background: url(../images/bg_price_on_beige.png) no-repeat left top;
}

.accordion .element.active .author .elementContent .box_2col .product_box_small
  {
  width: 280px;
}

.accordion .element.active .author .elementContent .box_2col .product_box_small .product_box_small_left
  {
  width: 72px;
  float: left;
}

.accordion .element.active .author .elementContent .box_2col .product_box_small .product_box_small_right
  {
  width: 188px;
  float: left;
}

/*************************************************************************************/
/*  POPUPS                                                                           */
/*************************************************************************************/
/* Popups general */
.popup_box_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: url(../images/bg_black_45p.png);
  z-index: 120;
}

.popup_box {
  width: 663px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -331px;
}

.popup_box_top {
  width: 663px;
  height: 58px;
  background: url(../images/bg_popup_top.png) no-repeat top left;
}

.popup_box_top a.close_popup {
  margin: 25px 0px 0px 615px;
  position: absolute;
  display: block;
  width: 23px;
  height: 23px;
  overflow: hidden;
  background: url(../images/button_close_no.png) no-repeat;
}

.popup_box_top a.close_popup:hover {
  background: url(../images/button_close_act.png) no-repeat;
}

.popup_box_center {
  width: 500px;
  padding: 0px 100px 15px 63px;
  background: url(../images/bg_popup_center.png) repeat-y top left;
}

/*
.popup_box_center a {
  text-decoration: underline;
}
*/

.popup_box_bottom {
  width: 500px;
  padding: 0px 100px 0px 63px;
  height: 30px;
  overflow: hidden;
  background: url(../images/bg_popup_bottom.png) no-repeat bottom left;
}

.popup_content {
  background-color: #fff;
  padding: 38px 33px;
}


.popup_content a {
	color: #000;
}

/* Hide Popups until they are opened */
.popup_box_wrap.popup_recommendation {
  display: none;
}

.popup_box_wrap.popup_login {
  display: none;
}

.popup_box_wrap.popup_password {
  display: none;
}

/* Login Popup */
.formLogin {
  
}

.formLogin input.formMail {
  width: 160px;
}

.formLogin input.formPassword {
  width: 160px;
}

.formLogin input.formSubmit {
  
}

/* Login Simple Content Left */
.formLoginContent {
  
}

.formLoginContent input {
  margin-bottom: 0px;
}

.formLoginContent input.formMail {
  width: 220px;
  margin-right: 20px;
}

.formLoginContent input.formPassword {
  width: 220px;
  margin-right: 20px;
}

.formLoginContent input.formSubmit {
  
}

/* Login Extended Content Left */
.formLoginExtended {
  
}

/* Password Forgotten Popup */
.formPassword {
  
}

.formPassword input.formMail {
  width: 260px;
}

.formPassword input.formSubmit {
  
}

/* Password Forgotten Popup */
.formRecommendation {
  
}

.formRecommendation .formTextarea {
  width: 220px;
  height: 210px;
}

.formRecommendation input.formMail {
  width: 220px;
}

.formRecommendation input.formMailRecipient {
  width: 220px;
}

.formRecommendation input.formSubmit {
  
}

/*************************************************************************************/
/*  BUGFIXING IE9                                                                     */
/*************************************************************************************/
:root .searchbox_input .inputString {
  margin: 2px 6px\9;
}

/*************************************************************************************/
/*  DASHBOARD                                                        */
/*************************************************************************************/
/* Progress Bars */
#panels .progressbar_wrapper {
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 8px 10px 8px;
}

.progressbar {
  position: relative;
  border: 1px solid #797979;
  overflow: hidden;
  height: 13px;
  background: #b7b7b7; /* Old browsers */
  background: -moz-linear-gradient(top, #b7b7b7 0%, #dbdbdb 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7b7b7),
    color-stop(50%, #dbdbdb) ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b7b7b7 0%, #dbdbdb 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b7b7b7 0%, #dbdbdb 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b7b7b7 0%, #dbdbdb 50%);
  /* IE10+ */
  background: linear-gradient(top, #b7b7b7 0%, #dbdbdb 50%); /* W3C */
  filter: progid :     DXImageTransform.Microsoft.gradient (     
     startColorstr =  
      '#b7b7b7', endColorstr =     '#dbdbdb', GradientType =     0 );
  /* IE6-9 */
}

.indefinite span {
	width: 100%;
	background: url(../images/progress-indef.png);
}

.progressbar.red span {
  background: #f72006; /* Old browsers */
  background: -moz-linear-gradient(top, #f72006 0%, #a11402 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f72006),
    color-stop(100%, #a11402) ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f72006 0%, #a11402 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f72006 0%, #a11402 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f72006 0%, #a11402 100%);
  /* IE10+ */
  background: linear-gradient(top, #f72006 0%, #a11402 100%); /* W3C */
  filter: progid :     DXImageTransform.Microsoft.gradient (     
     startColorstr =  
      '#f72006', endColorstr =     '#a11402', GradientType =     0 );
  /* IE6-9 */
}

.progressbar.orange span {
  background: #ff6600; /* Old browsers */
  background: -moz-linear-gradient(top, #ff6600 0%, #da5900 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6600),
    color-stop(100%, #da5900) ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff6600 0%, #da5900 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff6600 0%, #da5900 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff6600 0%, #da5900 100%);
  /* IE10+ */
  background: linear-gradient(top, #ff6600 0%, #da5900 100%); /* W3C */
  filter: progid :     DXImageTransform.Microsoft.gradient (     
     startColorstr =  
      '#ff6600', endColorstr =     '#da5900', GradientType =     0 );
  /* IE6-9 */
}

.progressbar.yellow span {
  background: #ffee3b; /* Old browsers */
  background: -moz-linear-gradient(top, #ffee3b 0%, #d6c726 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffee3b),
    color-stop(100%, #d6c726) ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffee3b 0%, #d6c726 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffee3b 0%, #d6c726 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffee3b 0%, #d6c726 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffee3b 0%, #d6c726 100%); /* W3C */
  filter: progid :     DXImageTransform.Microsoft.gradient (     
     startColorstr =  
      '#ffee3b', endColorstr =     '#d6c726', GradientType =     0 );
  /* IE6-9 */
}

.progressbar.green span {
  background: #2cfb2c; /* Old browsers */
  background: -moz-linear-gradient(top, #2cfb2c 0%, #20b720 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2cfb2c),
    color-stop(100%, #20b720) ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2cfb2c 0%, #20b720 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2cfb2c 0%, #20b720 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2cfb2c 0%, #20b720 100%);
  /* IE10+ */
  background: linear-gradient(top, #2cfb2c 0%, #20b720 100%); /* W3C */
  filter: progid :     DXImageTransform.Microsoft.gradient (     
     startColorstr =  
      '#2cfb2c', endColorstr =     '#20b720', GradientType =     0 );
  /* IE6-9 */
}

.progressbar.progress-0 span {
  width: 0%;
}

.progressbar.progress-10 span {
  width: 10%;
}

.progressbar.progress-20 span {
  width: 20%;
}

.progressbar.progress-30 span {
  width: 30%;
}

.progressbar.progress-40 span {
  width: 40%;
}

.progressbar.progress-50 span {
  width: 50%;
}

.progressbar.progress-60 span {
  width: 60%;
}

.progressbar.progress-70 span {
  width: 70%;
}

.progressbar.progress-80 span {
  width: 80%;
}

.progressbar.progress-90 span {
  width: 90%;
}

.progressbar.progress-100 span {
  width: 100%;
}

.progressbar span {
  position: absolute;
  left: 0;
  top: 0;
  height: 13px;
  background-color: #fff;
  box-shadow: 0 0 5px #666;
}

#warenkorb {
  background: #9b9b9c url(../images/icon_cart_t.png) no-repeat;
  font-family: 'Droid Serif Italic', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  padding: 8px 10px 0 30px;
  margin-left: 5px;
  height: 22px;
  color: #fff;
}

#warenkorb:hover {
  background-color: #6a6a72;
}

#logout {
  background: #52ad41 url(../images/icon_logout_t.png) no-repeat;
  font-family: 'Gordita Regular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  padding: 8px 10px 0 30px;
  height: 22px;
  color: #fff;
}

#logout:hover {
  background-color: #389325;
  color: #52ad41;
}
	
/* General Dasboard Styling*/
#dashboard {
  padding-top: 10px;
}

#dashboard,#dashboard a {
  color: #50505a;
}

#dashboard .button {
  padding: 0;
  height: auto;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

#dashboard .button span {
  display: block;
  color: #fff;
  width: auto;
  padding: 5px 10px;
}

#dashboard .button.grey span {
  background: #8f9092;
}

#dashboard .button.grey:hover span {
  background: #6a6a72;
}

#dashboard .button.greydisabled span {
  color: #a9a9a9;
  background: #d3d3d3;
}

#dashboard .button.greynofunc span {
  color: #e6e6e6;
  background: #cccccd;
}


#dashboard .redinfo span {
  font-family: 'Droid Serif Italic', Arial, Helvetica, sans-serif;
  cursor: help;
  color: #ff4500;
  background: none;
}

#dashboard .button.green span {
  background: #52ad41;
}

#dashboard .button.green:hover span {
  color: #52ad41;
  background: #b3ddd8;
}

.button-bar {
	text-align: right;
}

.button-bar a {
    display: inline-block;
    margin-left: 10px;
}

.button-bar input, .button-bar button {
    margin-left: 10px;
}

#dashboard .button-bar {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#dashboard .button.br {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#dashboard .button.bl {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

#dashboard .main,#dashboard .servicebar {
  background: #fff;
  padding: 10px;
}

#dashboard .main {
  padding-bottom: 20px;
}

#dashboard .content_left {
  width: 610px;
  position: relative;
}

#dashboard .content_right {
  margin-left: 10px;
  width: 300px;
  position: relative;
}

#dashboard .servicebar .content_left {
  background: #f6f6f6;
  height: 140px;
}

/* Left Servicebar */
#dashboard .servicebar .content_left .header {
  width: 595px;
  margin: 12px 0 20px 15px;
}

#dashboard .servicebar .content_left .header .info_icon {
  cursor: help;
  top: 3px;
  right: 3px;
}

#dashboard .servicebar .content_left .header h1 {
  float: left;
  margin: 0;
}

#dashboard .servicebar .content_left .header .login-info {
  float: right;
  font-size: 10px;
  color: #92939c;
  margin-right: 50px;
  font-style: italic;
}

#dashboard .servicebar .content_left .header .login-info a {
  text-decoration: underline;
  color: #92939c;
}

#dashboard .servicebar .content_left .statistics {
  width: 385px;
  margin-left: 15px;
}

#dashboard .servicebar .content_left .statistics th {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  padding-bottom: 15px;
}

#dashboard .servicebar .content_left .statistics td {
  font-size: 40px;
}

.recallbox {
  background: url(../images/dashboard/recall-service.jpg);
  height: 140px;
  width: 300px;
  position: relative;
  font-size: .9em;
}

.servicebar .content_right {
    margin-left: 10px;
    height: 140px;
    overflow: hidden;
    float: right;
}

.recallbox .header {
  margin: 3px 0 0 3px;
  height: 35px;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
  width: 175px;
  background: url(../images/bg_box_right_header_green.png) no-repeat
}

.recallbox .header h3 {
  margin: 0;
  line-height: 25px;
}

.recallbox .header .icon {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 10px;
  background: url(../images/rightside_pictograms/phone.png) no-repeat center center;
}

/* Content Panels */
#panels .element {
  width: 298px;
  margin: 0 10px 10px 0;
  border: 1px solid #b4b4b4;
  height: 298px;
  float: left;
  box-shadow: 0 0 4px #b4b4b4;
}

#panels .element.revision {
  width: 608px;
  margin: 0 10px 10px 0;
  background: #eaeaea;
  border: 1px solid #b4b4b4;
  height: auto;
  float: left;
  box-shadow: 0 0 4px #b4b4b4;
}

#panels .revision.element p {
  margin: 0;
  font-size: 11px;
  color: #71727f;
  font-style: italic;
}

#panels .revision.element .header {
  width: 588px;
  margin: 0;
  padding: 10px 10px 0 10px;
}

#panels .revision.element .header .info_icon {
  cursor: help;
  top: 3px;
  right: 3px;
}

#panels .revision.element ul {
  margin: 10px;
}

#panels .revision.element ul li {
  background: #fff;
  position: relative;
  font-size: 11px;
  color: #71727f;
  font-family: 'Droid Sans Regular';
  border: 1px solid #b4b4b4;
  box-shadow: 0 0 5px #b4b4b4;
  overflow: hidden;
  margin-bottom: 1px;
  height: 55px;
  padding: 1px;
}

#panels .revision.element ul li.inactive
  {
  opacity: 0.4;
}

#panels .revision.element ul li.inactive .release
  {
  line-height: 55px;
}

#panels .revision.element ul li.inactive .release span
  {
  display: inline;
  margin-left: 20px;
}

#panels .revision.element ul li.inactive:hover
  {
  background: #fff;
}

#panels .revision.element ul li:hover {
  background: #fff;
}

#panels .revision.element ul div {
  float: left;
}

#panels .revision.element ul .icon {
  margin-right: 20px;
  height: 55px;
  width: 55px;
  overflow: hidden;
}

#panels .revision.element ul .description
  {
  width: 160px;
  margin-top: 12px;
}

#panels .revision.element ul .value {
  color: #50505a;
  display: block;
  margin-top: 5px;
}

#panels .revision.element ul .status {
  width: 160px;
  margin-top: 12px;
}

#panels .revision.element .button span {
  width: 160px;
  text-align: center;
}

#panels .revision.element .button {
  position: absolute;
  right: 15px;
  top: 15px;
}

#panels .element.sem {
}

#panels .element.gold {
  background: #f5e588; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f5e588 0%, #e3c76f 50%, #f6f1ab 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f5e588),
    color-stop(50%, #e3c76f), color-stop(100%, #f6f1ab) );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #f5e588 0%, #e3c76f 50%, #f6f1ab 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #f5e588 0%, #e3c76f 50%, #f6f1ab 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #f5e588 0%, #e3c76f 50%, #f6f1ab 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #f5e588 0%, #e3c76f 50%, #f6f1ab 100%);
  /* W3C */
  filter: progid :     DXImageTransform.Microsoft.gradient (     
     startColorstr =  
      '#f5e588', endColorstr =     '#f6f1ab', GradientType =     1 );
  /* IE6-9 fallback on horizontal gradient */
}

#panels .element .element-wrapper {
  border: 1px solid #fff;
  height: 294px;
  width: 294px;
  margin: 1px;
  position: relative;
}

#panels .element .element-wrapper.germany_map
  {
  background: url(../images/dashboard/germany_map.png) no-repeat
    center center
}

#panels .element.add-element {
  background: #f8f8f8; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f8f8f8 30%, #eaeaea 51%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%,
    color-stop(30%, #f8f8f8), color-stop(51%, #eaeaea) );
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #f8f8f8 30%, #eaeaea 51%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #f8f8f8 30%, #eaeaea 51%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #f8f8f8 30%, #eaeaea 51%);
  /* IE10+ */
  background: radial-gradient(center, ellipse cover, #f8f8f8 30%, #eaeaea 51%);
  /* W3C */
  filter: progid :     DXImageTransform.Microsoft.gradient (     
     startColorstr =  
      '#f8f8f8', endColorstr =     '#eaeaea', GradientType =     1 );
  /* IE6-9 fallback on horizontal gradient */
}

#panels .element.add-element .element-wrapper {
  background: url(../images/dashboard/add-element.png) no-repeat
    center 110px;
  text-align: center;
  color: #97979c;
}

#panels .element.add-element .element-wrapper h3 {
  font-size: 13px;
}

#panels .element.add-element .element-wrapper p
  {
  font-size: 11px;
}

#panels .element.add-element .element-wrapper a
  {
  padding-top: 185px;
  height: 109px;
  color: #97979c;
  display: block;
}

#panels .element.col-2 {
  margin-right: -10px;
}

#panels .element .header {
  margin: 10px 10px 10px 10px;
  position: relative;
  width: 274px;
}

#panels .element .header h3 {
  background: #52ad41;
  color: #fff;
  height: 24px;
  line-height: 24px;
  margin: 0;
  font-size: 13px;
  padding-left: 10px;
}

#panels .element .header .corner {

  bottom: -11px;
  left: 0;
  position: absolute;
}

#panels .element .header .info_icon {
  cursor: help;
  height: 24px;
  width: 24px;
  font-size: 16px;
  line-height: 25px;
}

#panels .element .content {
  margin: 0 10px 0 20px;
  height: 165px;
}

#panels .element .content dl {
  margin: 0;
  padding: 0;
}

#panels .element .content dl.data {
    margin: 0;
    padding: 5px 10px 0 0;
}

#panels .element .content dt {
  color: #71727f;
  font-size: 11px;
  margin: 0 0 3px 0;
  padding: 0;
  font-family: 'Droid Sans Regular';
}

#panels .element .content dd {
  color: #50505a;
  margin: 0 0 7px 0;
  padding: 0;
}

#panels .element .content dd.small {
  font-size: 10px;
  font-family: 'Gordita Medium';
}

#panels .element .content dd.normal {
  font-size: 10px;
}

#panels .element .content dd.big {
  font-size: 32px;
}

#panels .element .content .logo-box {
  float: right;
  margin-left: 5px;
  width: 61px;
}

#panels .element .content .logo-box dl {
  margin: 5px 0 0 5px;
}

#panels .element .progressbar_title {
  font-size: 11px;
  color: #71727f;
  margin: 0 10px 3px 10px;
}

#panels .element .progressbar_title span {
  color: #50505a;
}

#panels .selectable {
    cursor: pointer;  
}

#panels .selected {
    background: #ffa;    
}

#messageboard {
  width: 608px;
  margin-right: 0;
  height: auto;
}

#messageboard .button {
  right: 35px;
  top: 27px;
  position: absolute;
}

#messageboard .button span span {
  padding: 0;
}

#messageboard p {
  margin: 0;
  font-size: 11px;
  color: #71727f;
  font-style: italic;
}

#messageboard .header {
  width: 588px;
  margin: 0;
  padding: 10px 10px 0 10px;
}

#messageboard .header .info_icon {
  cursor: help;
  top: 3px;
  right: 3px;
}

#messageboard ul {
  margin: 10px;
}

#messageboard ul li {
  background: #fff;
  font-size: 11px;
  color: #71727f;
  font-family: 'Droid Sans Regular';
  border: 1px solid #b4b4b4;
  box-shadow: 0 0 5px #b4b4b4;
  overflow: hidden;
  margin-bottom: 1px;
  padding: 1px;
  line-height: 55px;
}

#messageboard ul li .entry-bar {
    height: 55px;
}

#messageboard ul li .entry-text {
    padding: 20px;
    line-height: 1.4em;
    display: none;
}

#messageboard ul li:hover {
  background: #f0f0f0;
}

#messageboard ul div {
  float: left;
}

#messageboard ul .icon {
  margin-right: 20px;
  height: 55px;
  width: 55px;
  overflow: hidden;
}

#messageboard ul .description {
  width: 350px;
}

#messageboard ul span {
  margin-left: 15px;
  color: #50505a;
}

#messageboard ul .status {
  width: 155px;
}

#messageboard li.active .icon {
  background: #dbdbdb url(../images/icon_new-message.png) center no-repeat;
}


#messageboard li.inactive .icon {
    background: #dbdbdb url(../images/icon_old-message.png) center no-repeat;
}

#messageboard ul li.inactive {
  opacity: 0.4;
}

#messageboard ul li.inactive .release {
  line-height: 55px;
}

#messageboard ul li.inactive .release span {
  display: inline;
  margin-left: 20px;
}

#messageboard ul li.inactive:hover {
  background: #fff;
}

#messageboard,#messageboard a {
    color: #50505a;
}


/* Disabled Orders */
#dashboard .main .content_left .pannels .disabled-orders.element {
  width: 608px;
  margin-right: 0;
  height: auto;
}

#dashboard .main .content_left .pannels .disabled-orders.element .button
  {
  right: 35px;
  top: 27px;
  position: absolute;
}

#dashboard .main .content_left .pannels .disabled-orders.element .button span span
  {
  padding: 0;
}

#dashboard .main .content_left .pannels .disabled-orders.element p {
  margin: 0;
  font-size: 11px;
  color: #71727f;
  font-style: italic;
}

#dashboard .main .content_left .pannels .disabled-orders.element .header
  {
  width: 588px;
  margin: 0;
  padding: 10px 10px 0 10px;
}

#dashboard .main .content_left .pannels .disabled-orders.element .header .info_icon {
  cursor: help;
  top: 3px;
  right: 3px;
}

#dashboard .main .content_left .pannels .disabled-orders.element ul {
  margin: 10px;
  display: none;
}

#dashboard .main .content_left .pannels .disabled-orders.element ul li {
  background: #fff;
  font-size: 11px;
  color: #71727f;
  font-family: 'Droid Sans Regular';
  border: 1px solid #b4b4b4;
  box-shadow: 0 0 5px #b4b4b4;
  overflow: hidden;
  margin-bottom: 1px;
  height: 55px;
  padding: 1px;
  line-height: 55px;
}

#dashboard .main .content_left .pannels .disabled-orders.element ul li:hover
  {
  background: #f0f0f0;
}

#dashboard .main .content_left .pannels .disabled-orders.element ul div
  {
  float: left;
}

#dashboard .main .content_left .pannels .disabled-orders.element ul .icon
  {
  margin-right: 20px;
  height: 55px;
  width: 55px;
  overflow: hidden;
}

#dashboard .main .content_left .pannels .disabled-orders.element ul .description
  {
  width: 350px;
}

#dashboard .main .content_left .pannels .disabled-orders.element ul span
  {
  margin-left: 15px;
  color: #50505a;
}

#dashboard .main .content_left .pannels .disabled-orders.element ul .status
  {
  width: 155px;
}

/* Revision */
#dashboard .main .content_left .pannels .revision.element {
  width: 608px;
  margin-right: 0;
  height: auto;
}

#dashboard .main .content_left .pannels .revision.element p {
  margin: 0;
  font-size: 11px;
  color: #71727f;
  font-style: italic;
}

#dashboard .main .content_left .pannels .revision.element .header {
  width: 588px;
  margin: 0;
  padding: 10px 10px 0 10px;
}

#dashboard .main .content_left .pannels .revision.element .header .info_icon {
  cursor: help;
  top: 3px;
  right: 3px;
}

#dashboard .main .content_left .pannels .revision.element ul {
  margin: 10px;
}

#dashboard .main .content_left .pannels .revision.element ul li {
  background: #fff;
  position: relative;
  font-size: 11px;
  color: #71727f;
  font-family: 'Droid Sans Regular';
  border: 1px solid #b4b4b4;
  box-shadow: 0 0 5px #b4b4b4;
  overflow: hidden;
  margin-bottom: 1px;
  height: 55px;
  padding: 1px;
}

#dashboard .main .content_left .pannels .revision.element ul li.inactive
  {
  opacity: 0.4;
}

#dashboard .main .content_left .pannels .revision.element ul li.inactive .release
  {
  line-height: 55px;
}

#dashboard .main .content_left .pannels .revision.element ul li.inactive .release span
  {
  display: inline;
  margin-left: 20px;
}

#dashboard .main .content_left .pannels .revision.element ul li.inactive:hover
  {
  background: #fff;
}

#dashboard .main .content_left .pannels .revision.element ul li:hover {
  background: #fff;
}

#dashboard .main .content_left .pannels .revision.element ul div {
  float: left;
}

#dashboard .main .content_left .pannels .revision.element ul .icon {
  margin-right: 20px;
  height: 55px;
  width: 55px;
  overflow: hidden;
}

#dashboard .main .content_left .pannels .revision.element ul .description
  {
  width: 160px;
  margin-top: 12px;
}

#dashboard .main .content_left .pannels .revision.element ul .value {
  color: #50505a;
  display: block;
  margin-top: 5px;
}

#dashboard .main .content_left .pannels .revision.element ul .status {
  width: 160px;
  margin-top: 12px;
}

#dashboard .main .content_left .pannels .revision.element .button span {
  width: 160px;
  text-align: center;
}

#dashboard .main .content_left .pannels .revision.element .button {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* Infobar */
#dashboard .main .infobar {
  background: #eaeaea;
  width: 100%;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  position: relative;
}

#dashboard .main .infobar h2 {
  font-size: 13px;
  margin: 0 0 0 10px;
  line-height: 30px;
  float: left;
}

#dashboard .main .infobar ul {
  overflow: hidden;
  float: right;
  margin-right: 30px;
}

#dashboard .main .infobar ul li {
  float: left;
  margin-right: 15px;
  padding-left: 13px;
}

#dashboard .main .infobar ul li span {
  color: #363636;
  font-size: 10px;
}

#dashboard .main .infobar ul li a {
  color: #363636;
  font-size: 10px;
}

#dashboard .main .infobar ul li.active a {
  font-family: 'droid Sans Bold'
}

#dashboard .infobar .sort_asc {
  background: url(../images/sort-asc-w.png) no-repeat 0px 14px;
}

#dashboard .infobar .sort_desc {
  background: url(../images/sort-desc-w.png) no-repeat 0px 14px;
}

.sort_desc {
    
}

.info_icon {
  background: #d8d8d8;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  cursor: help;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.balloon {
    cursor: help;
    background: #d8d8d8;
    font-size: 8px;
    text-align: center;
    line-height: 13px;
    color: #fff;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    right: 0;
    width: 12px;
    height: 12px;
}

.balloonplain {
}

.info_window {
  display: none;
  position: absolute;
  color: #505059;
  z-index: 400;
  right: -171px;
  top: 11px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 150px;
  padding: 10px;
  text-align: left;
  font: 11px 'Droid Serif Regular';
}

.info_window h4 {
  margin-bottom: 15px;
}

.info_window h5 {
  color: #505059;
  font: 12px 'Droid Sans Bold';
}

.info_window a {
  color: #505059;
  text-decoration: underline;
}

.info_window .corner {
  border-color: #fff transparent !important;
  z-index: 399;
  border-style: solid;
  border-width: 14px 0 0 13px !important;
  top: 1px !important;
  left: -13px !important;
  position: absolute;
}

#dashboard .main .content_right .tools {
  background: #f6f6f6;
}

#dashboard .main .content_right .tools li {
  border-bottom: 1px solid #fff;
}

#dashboard .main .content_right .tools li a {
  display: block;
  overflow: hidden;
}

#dashboard .main .content_right .tools li a .icon {
  width: 66px;
  height: 66px;
  background: #52ad41;
  float: left;
  background-position: center center;
  background-repeat: no-repeat
}

#dashboard .main .content_right .tools li.tool_publish-news a .icon {
  background-image: url(../images/dashboard/icon_news.png);
}

#dashboard .main .content_right .tools li.tool_anschrift a .icon {
  background-image: url(../images/dashboard/icon_adressbook.png);
}

#dashboard .main .content_right .tools li.tool_meinkonto a .icon {
  background-image: url(../images/dashboard/icon_konto.png);
}

#dashboard .main .content_right .tools li.tool_ a .icon {
  background-image: url(../images/dashboard/icon_.png);
}

#dashboard .main .content_right .tools li.tool_realtime-analyse a .icon
  {
  background-image: url(../images/dashboard/icon_analyse.png);
}

#dashboard .main .content_right .tools li.tool_coupon a .icon {
  background-image: url(../images/dashboard/icon_coupon.png);
}

#dashboard .main .content_right .tools li.tool_rage a .icon {
  background-image: url(../images/dashboard/icon_dokument.png);
}

#dashboard .main .content_right .tools li.tool_contactbox a .icon {
  background-image: url(../images/dashboard/icon_contact.png);
}

#dashboard .main .content_right .tools li.tool_website-analyse a .icon {
  background-image: url(../images/dashboard/icon_statistic.png);
}

#dashboard .main .content_right .tools li.tool_survey a .icon {
  background-image: url(../images/dashboard/icon_survey.png);
}

#dashboard .main .content_right .tools li.tool_customer-contact a .icon
  {
  background-image:
    url(../images/dashboard/icon_qrcode.png);
}

#dashboard .main .content_right .tools li.tool_golocal a .icon
  {
  background-image:
    url(../images/dashboard/icon_golocal.png);
}

#dashboard .main .content_right .tools li.tool_adressbook a .icon {
  background-image: url(../images/dashboard/icon_adressbook.png);
}

#dashboard .main .content_right .tools li.tool_calendar a .icon {
  background-image: url(../images/dashboard/icon_calendar.png);
}

#dashboard .main .content_right .tools li.tool_add a .icon {
  background-image: url(../images/dashboard/icon_add.png);
}

.content_right .advertising {
  overflow: hidden;
}

#dashboard .main .content_right .tools li.advertising .icon {
  width: 66px;
  height: 60px;
  float: left;
  background: #8f9092 url(../images/dashboard/icon_advertising.png)
    no-repeat center center;
}

#dashboard .main .content_right .tools li.advertising .content {
  background-image: url(../images/dashboard/icon_advertising.png);
  height: 60px;
  padding: 0;
  width: 234px;
  float: left;
  overflow: hidden;
}

#dashboard .main .content_right .tools li.advertising .content a {
  height: 60px;
  padding: 0;
  width: 234px;
  display: block;
}

#dashboard .main .content_right .tools li a .description {
  padding-left: 15px;
  height: 66px;
  float: left;
  width: 219px;
}

#dashboard .main .content_right .tools li a:hover .description {
  background: #e3e3e3;
}

#dashboard .main .content_right .tools li a .description p {
  font-size: 11px;
  margin-top: 14px;
}

#dashboard .main .content_right .tools li a .description p strong {
  font-weight: normal;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

.panel-selection {
  background-color: #fff;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  display: none;
  overflow: scroll;
  width: 320px;
  height: 640px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.panel-selection-button {
  font-family: 'Droid Serif Italic', Arial, Helvetica, sans-serif;
  background-color: #52ad41;
  color: #fff;
  border: 2px solid #fff;
  padding: 3px 5px;
  display: inline-block;
  width: 330px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-selection a.button {
	margin-right: 10px;
}

.panel-selection-button.closed {
  background: #52ad41 url(../images/sort-desc.png) no-repeat 320px center;	
}

.panel-selection-button.open {
  background: #52ad41 url(../images/sort-asc.png) no-repeat 320px center; 
}

.content_area .flex {
  overflow: auto;
}
