﻿.sdcDataFeed {
	background:#fff;
	padding:0 0 5px 0;
	margin:0;
	width:100%;

}
.linkBlock{
	margin: 5px;
	float: left; 
	width: 328px; 
	padding:10px;
	border-color:#333;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	background-color:#fafafa;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	/* IE 6 Hack */
	display:inline;	
}
.unavailable{
	background-color:#faaaaa;
	border-color:#FF0000;
}
.linkBlock .title{
	display:block;
	overflow: hidden; 
	height: 50px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:13px;
	text-align:center;
}
.linkBlock .title a{
	text-decoration:none;	
	color:#000;
}
.linkBlock .title a:hover{
	text-decoration:underline;	
}
.linkBlock .imgHolder{
	border:1px solid #666;
	margin:10px;
	padding:3px;
	float:left;
	height:100px;
	width:100px;
}
.linkBlock a img
{
	border:none;
}
.linkBlock a{
color:#666;
text-decoration:none;
line-height:25px;
}
.linkBlock a:hover{
color:#000;
}
.linkBlock a span{
	text-decoration:underline;
}
.linkBlock a .bullet{
	text-decoration:none;
	visibility:hidden;
}
.linkBlock a:hover .bullet{
	visibility:visible;
	text-decoration:none;
}
.featuredProduct{
	height:170px;
	overflow:hidden;
}
.featuredProduct #titleBlock{
	text-align:center;
	width:250px;
	float:left;
}
.featuredProduct #titleBlock a.titleLink{
	font-size:15px;	
	text-decoration:none;
}
.featuredProduct #titleBlock a.titleLink:hover{
	text-decoration:underline;
}
.featuredProduct #titleBlock .ratingImg{
	margin:auto;
	text-align:center;	
}
.featuredProduct .productImage{
	float:left;
	border:0;
	margin:15px;
}
.featuredProduct legend{
	padding:0;
	margin:0;
}
.featuredProduct fieldset{
	float:right;
	width:250px;
	margin:0px 15px;
	padding:5px;
}

/* This is the class for the H1 block */
.titlePadding{
	margin-top:218px;
	clear:both;
}

/* This is the class for the span block */
.titlePaddingFiller{
	position:absolute;
	top:23px;
	width:100%;
}

.productWrapper {
	border: 1px solid #808285;
	padding-bottom: 5px;
}

.sdcLogo{
	float:right;
	display:block;
	text-decoration:none;
	color:#666;
	font-style:italic;
	font-weight:bold;
	text-align:right;
	clear:both;
}

.leftFloat{
	float:left;
}
.rightFloat{
	float:right;
}

.bottomContent{
	margin-top:10px;
	width:100%;
}