﻿/* Lorenz (Default) */

@import url(thrColAbsHdr.css);
@import url(clientTabs.css);
@import url(login.css);
@import url(results.css);

body
{
	font-size: 80%;
}

table.keyvalue th
{
	text-align: right;
	vertical-align: top;
	padding-right: 0.8em;
}

.error
{
	color: red;
}

#mainContent th.sectionheader
{
	text-align: left;
	padding: 0.3em;
	border-bottom: solid 1px #e9e9e9;
	border-top: solid 1px #e9e9e9;
}

#menutext
{
	font-size: 0.9em;
}

#menutext td
{
	padding: 0.3em 1.1em;
}

#sidebar2 h3 a
{
	color: white;
	text-decoration: none;
}
#sidebar2 h3 a:hover
{
	text-decoration: underline;
}

.revision
{
	color: #444444;
}

#productTypeMenu
{
	background: transparent url('../images/browse_by_prod_type.png') 0 0 no-repeat;
	width: 150px;
	padding-top: 28px;
}

#AccordionProductType div.AccordionPanelContent
{
	overflow: hidden;
	height: 0;
}

#AccordionProductType div.current
{
	height: auto;
}

img.thumbs
{
	border: solid 1px #555555;
}

#galleryselect #TabbedPanels1 .virtualpage5 img
{
	border: solid 1px #444444;
}

#gallerylabel
{
	background-color: #CCCCCC;
	padding: 0.5em;
}


.specificProduct {
	border: 1px solid #333333;	
	background-color: #F4E9D0;
	padding-top: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DBBA69;
	border-right-color: #9F7612;
	border-bottom-color: #DBBA69;
	border-left-color: #9F7612;
}

.specificProduct td
{
	font-size: 12px;
}
.specificProduct h3
{

	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	display: block;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.specificProduct a
{
	
}
.specificProduct h4
{
	font-size: 11px;
}
.specificProduct p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
}

.specificProduct a,
.specificProduct a:link,
.specificProduct a:visited,
.specificProduct a:active {
	color:#B67B10;
	font-size: 9px;
}
.specificProduct a,
.specificProduct a:link,
.specificProduct a:visited,
.specificProduct a:active {
	color:#B67B10;
	font-size: 9px;
}
.specificProduct a:hover,
.specificProduct a:hover {
	color:#000000;
	text-decoration:none;
	font-size: 9px;
}

#galleryselect
{
	margin-bottom: 2em;
}

.mugshot
{
	float: right;
	margin: 0 0 1em 1em;
}

.resultsblurb
{
	padding: 1em;
	border: solid 1px #DDDDDD;
}

h4.groupheader
{
	padding: 0.5em 1em;
	border-top: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
}

.quantitybox
{
	text-align: right;
}

.addToCartButton
{
	position: relative;
	top: 3px;
}

#gallerylabel
{
	font-weight: bold;
	font-size: 1.2em;
}

ul.folders, ul.files
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 12px;
}
ul.folders li, ul.files li
{
	height: 48px;
	margin: 0;
	padding: 13px 0 0 60px;
	vertical-align: middle;
	border-bottom: solid 1px #E9E9E9;
}
ul.folders li
{
	background: white url(../images/icons/folder_amber.gif) 0 0 no-repeat;
}
ul.files li { background: white url(../images/icons/file_blank.gif) 0 0 no-repeat; }
ul.files li.pdf { background: white url(../images/icons/file_pdf.gif) 0 0 no-repeat; }
ul.files li.doc { background: white url(../images/icons/file_doc.gif) 0 0 no-repeat; }
ul.files li.xls { background: white url(../images/icons/file_xls.gif) 0 0 no-repeat; }
ul.folders li a, ul.files li a
{
	font-size: 1.2em;
}

.loginField { width: 85px; }

table.downloads
{
	background-color: white;
	border-color:#999999;
	border-width:1px;
	border-style:None;
	width:100%;
	border-collapse:collapse;
	border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid; 
    font-size: 8pt; 
    border-left: gainsboro 1px solid;
    color: black; 
    border-bottom: gainsboro 1px solid; 
    font-family: verdana;
}

table.downloads td, table.downloads th
{
	border: solid 1px gainsboro;
}

.DynamicLinks
{
    padding:1px 4px 1px 4px;    
}

.DynamicLinks:hover
{
    padding:0px 3px 0px 3px;
    border:solid 1px #000000;
}

.SelectedDynamicLinks
{
    padding:0px 3px 0px 3px;
    border:solid 1px #000000;
}