#leftCol {
	float: left;
	width: 55%;
}
#leftCol1 {
	float: left;
	width: 100%;
}
#rightCol {
	float: left;
	width: 40%;
	margin-left:20px;
}
#rightCol1 {
	float: left;
	width: 0%;
	margin-left:20px;
}
.gray {
	background-color: #c9c9c9;
	width:100%;
	border-bottom: 1px solid #c9c9c9;
}

.grayTop {

	background-color: #c9c9c9;
	width:100%;
	height: 10px;
	font-size:1px;
}

.greenTop {
	background-image: url(../images/band_t.gif);
	background-repeat: repeat-x;
	height: 15px;
	font-size:1px;
}

.green2Top {
	background-color: #8dc33c;
	height: 10px;
	font-size:1px;
}

.greenBottom {
	background-image: url(../images/band_d.gif);
	background-repeat: repeat-x;
	height: 15px;
	font-size:1px;
}	

.green {
	background-color: #8dc33c;
	width:100%;
	color: white;
	font-size:12px;
}

.c1TL {
	width: 10px;
	height: 10px;
	float: left;
	background-image: url(../images/c_TL.gif);
}

.c3TL {
	width: 10px;
	height: 10px;
	float: left;
	background-image: url(../images/c3_TL.gif);
}


.c1BL {
	width: 10px;
	height: 10px;
	float: left;
	background-image: url(../images/c_BL.gif);
}


.c3BL {
	width: 10px;
	height: 10px;
	float: left;
	background-image: url(../images/c3_BL.gif);	
}


.c3BR {
	width: 10px;
	height: 10px;
	float: right;
	background-image: url(../images/c3_BR.gif);
}

.c2TL {
	width: 10px;
	height: 15px;
	float: left;
	background-image: url(../images/c2_TL.gif);
}

.c2BL {
	width: 10px;
	height: 15px;
	float: left;
	background-image: url(../images/c2_BL.gif);
}

.c1TR {
	width: 10px;
	height: 10px;
	float: right;
	background-image: url(../images/c_TR.gif);
}

.c3TR {
	width: 10px;
	height: 10px;
	float: right;
	background-image: url(../images/c3_TR.gif);
}

.c1BR {
	width: 10px;
	height: 10px;
	float: right;
	background-image: url(../images/c_BR.gif);
}

.c2TR {
	width: 10px;
	height: 15px;
	float: right;
	background-image: url(../images/c2_TR.gif);
}

.c2BR {
	width: 10px;
	height: 15px;
	float: right;
	background-image: url(../images/c2_BR.gif);
}

.padding {
	margin:0 20px;
	}
	
.price {
	background-color: #c30000;
	width: 90px;
	text-align:center;
	background-color: #c30000;
	float:left;
}

.priceL {
	background-image: url(../images/price_L.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 32px;
	float:left;
}

.priceR {
	background-image: url(../images/price_R.gif);
	width: 10px;
	height: 32px;
	float: right;
	background-repeat: no-repeat;
}

.priceM {
	font-size:12px;
	float:left;
	line-height:32px;
	height: 32px;
	background-color: #c30000;
	color: white;
}

.priceM1 {
	font-size:12px;
	float:left;
	line-height:32px;
	height: 96px;
	background-color: #c30000;
	color: white;
}

.green .padding A {
	color: yellow;
}

