﻿/* Group A is site wide and is in site/site.css - Universals for B, C and D is in site.css */

/* Home Page Header and Body Elements */
.homeH1, .homeBody, .mainProdPic {
	display: none;
}

/* B */
#productGroupB {
	position: relative;
	left: 180px;
	width: 820px;
	float: left;
	border: 1px solid #333;
	border-width: 0 0 1px ;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#productGroupB h4, #productGroupB .listDescription, #productGroupB p.prodPrice {
	display: none;
}

#productGroupB img {
	display: block;
	width: 400px;
	height: 260px;
	margin-bottom: 4px;
}

#productGroupB li {
	float: left;
	width: 400px;
	margin: 0 5px 10px;
}

/* C */
#productGroupC {
	position: relative;
	left: 180px;
	width: 830px;
	float: left;
}

#productGroupC h4 {
	
}

#productGroupC img {
	display: block;
	width: 155px;
	height: 101px;
	margin-bottom: 4px;
}

#productGroupC li {
	float: left;
	width: 155px;
}

#productGroupC .listDescription {
	display: block;
	height: 120px;
	overflow: hidden;
}

#productGroupC p.prodPrice {
	display: block;
	float: right;
}

/* D */
#productGroupD {
	display: none;
}