body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

html, body{height:100%;padding:0} 

* html, * html body{
	overflow:hidden;
	padding:50px 0;
	margin:-50px 0;
	padd\ing:0;		/* for ie mac*/
	ma\rgin:0;		/* for ie mac*/
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	font-weight: bold;
	font-size:15px;
	color: #006633;
	margin:0px;
	padding: 0px;
}

h2, h3, h4, h5, h6{
	font-weight: bold;
	font-size:14px;
	color: #006633;
	margin:0px;
	padding: 0px;
}

ul{
	list-style-position: outside;
	list-style-type:circle;
}

form {
	margin: 0;
	padding: 0;
}

th {
	background-color: #006633;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.td_on{
	background-color:#80583E;
	color:#000000;
}

.td_off{
	background-color:#f1f1f1;
	color:#000000;
}

hr{
	color:#F1F1F1;
}

input, select{
	font-size:11px;
}

/* The four following block define the style for all the website links */
a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006633;
}
a:hover {
	text-decoration: underline;
	color: #006633;
}
a:active {
	text-decoration: none;
	color: #006633;
}


/* Transparency */	
.transbox {
	background-color: #fff;
	border: 1px solid white;
	filter:alpha(opacity=40);
	opacity: 0.6;
	-moz-opacity:0.5;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
.transbox div, .transbox img {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	padding:5px;
	}

/* Page */
.PageMessageWarning{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: #CC0000;
	padding: 5px;

}

.PageMessageSuccess{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: #006600;
	padding: 5px;

}

/* Rounded Corner Boxes */
.CornerRoundBlue {
	width: 100%;
	background-color: #3887CF;
	color: #000000;
}

.CornerRoundBlue a, .CornerRoundBlue a:visited, .CornerRoundBlue a:hover{
	color:#FFFFFF;
}

.CornerRoundBlue p {
	margin: 0 10px;
}

.CornerRoundTopBlue { 
	background: url(/images/blue_tr.gif) no-repeat top right; 
}

.CornerRoundBottomBlue {
	background: url(/images/blue_br.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
.Category {
	font-family: Verdana, sans-serif; 
	font-size: 7pt; 
	color: #21536A;
}

.SubCategory{
	position: relative;
	float: left;
	border: 1px solid #AAAAAA;
	margin:5px;
	margin-left:0px;
	padding:3px;
	text-align:center;
	width:125px;
}

.Search {
	font-family: Verdana, sans-serif; 
	font-size: 7pt; 
	color: #21536A; 
}
.special {
	color:#CC0000;
	font-weight: bold;
	padding: 3px;
	margin:3px;
	padding-left:30px;
	background-image:url(/images/product_specialstar.gif);
	background-repeat:no-repeat;
	width:90px;
	display:inline;
}

.Featured {
	color:#831845;
	font-weight: bold;
	padding: 3px;
	margin:3px;
	padding-left:30px;
	background-image:url(/images/product_featuredstar.gif);
	background-repeat:no-repeat;
	width:110px;
	display:inline;
}

.multideal {
	color:#999;
	font-weight: bold;
	padding: 3px;
	margin:3px;
	padding-left:30px;
	background-image:url(/images/product_multidealstar.gif);
	background-repeat:no-repeat;
	width:90px;
	display:inline;
}

/* Cart */
.Cart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.CartProduct {
	font-family: Verdana, sans-serif; font-size: 10pt; height: 40px; width:350px;
}
.CartPrice {
	font-family: Verdana, sans-serif; font-size: 10pt; width:80px;
}
.CartUnits {
	font-family: Verdana, sans-serif; font-size: 10pt; width:60px;
}
.CartStockCode {
	font-family: Verdana, sans-serif; font-size: 10pt; width:90px;
}
.CartQty {
	font-family: Verdana, sans-serif; font-size: 10pt; width:60px;
}
.CartVoucherValue {
	font-family: Verdana, sans-serif; font-size: 10pt; width:100px;
}
.CartDiscount {
	font-family: Verdana, sans-serif; font-size: 10pt; width:100px;
}
.CartShippingValue {
	font-family: Verdana, sans-serif; font-size: 10pt; width:100px;
}
.CartTaxValue {
	font-family: Verdana, sans-serif; font-size: 10pt; width:100px;
}
.CartSubTotal {
	font-family: Verdana, sans-serif; font-size: 10pt; width:100px;
}
.CartTotal {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	width:100px;
	font-weight: bold;

}

.CartCheckout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.CartContinueShopping {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.CartUpdateTotalPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.CartConfirmAndContinue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #9900CC;
}

.CartDiscountDeal {
	font-weight: bold;
	color:#990000;
}

.CartVoucherMessage {
	font-weight: bold;
	color:#990000;
}

.DetailsAddToCart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.DetailsPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	width: 100px;
	font-weight: bold;
	margin:0px;
	padding:0px;
	padding-bottom:2px;
	background-color: transparent;
	
}
.DetailsPriceCurrency {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	border: 0px;
	background-color:transparent;
}

.DetailsCurrencySelect{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.DetailsShippingPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 0px;
	width: 50px;
	background-color:#FFFFFF;
}

.DetailsWeight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 0px;
	width: 38px;
	background-color:#FFFFFF;
}

.DetailsDimensions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 0px;
	width: 120px;
	background-color:#FFFFFF;
}

