.productsacross
{
list-style-type: none;
margin: 0;
padding: 0;
}

ul.categories
{
width: 600px;
overflow: hidden;
}

ul.categories li
{
display: block;
float: left;
width: 300px;
}
/* Neutralize styling: 
   Elements we want to clean out entirely: */

fieldset {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
html {
	margin: 0px;
	padding: 0px;
	width:100%;
}
body {
	margin: 0;
	padding:0;
	width:100%;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
address {
	margin: 1em 0;
	padding: 0;
}
dl {
	margin: 1em 0;
	padding: 0;
}
ol {
	margin: 1em 0;
	padding: 0;
}
ul {
	margin: 1em 0;
	padding: 0;
}
blockquote {
	margin: 1em 0;
	padding: 0;
}
pre {
	margin: 1em 0;
	padding: 0;
}
p {
	margin: 1em 0;
	padding: 0;
}
h6 {
	margin: 1em 0;
	padding: 0;
}
h5 {
	margin: 1em 0;
	padding: 0;
}
h4 {
	margin: 1em 0;
	padding: 0;
}
h3 {
	margin: 1em 0;
	padding: 0;
}
h2 {
	margin: 1em 0;
	padding: 0;
}
h1 {
	margin: 1em 0;
	padding: 0;
}
* {
	font-family:Arial, Verdana, sans-serif;
}
.clear-both {
	clear:both;
}
.g1 {
	font: 11px Arial, Verdana, sans-serif;
	color:#333333;
}
/**********************************************/

/* -- Header -- */
	
	#logo {
	margin: 10px 0 20px 20px;
	width:250px;
	height:56px;
	float:left;
	clear:left
}
#header-bar {
	background-image:url(/images/header-background.gif);
	background-repeat: repeat-x;
	width:100%;
	height:32px;
}
#header-bar .left a, #header-bar .left a:active, #header-bar .left a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#header-bar .left a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#header-bar .right a, #header-bar .right a:active, #header-bar .right a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#header-bar .right a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#header-bar .left {
	padding:1px;
	color:#FFFFFF;
	font-size:11px;
	line-height:30px;
	width:180px;
	float:left;
	padding-left:5px;
}
#header-bar .right {
	color:#FFFFFF;
	font-size:11px;
	line-height:30px;
	float:right;
	width:350px;
	text-align:right;
	padding-right:5px;
}
#header-right {
	width:290px;
	position:absolute;
	top:0;
	right:0;
	margin-right:20px;
}
#shopping-cart-list {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	background-image:url(/images/shopping-cart.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#shopping-cart-list li {
	padding:0;
	margin:5px 0 0 0;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	float:right;
	text-transform:uppercase;
	color:#333333;
	height:27px;
	width:244px;
}
#shopping-cart-list li a, #shopping-cart-list li a:link, #shopping-cart-list li a:active, #shopping-cart-list li a:visited {
	color:#333333;
	text-decoration:none;
	margin-left:15px;
	display:block;
}
#shopping-cart-list li a:hover {
	text-decoration:underline;
}
#login-form {
	height:22px;
	text-align:right;
	margin:20px 0 0 0;
}
#login-form label {
	font-size:11px;
	color:#333333;
	margin:0px 2px;
	font-weight:bold;
}
#login-form .login-field {
	height:22px;
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	width:100px;
	border: 1px solid #666666;
	margin:0px;
	padding-bottom:3px;
	vertical-align:middle;
	line-height:22px;
}
#login-form .login-button {
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#EEEEEE;
	border-top-color:#3A9A05;
	border-left-color:#3A9A05;
	border-right-color:#3A9A05;
	border-bottom-color:#3A9A05;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height:22px;
	vertical-align:bottom;
}
.login-status {
	font-size:11px;
	margin:20px 0;
	color:#333333;
	float:right;
}
/* -- End Header -- */




/**********************************************/

/* -- Footer -- */

	#footer-background {
	background-image:url(/images/footer-background.gif);
	background-repeat: repeat-x;
	width:100%;
	height:16px;
	margin-top:5px;
}
ul#footer-ul {
	height:20px;
	margin: 7px 0 0 0;
	padding:0;
}
li.footer-li {
	padding:2px;
	margin:2px;
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	display:inline;
	list-style:none;
}
li.footer-li a, li.footer-li a:active, li.footer-li a:link, li.footer-li a:visited {
	text-decoration:none;
	color:#333333;
}
li.footer-li a:hover {
	color:#3A9A05;
	text-decoration:underline;
}
/* -- End Footer -- */


/**********************************************/


/* -- Sidebar -- */
	
/*
#sidebar {
	padding-right:1px;
}
*/
#sidebar-header-background {
	width:180px;
	height:15px;
	margin:0;
	padding:0;
	background-image:url(/images/sidebar-background-header.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}
#sidebar-footer-background {
	width:180px;
	height:13px;
	margin:0;
	padding:0;
	background-image:url(/images/sidebar-background-footer.gif);
	background-repeat:no-repeat;
	background-position: top;
}
#sidebar table {
	background-image:url(/images/sidebar-background.gif);
	background-repeat: repeat-y;
	width:180px;
	padding-right:1px;
}
#search-container {
	width:180px;
	float:left;
}
#search-form {
	padding-left:5px;
	background-image:url(/images/sidebar-background.gif);
	background-repeat: repeat-y;
	width:180px;
}
#search-form label {
	font-size:11px;
	color:#333333;
	line-height:22px;
	font-weight:bold;
}
#search-form .search-field {
	height:22px;
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	width:135px;
	border: 1px solid #333333;
	margin:0px;
	padding-bottom:3px;
	vertical-align:middle;
	line-height:22px;
	text-align:left;
}
#search-form .search-button {
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#EEEEEE;
	border-top-color:#333333;
	border-left-color:#333333;
	border-right-color:#333333;
	border-bottom-color:#333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height:22px;
	vertical-align:bottom;
	width:25px;
}
/* -- Brand Stores -- */

