/* product description classes */
h1 {
	margin: 0;
	font-size: 14px;
	color: #336699;
}
#pdesc_title {
	font-size: 12px;
	margin: 0;
	margin-top: 5px;
}
#pdesc_subtitle {
	margin: 0;
	font-size: 12px;
}
#pdesc_list {
	margin-top: 2px;
	margin-bottom: 10px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 9pt;
	padding-top: 2px;
	padding-bottom: 5px;
}
#pdesc_list li {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#addToCart {
	margin: 0;
	margin-top: 10px;
	padding-top: 30px;
	border-top: 1px solid #999999;
	width: auto;
}
#suggestedItems {
	margin: 0;
	margin-top: 10px;
	padding-top: 30px;
	border-top: 1px solid #999999;
	width: auto;
}
#searchResults {
	width: 100%;
}
#searchResults table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}
#searchResults table thead tr td {
	background-color: #666666;
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	padding-left: 4px;	
	border: 1px solid #999999;
	background-image: url(../images/tableTheadBg.gif);
	background-repeat: repeat-x;
}
#searchResults table tbody tr td {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 33%;
	padding: 5px;
}
#searchResults table tbody tr td img {
	border: 0;
}
#searchResults table tbody tr td p {
	font-size: 10px;
	color: #333333;
}
#rightColumn h1 {
	margin: 0;
	font-size: 14px;
	color: #336699;
}
#searchResults h2 {
	font-size: 11px;
	color: #336699;
}
.regularprice {
	color: red;
}
.shortdescription {
	color: #336699;
	font-weight: bold;
	margin-bottom: 2px;
}
.shortdescription a {
	padding-left: 4px;
	padding-top: 4px;
}
#productDetails {
	float: left;
	width: 300px;
}
.errorText {
	background-color: yellow;
}
#productsTitleBar {
	background: url(/images/titleBg.jpg) repeat-x;
	color: #990000;
	font-size: 9pt;
	font-weight: bold;	  	
	width: 630px;
	height: 17px;
	margin: 20px 0 -11px 0;
	padding: 3px 0 0 3px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
