/*-----------------------------*/
/* EP 6 Template Design        */
/* Template 01                 */
/* Author: allproducts.com     */
/* Create: 2009/04             */
/*-----------------------------*/


@import url(style_header.css);
@import url(style_navi.css);
@import url(style_subnavi.css);
@import url(style_footer.css);
@import url(style_index.css);
@import url(style_contentpage.css);
@import url(style_products.css);
@import url(style_text.css);
@import url(style_editor.css);
@import url(../../fixtable.css);


/* base */
body {font-family:verdana, serif; background-color:#555; margin:0; padding:0; font-size:12px; line-height:1.8em; color: #A5A5A5;}
img {border:0; margin:0; padding:0}
input, select, textarea {font-size:11px; border:#ccc 1px solid; font-family:Verdana, Geneva, sans-serif;}
input.checkbox {border:none; background:none; margin:0 10px 0 0;}
.space {clear:both;}


/* Wrapper */
.Wrapper {width:995px; *\**/width:994px; margin:0 auto; padding:0; background-color:#151515;}
.Header {margin:0; padding:10px 0 20px; position:relative;}
.Navi { background-color:#2D2D2D; *height:32px; margin:0; padding:5px 0; border-top:2px solid #FFCF25; border-bottom:2px solid #FFCF25;}
.ContentPage {margin:0; padding:0; text-align:left;}
.Content { margin:0; padding:5px 10px; text-align:left; -height:1%; }
.Content ul { list-style:none; margin: 1px 0;}

.searchbox{ margin-left:520px;}

.downloadfolder h2{color: #E4E4E4; font-size: 18px; margin-bottom: 3px; padding: 7px 8px; border-bottom:1px dotted #aaa ;}
.downloadresult{ clear:both; margin:10px 0 0 0;}
.downloadfile{ clear:both; margin:45px 0 0 0;}
.downloadresult h2{color: #E4E4E4; font-size: 18px; margin-bottom: 3px; padding: 7px 8px; border-bottom:1px dotted #aaa ;}
.downloadfile h2{color: #E4E4E4; font-size: 18px; margin:8px 0 0 0; padding: 7px 8px; border-bottom:1px dotted #aaa ;}

.dcname { width:25%; float:left; border-left:5px solid #F90; border-bottom:1px dashed #333 ; padding:5px 5px;}
.dcname:hover {  background-color:#C60; font-weight:bold; color:#ffffff; cursor:pointer; transition:ease-in 0.2s; }
.dcname a:hover{ color:#ffffff;}
.dcdesc { width:65%; float:left; border-left:1px solid #F96; border-bottom:1px dashed #333 ; padding:5px 5px;}

.rsname{ width:25%; float:left; border-left:5px solid #aaa; border-bottom:1px dashed #333 ; padding:5px 5px;}
.rsname:hover{ background:url(../images/download.png) 90% top no-repeat ; transition:ease-in 0.5s; font-weight:bold; background-color:#777 ;}
.rsname a:hover{ color:#ffffff;}
.rsdesc{width:65%; float:left; border-left:1px solid #F96; border-bottom:1px dashed #333 ; padding:5px 5px;}

.fname{ width:25%; float:left; border-left:5px solid #aaa; border-bottom:1px dashed #333 ; padding:5px 5px;}
.fname:hover{ background:url(../images/download.png) 90% top no-repeat ; transition:ease-in 0.5s; font-weight:bold; background-color:#777 ;}
.fname a:hover{ color:#ffffff;}
.fdesc{width:65%; float:left; border-left:1px solid #F96; border-bottom:1px dashed #333 ; padding:5px 5px;}

.Sidebar{width:180px; margin:0; padding:0 0 0 15px; float:left;}
.Main {width:790px; float:right; background-color:#0c0c0c;}
.Mainimg{ border-bottom:3px solid #a5a5a5;}
.Footer {margin:20px 0 0; padding:10px; text-align:center; clear:both;}