/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

/* Fix for internet explorer */
body {
	text-align: center;
}

div#largeTop {
  	margin: 15px auto 0 auto;
  	padding: 0;
	height: 7px;	
	/*background: url(../images/int_page_top_long.gif) no-repeat 0 0;*/
	overflow: hidden;
	width: 1000px;
	background-color: #8b8575;
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-webkit-border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	border-top-left-radius: 5px; 
}

div#contentbox {
	margin: 0 auto;
	padding: 15px 20px 0 20px;
	background-image: none;
	border-left: 1px solid #ECEDE9;
	border-right: 1px solid #ECEDE9;
	background-color: white;
	text-align: left;
	min-height: 1000px;
	/*overflow: hidden;
	height: 1000px;*/
	width: 1000px
}
html>body div#contentbox {
	width: 960px
} 

div#pricelistNav {
	margin: auto;
	padding: 20px;
}

div#completePricelist {
	padding: 30px;
}

ul {
 list-style: none;
}

dl, dt, dd, p {
	margin: 0;
}

dt {
	color:#666;
}

h2 {
  font-size: 2.4em;
  color: #a85725;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 1em;
}

fieldset h2 {
	padding: 20px;
}

/*=====Table=====*/
th {
  color: #5a9cd4;
	text-align: left;
}

/*=========Stripy Table Colors========*/
.dataTable tr {
	background-color: #FAFAFA;
}

tr.category {
	background-color: #7e878c;
	color: white;
}
tr.category td {
	padding: 3px;
	margin-top: 20px;
}
	
/*=========Image===============*/
img.thumb {
	/*width: 50px;*/
	height: 50px;
}
a.img {
	display: block;
	float: left;
	height: 40px;
	padding: 5px;
	text-decoration: none;
	color:#000;
	width: 90px
}
html>body a.img {
	width: 80px
}

a.img:hover {
	background-color:#F2F3F0;
	color: #5a9cd4;
}

/*========Navigation==============*/

div.boxHeader {
	height: 18px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	margin: 3px 0 0 3px;
}
/*---Table Navigation---*/
div#displayTypeNav table, div#displaysNav table {
}
/*---Display Type Nav---*/

div#displayTypeNav {
	background: url(../images/pricelist/images/display_type_box_wider.gif) no-repeat;
	text-align: center;
	float: left;
	padding: 5px;
	height: 130px;
	width: 330px;
}
html>body div#displayTypeNav {
	width: 280px;
	height: 120px;
} 

table.displayTypeChoices {
	height: 100px;
	font-size: 0.8em;
	text-align: center;
}
table.displayTypeChoices a.img {
	height: 75px;
}
table.displayTypeChoices img {
	padding-bottom: 8px;
}

/*---Displays Nav---*/

div#displaysNav {
	background: url(../images/pricelist/images/displays_box.gif) no-repeat;
	text-align: center;
	float: right;
	padding: 5px;
	height: 130px;
	width: 660px
}
html>body div#displaysNav {
	width: 650px;
	height: 120px;
} 

table.HMDChoices, table.HHDChoices, table.SMDChoices {
	font-size: 0.8em;
	text-align: center;
	height:100px;
}

table.HMDChoices a.img, table.HHDChoices a.img, table.SMDChoices a.img  {
	height: 80px;
}

table.HHDChoices a.img {
	width: 100px
}

table.SMDChoices a.img {
	width: 140px
}

table.HMDChoices img,  table.HHDChoices img, table.SMDChoices img{
	padding-bottom: 8px;
}

/*---Slider Track---*/
div#sliderTrack.sliderContent {
	width: 160px;
	height: 100%;
	overflow: visible;
	position: absolute;
	top: 0;
	right: 20px;
}
html>body div#sliderTrack.sliderContent{
	right: 0px;
}

/*---Summary---*/

div#summary {
	float: right;
	width: 160px;
}

div#summary.floating {
	position: fixed;
	top: 0;
}

div#summary div.boxHeader {
	margin-left: 3px;
}
div#summary div.boxData {
	padding: 15px 0 0 10px;
	font-weight: bold;
	font-size: 1.5em;
}
div#summary input {
	margin: 30px 0 0 20px;
	width: 110px;
}