#brandstores {
	background-image:url(/images/leftsidebar/brandstore-background.gif);
	background-repeat: repeat-y;
	width:180px;
}
#brandstores-header {
	background-image:url(/images/leftsidebar/brandstore-header.gif);
	background-repeat: no-repeat;
	width:180px;
	height:15px;
}
#brandstores-footer {
	background-image:url(/images/leftsidebar/brandstore-footer.gif);
	background-repeat: no-repeat;
	width:180px;
	height:15px;
}
#brandstores .brandstores-title {
	font-size:11px;
	color:#333333;
	font-weight:bold;
	padding-left:5px;
}
td.brandlinks {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
td.brandlinks a:active, td.brandlinks a:visited, td.brandlinks a:link {
	color: #333333;
	text-transform: capitalize;
	font-family:Arial, Verdana, sans-serif;
	text-decoration:none;
	font-size:11px;
	display:block;
	padding:6px 3px;
}
td.brandlinks a:hover {
	background-color:#DDDDDD;
	text-transform: capitalize;
	font-family:Arial, Verdana, sans-serif;
	text-decoration:underline;
	font-size:11px;
	display:block;
	padding:6px 3px;
	background-image: url(/images/sidebar-cat-background-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* -- End Sidebar -- */
	
/**********************************************/

/* side bar navigation */

td.s5t {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
}
td.s4t {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
td.s3t {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
td.s4t a:active, td.s4t a:visited, td.s4t a:link {
	color: #333333;
	text-transform: capitalize;
	font-family:Arial, Verdana, sans-serif;
	text-decoration:none;
	font-size:11px;
	display:block;
	padding:6px 3px;
}
td.s3t a:active, td.s3t a:visited, td.s3t a:link {
	color: #333333;
	text-transform: capitalize;
	font-family:Arial, Verdana, sans-serif;
	text-decoration:none;
	font-size:11px;
	display:block;
	padding:6px 3px;
}
td.s5t a:hover, td.s4t a:hover, td.s3t a:hover  {
	background-color:#DDDDDD;
	text-transform: capitalize;
	font-family:Arial, Verdana, sans-serif;
	text-decoration:underline;
	font-size:11px;
	display:block;
	padding:6px 3px;
	background-image: url(/images/sidebar-cat-background-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* end side bar navigation */

/**********************************************/


/* side bar sub navigation */




td.s25t {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
}
td.s24t {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
td.s23t {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
td.s24t a:active, td.s24t a:visited, td.s24t a:link {
	color: #333333;
	text-transform: capitalize;
	font-family:Arial, Verdana, sans-serif;
	text-decoration:none;
	font-size:10px;
	display:block;
	padding:4px 3px 4px 15px;
	background-image: url(/images/sidebar-subcat-background.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
td.s23t a:active, td.s23t a:visited, td.s23t a:link {
	color: #333333;
	text-transform: capitalize;
	font-family:Arial, Verdana, sans-serif;
	text-decoration:none;
	font-size:10px;
	display:block;
	padding:4px 3px 4px 15px;
	background-image: url(/images/sidebar-subcat-background.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
td.s25t a:hover, td.s24t a:hover, td.s23t a:hover {
	background-color:#DDDDDD;
	text-transform: capitalize;
	font-family:Arial, Verdana, sans-serif;
	text-decoration:underline;
	font-size:10px;
	display:block;
	padding:4px 3px 4px 15px;
	background-image: url(/images/sidebar-subcat-background-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* end side bar sub navigation */

/**********************************************/


/* table formatting */

#tablemain {
	width:100%;
}
#tablesearch {
	width:100%;
}
#tableproducts {
	width:100%;
}
#productscontent table {
	width:100%;
	float:left;
}

#maincontent table {
	width:100%;
}
#maincontent td {
	width:25%;
}
#searchcontent table {
	width:100%;
}
#tableviewcart {
	width:100%;
}
#tablecustreg {
	width:100%;
}
#homepagefp td {
	width:33%;
	padding:4px;
}
#catpagefp td {
	width:25%;
	padding:5px;
}
/* end table formatting */


/**********************************************/


/* breadcrumbs */

#breadcrumbs {
	background-image:url(/images/breadcrumbs/breadcrumbs-background.gif);
	background-repeat: repeat-x;
	width:100%;
	height:37px;
	margin:5px 0px 5px 0px;
	background-position: bottom;
	border-top: 1px solid #CCCCCC;
}
.breadcrumbs {
	font-family:Arial, Verdana, sans-serif;
	line-height:11px;
	font-size:11px;
	margin: 11px 0px 0px 2px;
	color:#333;
	/*  font-weight:bold; */
	text-transform:capitalize;
}
.breadcrumbs-spacer {
	background-image:url(/images/breadcrumbs/breadcrumbs-spacer.gif);
	background-repeat:no-repeat;
	width:8px;
	height:12px;
	padding:0px 10px 0px 10px;
	background-position: center center;
}
.breadcrumbs a {
	font-family:Arial, Verdana, sans-serif;
	line-height:11px;
	font-size:11px;
	color:#333;/*  font-weight:bold; */
}
.breadcrumbs a:active, .breadcrumbs a:visited, .breadcrumbs a:link, .breadcrumbs a:hover {
	color:#333;
	font-size:11px;
	margin: 0;
	text-decoration:none;
}
.breadcrumbs .lblcatalogue {
	color:#990000;
	display:inline;
	font-weight:normal;
	font-size:11px;
	/*  font-weight:bold; */
	text-transform:capitalize
}
#small-grey-container {
	font-size:10px;
	color:#CCC;
	font-family:Arial, Verdana, sans-serif;
	text-decoration:none;
	margin-left:20px;
	float:left;
}
#small-grey-container-footer {
	font-size:10px;
	color:#CCC;
	text-align:center; 
	width:100%;
	margin:0 auto;


}
#small-grey-container-footer a {
	color:#ccc;
	text-decoration:none;
	text-align:center;
	padding:0 10px;
}
.small-grey h1 {
	font-size:10px;
	color:#CCC;
	font-family:Arial, Verdana, sans-serif;
	text-decoration:none;
	float:none;
	display:inline;
}
.small-grey a, .small-grey a:link, .small-grey a:visited, .small-grey a:hover {
	color:#CCCCCC;
	text-decoration:none
}
.breadcrumbs-h1 {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	margin: 0;
	color:#333;
	text-decoration:none;
	display:inline;
	/*  font-weight:bold; */
	text-transform:capitalize;
	font-weight:normal;
}
/* end bredcrumbs */

