/* CSS Document */
#left{
  position: relative;
  float: left;
  width: 180px;
  height: 100%;
  
  font-size: 8px;
  padding: 0px;
  margin: 0px;
  text-align: right;
}

/* LEFT MENU WADOO DESIGNER */
.left_menu_container{
  position: relative;
  float: left;
  width: 178px;
  padding: 0px;
  margin: 0px;
}

/* START FIRST TOP BUTTON - NORMAL MODE */
.left_menu_index_button1{
  width: 178px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

.left_menu_index_button1_left{
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/top/menu_first_option_left.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.left_menu_index_button1_middle{
  position: relative;
  float: left;
  width: 163px;
  height: 22px;
  
  padding-left: 3px;
  padding-top: 8px;
  
  background-image: url(../images/left_menu/index/top/menu_first_option_middle.jpg);
  background-repeat: repeat-x;
  
  font-size: 11px;
  font-family: Verdana,regular;
  font-weight: bold;  
  text-decoration: none;
  text-align: left;
  
  color: #FFFFFF;
  cursor: pointer;
}

.left_menu_index_button1_right{
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/top/menu_first_option_right.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}
/* END FIRST TOP BUTTON - NORMAL MODE*/

/* START FIRST TOP BUTTON - SELECTED MODE */
.left_menu_index_button1_left_selected{
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/top/menu_first_option_left_selected.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.left_menu_index_button1_middle_selected{
  position: relative;
  float: left;
  width: 163px;
  height: 22px;
  
  padding-left: 3px;
  padding-top: 8px;
  
  background-image: url(../images/left_menu/index/top/menu_first_option_middle_selected.jpg);
  background-repeat: repeat-x;
  
  font-size: 11px;
  font-family: Verdana,regular;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  
  color: #FFFFFF;
  cursor: pointer;
}

.left_menu_index_button1_right_selected{
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/top/menu_first_option_right_selected.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}
/* END FIRST TOP BUTTON - SELECTED MODE*/

.left_menu_index_button2{
  width: 178px;
  height: 29px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

/* START MIDDLE BUTTON - NORMAL MODE */
.left_menu_index_button2_left{
  width: 3px;
  height: 29px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/middle/menu_second_option_left.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.left_menu_index_button2_middle{
  position: relative;
  float: left;
  width: 166px;
  height: 21px;
 
  padding-top: 8px;
  padding-left: 6px;
  
  background-image: url(../images/left_menu/index/middle/menu_second_option_middle.jpg);
  background-repeat: repeat-x;
  
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana,regular;
  text-decoration: none;
  text-align: left;
  
  color: #FFFFFF;
  cursor: pointer;
}

.left_menu_index_button2_right{
  width: 3px;
  height: 29px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/middle/menu_second_option_right.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}
/* END FIRST TOP BUTTON - NORMAL MODE */


/* START MIDDLE BUTTON - SELECTED MODE */
.left_menu_index_button2_left_selected{
  width: 3px;
  height: 29px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/middle/menu_second_option_left_selected.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.left_menu_index_button2_middle_selected{
  position: relative;
  float: left;
  width: 166px;
  height: 21px;
  
  padding-left: 6px;
  padding-top: 8px;
  
  background-image: url(../images/left_menu/index/middle/menu_second_option_middle_selected.jpg);
  background-repeat: repeat-x;
  
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana,regular;
  text-align: left;
  
  color: #FFFFFF;
  cursor: pointer;
}

.left_menu_index_button2_right_selected{
  width: 3px;
  height: 29px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/middle/menu_second_option_right_selected.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}
/* END MIDDLE BUTTON - SELECTED MODE */


.left_menu_index_button3{
  width: 178px;
  height: 30px;
  padding: 0px;
  margin: 0px;
}

/* START BOTTOM BUTTON - NORMAL MODE */
.left_menu_index_button3_left{
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/bottom/menu_third_option_left.jpg);
  background-repeat: no-repeat;
}

.left_menu_index_button3_middle{
  position: relative;
  float: left;
  width: 163px;
  height: 22px;
  
  padding-left: 3px;
  padding-top: 8px;
  
  background-image: url(../images/left_menu/index/bottom/menu_third_option_middle.jpg);
  background-repeat: repeat-x;
  
  font-weight: bold;
  font-family: Verdana,regular;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  
  color: #FFFFFF;
  cursor: pointer;
  
}

.left_menu_index_button3_right{
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/bottom/menu_third_option_right.jpg);
  background-repeat: no-repeat;
}
/* END BOTTOM BUTTON - NORMAL MODE */

/* START BOTTOM BUTTON - SELECTED MODE */
.left_menu_index_button3_left_selected{
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/bottom/menu_third_option_left_selected.jpg);
  background-repeat: no-repeat;
}

.left_menu_index_button3_middle_selected{
  position: relative;
  float: left;
  width: 163px;
  height: 22px;
  
  padding-left: 3px;
  padding-top: 8px;
  
  background-image: url(../images/left_menu/index/bottom/menu_third_option_middle_selected.jpg);
  background-repeat: repeat-x;
  
  font-weight: bold;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  
  color: #FFFFFF;
  cursor: pointer;
}

.left_menu_index_button3_right_selected{
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/bottom/menu_third_option_right_selected.jpg);
  background-repeat: no-repeat;
}
/* START BOTTOM BUTTON - SELECTED MODE */



.left_menu_space{
  width: 178px;
  height: 2px;
  font-size: 2px;
  min-height: 2px;
  background: #FFFFFF;
}

.left_menu_option2{
  width: 178px;
  height: 29px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/option_2.jpg);
  background-repeat: no-repeat;
}

.left_menu_option3{
  width: 178px;
  height: 29px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/option_3.jpg);
  background-repeat: no-repeat;
}

