body {
	background: #38384e;
	background-image: url("../images/background-blue.png");
	background-repeat: no-repeat;
	border-left: 20px solid slateGray;
	color: #E0E0E0;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	min-width: 1000px;
	padding: 20px;
}

#facebook {
	text-align: center;
}

#footer {
	clear: both;
	text-align: center;
}

#header {
	text-align: right;
}

#sidebar {
	background: silver;
	border: 5px solid slateGray;
	color: black;
	float: right;
	margin: 5px 0px 5px 5px;
	padding: 5px 5px 100px 5px;
	width: 28%;
}

#sidebar a {
	color: #222233;
}

#sidebar p.h2 {
	color: darkSlateGray;
}

#squares {
	float: left;
	width: 248px;
}

a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.add2cart {
	font-size: 75%;
}

form.email {
	background: url("../images/transparent.png");
	color: black;
	padding: 10px;
	padding-left: 50px;
}

form.email a {
	color: darkSlateGray;
}

hr {
	background-color: slateGray;
	border: 0px;
	color: slateGray;
	height: 3px;
}

img {
	border: 0px;
}

img.banner {
	border: 5px solid silver;
	height: 100px;
	width: 500px;
}

img.button {
	height: 50px;
	float: left;
	margin-right: 10px;
	width: 50px;
}

img.button-wide {
	height: 25px;
	width: 100px;
}

img.cover {
	border: 5px solid slateGray;
	height: 220px;
	width: 170px;
}

img.header {
	height: 150px;
	width: 450px;
}

img.icon {
	float: left;
	height: 16px;
	margin-right: 5px;
	width: 16px;
}

img.logo {
	border: 5px solid slateGray;
	height: 136px;
	width: 136px;
}

img.news {
	float: left;
	height: 9px;
	margin-right: 5px;
	width: 16px;
}

img.square {
	border: 5px solid #E0E0E0;
	float: left;
	height: 60px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 60px;
}

ol li {
	margin-bottom: 5px;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}


p.attribute {
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
}

p.banner {
	background: slateGray;
	padding: 5px;
}

p.breadcrumbs {
	font-size: 8pt;
	text-transform: uppercase;
}

p.forum {
	font-size: 8pt;
	font-style: italic;
	text-transform: capitalize;
}

p.h1 {
	background: url("../images/transparent.png");
clear: both;
	color: darkSlateGray;
	font-size: 16pt;
	font-weight: bold;
	padding-left: 10px;
	text-transform: uppercase;
}

p.h2 {
	color: lightSlateGray;
	font-size: 12pt;
	font-weight: bold;
}

p.item {
	background: url("../images/transparent.png");
	color: black;
	margin-bottom: 10px;
	min-height: 50px;
	padding: 10px;
}

p.item a {
	color: #222233;
}

p.fineprint {
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
}

p.quote {
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
}

span.new {
	color: fireBrick;
	font-weight: bold;
	text-transform: uppercase;
}

span.newprice {

}

span.oldprice {
	color: fireBrick;
	text-decoration: line-through;
}

span.soon {
	color: darkBlue;
	font-weight: bold;
	text-transform: uppercase;
}

span.title {
	font-weight: bold;
}

table.cart {
	width: 100%;
}

table.cart td {
	border-bottom: 1px solid silver;
	color: silver;
	font-size: 10pt;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

table.cart tr.first_row td {
	border-bottom: 3px solid lightSlateGray;
	font-weight: bold;
	text-transform: uppercase;
}

table.cart tr.last_row td {
	border-top: 3px solid lightSlateGray;
	font-weight: bold;
	text-transform: uppercase;
}

table.grid {
	width: 68%;
}

table.grid td {
	color: silver;
	font-size: 10pt;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	width: 33%;
}

ul {
	list-style-type: disc;
}

ul li {
	margin-bottom: 5px;
}

ul.foot {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.foot li {
	display: inline;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px 30px 0px 30px;
	text-transform: uppercase;
}

ul.head {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.head li {
	border-left: 3px solid silver;
	display: inline;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 40px;
	padding: 0px 5px 0px 10px;
	text-transform: uppercase;
}

ul.news {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.news li {
	display: block;
	font-size: 8pt;
	font-style: italic;
	margin: 0px;
	padding: 5px;
}

ul.side {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.side li {
	clear: left;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