/**********************************************/


/* Category Summary */

.category-summary {
	border: 1px solid #CCCCCC;
	margin:5px 5px 5px 0px;
	text-align:center;
}
.category-image img {
	width:75px;
	height:75px;
	margin:15px;
}
.category-name {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#333;
}
.category-name a, .category-name a:link, .category-name a:visited, .category-name a:active {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#333;
	text-decoration:none;
}
.category-name a:hover {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#333;
	text-decoration:underline;
}
.cat-title {
	margin:0;
	padding-top:7px;
	height:25px;
	font-weight:bold;
	text-transform:capitalize;
	background-color: #CCCCCC;
	background-image: url(/images/category-title-background.gif);
	background-repeat: repeat-x;
	background-position: center;
}
/* End Category Summary */

/**********************************************/


/*
start summary filtering options */
#searchboxAllaslist {
	width:99%;
	min-width:580px;
	clear: both;
	margin:0 0 5px 0;
	background: #eeebeb;
	overflow: hidden;
	padding:0;
	font-size:10px;
	font-family:Arial, Verdana, sans-serif;
	height:auto;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1c33aa;
	border-right-color: #aeadad;
	border-bottom-color: #1c33aa;
	border-left-color: #aeadad;
	float:right;
}
.searchboxaslistPrice {
	border:none;
}
h1.searchboxaslistPrice {
	width: 23%;
	text-align: right;
	font-size:10px !important;
	font-weight:bold;
	clear: left;
	float: left;
	padding:0 2px 0 0;
	margin:0;
	display:block;
	color: #333;
	line-height:22px;
}
#searchboxAllaslist form {
	width:77%;
	height:22px;
	float:left;
	display: inline;
	padding: 0 0 0 1px;
	margin: 0;
	list-style-type: none;
	border-left:1px solid #aeadad;
	background-color:#eeebeb;
}
html>body #searchboxAllaslist form {
	width:76.5%;
	height:22px;
	float:left;
	display: inline;
	padding: 2px 0 0 0;
	margin: 0;
	list-style-type: none;
	border-left:1px solid #aeadad;
	background-color:#eeebeb;
}
#searchboxAllaslist form a, #searchboxAllaslist form a:link, #searchboxAllaslist form a:active, #searchboxAllaslist form a:visited, #searchboxAllaslist form a:hover {
	color: #1c33aa;
	text-decoration:none;
}
html>body #searchboxAllaslist form input {
	margin-left:1px
}
#searchboxAllaslist h1 {
	width: 23%;
	text-align: right;
	font-size:10px !important;
	font-weight:normal;
	clear: left;
	float: left;
	padding:1px 2px 0 0;
	margin:0;
	display:block;
	color: #333;
	font:bold 10px Arial, Verdana, sans-serif;
	line-height:22px;
	max-height:22px;
	height:22px;
	overflow:hidden;
}
ul.stemplistclass {
	width:77%;
	float:left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top:1px solid #aeadad;
	border-left:1px solid #aeadad;
	background-color:#eeebeb;
}
html>body ul.stemplistclass {
	width:76.5%;
	float:left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top:1px solid #aeadad;
	border-left:1px solid #aeadad;
	background-color:#eeebeb;
}
div#searchboxAllaslist_selected li {
	height:auto;
	font-weight:bold;
	line-height:22px;
}
.searchboxAllaslist_selected .searchboxAllaslist_selected h1 {
	border:none;
	border-bottom:1px solid #3a3a3a;
	line-height:22px;
}
.searchboxAllaslist_selected ul {
	background-color:#e7f2f8;
	border:none;
	border-bottom:1px solid #3a3a3a;
}
.stemplistclass li {
	white-space:normal;
	float: left;
	display: block;
	list-style: none;
	height:22px;
	margin:0;
	padding:0 0 0 2px;
	font:normal 10px Arial, Verdana, sans-serif;
	line-height:22px;
}
.stemplistclass li a {
	white-space: nowrap;
	display: block;
	float: left;
	height: 22px;
	padding: 0 2px 0 0;
	margin: 0;
	line-height:22px;
}
.searchboxAllaslist_selected li a, .stemplistclass_selected {
	white-space: nowrap;
	float: left;
	height: 22px;
	padding: 0 2px 0 0;
	margin: 0;
	line-height:22px;
	color:#333;
}
.stemplistclass li a, .stemplistclass li a:link, .stemplistclass li a:visited {
	text-decoration: none;
}
.stemplistclass a:link, .stemplistclass a:visited, .stemplistclass a:active {
	color:#333;
	font-size:10px;
}
.stemplistclass a:hover {
	text-decoration: underline;
}
#searchboxAllaslist ul.stemplistclass li a {
	background-image:none !important;
}
span.searchboxaslist_count {
	color: #1c33aa;
}
/*end summary filtering options */