/*---Specs---*/
div#specs {
	width: 160px;
	height: 200px;
	float: right;
	clear: right;
}

div#specs.floating {
	position: fixed;
	top: 130px;
}

div#specsHeader {
	background: url(../images/pricelist/images/specs_top.gif) no-repeat;
	padding: 5px 5px 0 5px;
	overflow: hidden;
}
html>body div#specsHeader {
	padding: 4px 5px 0 5px;
}

div#specsMain {
	background: url(../images/pricelist/images/specs_text.gif) repeat-y;
	padding: 0 5px 10px 5px;
	overflow: hidden;
}

div#specsBottom {
	background: url(../images/pricelist/images/specs_bottom.gif) no-repeat;
	height: 10px;
	overflow: hidden;
}

div#specs div.boxHeader {
	margin-left: 3px;
}

div#specs p {
	padding: 7px 0px 0 8px;
	font-size: .9em;
}

/*========Sub Navigation============*/

html>body div#navigation {
	height: 130px;
}

/*===========Main Box==========*/
div#pricelistContent {
	/*clear: left;
	width: 960px;*/
	position: relative;
	/*top: 260px;*/
}

div#product_header {
	padding: 15px;
	border-bottom: 1px solid #e3e3e3;
	margin: 0 15px 10px 15px;
}

div#product_header div.prod-name {
	font-size: 1.7em;
	float: right;
	display:block;
	margin-top:80px;
}

div.main_box_top {

	height: 10px;
	background: url(../images/pricelist/images/main-top.gif) no-repeat;
	clear:left;
	overflow: hidden;
}

fieldset.main_box_middle {
	background: url(../images/pricelist/images/main-middle.gif) repeat-y;
	border: 0;
	padding: 0 5px 40px 5px;
	margin:0;
	overflow: hidden;
	width:800px
}
html>body fieldset.main_box_middle {
	width:790px
} 	

div.main_box_bottom {
 	height: 10px;
	background: url(../images/pricelist/images/main-bottom.gif) no-repeat;
	overflow: hidden;
}

div#productName {
	display:none;
}

/*---Feature Images---*/
img.feature {
	width: 100px;
	clear: both;
	float: left;
	margin-left: 100px;
}
.tooltipImage {
	float: left;
	width: 80px;
	margin-right: 5px;
}

/*---Selection Boxes---*/

div.selectBox {
	margin: 0 0 10px 100px;
	float: left;
	position: relative;
}

div.sel_box_top {
	width: 480px;
	height: 10px;
	background: url(../images/pricelist/images/sel_box_top.gif) no-repeat;
	overflow: hidden;
}

div.selectBox dl {
	width: 480px;
	background: url(../images/pricelist/images/sel_box_title.gif) repeat-y;
	padding-bottom: 5px;
}

div.selectBox dt {
	font-weight: bold;
	font-size: 1.0em;
	margin:0 0 5px 8px;
}

div.selectBox dd {
	font-weight: normal;
	font-size: .9em;
	margin:0 8px 0 8px;
}

div.selectBox fieldset {
	background: url(../images/pricelist/images/sel_box_mid.gif) repeat-y;
	border: 0;
	padding: 10px;
	width: 480px
}
html>body div.selectBox fieldset {
	width: 460px;
}

div.sel_box_bottom {
	width: 480px;
 	height: 10px;
	background: url(../images/pricelist/images/sel_box_bottom.gif) no-repeat;
}

div.selectBox fieldset {
}

div.selectBox input {
	margin: 5px 5px 5px 0;
}

/*=======Contact Form=======*/
form.contact {
	padding: 20px;
}

div#pricelistContent form input{
	margin-right: 3px;
	vertical-align: middle;
}

div#pricelistContent td {
	vertical-align: top;
}

div#pricelistContent ul {
	padding: 20px;
}

div#pricelistContent li {
	padding-bottom: 5px;
}
/*===========Rich Tooltip============*/
.tooltip {
	display: block;
	font-size: smaller;
	left: -250px;
	padding: 5px;
	position: absolute;
	text-decoration: none;
	top: 1.7em;
	width: 20em;
	background-color: #E3E3E3;
	border:solid 1px black;
	color: #66667E;
}




