﻿.current 
 {
color:#da6d15;
font-weight:700;
background-image:url(img/bg_number.gif);
height:23px;
line-height:23px;
padding:0 10px;
}     
.item
 {
float:left;
list-style:none;
height:23px;
line-height:23px;
margin:0 10px 0 0;
padding:0;
 }
 
.item a
 {
 float:right;
height:23px;
line-height:23px;
color:#cbcbcb;
text-decoration:none;
padding:0 10px;
 }
 
  .item a:hover
 {
 color:#da6d15;
font-weight:700;
background-image:url(img/bg_number.gif);
height:23px;
line-height:23px;
padding:0 10px; 
 }
 
  .item:hover
 {

 }
 
 .item_disabled 
 {
 color:white; 
 }
 
.command
 {

 }
 
.command a
 {
color:white;
text-decoration:none;
font-weight:bold;
 }
 
.command a:hover
 {
color:#da6d15;
text-decoration:none;
 }
 
 .imgThumb
    {
    background-image:url(img/bg_image.jpg);
    height:156px;
    width:156px;
    padding:12px;
    cursor:pointer;    
    }
    
    .imgGrande
    {
    background-image:url(img/bg_image.jpg);
    padding:20px;
    cursor:pointer;    
    }
    
    .imgGrande:hover
    {
    background-image:url(img/bg_image_hover.jpg);
    padding:20px;
    cursor:pointer;    
    }
    
     .imgThumb:hover
    {
    background-image:url(img/bg_image_hover.jpg);
    height:156px;
    width:156px;
    padding:12px;   
    cursor:pointer;  
    }