/**********************************************/


/*Page navigation */
.page-navigation-table {
	margin:0 0 2px 0;
}
.page-navigation {
	font:bold 11px Arial, Verdana, sans-serif;
	color:#333333;
	padding:0;
	margin:2px 0;
	line-height:25px;
	display:inline;
}
.activepage {
	font-size:11px;
	color:#333333;
}
.activepage a {
	color:#FFFFFF;
	background-color:#3A9A05;
	padding:3px 5px;
	margin:2px 1px;
	border:1px solid #DDDDDD;
}
.activepage a.activepage {
	color:#FFFFFF;
	background-color:#3A9A05;
	padding:3px 5px;
	margin:2px 1px;
	border:1px solid #DDDDDD;
}
.inactivepage a {
	color:#333333;
	background-color:#FFFFFF;
	padding:3px 5px;
	margin:2px 1px;
	border:1px solid #DDDDDD;
}
.inactivepage a:hover {
	background-color:#3A9A05;
	color:#FFFFFF;
}
.page-navigation-text {
	font:bold 11px Arial, Verdana, sans-serif;
	color:#333333;
	padding:0;
	margin:2px 0;
	line-height:25px;
}
/* End of Page navigation */

/**********************************************/

/*Product Summary */
#product-summary-table {
	font-size:11px;
	color:#333333;
	font-family:Arial, Verdana, sans-serif
}
#product-summary-table table {
	width:100%;
	margin:0;
	padding:0;
	float:left;
	text-align:left;
}
#product-summary-table .headerbar {
	background-image:url(/images/products-table-head.gif);
	background-repeat: repeat-x;
	height:37px;
	background-position: bottom;
	font-weight:bold;
	border:none;
}
#product-summary-table .image-col {
	width:60px;
}
#product-summary-table td {
	padding:5px;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
#product-summary-table img.ps_thumb {
	width:60px;
	height:60px;
	border:1px solid #CCCCCC;
}
#product-summary-table a, #product-summary-table a:link, #product-summary-table a:active, #product-summary-table a:visited {
	color:#333333;
	text-decoration:none;
}
#product-summary-table a:hover {
	color:#333333;
	text-decoration:underline;
}
#product-summary-table .sort-image {
	border:none;
}
.summary-title {
	font:bold 11px Arial, Verdana, sans-serif;
	color:#333333;
	padding:0;
	margin:0;
	font-weight:100;
}
.relatedproducts img {
	width:40px;
	height:40px;
}
#relatedProdTab { width:99%;}
table.lclistclass {
	font:bold 11px Arial, Verdana, sans-serif;
	color:#333333;
	padding:0;
	margin:0;
	margin-bottom:5px;
}
td.lclistclass {
	width:25%;
	text-align:center;
}
a.lclistclass {
	padding:6px 2px;
	margin:2px;
	border:1px solid #CCCCCC;
	display:block;
	color:#333333;
	font-weight:normal;
}
.lclistclass a, .lclistclass a:link, .lclistclass a:visited, .lclistclass a:active {
	color:#333333;
	text-decoration:none;
}
.lclistclass a:hover {
	color:#3A9A05;
	text-decoration:underline;
	background-color:#EEE;
}
.summary-header {
	font:12px Arial, Verdana, sans-serif;
	color:#333333;
	margin:8px 0;
	clear:both;
	font-weight:bold;
	text-transform:capitalize;
}
.summary-refine {
	font:12px Arial, Verdana, sans-serif;
	color:#1c33aa;
	margin:8px 0;
	clear:both;
	font-weight:bold;
}
/*End of Product Summary */



/*Compare Products */
.compare-detail {
	font:11px Arial, Verdana, sans-serif;
	color:#333333
}
.compare-detail td {
	width:33%
}
/*End of Compare Products */
/**********************************************/


