

#content{
	float: left;
	width:980px;
	margin-top: 10px;
}

#cartArea{
	width:840px;
	margin: 35px auto;
}

#cartTitle{
	float: left;
	width: 100%;
	padding: 5px 0 15px 0;
}

#cartStep{
	float: left;
	width: 100%;
	text-align: center;
}

.cartTable{
	float: left;
	display: table;
	width:100%;
	margin: 25px 0;
	border: #ccc 1px solid;
	font-size: 0.8em;
	border-collapse: collapse;
}

.ctr{
	display: table-row-group;
	min-height: 30px;
	line-height: 30px;
	text-align: center;
}

.sub .ctc{
	background: #efefef;
}

.third{
	border-top: #ccc 1px solid;
}

.third .ctc:last-child{
	border-left:#ccc 1px solid;
}

.four{
	border: #333 2px solid;
}

.four .ctc:last-child{
	color: #f00;
}

.five{
	border: #ccc 1px solid;
}

.colspan .ctc:first-child{
	font-weight: 900;
	font-size: 1em;
}

.subtitle{
	background:#efefef;
	width:150px;
	text-align: right;
	padding-right: 15px;
}

.subInfo{
	text-align: left;
	padding-left: 15px;
}

.ctitle{
	background: #ccc;

}

.ctitle:first-child{
	text-align: left;
	padding-left: 15px;
}

.ctc{
	display: table-cell;
}

.ctc2{
	width:100px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	padding-right: 15px;
}

.colspan{
	display: table-caption;
	caption-side: bottom;
}

.ctc p{
	line-height: 20px;
	margin:8px 0;
	text-align: left;
}

.ctr .info{
	padding-top: 15px;
	width:175px;
	line-height: 20px;
	vertical-align: top;
}

.cts{
	text-align: right;
}

.inp{
	text-align: left;
}

#cInfo{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:#000 1px solid;
}

.dollar{
	font-weight: 900;
}

.price{
	font-weight: 900;
	font-size: 1.25em;
}

input[type="number"]{
	width:50px;
}

input[type="radio"]{
	margin-right: 5px;
}

.radio{
	width:150px;
	padding-left: 35px;
}

.blue{
	color: blue;
}

.red{
	color: red;
}

.BTN{
	margin-left:10px;
}

.line{
	height: 1px;
	background: #ccc;
}

.line .ctc{
	height: 1px;
	background: #ccc;
}

.top{
	height: 45px;
}

.top .ctc{
	position: relative;
	top:10px;
}

.bottom{
	height: 45px;
}

.ta{
	height:100px;
}

input, textarea{
	border: #aaa 1px solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}

textarea{
	position: relative;
	top:10px;
}

#cartOK{
	float: left;
	width:100%;
	margin: 35px 0;
	border:#ccc 1px solid;
	padding-bottom: 75px;
	text-align: center;
}

#OKline{
	width:100%;
	height: 35px;
	margin-bottom: 35px;
	background: #ccc;
}

#OK1{
	margin-bottom: 20px;
}

#OK2{
	font-size: 1.5em;
	font-weight: 900;
}









