html, body {
	background-color:#B5B5B5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#sideStretch{
	width:50%;
	background-image:url(../Images/layout_1/background.jpg);
	background-repeat:repeat-x;
}
#leftSideShadow{
	width:15;
	background-image:url(../Images/layout_1/leftSide_1px_stretch.gif);
	background-repeat:repeat-y;
}
#rightSideShadow{
	width:15;
	background-image:url(../Images/layout_1/rightSide_1px_stretch.gif);
	background-repeat:repeat-y;
}

#container {
	background:#FFFFFF;
	padding:3px;
}

#header{
	float:left;
	margin-bottom:10px;
}
#sideNav{
	width:200px;
	float:left;
	margin-left:2px;
	margin-right:15px;
	background:#F0F0F0;
}

#mainContent{
	width:525px;
	float:left;
}

#footer{	
	background:#FFFFFF;
	height:65px;
	padding:3px;
	vertical-align: bottom;
}

#footerDivisions{
	background:#CCCCCC;
	padding-left:10px;
	padding-top:10px;
}

.footerArrow{
	float:left;
	width:20px;
	vertical-align:middle;
	padding-right:10px;
}

.footerLinks{
	font-family: Verdana; /* Font Face */
	font-size: 7pt; /* Font Size */
	color: #333333; /* Font Color */
	text-decoration: none; /* Font Style */
	text-align: Left; /* Align Text */
	float:left;
}

.footerLinks a:link{
	color: #FFFA00; /* Font Color */
	text-decoration: udnerline; /* Font Style */

}

.footerLinks a:hover{
	color: #FFFA00; /* Font Color */
	text-decoration: udnerline; /* Font Style */

}

#dhtmltooltip{
	position: absolute;
	width: 200px;
	border: 1px solid #BABABA;
	padding: 5px;
	/*background-image:url(../images/layout_1/detailAttributes_bg.gif);
	//background-repeat:repeat-y;*/
	background-color:#F0F0F0;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: Black; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	text-align: Left; /* Align Text */

}

#detailAttributes{
	background-image:url(../images/layout_1/detailAttributes_bg.gif);
	background-repeat:repeat-y;
	background-color:#F0F0F0;
	padding:5px;
}
#thumbGrid{
	text-align:center;
	height:150px;
	width:120px;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:5px;
	margin-right:5px;

}

#relatedProduct{
	padding-left:15px;
	padding-right:15px;
	text-align:center;

}



.productHeadings
{
font-family: Arial; /* Font Face */
font-size: 14pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: italic; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}




.addToCart{
	background-color:#FF0000;
}
A.addToCart:hover{
	background-color:#FFFFFF;
}



.mwContent{
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #666666; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	text-align:center;
  border: 0;
  outline: none;
}
.mwContent a:link{
	color: #666666; /* Font Color */
	font-weight: Normal;  /* Font Style */
	text-decoration: none; /* Font Style */
}
.mwContent a:visited{
	color:#666666 ; /* Font Color */
	text-decoration: none; /* Font Style */
}
.mwContent a:active{
	color: #666666; /* Font Color */
	text-decoration: none; /* Font Style */
}

.mwContent a:hover{
	color: #FF0000; /* Font Color */
	text-decoration: none; /* Font Style */

}

.detailAttributeText{
	font-family: Arial; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: #666666; /* Font Color */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
}

.addToCartText{
	font-family: Arial; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: #FFFFFF; /* Font Color */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
}

.salePriceOriginal{
	font-family: Arial; /* Font Face */
	font-size: 10pt; /* Font Size */
	color:#990000; /* Font Color */

	font-weight:normal;
	font-style:italic;
	text-decoration:line-through;
}
.superScript{
font-size:4px;
}
