/* 
    Document   : eeprinting
    Created on : Dec 28, 2009, 2:44:22 PM
    Author     : IFI DANANG
    Description:
        Purpose of the stylesheet follows.
*/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #fff;
	color:#444444;
	margin: 0;
	padding: 0;
	text-align: center;
}
* html body{
	width: 100%;
	overflow-x: hidden;
}
ul{
    padding:0;
    margin:0;
}
a {
	text-decoration: none;
	color: #369;
}
a:hover {
	text-decoration: underline;
	color:#999;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #333;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
.input{
    float:left;
}
.text{
    float:left;
}
.sp{
    float:left;
    padding:5px;
}
input {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size: 12px;
}
input.text {
	background:#FFFFFF url(../img/textfield.gif) repeat-x scroll center top;
	border:1px solid #A6A6A6;
	font-size:12px;
        padding:4px;
	
}
input.button {
	background:#1C72AD;
	border-color:#134F81 #1C72AD #1C72AD #134F81;
	border-style:solid;
	border-width:1px;
	color:#fff;
	padding:3px 6px;
	cursor: pointer;
}
input.button:hover{
	background:#175E94;
	border-color:#1C72AD #134F81 #134F81 #1C72AD;
}
.error-message{
    font-size:11px;
    color:red;   
}
.message{
    border:1px solid #27AB42;
    background:#DCFAE2;
    padding:5px;
    color:red;
    font-weight:bold;
}
.required{
    color:red;
}
textarea {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	background:#FFFFFF url(../img/textfield.gif) repeat-x scroll center top;
	border:1px solid #A6A6A6;
	font-size:12px;
	padding:2px 1px;
}
select {
	background: #fff;
	border: 1px solid #A9DBF6;
}


#main{
	margin:0 auto;
	width:999px;
	text-align: left;

}

#main-inner {
	padding-top:0px;
        margin:0 auto;

}
#main-top{
    background: url('../img/bg_top.png') no-repeat;
    height:14px;
    width:999px;
}
#main-center{
    background: url('../img/bg_center.png') top;
    background-repeat: repeat;
    margin:0;
    overflow:hidden;
    padding:0;
    width:1000px;

}

#main-bottom{
    background: url('../img/bg_bot.png') no-repeat;
    padding-top:10px;
    padding-left:10px;
    height:50px;
    width:999px;
    text-align: center;
    color: green;
}
#full-box{
    width:999px;
    padding-left:10px;
    padding-right:10px;
    
    
}
#col-left{
	float:left;
	width:200px;
}
#content {
	float:left;
	

}
#col-right{
	float:left;
	width:200px;
}

/*Style clo Left*/

.col-top{
    background: url('../img/col-top.png') no-repeat;
    float:left;
    width:199px;
    height:35px;
}
.col-top .title{
    font-size:14px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    padding-top:5px;
    text-transform:uppercase;
}
.col-solitude{
    background: url('../img/col-solitude.png') no-repeat;
    float:left;
    width:199px;
    height:35px;
}
.col-solitude a{
    font-size:14px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    padding-top:8px;
    text-transform:uppercase;
}
.col-solitude a:hover{
    color: #FFCC00;
}
.col-solitude .title{
    font-size:14px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    padding-top:8px;
    text-transform:uppercase;
}
.col-mid{
    background: url('../img/col-mid.png') top;
    background-repeat: repeat;
    margin:0;
    overflow:hidden;
    padding:0;
    width:199px;
}
.col-mid-padding{
    width:190px;
    padding:3px 0px 3px 10px;
}


.col-bot{
    background: url('../img/col-bot.png') no-repeat;
    float:left;
    width:199px;
    height:20px;
    padding-bottom:5px;
}
/*Style clo right*/

.col-top-right{
    background: url('../img/col-top.png') no-repeat;
    float:left;
    width:180px;
    height:35px;
}
.col-top .title-right{
    font-size:14px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    padding-top:5px;
    text-transform:uppercase;
}

.col-mid-right{
    background: url('../img/col-mid.png') top;
    background-repeat: repeat;
    margin:0;
    overflow:hidden;
    padding:0;
    width:180px;
}
.col-mid-padding-right{
    width:180px;
    padding:3px 0px 3px 10px;
}


.col-bot-right{
    background: url('../img/col-bot.png') no-repeat;
    float:left;
    width:180px;
    height:20px;
}

