table {
    empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
table, td, th {vertical-align: top;}
input.text {
	margin: 0;
}
h1
{
	font-family: Arial, Helvetica, Verdana, San-Seriff;
	font-size: 14px;
	font-weight: bold;	
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CBCBCB;
}
h2 
{
	font-family: Arial, Helvetica, Verdana, San-Seriff;
	font-size: 17px;
	color: #000;	
	font-weight: bold;	
}
h3 
{
	font-family:Arial, Helvetica, Verdana, San-Seriff;
	font-size:20px;
	color: #5E7E93;
	margin: 5px 5px 15px 5px;
	border-bottom: 1px solid #CBCBCB;
}
ul{	margin-left: 25px;
}
p{ margin: 5px;
}
a img { border: none; margin: 0; padding: 0;}


th { font-family:Arial, Helvetica, Verdana, San-Seriff; font-size: 10pt; font-weight: bold; color: #000000; text-decoration: none }

td { font-family:Arial, Helvetica, Verdana, San-Seriff; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: none }

.imgFrame { float:left; border:1px solid #c5c5c5; margin: 2px; padding:0; }

.clear {
	clear: both;
}


/* top tab menu */
.topmenu {
padding: 0;
position: absolute;
bottom: -6px;
right: 0;
}
.topmenu ul {
float: right;
font: bold 14px Arial, Tahoma, Helvetica;
margin:0;
padding: 12px 0 12px 12px;
list-style: none; 
}
.topmenu li {
margin-left: -6px;
display: inline;
}
.topmenu a {
color: #636363;
padding: 6px 20px;
text-decoration: none;
background-color: #F7FCFC; 
border: 1px solid #b6c4c6;
margin: 0 0 0 3px;
}
.topmenu a:hover {
text-decoration: underline;
background-color: white;
}
.topmenu .current a {
padding: 10px 20px;
color: #fff; 
background-color: #636363; 
border: 1px solid #000;
}
/* main body */
.table-basic, td, th {
padding: 5px;
margin: 5px;
}
.table-container {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
.search-bar-container {
text-align: center;
width: 100%;
height: 40px;
background: #636363; 
}
.search-bar {
font: normal 12px Tahoma, Arial, Helvetica;
color: #fff; 
width: 890px;
text-align: left;
}
.seach-select {
    font: normal 12px Arial;
	padding: 1px;
	color: #000;
	border: 1px solid #000;	
	vertical-align: middle;	
}
.seach-text {
    font: normal 12px Arial;
	padding: 2px;
	color: #000;
	border: 1px solid #000;
	vertical-align: middle;
}
a.adv-search-link:link, a.adv-search-link:visited {
font: normal 11px Verdana;
text-decoration: underline;
padding-left: 10px;
color: #fff;
}
a.login:link, a.login:visited {
font: normal 11px Verdana;
text-decoration: underline;
color: #fff;
}
.cart-bar-container {
text-align: center;
width: 100%;
height: 40px;
background: #F7FCFC; 
}
.cart-bar {
color: #000; 
width: 890px;
margin: 6px 0 0 0; 
}
.cart-icon {
vertical-align: middle;
padding-right: 8px;
}
/* content */
.content-container {
text-align: center; 
width: 100%;
background: #F8F8F8; 
}
.content {
font: normal 12px Arial, Tahoma, Helvetica;
width: 900px; 
height: 100%;
text-align: left;
background: #fff; 
border-left: 1px solid #ededed;
border-right: 1px solid #ededed;
border-bottom: 1px solid #ededed;
}
.message {
margin: 5px;
background: #FFF6BF;
color: #514721;
border: 1px solid #FFD324;
background: #FFF6BF url('/cart/images/notice.png') 8px 7px no-repeat; color: #514721; border-color: #FFD324;
padding: 7px 7px 7px 30px;
}
.success {
margin: 5px;
background: #E6EFC2;
color: #264409;
border: 1px solid #C6D880;
background: #E6EFC2 url('/cart/images/success.png') 8px 7px no-repeat; color: #264409; border-color: #C6D880;
padding: 7px 7px 7px 30px;
}
.error {
margin: 10px 0 0 0;
background: #FBE3E4;
color: #8A1F11;
border: 1px solid #C6D880;
background: #FBE3E4 url('/cart/images/error.png') 8px 7px no-repeat; color: #8A1F11; border-color: #FBC2C4;
padding: 7px 7px 7px 30px;
}
#error {
	display:none;
}
/* products list */
a.button {
    margin: 4px 0; 
	padding: 0 10px; 	
    display: inline-block;
    height:26px !important;
    font: bold 12px Arial !important;
    color: #fff !important;
    background: url(images/btn_button.png) 0 0 repeat-x;
    border: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	line-height:25px !important;	
}
a.button:hover {
	background:url(images/btn_button_hi.png) 0 0 repeat-x;}
	
a.button-gray {
    margin: 4px 0; 
	padding: 0 10px; 	
    display: inline-block;
    height:26px !important;
    font: bold 12px Arial !important;
    color: #fff !important;
    background: url(images/btng_button.png) 0 0 repeat-x;
    border: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	line-height:25px !important;	
}
a.button-gray:hover {
	background:url(images/btng_button_hi.png) 0 0 repeat-x;
}

.product-results-container {
    width: 158px;
	margin: 5px;
    border: 1px solid #CBCBCB;
	position: relative;  
	overflow: hidden;
    float: left;
}
.product-results-table {
	margin: 5px;
    border: 1px solid #CBCBCB;
}
.product-results-list {
	margin: 5px;
}
.product-results-headfoot {
	margin: 5px;
}
.product-results-info { 
    font-size: 11px;
    width: 100%;
}
.product-results-sort {
	background: #EDEDED url(cart/images/bg_2.gif);
    border: 1px solid #CBCBCB;
}
.product-results-sort td {
    padding: 5px;
	font-size: 10px;
    border: 0;	
    vertical-align: middle;
}
.seach-sort {
    font: normal 12px Arial;
	padding: 1px;
	border: 1px solid #CBCBCB;
    vertical-align: middle;
}
.hilight {
	vertical-align: middle;
	background-color: #003366;
}
.lolight {
	vertical-align: middle;
	background-color: #CBCBCB;
} 
.rule-details {
	border: none 0; 
	border-top: 1px dashed #000;
	height: 1px;
	padding: 4px;
} 
.product-photo-thumb {
	margin: 1px;
} 
.product-options {
    font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	padding: 0;
	margin:  8px 0 0 0;
    width: 400px;
	float: left;
	clear:both;
    position: relative;
}
.product-opt-heading {
    font-weight: bold;
	float: left; 
    width: 100px;
}
.product-opt-chooses {
	float: right; 
    width: 300px;
}
.product-opt-names {
    height: 12px;
	padding: 2px 0;
	display: block;
 	vertical-align: middle;
}
#product-opt-radio {
 	width: 12px;
    height: 12px;
	vertical-align: bottom;
}
#product-opt-select {
    font-family: Arial;
	font-size: 12px;
	height: 18px;
}
.product-opt-quantity {
    font-family: Arial;
	font-size: 12px;
    height: 18px;
	width: 20px;	
}
.product-addtocart {
	margin: 10px 0 10px 100px;
}
.product-item-title {
    padding: 8px 0 0 0;
    font-weight: bold;
	font-size: 13px;
	clear: both;
}
.product-item-code {
    font-size: 9px;
	color: #a1a1a1;
	padding-bottom: 8px;
	display: block;
}
.product-retail-price {
    padding: 18px 6px 0 0;
	font-size: 13px; 
	color: #a1a1a1;
}
.product-price {
    padding: 18px 0 0 0;
    font-weight: bold;
	font-size: 13px;
	color: #990000;
}
.product-sale-price {
    padding: 18px 6px 0 0;
    font-weight: bold;
	font-size: 13px;
	color: #990000;
}
.product-dealermember-price {
    padding: 18px 0 0 0;
    font-weight: bold;
	font-size: 13px;
	color: #990000;
}
.product-wholesale-price {
    padding: 18px 6px 0 0;
    font-weight: bold;
	font-size: 13px;
	color: #990000;
}
.product-in-stock {
    font-weight: bold;
	font-size: 13px;
	color: #009900;
	padding-bottom: 2px;
	display: block;
}
.product-out-stock
 {
	font-size: 13px;
	padding-bottom: 2px;
	display: block;
}
.product-shipping {
    font-size: 11px;
	padding-bottom: 8px;
	display: block;
}
.product-brand {
    font-weight: bold;
	display: block;
}
.product-image-lg {
	border-style: none;
}
.product-image-sm {
    margin: 8px;
	border-style: none;
}
table.list-results {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #CBCBCB;
}
table.list-results th {
	background: #EDEDED url(cart/images/bg_2.gif);
	border: 1px solid #CBCBCB;
	color: #555;		
}
table.list-results tr {border-bottom: 1px solid #CBCBCB;}
table.list-results td, table th {
	padding: 4px 10px;
	vertical-align: top;
}
table.list-results td {
	background: #F8F8F8;
	border: 1px solid #CBCBCB;
}
table.list-results tr.even td {background: #fff;}
table.list-results td.inside {
	padding-top: 12px;
	font-size: 11px;
	text-align: center; 
}
.breadcrumb {
margin:0;
padding:0;
}
.breadcrumb ul {
font: normal 12px Arial, Tahoma, Helvetica;
margin: 0 0 20px 5px;
list-style: none; 
}
.breadcrumb li {
margin: 0 6px 0 0;
padding: 0 14px 0 0;
display: inline;
}
.breadcrumb li a{
text-decoration: none;
}
.breadcrumb li a:hover{
text-decoration: underline;
}
.breadcrumbfolder {
background: url(/images/right.gif) no-repeat 100% 50% ;
}
* html .breadcrumb ul li {height: 1%;}
* html .breadcrumb ul li a { height: 1%;}
/* cart */
table.check-ship {
    float: right;
    width: 350px;
	margin: 4px 0 4px 0;
	border: 1px solid #CBCBCB;
	background: #F8F8F8;
}
table.check-ship td, table.check-ship th {
  padding: 4px;
}
.cart-totals {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
.Required {
	font-size: 1.4em;
	color: #8A1F11;
}
.needsfilled {
	background:#FBE3E4;
	color:#8A1F11;
}
/* page to page */
.pages {
    float: right;
	font-size: 11px;
	padding: 0 5px 0 5px;
}
.pages-count {
    float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 0 5px;
	vertical-align: middle;
}
.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-left: 0.4em;
    border: 1px solid #FCFCFC;
    background: #FCFCFC;
}
.pages span.current {
    border: 1px solid #CBCBCB;
    background: #E1F3FF;
    color: #000;
}
.pages .nextprev{
    color: #CBCBCB;
}
.pages a {
    border: 1px solid #CBCBCB;
    text-decoration: none;
}
.pages a:hover {
    border-color: #000;
}