#DetailsPriceSaving{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999;
	padding: 2px;
}

#DetailsMatching {
	position: relative;
	float: left;
	border: 1px solid #AAAAAA;
	margin:3px;
	padding:3px;
	width:80px;
	text-align:center;
	background-color:#FFFFFF;
}

#DetailsPageCategory{
	background-color:#F1F1F1;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:17px;

}

.DetailsQty{
	width:40px;
}

#CartForm{

}

/* Customers */
.Customers {
	font-family: Verdana, sans-serif; font-size: 10pt; width:155px;
}

/* Orders */
.OrderDate {
	font-family: Verdana, sans-serif; font-size: 10pt; width:180px;
}

.OrderPaymentMethod {
	font-family: Verdana, sans-serif; font-size: 10pt; width:200px;
}

.OrderMessage {
	font-family: Verdana, sans-serif; font-size: 10pt; width:350px; height:100px;
}

.OrderVoucherID {
	font-family: Verdana, sans-serif; font-size: 10pt; width:200px;
}

.ImageGridTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

#Manufacturers {
	display: block;
	overflow: auto;
	height:150px;
	padding:2px;
	background-color:#EBEDEC;
}

#Manufacturers a:link, #Manufacturers a:visited {
	display: block;
}

#ManufacturersHeader {
	height:32px;
	margin-left:5px;
	margin-right:5px;
	margin-top:2px;
	margin-bottom:2px;
	background-color:#FFFFFF;
	text-align:center;
}

#SearchPageCategoryBreadCrumb{
	margin-top:5px;
	margin-bottom:5px;
	padding:3px;
	background-color: #F1F1F1;
}

#SearchPageCategorysubCategories{
	margin-bottom:10px;
}

.SearchSpecials{
	margin:3px;
}

/* Product Details */
#ProductImage{
	float: left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

#ProductImagesThumbs img{
	width:100px;
	height:100px;
}

#ProductDescriptionArea{
}

#ProductSpecials{
	clear:both;
	margin-bottom:10px;
}

#ProductInfo{
	float:right;
	width:280px;
	padding:5px;
	margin-left:10px;
	border:1px solid #CCC;
	background-color:#F1F1F1;
}

#ProductPriceOptions{
	margin-top:5px;
}

/* Main Page Styles */
#Page{
	width:1000px;
	margin:0 auto; 
	text-align: left;
	padding:0px;
	margin-top:5px;
	margin-bottom:10px;
}

* html #Page { 
	overflow:auto;
	height:99.9%;
	voice-family: "\"}\""; voice-family:inherit; 
}
* html #PageFrame{
	position:absolute;
	overflow-y:scroll;
	width:100%;
	height:100%;
	z-index:1;
}

#PageFrame {padding-bottom:60px}	/* same height as PageFooter to preserve space*/	
#PageBottom{clear:both;}

#PageHeader{
	clear:both;
}

#PageHeaderLogo{
	width:200px;
	height:140px;
	float:left;
}

#PageHeaderMiddle{
	width:630px;
	height:140px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

#PageHeaderNavigation{
	background-image:url(/images/page_header_navigation_background.jpg);
	background-repeat:no-repeat;
	height:45px;
}

#PageHeaderNavigationLinks{
	padding:5px;
}

#PageHeaderNavigationLinks img{
	vertical-align: middle;
	margin-left:15px;
	margin-right:5px;
}

#PageHeaderNavigationLinks a:link, #PageHeaderNavigationLinks a:visited{
	text-decoration:none;
	color:#000000;
}

