@charset "UTF-8";

body {
	font: 90% Arial, Helvetica, sans-serif;
	background: #ebebeb;
	margin: 0;
	padding: 0;
	color: #000000;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
#container {
	/* width: 53.1em; */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/*
#logo { 
	
	height: 122px;
	padding: 0 10px 0 20px; 
}
#topnav
{
	background: url(../images/tabsheaderbar.png); 
	height: 122px;
}
#nav {
	margin: 0;
	padding:0;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	width: 100%;
}
#nav li {
	margin: 40px 0 0 0;
	padding: 3px 8px;
	float: right;
	font-size: 85%;
	display: block;
}
#nav li a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	display: block;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	color: white;85
	text-decoration: underline;
}

#header {
	background-image: url(../images/bkgd_bar.gif);
	background-repeat:repeat-x;
	padding: 0 10px 0 20px;  
	color: #FFFFFF;
}

.sftabs
{
	width: 100%;
	
}

.sftabs td
{
	padding-right: 3px;
}
.sftabs td A
{
	color: #99ac8b;
	font-size: 13px;
	font-weight: bold;
	
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	
}
.sftabs td.tabselected A:hover
{
	text-decoration: underline;
}
.sftabs td.tabselected
{
	background-image: url(../images/tabselected.png);
	background-repeat:no-repeat;
	width: 66px;
}

.sftabs td.tabselected A
{
	color: #336633;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}


#tabdivider {
background-image: url('../images/tabdivide.png');
background-repeat: no-repeat;
background-position: right top;
width: 1px;
}
*/

#searchbox {
	margin: 0;
	padding: 0 0 0 20px;
	color:#000;
}
#searchbox a {
	padding: 0 0 0 25px;
	text-decoration: underline;
	color: #666666;
}
#searchbox a:hover, #searchbox a:active, #searchbox a:focus {
	color: #cc0717;
	text-decoration: none;
}
.go {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
}
#header h1, #search h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 10px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.checkbox {
	font-size: 80%;
}
.checkbox p {
	padding: 10px 0 0 0;
}
.spacer {
	padding: 0 8px 0 0;
}
#mainContentArea
{
	/*padding: 20px 50px 0px 50px;*/
	background: #ebebeb;
	
}

#mainContent {
	margin: 20px 50px 0px;
	padding: 10px 30px 10px 30px;
	background: #FFFFFF;
	border: 3px solid #dddddd;

}
#mainContentWithSide {
	padding: 0px 30px 0px 0px;
	background: #FFFFFF;
	border: 1px solid #dddddd;
}
#login {
	margin: 30px 0;
	padding: 0;
	width: 33%;
	text-align: right;
	font-weight: bold;
}
#loginbutton, .loginbutton {
	margin: 0 0 0 70px;
	padding: 3px;
	font-weight: bold;
	text-align: center;
}
#catalogheader, .catalogheader {
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
}
.catalogheader h1 {
	font-size: 105%;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.catalogheader img {
	float:right;
	width:auto;
}

.catalogheader .togglearrow {
	float:none;
	width:auto;
	height:1em;
	width:1em;
}


#multiresultsheader, .multiresultsheader {
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
}
.multiresultsheader h1 {
	font-size: 105%;
	font-weight: bold;
}
.multiresultsheader img {
	float:right;
	width:auto;
}





.thumbtable, .detailtable {
	margin: 0;
	padding: 0;
	text-align:center;
}
.thumbtable tr, .detailtable tr {
	vertical-align: top;
	padding: 15px 0 0 0;
}
.thumbitem, .seriesitem {
	margin: 0;
}
img.thumbicon {
	padding: 10px 0 0 0;
}

img.thumbicon  {
	margin: 0;
	padding: 3px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.series img {
	margin: 0;
	padding: 0;
}
.starrating {
	width: 128px;
}
.listitem, .series {
	margin: 0;
	padding: 0;
	text-align:left;
	vertical-align: top;
}
.listitem h2, .series h2 {
	font-size: 80%;
}
.listitem li, .series li {
	list-style: none;
	font-size: 85%;
}
.listitem li a, .series li a {
}
#pagecounter {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
#twocolumnbox, .twocolumnbox { /* creates two columns */
	padding: 0;
	margin: 0 0 5px 0;
	display: inline-block;
}
#leftcolumn, .leftcolumn { /* creates left column */
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-align: left;
	width: 20em;
	border-right: 1px solid #666666;
}
#rightcolumn, .rightcolumn { /* creates right column */
	margin: 0 0 0 5px;
	padding: 0;
	float: right;
	text-align: left;
	width: auto;
}
#footer {
	margin: 0;
	padding: 30px 10px;
	font-size: 70%;
	color:#999999;
	text-align: center;
	height: 50px;
}
#footer p {
	margin: 0;
	padding: 30px 0;
}
.clear {
clear: both;
background: #ebebeb;

}