/***Logo***/
#header{
	margin:0 auto;
	width:999px;
    overflow:hidden;
	text-align: left;
    position:relative;    

}
.header_logo{
    background:url('../img/logo.png') no-repeat;
    height:70px;
    width:271px;
    float:left;
}
.header_login{
    float:left;
    width:700px;
    float:left;
    text-align:right;
    vertical-align:bottom;
    line-height:70px;
    height:70px;
    font-weight:bold;
    font-size:13px;
    
}
/***Menu ***/
.menu_bg{
    background:url('../img/bg_menu.png') repeat-x;
    height:35px;
    width:100%;
    
    
}
.menu{
    float:left;
    width:1000px;
    font-weight:bold;
    font-size:14px;
    text-align:left;
    padding-left:10px;
}
.menu_date{
    float:left;
    /*width:120px;*/
    text-align:center !important;
    font-weight:bold;
    color:#4ba123;
}
span.c_menu{
    background:url('../img/c_menu.png') repeat-y;
    height:100px;
    padding-left:3px;
    padding-right:3px;
    

}
#menu_left {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    overflow:hidden;
    padding-right:0px;
    width:180px;
}
#menu_left li {
    padding:3px;
    border-bottom:1px solid #DFDFDF;
    cursor:pointer;
    font-size:12px;
    line-height:21px;
    padding-left:20px;
    padding-right:5px;
    font-weight:bold;
    background: url('../img/icon-cat.png') no-repeat left center;
    
}
#menu_left li.sub {
    border-bottom:1px solid #DFDFDF;
    cursor:pointer;
    font-size:13px;
    line-height:25px;
    padding-left:20px;
    padding-right:5px;
    font-weight:bold;
}
#menu_left li a {
    display:block;
    line-height:25px;
    text-decoration:none;
    
    
}
#menu_left li:hover {
    color:#FF0000;
    background:#F6F6F6 url('../img/icon-cat-hover.png')  no-repeat left center;
}
#menu_left li.actived {
    background:#EEEEEE none repeat scroll 0 0;
    color:#FF0000;
    background:#F6F6F6 url('../img/icon-cat-hover.png')  no-repeat left center;
}
div.regiser{
    width:100%;
    float:left;
    overflow:hidden;
    
}
ul.membertools
{
	font-weight:bold;
	padding:0;
	margin:0;
	list-style:none;
	margin-top:10px;
	border-top:1px solid #DFDFDF;
	width:180px;
	
}
ul.membertools li a{
	display:block;
	width:170px;
	_width:180px;
	padding:5px;
	border-bottom:1px solid #DFDFDF;
}
ul.membertools li a:hover
{
	text-decoration:none;
	background:#F6F6F6;
}
div.reg-text{
    float:left;
    width:150px;
    text-align:right;
    padding-right:5px;
    margin-bottom:5px;
}
div.reg-input{
    float:left;
    width:400px;
    margin-bottom:5px;
}
div.reg-box{
    border:1px solid #DEDDD7;
    width:100%;
    overflow:hidden;
    margin-bottom:20px;
    padding-bottom:10px;
}
div.reg-header{
    background: #FFFFFF url('../img/bg-header.png') repeat-x;
    height:30px;
    border-bottom:1px solid #DEDDD7;
    margin-bottom:15px;
    line-height:25px;
    font-weight:bold;
    font-size:14px;
    color:#FFFFFF;
    padding-left:10px;

}

div.home{
    float:left;
   
    
}
div.home-top{
    float:left;
    width:250px;
    height: 210px;
    margin:2px;
    padding:5px;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    text-align: center;
}
.home-img{
   width:125px;

    
}
.home-text{
    text-align:center;
}
.pro-box{
    float:left;
    padding:0px;
    margin:0px;
    width:100%;
}

.pro-left{
    background:url('../img/pro-left.png') no-repeat;
    height:31px;
    float:left;
    width:12px;
}
.pro-center{
    background:url('../img/pro-center.png');
    height:31px;
    float:left;
    line-height:30px;
    color:#FFFFFF;
    width:540px;
}
.pro-right{
    background:url('../img/pro-right.png') no-repeat;
    float:left;
    height:31px;
    width:10px;
}
.pro-content{
    /*border:1px solid #008000;*/
    float:left;
    width:200px;
    padding-bottom:10px;
    margin-bottom:20px;
    background:url('../img/pro-bg.png') repeat-x top;     
}
.pro-content-contact{
    /*border:1px solid #008000;*/
    float:left;
    width:562px;
    padding-bottom:10px;
    margin-bottom:20px;
    background:url('../img/pro-bg.png') repeat-x top;     
}
.content{
    padding:5px;
    float:left;
}
.content-box{
    width:550px;
    float:left;
    padding-top: 5px;
}
.content-text{
    width:50px;
    float:left;
    text-align:left;
    padding-right:5px;
    /*text-transform:uppercase;*/
    line-height:21px;
}
.content-value{
    float:left;
    width:140px;
    line-height:21px;
}
.content-value1{
    float:left;
    width:560px;
    line-height:21px;
}
.pro-description{
   
    float:left;
}
.description{
    width:560px;
    float:left;
    height:40px;
    border-bottom:1px solid #008000;
    margin-bottom: 10px;
}
.description h1{
    text-transform: uppercase;
    font-size: 1.5em;
    color: #008000;
}
.pro-img{
    width:350px;
    float:left;
    margin-top:20px;
    margin-bottom:20px;
    text-align:center;
}
table.contact{
    font-size:12px;
    
}
table.contact td{
    padding:3px;
}
table.full{
    font-size:12px;
}
table.full td{
    overflow:hidden;
}
.pad{
   padding-top:5px;
   padding-bottom:5px;
}
.banner{
    width:450px;
    height:40px;
    float:left;
    text-align:center;
    position: absolute;
    left:300px;
    top:15px;
}