/*Product Detail */
.pd-image {
	margin-top:2px;
	clear:right;
	float:right;
}
.pd_quantity {
	font: bold 11px Arial, Verdana, sans-serif;
	border:1px solid #666666;
	color:#333333;
}
.breadcrumbs .g1 {
	font:11px Arial, Verdana, sans-serif;
}
.product-title {
	font:bold 16px Arial, Verdana, sans-serif;
	color:#333333;
	display:inline;
}
.product-title .g1 {
	font:bold 16px Arial, Verdana, sans-serif;
	color:#333333;
	padding:20px 0;
	display:inline;
}
.product-header-title {
	margin:30px 0;
	float:left;
}
.product-detail-text {
	font:11px Arial, Verdana, sans-serif;
	color:#333333;
	padding:0;
	margin:10px 0;
}
.product-detail-text .g1 {
	font:11px Arial, Verdana, sans-serif;
	color:#333333;
	padding:0;
	margin:10px 0;
}
h3.product-detail-text {
	font:11px Arial, Verdana, sans-serif;
	color:#333333;
	padding:0;
	margin:0 0 10px 0;
}
.product-longdescription {
	font: 11px Arial, Verdana, sans-serif;
	color:#333333;
	clear:both;
	margin: 10px 0 10px 0;
	padding:10px 0 10px 0;
}
.product-longdescription .g1, p > font.g1, font.g1 p {
	font: 11px Arial, Verdana, sans-serif;
	color:#333333;
	clear:both;
	margin: 10px 0 10px 0;
	padding:10px 0 10px 0;
}
.pd_content {margin:10px 0}
.productspecs {
	font: 11px Arial, Verdana, sans-serif;
	color:#333333;
	padding:0;
	margin:0;
width:95%;
}

#techSpecTab {width:99%}
.productspecs col {
	width:49%;
}
table.productspecs tbody tr td {
	border-bottom:1px dashed #D4D4D4;
}
.productspecs thead {
	background-color:#CCCCCC;
	font-weight:bold;
}
.productspecs .featuregroupname td {
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	background-color:#EFEFEF;
}
.prod-detail-image {
	clear:left;
	float:left;
	margin:0 30px 10px 0;
	height:200px;
}
.prod-detail-box1 {
	float:left;
	margin:0 30px 10px 0;
}
.prod-detail-box2 {
	float:left;
}
.prod-detail-box3 {
	float:left;
	margin:0 10px 10px 0;
}
.product-detail-delivery {
	background-color: #FFFFFF;
	background-image: url(/images/delivery.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 0 32px;
	height:16px
}
.prod-detail-add {
	float:left;
	clear:both;
	margin: 30px 0 10px 0;
	border-left:1px solid #CCCCCC;
	padding-left:15px;
	width:175px;
}
.prod-detail-add img {
	margin:0;
	padding:0;
	vertical-align:bottom;
}
.prod-detail-add input {
	margin:0;
	padding:3px;
	vertical-align:bottom;
	height:25px;
	line-height:25px;
	font: 14px Arial, Verdana, sans-serif;
}
.prod-detail-add .prod-detail-label, .prod-detail-add span.prod-detail-label, .prod-detail-add span.prod-detail-label .g1 {
	font: 11px Arial, Verdana, sans-serif;
	text-transform:uppercase;
	vertical-align:bottom;
}
/*End of Product Detail */


/**********************************************/

/*Shopping Basket */

#cartminiimage img {
	width:60px;
	height:60px;
	border:1px solid #CCCCCC;
}
#cartminiimage {
	width: 60px;
}
#cartmaininner1 {
	width:100%;
}
#cartmaininner1 a, #cartmaininner1 a:link, #cartmaininner1 a:active, #cartmaininner1 a:visited {
	color:#333333;
	text-decoration:none;
}
#cartmaininner1 a:hover {
	color:#333333;
	text-decoration:underline;
}
#cartmaininner1 td {
	padding:5px;
	font: 11px Arial, Verdana, sans-serif;
}
#cartmaininner1 td.vc1 {
	font-weight:bold;
	background-color:#CCCCCC;
	background-image: url(/images/shopping-cart-header.gif);
	background-repeat: repeat-x;
	background-position: center;
	height:35px;
}
#cartmaininner1 td.vc2, #cartmaininner1 td.vc2alt {
	border-top:1px solid #FFFFFF;
}
#cartmaininner1 td.vc3 {
	width:20px;
}
#cartmaininner1 td.vc4 {
	border-top:1px solid #FFFFFF;
	font-weight:bold;
}
#cartmaininner1 .g1 {
	font: 11px Arial, Verdana, sans-serif;
	color:#333333;
}
.vc5 {
	font: 11px Arial, Verdana, sans-serif;
	color:#333333;
}
.vc10 {
	font: 11px Arial, Verdana, sans-serif;
	color:#333333;
}
#viewcartcontent input {
	font: 11px Arial, Verdana, sans-serif;
	color:#333333;
	border:1px solid #666666;
}
#viewcartcontent select {
	font: 11px Arial, Verdana, sans-serif;



	color:#333333;
	border:1px solid #666666;
}
.order-cycle {
	font:bold 12px Arial, Verdana, sans-serif;
	color:#333333;
	text-align:center;
	padding:15px 0;
}
.order-cycle-ul {
	margin:0;
	list-style:none;
}
.order-cycle-li {
	margin:0 10px;
	display:inline;
}
#order-cycle-li-selected {
	margin:0 10px;
	display:inline;
	color:#3A9A05;
}
/* End Shopping Basket */


/* Sitepages  - Registration*/
#tablecustreg table {
	font-size:11px;
	font-family:Arial, Verdana, sans-serif;
	color:#333333;
}
.registration-fieldset {
	width:99%;
	margin:0 auto;
	float:left;
}
.registration-fieldset legend {
	margin:1px;
	font-weight:bold;
	color:#333333;
}
span.registration-label, .registration-label span {
	width:25%;
}
fieldset.registration-fieldset table {
	width:99%
}
fieldset.registration-fieldset table tbody tr td span.registration.label {
	width:200px
}
/* end of registration  */

