body {
	font: 14px Arial, Helvetica, sans-serif;
}

a, a:hover {
	text-decoration: none;
}
select, input  {
	font: 14px Arial, Helvetica, sans-serif;
	padding:3px;
	border: 1px solid #dadada;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px !important; 
}

select {
	color: #000000;
	background-color: #ffffff;
}

table {
}

th {
	font-weight: bold;
}

td.money {
	text-align: right;
	border: 0px solid #ddd;
}

td.coltext {
	text-align: left;
}

td.collink {
	text-align: center;
}

td.coldate {
	text-align: center;
}


ul,li {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
}

a:hover {
	text-decoration: underline !important;
}

a,  a:visted  {
	text-decoration: none !important;
	padding:0px;
	margin:0px;
}


div.categoryheader-tile {
	border:0px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px ;

}


h1.sitename {
	font-weight:bold;
	font-size:32px;
	padding:10px;
	padding-left:20px;
	text-shadow: 2px 2px #ccc
}

div.main_container {
	background-color:#fafafa;
}

div.body-sub-footer-details {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	padding:10px;
}

.body-footer-poweredby {
	text-align:right;
	opacity: 0.50;
	-moz-opacity: .50;
	font-size:0.7em !important;
}

.body-footer-poweredby a{
	font-size:0.85em !important;
}

.displayTable1 th {
	padding: 5px; 
	
	// for IE5-7 filter : 
	alpha( opacity = 75); 
	
	// for IE8
	-ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	
	/* CSS3 standard */
	opacity: 0.75;
	-moz-opacity: .75;
}

.displayTable1 td {
	background-color: #e0e0e0;
	padding: 5px; 
	
	// for IE5-7 
	filter : alpha( opacity = 75); 
	
	// for IE8
	-ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	
	/* CSS3 standard */
	opacity: 0.85;
	-moz-opacity: .85;
}

.displayTable2 th {
	border-bottom: 2px solid #a7a7a7;
	padding: 5px;
	font-weight: bold; 
	
	// for IE5-7 
	filter : alpha( opacity = 85); 
	
	// for IE8 
	-ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	
	/* CSS3 standard */
	opacity: 0.85;
	-moz-opacity: .85;
}

.displayTable2 td {
	border-bottom: 1px solid #a7a7a7;
	padding: 5px; 
	
	// for IE5-7 
	filter : alpha( opacity = 85); 
	
	// for IE8
	-ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	
	/* CSS3 standard */
	opacity: 0.85;
	-moz-opacity: .85;
}


/* default navigation bar style */
.top_navigation, .top_navigation ul li ul, .top_navigation ul li a, .top_navigation_search, #unfoldablenav 
{
}
/* default navigation bar style */




/*buttons*/
a.moredetails-button, a.add-to-basket-button, a.choose-options-button, a.moredetails-button, 
a.body-shoppingbasket-buttons,  a.body-shoppingbasket-checkoutbutton
 {
	cursor: pointer;
	color:#ffffff;
margin-top:4px;
margin-bottom:4px;
border:none;
padding:4px;
padding-left:8px;
padding-right:8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px !important; 

-moz-box-shadow: 1px 2px 3px #888;
-webkit-box-shadow: 1px 2px 3px #888;
box-shadow: 1px 2px 3px #888;


background: -moz-linear-gradient(top,  rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.07) 49%, rgba(255,255,255,0) 63%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.33)), color-stop(49%,rgba(255,255,255,0.07)), color-stop(63%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.33) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.33) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.33) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,0.33) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

	background-color:#636363;

}

input.body-shoppingbasket-buttons, input.body-shoppingbasket-continueshoppingbutton, 
input.body-shoppingbasket-checkoutbutton
 {
	cursor: pointer;

	color:#ffffff;
margin-top:2px;
margin-bottom:2px;
border:none;
padding:4px;
padding-left:8px;
padding-right:8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px !important; 

-moz-box-shadow: 1px 2px 3px #888;
-webkit-box-shadow: 1px 2px 3px #888;
box-shadow: 1px 2px 3px #888;

background: -moz-linear-gradient(top,  rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.07) 49%, rgba(255,255,255,0) 63%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.33)), color-stop(49%,rgba(255,255,255,0.07)), color-stop(63%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.33) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.33) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.33) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,0.33) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

	background-color:#636363;

}

input.headerproductssearchbutton
 {
	padding-left:6px;
	padding-right:6px;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px !important; 

	background-color:#636363;
	color: #ffffff;

-moz-box-shadow: 1px 2px 3px #888;
-webkit-box-shadow: 1px 2px 3px #888;
box-shadow: 1px 2px 3px #888;

background: -moz-linear-gradient(top,  rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.07) 49%, rgba(255,255,255,0) 63%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.33)), color-stop(49%,rgba(255,255,255,0.07)), color-stop(63%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.33) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.33) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.33) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,0.33) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

	background-color:#636363;

}