.left_menu_option4{
  width: 178px;
  height: 29px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/option_4.jpg);
  background-repeat: no-repeat;
}

.left_menu_option5{
  width: 178px;
  height: 29px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/option_5.jpg);
  background-repeat: no-repeat;
}

.left_menu_option6{
  width: 178px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/index/option_6.jpg);
  background-repeat: no-repeat;
}

.left_menu_second_option{
  position: relative;
  float: left;
  width: 167px;
  font-family:Verdana,regular !important;
  font-size:11px;
  font-weight: normal; 
  color: #000000; 
  border-bottom: 1px solid #E0E0E0;
  
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 8px;
  padding-bottom: 6px;
}

.left_menu_second_option a{
  font-family:Verdana,sans-serif !important;
  font-size:11px;
  font-weight: normal; 
  color: #000000; 
}
/* LEFT MENU PROMOTION*/
.left_menu_promo_button{
  position: relative;
  float: left;
  width: 178px;
  height: 30px;
  padding: 0px;
  margin: 0px;
}

/* START PROMOTION TOP BUTTON */
.left_menu_promo_button_left{
  position: relative;
  float: left;
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/promo/top/menu_first_option_left.jpg);
  background-repeat: no-repeat;
}

.left_menu_promo_button_middle{
  position: relative;
  float: left;
  width: 163px;
  height: 22px;
  
  padding-left: 3px;
  padding-top: 8px;
  
  background-image: url(../images/left_menu/promo/top/menu_first_option_middle.jpg);
  background-repeat: repeat-x;
  
  font-weight: bold;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  
  color: #FFFFFF;
  cursor: pointer;
}

.left_menu_promo_button_right{
  position: relative;
  float: left;
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/promo/top/menu_first_option_right.jpg);
  background-repeat: no-repeat;
}
/* END PROMOTION LEFT TOP BUTTON*/

/* START PROMOTION LEFT TOP BUTTON SELECTED */
.left_menu_promo_button_left_selected{
  position: relative;
  float: left;
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/promo/top/menu_first_option_left_selected.jpg);
  background-repeat: no-repeat;
}

.left_menu_promo_button_middle_selected{
  position: relative;
  float: left;
  width: 163px;
  height: 22px;
  
  padding-left: 3px;
  padding-top: 8px;
  
  background-image: url(../images/left_menu/promo/top/menu_first_option_middle_selected.jpg);
  background-repeat: repeat-x;
  
  font-weight: bold;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  
  color: #FFFFFF;
  cursor: pointer;
}

