
h1 {
	margin: 0;
	height: 30px;

	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;

	padding: 0;
	margin-bottom: 8px;
	border-bottom: 1px outset;
}

h2, h3 {
	margin: 0;

	color: white;
	font-size: 15px;
	font-weight: bold;

	padding: 4px;
	margin-bottom: 8px;
	border-bottom: 1px outset;
}

h1 a {
	font-size: 12px;
	float: right;
	margin-left: 8px;
}

.hr {
	height: 12px;
	margin-bottom: 12px;
	border-bottom: 1px outset;
}

h3 {
	font-size: 13px;
}


table#usernav {
	background-color: #003F20;
	height: 30px;
	width: 100%;
	margin-bottom: 6px;
}

table#usernav {
	padding: 0 6px 0 6px;
}

table#usernav td a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

table#usernav td {
	color: white;
}

table.full {
	width: 100%;
}

.controls {
	float: right;
}

.sub {
	padding-left: 25px;
	font-size: 11px;
}


form { margin: 0; }

input, select, textarea {
	font-family: inherit;
	font-size: 12px;
	color: #043647;
}

input.txt {
	border: 1px solid #043647;
	width: 140px;
}

.formtbl td .txt {
	border: 1px solid #043647;
	width: 240px;
}

.formtbl td .pr {
	border: 1px solid #043647;
	width: 40px;
	margin-top: 6px;
}

a, a:link, a:visited {
	color: orange;
	text-decoration: underline;
}

a:hover, a:active {
	color: orange;
	text-decoration: underline;
}


.center {
	text-align: center;
}

.padd {
	padding: 15px;
}

table {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

td, th {
	vertical-align: top;
}

table.formtbl th {
	font-weight: normal;
	text-align: right;
	padding: 6px;
	padding-right: 12px;
}

table.formtbl td {
	padding: 6px;
}

td.l, th.l { text-align: left; }
td.c, th.c { text-align: center; }
td.r, th.r { text-align: right; }
td.t, th.t { vertical-align: top; }
td.m, th.m { vertical-align: middle; }
td.b, th.b { vertical-align: bottom; }


table.datatbl {
	border: 0;
	margin: 0;
	padding: 0;
}

table.datatbl th {
	text-align: center;
	background-color: #4F4F4F;
	padding: 6px;
	color: white;
}

table.datatbl th a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dashed white;
}


table.datatbl tr.subhead th {
	text-align: left;
	background-color: #6FFF9B;
	padding: 6px;
	color: black;
}

table.datatbl tr.subhead th a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed black;
}

table.datatbl td {
	padding: 6px;
}

table.datatbl tr.odd td {
	background-color: white;
}

table.datatbl tr.odd td {
	background-color: lightgray;
}

table.datatbl th.title,
table.formtbl th.title,
div.title {
	text-align: left;
	background-color: #4F4F4F;
	color: white;
	padding: 6px 6px 6px 25px;
	font-size: 14px;
	font-weight: bold;
}

table.datatbl td.spacer {
	background-color: transparent;
}

.texttitle {
	font-size: 18px;
	font-weight: normal;
	color: #009F54;
}


.titlesm {
	font-size: 14px;
	font-weight: normal;
	color: #009F54;

}

table.optiontbl td {
	width: 49%;
	height: 60px;
	padding: 4px;
	background-color: #e9e9e9;
}

table.optiontbl td.spacer {
	width: 2%;
	background-color: transparent;
}

.cat-label {
	font-size: 16px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	background-color: #54b5d5;
}

.cat-label div {
	width: 450px;
}

.cat-sub {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	padding-left: 50px;
}

.cat-sub div {
	max-width: 350px;
}

.prod-label {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
}

.cat-label .controls, .prod-label .controls, .cat-sub .controls {
	display: block;
	padding: 4px;
	float: right;
}

.cat-label .controls a, .prod-label .controls a, .cat-sub .controls a, .lead-label .controls a {
	margin: 0 6px 0 6px;
	float: left;
}

.cat-contain {
	display: none;
}

.id-block {
	float: left;
	width: 100px;
	margin-right: 10px;
}

.prodthumb {
	border: 0;
	margin: 5px 0 5px 0;
}

.prodtitle, a.prodtitle {
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.left-cat-listing {
	padding: 5px 0;
	clear: left;
}

.right-cat-listing {
	padding: 8px 0px;

}

.category-title {
	clear: left;
	border: 1px solid #a1bac2;
	font-size: 16px;
	font-weight: bold;
	background-color: #54b5d5;
	padding: 3px 8px 3px 8px;
	margin: 10px 0 10px 0;
}

.search-result, .product-item {
	vertical-align: top;
	width: 33%;
	margin: 10px 5px;
	padding-bottom: 25px;
}

#category-all .product-item {
	padding: 25px;
	border-right: 1px solid #71B5C7;
}

div.search-result, div.product-item {
	float: left;
}

	.search-result .thumb, .product-item .thumb
	{
		height: 100px;
		overflow: hidden;
	}

	.search-result a, .product-item a
	{
		color: white;
	}

	.product-item ul {
	        list-style-type: none;
	        padding-left: 8px;
	}

	        .product-item ul li {
	                background: url(../img/arrow-sm.gif) no-repeat left center;
	                padding-left: 8px;
	        }

	        .product-item ul li a {
	                color: white;
	                text-decoration: underline;
	        }

a.cat-link {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

table.product-detail {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

table.product-detail td {
	padding: 8px;
	vertical-align: center;
}


table.product-detail td.product-left {
	width: 225px;
	vertical-align: top;
}

table.product-detail td.product-right {
	vertical-align: top;
}


table.product-detail td.product-left div.tiny {
	width: 50px;
	height: 50px;
	overflow: hidden;
	display: block;
	float: left;
	border: 1px solid black;
	cursor: pointer;
}

table.price-table {
	border: 1px solid #A6A6A6;
	border-collapse: collapse;
}

table.price-table td {
	padding: 5px;
	text-align: right;
}


table.price-table th {
	padding: 5px;
	text-align: center;
}

table.price-table caption {
	padding: 5px 0 5px 0;
	font-size: 12px;
	text-align: left;
}

table.list {
	width: 100%;
	border-collapse: collapse;
	clear: both;
}

table.list th {
	padding: 4px;
	text-align: left;
	font-size: medium;
}

.even {
	background-color: #54b5d5;
}

.odd {
	background: none;
}

div.printbox
{
	border-style: solid;
	border-width: 1px;
	border-color: white;
	padding: 8px;
	margin: 8px 16px;
}

div.producttitle
{
	height: 32px;
	overflow: hidden;
}


.product-image {
        position: relative;
}

.zoomin {
        position: absolute;
        bottom: 0;
        right: 0;
	background: #2E7891;
	color: white;
}

.zoomin span {
        display: block;
        width: auto;
        height: 20px;
	line-height: 20px;

	padding-left: 20px;
        background-image: url(../img/icons-small.gif);
	background-repeat: no-repeat;
	background-position: -80px 0px;

}

.zoomin a {
	text-decoration: none;
	color: white;
	font-weight: bold;

        display: block;
        width: auto;
        height: 20px;
        line-height: 20px;

	background: #2E7891;
	padding: 0 4px;
}
