/* RESET */

.bullseye {
  font-family: arial;
  color: #FFFFFF !important;
  font-size: 14px;
  text-shadow: 1px 1px 0px #B30000;
  padding: 5px 7px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #A30303;
  background: #63B8EE;
  background: linear-gradient(top,  #B61318,  #7D0D10);
  background: -ms-linear-gradient(top,  #B61318,  #7D0D10);
  background: -webkit-gradient(linear, left top, left bottom, from(#B61318), to(#7D0D10));
  background: -moz-linear-gradient(top,  #B61318,  #7D0D10);
}
.bullseye:hover {
  color: #FFFFFF !important;
  background: #468CCF;
  background: linear-gradient(top,  #B61318,  #7D0D10);
  background: -ms-linear-gradient(top,  #B61318,  #7D0D10);
  background: -webkit-gradient(linear, left top, left bottom, from(#B61318), to(#7D0D10));
  background: -moz-linear-gradient(top,  #B61318,  #7D0D10);
}

a.samplerequest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding: 7px 20px;
	

background: rgb(255,168,76); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-8 */


	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #cfcfcf;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);

		display:block;
		margin: 0 auto 20px auto;
		text-align: center;
}


a.samplerequest:hover {
background: #ffa230;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 125%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.tableelements th {
    background-color: #666666;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

/* INDEX */

.clearfloat {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

a, .contentheading {
    color: #2C68A6;
}

a {
    text-decoration: none;
}


body{
	background: none repeat scroll 0 0 #EFF2F3;
	font:12px arial;
}

p{
	margin:10px 0 15px 0;	
}

b{
	font-weight:bold;	
}

#top{
	height:80px;
}

.bullseye {
  font-family: arial;
  color: #FFFFFF !important;
  font-size: 14px;
  text-shadow: 1px 1px 0px #B30000;
  padding: 10px 25px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #A30303;
  background: #63B8EE;
  background: linear-gradient(top,  #B61318,  #7D0D10);
  background: -ms-linear-gradient(top,  #B61318,  #7D0D10);
  background: -webkit-gradient(linear, left top, left bottom, from(#B61318), to(#7D0D10));
  background: -moz-linear-gradient(top,  #B61318,  #7D0D10);
}
.bullseye:hover {
  color: #FFFFFF !important;
  background: #468CCF;
  background: linear-gradient(top,  #B61318,  #7D0D10);
  background: -ms-linear-gradient(top,  #B61318,  #7D0D10);
  background: -webkit-gradient(linear, left top, left bottom, from(#B61318), to(#7D0D10));
  background: -moz-linear-gradient(top,  #B61318,  #7D0D10);
}

#mod-search {
    background: url("../images/search-bg.png") no-repeat scroll 0 0 transparent;
	float:right;margin:38px 0 0 0px;
	height: 22px;
    width: 177px;
}

#mod-search input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    font-weight: normal;
    overflow: hidden;
    padding: 2px 0 0 24px;
    width: 150px;
}

#container{
	width:1000px;
	margin:0 auto;
	display:block;
}

#header{
	height:	100px;
}

#content{
	border: 1px solid #d7d7d7;
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#left-content{
	width:736px;
	float:left;
	display:inline;
	padding:10px;
}

#left-content ul{
	list-style-type:circle;
	padding-left:20px;
}

#left-content ul li{
	padding-left:2px;
}

#left-content h1{
	font-weight:bold;
	font-size:1.5em;
}

#left-content h3{
	font-weight:bold;
	font-size:1.1em;
	color:#2D68A6;
	padding:4px 0 0 4px;
	height:23px;
}

.t {
    background: none repeat scroll 0 0 #5095EE;
    font-size: 12px;
    margin-bottom: 10px;
}

.t th {
    background: none repeat scroll 0 0 #D8E4FA;
    padding: 3px 0 4px 10px;
}

.t td {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 3px 0 4px 10px;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .3em 1em .35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}


/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}


/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
#redchecklist {
	color: #CC0033;
	list-style-position: outside;
	list-style-image: url(../images/list_checkbox.png);
	margin-left: 38px;
	margin-right: 6px;
}
#newslist {
	color: #2C68A6;
	margin-left: 29px;
	margin-right: 10px;
	font-style: italic;
	padding-bottom: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: -15px;
}
#newslist li{
	margin-bottom: 6px;
}
#newslist a:hover{
	color: #999;
}

#logo{
	float:left;
	display:inline;	
}


#horiz-menu {
    height: 80px;
    margin: 10px;
}
#horiz-menu2 {
    height: 30px;
    padding: 0 12px;
}
#horiz-menu ul {
    list-style: none outside none;
    padding-top: 30px;
}
#horiz-menu li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
#horiz-menu a {
    background: url("../images/menu3-dot.png") no-repeat scroll 50% 100% transparent;
    color: #777777;
    display: block;
    float: left;
    font-size: 100%;
    font-weight: normal;
    height: 32px;
    line-height: 29px;
    padding: 0 17px;
    white-space: nowrap;
	text-decoration:none;
}
#horiz-menu a:hover {
    background: url("../images/menu3-dot-active.png") no-repeat scroll 50% 100% transparent;
    color: #333333;
    text-decoration: none;
}

