/*-----------------------------*/
/* EP 6 Template Design        */
/* Template 01                 */
/* Author: allproducts.com     */
/* Create: 2009/04             */
/*-----------------------------*/

@import url(../../fixtable.css);
@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);


/* base */
body {font-family: Arial, Helvetica, sans-serif; background-color:#e9e9e9; margin:0; padding:0; font-size:12px; line-height:1.8em; color: #353535;}
img {border:0; margin:0; padding:0}
input, select, textarea {color:#999; font-size:11px; background:#fff; border:#ccc 1px solid;}
input.checkbox {border:none; background:none; margin:0 10px 0 0;}
.space {clear:both;}



.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;}


/* Wrapper */
.Wrapper { background-color:#fff; width:995px; *\**/width:994px; margin:20px auto 20px; padding:10px;}
.Header {margin:0; padding:10px 0; position:relative; height:92px;}
.Navi { height:25px; line-height:25px; margin:0; padding:5px 0; background:url(../images/bg_navi.gif) center repeat-x;}
.ContentPage {margin:0; text-align:left;}
.Content {margin:0; padding:5px 30px; text-align:left; -height:1%;}
.Sidebar{width:190px; margin:0; float:left;}
.Main {width:800px; float:right; padding-left:5px; background-color:#fff;}
.Footer {text-align:center; clear:both;}
