
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: #014794;
	margin:0px;
	padding: 0px;
}

h2, h3, h4, h5, h6{
	font-weight: bold;
	font-size:14px;
	color: #014794;
	margin:0px;
	padding: 0px;
}

ul{
	list-style-position: outside;
	list-style-type:circle;
}

form {
	margin: 0;
	padding: 0;
}

th {
	background-color: #014794;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.td_on{
	background-color:#80583E;
	color:#000000;
}

.td_off{
	background-color:#ffcc00;
	color:#000000;
}

hr{
	color:#ffcc00;
}

/* The four following block define the style for all the website links */
a{outline:none}

a:link {
	color: #014794;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #014794;
}
a:hover {
	text-decoration: underline;
	color: #014794;
}
a:active {
	text-decoration: none;
	color: #014794;
}


/* 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;
	height:170px;
}

.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:#014794;
	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:3px;
	padding:3px;
	width:80px;
	text-align:center;
	background-color:#FFFFFF;
}

#DetailsPageCategory{
	background-color:#ffcc00;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:17px;

}

.DetailsQty{
	width:40px;
}

.DetailsPayTerms{
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	background-color:#024794;
	color:#FFFFFF;
}

.PayDiscountInfo{
	font-size:9px;
	margin-top:8px;
}

.DetailsPayTermsSpecial{
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	background-color: #FF0000;
	color:#FFFFFF;
	display:none;
}


#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: #ffcc00;
}

#SearchPageCategoriesubCategories{
	margin-bottom:10px;
}

.SearchProduct{
	position:relative;
}

.SearchProductImage{
	text-align:center;
}

.SearchProductName{
	text-align:center;
	height:30px;
}

.SearchPrice{
	text-align:center;
}

.SearchSpecials{
	margin:3px;
}

.SearchMoreInfo{
	background-image:url(/products/moreinfo.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:61px;
	height:52px;
	position:absolute;
	z-index:999;
	top:0px;
	left:0px;
}

.SearchProductOptions{
	font-size:10px;
	height:50px;
	overflow:auto;
	padding:2px;
	margin-top:2px;
	background-color: #f4dc7d;
	background-image:url(/products/options_background.jpg);
	background-repeat:no-repeat;
}

/* Product Details */
#ProductImage{
	float: left;
	margin-left:10px;
	margin-right:10px;
}

#ProductImagesThumbs img{
	width:100px;
	height:100px;
}

#ProductDescription ul{
	padding:0px;
	margin:0px;
	margin-left:15px;
}

#ProductSpecials{
	clear:both;
	margin-bottom:10px;
}

#ProductInfo{
	padding:5px;
	margin:10px;
	background-color:#ffcc00;
	border:1px solid #CCC;
	clear:both;
}

#ProductPriceOptions{
	margin-top:5px;
}

.productoption{
	font-size:11px;
}

/* Main Page Styles */
#Page{
	width:800px;
	margin:0 auto; 
	text-align: left;
	background-color:#FFFFFF;
	padding:0px;
	margin-bottom:10px;
	border:2px solid #014896;
}

#PageHeader{
}

#PageHeaderTop{
	background-image:url(/images/page_header_top_background.jpg);
	background-repeat:repeat-x;
	background-color:#014896;
	height:23px;
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
}

#PageHeaderTopNavigation{
	padding:3px;
}

#PageHeaderTopNavigationLeft{
	float:left;
}

#PageHeaderTopNavigationRight{
	float:right;
}

#PageHeaderTopNavigationLeft a:link, #PageHeaderTopNavigationLeft a:visited{
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}

#PageHeaderTopNavigationLeft a:hover{
	color: #CCCCCC;
}

#PageHeaderMiddle{
	height:219px;
	background-color:#FFFFFF;
}

#PageHeaderBottom{
	background-image:url(/images/page_header_bottom_background.jpg);
	background-repeat:repeat-x;
	background-color:#014794;
	height:23px;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
}

#PageHeaderBottomSearch{
	float:left;
}

#PageHeaderBottomCart{
	float:right;
	color:#FFFFFF;
	margin-top:3px;
}

#PageHeaderSearchBox{
	width:220px;
	border:1px solid #6699ff;
	font-size:14px;
	color:#5c7692;
}

#PageHeaderSearch select{
	border:1px solid #6699ff;
	font-size:14px;
	color:#5c7692;
}

#PageSide{
	float:left;
	clear:both;
	margin-right:5px;
	margin-bottom:10px;
}

#PageSideCategoriesNavigation{
	background-color: #024794;
	background-image:url(/images/page_side_categories_background.jpg);
	background-repeat:repeat-x;
	margin-left:10px;
	border:1px solid #6d829d;
	border-top:0px;
	width:166px;
	padding:3px;
}

#PageSideCategoriesNavigation a:link, #PageSideCategoriesNavigation a:visited, #PageSideGroupsNavigation a:link, #PageSideGroupsNavigation a:visited{
	font-size:13px;
	color:#FFF;
}

#PageSideCategoriesNavigation a:hover, #PageSideGroupsNavigation a:hover{
	color:#ffcc00;
	text-decoration:none;
}

#PageSideCategoriesNavigationTitle{
	color:#FFCC00;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}

#PageSideOffer{
	margin-left:10px;
	margin-top:3px;
}

#PageSideShowroom{
	margin-left:10px;
	margin-top:10px;
}

#PageSideGroups{
	margin-left:10px;
	margin-top:10px;
}

#PageSideGroups img{
	border:1px solid #003399;
}

#PageSideNewsletter{
	margin-left:10px;
	margin-top:10px;
	width:167px;
	font-size:12px;
	padding:3px;
	background-color:#ffcc01;
	color: #014794;
	border:1px solid #000099;
}

#PageSideNewsletter #EmailAddress{
	font-size:11px;
	width:98px;
}
#PageSideNewsletter #SignUp{
	font-size:11px;
}

#PageMiddle{
	width:565px; 
	float:left;
}

#MainContent{
	padding:5px;
	background-color:#FFFFFF;
	clear:both;
}

#PageFooter{
	font-size:12px;
	clear:both;
	background-color:#014794;
	background-image:url(/images/page_footer_background.jpg);
	background-repeat: repeat-x;
	padding:5px;
	color:#FFF;
}

#PageFooter a:link, #PageFooter a:visited{
	color:#FFF;
	text-decoration:none;
	margin-right:5px;
	padding-right:5px;
}

#PageFooter a:hover{
	color:#ffcc00;
}
#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 */
}

