#divPanel01 {
	background-color: #E5E5E5;
	background-image: url(../merchandise/imageFiles/panel-01-frame-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 630px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#divPanel02 {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../merchandise/imageFiles/panel-02-frame-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 630px;
	padding-bottom: 20px;
}

.spanShoppingCart {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #404040;
	vertical-align: middle;
	float: right;
	margin-right: 10px;
}

h1 {
	font-size: 24px;
}

.divItem {
	background-color: #D9D9D9;
	margin: 10px 0px 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #B3B3B3;
	border-right-color: #B3B3B3;
	border-bottom-color: #B3B3B3;
	border-left-color: #B3B3B3;
}
.divItem .image {
	float: left;
	margin-right: 10px;
}
.divItem h1 {
	font-size: 18px;
	margin: 0.5em 0;
}
.divItem p.description {
	font-size: 1em;
	line-height: 1.1em;
	color: #808080;
	margin: 0 0 1em;
}
.divItem p.bottomline {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}

#divPanel02 .divItem {
	background-color: #0C0C0C;
	margin: 10px 0px 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #B3B3B3;
	border-right-color: #B3B3B3;
	border-bottom-color: #B3B3B3;
	border-left-color: #B3B3B3;
}
#divPanel02 .divItem h1 {
	font-size: 18px;
	margin: 0.5em 0;
}
#divPanel02 .divItem p.description {
	font-size: 1em;
	line-height: 1.2em;
	color: #999999;
	margin: 0 0 1em;
}
#divPanel02 .divItem p.bottomline {
	color: #CCCCCC;
}
#divPanel02 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


