﻿#breadcrumb {
	font-size: 10px;
	margin-bottom: 5px;
}

#breadcrumb h1 {
	font-size: 22px;
		font-weight: normal;
}

.clear {clear: both;}
.space {padding-top: 15px;}

#ProductContent {
	float:left;
	display: inline;
	width: 575px;
}

#ProductImage {
	float:left;
	width: 220px;
	margin-right:20px;
}

#ProductImage p {
	margin-top: 3px;
	padding:0;
}

.AlternateViews {margin: 10px 0; padding: 0; color: #3399cc; }
.AlternateViews img {width: 40px; height: 40px; float: left; margin-right: 13px; margin-top:5px; margin-bottom:5px; border: 1px solid #999;}
.AlternateViews img.select { border: 1px solid #3399cc; }
.AlternateViews img.last { margin: 5px 0;}

#ProductDesc {
	float: right;
	width: 335px;
}

#ProductDesc p {
	color: #000;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0 0 5px 0;
}

#ProductDesc .sku {
	color: #000;
	display: block;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0 0 15px 0;
}

#ProductDesc h1 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

#tabsbox {
	padding: 0 10px;
	border: 1px solid #cccccc;
	}

#tabsbox p {
	padding-bottom: 10px;
	}

#tabsbox table {
	padding: 10px 0;
	border-spacing: 0;
	width: 100%;
	}

#tabsbox td  {
	padding: 3px;
	}

#tabsbox td.alternate {
	background-color: #f4f4f4;
	}

/*
TABBER -------------------------- */	

.tabber {
	display: none;
	}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {display:none;}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {clear: both;}
/*.tabberlive {margin: 0 0 15px 0;}*/

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
.tabberlive .tabbertab h2 {
	margin: 0;
	padding: 0;
	}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

ul.tabbernav {
	float: left;
	margin: 0 0 0 -1px;
	padding: 0;
	list-style-type: none;
	}

ul.tabbernav li {
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	background: url("./graphics/boxg-left.gif") no-repeat;
	}


/*active tab background*/
ul.tabbernav li.tabberactive {
	background: url("./graphics/box-left.gif") no-repeat;
}

	
ul.tabbernav li a {
	display: block;
	margin-left: 5px;
	padding: 4px 25px 6px 5px;
	/*margin-bottom: -1px;*/
	text-decoration: none;
	color: #3399cc;
	border-bottom: 0;
	background: url("./graphics/boxg-right.gif") no-repeat right top;
	}

ul.tabbernav li a:hover {
	color: #006699;
	text-decoration: none;
	}

/*active tab background*/
ul.tabbernav li.tabberactive a {
	color: #ffffff;
	background: url("./graphics/box-right.gif") no-repeat right top;
	}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
clear: both;
/*padding:5px;*/
/*border:1px solid #C0C0C0;*/
/*min-height:140px;*/
/*width: 508px;*/
overflow:auto;
background-color: #fff;
margin:0;
}


/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
/* end tabs */

#AlsoLike {
	float: right;
	width: 119px;
	text-align: center;
}

#AlsoLike .item {
	font-size: 11px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#AlsoLike .item img {
	padding-bottom: 5px;
}

#AlsoLike .last {
	border-bottom: 0px solid #ccc;
}

#AlsoLike .item .sku {
	font-size: 9px;
}