#oeheadermenu
{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 13px; color: #FFFFFF;  
	background: white url(../images/bkgd_bar.gif) repeat-x center;
		
}

#oeheadermenu a
{
	padding: 4px 0px 3px 5px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 13px; color: #FFFFFF;  
	display: block;
}

<!-- Stuff from archive -->
	
	.NAVBOX
{
	color:           #FFFFFF;
	background-color: #666666;
}

.standard-table TH
{
	text-align:left;
}
TABLE.content
{

}

/* SEARCH Results */
TABLE.resulttable
{
}

TR.toprow
{
	height: 150px;
}
TR.bottomrow
{
}
TD.topcell
{
	border-style: solid solid none solid; 
	border-width: 1; 
	border-color: #AAAAAA;
	vertical-align: middle;
}
.topdiv
{
	text-align: center;
	vertical-align: middle;
}

.bottomdiv
{
	border-style: none solid solid solid; 
	border-width: 1; 
	border-color: #AAAAAA;
	vertical-align: middle;
	margin-bottom: 20px;
}

.spacercell
{
	width: 15px;
	white-space: nowrap;
}


.toplinks A
{
	color: white;
	text-decoration:none;
}
.toplinks A:visited
{
	color: white;
	text-decoration:none;
}
.toplinks A:hover
{
	color: white;
	text-decoration:underline;
}


.textheader
{
	font-size: 14px;
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	margin: 5px;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

.searchfavorites
{
padding-bottom: 6px;
text-align: center;

}

.searchlabel
{
padding-top: 8px;
padding-right: 6px;
text-align: right;
}

.imagepad
{
padding-bottom: 3px;
}


/* Is this needed for IE? */
* html .slide {display:inline;}

.slide {
	margin-bottom: 4px;
	width: 182px;
	float:left;
	display: table-cell;
	height: 260px; 
	position: relative;
}
.slide p {
	font-size: 11px;
}
.slide p span {
	font-weight: bold;
}

.positioner {
	width: 180px;
	text-align: center;
	display: table-cell;
	position: absolute;
	bottom: 0px;
}


/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#fff; border:1px solid #000; 
  padding:6px;
  color:#000; font-size:11px; line-height:1.3;
}
/* These are used in the wrapTipContent function */
div#tipDiv div.img { text-align:center }
div#tipDiv div.txt { text-align:center; margin-top:4px }


.resultdownload
{
	padding:1px;	
}
.resultdetails
{
	text-align: center;
	padding:1px;	
}
.resultdetailslink
{
	text-align: right;
}
.resultdata a
{
	padding-left: 5px;
	white-space: nowrap;
	vertical-align:middle;
	text-decoration: none;
	display: block;
}
.resultdata a:hover
{
   	background-color: #C0D2EC;
}
.resultshoverholder
{
	padding: 1px; 
	background-color: #FFF; 
	border: 1px solid #888;
}
.resultshoverdetail
{
	text-align: center;
	padding: 8px 2px 2px 2px;
}
.resultfavorite
{
	padding: 1px; 
	text-align: center;
	white-space: nowrap;
}
A.favoritelink
{
	text-decoration:none;
	font-size:10px;
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	color:#333333;
}
A.favoritelink:visited
{
	text-decoration:none;
}
A.favoritelink:hover
{
}

.floatercell {
	float: left; 
	border: 0px solid #080; 
	margin: 7px;
}
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	height: 1px;
	z-index: 1000;
}

.pageNav {
	margin-top: 10px;
	margin-right: 20px;
	text-align: left;
	position: relative;
	clear: both;
}

/* END Search Results */



/* Thumbnail stuff */
.ThumbnailViewDetail
{
	padding: 0px;
	text-align: left;
	width: 100%;
	height: 100%;
	border-collapse:collapse;
	border-style: solid solid solid solid; 
	border-width: 1; 
	border-color: #AAAAAA;
	vertical-align: middle;
	margin-bottom: 20px;
	
}
.ThumbnailViewDetailRow
{
	height: 50px;

}

