div.body-box {

	background-color:#fff;
	width: 920px; 
	margin: 5px auto 5px auto;
	padding: 0px;
	border-width: 1px;
	border-color: #838383;
	border-style: solid;
}

div.global-header {

	height: 126px;
	width: 100%;
	position: relative;
	background-color: #000;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-color: #838383;
	border-bottom-style: solid;
}

div.global-footer {

	clear: both;
	height: 40px;
	width: 910px;
	position: relative;
	top: 0pt;
	left: 0pt;
	background-color: #222;
	padding: 5px;
	border-top-width: 1px;
	border-top-color: #838383;
	border-top-style: solid;
}

.page-content {

	display: block;
	position: relative;
	background-color: #fff;
	min-height: 400px;
}

.left-bar {
	
	width: 180px;
	min-height: 400px;
	position: relative;
	background-color: white;
	float: left;
	display: block;
	/*overflow: hidden;*/
}

.category-container {

	min-height: 400px;
	position: relative;
	clear: none;
	padding: 0px;
	overflow: hidden;
	display: block;
	float: left;
	width: 737px;
}

.content-container {

	display: block;
	position: relative;
	clear: none;
	float: left;
	height: 400px;
}

.banner {

	height: 60px;
	width: 530px;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 35px;
	left: 350px;
	text-align: center;
	color: #eee;
}

.menu {

	height: 50px;
	width: 530px;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 35px;
	left: 350px;
	text-align: center;
	color: #eee;
	background-color: inherit;

}

.menu-item a:link, .menu-item a:visited {

	color: #ccc;
}

.menu-item a:hover {

	color: green;
}

div.menu ul li {

	float: left;
	display: block;
	margin: 0;
	padding-top: 0pt;
	padding-right: 6px;
	padding-bottom: 0pt;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eee;
}

div.menu ul li#last {

	border-right-style: none;
}

.copyright {

	float: right;
	color: #fff;
	margin-right: 8px;
}

.global-footer ul {

	float: left;
	display: block;
}

.global-footer ul li {

	display: block;
	padding: 0px 0px 4px 8px;
}

.bg-green, .bg-green a, .bg-green a:visited {

	background-color: green;
	color: #eee;
}

.bg-green a:hover {

	color: #a00060;
	cursor: pointer;
}

.bg-pink, .bg-pink a, .bg-pink a:visited {

	background-color: #A00060;
	color: #eee;
}

.bg-pink a:hover {

	color: green;
	cursor: pointer;
}

.bg-red, .bg-red a, .bg-red a:visited {

	background-color: #f33;
	color: #fff;
}

.bg-red a:hover {

	color: white;
	cursor: pointer;
}

.bg-black, .bg-black a, .bg-black a:visited {

	background-color: #000;
	color: #eee;
}

.bg-black a:hover {

	color: green;
	cursor: pointer;
}

.bg-grey {

	background-color: #f7f7f7;
	padding: 5px 2px 10px 2px;
}

.title-bar {

	width: 100%;
	height: 21px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	color: #eee;
	padding: 2px 5px 2px 18px;
	margin-bottom: 0px;
}

.product-list-item {

	position: relative;
	float: left;
	width: 200px;
	height: auto;
	margin-left: 30px;
	margin-bottom: 15px;
	border-width: 0px;
	border-style: none;
	display: block;
	overflow: hidden;
	font-weight: bold;
}

.bs-product-list-item {

	position: relative;
	float: left;
	width: 200px;
	height: 250px;
	margin-left: 30px;
	margin-bottom: 15px;
	border-width: 0px;
	border-style: none;
	display: block;
	overflow: hidden;
}

.category-list-item {

	position: relative;
	float: left;
	width: 200px;
	height: 100px;
	margin-left: 30px;
	margin-bottom: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	display: block;
	overflow: hidden;
	background-color: white;
	color: white;
}

.CategoryName a {

	color: white;
	text-decoration: none;
}

.CategoryName a:hover {

	color: white;
}

h3.product-title {

	font-size: 10pt;
}

.new-row {

	clear: both;
	display: block;
	height: 0px;
}

.pl-price {

	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 10pt;
	background-color: #333;
	color: white;
	padding: 2px 2px 2px 2px;
	vertical-align: middle;
}

.pl-name {

	clear: both;
	position: static;
	bottom: 2px;
	left: 1px;
	text-align: left;
	width: 100%;
}

.bs-name {

	clear: both;
	position: static;
	padding: 0px;
	text-align: left;
	width: 100%;
}

.bs-price {

	font-size: 10pt;
	color: #f22;
}

.pricetag {

	float: left; 
	width: 100%;
	text-align: center;
	clear: none;
	position: absolute;
	top: 12px;
	left: 0px;
}

.bubble {

	background-color: transparent;
	color: white;
	font-weight: bold;
}

.price-bg {

	float: left;
	clear: none;
	width: 80px;
	height: 40px;
}

.selling-price {

	font-size: 12pt;
}

.was-price {

	font-size: 12pt;
	color: black;
	text-decoration: line-through;
}

.was-price-small {

	font-size: 1em;
	color: black;
	text-decoration: line-through;
}

.cross-out {

	text-decoration: line-through;
}

.sale-price {

	font-size: 12pt;
	color: red;
}

.cart-link {

	float: right;
	clear: none;
	position: relative;
	display: block;
	background-color: inherit;
	padding-right: 25px;
	color: #eee;
}

.cart-link a:visited {

	color: #eee;
}

img#logo-main {

	padding: 5px 10px 5px 10px;
}

.options-form {

	width: 75px;
}

.smallprint {

	font-size: 10px;
	color: #666;
}

.cat-desc {

	margin: 5px 10px 5px 10px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #eee;
	background-color: #f7f7f7;
	text-align: justify;
	font-family: tahoma, arial;
	color: black;
}

.sale-title {

	color: white;
	background-color: black;
	padding-bottom: 5px;
}

.cat-head {

	margin: 5px 10px 5px 10px;
	padding: 5px 10px 5px 10px;
	font-family: Tahoma, Arial, sans;
	color: black;
}

p.save {
	padding-left: 0px;
}

	p.save span{
		padding: 0px 10px;
		margin: 0px auto;
		background-color: #ee3;
		color: black;
		text-align: center;
		font-weight: bold;
	}
