@import url(/css/nav.css);

body
{
	margin-top:10px;
}

h1
{
	font-size: 26px;
	font-weight:normal;
	font-family: Arial; 
	margin:0 0 10px 0;
	padding:0;
}

#wrapper
{
	width:720px;
	margin:0 auto;
}

#content
{
	width:520px;
	float:left;
	padding:10px 0 0 10px;
}

table#leftNav
{
	float:left;
	margin-top:10px;
}

table#frontTable
{
	width:460px;
	margin:0 auto;
}
#frontTable td
{
	border:1px solid #5697BA;
	padding:10px;
}


.clear
{
	clear:both;
}

div#copyrights
{
	width:700px;
	margin:0 auto;
	text-align:center;
	padding:20px;
	color: gray; 
	font-size: 10px; 
	font-family: Arial; 
	line-height: 13px; 
	letter-spacing: 0;
}

span.price
{
	font-size:16px;
	font-weight:bold;
}

/*** Customer Service Table ***/

table#custAdmin td
{
	padding:5px;
	margin:0;
}
table#custAdmin tr#headerRow
{
	background-color:#5697BA;
}
table#custAdmin tr#headerRow td
{
	padding:10px;
}

.txtfield
{
	width:250px;
}

/** footer nav ***/

div#footerNav
{
	margin:40px auto 0 auto;
	text-align:center;
	width:100%;

}

div#footerNav a { font-weight: bold; }
div#footerNav a:link { color: #0697a1;  text-decoration: underline; }
div#footerNav a:hover { text-decoration: none; }

div.error
{
	font-weight:bold;
	color:#FF0000;
}

table.productTable input.txtfield
{
	width:auto;
}

table.productTable tr.productTableHeaderRow
{
	font-size:12px;
	font-weight:bold;
	background-color:#1E3366;
	color:white;
}
table.productTable tr.productTableHeaderRow td
{
	padding:3px;
}

td#catSelectCell select
{
	width:140px;
	font-size:10px;
	
	padding:0;
}