/** css/lndr.css
 *
 *	@package	HXM::CSS
 *	@author		Owner
 *	@version	$Id$
 *	@copyright	2004 HyperX, Inc.  All Rights Reserved.
 *	@todo
 *
**/

/**
 *	everything!
 color pallet:
 light tan bg: #E1DCC4
 Dark Brown bg: #5A4235
 Darkest brown bg: #473324
 Red: #951025
 Copy:
**/
*
{
	margin: none;
	padding: none;
}

/**
 *	<body>
**/
body {
	font: 11px Georgia, "Times New Roman", Times, serif;
	width: 10in;
}

p
{
	margin: 0px 0px 10px 0px;
	/*color: #473324;*/
}

/**
 *	<img>
 *
 *	all images default to no border.
**/
img
{
	border: none;
}

table
{
	border: none;
	border-spacing: 1px;
	width: 100%;
}
th
{
	padding: 6px;
}
td
{
	padding: 6px;
}

/**
 *	<form> elements
**/
form
{
	margin: 0px;
	padding: 0px;
}

input, select
{
	border: 1px solid #333;
	font: 11px Verdana;
	margin:0px 0px 0px 0px;
}

input[type=checkbox]
{
	border: none;
}

textarea
{
	border: 1px solid #333;
	padding: 2px;
	font: 11px Verdana;
}

textarea.comments
{
	width: 300px;
	height: 100px;
}

a {
	color: #951025;
	text-decoration: underline;
}
a:hover {
	color: #951025;
	text-decoration: none;
}

h1
{
	/*color: #951025;*/
	/*text-transform: uppercase;*/
	color: #000000;
	text-align: left;
	font-size: 18px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-variant:small-caps;
}
h2
{
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	margin-top:0px;
	margin-bottom:7px;
}

h3
{
	text-transform: uppercase;
	font-size: 11px;
}

h4
{
	text-transform: uppercase;
	font-size: 10px;
}

#banner {
	display: none;
}

#cart {
	display: none;
}

#sections {
	display: none;
}

#menu {
	display: none;
}

#menu a {
	text-decoration:none;
}
#menu a:hover {
	text-decoration: underline;
}

#menuleft {
}

#menuright {
}


.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }


#regbox {
	display: none;
}
#regbox p {
}
#product-images
{
}

/* -------- */

#container
{
	width: auto;
}

#leftnav
{
	display: none;
}
#leftnav a {

	text-decoration: none;

}

#rightnav
{
	display: none;
}

#content
{
	width: auto;
/*	top: -3px;
	margin: -3px 160px 0 160px;
	padding: 10px;*/
}
#content p.summary {
}

#footer
{
	position: absolute;
	width: auto;
	clear: both;
	margin-top: .5in;
	text-align: center;
}

div.lcatgs {
}
div.lcatgs strong a
{
}

div.lcatgs a
{
}


/**
 *	the div.row declarations are used throughout the checkout process.  we should try to achieve
 *	the same appearance as tables, above.
**/
div.row
{
	height: 26px;
}
div.row span.label
{
	/*border-bottom: 1px solid #999;*/
	border: 0px 0px 0px 0px;
	height: 20px;
	float: left;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	width: 38%;
	margin-top: 3px;
/*	border: 1px dotted #333;*/
}

div.row span.value
{
	float: right;
	width: 60%;
	text-align: left;
/*	border: 1px dotted #333;*/
}

div.row span.title
{
	float: left;
	width: 98%;
	font-weight: bold;
	text-align: right;
}

div.row span.notes
{
	font-style: oblique;
}

#brand
{
	display: none;
}

#product-view-tier
{
	display: none;
}

#page-header-img
{
	display: none;
}

div.product
{
	width: auto;
	margin: .5in;
}

div.product h1
{
	margin: none;
}

#product-detail-img
{
	margin-right: .5in;
}




