/*<?php header("Content-type: text/css"); ?>*/
body {
	margin:0px;
}
#content {
    padding-left: 15px;
}

.viewcart th {
    border: 1px solid #000000;
    background-color:#9AA5D0;
    text-align: center;
    padding:2px;
}

.viewcart td {
    border: 1px solid #000000;
    text-align: center;
    padding:2px;
}
.viewcart #subtotal {
    text-align: right;
	font-weight:bold;
}
.viewcart #shipping {
    text-align: right;
	font-weight:bold;	
}
.viewcart #total {
    text-align: right;
	font-weight:bold;	
}
.productdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin:0px;
	padding:0px;
	width:100%;
}
.productlisting {
	margin-left:15px;
	margin-bottom:5px;
	border:1px solid #000000;
}
.sectiontitle {
	background-color:#800000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	width:100%;
}
.pageheading {
	text-indent:2px;
	margin-top:0px;
}
.searchlisting {
	border:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;		
	padding:5px;
	background-color:#C5D0E3;
}
.searchlisting td {
	border-bottom:1px dashed #000000;
	font-size:14px;
	font-weight:bold;
}
.searchlisting .listing a {
	text-decoration:none;
	color:#000000;
}
.searchlisting .listing:hover{
	background-color:#9AA5D0;
}


.searchlisting2 {
	border:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;		
	padding:5px;
}
.searchlisting2 th {
	background-color:#999999;
	border-bottom:1px dashed #000000;
	font-size:15px;
	font-weight:bold;
}
.searchlisting2 td {
	border-bottom:1px dashed #000000;
	font-size:13px;
	font-weight:bold;
}
.searchlisting2 td a {
	text-decoration:none;
	color:#990033;
}

.contentarea {
	padding-left:7px;
}
.header {
	background-image:url(../_img/headerBG3.jpg);
}
.navigation {
	background-image:url(../_img/titleBG1.jpg);
	height:31px;
}
.navigation tr td {
	background-color:#000000;
	height:21px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
.navigation tr td a {
	text-decoration:none;
	color:#FFFFFF;
}
.leftnavigation {
	background-image:url(../_img/headerBG3.jpg);
	text-align:center;
}
.leftnavigation table {
	margin-bottom:25px;
	text-align:left;
}
.leftnavigation strong {
	text-decoration:underline;
	font-family:"Century Gothic", "Arial Black";
}
.leftnavigation ul {
	margin:0px;
	padding:0px;
}
.leftnavigation li {
	font-family:"Century Gothic", "Arial Black";
	list-style-type:none;
	text-indent:10px;
}
.leftnavigation li a {
	text-decoration:none;
	color:#000000;
}
.leftnavigation li a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
.middlebar {
	background-image:url(../_img/titleBG1.jpg);
}
.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
}
.footertext span {
	padding-left:4px;
	padding-right:4px;
}
.footertext span a {
	color:#0000FF;
}
.breadcrumbs {
	font-size:12px;
}