#PageHeaderNavigationLinks a:hover{
	text-decoration:underline;
}

#PageHeaderBanner{
	height:80px;
	margin-top:5px;
}

#PageHeaderLogin{
	background-image:url(/images/page_header_login_background.jpg);
	background-repeat:no-repeat;
	width:139px;
	height:136px;
	float:left;
	color:#FFFFFF;
}

#PageHeaderLogin a{
	color:#FFFFFF;
}

#PageHeaderLoginForm{
	margin:10px;
	text-align:center;
}

#PageHeaderLoginCustomer{
	margin:10px;
	text-align:center;
}

#PageHeaderLoginForm input{
	width:110px;
	margin-bottom:3px;
}

#PageLeft{
	clear:both;
	background-color:#6c6d6d;
	background-image:url(/images/page_header_categories_background.jpg);
	background-repeat: no-repeat;
	width:200px;
	float:left;
}

#PageLeftCategoriesTitle{
	background-color:#006633;
	background-image:url(/images/page_header_categories_title_background.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	padding:7px;
	font-size:14px;
	font-weight:bold;
}

#PageLeftCategories a:link, #PageLeftCategories a:visited, #PageSideGroups a:link, #PageSideGroups a:visited{
	font-size:13px;
	color:#FFF;
}

#PageLeftCategories a:hover, #PageSideGroups a:hover{
	color:#ffd684;
	text-decoration:none;
}

#PageMiddle{
	width:630px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

#PageMiddleSearch{
	background-color:#6c6d6d;
	background-image:url(/images/page_header_middle_search_background.jpg);
	background-repeat:no-repeat;
	border:1px solid #6c6d6d;
	padding:5px;
	height:20px;
}

#PageMiddleSearchLeft{
	float:left;
}

#PageMiddleSearchRight{
	float:right;
}

#PageMiddleSearch input, #PageMiddleSearch select{
	font-size:11px;

}

#PageMiddleSearchText{
	height:12px;
	width:200px;
}

#MainContent{
	padding:5px;
	border:1px solid #6c6d6d;
	margin-top:10px;
}

#PageRight{
	width:139px;
	float:left;

}

#PageRightCart{
	background-color:#009948;
	background-image:url(/images/page_right_background.jpg);
	background-repeat:no-repeat;
	border:1px solid #056839;
	padding:10px;
	margin-bottom:10px;
	color:#FFFFFF;
}

#PageRightCart a{
	color:#FFFFFF;
}

#PageRightBrands{
	background-color:#009948;
	background-image:url(/images/page_right_background.jpg);
	background-repeat:no-repeat;
	padding:10px;
}

/* Page Footer */
html>body #PageFooter{position:fixed}	/* for moz/opera and others*/
* html #PageFooterContent {margin-right:17px;}	/* for ie mac*/
 
#PageFooterContent {
	height:50px;
	padding:5px;
	text-align:center;
	background-color:#999999;
	border-top:1px solid #006600;
}

#PageFooterContent a{
}

#PageFooter{
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;
	z-index:999;
	margin:0 auto;
}

/* Shop */

#HeaderNavShop{
	background-image:url(/images/header_search_background_shop.gif); 
	background-color:#1E4AA7;
	width:730px;
	clear:left;
	padding-top:3px;
}

#HeaderNavShopCategories{
	padding:5px;
	padding-top:0px;
	margin:0px;
}

#HeaderNavShopCategories div{
	width: 105px;
	margin:0px;
	margin-right:0px;
	float: left;
}

#HeaderNavShopCategories div a{
	color:#FFF;
	text-decoration:none;
	display: block;
	font-size:11px;
}

.SideBoxShop{
	width:195px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:2px;
}

.SideBoxShopContent{
	background-color:#000000;
	color:#FFFFFF;
	padding-left:7px;
}

.SideBoxShopContent a:link, .SideBoxShopContent a:visited{
	text-decoration:none;
	color:#FFFFFF;
}

.SideBoxShopContent a:hover{
	text-decoration:none;
	color:#85B32E;
}

.Manufacturer{
	font-size:11px; 
	width:160px;
}

#PageProducts{
clear:both
}


/* Motion Gallery Styles */
#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 660px; /* Set to gallery width, in px or percentage */
	height: 83px; /* Set to gallery height */
	margin-left:20px;
}

#motioncontainer a img {
border: 0px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid #3399FF; /* Set image border hover color */
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

