/** google CSE **/
/** Copyright 2007 Google Inc. All rights reserved. */

/** 
 * CSS styles for the Custom Search Engine overlay built on top of AJAXSearch
 * API
 */ 

.cse-closeResults { 
  float: right;
}

.cse-closeResults a {
  padding: 3px 5px;
  border: 1px solid #666;
  color:  #000;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.cse-closeResults a:hover {
  background: #ddd;
  border: 1px solid #000; 
}

.cse-overlay-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
}

.cse-overlay {
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  width: 600px;
  background-color: #FFF;
  border: 1px solid #333;
  font-size: small;
}

/**
 * Custom AJAXSearch styles
 */

.gsc-resultsHeader,
.gs-visibleUrl-short,
.gs-watermark
 { display: none; }

.gs-visibleUrl {
  color: #008000;
}

.gs-visibleUrl-long { 
  overflow: hidden;
}

.gs-title { 
  font-size: medium;
}

.gsc-trailing-more-results,
.gsc-webResult,
.gs-divider {
  margin-bottom: 1em;
}

.gs-divider {
  margin-bottom: 1em;
  text-align: center;
  color: #676767;
}


/**
 * Default AJAXSearch styles largely from
 * http://www.google.com/uds/css/gsearch.css
 */

/* control inputs
 * .gsc-search-box : the container that hosts the text input area
 * .gsc-input : the text input area
 */
form.gsc-search-box {
  font-size: 13px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  margin-left : 0px;
  width: 300px;
}

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-search-box {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
  margin-bottom : 2px;
}

table.gsc-search-box td {
  vertical-align : middle;
}

table.gsc-search-box td.gsc-input {
  padding-right : 2px;
}

td.gsc-search-button {
  width : 1%;
}

/**
 * undo common generic table rules
 * that tend to impact branding
 */
table.gsc-branding td,
table.gsc-branding {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border : none;
}

table.gsc-branding {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
}

td.gsc-branding-text {
  vertical-align : top;
}

td.gsc-branding-text div.gsc-branding-text {
  padding-bottom : 2px;
  text-align : right;
  color : #676767;
  font-size : 11px;
  margin-right : 2px;
}

td.gsc-branding-img-noclear {
  width : 51px;
  vertical-align : bottom;
}

td.gsc-branding-img {
  width : 65px;
  vertical-align : bottom;
}

table.gsc-branding-vertical td.gsc-branding-text div.gsc-branding-text {
  margin-right : 0px;
  text-align : center;
}

table.gsc-branding-vertical td.gsc-branding-img-noclear {
  text-align : center;
}

div.gsc-branding-img,
div.gsc-branding-img-noclear,
img.gsc-branding-img,
img.gsc-branding-img-noclear {
  padding-top : 1px;
}

img.gsc-branding-img,
img.gsc-branding-img-noclear {
  margin : 0 0 0 0;
  padding-right : 0;
  padding-left : 0;
  padding-bottom : 0;
  border : none;
  display : inline;
}

a.gsc-branding-clickable {
  cursor : pointer;
}

input.gsc-search-button {
  margin-left : 2px;
}

/*
 * Given that this is sitting in a variable width tabel cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
input.gsc-input {
  padding-left : 2px;
  border-style : solid;
  border-width : 1px;
  border-color : #BCCDF0;
  width : 99%;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom : 0px;
  display : inline;
}

.gsc-results .gsc-cursor {
  display : inline;
}

.gsc-results .gsc-cursor-box {
  margin-bottom : 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color : #000000;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color : #A90A08;
  font-weight : bold;
  text-decoration: none;
}


/** end **/

html, body {
	margin: 0;
	padding: 0;
	font-family: Sans, Verdana, helvetica;
	font-size: 9pt;
	background-color: white;
}

p {
	text-align: justify;
	margin: 1em 0 1em 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
	margin-top: 0;
	margin-bottom: 1em;
	padding-bottom: 0;
	padding-top: 0;
}

h1 {
	margin-top: 0.5em;
}

.nomargin h1 {
	margin: 0;
	padding: 0;
}

.nomargin h3 {
	margin: 0;
	padding: 0;
}

a { color: #00f; }
a:visited { color: #800080; }
a:active { color :#e00; } 

abbr, acronym, span.abbr {
	border-bottom: 1px dotted;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.underlinelinks a {
	text-decoration: underline;
}

img {
	border: none
}

.top {
	text-align: right;
	font-size: 10pt;
}

th {
	color: #fff;
	background-color: #454fa6;
}

th a {
	color: #e9eaf2;
}

tr.alt1, tr.even, td.alt1 {
	background-color: #e9eaf2;
}

tr.alt2 {
}

img.pic {
	padding-right: 5px;
	padding-bottom: 3px;
	width: 134px;
	height: 100px;
}

#container {
	margin: 0;
	padding: 0;
	clear: left;
	height: 100%;
	width: 100%;
}

#content {
	padding: 0 1em 1em 1em;
}

#repeatleft {
	background: black url(images/leftrepeat.gif);
	height: 100%;
}
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	font-size: 10pt;
}

