@charset "utf-8";
/* CSS Document */

.CatLeftSideMenu { 
float: left;
position: relative;
width: 100%;
background: linear-gradient(#FFF, #F5F5F5);
height: auto;
min-height: 16px;
padding-top: 5px;
padding-top: 5px;
border-bottom: solid 1px #DDD; 
 } 
.CatLeftSideMenu a:hover { 
font-weight: normal;
color: #FF6600; 
 } 
.CatLeftSideMenu a:link, .CatLeftSideMenu a:visited, .CatLeftSideMenu a:active { 
font-weight: normal;
color: #FF6600; 
 } 
.CatListWithPictBox { 
float: left;
position: relative;
overflow: hidden;
/*width: 120px;*/
width: calc(33% - 14px);
height: 180px;
margin: 6px;
border: solid 1px #CCC;
text-align: center;
-moz-border-radius: 10px;
border-radius: 10px; 
 } 
.CatListWithPictBoxPicture { 
width: 100%;
height: 140px;
min-height: 140px;
overflow: hidden; 
 } 
.CatListWithPictBoxTitle { 
width: 100%;
height: 40px;
background-color:#EEE;
padding-top: 3px; 
 } 