/**********************************************/

/* end of technical support numbers  */
#contact-manu-table {
	font-size:11px;
	font-family:Arial, Verdana, sans-serif;
	color:#333333;
	width:50%
}
table#contact-manu-table {
	width:75%
}
#contact-manu-table tr {
	background-color:#EEEEEE
}
#contact-manu-table td {
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding:4px;
}
tr#contact-manu-table-head {
	background-color:#CCCCCC;
	font-weight:bold
}
/* end of technical support numbers  */

/*********************Feedback Page*************************/
table#feedback-table {
	width:620px;
	color:#333333;
}
table#feedback-table .feedback-input {
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	border:1px solid #999999;
}
.submit-button {
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#EEEEEE;
	border-top-color:#3A9A05;
	border-left-color:#3A9A05;
	border-right-color:#3A9A05;
	border-bottom-color:#3A9A05;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height:22px;
	vertical-align:bottom;
}
/********************End of Feedback**************************/


/*********************Sitemap Page*************************/

.smcatlist {
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	text-decoration:none;
	float:left;
	margin-right:25px;
	list-style-type: none;
	display:block;
}
.smsubcatlist li {
	margin:0;
	padding:0;
	list-style-type: none;
	display:block;
}
.smsubcatlink {
	color:#333333;
	list-style-type: none;
	padding:5px 0 5px 15px;
	background-image: url(/images/breadcrumbs/breadcrumbs-spacer.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration:none;
	display:block;
}
/********************End of Sitemap**************************/

/* Chat */
#chat-box {
	float:right;
}
/* End Chat */

/**********************************************/

/* feature products */

#feature-products-container {
	float:right;
	clear:right;
	width:159px;
	margin:0 0 5px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.feature-products-wrapper {
	width:159px;
	padding:3px 0;
	overflow:hidden;
	border-bottom:1px dashed #EDEDED;
}
.feature-products-wrapper img {
	width:40px;
	height:40px;
	float:left;
	margin:2px;
}
.feature-products-text {
	font: 10px Arial, Verdana, sans-serif;
	line-height:11px;
	color:#333333;
	padding:0;
	margin:0;
	float:right;
	width: 110px;
}
.feature-products-text a, .feature-products-text a:link, .feature-products-text a:active, .feature-products-text a:visited {
	color:#333333;
	text-decoration:none;
	display:block;
}
.feature-products-text a:hover {

	color:#3A9A05;
	text-decoration:underline;
}
/******************Top Sellers - category pages ****************************/

.top-sellers-table td {
	width:25%;
}
.top-sellers-container {
	margin:15px 10px 15px 0px;
	font-family:Arial, Verdanna, sans-serif;
}
.top-sellers-title {
	font-size:11px;
	color:#3A9A05;
	font-weight:bold;
}
.top-sellers-image img {
	height:50px;
	width:50px;
	margin:3px;
	float:left;
}
.top-sellers-image {
}
.top-sellers-text {
	color:#333;
	font-size:11px;
}
.top-sellers-text a {
	color:#3A9A05;
}
/*****************Most viewed Homepage**************/

