body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	font-weight: bold;
	font-size:15px;
	color: #FF0000;
	margin:0px;
	padding: 0px;
}

h2, h3, h4, h5, h6{
	font-weight: bold;
	font-size:14px;
	color: #000;
	margin:0px;
	padding: 0px;
}

ul{
	list-style-position: outside;
	list-style-type:circle;
}

form {
	margin: 0;
	padding: 0;
}

th {
	background-color: #000;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.td_on{
	background-color:#80583E;
	color:#000000;
}

.td_off{
	background-color:#FFF;
	color:#000000;
}

hr{
	color:#FF0000;
}

/* The four following block define the style for all the website links */
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}


/* 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:#FFFFFF;
	
}
.DetailsPriceCurrency {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	border: 0px;
	background-color:#FFFFFF;
}

.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:10px;
	padding:3px;
	width:120px;
	text-align:center;
	background-color:#FFFFFF;
}

#DetailsPageCategory{
	background-color:#FF0000;
	color:#FFFFFF;
	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;
}

#ProductImagesThumbs img{
	width:100px;
	height:100px;
}

#ProductDescriptionArea{
}

#ProductSpecials{
	clear:both;
	margin-bottom:10px;
}

#ProductInfo{
	padding:5px;
	margin:10px;
	background-color:#FFF;
	border:1px solid #CCC;
	clear:both;
}

#ProductPriceOptions{
	margin-top:5px;
}

/* Main Page Styles */
#Page{
	width:750px;
	margin:0 auto; 
	text-align: left;
	background-color:#FFFFFF;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
}

#PageHeaderBanner{

}

#PageSide{
	float:left;
	clear:both;
	background-color: #41181c;
	background-image:url(../images/page_side_category_background.jpg);
	background-repeat:no-repeat;
	width:160px;
	margin-right:5px;
	border:1px solid #CCC;
}

#PageSideShop{
	background-color:#000000;
}

#PageSideCategories a:link, #PageSideCategories a:visited, #PageSideGroups a:link, #PageSideGroups a:visited{
	font-size:13px;
	color:#FFF;
	padding-bottom:8px;
	width:100%;
	display:block;
}

#PageSideCategories a:hover, #PageSideGroups a:hover{
	color: #FF0000;
	text-decoration:none;
}

#PageSideLinks a:link, #PageSideLinks a:visited{
	font-size:11px;
	color:#FFF;
	padding-left:10px;
	padding-bottom:8px;
	width:100%;
	display:block;
}

#PageSideLinks a:hover{
	color:#FF0000;
	text-decoration:none;
}


#PageSideSpecialOffers{
	float:left;
	clear:left;
	width:172px;
	background-color:#C92B6C;
	color:#FFFFFF;
	padding:18px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-top:1px solid #FFF;
}

#MainContent{
	padding:5px;
	padding-top:0px;
}

#PageFooter{
	text-align:right;
	font-size:12px;
	clear:both;
	padding:5px;
	color:#FFF;
}

#PageFooter a:link, #PageFooter a:visited{
	color:#ffd684;
	text-decoration:none;
	margin-right:5px;
	padding-right:5px;
}

#PageFooter a:hover{
	color:#FFF;
}
#footeroptions{
	clear:both;
}

/* 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 */
}