.button {
	background-color:#636363;
	color: #ffffff;
}

.body-shoppingbasket-checkoutbutton {
	background-color:#636363;
	color: #ffffff;
}

.body-shoppingbasket-continueshoppingbutton {
	background-color:#636363;
	color: #ffffff;
}

.body-shopping-basket-buttons {
	background-color:#636363;
	color: #000000;
}

.body-viewshoppingbasketbutton {
	background-color:#636363;
	color: #FFFFFF;
}
/*buttons*/


/*navigation*/
.top_navigation ul{ margin:0px; list-style-type:none; padding-left:10px;}
.top_navigation ul li{float:left; padding:10px;}



/*
.top_navigation ul li{ float:left; padding-left:0; min-width:auto; }
.top_navigation ul li a{float:left; padding-top:10px; padding-bottom: 10px; text-decoration: none; }
*/
.top_navigation ul li a{text-decoration: none; }
.top_navigation ul li.active a{background;  padding:0px 20px; float:left; }

/*
.menu-default .top_navigation ul li.home{ padding-left:0; margin-right:0; width:70px !important;}
.menu-default .top_navigation ul li.categories{ padding-left:0; margin-right:10px !important; text-align:left; min-width:130px; padding-right:0;}
.menu-default .top_navigation ul li.other{ margin-right:15px; min-width:80px; }
*/
.menu-default .top_navigation ul li ul{z-index:999; width:270px ; position:absolute; left:-6px; top:34px; padding-bottom:10px;}

/*
.menu-01 .top_navigation ul li.home{ width:60px;}
.menu-01 .top_navigation ul li.categories{ margin-right:10px; min-width:135px;}
.menu-01 .top_navigation ul li.other{ margin-right:0; min-width:80px; }
*/

.menu-01 .top_navigation ul li ul{z-index:1001; width:270px ; position:absolute; left:-6px; top:34px; padding-bottom:10px;}

.top_navigation ul li.categories:hover ul,
.top_navigation ul li.categories:hover ul{ 
	display:block;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	padding-left:8px;
	padding-right:8px;
	padding-bottom:12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px !important; 
} 
.top_navigation ul li ul li{ padding:0px; width:270px; text-align:left;}
.top_navigation ul li ul li a{ padding:2px !important; padding-left:7px !important; padding-right:7px !important; height:auto !important; background:none !important; text-decoration: none;}
/*navigation*/




div.message{width:auto; background-color:#FFFFEE; color:#000000; margin-bottom:10px; padding:10px; border: 3px solid #3DA012;}
div.errormessage {width:auto; background-color:#FFFFEE; color:#000000; margin-bottom:10px; padding:10px; border: 3px solid #E60B06;}
div.confirmationmessage{width:auto; background-color:#FFFFEE; color:#000000; margin-bottom:10px; padding:10px;  border: 3px solid #3DA012;font-weight:bold;font-size:12px;}

a.designmcp {background-color:red !important; color:white !important; padding:3px; padding-left:7px; padding-right:7px; margin-top:3px; margin-bottom:3px; 
	line-height:24px;
	padding-left:18px;
	padding-right:18px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px 14px 14px 14px !important; 
}

span.paginationlink, a.paginationlink {
	cursor: pointer;
	cursor: hand;
	min-width: 75px;
	border: 1px solid rgb(202,202,202);
	border: 1px solid rgba(202,202,202,0.5);
	margin:1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px !important;
}
span.paginationlink:hover, a.paginationlink:hover {
	background-color: black;
	color:white;
	background-color: #333;
	color: #ffffff;
}

div.product-tile-style {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.products-itemsfound {
	margin-top:20px;
}

.breadcrumbs {
	text-decoration: none;
}






ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	position: relative; /*--Important--*/
}
ul#topnav li {
	float: left;
	margin: 0; 
	padding: 10px;
	/* position: relative; --Important--*/
}

ul#topnav li a{
	padding: 14px;
}

/*
ul#topnav li a {
	float: left;
	/* text-indent: 0;  -9999px; --Push text off of page--*/
	/* height: 44px; */
}
*/

ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/

ul#topnav h2 {
	font-weight:normal;
}

/*
ul#topnav a.home {
	width: 50px;
}
ul#topnav a.categories {
	width: 115px;
}
ul#topnav a.navbarname {
	width: 141px;
}
*/

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 33px; 


	z-index: 9999;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:14px;
	float: left;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

	display: none; /*--Hidden for those with js turned off--*/
	text-align:left;

	width: 940px;

	/* one day... */
	/* -moz-column-count: 3; */
	/*-webkit-column-count: 3; */
	/*column-count: 3; */
	/* column-break-inside: avoid; */ /*Safari only*/

}


ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 1px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 940px;
	float: left;
}
ul#topnav .sub ul li {
	width: 260px; /*--Override parent list item--  */
	float:float; /* display: inline-block; */
	padding-top:0;
	padding-bottom:0;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	margin:0;
	padding:0;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 0px;
	display: block; 
	text-decoration: none;
	padding:2px;
	padding-left:6px;
}
ul#topnav .sub ul li:hover {

}
ul#topnav .sub ul li a:hover {
	background-color:inherit !important;
	opacity: 0.8 !important;
	-moz-opacity: .8 !important;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}



