@charset "utf-8";

#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:28px;}
#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;}

/**
 * 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;
  */
}

