.specifications table,.specifications td,.specifications th{ vertical-align: middle; text-align:left;}
.spectable {width:100%;	height:100%;color:#6b6b6b;}
.spectable td{padding:4px 15px 4px 15px;border-bottom:1px solid #D8D8D8;}
#product_content_area h3.tab_name{padding-bottom:0.5em;margin-bottom:0em;	border-bottom:1px solid #D8D8D8;color:#454545;font-size:22px;}
#product_content_area .component_style h3.tab_name{ color:#454545; font-size:250%;padding-bottom:0.5em;margin-bottom:0em;	border-bottom:1px solid #D8D8D8;}
.spectable .item_col{width:200px;background-color:#efefef;}
#model_number {	float:right;background:url(/images/model_number_icon.gif) no-repeat left center;padding-left: 12px;	margin-bottom: -30px;}
#model_number select {vertical-align: middle;font-size:11px;}

/**css3**/

#specifications .spectable tr:nth-child(odd) td:nth-child(odd){
	border:none;
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0.95, #f9f9f9),color-stop(1, #efefef));
	background-image:-moz-linear-gradient(left,#f9f9f9 95%,#efefef);
}
#specifications .spectable tr:nth-child(odd) td:nth-child(even){background: #fff;border:none;}

#specifications .spectable tr:nth-child(even) td:nth-child(odd){
	border:none;
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0.95, #e9e9e9),color-stop(1, #e1e1e1));
	background-image:-moz-linear-gradient(left,#e9e9e9 95%,#e1e1e1);
}
#specifications .spectable tr:nth-child(even) td:nth-child(even){background: #f7f7f7;border:none;}
#specifications:nth-child(n) .tab_name {border:none;}
.spectable{-moz-box-shadow: 0px 0px 5px #ddd;-webkit-box-shadow: 0px 0px 5px #ddd; }

/**css3 fix**/
#specifications {color:#666666;}
@media print {
#specifications .spectable tr:nth-child(odd) td:nth-child(odd){	border-bottom:1px solid #ccc;}
#specifications .spectable tr:nth-child(odd) td:nth-child(even){border-bottom:1px solid #ccc;}
#specifications .spectable tr:nth-child(even) td:nth-child(odd){border-bottom:1px solid #ccc;}
#specifications .spectable tr:nth-child(even) td:nth-child(even){border-bottom:1px solid #ccc;}
#specifications:nth-child(n) .tab_name {border-bottom:1px solid #ccc;}
}
/**
 * styling for tip content
 * mostly for example
 * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
 */
.bt-content {
  font-size: small;
  color: #000;
  line-height: normal;
}

/* styling for active target elements - usually for background hilighting */
.bt-active {
  /* example:
  background-color: yellow !important;
  */
}

