
/* global style */

input:focus {
     outline: 0;
     outline-offset: 0;
}

#center_column {

     width: 716px;
     margin:0px;
     margin-top:20px;
     margin-left:40px;
     padding:0px;
     overflow:hidden;
}

#productscategory_noscroll{
     margin:0px;
     height:179px;
     width:100%;
}

#productscategory_list{
     overflow:hidden;
     float:left;
     width:100%;
     margin:0px;
     padding:0px;
     align:top;
}
#productscategory_list ul{
     margin:0px;
     padding:0px;
     list-style-type:none;
}
#productscategory_list li{
     float:left;
     margin-top:0px;
     padding:0px;
     width:179px;
     overflow:hidden;
}

#productscategory_scroll_left{
     background: url('../pic/dolava_28x28-1.png') no-repeat center;
     text-indent:-3000px;
     display:block;
     width:28px;
     height:28px;
     float:left;
     margin-top:10px;
margin-left:660px;
margin-right:0px;
     position:absolute;
}
#productscategory_scroll_right{
     background: url('../pic/doprava_28x28-1.png') no-repeat center;
     text-indent:-3000px;
     display:block;
     width:28px;
     height:28px;
     margin-top:10px;
margin-left:710px;
     position:absolute;
}