#nav ul {
	border: 1px solid #363d7c;
}

#nav * {
	z-index: 500;
}

#nav {
	height: 30px;
}

#nav li img {
	margin: 0;
	padding: 0;
	height: 30px;
	
}

#nav a {
	display: block;
	width: 115px;
	w\idth: 115px;
	color: #1a2f51;
	text-decoration: none;
}

#nav li ul a {
	padding: 0.25em 1em;
}

#nav a.daddy {
	background: url(images/rightarrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 115px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 16em;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	border: 2px solid #363d7c;
	background-color: #f0f1f9;
}

#nav li li {
	padding-right: 0.75em;
	width: 13em;
}

#nav li ul a {
	width: 13em;
}

#nav li ul ul {
	margin: -1.75em 0 0 13.5em;
	border: 2px solid #363d7c;
	width: 25em;
	padding: 5px 0 5px 0;
}

#nav li ul ul li {
	width: 24em;
}

#nav li ul ul a {
	width: 24em;
	display: block;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.hover {
	position: static;
}

#nav ul li a:hover, #nav li a.sfhover {
	background: #e0e3f9;
}

.bar {
	border-top: 2px solid #bbb;
}

div.nomargin p, div.nomargin h2, div.nomargin ul {
	margin: 0;
}

div.nomargin p, div.nomargin ul {
	margin-bottom: 1em;
}

.print {
	display: none;
	margin: 0;
}

table.slidepanel td, table.slidepanel th {
	background-color: #eef5ee;
}

table.slidepanel .core, .nocore {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0;
	padding-bottom: 0;
	height: 27px;
}

table.slidepanel a, table.slidepanel a:visited {
	color: black;
}

table.slidepanel th {
	color: black;
	font-weight: normal;
	text-align: center;
}

.debug {
	font-size: 8pt;
	color: #bbb;
	overflow: auto;
}

.right {
	text-align: right;
}

.cen .center {
	text-align: center;
}

.items td {
	border-bottom: 1px dashed #bbb;
}

.cart th {
	background-color: #eee;
	color: #454fa6;
}

.cart .type {
	background-color: #e3e3e3;
	color: black;
	padding-left: 1em;
	font-weight: bold;
	border-top: 1px solid black;
}

.noborder td {
	border: 0px;
	border-top: 0px;
	border-bottom: 0px;
}

form.aligned label, .text, input.aligned {
	display: block;
	width: 15em;
	float: left;
	margin-bottom: 5px;
}

form.aligned label, label.aligned {
	text-align: right;
	width: 10em;
	padding-right: 1em;
	vertical-align: middle;
}

form.aligned br {
	clear: left;
}

.required {
	color: red;
	margin-left: 5px;
}

.accountinfo th {
	color: black;
	background-color: white;
	text-align: left;
}

.fielderror {
	display: none;
	color: red;
	padding-left: 11em;
	clear: left;
	font-weight: bold;
}

table.accountinfo {
	border: 1px solid black;
}

.message {
	margin: 2px;
	margin-top: 1em;
	padding: 1em;
	font-weight: bold;
	color: #00c;
	background-color: #fafafa;
	font-size: 10pt;
	border: 2px solid #ccc;
}

div.errormessage {
	margin: 2px;
	margin-top: 1em;
	padding: 1em;
	color: red;
	background-color: #fafafa;
	font-size: 10pt;
	border: 2px solid #a00;
}

.answer {
	margin: 0;
	padding-left: 3em;
}

#infobox {
	position: absolute;
	display: none;
	z-index: 200;
	top: 0;
	left: 0;
	
	width: 20em;
	height: auto;
	
	background-color: #eee;
	color: black;
	border: 1px solid black;
	padding: 3px;
}

.rteImage {
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	cursor: pointer;
}

.rteImageRaised, .rteImage:hover {
	background: #D3D3D3;
	border: 1px outset;
	cursor: pointer;
}

.rteImageLowered, .rteImage:active {
	background: #D3D3D3;
	border: 1px inset;
	cursor: pointer;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}

.narrow {
	font-family: "Arial Narrow";
}

.section_header {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.75em;
}

.faqs li {
	margin-bottom: 0.5em;
}

.cartinfo {
	color: white;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 8px;
}

.cartinfo a {
	color: #bfbfff;
}

.cartinfo a:visited {
	color: #b299cc;
}