#horiz-menu li li a, 
#horiz-menu li li a:hover,
#horiz-menu li:hover li a,
#horiz-menu li.sfHover li a,
#horiz-menu li.parent:hover li a,
#horiz-menu li.parent.sfHover li a,
#horiz-menu li.active.parent:hover li a,
#horiz-menu li.active.parent.sfHover li a {
	border: 0;
	background: none;
	color: #777;
}

#horiz-menu li li.parent:hover,
#horiz-menu li li.parent.sfHover,
#horiz-menu li li.active.parent:hover,
#horiz-menu li li.active.parent.sfHover {
	background: none;
}

#horiz-menu li:hover a,
#horiz-menu li.sfHover a,
#horiz-menu li:hover a.topdaddy,
#horiz-menu li.sfHover a.topdaddy,
#horiz-menu a.topdaddy:hover {
	background: none;
}

#horiz-menu li li:hover,
#horiz-menu li li.sfHover,
#horiz-menu li li:hover a:hover,
#horiz-menu li li.sfHover a:hover,
#horiz-menu li.active li:hover a:hover {
	background: none;
	color: #333;
}

#horiz-menu li:hover li a,
#horiz-menu li.sfHover li a,
#horiz-menu li.active:hover a,
#horiz-menu li.active.sfHover a {
	background: url(../images/menu3-l.png) 0 0 repeat-x;
}

#horiz-menu li.active,
#horiz-menu.splitmenu li.active:hover,
#horiz-menu.splitmenu li.active.sfHover,
#horiz-menu li.active.parent:hover,
#horiz-menu li.active.parent.sfHover,
#horiz-menu li.active:hover,
#horiz-menu li.active.sfHover {
	background: url(../images/menu3-r.png) 100% 0 no-repeat;
}

#horiz-menu li.active a,
#horiz-menu.splitmenu li.active:hover a,
#horiz-menu.splitmenu li.active.sfHover a,
#horiz-menu li.active.parent:hover a,
#horiz-menu li.active.parent.sfHover a,
#horiz-menu li.active:hover a,
#horiz-menu li.active.sfHover a {
	background: url(../images/menu3-l.png) 0 0 no-repeat;
	color: #333;
}

#horiz-menu li:hover,
#horiz-menu li.sfHover,
#horiz-menu li.parent:hover,
#horiz-menu li.parent.sfHover {
	background: url(../images/menu3-dot-active.png) 50% 100% no-repeat;
}

#horiz-menu li:hover a,
#horiz-menu li.sfHover a,
#horiz-menu li.parent a:hover,
#horiz-menu li.parent.sfHover a {
	background: url(../images/menu3-dot-active.png) 50% 100% no-repeat;
}

#horiz-menu li li.parent a.daddy,
#horiz-menu li.active li.parent a.daddy {
	background: url(../images/menu3-dot.png) 95% 50% no-repeat;
}

#horiz-menu li li.parent:hover a.daddy,
#horiz-menu li.active li.parent:hover a.daddy {
	background: url(../images/menu3-dot.png) 95% 50% no-repeat;
}

#horiz-menu li li, 
#horiz-menu li:hover li,
#horiz-menu li.sfHover li,
#horiz-menu li.parent:hover li,
#horiz-menu li.parent.sfHover li,
#horiz-menu li.active.parent:hover li,
#horiz-menu li.active.parent.sfHover li {
	background: url(../images/menu3-sidediv.png) 0 100% repeat-x;
}

#horiz-menu ul ul {
	background: #F3F6F6;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#horiz-menu ul ul ul {
	background: #F3F6F6;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

div#heading{
	position:absolute;
	left:50%;
	top:166px;
	margin-left:-415px;
	color:#999;
}

div#slogan {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    height:27px;
    text-align: center;
	background: #CC0033;
}
div#slogan h1 {
    color: #980000;
}

div.pathway {
    display: block;
    float: left;
    font-weight: bolder;
    height: 27px;
    line-height: 29px;
    overflow: hidden;
    padding: 0 20px 0 60px;
    color: #FFFFFF;
    width: 900px;
}

