/*
+----------------------------------------------------------------+
|																							                   |
|	WordPress 2.3 Plugin: Collapsible Comments    								 |
|	http://deuced.net/wpress/collapsible-comments/						     |
|																                    						 |
|	File Information:																	             |
|	- Collapsible Comments CSS Style													     |
|	- wp-content/plugins/collapsible-comments/ccomments.css				 |
|																							                   |
+----------------------------------------------------------------+
*/
/* decide your comment style here,
ccexcerpt: gives style to comment excerpt,
ccomments: gives style to the comments tables. */
.ccexcerpt {
     font-style:normal;
     color:#404040;
     font-size:10px;
/*     font-family:verdana;   */
    }
table.ccomments  { 
/*   font-family:verdana;
     font-size:10pt;
     width:400px;             */
     background-color:#ffffff;
     border-style:solid;
     border-color:#808080;
     border-width:1px;
    }
td.ccomments  {
     width:500px;
     text-align:justify;
     padding: 0px 10px 0px 10px;
    }
;