.left_menu_promo_button_right_selected{
  position: relative;
  float: left;
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/promo/top/menu_first_option_right_selected.jpg);
  background-repeat: no-repeat;
}
/* END PROMOTION LEFT TOP BUTTON SELECTED*/

.left_menu_promo_button2{
  position: relative;
  float: left;
  width: 178px;
  height: 29px;
  padding: 0px;
  margin: 0px;
}

/* START PROMOTION MIDDLE BUTTON*/
.left_menu_promo_button_left2{
  position: relative;
  float: left;
  width: 3px;
  height: 29px;
  font-size: 8px;
  background-image: url(../images/left_menu/promo/middle/menu_second_option_left.jpg);
  background-repeat: no-repeat;
}

.left_menu_promo_button_middle2{
  position: relative;
  float: left;
  width: 166px;
  height: 21px;
  
  padding-top: 8px;
  padding-left: 6px;
  
  background-image: url(../images/left_menu/promo/middle/menu_second_option_middle.jpg);
  background-repeat: repeat-x;
  
  font-weight: bold;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  
  color: #FFFFFF;
  cursor: pointer;
}

.left_menu_promo_button_right2{
  position: relative;
  float: left;
  width: 3px;
  height: 29px;
  font-size: 8px;
  background-image: url(../images/left_menu/promo/middle/menu_second_option_right.jpg);
  background-repeat: no-repeat;
}
/* END PROMOTION MIDDLE BUTTON */

/* START PROMOTION MIDDLE BUTTON - SELECTED MODE */
.left_menu_promo_button_left2_selected{
  position: relative;
  float: left;
  width: 3px;
  height: 29px;
  font-size: 8px;
  background-image: url(../images/left_menu/promo/middle/menu_second_option_left_selected.jpg);
  background-repeat: no-repeat;
  
}

.left_menu_promo_button_middle2_selected{
  position: relative;
  float: left;
  width: 166px;
  height: 21px;
  
  padding-left: 6px;
  padding-top: 8px;
  
  background-image: url(../images/left_menu/promo/middle/menu_second_option_middle_selected.jpg);
  background-repeat: repeat-x;
  
  font-weight: bold;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  
  color: #FFFFFF;
  cursor: pointer;
}

.left_menu_promo_button_right2_selected{
  position: relative;
  float: left;
  width: 3px;
  height: 29px;
  font-size: 8px;
  background-image: url(../images/left_menu/promo/middle/menu_second_option_right_selected.jpg);
  background-repeat: no-repeat;
}
/* END PROMOTION MIDDLE BUTTON - SELECTED MODE */

.left_menu_promo_button3{
  position: relative;
  float: left;
  width: 178px;
  height: 31px;
  padding: 0px;
  margin: 0px;
}

/* START PROMOTION BOTTOM BUTTON*/
.left_menu_promo_button_left3{
  position: relative;
  float: left;
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/promo/bottom/menu_third_option_left.jpg);
  background-repeat: no-repeat;
}

.left_menu_promo_button_middle3{
  position: relative;
  float: left;
  width: 163px;
  height: 22px;
  
  padding-left: 3px;
  padding-top: 8px;
  
  background-image: url(../images/left_menu/promo/bottom/menu_third_option_middle.jpg);
  background-repeat: repeat-x;
  
  font-weight: bold;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  
  color: #FFFFFF;
  cursor: pointer;
}

.left_menu_promo_button_right3{
 position: relative;
 float: left;
 width: 6px;
 height: 30px;
 font-size: 8px;
 background-image: url(../images/left_menu/promo/bottom/menu_third_option_right.jpg);
 background-repeat: no-repeat; 
}
/*END PROMOTION BOTTOM BUTTON*/

/* START PROMOTION BOTTOM BUTTON - SELECTED MODE */
.left_menu_promo_button_left3_selected{
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/promo/bottom/menu_third_option_left_selected.jpg);
  background-repeat: no-repeat;
}

.left_menu_promo_button_middle3_selected{
  position: relative;
  float: left;
  width: 163px;
  height: 22px;
  
  padding-left: 3px;
  padding-top: 8px;
  
  background-image: url(../images/left_menu/promo/bottom/menu_third_option_middle_selected.jpg);
  background-repeat: repeat-x;
  
  font-weight: bold;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  
  color: #FFFFFF;
  cursor: pointer;
}

