h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: "Gil Sans", "Arial Black", Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
	color: #333333;
}
h2 {
	font-size: 14px;
	padding-left: 10px;
}
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
}
hr {
	height: 1px;
	background-color: #999999;
	color: #999999;
	border: none;
	width: 100%;
}

a {
	color: #FF0D02;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	padding-left: 10px;
	font-family: "Arial";
	font-size: 12px;
	line-height: 18px;
}

.text1 {
	padding: 10px;
	text-align: top;
}
.text2 {
	padding: 10px;
}
.pageGraphic {
	width: 25%;
}
.pTable {
	margin: 10px;
}
.pHeader {
        font-size: 12px;
        color: #FFFFFF;
		background-color: #FF0D02; 
}

.pSKUCell, .pNameCell, .pPriceCell, .pQtyCell, .pButtonCell {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #CCCCCC;
}
.pPriceCell, .pSKUCell, .pQtyCell, .pNameCell {
	font-size: 12px;
}
.pNameCell {
	font-weight: bold;
	width: 60%;
}
.pNameCell a {
	color: black;
	text-decoration: underline;
}
.pNameCell a:hover {
	color: #FF0D02;
}
.pPriceCell {
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #CCCCCC;
}
.pSKUCell, .pDescriptionCell {
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-color: #CCCCCC;
}
.pButtonCell {
	border-right-width: 1px;
	border-right-style: solid;
	border-color: #CCCCCC;
}
.pDescriptionCell {
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
   	border-bottom-color: #CCCCCC;
}
.pDescriptionRow {
	border-left-width: 0px;
	border-right-width: 0px;
}
#navArea {
	float: left;
	width: 160px;
	height: 250%;
	margin: 0px;
	padding: 0px;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: black;
	text-align: center;
}
#navListPrimary a, #navListSecondary a {
	color: white;
	text-decoration: none;
	display: block;
	width: 160px;
	border-bottom: 1px solid #eee;
	background-color: #333333

}
#navListPrimary a:hover, #navListSecondary a:hover {
	background-color: red;
}

#navListPrimary, #navListSecondary {
	margin-left: 0;
	margin-top: 0px;
	padding-left: 0;
	list-style-type: none;
	border-top: 1px solid white;
}
#navListSecondary {
	margin-top: 22px;
}
#navListSecondary a {
	background-color: black;
}
.navArea {
	width: 160px;
	margin: 0px;
	padding: 0px;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: black;
	text-align: center;
}
.content {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	width: 600px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.footer {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	width: 100%;
	text-align: center;
	margin-left: 20px;

}

#content {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	width: 600px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 160px;
}
#footer {
	font-family: Arial;
	float: none;
	font-size: 10px;
	color: #666666;
	width: 100%;
	text-align: center;
}
.productWithImage {
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width:1px;
	border-style: solid;
	border-color: #999999;
	width: 100%;
}
.regularPrice {
	font-weight: normal;
	color: #999999;
	font-size: 14px;
}
.yourPrice {
	font-weight: bold;
	color: red;
	font-size: 14px;
}

