img { 
	border: 0px;
}

.answersFixed {
	height: 350px;
	width: 280px;
}

.answersScroll {
	height: 350px;
	width: 280px;
    overflow:-moz-scrollbars-vertical;
    overflow-y:scroll;
    overflow-x:hide;
}

#ScrollBox {
	height:335px;
	width:670px;
    overflow:-moz-scrollbars-vertical;
    overflow-y:scroll;
    overflow-x:hide;
	text-align:center;
}

/* Shopping Cart Styles */ 

.ShoppingCart {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #52372C;	
}

.ShoppingCart th {
	background-color: #2D2923;
	color: #FFF;
	padding: 1px;
}

.ShoppingCart td {
	padding: 1px;
}

.ShoppingCart .Alt {
	background-color: #B5C7E7;
}

.ShoppingCart .TotalRow {
	background-color: #F7A221;
	font-weight: bold;
}

.ShoppingCart .SubTotalRow {
	background-color: #B5C7E7;
	font-weight: bold;
}

.Exception {
	color: #F00;
	background-color: #fff;
	list-style: none;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px;
	width: 92%;
}

.checkout label {
	width: 115px;
	display: block;
	float: left;	
	text-align: left;
}

.checkout input {
  border: 1px solid #191810;
  margin-top: 2px;
}

.checkout select {
	margin-top: 2px;
}
/* General Styles */  


.Text25 {
	width: 25px;		                          
}

.Text35 {
	width: 35px;		                          
}

.Text45 {
	width: 45px;		                          
}

.Text50 {
	width: 50px;	                          
}

.Text75 {
	width: 75px;	                          
}

.Text100 {
	width: 100px;	                          
}

.Text115 {
	width: 115px;	                          
}

.Text125 {
	width: 125px;	                          
}

.Text150 {
	width: 150px;	                          
}

.Text250 {
	width: 250px;	                          
}

.Right {
	text-align: right;
}

img {
	border: 0px;
}

#cartdata {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.cartdatatable {
	border: 2px solid #666666;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.cartdatatable td {
	padding: 2px;
	margin: 0px;
}
.cartdatatable tr {
	padding: 5px;
	margin: 0px;
}
.cartdatatable .cartgrey {
	background-color: #c1c0bd;
	color: #000000;
}
.cartdatatable .cartorange {
	background-color: #f3ca70;
	color: #000000;
}
.cartdatatable .TotalRow {
	background-color: #B5C7E7;
	color: #000000;
}
