@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
h1 {
	font-size:18px;
}
a:link {
	color:#000000;
}
a:visited {
	color:#666666;
}
#sidebar a:visited {
	color:#000000;
}
a:hover, a:active #sidebar a:hover, #sidebar a:active {
	color:#E61D13 !important ;
}
.oneColFixCtrHdr #container {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #7f7e79;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	height: 100px;
	overflow:hidden;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent #contentcell {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 10px;
}
.oneColFixCtrHdr #mainContent #sidebar {
	background-color: #cccccc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 10px;
}
.oneColFixCtrHdr #mainContent #sidebar ul {
	margin-left:10px;
	padding-left:0px;
}
.oneColFixCtrHdr #mainContent #sidebar li a {
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent #sidebar li {
	list-style-type:none;
	padding-bottom: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #000000;
	background-color: #ffffff;
	font-size: 75%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	font-weight: bold;
	font-size: 100%;
	text-decoration:none;
	color: #666666;
}
.oneColFixCtrHdr #menu {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #FFFFFF;
	background-color: #E61D13;
	height: 15px;
}
.oneColFixCtrHdr #homeContent  {
	padding: 0;
}
.oneColFixCtrHdr #search  {
	position: relative;
	left: 609px;
	top: 335px;
	height: 40px;
	width: 200px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #homeContent #hometable td {
	vertical-align:top;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bigger {
	font-size: 120%;
}
.smaller {
	font-size: 85%;
}


/* module addons */
.shop-product-large .description {
	font-family:"Times New Roman", Times, serif ;
	font-size:12px;
}
.shippingCountryDiv {
	display:none;
}
#ShippingOptions {
	width:auto;
}
.shop-catalogue h4 a {
	color:#333333;
	font-weight:normal;
}
.cat_top {
	color:#666666;
	font-size:11px;
}

