/* LAYOUT */
body {
	line-height: 1.5;	
}
#wrapper {
	width: 1010px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 60px;
}
#header {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 75px;
	/*float: left;*/
	width: 1000px;
	display: inline;
	z-index:2;  
	/*position: relative;*/
}
#logoimg {
	float: left;
	width: 225px;
}
#navbar {
	float:left;
	margin-left:20px;
	padding-top:42px;
	width:530px;
	display: inline;
}
#maincol {
	width: 1000px;
	float: left;
	display: inline;
	/*text-align: left;*/
	z-index:1;  
	position: relative;
	margin-top: 20px;
	}
#footer  {
	clear: both;
	font-size: 10px;
	color: #807f83;
	margin:5px 25px 25px;
}
#home-page-content * {
	text-align: center;	
}
#gallery {
	width: 1000px;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	} 

 
/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* END LAYOUT */

body {
	font-family:"Lucida Grande", Arial, sans-serif;
	color: #666666;
	font-size: 12px; 
	background-color: #fff;	
	text-align:center;
	margin:0;
	padding:0;
}

p {
	text-align: left;
	/*font-size: 12px;*/
	}
#wrapper a:link {
	color: #34b233;
	text-decoration: none;
	}
#wrapper a:visited {
	color: #34b233;
	text-decoration: none;
	}
#wrapper a:hover {
	color: #34b233;
	text-decoration: underline;
	}
#rightcol a:link, #rightcol a:visited, #leftcol a:link, #leftcol a:visited {
	color: #34b233;
	text-decoration: none;
	}

#footer a:link, #footer a:visited {
	color: #807f83;
	text-decoration: none;
	font-size:10px;
	}
#footer a:hover {
	color: #34b233;
	text-decoration: underline;
	}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer li {
	margin: 0;
	padding: 0;
	}
	

/* GENERAL STYLES SECTION*/ 

.productAddToCart {
    margin-bottom:0px;
	width:44%;
	float:right;
    display:block;
    }

.productLeftLinks {
	/*width:55%;*/
	float:left;
    margin-bottom:0px;
    }

/*divs that clear floated elements - with or without noticeable height */
.clearFixPlain, .clearfixplain {
	clear:both;
	height:0.1px;
	font-size:0.1px;
	border-style: none;
    }

.spacerClearBoth {
	clear:both;
	height:14px;
    }


/*******************END CONTAINER SECTION ********************************/

/* H1-H4 redefinitions */

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 15px;
}

h1 {
	font-size: 20px;
	text-align: left;
    }

h2 {
	font-size: 18px;
    }

h3 {
	font-size: 16px;
	}

h4 {
    font-size: 14px;
    }
/*.typesize {
	font-size: 12px;
	}*/
/*#pagenavlinks {
	font-size: 12px;
}*/
.login .nugget_content h3 {
    padding-top:3px;
    padding-bottom:0px;
    }
	
/*Styles for the links */

/* how the links for the categories inside the nuggets look like */

.nugget a.menuLink:link, .nugget a.menuLink:visited {
	padding-left:0.5em;
    padding-bottom:0px;
    padding-top:5px;
    display:block;
    text-decoration:none;
    height:1.5em;
    }

.nugget a.menuLink:hover {
	text-decoration:underline;
    color:#FF6600;
    }

/*style for the search form*/
#search {
	display:inline;
	width: 205px;
	float:left;
	margin-left: 20px;
	padding-top:40px;
}

#search .search_form .formbutton {
	margin-left: 5px;
	
}

form.search_form {
	padding: 0px;
	/*width: 200px;*/
	margin: 0px;

    }

/* style for the textfield where keywords are entered*/

.search_form input.searchText {
	border:1px solid #cccccc;
	padding:2px;
	width:120px;
    }

/*Login form styles */
/*main form container */
.loginForm {
	padding-top:10px;
	padding-bottom:2px;
	margin:0px;
	color:#000;
	width:147px; /*the form width must be smaller than the nugget that contains it -  */
	padding-right: 0px;
	padding-left: 0px;
    }
form.loginForm td.alignedRight{
	text-align:right;
	}


.myAccountForm input.selectRow{
	width: auto;
    }
	
.myAccountForm {
	color: #000000;
}

/*style to be applied when displaying an old price, which is no longer valid*/
.oldPrice {
    color:#ff0000;
    text-decoration:line-through;
	}
/*styles for the tables within nuggets - used for the shopping cart, wish list, etc. */

.nugget_content table {
	padding: 0px;
	margin: 0px    }

.login .nugget_content table {
	padding:0px;
	}

/*styles for the tables in product details and my account sections */
    
.myAccountTable {
	text-align:left;	
    margin-bottom:5px;
    }
	
.myAccountTable .noBorder {
    border-style:none;
    }

.myAccountTable th, .myAccountForm .withBorder .myAccountTable th {
	background-text-align:center;
	padding:5px;
	vertical-align:middle;
    }

