
/*####### Shop Grid #######*/

.productSummary {
	width:465px;
	float: left;
	height: 118px;
	overflow: hidden;
	line-height:15px;
}
#mainPanel .wide {
	width:635px;
}
.productSummary .baseline {
	background: url('/Images/SCP/grid-bottom-border.gif') no-repeat 50% 0;
	height: 1px;
	width: 328px;
	clear: left;
}
.productSummary h3 {
	margin: 0 10px 0 0;
	font-size: 12px;
}
.productSummary h3 a {
	color: #c51230;
	text-decoration: none;
}
.productSummary h3 a:hover {
	color: #e43636;
	text-decoration: underline;
}
.productSummary img {
	float: left;
	margin: 18px 10px 18px 10px;
	width: 100px;
	height: 100px;
}
.productSummary .tag {
	font-size: 10px;
	margin: 16px 0 0 0;
}
.productSummary .links a {
	color: #c30000;
}
.productSummary .tag a, .productSummary .summary span a  {
	color: #777;
	text-decoration: none;
}
.productSummary .tag a:hover, .productSummary .summary a:hover {
	text-decoration: underline;
}
.productSummary .summary {
	margin: 0 10px 0 0;
	line-height: 15px;
}
.productSummary .summary span {
	color: #a2a2a2;
}

/*######## Shop Side Panel ########*/

#thininnerSidePanel {
	width: 170px;
	float: right;
	margin: 0 10px 15px 0;
	background: #eee;
}
#thininnerSidePanel h4 {
	margin: 10px;
	overflow: hidden;
	font-size: 12px;
}
#thininnerSidePanel ol {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
#thininnerSidePanel ol li {
	padding: 0 0 7px 0;
	margin: 0 10px 7px 10px;
	border-bottom: solid 1px #ddd;
}
#thininnerSidePanel ol li div {
	padding: 3px;
	text-align: center;
	color: #777;
	font-size: 10px;
}
#thininnerSidePanel ol li a {
	text-decoration: none;
	color: #d20023;
	font-weight: bold;
	font-size: 12px;
}
#thininnerSidePanel ol li a:hover {
	text-decoration: underline;
}
#thininnerSidePanel ol li div a {
	text-decoration: none;
	color: #6f6f6f;
	font-weight: normal;
	font-size: 11px;
}

/*####### Shop Navigation #######*/

.shopNavigation {
	width: 286px;
	padding: 0 0 6px 0;
	margin: 10px 0 0 0;
}
.shopNavigation h2, .shopNavigation h2 a {
	background: url('/Images/SCP/title_browseshop.gif') no-repeat;
	width: 286px;
	height: 35px;
	margin: 0;
	overflow: hidden;
	text-indent: -500px;
	display: block;
}
.shopNavigation h2#shopTopic a {
	background: url('/Images/SCP/title_browseshop.gif') no-repeat;
}
.shopNavigation h2#shopType a {
	background: url('/Images/SCP/title_browsetype.gif') no-repeat;
}
.shopNavigation ul {
	font-weight: bold;
	margin: 5px;
	padding: 0;
	list-style: none;
}
.shopNavigation ul li {
	padding: 4px;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
}
.shopNavigation ul ul li {
	padding: 4px;
	border-bottom: solid 1px #ccc;
	font-weight: normal;
}
.shopNavigation ul li a {
	color: #000;
	text-decoration: none;
}
.shopNavigation ul ul li a {
	font-weight: normal;
	color: #777;
	text-decoration: none;
}
.shopNavigation ul li a:hover {
	text-decoration: underline;
}

.shopNavigation .selected {
	background: #999;
}
.shopNavigation .selected a {
	color: #fff;
}

/*####### Related Products #######*/

#relatedProducts {
	width: 286px;
	padding: 0 0 6px 0;
	margin: 10px 0 0 0;
}
#relatedProducts h2, #relatedProducts h2 a {
	background: url('/Images/SCP/title_relatedproducts.gif') no-repeat;
	width: 286px;
	height: 35px;
	margin: 0;
	overflow: hidden;
	text-indent: -500px;
	display: block;
}
#relatedProducts ul {
	font-weight: bold;
	margin: 5px;
	padding: 0;
	list-style: none;
}
#relatedProducts ul li {
	padding: 4px;
	border-bottom: solid 1px #ccc;
}
#relatedProducts ul li a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#relatedProducts ul li a:hover {
	text-decoration: underline;
}

#shoptopPanel {
	height: 198px;
	width: 657px;
	float: left;
	background: url('/Images/SCP/bg_featuredarticle.gif') repeat-x;
	position: relative;
	z-index: 0;
}
#shoptopPanel h2 {
	margin: 25px 0 0 15px;
	font-size: 18px;
	font-weight: normal;
}
#shoptopPanel p {
	margin: 10px 0 0 15px;
	font-size: 11px;
	font-weight: normal;
}