img, div, a, input { behavior: url(/fileadmin/Template/iepngfix_v2/iepngfix.htc) }

dl, dt, dd { margin: 0; padding: 0; display: block; }


fieldset {
}
legend{
}
label{
}

#Loginholder fieldset
{
border: 0px;
margin : 0;
padding : 0;
}

#Loginholder legend{
color:#d3e1e6;
}


body, html {
color: #000000; 
font-family: Arial,Verdana,Tahoma, sans-serif;
background-color: #ffffff; 
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
padding: 0;
margin: 0;
background-image:url(Images/Background.jpg);
background-position:top;
background-repeat:repeat-x;
}
body {
font-size: 80%;
}
p {padding: 0;}

a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3 {
font-weight: bold;
color:#cc0000;
}
h1 {
font-size: 1.4em;
margin-bottom: -0.3em;
}
h2 {
font-size: 1.2em;
margin-bottom: -0.8em;
}
h3 {
font-size: 1.0em;
line-height: 1;
}
h1 a, #header h2{
color:#cc0000;
}

.clear { clear: both; }

#mainContainer {
width: 1000px;
margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	height: 120px;
	width: 1000px;
}

#Logo{
	height: 90px;
	width: 250px;
	float:left;
	background-image:url(Images/2Trace_Logo.jpg);
	overflow:hidden;
}
#Banner{
	height: 90px;
	width: 500px;
	float:left;
}

#Basket{
	height: 34px;
	width: 250px;
	float:left;
	background-image:url(Images/Basket.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-top: 56px;
	display:none;
}

.com-basket-qv-value{
	margin-top: 10px;
	margin-left: 65px;
	font-size:13px;
}

#Basket h1{
	margin-top: 10px;
	margin-left: 65px;
	font-size:13px;
}

#Navigation{
	height: 30px;
	width: 1000px;
	float:left;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 250px;  
}
* html .outer {
padding-right: 250px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
width: 750px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
padding-bottom: 100px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 750px;
margin-left: -250px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}

#content {
float: right;
width: 490px;
padding-right: 10px;
margin-top: 20px;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap{
padding: 0px;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 250px;
padding: 0px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
}

#Subnavigation{
float: left;
width: 250px;
}
#Productspot{
float: left;
width: 250px;
}
#Leftcontent{
float: left;
width: 250px;
}

/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 250px;
padding: 0px;
}
* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: -250px; /*** IE gets this margin. ***/
}
#Loginholder{
float: right; 
width: 250px;
}

#Subscribeholder{
float: right; 
width: 250px;
}
#Newsholder{
float: right; 
width: 250px;
}
#Rightcontent{
float: right; 
width: 250px;
}
/**************************
FOOTER
**************************/
#footer {
width: 100%;
height: 60px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: -80px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align:left;
background-color: #231f20;
color:#ffffff;

}
#Breadcrumbs{
float: left;
width: 0px;
height: 0px;
overflow:hidden;
line-height: 0;
}
#Address{
width: 980px;
padding: 10px;
margin-left: auto;
margin-right: Auto;

}
#Color{
float: left;
width: 0px;
padding: 10px;
text-align:right;
}


a {color: #cc0000; text-decoration: none;}
a:hover {text-decoration: none;}
a img {border: none;}
	
.important{
	color:#cc0000;
}

/* Content BOX*/
.Content_box_holder{
	width: 250px;
	height: auto;
	padding-top: 20px;
}
.Content_box_top{
	float:left;
	width: 250px;
	height: 10px;
	background-image:url(Images/Box_Background.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.Content_box_content{
	float:left;
	width: 210px;
	height:auto;
	background-image:url(Images/Box_Background.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
/* Login */
.csc-form-fieldcell{
	padding: 0;
	margin: 0;
}


/* Navigation */


#Navigation ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
	line-height: 1.4;
}

#Navigation ul {
	padding-top : 6px;
	padding-bottom : 6px;
}

#Navigation ul li {
	display : inline;
	margin : 0;
	padding : 0;
}

#Navigation a{
	color:#CCCCCC;
	padding-top: 7px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
}

#Navigation a:hover{
	color:#FFFFFF;
}

.main_selected a{
	color:#000000 !important;
	background-image:url(Images/Nav_selected.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.news-amenu-container ul{
	margin : 0;
	padding : 0;
	list-style-type : none;
	line-height: 1.4;
}


#user{
	border-bottom: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC; 
	border-top: 1px solid #CCCCCC; 
	margin:0px;
	height:15px;
	width:210px;
	background: transparent url("Images/Input_background.png");
}

#pass{
	border-bottom: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC; 
	border-top: 1px solid #CCCCCC; 
	margin:0px;
	height:15px;
	width:210px;
	background: transparent url("Images/Input_background.png");
}