img#phone {
    float: left;
    height: 26px;
    margin-top: 37px;
    width: 238px;
}


.index-block{
	border: 1px solid #d7d7d7;
	height:200px;
	width:336px;
	background: url("../images/title.png") repeat-x 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
	display:inline;
	margin:10px;
	padding:0 5px 0 5px
}

.index-block h2{
	font-size:1.4em;
	padding:4px 0 0 0px;
	color:#666;
	height:23px;
}

.index-finder{
	border: 1px solid #d7d7d7;
	min-height:304px;
	width:702px;
	background: url("../images/title.png") repeat-x 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:10px;
	float:left;
	display:inline;
	padding-left:13px;
}

.index-finder h2{
	font-size:1.4em;
	padding:4px 0 0 0px;
	color:#666;
	margin-bottom:8px;
	height:23px;
}


.finder{
    background: url("../images/title.png") repeat-x 0 0;
    float:left;
    display:inline;
    height:122px;
    width:218px;
    margin:5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
}

.finder h3{
    height:27px;
}



.index-resistor h2{
    font-size:1.4em;
    padding:4px 0 0 4px;
    color:#666;
    height:23px;
}

.index-resistor{
    border: 1px solid #d7d7d7;
    
    background: url("../images/title.png") repeat-x 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin:10px;	
    padding:0 5px 0 5px;
}

.sidebar{
    width:220px;
    float:right;
    display:inline;
    min-height:500px;
    padding:10px;
}

.sidebar-title{
    border: 1px solid #d7d7d7;
    min-height:200px;
    width:218px;
    background: url("../images/title.png") repeat-x 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;	
    margin-bottom:20px;
}
.sidebar-title p{
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;	
}
.sidebar-title h4{
	font-size: 14px;
	font-weight: bold;
	color: #CC0033;
	text-align: center;
	margin-top: -19px;
}
.sidebar-block{
    border: 1px solid #d7d7d7;
    min-height:200px;
    width:218px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom:15px;
}

.sidebar h2{
	font-size:1.4em;
	color:#666;
	height:26px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
}
#blue {
	color: #2C68A6;
	display: inline;
}
#reddish a{
	color: #CC0033;
	display: inline;
}
a.more {
	color: #2C68A6;
	margin-top: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
}
.left-sidebar-block{
    border: 1px solid #d7d7d7;
    min-height:200px;
    width:218px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom:15px;
}
.left-sidebar{
    width:220px;
    float:left;
    display:inline;
    min-height:500px;
    padding:10px;
}

.left-sidebar-title{
	border: 1px solid #d7d7d7;
	min-height:200px;
	width:218px;
	background: url("../images/title.png") repeat-x 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
.left-sidebar-title p{
	padding-bottom: 0;
	padding-right: 8px;
	
	padding-left: 8px;
	
}
.left-sidebar-title h2{
	font-size:14px;
	color:#666;
	height:26px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;

}
.resistor-box{
    float:left;
    display:inline;
    margin-bottom:20px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    width:143px;
    font-size:10px;
}

.resistor-image{
    height:100px;	
}

.resistor-tech, .resistor-power, .resistor-resistance, .resistor-tolerance, .resistor-tcr, .resistor-part-number{
    border-top:1px solid #ccc;	
    padding:3px;
    height:22px; 
}

.resistor-tech, .resistor-resistance, .resistor-tcr{
    background: none repeat scroll 0 0 #D1DFFD;
}

.resistor-part-number{

}

#footer{
    text-align:center;
}

#footer a{
    float:left;
    display:inline;
    text-align:center;
}


#slideshow{
    height:235px;
    float:left;
    display:inline;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width:695px;
    padding:0 12px 12px 12px;
}

#slideshow DIV {
    position:absolute;
    top:200;
    z-index:8;
    opacity:0.0;
    height:235px;

}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#mod-search {
    background: url("../images/search-bg.png") no-repeat scroll 0 0 transparent;
}
#mod-search input {
    color: #888888;
}

#header-table {

    font-family: "Arial Black", "Gadget", Sans-Serif;

    margin: 15px;

    width: 700px;	

    border-collapse: collapse;

    empty-cells:hide;

    border-top: 1px solid #c6c6c6;

    border-bottom: 1px solid #c6c6c6;

    border-right: 1px solid #c6c6c6;

    border-left: 1px solid #c6c6c6;

}



