@charset "UTF-8";
@media all
{/**
  * @section browser reset
  */

  /* Global reset of paddings and margins for all HTML elements */
  *{margin:0; padding:0}

  /* Correction:margin/padding reset caused too small select boxes. */
  option{padding-left:0.4em}

 /**
  * Global fix of the Italics bugs in IE 5.x and IE 6
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      yes
  */
  * html body *{overflow:visible}
  * html iframe, * html frame{overflow:auto}
  * html frameset{overflow:hidden}

  /* Forcing vertical scrollbars in Netscape, Firefox and Safari browsers */
  html{height:100%; margin-bottom:1px}
  body{
	font:100.01% Verdana, Arial, Helvetica, sans-serif;

    /* Standard values for colors and text alignment */
    color:#434343;
    background:#fff;
    text-align:left;
 }

  /* Clear borders for <img> element */
  img{border:0 solid}
  fieldset{border:1px solid #ddd; padding:0.8em 0.5em; margin-bottom:1em; background:#fdfdfd}
  fieldset legend{background:url(../images/s_head_bg.gif) 0 0 repeat-x; color:#757575; font-weight:bold; padding:0 0.5em; border:1px solid #ddd}

  /* new standard values for lists, blockquote and cite */
  ul, ol, dl{margin:0 0 1em 1em}
  li{margin-left:1.5em; line-height:1.5em}

  dt{font-weight:bold}
  dd{margin:0 0 1em 2em}

  blockquote{margin:0 0 1em 1.5em}
 /**
  * @section base layout | Basis Layout
  * |-------------------------------|
  * | #header                       |
  * |-------------------------------|
  * | #col1   | #col3     | #col2   |
  * | 200 px  | flexible  | 200px   |
  * |-------------------------------|
  * | #footer                       |
  * |-------------------------------|
  */

  #header{position:relative}

  /* Text Alignment for #logo content */
  #logo{text-align:right} 

  /* Text Alignment for #topnav content */
  #topnav{text-align:right} 

  /* Absolute positioning only within #header */
  #header #topnav{
    position:absolute;
    top:10px;
    right:10px;
 }

  /* Absolute positioning only within #header */
  #header #logo{
    position:absolute;
    top:5px;
    left:10px;
 }

  /* Backup for correct positioning */
  #header, #nav, #main, #footer{clear:both}

  /* Standard:200 Pixel */
  #col1{float:left; width:200px}
  /* Standard:200 Pixel */
  #col2{float:right; width:200px}
  /* Standard:center column with flexible width */
  #col3{width:auto; margin:0 200px}

  /* Preparation for absolute positioning within content columns */
  #col1_content, #col2_content, #col3_content{position:relative}
 /**
  * @section generic classes for layout switching
  * .hidecol1 -> 2-column-layout (using #col2 and #col3)
  * .hidecol2 -> 2-column-layout (using #col1 and #col3)
  * .hideboth -> single-column-layout (using #col3)
  */

  .hideboth #col3{margin-left:0; margin-right:0}
  .hidecol1 #col3{margin-left:0; margin-right:200px}
  .hidecol2 #col3{margin-left:200px; margin-right:0}

  .hideboth #col1, .hideboth #col2, .hidecol1 #col1, .hidecol2 #col2{display:none}
 /**
  * @section clearing methods
  * @see     http://yaml.de/en/documentation/basics/general.html
  */

  /* clearfix method for clearing floats */
   .clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
 }

  /* essential for Safari browser !! */
  .clearfix{display:block}

  /* overflow method for clearing floats */
  .floatbox{overflow:hidden}

  /* IE-Clearing:Only used in Internet Explorer, switched on in iehacks.css */
  #ie_clearing{display:none}
 /**
  * @section subtemplates
  */

  .subcolumns{width:100%; overflow:hidden}

  /* alternative class for optional support of old Mozilla/Netscape browers */
  .subcolumns_oldgecko{width:100%; float:left}

  .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l{float:left}
  .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r{float:right; margin-left:-5px}

  .c25l, .c25r{width:25%}
  .c33l, .c33r{width:33.333%}
  .c50l, .c50r{width:50%}
  .c66l, .c66r{width:66.666%}
  .c75l, .c75r{width:75%}
  .c38l, .c38r{width:38.2%}
  .c62l, .c62r{width:61.8%}

  .subc{padding:0 0.5em}
  .subcl{padding:0 1em 0 0}
  .subcr{padding:0 0 0 1em}
 /**
  * @section hidden elements
  * skip links and hidden content
  */

  /* classes for invisible elements in the base layout */
  .skip, .hideme, .print{
    position:absolute;
    top:-1000em;
    left:-1000em;
    height:1px;
    width:1px;
 }

  /* make skip links visible when using tab navigation */
  .skip:focus, .skip:active{
    position:static;
    top:0;
    left:0;
    height:auto;
    width:auto;
 }
}