.ThumbnailViewText
{
	/* ONMOUSEOVER="changeProp('9615a','','style.backgroundColor','eeffff','DIV');" ONMOUSEOUT="changeProp('9615a','','style.backgroundColor','ffffff','DIV');" */	
	border-style: none none solid none; 
	border-width: 1; 
	border-color: #999999;
	vertical-align: top;
}
A.downloadlink
{
	text-decoration:none;
	font-size:10px;
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	color:#333333;
}
A.downloadlink:visited
{
	text-decoration:none;
}

.crumb
{
font-size:10px;
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
}


#maintable
{
	width: 500px;
}
/* Header */
H1.archive
{
	font-size: 16px;
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	color:#333333;
	font-weight: normal;
}
H2.archive
{
	font-size: 12px;
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	color:#333333;
}
th
{
	text-align: left;
}
.thleft
{
	font-size: 15px;
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	color:#333333;
	text-align: left;
	font-weight: bold;
}

.topheader
{
	border-style: none none solid none; 
	border-width: 1; 
	width:100%;
}
.topheader A
{
		text-decoration:none;
}
.topheader A:visited
{
	text-decoration:none;
}
.topheader A:hover
{
	text-decoration:underline;
}

.bigtable
{
	width:100%;
 	height:100%;
 }

.topheaderrow
{
}

.catalogtreeborder
{
	border-style: none solid none none; 
	border-width: 1px; 
}

.maincontent
{
	padding-left: 4px;
}

.navigationrow
{

}

#navigateinputpage
{
	border-style: solid;border-width: 1px; border-color: yellow; padding: 4px;
}
.navigateboxes
{
	padding-top: 4px;
}


.colhead
{
	font-family:     Verdana,Tahoma,sans-serif;
	font-size:       12px;
	font-weight: 		bold;
	color:           #FFFFFF;
	background-color: #000000;
	height: 24px;
	text-align: center;
}

.navbox
{
	width: 20px;
	height: 17px;
	
	text-align: center;
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	font-size:10px;
}

.navbox A 
{
	color:           #FFFFFF;
	text-decoration: none;
	display:block;
	width: 20px;
}
.navbox A:visited
{
	color:           #FFFFFF;
	text-decoration: none;
}
.navbox A:hover
{
	text-decoration: underline;
}


.navboxselected
{
	width: 20px;
	height: 17px;
	text-align: center;
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	font-size:10px;
	color:           #666666;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.navboxselected A
{
	text-decoration: none;
	display:block;
	width: 20px;
}
.navboxselected A:visited
{
	text-decoration: none;
}

.navboxselected A:hover
{
	text-decoration: underline;
}

.productheader
{
	
	white-space: nowrap;
	border: 1px solid #999999;
	text-align: center;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
	font-size: 11px;
	color:navy;
	
}
.productheader a
{
	display: block;
}
.previewphoto
{
	text-align: center;
	padding: 10px;
}

.productheader A
{
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	font-size:10px;
	text-decoration: none;
	color:navy;
}

.productheader A:visited
{
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	font-size:10px;
	text-decoration: none;
}
.bodylabel
{
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	font-size:10px;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
}
.bodycontent
{
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	font-size:10px;
	text-align: left;
	vertical-align: top;
}

.sideheaderup
{
	background-color: #dadada;
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	font-size:12px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.sideheaderdown
{
	background-color: #dadada;
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	font-size:12px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}
A.sidelinkheader
{
	text-decoration: none;
}
A.sidelinkheader:visited
{
	text-decoration: none;
}
A.sidelinkheader:hover
{
	text-decoration: underline;
}
/*-----------------------*/
/* CLEARFIX              */ 
/*-----------------------*/
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearFix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */

.searchFilters {
	margin-bottom: 10px;
}
.searchFilters label {
	font-size: 9px;
	width: 98px;
/*	width: 81px; */
	float: left;
}
.searchFilters label a:hover {
	color: #33CC00;
}
* html .searchFilters label {
	width: 95px;
}
.searchFilters label.long {
	width: 194px;
/*	width: 196px;
	width: 162px; */
	color:#333333;
	float: none;
	display: block;
	clear: both;
	font-weight: bold;
	margin-top: 10px;
}
.searchFilters label.longNoBold {
	font-weight: normal;
	margin-top: 0px;
	width: 194px;
/*	width: 196px;
	width: 162px; */
	float: none;
	display: block;
	clear: both;
}
label
{
	white-space: nowrap;
}


#productcategorylist {
	text-align: left;
	padding-bottom: 25px;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}

.productcategory {
	text-align: left;
	padding-left: 15px;
	padding-bottom: 5px;
}

#productkeywordlist {
	text-align: left;
	padding-bottom: 25px;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}

