﻿/* ChildProductGroup.ascx */
.ProductGroup,.ProductGroupLeft,.ProductGroupRight {	
	width: 203px;
	position: relative;
	float:left;
	border-bottom:1px solid #DADADA;
}

/* ChildProductGroup.ascx */
.ProductGroup div,.ProductGroupLeft div {	
	text-align:center; 
	border-right:1px solid #DADADA;
	border-top:1px solid #DADADA;
	padding: 10px;
	text-align: center;
	height:180px;
}

.ProductGroupRight div
{
	text-align:center; 	
	border-top:1px solid #DADADA;
	padding: 10px;
	text-align: center;
	height:180px;
}


.ChildMasterGroup a
{
	text-align: center;
	color:#4B4B4B;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
}

.ChildMasterGroup a:visited
{
	text-align: center;
	color:#4B4B4B;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
}

.productgroupDefaultPicture
{
	height: 140px;
	width: 140px;
}

.ChildMasterTitle
{
	text-align: center;
	color:#4B4B4B;
	float: left;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
	width: 100%;
}

.ProductGroup img, .ProductGroupLeft img, .ProductGroupRight img
{
	margin: 3px;
}

