@charset "utf-8";

#leadcopy {
	padding: 10px;
	border-bottom: #CCCCCC 1px solid;
}

h2 {
	padding: 5px 0;
}

#content {
}

#content ul:last-child {
	margin-bottom: 30px;

}

#content:after{
    content: ""; 
    display: block; 
    clear: both;
}

#content ul,
#content li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content li {
	clear: both;
	display: block;
	padding: 6px;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	cursor: pointer;
	background-image: linear-gradient(bottom, rgb(255,247,247) 26%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,247,247) 26%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,247,247) 26%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,247,247) 26%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,247,247) 26%, rgb(255,255,255) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.26, rgb(255,247,247)),
		color-stop(1, rgb(255,255,255))
	);
}

#content li a:link,
#content li a:hover,
#content li a:active,
#content li a:visited {
	color: #000;
	text-decoration: none;
}

#content li a:hover {
	color: #000;
	text-decoration: none;
}

#content dl,
#content dt,
#content dd {
	display: block;
	margin: 0;
	padding: 0;
}

#content dl {
	 display: table;
	 width: 100%;
}

#content dt {
	display: table-cell;
	float: left;
	width: 65px;
	padding: 5px 0;
	background-color: #FFFFFF;
	border: #CCCCCC 1px solid;
}

#content dd {
	display: table-cell;
	width: 100%;
	padding-right: 30px;
	padding-left: 10px;
	text-align: left;
	line-height: 140%;
	vertical-align: middle;
	background: url(../index_img/list_arrow.png) right center no-repeat;
	background-position: right 7px ceter;
}

h3 {
	padding: 5px 0;
	margin-bottom: 1px;
	text-align: center;
	border-top: #CCCCCC 1px solid;
	background-image: linear-gradient(bottom, rgb(234,234,234) 41%, rgb(255,255,255) 76%);
	background-image: -o-linear-gradient(bottom, rgb(234,234,234) 41%, rgb(255,255,255) 76%);
	background-image: -moz-linear-gradient(bottom, rgb(234,234,234) 41%, rgb(255,255,255) 76%);
	background-image: -webkit-linear-gradient(bottom, rgb(234,234,234) 41%, rgb(255,255,255) 76%);
	background-image: -ms-linear-gradient(bottom, rgb(234,234,234) 41%, rgb(255,255,255) 76%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.41, rgb(234,234,234)),
		color-stop(0.76, rgb(255,255,255))
	);
}

#productInfo ul {
}

#productInfo ul,
#productInfo li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#productInfo li {
	clear: both;
	display: block;
	padding: 6px;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	line-height: 140%;
	cursor: pointer;
	background-image: linear-gradient(bottom, rgb(255,247,247) 0%, rgb(255,255,255) 37%);
	background-image: -o-linear-gradient(bottom, rgb(255,247,247) 0%, rgb(255,255,255) 37%);
	background-image: -moz-linear-gradient(bottom, rgb(255,247,247) 0%, rgb(255,255,255) 37%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,247,247) 0%, rgb(255,255,255) 37%);
	background-image: -ms-linear-gradient(bottom, rgb(255,247,247) 0%, rgb(255,255,255) 37%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,247,247)),
		color-stop(0.37, rgb(255,255,255))
	)
}

#productInfo li a {
	display: block;
	padding: 15px 10px;
	background: url(../index_img/list_arrow.png) right center no-repeat;
	background-position: right 7px center;
}

#productInfo li a:link,
#productInfo li a:active,
#productInfo li a:visited {
	color: #000;
	text-decoration: none;
}

#productInfo li a:hover {
	color: #666;
	text-decoration: none;
}