.homemostviewed-fp {
	float:left;
	border:1px solid #CCCCCC;
	width:100%;
}
.homemostviewed-fp-h1 {
	font-size:10px;
	color:#333333;
	margin:0;
	padding:5px;
}
.homemostviewed-fp img {
	float:left;
	margin:5px 5px 20px 5px;
	border-right:#CCCCCC 1px solid;
	padding-right:5px;
	height:75px;
	width:75px;
}
.homemostviewed-fp-text {
	font-size:10px;
	margin-left:3px;
	padding-left:3px;
	color:#333333;
	height:110px;
	overflow:hidden;
}
.homemostviewed-fp-h2 {
	font-size:10px;
	color:#333333;
}
.homemostviewed-fp-span {
	font-size:11px;
	color:#333333;
	font-weight:bold;
}
.homemostviewed-fp-h2-blue {
	font-size:11px;
	color:#1c33aa;
	font-weight:bold;
}
.homemostviewed-fp-h2-blue1 {
	font-size:10px;
	color:#1c33aa;
	font-weight:bold;
}
.homemostviewed-fp-h2 a {
	font-size:10px;
	color:#1c33aa;
	text-decoration:none;
}
.homemostviewed-fp-h2 a:hover {
	font-size:10px;
	color:#1c33aa;
	text-decoration:underline;
}
.homemostviewed-fp-footer {
	background-color:#1c33aa;
	color:#FFFFFF;
	font-size:10px;
	padding:5px;
	background-image: url(/images/fp-homepage-background.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.homemostviewed-fp-footer a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.homemostviewed-fp-footer a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
/*****************promos Homepage**************/

.homemostviewed-fp-promo-footer {
	background-color:#F2E326;
	color:#FFFFFF;
	font-size:10px;
	padding:5px;
	background-image: url(/images/fp-homepage-background-promo.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.homemostviewed-fp-promo-footer a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.homemostviewed-fp-promo-footer a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.homemostviewed-fp-h2 {
	font-size:10px;
	color:#333333;
}
.homemostviewed-fp-h2-yellow {
	font-size:11px;
	color:#bdb70b;
	font-weight:bold;
}
.homemostviewed-fp-promo-h2 {
	font-size:10px;
	color:#333333;
}
.homemostviewed-fp-promo-h2 a {
	font-size:10px;
	color:#bdb70b;
	text-decoration:none;
}
.homemostviewed-fp-promo-h2 a:hover {
	font-size:10px;
	color:#bdb70b;
	text-decoration:underline;
}
/*****************Stock Homepage**************/

.homemostviewed-fp-stock-footer {
	background-color:#990000;
	color:#FFFFFF;
	font-size:10px;
	padding:5px;
	background-image: url(/images/fp-homepage-background-stock.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.homemostviewed-fp-stock-footer a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.homemostviewed-fp-stock-footer a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.homemostviewed-fp-h2 {
	font-size:10px;
	color:#333333;
}
.homemostviewed-fp-h2-stock {
	font-size:11px;
	color:#990000;
	font-weight:bold;
}
.homemostviewed-fp-stock-h2 {
	font-size:10px;
	color:#333333;
}
.homemostviewed-fp-stock-h2 a {
	font-size:10px;
	color:#990000;
	text-decoration:none;
}
.homemostviewed-fp-stock-h2 a:hover {
	font-size:10px;
	color:#990000;
	text-decoration:underline;
}
/**********************************************/


/* Site Pages */

.sitepage-h1 {
	font-size:12px;
	margin-bottom:10px;
	color:#333333;
}
.sitepage-h2 {
	font-size:11px;
	margin-bottom:10px;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding:2px 0;
	color:#333333;
}
.sitepage-p {
	font-size:11px;
	margin-bottom:20px;
	color:#333333;
}
.sitepage-p a {
	color:#3A9A05;
}
table#sitepage-help {
	font-size:11px;
	padding:4px 2px;
	width:100%;
	color:#333333;
}
ol.sitepage-p {
	list-style:none
}
/* Customer Registration */
form#customerregistration .txtbox {
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	border:1px solid #999999;
}
form#customerregistration a {
	color:#3A9A05;
}
/* RMA  */
form#returnsform .txtbox {
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	border:1px solid #999999;
}
form#returnsform a {
	color:#3A9A05;
}
/* Business Account */

form#creditAccount .txtbox {
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	border:1px solid #999999;
}
form#creditAccount a {
	color:#3A9A05;
}
/* End of Site Pages */

.txtbox {
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	border:1px solid #999999;
}
/* view orders */

.vieworders-header {
	font-weight:bold;
	background-color:#CCCCCC;
	background-image: url(/images/shopping-cart-header.gif);
	background-repeat: repeat-x;
	background-position: center;
	height:35px;
}

/* price compare table */
#pricecomparetable {
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	width:95%;
	font-weight:normal;
	padding:0;
	margin:0;
	border:none;
}
#pricecomparetable thead tr {
	background-color:#CCCCCC;
	border-bottom:1px solid #FFFFFF;
	padding:0;
	margin:0;
}
#pricecomparetable tr {
	background-color:#f4f4f4;
	padding:0;
	margin:0;
}
#pricecomparetable td {
	padding:2px;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.comparetableimg {
	height:50px;
	width:50px;
	border: 1px solid #CCCCCC;
	padding:2px;
}
.compare-noweight {
font-weight:normal;
}
#pricecomparetablealt {
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	width:500px;
	border: 1px solid #CCCCCC;
}
#pricecomparetablealt thead tr {
	background-color:#CCCCCC;
	border-bottom:1px solid #FFFFFF;
	padding:0;
	margin:0;
}
#pricecomparetablealt tr {
	background-color:#f4f4f4;
	padding:0;
	margin:0;
}
#pricecomparetablealt td {
	padding:2px;
	border-bottom:1px solid #FFFFFF;
}
.not-available {
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:20px;
}

.pricecomparehead {
background-color:#CCCCCC;
font-size:11px;
font-weight:bold;
height:20px;
}
#pricecompareTab {width:99%;}
/* end price compare table */


/* brandoages */
#brands TABLE {	
BORDER-COLLAPSE: collapse;
}
#brands .pvlistclass TD {	
BORDER-RIGHT: #bbbbbb 1px solid;
BORDER-TOP: #bbbbbb 1px solid;
MARGIN: 2px 0px;
BORDER-LEFT: #bbbbbb 1px solid;
WIDTH: 125px;
BORDER-BOTTOM: #bbbbbb 1px solid;
WHITE-SPACE: nowrap;
TEXT-ALIGN: center

} 

#brands .pvlistclass A:link {
DISPLAY: block;	COLOR: #3a9a05
} 

#brands .pvlistclass A:visited {
DISPLAY: block;	COLOR: #3a9a05
} 

#brands .pvlistclass A:active {
DISPLAY: block;	COLOR: #3a9a05
} 

#brands .pvlistclass A:hover {
DISPLAY: block;	
COLOR: #3a9a05;
BACKGROUND-COLOR: #e3e3e3;
}
.brandpages TABLE {
BORDER-COLLAPSE: collapse;

}
.brandpages H1 {
FONT-SIZE: 12px;
MARGIN-BOTTOM: 5px;
TEXT-TRANSFORM: uppercase !important;
COLOR: #333333;
border-bottom:1px solid #333333;
padding-bottom:2px;
width:600px;
}
.brandpages TABLE TD {


PADDING-RIGHT: 2px !important;
PADDING-LEFT: 2px !important;
PADDING-BOTTOM: 2px !important;
VERTICAL-ALIGN: top;
PADDING-TOP: 2px !important
} 
.brandpages UL {
WIDTH: 300px;
LIST-STYLE-TYPE: none
} 
.brandpages UL#subcats {
FLOAT: left;
MARGIN: 5px 3px 0px 0px;
font: 11px Arial, Verdana, sans-serif;
} 
.brandpages UL#lowercats {
FLOAT: left;
MARGIN: 5px 3px 0px 0px;