.forgot_email{
	border-bottom: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC; 
	border-top: 1px solid #CCCCCC; 
	margin:0px;
	height:15px;
	width:210px;
	background: transparent url("Images/Input_background.png");
}

.login_button{
display: block;
width: 102px;
height: 22px;
margin: 0;
padding: 0;
border: 0;
background: transparent url('Images/Button_login.png') no-repeat center top;
vertical-align: middle;
float:right;
color:#FFF;
margin-top: 20px;
}

.bestil{
display: block;
width: 81px;
height: 22px;
margin: 0;
padding: 0;
border: 0;
background: transparent url('Images/Button_bestil.png') no-repeat center top;
vertical-align: middle;
float:right;
color:#FFF;
}

.tx-sremailsubscribe-pi1-text{
	border-bottom: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC; 
	border-top: 1px solid #CCCCCC; 
	margin:0px;
	height:15px;
	width:210px;
	background: transparent url("Images/Input_background.png");
}


.tx-sremailsubscribe-pi1-submit{
display: block;
width: 122px;
height: 22px;
margin: 0;
padding: 0;
border: 0;
background: transparent url('Images/Button_subscribe.png') no-repeat center top;
vertical-align: middle;
float:right;
color:#FFF;
margin-top: 20px;
}

#Subnavigation {
	width: 230px;
	padding: 0px;
	margin-top: 20px;
}


	
/* Zmenu - Fold out menu*/	

	#menuz {
	width: 220px; 
	font: normal 12px/13px Arial, Helvetica, sans-serif;
	
	}
	
	html>body #menuz {
  	width: 230px;
  	}
	
	#menuz ul {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
	}

	#menuz ul ul {
	display:none;
	}

	#menuz A.no, #menuz A.act {
	color: #000000;
	text-decoration: none;
	}

	#menuz A.act, #menuz A.act:hover { 
	color:#004371;
	font-weight: 700;
	background: #E4EEFA;
	}

	#menuz {
	/*border-top:1px solid #e9e9e9;*/
	}

	#menuz A {
	display:block; 
	border-bottom:1px solid #e9e9e9; 
	padding: 5px 7px 5px 7px;}

  	*html #menuz A {width: 100%;} /* IE */

	#menuz UL IMG {margin:2px 3px 2px 0px;}

	#menuz UL UL IMG {margin-left:6px;}

	#menuz UL UL UL IMG {margin-left:12px;}

	#menuz UL A {}

	#menuz UL A:hover {background: #f5f5f5;}

	#menuz UL LI UL A {background: #ffffff;}

	#menuz UL LI UL A:hover {background: #e4eefa;}

	#menuz UL LI UL LI UL A {background: #f5f5f5f;}

	#menuz UL LI UL LI UL A:hover {background: #e4eefa;}

	#menuz UL LI UL LI UL LI UL A {background: #ffffff;}

	#menuz UL LI UL LI UL LI UL A:hover {background: #e4eefa;}
	
/* product_menu*/	

	.product_menu {
	width: 220px; 
	font: normal 12px/13px Arial, Helvetica, sans-serif;
	list-style: none; 
	margin: 0px; 
	padding: 0px;
	}
	
	html>body .product_menu {
  	width: 230px;
  	}
	
	.product_menu ul {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
	}

	.product_menu ul ul {
	display:none;
	}

	.product_menu A.no, .product_menu A.act {
	color: #000000;
	text-decoration: none;
	}

	.product_menu A.act, .product_menu A.act:hover { 
	color:#000000;
	}

	.product_menu {
	/*border-top:1px solid #e9e9e9;*/
	}

	.product_menu A {
	display:block; 
	border-bottom:1px solid #e9e9e9; 
	padding: 5px 7px 5px 7px;}

  	*html .product_menu A {width: 100%;} /* IE */

	.product_menu  IMG {margin:2px 3px 2px 0px;}

	.product_menu  UL IMG {margin-left:6px;}

	.product_menu  UL UL IMG {margin-left:12px;}

	.product_menu  A {}

	.product_menu  A:hover {background: #f5f5f5;}

	.product_menu  UL A {background: #fff; padding-left : 1.5em;}

	.product_menu  UL A:hover {background: #e4eefa;}
	
	.product_menu .category-selected {font-weight : bold;}
	.product_menu .category-selected ul {font-weight : normal;}
	


.csc-textpic-caption {font: 0.8em/1.6 Verdana, Arial, Helvetica, sans-serif; color: #333333;font-style: italic; }








div.tx-fbmagento .mini-cart {
	margin-left : 65px;
	color : red;
	font-weight : bold;
}



