/* for the categories page */
#categories {
	width: 65.2em;
	padding:0;
	margin: 0.6em 0 0 0;
}

.category {
	float: left;
	width: 16.2em;
	height: 10.0em;
	text-decoration: underline;	
	cursor: pointer;
	border-left: 0.1em solid #ccc;
	padding:0;
	margin: 0 0 2.0em 0;
}

.cat_link {
	line-height: 1.1em;
	color: #666;
	text-decoration: underline;	
	font-size: 120%;
	padding:0 0 0 1.5em;
	margin: 0;
}

a:link .cat_link, a:visited .cat_link{
	text-decoration: underline;
	color: #666;
}

a:hover .cat_link{
	text-decoration: underline;
	color: #000;	
}

.cat_img {
	padding:0 0 0 1.6em;
	margin: 0;
}

.cat_img table {
	width: 100%;
	height: 8.8em;
	padding:0;
	margin: 0;
}

.cat_img table tr {
	text-align: left;
	padding:0;
	margin: 0;	
}

.cat_img table tr td {
	vertical-align: middle;
	padding:0;
	margin: 0;
}

/* Sub sections within a category */
.subCat {
	width: 100%;
	padding:0;
	margin: 0 0 0 0;	
}

.subCat a:link, .subCat a:visited {border: 0.1em solid #e0e0e0; text-decoration: none;}
.subCat a:hover {border: 0.1em solid #000; text-decoration: none;}

.productInSubcat {
	float: left;
	border: 0.1em solid #ccc;
	width: 13.3em;
	height: 13.3em;
	padding: 0;
	margin: 0 1.4em 1.1em 0;
}

.productSubTop {
	height: 4.5em;
	color: #666;
	padding:0;
	overflow: hidden;
}

.productSubTop .title {
	font-size: 110%;
	line-height: 110%;
	padding: 0.5em 0.5em 0 0.5em;
	cursor: pointer;
}

.subCat a:link .productSubTop .title, .subCat a:visited .productSubTop .title {color: #666; text-decoration: underline;}
.subCat a:hover .productSubTop .title{color: #333; text-decoration: underline;}

.productSubTop .model {
	font-size: 100%;
	color: #999;
	margin-top: 0.2em;
	padding: 0 0.6em;
	cursor: pointer;
}

.subCat a:link .productSubTop .model, .subCat a:visited .productSubTop .model {color: #666; text-decoration: none;}
.subCat a:hover .productSubTop .model{color: #333; text-decoration: none;}

.productSubImg {
	width: 11.6em;
	height: 8.8em;
	cursor: pointer;
	padding: 0;
	margin: 0 auto;
}

.productSubImg img {
	cursor: pointer;
	border: none;
	padding: 0;
	margin: 0;
}

.productSubImg table {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.productSubImg table img{
	
}

/* product */
#productHeader {
  display: block;
	padding: 0;
	margin: 0;
}

.productLine {
  float: left;
  height: 4.5em;
  padding:0 1.0em 0 0;
  margin: 0;
}

.productTitle {
  float: left;
}

.productTitle {
	color: #333;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding:0;
	margin: 0;
}

.productModel {
	color: #333;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	padding:0;
	margin: 0;
}

#productMain {
  position: relative;
  padding: 0.5em 0 0 0;
}

#productWrap {
	float: left;
	width: 56.9em;
	padding:0;
	margin: 0;
}

.productBody {
	display: block;
	padding:0;
	margin: 0;
}

#heroShot {
	float: left;
	width: 45.5em;
	height: 28.0em;
	padding:0;
	margin: 0 1.0em 0 0;
}

#heroShot table {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	padding:0;
	margin: 0;
}

.productLinks {
	float: left;
	width: 9.0em;
	padding:0;
	margin: 0;
}

#buyItNow {font-size: 110%; font-weight: bold; margin-bottom: 0.7em;}
#buyItNow a:link, #buyItNow a:visited {text-decoration:none; color:#e7131d;}
#buyItNow a:hover {text-decoration:none; color:#666;}

#printFriendly {font-size: 110%; margin-bottom: 0.8em;}
#printFriendly a:link, #printFriendly a:visited {text-decoration:none; color:#333;}
#printFriendly a:hover {text-decoration:none; color:#000;}

#sendToFriend {font-size: 110%;  margin-bottom: 0.8em;}
#sendToFriend a:link, #sendToFriend a:visited {text-decoration:none; color:#333;}
#sendToFriend a:hover {text-decoration:none; color:#000;}

.productIcons {
	float: right;
	width: 6.4em;
	text-align: center;
	padding:0 1.6em 0 0;
	margin: 0;	
}

.icon {
  margin: 0 auto;
	margin-bottom: 1.7em;
}

/* product -- tabs*/
/* features */
#features {
	width: 100%;
	padding: 0.4em 0 0 0;
	margin: 0;
}

#features_left {
  float: left;
  width: 70%;
	font-size: 1.1em;
	line-height: 150%;
	color: #666;
	padding: 0;	
	margin: 0;
}

#features_left .red {
  padding: 0 1.5em;
}

#msrp {
  padding: 0 0 0 1.6em;
}

#features_right {
  float: right;
  width: 30%;
  text-align: center;
	color: #666;
}

.product_icon_holder {
  float: right;
  width: 50%;
  height: 8.0em;
  padding: 0;
  margin: 0.2em 0;
}

.product_icon {
  width: 8.0em;
  height: 8.0em;
  background-color: #fff;
  margin: 0;
}

#acc {
	width: 93%;
	font-size: 1.1em;
	line-height: 120%;
	color: #666;
	padding: 0.4em 1.6em;
}

#acc a {
  text-decoration: none;
}

.tabber_head {
  font-size: 1.1em;
  border-bottom: 0.1em solid #ccc;
  margin: 0 0 0.2em 0;
}

/* specs */
#specs {
	float: left;
	width: 48%;
	font-size: 1.1em;
	line-height: 120%;
	color: #666;
	padding: 0.4em;
}

/* includes */
#includes {
	float: left;
	width: 48%;	
	font-size: 1.1em;
	line-height: 120%;
	color: #666;
	padding: 0.4em;
}

/* manuals */
.even {
	display: block;
	width: 100%;
	background: #eee;
	padding: 0.2em;	
}

.odd {
	display: block;
	width: 100%;
	background: #fff;
	padding: 0.2em;
}

.manuals {
	width: 100%;
	font-size: 1.1em;
	margin: 0 auto;
}

.manualItem {
	display: block;
	width: 49.0em;
	padding: 0.2em 0;
}