div.content {
	width: 560px;
	margin: auto;
	text-align: left;
	overflow: hidden;
}

div.product {
	margin-bottom: 50px;
}

div.pdf {
	margin: 15px 0px;
	line-height: 14px;
}

div.pdf a {
	background: url(../image/icon/ico_pdf.gif) 0px 0px no-repeat;
	padding: 7px 0px 7px 35px;
	text-decoration: none;
	font-weight: normal;
}

div.pdf a:hover {
	text-decoration: underline;
}

div.pdf ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.pdf ul li {
	padding: 0px;
	margin: 20px 0px; 
}

h1 {
	font-size: 17px;
	font-weight: normal;
	margin: 15px 0 15px 0;
}

h1.top-spacer {
    margin-top: 40px;
}

p {
	margin: 5px 0 12px 0;
	line-height: 16px;
}

p.justify {
	text-align: justify;
}

a.more {
    text-decoration: none;
    color: #DFDFDF;
}

a.more:hover {
    color: #fff;
    
}

h2 {
	font-size: 15px;
	font-weight: normal;
	margin: 15px 0 15px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 7px 0px 12px 0px;
}


table.table_info {
	border-collapse: collapse;
	font-size:  10px;	
}

table.table_info td {
	background: #CCCCCC;
	margin: 0px;
	border: solid 2px #5C5C5C;
	padding: 5px;
	color: #000000;
}

table.table_info th {
	background: #999999;
	margin: 0px;
	border: solid 2px #5C5C5C;
	padding: 5px;
}


.full_width {
	width: 100%;
}

img.img_bottom {
	margin-bottom: 12px;
}

img.img_top {
	margin-top: 12px;
}

img.img_margin {
	margin: 4px 4px 4px 4px;
}

img.img_right {
    margin-right: 12px;
}

img.img_border {
    border: solid 2px #A5A5A5;
}

ol.list_element li ul {	
	margin: 4px 0px 10px 0px;
}

ul.list li{
	margin: 4px 0px 0px 0px;
}


/* maing page */
div.box {
    margin-left: 19px;
    width: 174px;
    overflow: hidden;
}

div.box_first {
    margin-left: 0;
}

div.aboutus_top_belt {
    margin: 10px 0 0 0;    
}

div.aboutus_top_belt a {
    text-decoration: none;
    color: #efefef;
    font-weight:bold;
    font-size: 12px;
    display: block;
    float: left;
    padding: 5px 5px;
    margin: 0 4px 0 0;    
}

div.aboutus_top_belt a:hover {
    text-decoration: underline;

}

div.aboutus_top_belt a.selected {
    background: #5D5D5D;
}

div.tab_content {
    padding: 15px;
    background: #5D5D5D;
}

table.form {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-top: solid 2px #515151;
    border-left: solid 2px #515151;
}

table.form td {
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    border-right: solid 2px #515151;
    border-bottom: solid 2px #515151;
    background: #4B4B4B;
}

table.form input {
    border: none;
    padding: 2px;
    width: 200px;
}

table.form textarea {
    width: 300px;
    border: none;
    height: 120px;
}

table.form td.submit {
    text-align: right;
}

table.form td.submit input {
    width: auto;
}

ol.list_element {

}

ol.list_element li {
    
}
ol.list_element ul {
    padding-left: 15px;
}

ol.list_element ul li {
    list-style-type: circle;
}

ul.list {
    padding-left: 15px;
}

ul.list li {
   list-style-type: circle;
   margin-left: 15px;
}
