﻿/* ------------------------------ Sprint3 display stuff --------------------------- */

.section-header 
{
	background: #7f7f7f;
	width: 454px;
	padding: 3px 13px 3px 13px;
	margin-bottom: 0;
	clear: both;
}

.product-stocklist 
{
	text-align:right;
}

.product-cover-image 
{
  float : right;
  _float: none;
  background-color :#7F7F7F;
  _background-color: transparent;
  margin: 0 0 35px 15px;
  _margin: 0 0 0 15px;
}
  .product-cover-image img 
  {
	display: block;
	_clear: both;
	_float: right;
	_display: inline;
	_margin-bottom: 15px;
  }
  .product-cover-image .caption
  {
  }
.index-thumbnail 
{
	text-align:center;
   	margin:5px;
   	overflow:hidden;
   	float:left; display: inline;
   	width:110px ;
   	height:145px;
}


.index-thumbnail a
{
}

.index-thumbnail a:hover
{
	
}



.product-td
{
text-align:right;

}



.product-td-description
{
	width:100px;
	color:Red;
	margin-left:30px;
}


.product-td-price
{
	margin-left:30px;
	width:70px !important;
	color:Green;
}

.index-thumbnail img
{
	display:block;
	margin: auto;
	width: 65px;
}

.product-title, .notice-title {
  margin-top: 0;
}


.product-thumbnails, .notice-thumbnails 
{
	background: transparent;
  clear: both;
  float: left;
}

.product-resources, .product-stocklist 
{
	margin-bottom: 25px;
	clear: both;
}

.product-thumbnails img, .notice-thumbnails img {
  width: 65px;
  border: 2px solid #7f7f7f;
  margin: 1px 0 20px 0;
}

#content table.brands-index 
{
}

#content table.brands-index tr
{
	background: transparent;
}

#content table.brands-index td 
{
	padding-bottom: 30px;
}

.brands-index p 
{
	margin-top: 0px;
}

.notice-index 
{
	width: 100%;
	
}


