/* styles for all pages */
BODY, TABLE, TR, TD, P	
{ 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #222222; 
	text-align: justify;
}

HTML
{
	height: 100%;
}

BODY
{
	background-color: #f7f7f7;
	margin: 0;
	padding: 0;
	height: 100%;
}

BODY, P, TD
{
	color: #333333;
}

#header
{
	background-color: #a6a667;
	border-bottom: 1px solid #999999;
}

#logo
{
	margin: 8px;
	padding: 0;
	border: 0;
}

#wrapper
{
	border-right: 1px solid #dddddd;
	background: white url(/images/sidebar.png) repeat-y top left;
}

#sidebar
{
	float: left;
	width: 170px;
	background-color: black;
	color: white;
	font-weight: bold;
	text-align: left;
}

.sidetitle
{
	padding: 4px;
	height: 16px;
	background-color: #666666;
}

.sidegroup
{
	padding: 4px 4px 16px 4px;
}

#sidebar A
{
	text-decoration: none;
	color: #a6a667;
}

#sidebar A.selected
{
	text-decoration: none;
	color: #a6a667;
}

#sidebar A:hover
{
	text-decoration: underline;
	color: #a6a667;
}

#querybox
{
	width: 106px;
	padding: 0;
	margin: 0;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

#searchbutton
{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	width: 50px;
	height: 21px;
	padding: 0;
	margin: 0;
	background-color: #dddddd;
	border: 1px solid blue;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

#advancedsearch
{
	display: block;
	text-align: right;
}

#linkstrip
{
	padding: 0;
	margin: 0 0 0 172px;
	border: 0;
	height: 24px;
	background-color: #F7F7F7;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 9pt;
	color: #CCCCCC;
	vertical-align: absmiddle;
}

#linkstrip A
{
	text-decoration: none;
	color: #939252;
}

#linkstrip A.selected
{
	text-decoration: none;
	color: #a6a667;
}

#linkstrip A:hover
{
	text-decoration: underline;
	color: #a6a667;
}

#leftlinks
{
	padding: 5px 18px;
}

#rightlinks
{
	float: right;
	padding: 5px 6px 5px 9px;
	background: #EEEEEE url(/images/rightlinkscurve.png) no-repeat bottom left;
}

#content
{
	margin-left: 172px;
	background-color: white;
	padding: 4px 16px;
	min-height: 75%;
}

#content H1
{
	margin: 16px 0;
	padding: 0 1px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: black;
}

#content H2
{ 
	margin: 16px 0 0 0; 

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-weight: bold; 
	color: rgb(51, 51, 51); 
	text-align: left; 
}

.pagelinks		
{ 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	margin: 8px 0; 
	font-size: 9pt; 
}

.pagelinks .summary
{
	font-weight: bold;
}

.pagelinks .disabled
{
	color: silver;
}

.clearer
{
	clear: both;
	height: 0px;
}

.assetlistings
{
	table-layout: fixed;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background-color: #eeeeee;
}

.assetlistings TR
{
	border-bottom: 1px solid #999999;
}

.assetlistings TD
{
	padding: 12px 0 10px 0;
}

.assetlistings .imagecell
{
	width: 154px;
	height: 154px;
	text-align: center;
}

.assetlistings .textcell
{
	padding: 8px 12px;
	text-align: left;
}

.assetlistings .textcell .metadata
{
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.assetlistings .textcell .metadata TR
{
	border: 0;
}

.assetlistings .textcell .metadata TD
{
	padding: 0 8px 4px 0;
	vertical-align: top;
}

.assettable
{
	border: 0;
}

.assettable .imagecell
{
	width: 192px;
	text-align: left;
	vertical-align: top;
}

.assettable .textcell
{
	padding: 0 6px 6px 0;
	text-align: left;
	vertical-align: top;
}

.assettable .textcell STRONG
{
}

.assettable .metadata
{
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.assettable .metadata TD
{
	padding: 0 8px 12px 0;
	vertical-align: top;
}

.metadata .label
{
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
}

.cart, .checkout
{
	border: 0;
	border-collapse: collapse;
}

.cart THEAD TR, .checkout THEAD TR
{
	background-color: #dddddd;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #bbbbbb;
}

.cart TH, .checkout TH
{
	font-weight: bold;
	text-align: left;
	padding: 4px;
}

.cart TH.quantity, .checkout TH.quantity
{
	text-align: center;
}

.cart TH.total, .checkout TH.total
{
	text-align: right;
}

.cart TR.item TD, .checkout TR.item TD
{
	padding-top: 4px;
	padding-bottom: 0;
}

.cart TD.imagecell, .checkout TD.imagecell
{
	width: 140px;
	text-align: left;
}

.cart TD.quantity, .checkout TD.quantity
{
	text-align: center;
}

.cart TD.price, .checkout TD.price
{
	text-align: right;
}

.checkout TD.cartmessage
{
	font-style: italic;
	text-align: center;
}

.cart TD.subtotallabel, .checkout TD.subtotallabel,
.cart TD.subtotal, .checkout TD.subtotal
{
	font-style: italic;
	line-height: 32px;
	text-align: right;
}

.checkout TD.shippingcostlabel,
.checkout TD.shippingcost
{
	text-align: right;
}

.checkout TD.totallabel,
.checkout TD.total
{
	font-weight: bold;
	line-height: 32px;
	text-align: right;
}

.checkout TD.label
{
	font-weight: bold;
	line-height: 22px; /* use the same height for rows without inputs as for those with inputs */
}

.checkout TD.field INPUT
{
	width: 288px;
}

.checkout TD.requiredlabel
{
	font-size: 90%;
	font-style: italic;
}

.cart TD.buttons, .checkout TD.buttons
{
	text-align: right;
}

#rule
{
	clear: both;
	height: 4px;
	font-size: 1px;
	border: none;
	background: #a6a667 url(/images/sidebar_bottom.png) no-repeat;
}

#inputform
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
	background: #bbbbbb;
}

#inputform THEAD TD
{
	padding: 4px 10px;
	background: #bbbbbb;
	color: white;
	font-size: 11pt;
	font-weight: bold;
}

#inputform .labelcell
{
	padding: 6px 4px 0px 10px;
	background: #eeeeee;
}

#inputform .inputcell
{
	padding: 6px 8px 0px 10px;
	background: #eeeeee;
}

#inputform .buttoncell
{
	text-align: right;
	padding: 6px 8px;
	background: #eeeeee;
}

FORM
{
	margin: 0 0;
}

#footer
{
	padding: 2px;
	color: rgb(96, 96, 96);
	font-size: 8pt;
	clear: both;
}

.errorMessage		{ font-weight: bold; color: red; }
.message			{ font-weight: bold; color: #333388; }
