@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #666666;
}

a:link {
	color: #009999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}


.list_style {
	list-style-type: none;

}
.list_style li.pt{
display: block;
float: left;
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0 0 50px -10px;
	}
	
.list_style_normal {
	list-style-image: url(../images/main/pt.gif);
	list-style-type: none;

}	



.list_style_small {
	list-style-image: url(../images/main/pt.gif);
	list-style-type: none;
	font-size: 11px;
	line-height: 13px;
}	


.list_style_tutorial {
	list-style-image: url(../images/main/pt.gif);
	list-style-type: none;

}
.list_style_tutorial li{
	clear: both;
	}
	
	
.list_style_tutorial li.duo{
width: 90%;
	}


.subtitle {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #339999;
	margin-left: 28px;
	line-height: 28px;
	font-weight: lighter;
}

.subtitle_float {
	clear: both;
	float: right;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #339999;
	margin: 0 0 20px 28px;
	line-height: 28px;
	padding: 0;
	font-weight: lighter;
}
.subtitle02 {
	font-size: 14px;
	color: #003333;
	font-weight: bold;
	line-height: 18px;
	margin: 20px 0 0 0;
}

.subtitle03 {
	color: #000000;
	font-weight: bold;
}

.subtitle04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #003333;
	font-weight: light;
	line-height: 26px;
	display: block;
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
}


.list_image_left {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.list_image_right {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.content01 {
	margin-left: 28px;
	height: 100%;
}

.subcolumn {
	width: 30%;
	height: 100%;
	float: left;
	margin-right: 20px;
}

.subcolumn02 {
	height: 100%;
	float: left;
	margin-left: 20px;
}

a.dl_btn{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	display: block;
	width: 180px;
	margin-left: 0px;
	height: 35px;
	padding: 0px;
	background-image: url(../images/main/dl_btn.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
}

a.dl_btn:hover{

background-image: url(../images/main/dl_btn-over.gif);
}

.dl_box{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	display: block;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 28px;
	border: 1px solid #CCCCCC;
	height: 100%;
}

.dl_box .ic {

	display: block;
	float: left;
	margin: 0 40px 0 0;
}

.dl_box .description{
	display: block;
	width: 350px;
	float: left;

}

.dl_box .description a.checkout{
	display: block;
	float: right;
	margin-bottom: 0px;
	bottom: 0px;
	position: relative;
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 180px;
	margin-left: 0px;
	height: 35px;
	padding: 0px;
	background-image: url(../images/main/btn_checkout.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
}

.dl_box .description a:hover.checkout{
	background-image: url(../images/main/btn_checkout-over.gif);
}

a.dl_pdf {
	background-image: url(../images/main/ic_pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 20px;
}

a.dl_pdf .mb{
	color: #999999;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.smalltext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;

}

.smalltext_warning {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
}

.general_table {
	background-color: #EFEFEF;
}

.general_table td{
	padding: 5px;
}

.general_table_hl {
	background-color: #e3e3e3;
}

.general_table_header {
	background-color: #006666;
	font-weight: bold;
	color: #FFFFFF;
}