.left_menu_promo_button_right3_selected{
 width: 6px;
 height: 30px;
 font-size: 20px;
 background-image: url(../images/left_menu/promo/bottom/menu_third_option_right_selected.jpg);
 background-repeat: no-repeat;
 cursor: pointer;
}
/* END PROMOTION BOTTOM BUTTON - SELECTED MODE */

/* LEFT MENU DEKORE */
.left_menu_dekore_button{
  position: relative;
  float: left;
  width: 178px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  cursor:pointer;
}

/* START DEKORE TOP BUTTON - NORMAL MODE */
.left_menu_dekore_button_left{
  position: relative;
  float: left;
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/dekore/top/menu_first_option_left.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.left_menu_dekore_button_middle{
  position: relative;
  float: left;
  width: 163px;
  height: 22px;
  
  padding-left: 3px;
  padding-top: 8px;
  
  background-image: url(../images/left_menu/dekore/top/menu_first_option_middle.jpg);
  background-repeat: repeat-x;
  
  font-weight: bold;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  
  color: #FFFFFF;
  cursor: pointer;
}

.left_menu_dekore_button_right{
  position: relative;
  float: left;
  width: 8px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/dekore/top/menu_first_option_right.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.left_menu_dekore_button_left_bottom{
  position: relative;
  float: left;
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/dekore/top/menu_last_option_left.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.left_menu_dekore_button_middle_bottom{
  position: relative;
  float: left;
  width: 163px;
  height: 22px;
  
  padding-left: 3px;
  padding-top: 8px;
  
  background-image: url(../images/left_menu/dekore/top/menu_last_option_middle.jpg);
  background-repeat: repeat-x;
  
  font-weight: bold;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  
  color: #FFFFFF;
  cursor: pointer;
}

.left_menu_dekore_button_right_bottom{
  position: relative;
  float: left;
  width: 8px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/dekore/top/menu_last_option_right.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}
/*END DEKORE TOP BUTTON - NORMAL MODE */

/* START DEKORE TOP BUTTON - SELECTED MODE */
.left_menu_dekore_button_left_selected{
  position: relative;
  float: left;
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/dekore/top/menu_first_option_left_selected.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.left_menu_dekore_button_middle_selected{
  position: relative;
  float: left;
  width: 163px;
  height: 22px;
  
  padding-left: 3px;
  padding-top: 8px;
  
  background-image: url(../images/left_menu/dekore/top/menu_first_option_middle_selected.jpg);
  background-repeat: repeat-x;
  
  font-weight: bold;
  font-family: Verdana,regular;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}

.left_menu_dekore_button_right_selected{
  position: relative;
  float: left;
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/dekore/top/menu_first_option_right_selected.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.left_menu_dekore_button_left_selected_bottom{
  position: relative;
  float: left;
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/dekore/top/menu_last_option_left_selected.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.left_menu_dekore_button_middle_selected_bottom{
  position: relative;
  float: left;
  width: 163px;
  height: 22px;
  
  padding-left: 3px;
  padding-top: 8px;
  
  background-image: url(../images/left_menu/dekore/top/menu_last_option_middle_selected.jpg);
  background-repeat: repeat-x;
  
  font-weight: bold;
  font-family: Verdana,regular;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}

.left_menu_dekore_button_right_selected_bottom{
  position: relative;
  float: left;
  width: 6px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/dekore/top/menu_last_option_right_selected.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

/* END DEKORE TOP BUTTON - SELECTED MODE */

.left_menu_dekore_button2{
  position: relative;
  float: left;
  width: 178px;
  height: 29px;
  padding: 0px;
  margin: 0px;
}

.left_menu_dekore_button_left2{
  position: relative;
  float: left;
  width: 3px;
  height: 29px;
  font-size: 8px;
  background-image: url(../images/left_menu/dekore/button_part_left2.jpg);
  background-repeat: repeat-x;
}

.left_menu_dekore_button_middle2{
  position: relative;
  float: left;
  width: 163px;
  height: 21px;
  font-size: 8px;
  background-image: url(../images/left_menu/dekore/button_part_left2.jpg);
  background-repeat: repeat-x;
  display: inline;
  font-weight: bold;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  color: #FFFFFF;
  padding-top: 8px;
  text-decoration: none;
}

.left_menu_dekore_button_right2{
  position: relative;
  float: left;
  width: 8px;
  height: 29px;
  font-size: 8px;
  background-image: url(../images/left_menu/dekore/button_part_right2.jpg);
  background-repeat: no-repeat;  
}

.left_menu_dekore_button3{
  position: relative;
  float: left;
  width: 178px;
  height: 30px;
  padding: 0px;
  margin: 0px;
}

.left_menu_dekore_button_left3{
  position: relative;
  float: left;
  width: 3px;
  height: 30px;
  font-size: 8px;
  background-image: url(../images/left_menu/dekore/button_part_left3.jpg);
  background-repeat: no-repeat;
}

.left_menu_dekore_button_middle3{
  position: relative;
  float: left;
  width: 165px;
  height: 22px;
  font-size: 8px;
  background-image: url(../images/left_menu/dekore/button_part_left3.jpg);
  background-repeat: repeat-x;
  display: inline;
  font-weight: bold;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  color: #FFFFFF;
  padding-top: 8px;
}

.left_menu_dekore_button_right3{
 position: relative;
 float: left;
 width: 6px;
 height: 30px;
 font-size: 8px;
 background-image: url(../images/left_menu/dekore/button_part_right3.jpg);
 background-repeat: no-repeat; 
}

/* LOGIN BOX */
.left_login_container{
  position: relative;
  float: left;
  width: 165px;
}

.left_login_box{
  position: relative;
  float: left;
  width: 165px;
  border:1px solid #758FBA;
  background: #efefef;
}

.left_login_box_line{
  position: relative;
  float: left;
  width: 165px;
  padding: 0px;
  margin: 0px;
}

.left_login_box_text{
  position: relative;
  float: left;
  width: 30px;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  text-decoration: none;
  margin: 0px;
  padding: 1px 1px;
}

.left_login_box_submit{
  position: relative;
  float: left;
  font-family: sans-serif, Arial, Helvetica; 
  font-size: 10px; 
  font-weight: normal; 
  color: #000000; 
  border: 1px solid #1E3056; 
  background: #FFFFFF; 
  width:94px; 
  cursor: pointer;
  margin-left: 30px;
  margin-top: 10px;
}

.left_last_box{
  position: relative;
  float: left;
  width: 165px;
  min-height: 123px;
  font-size: 123px;
  border:1px solid #758FBA;
  background: #d1e3ff;
}

.left_last_box_top{
  position: relative;
  float: left;
  width: 157px;
  min-height: 54px;
  font-size: 54px;
  background-image: url(../images/award.gif);
  background-repeat: no-repeat;
  margin: 2px; 
}

.left_last_box_line{
  position: relative;
  float: left;
  width: 140px;
}

.left_last_box_text{
  position: relative;
  float: left;
  width: 160px;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  margin: 0px;
  padding: 1px 1px;
}

.left_last_box_kredit_kart{
  position: relative;
  float: left;
  width: 70px;
  min-height: 53px;
  font-size: 53px;
  background-image: url(../images/payment.gif);
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 20px;  
}

.motive_container
{
  position: relative;
  float: left;
  width: 158px;
  background-color: #CAE3FF;
  padding: 0px 10px;
  font-size: 0px;
  text-decoration: none;
}

.motive_line
{
  position: relative;
  float: left;
  width: 120px;
  font-family: Verdana;
  font-size: 10px;
  text-align: left;
  cursor: pointer;
}





.left_menu_payment_area{
  position: relative;
  float: left;
  width: 176px;
  padding: 0px;
  margin: 0px;
}

.left_menu_payment_box{
  position: relative;
  float: left;
  width: 176px;
  background-color: #D1E3FF;
  padding: 0px;
  margin: 0px;
}

.left_menu_payment_text{
  position: relative;
  float:left;
  width: 154px;
  text-align:left; 
  padding-left: 20px;
  padding-top:16px; 
  font-family: sans-serif, Arial, Helvetica;	
  font-size: 10px; 
  color: #000000; 
  font-weight: normal;
}