.header-main-container-nav {
	min-height: 20px;
	vertical-align: middle;
}

div.newmenubar a{
	text-shadow: 0 1px 0 rgba(128, 128, 128, 0.4);
}

div.menu-default li.firstchild,
div.menu-01 li.firstchild,
div.newmenubar li.firstchild
{
	border-left:1px solid rgba(204, 204, 204, 0.2);
	border-right:1px solid rgba(204, 204, 204, 0.2);
}

div.menu-default li.child,
div.menu-default li.lastchild,
div.menu-01 li.child,
div.menu-01 li.lastchild,
div.newmenubar li.child,
div.newmenubar li.lastchild{
	border-right:1px solid rgba(204, 204, 204, 0.3);
}

div.menu-default li.firstchild,
div.menu-01 li.firstchild,
div.newmenubar li.firstchild
{
	border-left:1px solid rgba(204, 204, 204, 0.3);
	border-right:1px solid rgba(204, 204, 204, 0.3);
}

div.menu-01 li.child,
div.menu-01 li.lastchild,
div.newmenubar li.child,
div.newmenubar li.lastchild{
	min-width:100px;
}

div.menu-01 li.firstchild,
div.newmenubar li.firstchild
{
	min-width:100px;
}

div.newmenubar li.child ul li{
	border:none;
}

div.menu-default li a{
	padding-left:10px;
	padding-right:10px;	
}

.menuheader {
	color:#000000;
	font-weight: bold;
}


ul#topnav li .sub {
	background-color:#333;
}
ul#topnav .sub ul li a{
	/* 
	font: 14px Arial, Helvetica, sans-serif;	
	font-weight:normal;
	*/
}

div.product-tile01{
	padding:10px;
}


div.navmenu {
	text-align:center;
width:100%;

	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	

background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.07) 49%, rgba(255,255,255,0) 63%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(49%,rgba(255,255,255,0.07)), color-stop(63%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.07) 49%,rgba(255,255,255,0) 63%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

-moz-box-shadow: 1px 1px 3px #666;
-webkit-box-shadow: 1px 1px 3px #666;
box-shadow: 1px 1px 3px #666;

background-color:#333;


}



ul#topnav div.sub {

background: -moz-linear-gradient(top,  rgba(255,255,255,0) 37%, rgba(255,255,255,0.04) 51%, rgba(255,255,255,0.18) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,rgba(255,255,255,0)), color-stop(51%,rgba(255,255,255,0.04)), color-stop(100%,rgba(255,255,255,0.18))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 37%,rgba(255,255,255,0.04) 51%,rgba(255,255,255,0.18) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 37%,rgba(255,255,255,0.04) 51%,rgba(255,255,255,0.18) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 37%,rgba(255,255,255,0.04) 51%,rgba(255,255,255,0.18) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,0) 37%,rgba(255,255,255,0.04) 51%,rgba(255,255,255,0.18) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#2effffff',GradientType=0 ); /* IE6-9 */

-moz-box-shadow: 2px 2px 2px #666;
-webkit-box-shadow: 2px 2px 2px #666;
box-shadow: 2px 2px 2px #666;

background-color:#333;
}

.btn-remove {
	display:block;
	width:15px;
	height:15px;
	text-indent: -999em;
	overflow:hidden;
}

.pre {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	}

div.sort-row1 {

    border-bottom: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
	padding-top: 5px; 
	padding-bottom: 5px; 
	
	// for IE5-7 filter : 
	// alpha( opacity = 75); 
	
	// for IE8
	// -ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	
	/* CSS3 standard */
	// opacity: 0.75;
	// -moz-opacity: .75;

}

div.sort-row2 {
	padding-top: 5px; 
	padding-bottom: 5px; 

}

div.category-header-title {
    /* no fall back, show no border border-bottom: 2px solid rgb(204, 204, 204); */
    border-bottom: 2px solid rgba(204, 204, 204, 0.2);
	margin-bottom:10px;


}

div.body-sidebar-menubox-content li {
	padding-top:3px;
	padding-bottom: 3px;
}

img.mainlogo {
	max-width:980px;
        max-height:1000px;
}



div.middle-container {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}




div.body-homepage{
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.subcategory-tile {
	border:0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px ;

}

div.subcategory-tile-header {
	padding-top:10px;
	padding-bottom:10px;
	font-size:1.4em;
}
div.subcategory-tile-header a{
	color:#333;
}