@media screen, projection
{
  /* Marginal areas & page background */
  body{background:#fff}

  /* Layout Alignment */
  #page_margins{margin:0 auto}

  /* Layout Properties */
  #page_margins{width:82em;background:#fff}
  #header{padding:45px 2em 1em 20px; color:#000; background:#fff}
  #topnav{color:#aaa; background:transparent}
  #nav{overflow:hidden}
  /* Navigation Menu Starts */
  #nav_main{position:relative;display:block;height:42px;font-size:12px;font-weight:bold;background:transparent url(../images/nav_bg.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-left:#aaa 1px solid;border-right:#aaa 1px solid;padding:0 10px;text-transform:uppercase}
  #nav_main ul{margin:0px;padding:0;list-style-type:none;width:auto}
  #nav_main ul li{display:block;float:left;margin:0 1px 0 0}
  #nav_main ul li a{display:block;float:left;color:#666;text-decoration:none;padding:13px 22px 0 22px;height:28px}
  #nav_main ul li a:hover,#nav_main ul li a.current{color:#fff;background:transparent url(../images/nav_overbg.gif) no-repeat top center}
  /* Navigation Menu Ends */
  #main{margin:10px 0; background:#fff}
  #teaser{clear:both; padding:0 20px; margin:10px 0}
  #footer{padding:10px 20px 0 20px; color:#666; text-align:center; background:#f9f9f9; border-top:5px #efefef solid}
  /**
   * Formatting content container
   */
  #col1{float:left; width:20%;  margin:0}
  #col2{float:right; width:20%;  margin:0}
  #col3{width:auto; margin:0 20% 0 20%}
  #col1_content{padding:0 10px 0 0px}
  #col2_content{padding:0 0px 0 10px}
  #col3_content{padding:0 10px}

  /* set column dividers */ 
  #col3{border-left:1px #ddd solid}
  #col3{border-right:1px #ddd solid}
}

@media all
{
  /**
   * Fonts
   * font-family and font-size selection for headings and standard text elements
   * @section content-fonts
   */

  /* reset font size for all elements to standard (16 Pixel) */
  html *{font-size:100.01%}

  /* reset monospaced elements to font size 16px in Gecko browsers */
  textarea, pre, tt, code{
	font-family:Arial, "Courier New", Courier, monospace;  	
 }

  /* base layout gets standard font size 12px */
  body{
    font-family:'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size:75.00%; 
 }
 
  /* set image border 0 with iage loading bg*/
  img{border:0}
  .imgPre{background:url(../images/loading.gif) 50% 50% no-repeat transparent}
 

  h1,h2,h3,h4,h5,h6{font-weight:bold; margin:0 0 0.25em 0}
  h1{font-size:200%}                        /* 24px */
  h2{font-size:166.67%}                     /* 20px */
  h3{font-size:150%}                        /* 18px */
  h4{font-size:133.33%}                     /* 16px */
  h5{font-size:116.67%}                     /* 14px */
  h6{font-size:116.67%; font-style:italic} /* 14px */

  p{line-height:1.5em; margin:0 0 1em 0}

  /* ### Lists | Listen  #### */

  ul, ol, dl{line-height:1.5em; margin:0 0 1em 1em}
  li{margin-left:0; line-height:1.5em}
  
  #main ul{font-size:12px; margin:0; padding:0; list-style:none}
  #main ul li{background:url(../images/list_bg.gif) left bottom repeat-x; color:#757575; padding:0 0 2px 5px}
  #main ul li a{text-decoration:none; display:block; background: url(../images/arr.gif) 2px 50% no-repeat; font-weight:bold; color:#757575; padding:0 0 0 10px}
  #main ul li a:hover, #main ul li a:active, #main ul li a:focus{text-decoration:none; background: url(../images/arr.gif) 2px 50% no-repeat; color:#434343}
  
  #main ol{font-size:12px; margin:0; padding:0; list-style:decimal inside}
  #main ol li{background:url(../images/list_bg.gif) left bottom repeat-x; color:#757575; padding:0 0 2px 5px}
  #main ol li a{text-decoration:none; display:inline-block; font-weight:bold; color:#757575; padding:0}
  #main ol li a:hover, #main ol li a:active, #main ol li a:focus{text-decoration:none; color:#434343; background:none;}
  
  #menu{margin:0.5em 0 1em 0; padding:0}
  
  #menu ul{font-size:12px; margin:0; padding:0; list-style:none;}
  #menu ul li{background:url(../images/list_bg.gif) left bottom repeat-x; color:#757575; padding:0 0 2px 5px}
  #menu ul li a{text-decoration:none; display:block; font-weight:bold; color:#757575; padding:0 0 0 10px}
  #menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active, #menu a.selected{text-decoration:none; background: url(../images/arr.gif) 2px 50% no-repeat; color:#434343; border-right:#CC2C2A 3px solid !important;}
  
  #menu a.hasSub, #menu a.hasSub:visited{border-right:#ddd 3px solid;}
  
  ul.eUl{font-size:12px; margin:0; padding:0; list-style:disc !important; list-style-position:inside !important}
  ul.eUl li{color:#454545 !important; background:none !important; padding:0 0 2px 5px}
  ul.eUl li a{color:#900 !important; font-weight:normal !important; display:inline !important; background:none !important; padding:0 !important}
  ul.eUl li a:hover, ul.eUl li a:focus, ul.eUl li a:active{background-color:#fee !important; text-decoration:underline !important}
  
  div.pagination{padding:0; margin:0; text-align:right; font-size:10px}
  div.pagination a{padding:2px 5px; margin-right:2px; border:1px solid #aaa; text-decoration:none !important; color:#454545 !important; background:#454748 url(../images/pag1.gif)}
  div.pagination a:hover, div.pagination a:active{border:1px solid #c4c7c9; color:#fff !important;background:#55595b url(../images/pag2.gif);}
  div.pagination span.current{padding:2px 5px; margin-right:2px; border:1px solid #aaa; font-weight:bold; background:#55595b url(../images/pag2.gif); color:#fff; cursor:default}
  div.pagination span.disabled{padding:2px 5px; margin-right:2px; border:1px solid #f3f3f3; color:#ccc;}
  

  dt{font-weight:bold}
  dd{margin:0 0 1em 2em}

  /* ### text formatting ### */

  cite, blockquote{font-style:italic}
  blockquote{margin:0 0 1em 1.5em}

  strong,b{font-weight:bold}
  em,i{font-style:italic}

  pre, code{font-family:monospace; font-size:1.1em}

  acronym, abbr{
    letter-spacing:.07em;
    border-bottom:.1em dashed #c00;
    cursor:help;
  }
  
  .noteText{font-size:x-small; color:#666 !important}
  
  br.cb{clear:both}

  /**
   * Generic Content Classes
   * standard classes for positioning and highlighting
   * @section content-generic-classes
   */
  .checking{background:#F7F7F7 url(../images/checking.gif) 4px 50% no-repeat; padding:0.1em 2em; border-top:1px solid #ddd; border-bottom:1px solid #ddd}
  .warning{background:#FFF6BF url(../images/warning.gif) 4px 50% no-repeat; padding:0.1em 2em; border-top:1px solid #ffd324; border-bottom:1px solid #ffd324}
  .info{background:#EBEFF9 url(../images/info.gif) 4px 50% no-repeat; padding:0.1em 2em; border-top:1px solid #b5d4fe; border-bottom:1px solid #b5d4fe}
  .accept{background:#dfd url(../images/accept.gif) 4px 50% no-repeat; padding:0.1em 2em; border-top:1px #79d979 solid; border-bottom:1px #79d979 solid}
  .error{background:#fdd url(../images/error.gif) 4px 50% no-repeat;padding:0.1em 2em; border-top:1px #e59393 solid; border-bottom:1px #e59393 solid}
  .input_error{background:#FFEAEA; border:#FFC1C1 1px solid; border-top:1px solid #C00 !important}
  .highlight{background-color:yellow}

  .float_left{float:left; display:inline; margin-right:1em; margin-bottom:0.15em}
  .float_right{float:right; display:inline; margin-left:1em; margin-bottom:0.15em}
  .center{text-align:center; margin:0.5em auto}

  /**
   * External Links
   * Formatting of hyperlinks
   */
  a.top{background:url(../images/top_arrow.gif) left center no-repeat; text-indent:12px; color:#333 !important; border:0; float:right; text-transform:uppercase; text-decoration:none !important; margin-right:5px; font-size:9px}
  a.top:hover, a.top:focus, a.top:active{background-color:#fff !important}
  
  #main a{color:#900; text-decoration:none}
  #main a:focus, #col3 a:hover, #col3 a:active{background-color:#fee; text-decoration:underline}
  
  #topnav a{color:#757575; font-weight:bold; background:transparent; text-decoration:none}
  #topnav a:focus, #topnav a:hover, #topnav a:active{color:#454545; text-decoration:underline; background-color:transparent}
  
  #footer a{color:#757575; background:transparent; font-weight:bold}
  #footer a:focus, #footer a:hover, #footer a:active{color:#454545; background-color:transparent; text-decoration:underline}
  #footer img{margin-top:.2em}

  #breadCrumbs a{font-weight:bold !important; color:#757575 !important}
  #breadCrumbs a:hover, #breadCrumbs a:focus, #breadCrumbs a:active{color:#434343 !important; text-decoration:underline !important; background-color:#fff}
  
  .sCWrap{border:1px solid #ebebeb; margin:0 0 0.3em 0}
  .sCWrap a{display:block}
  .sCWrap a:hover, .sCWrap a:focus, .sCWrap a:active{background-color:#FFF !important}
  .sCWrap:hover, .sCWrap:focus, .sCWrap:active{border:1px solid #ccc}
  .sCWrap:hover .sCA, .sCWrap:focus .sCA, .sCWrap:active .sCA{background-color:#ebebeb !important}
  .sCA{background-color:#f5f5f5}
  
  /**
   * Tables
   * Generic classes for table-width and design definition
   *
   * @section content-tables
   */
  table.full{width:100%}

  .itemRow{margin:0 0 0.2em 1em}
  .itemRow div{font-weight:bold; margin-right:5px; width:25%; display:inline-block; border-right:2px solid #CCC}
  .itemRow:hover div, .itemRow:focus div,.itemRow:active div{border-right:2px solid #CC2C2A}
  .itemRow:hover, .itemRow:focus, .itemRow:active{color:#202020}
  
  .iTable{padding:0 1em 0 1em}
  .bm{margin-bottom:1em}
  .iTable td{padding-left:0.5em; text-align:left}
  .iTable th{text-align:left}
  .iTable td div{float:right; position:absolute; margin:0 0.5em; display:inline}
  td.iSep{padding:0 !important}
  .iSep{background:#DDD}
  .iType{width:30%}
  .iDes{width:70%}
  .iTable tr:hover td.iSep{background:#CC2C2A}
  .iTable tr:hover td.iSep, .iTable tr:hover th{color:#202020}
  .regForm input[type=text],.regForm input[type=password],.regForm textarea{width:16em}
  .lForm input[type=text],.lForm input[type=password]{width:10em}
  .g_sep{background:url(../images/gray_sep.gif) 50% 0 repeat-y}
  
  /**
   *Shopping Cart Stlying
   */
  #scartWrap{border:1px #d0d0d0 solid; margin:0 auto}
  .shopCartTable{width:100%; background:#fff}
  .shopCartTable tbody input[type=text]{color:#42494d}
  .shopCartTable tfoot input[type=text]{margin:2px 0; padding:0}
  .shopCartTable tr{background:#fff}
  .shopCartTable input[type=text]:disabled{background:none !important; border:none !important}
  .shopCartTable td, .shopCartTable th{padding-left:5px}
  .shopCartTable thead tr{height:20px; background:url(../images/cart/theadBg.gif) repeat-x 0 0}
  .shopCartTable tbody tr:hover{background:url(../images/cart/trHoverBg.gif) repeat-x left bottom #fff}
  .rowSelected, .rowSelected:hover{background:url(../images/cart/trSelectedBg.gif) repeat-x left bottom #FFCACA !important}
  
  .qntyInpt, .totalInpt{width:45px; height:15px !important; border:1px solid #ccc !important; background:#fff; text-align:right !important}
  .totalInpt{color:#333;width:70px !important}
  .not_appli{color:#999; font-size:10px}

  /**
   *Checkout Form Stlying
   */
  .chkoutForm input[type=radio]{margin-left:2em}

  /**
   * Sidebars
   * Formatting contents of sidebar
   */
  .sidebar{background:url(../images/sidebar_bg.gif) repeat-x 0 0; border:0}
  .sidebar div.sContent{margin:0.5em 0 1em 0}
  .sidebar #menu{margin-bottom:1em}
  .sidebar span input{margin:0.8em}
  .sidebar .head{background:url(../images/barr.gif) 3px 0 no-repeat; height:42px; border:0; border-left:5px #CC2C2A solid; border-right:1px #aaa solid; padding-left:1.8em; line-height:3.5em; font-family:Arial, Helvetica, sans-serif; color:#666; text-transform:uppercase; font-weight:bold}

  /**
   * Main Content headers
   */
  .mainTitle{background:url(../images/m_titile_bg.gif) 0 0 repeat-x #efefef; padding-left:1em; border:0; border-left:1px solid #e4e4e4; border-right:1px solid #e4e4e4;}
  .mainTitle div{background:url(../images/m_titile_arr.gif) 0 0 no-repeat; height:42px; line-height:3.5em; margin:0 0 0.8em 0; padding-left:1.8em; font-family:Arial, Helvetica, sans-serif; color:#666; text-transform:uppercase; font-weight:bold}
  .mainTitle .tError{background:url(../images/cross.gif) 0 50% no-repeat; height:42px; line-height:3.5em; margin:0 0 0.8em 0; padding-left:1.8em; font-family:Arial, Helvetica, sans-serif; color:#CC2C2A; text-transform:uppercase; font-weight:bold}

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */
  hr{color:#fff; background:transparent; margin:0 0 0.8em 0; padding:0 0 0.5em 0; border:0; border-bottom:1px #000 solid}
  div.designer{background:#ddd; margin:0.5em 0; padding:0 0 0.5em 0; border:0; border-left:13.5em #CC2C2A solid}
  /**
   * Product Gallery Styling
   */
  .s_Title{background:url(../images/s_head_bg.gif) 0 0 repeat-x; height:20px; border-left:3px solid #CC2C2A; border-right:3px solid #CC2C2A; border-top:1px solid #aaa; border-bottom:1px solid #aaa; padding:0 0 0 0.5em; margin-bottom:0.5em; line-height:20px !important; font:95% Arial, Helvetica, sans-serif; color:#666; text-transform:uppercase; font-weight:bold; display:block}
  .dButton{background:url(../images/s_head_bg.gif) 50% 0 repeat-x; cursor:pointer; height:20px; border-left:3px solid #aaa; border-right:1px solid #aaa; border-top:1px solid #aaa; border-bottom:1px solid #aaa; margin:0.1em; padding:0 0.1em; font:95% Arial, Helvetica, sans-serif; color:#666; font-weight:bold}
  .dButton:hover{border-left:3px solid #CC2C2A; border-right:1px solid #999; border-top:1px solid #999; border-bottom:1px solid #999; color:#454545}
  .dButton:disabled{border-left:3px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #ccc; border-bottom:1px solid #ccc; color:#aaa}
  .product_list li{background:url(../images/arr.gif) 5px 50% no-repeat !important; color:#434343 !important; padding:0 0 0 10px !important}
  .productGallery{
	  float:left;
	  overflow:hidden
  }
  .productGallery img{margin:auto}
  .productGallery ul{padding:0; margin:0}
  .productGallery li{
	  float:left;
	  display:inline;
	  list-style-type:none
  }
  .productGallery li img{border:1px dotted #CFCFCF}
  .productGallery ul a{
	  background:#EBEBEB !important;
	  border:1px solid #CECECE !important;;
	  padding:5px !important;
	  display:block !important;
	  float:left;
	  margin:2px
  }
  .productGallery ul a:hover{
	  background:#fff !important;
	  border:1px solid #999999 !important;
  }
  .productGallery a:hover img{
	  cursor:url("../images/zoom_in.cur"), pointer
  }
  .ProductDet{padding-top: 5px; line-height:20px}
  .ProductDet ul{ padding: 0px; margin: 0px}
  .ProductDet li{padding:0 0 0 18px !important; margin: 0px 10px 0px 0px; list-style-type: none; display: inline; color:#777; font-size: 10px; font-weight: bold} 
  .ProductView{background: url(../images/views.gif) no-repeat left center !important}
  .ProductTag{background: url(../images/tag_grey.gif) no-repeat left center !important}
  
  .errorDiv{background:#f2dddd; border:#992a2a 1px solid; color:#992a2a; font-size:12px; margin:5px}
  .errorDiv h4{margin:0; padding-left:5px; background:#E3C0C0; border-bottom:#992a2a 1px solid; font-weight:bold}
  .errorDiv a{color:#992a2a !important; font-weight:bold}
  .errorDiv p{margin:0; padding:10px}
  .tableLftPad tr td{padding-left:15px}
  .tableLftPad tr:hover td{background-color:#E8ECF9}

  #accprev, #accnext{background:transparent url(../images/accar.png) 0 0 no-repeat; width:21px; height:21px; margin-top:35px; text-decoration:none; cursor:pointer; text-indent:-9999px}
  #accprev{float:left; margin-left:40px}
  #accprev:hover, #accprev:focus{background-position:0 bottom; background-color:none !important}
  #accnext{background-position:right 0; float:right; margin-right:40px}
  #accnext:hover, #accnext:focus{background-position:right bottom}
  #accrediation{width:430px; height:80px; overflow:hidden}
  #accrediation img, #accrediation a{margin:0 5px; background-color:#FFF !important}
  #accrediation p{float:left; width:440px; margin:0 !important}
  
  /* Product Color Patch Styling Starts */
  .colorBlack, .colorWhite, .colorBlue, .colorClearBlue, .colorLightGreen, .colorGreen, .colorPink, .colorPurple, .colorRed, .colorOrange, .colorSilver, .colorStainlessSteel, .colorYellow, .colorBrown, .colorGold, .colorGrey, .colorGray, .colorBurgundy{
	  color:#FFF;
	  font-weight:bold;
	  text-align:center;
	  padding-top:1.5em;
	  width:5.6em;
	  height:3.2em;
	  background-color:#EBEBEB;
	  border:1px solid #CECECE;
	  float:left;
	  margin:5px
  }
  .colorWhite, .colorLightGreen, .colorSilver, .colorStainlessSteel, .colorYellow, .colorGold, .colorGrey, .colorGray{color:#000 !important} .colorBlack{background-color:#000 !important} .colorWhite{background-color:#FFF !important} .colorBlue{background-color:#1e429b !important} .colorClearBlue{background-color:#00b5f0 !important} .colorLightGreen{background-color:#bad64c !important} .colorGreen{background-color:#005f29 !important} .colorPink{background-color:#f276ae !important} .colorPurple{background-color:#7d2991 !important} .colorRed{background-color:#ce141d !important} .colorOrange{background-color:#f68b1f !important} .colorSilver{background-color:#cccdcf !important} .colorStainlessSteel{background-color:#A7A7A7 !important} .colorYellow{background-color:#ffdb00 !important} .colorBrown{background-color:#49342f !important} .colorGold{background-color:#F3BD39 !important} .colorGrey, .colorGray{background-color:#aaabae !important} .colorBurgundy{background-color:#7e3138 !important}
  /* Product Color Patch Styling Ends */

.blogo_slider{width:185px; height:110px; overflow:hidden; list-style:none !important; border:#ebebeb 1px solid}
.blogo_slider li{padding:0 !important; background:#FFF !important}
.blogo_slider li a{background:#FFF !important; padding:0 !important}

/* Language Bar*/
#translate_div{width:155px; height:42px; text-transform:none; position:absolute; top:0; left:360px; background:#FFF url(../images/translator.jpg) 0 0 no-repeat}
#google_translate_element, .skiptranslate, .goog-te-gadget, #google_translate_element a{color:#EBEBEB !important; cursor:default}
#google_translate_element a{height:0; width:0; display:none}
}