#indicator{
	position: absolute;
	margin-top: 0 0 -32px 0;
	width: 218px;
	z-index: 2;
	display: inline
}
form {
	display:inline;
}
.row {
	min-height: 24px;
	_height: 24px; /* IE6 */
	padding: 6px 0px 2px 0px;
	border-bottom: 1px solid #fff;
	background-color: #ABC3DB;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ABC3DB,endColorStr=#CDDCEC);
}
.odd{
	background-color: #ABC3DB;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ABC3DB,endColorStr=#CDDCEC);
}
.even{
	background-color: #82A1C3;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#8EAACA,endColorStr=#ABC3DB); 
}
.cell1, .cell2, .cell3, .cell4 {
	float:left;
	padding: 1px;
}
.cell1 {
	width:17px;
	padding-left: 4px;
}
.cell2 {
	width:150px;
}
.cell3 {
	width:30px;
}
.cell4 {
	width:80px;
	white-space: nowrap;
}
.cell5 {
	float:left;
	width:17px;
	text-align:right;
}

#cart {
	float: left;
  	width: 318px;
	background-color: #5186BC;
	/*min-height: 300px;
	height:expression(document.body.clientHeight > 300 ? "300px": "100%" );
	_height: 300px;  IE6 */
}
#cart DIV{
	color: #000000;
	font-size: 13px;
}
#cart .bottom{
  	height: 15px;
	background: #5186BC url('../../../img/rc.png') no-repeat right -45px;
	_background: #5186BC url('../../../img/rc.gif') no-repeat right -45px; /* IE6 */
	font-size: 1px;
}
#cart, #cart A {
	color: #000000;
	text-decoration: none;
}
#cart IMG {
	border: 0px;
}
#cartItems {
	font-size:10px;
	color: #000000;
	border:1px solid #fff;
	border-bottom: 0px;
	margin: 0px 4px 0px 4px;
	width: 97%;
}
#indicator {
	font-size:11px;
}
.left {
	color: #000000;
	float:left;
}
.right {
	float:right;
	padding-right: 4px;
}
.clear {
	clear:both;
}
#cartIsEmpty {
	color: #000000;	
	padding: 4px 2px 4px 2px;
	line-height: 24px;
	border-bottom: 1px solid white;
}
.cartOnHover {

}
div.cartTitle {
	cursor: pointer;
	color: #000000;
	padding: 8px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
}
div.cartTitle img {
	position: relative;
	top: 4px;
}
div.cartFooter {
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}
.cartFooter img {
	position: relative;
	top: 4px;	
}
table.Checkout {
	background-color: #FFFFFF;	
	border: 1px solid #000000;
	color: #000000;
	width: 100%;
}
.Checkout th {
	text-align: left;
	background-color; #EEEEEE;
	border-bottom: 1px solid #000000;	
	color: #000000;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
}
.Checkout td {
	color: #000000;
	padding: 3px 3px 3px 3px;
}
.Checkout input, select {
	width: 200px;	
	border-color: #000000;
}
.ContainerBox {
	margin-right: 0px;
	position: absolute;
	z-Index: 2;
}
.ContainerBox select {
	width: 155px;	
}