@charset "utf-8";
/* CSS Document */

.cartdisp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	height: 270px;
	max-height: 270px;
}
.cart1 {
	margin-top: 30px;
	background-image: url(cart-status.jpg);
	width: 190px;
	height: 316px;
	max-height: 316px;
}
.cart2 {
	width: 190px;
	height: 270px;
	max-height: 270px;
}
.cart1 .cart2 .cartdisp tr td {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:0px;
	padding-left: 2px;
}
.cart4 {
	width: 190px;
	height: 20px;
	position: relative;
	top: -32px;
}
.SearchItemTable {
	padding-top: 25px;
	padding-bottom: 25px;
}
.SearchSep {
	height: 1px;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.SearchThumb {
	padding: 10px;	
}
.SearchDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C03;	
}
.SearchPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;	
}
#footer {
	font-size:11px;
	margin:0 auto;
	padding:0 0 50px 0;
	text-align:center;
	width:980px;
}

/* For checkout enhancements */
.demo  {z-index:99; display: none}
.pdgmain {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; vertical-align: top;}
.pdgmainLeft {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; vertical-align: top; width: 400px;}
.pdgmainhdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
	font-weight : bold;
}

