/* ***** HOMEPAGE ***** */

/* feel free to add CSS here for the homepage only */

.relatedProduct {
    font-size:0.9em;
     border-bottom: 1px solid #1476c6;
  min-height: 140px;
  padding: 20px 10px 10px;
	text-align: center;
}
.relatedProduct .relatedProductText {
 
    width:  			420px;
	text-align :left;
		float:right;

}
#shoppingCart .break{
	clear:left;
	margin-right: 15px;
}
.relatedProduct .relatedProductPrice
{
	font-size: 18px;
	font-weight: bold;
	line-height : 32px;
	height : 32px;
}
.relatedProduct .relatedProductPrice span
{
	float:left;
		line-height : 32px;
	height : 32px;
}
.relatedProduct .relatedProductPrice .priceFormat
{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	height:18px;
	color:#000;
	display:inline;
	float:left;
	padding-left : 4px;
}

.relatedProduct .relatedProductPrice .priceFormat span
{
	display:inline;
	float:left;
}

.relatedProduct .relatedProductPrice a,
.relatedProduct .relatedProductPrice a img
{
	display:inline;
		float:left;
}
.relatedProduct .relatedProductPrice img
{
		margin-left : 12px;
}
.relatedProduct .relatedProductPrice .cents  {
				font-size:14px;
				line-height:14px;
				height:14px;
				padding-top : 6px;
				vertical-align:top;
}
.relatedProduct .relatedProductName
{
	font-size : 1.2em;
	font-weight : bold;
}
.relatedProduct .relatedProductName a {
	color: #b8151b;
}
.relatedProduct .relatedProductImage {
    float: left;
    width: 130px;
    height: 130px;
    overflow: hidden;
}
.textContent {
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.textContent h2 {
	margin-top: 0;
	padding-top: 0;
}


#contentColumn .contentBox p {
    margin: 0px;
    padding: 0px 5px;
    display: block;
    color: #c48f33;
    font-size: 8pt;
    background-color: #000;
    font-style: italic;
    width: 593px;
    letter-spacing: -0.5px;
}
#contentColumn .contentBox p span {
    color: #FFF;
    font-size: 10pt;
}

#preview {
  width: 603px;
  background-color: #000;
  margin-bottom: 7px;
  position: relative;
}
#previewLeft {
  position: absolute;
  left: 0px;
  top: 20px;
}
#previewRight {
  position: absolute;
  right: 0px;
  top: 20px;
}
#preview #slides {
  height: 150px;
  background-color: #000;
  text-align: center;
  overflow: hidden;
  padding: 5px 0px 5px 68px;
}
#preview #slides div {
  width: 155px;
  height: 150px;
  float: left;
  background-image: url(../images/previewside_bg.gif);
  background-repeat: no-repeat;
  margin: 0px auto;
}
#preview #slides #slidec {
 background-image: url(../images/previewmiddle_bg.gif);
}
#preview #slides img {
  margin: 20px auto 0px auto;
  display: block;
}

#preview #controlBar {
  background-image: url(../images/previewtext_bg.gif);
  background-repeat: no-repeat;
  background-position: 50px 0px;
}
#preview #slideText {
  height: 40px;
  padding-left: 65px;
  width: 435px;
}
#preview #control {
  float: right;
  margin: 10px 60px 0px 0px;
  height: 40px;
}
#preview #slideText p {
  font-size: 9pt;
  line-height: 11pt;
  padding: 0px;
  margin: 0px;
}
#preview #slideText p b {
	color: #0078c1;
}
#preview #slideCache {
  display: none;
}