.productRow {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
}

.product {
	position:relative;
	float:left;
	width:168px;
	height:190px;
	text-align:left;
	margin:13px;
}
.product h3 {
	padding:3px 0px 0px 0px;
	font-weight:bold;
	font-size:12px;
}
.product h4 {
	padding:3px 0px 0px 0px;
	font-weight:normal;
	text-align:left;
	color:#269e1d;
	font-size:12px;
}

.product a {
	font-size:12px;
}
.product ul {
	padding:3px 0px 0px 2px;
	margin:0px;
	margin-left:20px;
}
.product li {
	list-style:square;
	color:#41AADD;
}
#productPicContainer {
	position:relative;
	width:160px;
	height:120px;
	overflow:hidden;
	padding:4px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/photo_border.gif) #d7d7d7 repeat-x bottom left;
}
#productPic{
	position:relative;
	width:160px;
	height:120px;
	overflow:hidden;
}
#productContainerShadow {
	position:absolute;
	top:-2px;
	left:-2px;
	width:174px;
	height:134px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/thumb_shadow.png) no-repeat top left;
}

#redStrike {
	color:#9e1414;
	text-decoration:line-through;
}
#productViewLeft {
	position:relative;
	float:left;
	width:320px;
	padding:20px 10px 10px 10px;
}
#productViewMiddle {
	position:relative;
	float:left;
	width:320px;
	padding:20px 10px 10px 20px;
	text-align:left;
}
#productViewRight {
	position:relative;
	float:right;
	width:200px;
	text-align:left;
}
#productViewMiddle h1{
	text-align:left;
	background:none;
	padding:0px 0px 2px 0px;
}
#productViewMiddle h2{
	text-align:left;
	background:none;
	color:#269e1d;
	padding:0px 0px 10px 0px;
}
#productViewMiddle h3{
	font-style:italic;
	color:#868686;
	padding-bottom:3px;
}
#productViewMiddle p{
	padding:5px 0px;
}
#productViewMainImage {
	position:relative;
	float:left;
	width:320px;
	overflow:hidden;
	text-align:center;
}
#productViewMainImage img {
	border:4px solid #d7d7d7;
	width:310px;
	overflow:hidden;
}
.productViewMini {
	position:relative;
	float:left;
	width:100px;
	padding:5px;
	overflow:hidden;
	text-align:center;
}
.productViewMini img{
	
	border:2px solid #d7d7d7;
}

#productViewMiniContainer {
	position:relative;
	float:left;
	width:320px;
	height:100px;
	padding:5px 0px;
}
.productViewMini:first-child {
	padding-left:0px;
}
.productViewMini:last-child {
	padding-right:0px;
}
#productViewAddTo {
	position:relative;
	float:left
	padding:10px;
	font-size:12px;
}
#productViewAddTo table{
	padding:15px 0px 10px 0px;
}
#productViewAddTo select{
	margin-bottom:10px;
}

.productMenu {
	position:relative;
	float:left;
	width:200px;
}
.productMenu ul{
	padding:0px 0px 0px 20px;
	margin:0px;
	margin-left:10px;
	text-align:right;
	font-size:12px;
}
.productMenu li{
	padding:5px 5px;
	border-bottom:1px dashed #d4d4d4;
	color:#d4d4d4;
}
.productMenu li:last-child{
	border-bottom:none;
	background:#eaeaea;
}
.productMenu h1 {
	text-align:right;
	font-size:14px;
	padding:5px;
	color:#808080;
}

strong {
font-weight:bold;
}