table, td, th, tr {
	border-color: black;
}

blockquote {
	margin-left: 2em;
}

table.inventory span {
	color: black;
	display: block;
	width: 100%;
	font-size: 12px;
}

table.inventory input {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 12px;
	background-color: transparent;
}

.right {
	text-align: right;
}

.price {
	text-align: right;
	white-space: nowrap;
}

.rounded{
display:block
}
.rounded *{
display:block;
height:1px;
overflow:hidden;
background:#dfe1f4
}
.rounded1{
border-right:1px solid #efeff9;
padding-right:1px;
margin-right:3px;
border-left:1px solid #efeff9;
padding-left:1px;
margin-left:3px;
background:#e3e4f5;
}
.rounded2{
border-right:1px solid #fbfbfd;
border-left:1px solid #fbfbfd;
padding:0px 1px;
background:#e1e2f4;
margin:0px 1px;
}
.rounded3{
border-right:1px solid #e1e2f4;
border-left:1px solid #e1e2f4;
margin:0px 1px;
}
.rounded4{
border-right:1px solid #efeff9;
border-left:1px solid #efeff9;
}
.rounded5{
border-right:1px solid #e3e4f5;
border-left:1px solid #e3e4f5;
}
.rounded_content{
padding:0px 5px;
background:#dfe1f4;
} 
h1 {
	font-size: 13pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 11pt;
}

h4 {
	font-size: 10pt;
}

h5 {
	font-size: 9pt;
}

.rounded_content ul, .rounded_content h3, .rounded_content h4 {
	margin-top: 0;
	margin-bottom: 0;
}

.rounded_content ul {
	margin-left: 2em;
	padding-left: 1em;
}

.rounded_content li {
	margin: 0;
	padding: 0;
}

.viewall:hover {
	text-decoration: none;
}

.viewall, .viewall:visited {
	color: #001299;
}

#navmenu {
	margin-top: 0.5em;
	width: 225px;
	height: 100%;
	float: left;
}

#tma_content {
	margin-left: 240px;
}

.highlighted {
	background-color: #c9ccf2;
	font-weight: bold;
}

.plainlink, .plainlink:visited {
	color: black;
}

.titlebar {
	width: 100%;
}

.tabcontainer {
	float:left;
	width:100%;
	background: transparent url("images/tabs/bg.png") repeat-x bottom;
	font-size: 9pt;
	line-height:normal;
}

.tabcontainer ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}

.tabcontainer li {
	float:left;
	background:url("images/tabs/left_both.png") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid #765;
}

.tabcontainer a {
	float:left;
	display:block;
	/*width:.1em;*/
	background:url("images/tabs/right_both.png") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color: #343C7C;
}

.tabcontainer > ul a {width:auto;}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabcontainer a {float:none;}
	/* End IE5-Mac hack */

.tabcontainer a:hover {
	color:#333;
}

.tabcontainer .current {
	background-position:0 -150px;
	border-width:0;
}

.tabcontainer .current a {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#333;
}

.tabcontainer li:hover, .tabcontainer li:hover a {
	background-position:0% -150px;
	color:#333;
}

.tabcontainer li:hover a {
	background-position:100% -150px;
}

.specs .th {
	font-weight: bold;
	text-align: right;
	color: #20244A;
	padding-right: 1em;
}

div.slidepanel, div.specsheet, div.fullcoreimage, div.comments {
	display: none;
}

.catalognum {
	margin: 0;
	color: #343d95;
	font-size: 12pt;
}

table.sortable a.sortheader {
	background-color:inherit;
	font-weight: bold;
	text-decoration: none;
}

table.sortable a.sortheader:hover {
	background-color:inherit;
	color:#a6c3FF;
}

table.sortable span.sortarrow {
	background-color:inherit;
	color: #CCC;
	text-decoration: none;
}

.strikethroughed *, .strikethroughed * * {
	text-decoration: line-through;
	color: #888;
}

input.checkbox {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

input.button, input.submit {
	padding: 0;
	margin: 0;
}

a.dark {
	color: #00b;
}

.overlapping {
	display: none;
}

div.hires_thumb {
	width: 150px;
	border: 2px solid #aaa;
	float: left;
	padding: 3px;
	background-color: #f4f4f4;
	margin: 10px;
}

div.hires_thumb div.desc {
	text-align: center;
	margin-bottom: 1em;
}

div.hires_thumb div.desc a, div.hires_thumb div.desc a:visited {
	color: black
}

div.hires_thumb div.smalldesc {
	text-align: center;
	margin-top: 0.5em;
	font-size: 8pt;
}

div.hires_thumb abbr {
	text-decoration: none;
	border-bottom-width: 0;
	font-size: 8pt;
}
