/* CSS Document */
.maintextholder {
	padding:0px 0px 0px 47px;
	}
#productsContainer {
	background-color: #ebebeb;
	border: 0;
	height:auto;
	width:640px;
	}
*html #productsContainer {
	height:1%;
	}
#productsLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	width: 300px;
	height: auto;
	background-color: #ebebeb;
	padding:11px 15px 20px 10px;
	float:left;
	}
#productsRight {
	float:left;
	width: 245px;
	height: auto;
	background-color: #ebebeb;
	padding:11px 15px 20px 10px;
	}
.clear {
	clear:both;
	line-height:0px;
	font-size:0px;
	}
.productDescription,
.productImage {	
	width:140px;
	vertical-align:top;
	}
#submitButton {
	padding:0px 110px 0px 0px;
	}
.productQty {
	width:75px;
	vertical-align:top;
	}
#errors {
	border:1px solid #993333;
	background:#fdd3d3;
	color:#993333;
	padding:5px;
	}
#errors ul {
	margin-left:30px;
	}
#orderSuccess {
	border:2px solid #385c8a;
	background:#ebebeb;
	padding:25px;
	width:590px;
	}
#LSResult {
	border:1px solid #333333;
	position:absolute;
	width:300px;
	background:#dddddd;
	display:none;
	}
#LSResult ul {
	margin:0px 0px 0px 15px;
	padding:0px;
	}
#LSResult ul li {
	list-style:none;
	padding:0px 0px 0px 20px;
	margin:0px;
	background:url(../images/bullet.gif) no-repeat left;
	}
#LSResult ul li a{
	color:#000000;
	}
.notAvailable {
	color:#e73430;
	}
