﻿@charset "UTF-8";

/* CSS Document */

/* div_content↓ */
.row01{
	margin: 35px 0px 0px 0px;
/*	width: 573px;*/
/*	float: left;*/
}
.cell01{
	margin-right: 10px;
	width: 325px;
	float: left;
}
.row02{
	margin: 10px 0px 0px 0px;
}
.cell02{
	color: #6699FF;
 	width: 130px;
	float: left;
}
.cell03{
	color: #6699FF;
 	width: 100%;
	float: none;
}

.box{
	margin-left: 245px;
	height: 155px;
	color: #6699FF;
	font-size: 10px;
	line-height: 170%;
	background-image: url(../img/box_shadow.gif);
	background-repeat: no-repeat;
}

h1{
	color: #FFCC00;
}
.product_name{
	color: #0066CC;
}

h2{
	color:#888888;
}
h3
{
	color:#888888;
}
h4
{
	color:#888888;
}

.link01{
	color: #888888;
	line-height: 110%;
}
.font_link{
	width: 170px;
	color: #333333;
}

/* Product specification */
table.specification {
	width: 500px;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}
table.specification th,
table.specification td {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	line-height: 130%;
	color: #333333;
	padding-left: 5pt;
	padding-right: 5pt;
}
table.specification th
{
	color:#888888;
	font-size: 11px;
	font-weight:normal;
}
table.specification td.title
{
	color:#888888;
	font-size: 11px;
	font-weight:normal;
}
table.specification td.subTitle
{
	padding-left: 15px;
}
table.specification td.subSubTitle
{
	padding-left: 25px;
}

ul.specification 
{
	margin-left: 15px;
}
ul.specification li
{
	display: list-item;
	list-style-position: outside;
	list-style-image: url(/includes/images/arrow_blue02.gif);
	list-style-type: none;
}

/* two columns sheet */
table.twoColumnsSheet {
	width: 500px;
	border-style: none;
	margin-top: 30px;
}
table.twoColumnsSheet th,
table.twoColumnsSheet td
{
	margin-top: 10px;
	border-style: none;
	line-height: 130%;
}
table.twoColumnsSheet col.title {
	width: 130px;
	font-weight: normal;
	color: #6699FF;
	vertical-align: top;
}
table.twoColumnsSheet col.description {
}

ul.products {
	margin-left: 20px;
}
ul.products li
{
	display: list-item;
	list-style-position: outside;
	list-style-image: url(/includes/images/arrow_blue02.gif);
	list-style-type: none;
}

.detail{
	margin: 30px 0px 0px 0px;
	width: 500px;
	height:270px;
	border: 1px solid #CCCCCC;
	text-align:center;
}

.div_footer{
	width: 500px;
}

/* Features */
ol.Features
{
	margin: 10px 0px 10px 30px;
	padding-left: 0px;
}
ol.Features li
{
	/* color: #6699FF; */
	
	display: list-item;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
}

ul.Feature 
{
	display: list-item;
	padding-left: 0px;	
	margin-left: 20px;

	/* Firefox and CSS standard */
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(/includes/images/arrow_blue02.gif);
}
ul.Feature li
{
	/* color: #6699FF; */
	color: #333333;

	/* IE */
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(/includes/images/arrow_blue02.gif);
}

ul.SubFeature {
	display: list-item;
	margin-left: 20px;
	padding-left: 0px;

	/* Firefox and CSS standard */
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}
ul.SubFeature li
{
	color: #333333;

	/* IE */
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}

