#shoppingCart {
	padding:0 5px 0 10px;
}
#shoppingCart .contentArea {padding:0 0 1em 0;width:100%;}
#shoppingCart h2 {margin:0 !important;}

#shoppingCart .fakeTable {
	margin:0;
}
#shoppingCart .fakeTable .listing {
	font-size:0.8em;
	border-bottom:1px solid #000;
	padding:15px 8px 0 8px;
}
.listing .imageBlock {
	float:left;
	display:inline; 	/* fix explorer bug */
	margin:0 1em 1em 0;
	border-width:0;
	max-width : 140px;
	overflow : hidden;
}

.listing .imageBlock img.prodImage		{border:1px solid #000;}
.listing .imageBlock img.enlargeImage	{border:1px solid #FFF;}

.listing .listingTextBlock {
	margin-left:165px;
}

.listing img.brand {
	float:right;
	display:inline; 	/* fix explorer bug */
	margin:0 0 0.5em 1em;
	border-width:0;
}
.listing h3 {
	font-weight:bold;
	margin:0;
	font-size:1.1em;
	line-height:1.2em;
}
.listing  .id {
	margin:0 0 1em 0;
}
.listing  .misc3 {
	margin:1em 0 0.5em 0;
	font-size:1.1em;
	font-weight:bold;
	color:#C00;
}


#shoppingCart .prices a {color:#c00;}

#shoppingCart .prices {color:#c00;font-weight:bold;}

#shoppingCart .prices .price {}
#shoppingCart .prices .specialPrice {}

#shoppingCart .prices .priceLabel {color:#000;}
#shoppingCart .prices .specialPriceLabel {color:#000;}

.listing table.option td {
	padding:1px 6px 1px 0;
	vertical-align: top;
	font-weight:normal;
}
.listing table.option td label  {font-size:10pt;font-weight:bold}
.listing table.option td input.qty  {font-size:0.9em;width:1.5em;}
.listing table.option td select {font-size:0.9em;}

/*******  styleDisplay  *******/

#shoppingCart .listing2  {
	width:29% !important;
	float:left;
	text-align:center;
	padding:2%;
	min-height:150px;
}
#shoppingCart .newLine  {
	clear:left;
}
#shoppingCart .listing2
{
	width:29%;
	display:block;
	text-align : center;
}
#shoppingCart .listing2 .listingImageArea {
	display:block;
}
#shoppingCart .listing2 .listingImageArea img {
  margin: 0px auto;
}
#shoppingCart .listing2 h3 {
	font-size:0.9em;
	line-height:130%;
	font-weight:bold;
	margin:	0.5em 0;
}
/*******  /styleDisplay  *******/

#searchForm label {
  clear: left;
  display: block;
  float: left;
  width: 120px;
  margin: 5px 15px;
  vertical-align: middle;
}
#searchForm select, #searchForm input {
  display: block;
  float: left;
  width: 350px;
  margin: 5px;
  background-image: url(../images/cellbg.gif);
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #D7E5F2;
  color: #102132;
  border: 1px solid #284279;
}
#searchForm input {
  width: 40px;
}
#searchForm .noclear {
  clear: none;
}
#searchForm .box {
  background-color: #EEE;
  margin: 10px 0px;
  border: 1px solid #BBB;
  width: 535px;
}


.buttonAsLink {
	display:			block;
	font-size:			13px;
	color:				#7a1109 !important;
	background-color:	#ECE9D8;
	font-weight:     	bold;
	padding:          	3px 0;
	border-width:     	0;  
	cursor:            	pointer;
	width:            	100px;
	text-align:			center;
}

table.option tr.buttons td {padding-top:10px;}