.myAccountTable td label {
	background-vertical-align:top;
	display: block;
	padding:.15em .5em;
    }

.myAccountTable td {
	padding:5px;
	background-color: #eaeaea;
    }

.myAccountTable tr.bottom {
	background-color:red;
    }

.noBorder .myAccountTable  td label{
    padding:.3em;
    }

/* how a form inside the nugget body looks like */

.nugget_content form{ 
    padding:0px;
    margin:0px;
	}

/***********************************************/

/*how an image inside the block is displayed */
.basicDescriptionContent .productImage {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    }

/*divs used to display the nuggets buttons - for one or two buttons 
 * after using the two buttons layout, you must add a br with the class = clearFixPlain
*/

.buttonLeft {
	width:auto;
    height:auto;
	float:left;
    padding-bottom:5px;
	}

/*div for the right half */
.buttonRight {
	width:auto;
	float:right;
	text-align:right;
    padding-bottom:5px;
	}


/*MX Kollection inherited styles */
div.KT_operations {
    display:inline;
    }

/*div where the tNG errors are displayed for each field */

.autoLeft {
    width:75px;
    float:left;
    padding:0;
    margin:0;
    overflow:hidden;
	}

.autoRight {
    width:15px;
    text-align:right;
    float:right;
    padding:0;
    margin:0;
    overflow:hidden;
	}

.form_validation_field_error_error_message{
    overflow:hidden;

	}

.nugget_content table td img {
    padding-right:5px;    
	}

tr.bottomBordered td{
    border-bottom:solid 1px silver;
	}
.binding {
    padding:0px;
    margin:0px;
    }

.hint {
    text-align:right;
	}

/*MX Kollection styles */
	.KT_field_error {
		color: #FF0000;
	}
	.KT_field_hint {
	}
    
/* The server-side error displaying */
/* topmost error div */
#KT_tngerror {
	width:150px;
	padding: 5px 10px 5px 50px;
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ff0000;
	font-size: 12px;
	border:1px solid red;
	background-color:#000000;
	background-image:url(img/error.gif);
	background-repeat:no-repeat;
	background-position:left;
	}

/* trace container ( iniitally collapsed), and "Submit this to InterAKT... " area */
#KT_tngdeverror, #KT_tngtrace {
	padding: 5px 10px 5px 5px;
	margin:5px;
	border:1px solid black;
	font-family:Courier, sans-serif;
	font-size: 12px;
	background-color:#eaeaea;
	text-align:left;
	}

	/* alignment and borders for the form submit buttons */
#KT_tngdeverror #KT_needhelp {
	text-align: right;
	}
#KT_tngdeverror label, #KT_tngtrace label {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

#KT_tngtrace ul {
	padding-left:10px;
	margin-left:10px;
	}

#KT_tngtrace_details {
	display: none;
	}

#KT_tngwarning {
	padding: 10px 10px 10px 50px;
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #0000CC;
	font-size: 12px;
	border:1px solid blue;
	background-color:#E4FFFF;
	background-image:url(img/warning.gif) ;
	background-repeat:no-repeat;
	background-position:left;
	}

/* The client-side error displaying */


/* The actial error message style */
.form_validation_field_error_error_message {
	color:#ff0000;
	font-weight: bold;
	clear:left;
	}
	
/*form.form_validation_form_error table {
	border: 2px solid red;
	}*/ 
    
    
/*a:link img, a:visited img, a:hover img {
    border-style:none;
    
	}*/
img {
	border: none;
}

.KT_required {
    color:red;
	}

/*overwriting the nextensio KT_Operations style */

div.KT_bottombuttons div.KT_operations {
    text-align:right;
	}
       
.subTitle {
    
	}
.title {
    
	}
* html .myAccountForm div {
    margin-left: 12px;
	}    

.th {
	font-weight:bold;
	}

.nugget_content th, .nugget_content td {
	text-align:left;
	}

.nugget_content table tr {
    border-bottom:solid 1px silver;
	}
a.catlevel1 {
	font-size: 90%;
	padding: 0px;
	margin: 0px;
	}
a.catlevel2 {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	}
a.catlevel2_sel{
	padding: 0px 0px 0px 10px;
	text-decoration:none;
	margin: 0px;
	}
.manufacturer .nugget_content .buttonRight {
	margin-right:10px;
	}
.fixedTableCell {
	width:130px;
	overflow:hidden;
}
.fixed {
	width:100px; 
	overflow:hidden;
}

/* 
 * Overwrite for default MX Kollection styles 
*/

.KT_tngtable th, .KT_tngtable td.KT_th {
	/*background-color: #eaeaea !important;*/
	font-weight: normal !important;
	/*vertical-align: top;*/
	background-image:none !important;
}
.KT_tngtable thead *>th {
	border:0 !important;
}
.KT_tngtable td {
	border: 0 !important;
	/*vertical-align: top; 
	background-color: #eaeaea !important;*/
	color:#000 !important;
}
.KT_tngtable td.KT_field_hint {
	color:#fff !important;
}
.KT_buttons td {
	color:#000000 !important;
	border-top: 0 !important;
	background-color: #666666 !important;
	text-align: default !important;
	padding: 5px !important;
}