#header-table th {

    font-size: 1.6em;

    line-height: 1em;

    padding: 5px 35px;

    color: #000000;

    background: #e9ebeb url('./images/cell_gradient.png') repeat-x;

    text-align: right;

    border-top: 1px solid #c6c6c6;

    border-bottom: 1px solid #c6c6c6;

}



#header-table td {	

    font-size: 1.2em;

    line-height: 1.6em;

    text-align: center;

    padding: 10px 5px;

    color: #000000;

    background: #ffffff;

    border-bottom: 1px solid #c6c6c6;
    
    vertical-align: top;

}

p t span sup {
    margin-left: 100px;
}


#specification-table {

    font-family: "Tahoma", "Geneva", Sans-Serif;

    margin: 15px;

    width: 700px;

    text-align: center;

    border-collapse: collapse;

    empty-cells:hide;

    line-height: 1.6em;

    border-top: 1px solid #c6c6c6;

    border-bottom: 1px solid #c6c6c6;

    border-right: 1px solid #c6c6c6;

    border-left: 1px solid #c6c6c6;

}



#specification-table th {

    font-size: 1.4em;

    font-weight: bold;

    padding: 12px 10px;

    color: #000000;

    background: #e9ebeb url('./images/cell_gradient.png') repeat-x;

    border-top: 1px solid #c6c6c6;

    border-bottom: 1px solid #c6c6c6;

    border-right: 1px solid #c6c6c6;

    border-left: 1px solid #c6c6c6;

}



#specification-table td {

    font-size: 1.1em;

    padding: 5px 5px;

    color: #000000;

    border-top: 1px solid #c6c6c6;

    border-bottom: 1px solid #c6c6c6;

    border-right: 1px solid #c6c6c6;

    border-left: 1px solid #c6c6c6;

}



#specification-table td:first-child {

    background: #e9ebeb;

    font-weight: bold;

}



#specification-table tr:hover td{

    color: #000000;

    background: #faf8c7;

}



#ordering-table {

    font-family: "Arial Black", "Gadget", Sans-Serif;

    font-size: 1.2em;

    margin: 20px 20px 20px -100px;

    width: 900px;

    line-height: 1em;

    text-align: center;

    border-collapse: collapse;

    empty-cells:hide;

    border-top: 1px solid #c6c6c6;

    border-bottom: 1px solid #c6c6c6;

    border-right: 1px solid #c6c6c6;

    border-left: 1px solid #c6c6c6;

}



#ordering-table th {

    font-size: 1.2em;

    padding: 15px 35px;

    color: #000000;

    background: #e9ebeb url('./images/cell_gradient.png') repeat-x;

    text-align: center;

    border-bottom: 1px solid #c6c6c6;

}



#ordering-table td {	

    font-size: 0.8em;

    line-height: 1.6em;

    padding: 10px 5px;

    color: #000000;

    background: #ffffff;

    border-bottom: 1px solid #c6c6c6;

}



#dimension-table {

    font-family: "Tahoma", "Geneva", Sans-Serif;

    font-size: 0.8em;

    margin: 20px 20px 20px -100px;

    text-align: center;

    border-collapse: collapse;

    empty-cells:hide;

    line-height: 1em;

    border-top: 1px solid #c6c6c6;

    border-bottom: 1px solid #c6c6c6;

    border-right: 1px solid #c6c6c6;

    border-left: 1px solid #c6c6c6;

}



#dimension-table th {

    font-size: 0.8em;

    font-weight: bold;

    padding: 12px 15px;

    color: #000000;

    background: #e9ebeb url('./images/cell_gradient.png') repeat-x;

    border-top: 1px solid #c6c6c6;

    border-bottom: 1px solid #c6c6c6;

    border-right: 1px solid #c6c6c6;

    border-left: 1px solid #c6c6c6;

}



#dimension-table td {

    padding: 5px 5px;

    color: #000000;

    border-top: 1px solid #c6c6c6;

    border-bottom: 1px solid #c6c6c6;

    border-right: 1px solid #c6c6c6;

    border-left: 1px solid #c6c6c6;

}



#dimension-table td:first-child {

    background: #e9ebeb;

    font-weight: bold;

}



#dimension-table tr:hover td {

    color: #000000;

    background: #faf8c7;

}



#graphics {

    position: relative;

    width: 900px;

    margin: 0 0 0 -50px;

    background-color: #ffffff;

}



#textbox1 { 

    font-family: "Tahoma", "Geneva", Sans-Serif;

    font-size: 1em;

    position: absolute; 

    width: 450px;

    margin: 30px;

    text-align: left;

    background-color: #ffffff;

    height: 300px; 

    overflow: hidden; 

}



#bullet-list {

    list-style:disc;

    color: #000000;

}