/*Content with Section Category and search in list show with thrumnail*/
  /*Whole Content*/
  table.contentpane {width:585px;}
  
  /*Categories : Current*/
  table.contentpane td#component-tabs a:focus , 
  table.contentpane td#component-tabs a:current , 
  table.contentpane td#component-tabs a:active{background:#000000;}
  
  /*Categories*/  
  div#component table.contentpane #component-tabs a:link ,
  div#component table.contentpane #component-tabs a:visited ,
  table.contentpane td#component-tabs a ,
  /*table.contentpane td#component-tabs li ,*/
  table.contentpane td#component-tabs{color:#FFFFFF; font-weight:bold;  margin: 0px 10px 0px 0px; padding:0px 3px 0px 3px; height:22px; /*display:block;*/ width:auto;}
  table.contentpane td#component-tabs {background:#8CC63F;}
  
  
  /*Categories : Mouse Hover*/
  table.contentpane td#component-tabs a:hover ,
  table.contentpane td#component-tabs a:hover{background:#CCCCCC; padding:3px 3px 3px 3px;}   
  
  td#component-tabs ul li{display: inline;}
  
  
  /*Filter*/
 table.contentpane div#filterblock {background:#E6E6E6; margin-top:20px; padding: 8px 0px 8px 10px;} 
  
  /*List Item*/
  table.contentpane tr.sectiontableentry1 img ,
  table.contentpane tr.sectiontableentry2 img{display:block; float:left; width:100px; height:80px; overflow:hidden; padding:0px 10px 0px 0px;}
  
  /*Description of list item*/
  table.contentpane tr.sectiontableentry1 div#component-tr a ,
  table.contentpane tr.sectiontableentry1 div#component-tr label#itemDetail ,
  table.contentpane tr.sectiontableentry2 div#component-tr a ,
  table.contentpane tr.sectiontableentry2 div#component-tr label#itemDetail{ display:block; float:left; width:350px; overflow:hidden;}
  /*Item view*/
  table.blog ,
  table.contentpaneopen ,  
  table.contentpaneopen td{width:585px; overflow:hidden;}  
  table.contentpaneopen {display:block; float:left;}