font: 11px Arial, Verdana, sans-serif;
} 
.brandpages UL LI {
WIDTH: 290px;
LIST-STYLE-TYPE: none
} 
.brandpages UL LI A {
PADDING-RIGHT: 0px;
DISPLAY: block;
/*
PADDING-LEFT: 16px;
BACKGROUND: url(../images/bullet-arrow.gif) no-repeat 6px 50%;
*/
PADDING-BOTTOM: 2px;
TEXT-TRANSFORM: capitalize;
COLOR: #3a9a05;
PADDING-TOP: 2px;
BORDER-BOTTOM: #bbbbbb 1px dotted;
TEXT-DECORATION: none
}
.brandpages UL LI A:hover {
BACKGROUND-COLOR: #e3e3e3;
}
.brandpages UL#subcats LI SPAN.count {
DISPLAY: none
}
.brandpages UL#lowercats LI SPAN.count {DISPLAY: none}
#brandlisttable {font: 11px Arial, Verdana, sans-serif;}
#brandlisttable TD {width:20%;}
#brandlisttable A {display:block; text-align:center;}
#brandlisttable A:hover {background-color:e3e3e3; border:1px solid #cccccc;}
#brandlisttable A {padding:4px;border:1px solid #FFFFFF;}
/* end brandpages */

/* Promotional Pages */
table#promotions {margin-top:5px; width:600px;}
.promotions-img {width:40px; height:40px; border:1px solid #CCCCCC}
#promotions thead tr {background-color:#CCCCCC; font-weight:bold; font-size:11px;}
#promotions tr {background-color:#F2F2F2;}
#promotions td {border-bottom:1px solid #FFFFFF; padding:3px;}

/* end Promotional Pages */

/* syscare banner */
.syscare-left {FLOAT: left; WIDTH: 13px; HEIGHT: 125px}
.syscare-right {FLOAT: right; WIDTH: 13px; HEIGHT: 125px}
.syscare-table {BACKGROUND-POSITION: center 50%; BACKGROUND-REPEAT: no-repeat; margin:5px 0;}
/* end syscare banner */

/* promo banner */
.promo-banner-left {FLOAT: left; WIDTH: 9px; HEIGHT: 100px}
.promo-banner-right {FLOAT: right; WIDTH: 9px; HEIGHT: 100px}
.promo-banner-table { BACKGROUND-IMAGE: url(/images/promotions/promotions_background.gif); background-repeat: repeat-x; margin:5px 0;}
/* end promo banner */

/* tabber list */
ul#tabber-list .g1 {font-size:12px;}
ul#tabber-list {list-style:none; margin:0; padding:0 0 2px 0; border-bottom:1px solid #cccccc; font-size:11px; font-family:Arial, Helvetica, sans-serif;}
ul#tabber-list li {display:inline;margin:0 2px;}
ul#tabber-list li a { text-decoration:none; color:#333333; border:1px solid #CCCCCC; border-bottom:none; padding:2px 5px; background-color:#E6E6E6;}
ul#tabber-list li a:hover {background-color:#F6F6F6 }
ul#tabber-list .selected {background-color:#FFFFFF;text-decoration:none; color:#333333; border:1px solid #CCCCCC; border-bottom:none; padding:2px 5px; background-color:#FFFFFF; border-bottom:1px solid #FFFFFF; font-weight:bold}
/* end tabber list  */

/* News articles */
.newsarticle {font: 11px Arial, Verdana, sans-serif; color:#333333; border-bottom:1px dotted #CCCCCC; margin-bottom:20px; padding-bottom:20px;}
.newsfont  {font-size:11px;}
/* End news articles */
.softwarewarning {border:1px solid red;  background-color:#EABFC8; float:left;  clear:both; margin:10px 0; padding:3px; font-size:12px;font-family:Arial, Helvetica, sans-serif;line-height:30px; width:95%}

.softwarewarning .g1 {
font-weight:bold; font-size:12px;font-family:Arial, Helvetica, sans-serif;line-height:30px;
}
.advertContainer {
clear: both;
float:left;
margin-bottom:10px;
}
.advertBox {
float:left;
margin-right:5px;
margin-bottom:10px;
cursor:hand;
text-align:center;
width:150px;
height:200px;
padding-bottom:10px;
background-image:url("/images/advertBackground.gif");
background-repeat:no-repeat;
}
.advertBoxTitle {
font-size:12px;
height:50px;
margin-top:10px;
padding:0 5px;
overflow:hidden;
}
.advertBoxImage {
margin-bottom:10px;
border:1px solid #999;
}
.advertBoxSupplierLogo {
border:none;
}
a:hover .advertBox {
background-image:url("/images/advertBackground2.gif");
background-repeat:no-repeat;
color:#333333;
}
.specialOffer, .specialOffer .g1{
color:#990000;
clear:both;
font-size:16px; font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
height:30px;
}