.productkeyword {
	text-align: left;
	padding-left: 15px;
	padding-bottom: 5px;
}

.productlabel{
	font-weight: bold;
	color: #36578c;
}

a.resultvotelink
{
	border-style:none;
	
}

img {border-style:none;}

.baskettext{
	font-size: 80%
}

.todoresults
{
	width: 100%;
	padding: 0px;
}
	
.todoresults th
{
	vertical-align: middle;
	text-align:left;
	font-size: 10px;
	white-space: nowrap;
}

.todoresults td
{
	vertical-align: top;
	text-align: left;
}

.pagebuttons
{
	font-size: 14px;
	font-weight: bold;
	
}
#oearchive
{
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	font-size:9pt;
	
}

#oearchive p 
{
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	font-size:9pt;
	margin:0px;
}
#oearchive td 
{
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	font-size:9pt;
	text-align: left;
}
#oearchive th
{
	white-space: nowrap;
	margin: 0px 10px 0px 0px;
	padding: 10px 10px 10px 0px;
	text-align: left;
	font-size:10pt;
}

#oearchive H1
{
	font-size: 12pt;
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	margin: 5px;
	color: #31578d;
}

#oearchive H2
{
	color: #31578d;
	font-size: 9pt;
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	margin-top: 5px;
	
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

#oearchive H4
{
	color: #31578d;
	font-size: 8pt;
	font-family:"Verdana", "Arial","Helvetica","Sans-serif";
	margin-top: 4px;
	margin-bottom: 2px;	
	padding: 0px;
}


#oearchive label
{
	white-space: nowrap;
}


.TOPMENU
{
	background-color: #36578c;
	border-color: #36578c;
}

.TOPMENU A
{
	color: white;
}
.TOPMENU A:visited
{
	color: white;
}

.SIDEMENU
{
	border-color: #dadada;
	background-color: #e0e0e0;
	padding: 10px;
}


.sidecontent
{
	border-bottom: 10px solid #e0e0e0;
	background-color: #e0e0e0;

}

.sidecontent A
{
	text-decoration: none;
	color: #666666;
}

.rightsidecontent
{
	border-bottom: 10px solid #e0e0e0;
	background-color: #e0e0e0;
}
.rightsidecontent TABLE
{
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 10px;

}
.rightsidecontent TD
{
	border-bottom: 1px solid #ffffff;
}
.rightsidecontent A
{
	text-decoration: none;
	color: #666666;
}


.SIDEBAR
{
	background-color:  #D9EDFF; 
}
.TEXTHEADER
{
	color:#333333;
}
.NAVBOX
{
	color:           #FFFFFF;
	background-color: #666666;
}
.ERROR
{
	color:           red;
}
.CRUMB
{
	color:#333333;
}
.PRODUCTHEADER
{
	background-color: #D9EDFF;
}
.HOVERACTIVE
{
	background-color: #D9EDFF;
	padding: 1px;
}
.NOHOVER
{
	background-color: #FFFFFF;
	padding: 1px;
}
.archivesidemenu
{
	background-color: #FFFFFF;	

}

.mattactionsheader
{
	text-decoration: none;
	color: #666666;
	font-size: 11px;
}
.mattactionsheadermenu
{
	z-Index:600;
	position:absolute;
	list-style-type: none;
	margin: 1px 0;
	padding: 0;
	width: 170px;
	border: 1px solid #9A9A9A;
	text-decoration: none;
	color: #666666;
}

.mattactionsheadermenu li a{
background-color: #f7f7f7;
font: 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
display: block;
width: auto;
padding: 4px 0px 4px 10px;
text-decoration: none;
border-top: 1px solid white;
text-align:left;
	color: #666666;
}


* html .mattactionsheadermenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.mattactionsheadermenu li a:visited, .mattactionsheadermenu li a:active{
}

.mattactionsheadermenu li a:hover{
background-color: #DDDDDD;
}
.catalogheadericon
{
text-align: center;
vertical-align: top;
padding-left: 20px;
	font-size: 11px;
	color: #666666;
}

.catalogheadericon a
{
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