input.inputlogin {
	width: 120px;
	margin: 0px 0px 2px;
	padding: 0px;
}
.typesmaller {
	font-size: 90%;
}

.mtop {
	margin-top: 5px;
}
.dropmenu {
	width: 100%;
	margin-bottom: 5px;
}

#printheader, #printfooter {
	display:none
}

#prodviewtable {
	width: 380px;
}

#prodviewtable p {
	margin: 0px;
	padding: 0px;
}
#prodviewtable td {
	vertical-align: top;
	padding-bottom: 5px;

	}
#logintable {
	padding-bottom: 5px;
}
#proddescription  {
	/*font-size: 12px ;*/
 }
 #proddescription p {
	font-size: 1em ; /* scale at 100% to avoid multiplying reduction */
 }
 #proddescription ul {
 	margin: 5px 0px 20px;
	padding: 0px 0px 0px 30px;
 }
h1, h1.prodtitle {
	color: #34b233;
	font-weight: bold;
}
#prodnamelink a:link, #prodnamelink a:visited, #prodnamelink a:hover {
	color: #666666;
	font-weight: bold;
	}
.tbl_buffer {
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
#form_filter {
	padding: 0px;
	margin: 0px;
}
font {
	font-size: 1em !important;
	}
.error {
  font-family: Tahoma;
  font-size: 10px;
  color: red;
  display:none;
  }
form select {
	font-size: 12px;
	}
.stockistslist {
	font-size: 12px;
}
ul.stockistslist {
	margin: 0.25em 0 0 0;
	padding: 0;
}
ul.stockistslist li {
	margin: 0 0 0 25px;
	padding: 0;
	line-height: 1.2em;
}
th {
	text-align: right;
	/*font-size: 0.8em;*/
	}
.stockisttitle {
	font-size:18px;
	font-family: Helvetica, Arial, sans-serif;
	}
#catdescription {
	float:left;
	margin:20px 10px;
	width: 205px;
	}
#catview2tbl {
	float: right;
	width: 750px;
}
.tdtoppad {
	padding: 5px 0 0 0;
	}
.bigtxt {
	font-size: 14px;
	font-weight: normal;
}
#stockistssearch {
	color:#333;
}
.green {
	color: #34B233;	
}
.stockiststbl {
	margin-top: 15px;	
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	text-align: left;
}

td.tdtoppad p {
	text-align: inherit;	
}

#flashybit {
	clear:both;
	text-align:center;
}

#catdescriptionimg {
	/*float: left;
	margin: 0 20px 20px 0;*/
	margin-bottom: 20px;
}
#catprodnumtbl {
	font-size: 0.95em;	
	color: #cccccc;
}
#navbar .sf-menu li.current a:link, #navbar .sf-menu li.current a:visited, #navbar .sf-menu li.current a:hover {
	/*font-weight: bold;*/	
	color: white;
}

#navbar li.current a {
	color: yellow !important;	
}
#navbar li.current ul li a {
	color: white !important;	
}
#navbar li.current ul li a:hover {
	color: yellow !important;	
}

#navbar li.current li.current a {
	color: yellow !important;	
}
#navbar li.current li.current ul li a {
	color: white !important;	
}
#navbar li.current li.current ul li a:hover {
	color: yellow !important;	
}

#navbar li.current li.current li.current a {
	color: yellow !important;	
}
#navbar li.current li.current li.current ul li a {
	color: white !important;	
}
#navbar li.current li.current li.current ul li a:hover {
	color: yellow !important;	
}

#scroller {
	clear:both;
	padding:20px 0 0;
}
a.nolink {
	cursor: default;	
}
#pages_content a:link {
	font-size:1em;
}
div.KT_textnav ul li.NAV_selected {
color: white !important;
}

.formtbl {
	text-align: left;	
}

/* HIDE OLD SITE BITS (see pages > home, )*/
.oldsite {
	display: none;	
}

#gallery {
	display: none;	
}

#flashybit {
	display: none;
}
#prodviewtable .orangeButton {
	margin-top: 5px;
}
#catfiltertbl {
	display: none;	
}

div#social {
	position: fixed;
	top: 0px;
	right: 0px;
	margin: 10px;
}

table.productNavigationBar {
	color: #aaaaaa;
	font-size: 0.95em;
}
table.productNavigationBar td {
	padding: 0 7px;
}

#scroller object {
	width: 870px;
	float: left;	
}

/* Move pages to the right i.e. empty left column */
#pages_content {
	width:755px;
	float: right;
}

/* SiFR 3 fixes */
h1.sIFR-replaced {
	/*margin-bottom: 0px;	*/
	height:21px;
}


