/*
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}
*/


.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    height: 320px;
    padding: 30px 0;
    width: 215px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    /*height: 75px; DP */
    height: 95px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    height: 305px;
    margin: 10px 0 0;
    width: 213px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 120px;
    /*height: 75px; DP */
    height: 150px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 27px;
}


.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons ----------------------------------------------------------------------
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 70px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(carousel/next-horizontal-small.png) no-repeat 0 0;
}


.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 70px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(carousel/prev-horizontal-small.png) no-repeat 0 0;
	background-position: -96px 0;
}


.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

/**
 *  Vertical Buttons --------------------------------------------------------------------------
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(carousel/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(carousel/prev-vertical.png) no-repeat 0 0;
}

/**
 * Overwrite for having a carousel with dynamic width.
 */
.jcarousel-skin-tango .jcarousel-container-horizontal {	width: 85%;	}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    padding: 14px 0 0;
    width: 100%;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 212px;
    text-align:center;
}

.jcarousel-skin-tango .jcarousel-item a img{
    max-width:200px;
    max-height:50px;
    width:auto;
    height:auto;
} 
.mod-carousel-thumb {
	position: relative;
	height: 120px;
	overflow: hidden;
}
.mod-carousel-thumb img {
	position: absolute;
	bottom: 0;
	height: auto;
	max-width: 120px;
}
.mod-carousel-descr {
	height: 30px;
	max-width: 120px;
	overflow: hidden;
}
.mod-carousel-descr a { text-decoration: none; }
.mod-carousel-descr a:hover { text-decoration: underline; }
/*
* End overwrite
*/

/* global reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td  {margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;} :focus {outline:0;} body {line-height:1;color:black;background:white;} ol,ul {list-style:none;} table {border-collapse:separate; border-spacing:0;} caption,th,td {text-align:left;font-weight:normal;} blockquote:before,blockquote:after,q:before,q:after {content:"";} blockquote,q {quotes:"" "";}
/* global classes */
.f-left {float: left;} .f-right {float: right;} .clear {clear: both;} .hidden {display: none;} .relative { position: relative; } .align-center {text-align:center; }
/* start style */
body { 
	text-align: center; 
	background:#f4f4f4 url('../images/mainbg1.jpg') repeat-x;
}
/* fonts */
body,tr,th,td,input,select,textarea { font: normal 11px Verdana, sans-serif; }
select { padding: 2px; border: 1px solid #ccc; margin: 1px}
input {padding: 3px; border: 1px solid #ccc; margin: 3px 0;}
input:focus {border: 1px solid #999}
input[type=file] { border: 0; padding: 4px 2px;}
input[type=image] { border: 0; padding: 2px;}
textarea { padding: 2px; border: 1px solid #ccc; margin: 1px}

ol {	list-style-type: decimal;list-style-position: outside; margin: 0 0 0 25px;	}
em, i { font-style: italic; }
b, strong, .bold { font-weight: bold; }
h1,h2,h3 { font-weight: bold; color: #000; font-size: 12px; margin: 0 0 14px; }
.notransform { text-transform: none; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: none; color:#636363; }
hr {border-color:#d7dee4; }

.dialog-message-content {padding: 6px; margin-bottom: 20px; text-align: center; font-weight:bold;}
.dialog-headertext { margin: 2px; padding: 5px; margin-bottom: 15px; }
.search-form { border: 1px solid #e0e0e0; padding: 10px; }
.search-form td { padding: 2px; }
.search-result { line-height: 33px; font-size: 14px; }
.bg-highlight, 
.dialog-headertext { background-color: #f7f7f7; }
.mod-text-header { margin: 0 0 15px; }

.ErrorMessage { color: #ff1010; }
.Error { color: #ff4949; font-weight:bold; }
td.SubHeader { font-weight: bold; padding: 0 0 5px 0; }
td.SubHeaderGrey { font-weight: bold; padding: 5px 0; }

.TableHead td { font-weight: bold; padding: 0 0 5px 0; }

.horizontallist li { float: left; list-style: none;}
.imagelist li { padding: 0 23px 0 0; }
.imagelist .last { padding-right: 0; }
.last-in-row { margin-right: 0 !important; }
h1,.dialogheader { font-weight: bold; font-size: 13px; }
/*h4 {	background: #f1f1f1; height: 27px; font-weight: bold; padding: 0 5px; line-height: 27px; color: #000;	}*/
h4 img { vertical-align: middle; }

/*********** Layout ***********/

/* container */
.container {	
    position: relative; 
    width: 980px;
    margin: 0 auto; 
    text-align: left; 
}
/* headermenu */

.headermenu {
    background: url("../images/topheadmenubg1.jpg") no-repeat scroll 0 0 transparent;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    text-align:center;
}
.headermenu ul {
    float: left;
    font-size: 10px;
    line-height: 10px;
    margin: 7px 0 0 138px;
}
.headermenu ul li {
    float: left; border-left: 1px solid #e0e0e0; padding: 0 10px;
}
.headermenu ul li:first-child {
    border: 0;
}   
.headermenu ul li a {
	display: block;
	color: #666;
	text-decoration: none;
} 
.headermenu ul li a:hover {
	color: #0d4d8b;        
    text-decoration:underline;
}
/* header */

.header {
    height: 115px;
    position: relative;
    width: 100%;
}
.header h3 {
	font-weight:bold;
	color:black;
	font-size:12px;
}
/* logo */


.logo {
    left: 15px;
    position: absolute;
    top: 20px;
}
/* Uitklapmenu */


.categories {
	float: left;
	margin: 0 0 10px;
	width: 237px;
	border: 1px solid #DDDDDD;
	box-shadow: 0 0 6px #E7E7E7;
}

.topnavAdv {
background: none repeat scroll 0 0 #111110;
position: relative;
z-index: 999;
}

#adv_categories_top_container {

}

	ul.adv_categories_top {
		float: left;
		background:#EB6708;
		width:100%;
		position: relative;
	}


	ul.adv_categories_top li.homeIcon {
	    display: inline;
	    float: left;
	    height: 46px; 
	    line-height: 46px;
	    position: relative; 
	    width: 51px;  
	}
	 
	ul.adv_categories_top li.homeIcon a {
		padding: 16px 20px 17px;
		float: left;
	}

	ul li.saleIcon {
		background: #ec6708;
		position: absolute;
		right: 0;
		top: 0;
	}
	ul li.saleIcon a{
		padding: 0px 16px;
	}
	
	
#adv_categories_container {
}

	#adv_categories_container h2{
		padding: 10px 0 0 10px;
		font-size: 14px;
		color: #222;
		font-family: Century Gothic, Tahoma;
	}

	ul.adv_categories {
		padding: 0 0 0 10px;
	}

	ul.adv_categories li {
		clear: both;
	}
	
		ul.adv_categories li a {
			color: #222222;
			float: left;
			padding: 0 0 0 11px;
			text-decoration: none;
			width: 218px;
		}
		
		ul.adv_categories li a:hover {
			font-weight:bold;
			background:#eeeeee;

		}
		
		ul.adv_categories li.active_root a:hover {
			background: none;
		}
		
		ul.adv_categories li a.active_root {
			color: #ec6708;

		}

		
ul.adv_subcategories {
	margin: 5px 0;
}

	ul.adv_subcategories li {
	    float: left;
	    position: relative;
	}

		ul.adv_subcategories li a {
		    background: url("../images/topmenuBorder1.jpg") no-repeat scroll right 6px transparent;
		    color: #333333;
		    display: block;
		    font-weight: bold;
		    padding: 22px 9px 27px;
		    position: relative;
		    text-decoration: none;
		    text-transform: uppercase;
		    z-index: 999;
		    border:none;
		}
		
		.topmenu ul li.active_root, .topmenu ul li:hover, .active-cat {
		    border:1px solid #ddd;
		    border-bottom:0px;
		    box-shadow: 0 -6px 5px #EBEBEB;
		    
		    margin: 0 0 0 -2px;
		    z-index: 999;
		    position:relative;
		}
		ul.adv_subcategories li.active-cat a {
		     background:white;
		     color: #F39C2F;
		}
		.topmenu ul li.active_root a, .topmenu ul li:hover a {
		     background:white;
		     color: #F39C2F;
		}
		.foldoutmenu {
			z-index: 99;
		}
		li div.foldoutmenu {
		    background: none repeat scroll 0 0 white;
		    border: 1px solid #D9D9D7;
		    left: -1px;
		    position: absolute;
		    top: 60px;
		    width: 400px;
		    z-index: 99;
		}
		
		li div#foldoutmenu-winkel, li div#foldoutmenu-service {
		    background: none repeat scroll 0 0 white;
		    border: 1px solid #D9D9D7;
		    left: -1px;
		    position: absolute;
		    width: 220px;
		    z-index: 99;
		}
		li div#foldoutmenu-winkel #cats {
				border-right: none;
				float: left;
				margin: 10px 0;
				padding: 0 0 0 25px;
				width: 169px;
				z-index: 99999;
			}
		li div#foldoutmenu-service #cats {
			border-right: none;
			float: left;
			margin: 10px 0;
			padding: 0 0 0 25px;
			width: auto;
			z-index: 99999;
		}
		
			li div.foldoutmenu #cats {
				border-right: 1px solid #DDDDDD;
				float: left;
				margin: 20px 0;
				padding: 0 0 0 30px;
				width: 169px;
				z-index: 99999;
			}
			li div.foldoutmenu #brands {
				float: left;
				margin: 20px 0;
				padding: 0 0 0 30px;
				width: 169px;
				z-index: 99999;
			}
			li div.foldoutmenu #meestgekocht {
				border-left: 1px solid #DDDDDD;
				float: left;
				margin: 20px 0;
				padding: 0 0 0 30px;
				width: 169px;
				z-index: 99999;
			}


				li div.foldoutmenu h3 {
				font-size: 14px;
				font-weight: bold;
				line-height: 20px;
				margin: 0;
				padding: 0px 0px 5px 0px;
				text-transform: none;
				z-index: 99999;
				text-align: left;
				}
				
.topmenu li div.foldoutmenu ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
	z-index: 99999;
	float: left;
}
.topmenu li div.foldoutmenu ul li {
    background: white;
    border: medium none;
    float: left;
    height: auto;
    line-height: 25px;
    margin: 0;
    width: 169px;
    z-index: 99999;
}
.topmenu li div.foldoutmenu ul li:hover {
    background: none;
    border:none;
    box-shadow:none;
}
.topmenu li div.foldoutmenu ul li a {
    color: #000000;
    display: block;
    padding: 0;
    text-transform: none;
    z-index: 99999;
    font-weight:normal;
    float: left;
    background:white;
    border:none;
}
.topmenu li div.foldoutmenu ul li a:hover {
	border: none;
	color: #ec6708;
	background:white;
	box-shadow:none;
	padding:0px;
}
.topmenu li div.foldoutmenu ul li a.linkhighlight {
	color: #ec6708;
}

/* navbar */
.navbar {
    float: left;
    height: 73px;
    margin: -5px 0 15px;
    width: 100%;
}
	.navbar img {vertical-align: text-bottom;}
	.navbar, .navbar a {	color: #000;}

.topInfoblokWrapper {
    float: left;
    margin: 0 0 25px;
    width: 100%;
}
.topInfoblokWrapper ul li {
    color: #777777;
    float: left;
    font-size: 11px;
    line-height: 16px;
    margin: 0 45px 0 25px;
}
.topInfoblokWrapper ul li strong {
    color: #666666;
    font-size: 11px;
}
.topInfoblokWrapper ul li.verzenden {
    background: url("../images/infoicon1.png") no-repeat scroll 0 center transparent;
    padding: 0 0 0 50px;
}
.topInfoblokWrapper ul li.showroom {
    background: url("../images/infoicon2.png") no-repeat scroll 0 center transparent;
    padding: 0 0 0 45px;
}
.topInfoblokWrapper ul li.bestellen {
    background: url("../images/infoicon3.png") no-repeat scroll 0 center transparent;
    padding: 0 0 0 38px;
}
.topInfoblokWrapper ul li.contact {
    background: url("../images/infoicon4.png") no-repeat scroll 0 center transparent;
    padding: 0 0 0 35px;
}

.topInfoblokWrapper ul li.contact a{
    text-decoration:none;
	color: #777777;
}
.topInfoblokWrapper ul li a:hover {
	color: #F58020;
}

.basket {
    line-height: 15px;
    position: absolute;
    right: 0;
    top: 37px;
    width: 250px;
}
.basket a { text-decoration: none; }
.basket a.cart-items { display: block; vertical-align: top; color: #000;}
.basket a:hover.cart-items { text-decoration: none;}

.search {
    height: 70px;
    left: 405px;
    line-height: 17px;
    position: absolute;
    top: 40px;
    width: 315px;
}
.search img { float: left; margin-left: 5px;}
.search input { padding: 5px; border: 1px solid #ccc; color: #999; margin: 0; float: left; }
.search input:focus { color: #666; }

.search ul li {
	clear:both;
}

.search ul li img {
	margin:5px 10px 0px 0px;
}

.search ul li img, .search ul li a {
	float:left;
}

.searchwrap {
    background: url("../images/searchbg1.jpg") no-repeat scroll 0 0 transparent;
    height: 26px;
    margin: 0 ;
    padding: 3px;
    width: 190px;
}

.searchwrap a {
    display: block;
    float: right;
    height: 26px;
    width: 30px;
}

.searchwrap input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    width: 145px;
    color:#666;
}
.langselect { float: right; padding-right: 10px; }
.langselect img {margin: 3px 0 0 4px; border: 2px solid transparent}
.langselect .active_lang { border: 1px solid #999; padding: 1px; }

.main-wrapper {}

.main {
    clear: both;
    margin: 0px 0 0;
}

.breadcrumbs {
    background: url("../images/subdialogBg1.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #DDDDDD;
    font-size: 11px;
    padding: 10px 14px;
    text-transform: uppercase;
}
.breadcrumbs a { color: #666; }  

/* columns */

.leftcol {
    float: left;
    width: 236px;
}
.leftcol a, .rightcol a {	text-decoration: none;}
.leftcol a:hover, .rightcol a:hover {	text-decoration: underline;}

.rightcol {	float: right; width: 150px; }

/* dialogs */

.menublock {
    border: 1px solid #E0E0E0;
    box-shadow: 0 0 6px #E7E7E7;
    line-height: 16px;
    margin: 0 0 10px;
}
.menublock h4 {
    background: url("../images/subdialogBg1.jpg") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #E0E0E0;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    text-transform: uppercase;
}

.contentblock {	line-height: 16px; border-top: none; margin-bottom: 10px; }




h1, .dialogheader {
    background: url("../images/maindialogBg1.png") no-repeat scroll 0 6px transparent;
    color: #333333;
    font-size: 12px;
    margin: 0 0 6px;
    padding: 25px 0 14px 67px;
    text-transform: uppercase;
}

.menucontent { padding: 5px 5px 10px 5px; }
.menucontent ul { list-style: square outside; margin: 0 0 0 14px;	}
.menucontent ul li {/*padding-left: 5px;*/	}
    
.maincontent {
    float: right;
    margin: 0 0 20px 10px;
    width: 730px;
}
.maincontent-flc {
    margin: 0 auto;
    width: 980px;
}

.featwrapper {
	position:relative;
}

.featwrapper .content {
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 6px #E7E7E7;
    padding: 10px 0;
}

.actiesOverzichtLink, .actiesOverzichtLink a {
    color: #FF9C2F;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    text-align: right;
    text-transform: uppercase;
    top: 10px;
    width: 200px;
}
.menublock-categories .menucontent {
    background: none repeat scroll 0 0 white;
    float: left;
    padding: 0;
}

.content {
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 6px #E7E7E7;
    padding: 10px;
}

.welcomeBlokwrapper {
    background: url("../images/welkomblok1.png") no-repeat scroll 1px bottom transparent;
    float: left;
    height: 271px;
    margin: 0 0 0 -7px;
    width: 741px;
}

.welcomeBlokwrapper .contentblock {
    border-top: medium none;
    height: 270px;
    line-height: 16px;
    margin: 0 0 0 12px;
    width: 344px;
}

.welcomeBlokwrapper .content {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 6px #E7E7E7;
    float: left;
    height: 175px;
    margin: 12px 0 0 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 341px;
}

.welcomeBlokwrapper .content h4, .welcomeBlokwrapper .content h4 a {
    background: url("../images/welcombloktitelbg1.png") repeat scroll 0 0 transparent;
    bottom: 0;
    color: white;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 321px;
}
.welcomeNewsWrapper {
    color: #666666;
    width: 238px;
}
.welcomeNewsWrapper .content {
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 6px #E7E7E7;
    padding: 15px;
}
.searchfieldwrapper {
    background: url("../images/searchbg2.jpg") no-repeat scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    float: left;
    margin: 17px 0 12px;
    padding: 0 0 21px;
    width: 210px;
}
.searchfieldwrapper input {
    border: medium none;
    color: #666666;
    float: left;
    margin: 4px 0 0 5px;
    width: 163px;
}
.searchfieldwrapper a.adv_button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #444444;
    float: right;
    font-size: 10px;
    font-weight: bold;
    height: 30px;
    line-height: 34px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 35px;
}

.volgWrapper {
    float: left;
    height: 30px;
    margin: 4px 0 0;
}
.volgWrapper img {
    margin: 0 0 -11px 3px;
}
.newstekst {
    float: left;
    line-height: 18px;
}
/* static pages */

#static-page { }
#static-page .content ul {list-style: disc outside; margin: 10px 0 10px 25px;	}
#static-page .content ol {list-style: decimal outside; margin: 10px 0 10px 25px;}
#static-page .content a { color: #f39c2f; }
#static-page .content a:hover { text-decoration: underline; }

#login input.logintextfield {	width: 145px; margin-bottom: 5px;}
.login-field { width: 75px;}

/* help menu */

ul.help-list li { list-style: square outside; margin: 0 0 6px 14px;	}

/* footer */

.footer {
    background: url("../images/footerbg1.jpg") repeat-x scroll 0 0 transparent;
    height: 235px;
    margin: 10px 0 0;
    color:#999999;
}
.footer a{
    color:#999999;
    font-size:11px;
}

.footer-column {
    float: left;
    height: 165px;
    line-height: 18px;
    margin: 20px 0;
    width: 195px;
}
.footer-column ul li img {vertical-align:middle; padding-right: 5px;}

.footer input { color: #666 }

.footer-column b {
    color: black;
    float: left;
    margin: 0 0 7px;
    text-transform: uppercase;
    width: 100%;
}
.news-subscribe {  }     
    
.footermenu {	
    position: relative; 
    width: 980px;
    margin: 0 auto; 
    text-align: left; 
}
.footer ul li a {text-decoration: none;	}
.footer ul li a:hover {	text-decoration: underline;}

.subfooter {
    font-size: 10px;
    line-height: 7px;
    margin: 3px auto 0;
    position: relative;
    text-align: left;
    width: 980px;
}

.subfooter ul li {float:left; padding: 0px 10px; border-right: 1px solid #e0e0e0;}
.subfooter ul li:first-child { padding-left: 0}
.subfooter ul li:last-child { padding-right: 0; border-right: 0;}
.subfooter .subfooter-links { float: left;}
.subfooter .copyright { float: right;}
		
/*********** Productlist ***********/

/*.searchresult-page-nav td, 
.searchresult-sort-nav
{ 
	padding: 3px 5px 0 0; 
}
/*
.NavigationCell { padding: 0px 3px;}
.NavigationCellSel { padding: 0px 3px; font-weight: bold;}
*/
/*
.SearchSortCell { padding: 0 0 0 5px;}
.SearchSortLink { padding: 0 0 0 10px;}
*/

.searchresult-navigation-bottom {
    background: url("../images/productnavbotNg1.jpg") repeat-x scroll 0 0 transparent;
    bottom: -10px;
    left: -10px;
    line-height: 17px;
    padding: 25px 0 10px 8px;
    position: relative;
    width: 720px;
}
.searchresult-navigation-top {
    line-height: 17px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.searchresult-sort-nav td {
    padding: 4px 2px;
    text-transform: uppercase;
}

.searchresult-sort-nav td {
    padding: 4px 0 4px 9px;
    text-transform: uppercase;
}
.searchresult-sort-nav td a { text-decoration: none; }
.searchresult-sort-nav td a b{ color:#ff9024;}
.searchresult-sort-nav td a:hover  { color: #ff9024; text-decoration: none; }

.page-nav-container { display: inline-block; }

.page-nav a {
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0 1px;
    padding: 2px 7px;
    text-decoration: none;
}

.page-nav a img {
    margin: 0 0 -1px;
}
.page-nav a:hover  { color: #ff9024; text-decoration: none }
.page-nav .page-active {
    background: none repeat scroll 0 0 #ff9024;
    border: 1px solid black;
    color: white;
    float: left;
    font-weight: bold;
    margin: 0 3px;
    padding: 2px 7px;
    text-decoration: none;
}
.page-nav .nav-last { border-right: 0px; }
.page-nav a.per-page {border:0;} 

/*unused?
.productlist-nav { height: 26px; }
.productlist-page {	margin: 0 auto;	text-align: center;}
*/


.content ul.productlist {	clear: both; list-style: none; margin: 0; padding: 0;}

ul.productlist li {
    border-left: 1px solid #DDDDDD;
    float: left;
    height: 230px;
    margin: 0 0 20px;
    padding: 0 10px;
    text-align: center;
    width: 215px;
}
.recomWrapper ul.productlist li {
    border-left: 1px solid #DDDDDD;
    float: left;
    margin: 0 0 0px;
    padding: 10px;
    text-align: center;
    width: 212px;
    height: 230px;
}

ul.featlist li {
    border-left: 1px solid #DDDDDD;
    float: left;
    height: 230px;
    margin: 0;
    padding: 0 20px 5px;
    text-align: center;
    width: 198px;
}
ul.featlist li:first-child {
    border-left: none;
}
ul.productlist li.productlist-first-in-row {
    border-left: none;
}
ul.productlist li.productlist-first-in-row { clear: both; }
ul.productlist li.productlist-last-in-row { margin-right: 0; }

.productlist h2 {
    color: black;
    font-weight: normal;
    height: 35px;
    margin: 5px 0;
    text-align: left;
    text-transform: uppercase;
}
.productlist h2 a { text-decoration: none;font-size: 11px;}
.productlist h2 a:hover { text-decoration: underline}

.productlist-page h2 {
    font-weight: normal;
    height: 31px;
    text-align: left;
}

.listOuterwrapper {
	position:relative;
}
.productlist-thumb {
    height: 155px;
    margin: 0 auto 5px;
    overflow: hidden;
    position: relative;
    width: 212px;
}

.productlist-thumb img{
    max-height: 155px;
    max-width: 212px;
    width:auto;
    height:auto;
}
/*.productlist-taxedprice { margin: 10px 0; }*/

.productlist-prices {
    color: #666666;
    float: right;
    font-weight: bold;
    height: 29px;
    text-align: right;
    width: 100px;
}
.productlist-listprice { text-decoration: line-through;}
.productlist-price {	font-weight: bold; color:#ff9c2f; }

.productlist-details {
    float: left;
    margin: 2px 0 0;
}
/* unused??
.productlist-resultpages {float: left;margin-bottom: 10px;}
.productlist-resultpages ul li {float: left;padding: 0 5px;	margin-right: 3px;border: 1px solid #e0e0e0;}
.productlist-resultpages ul li.descr {border: none;}
.productlist-resultpages ul li.act {font-weight: bold;background-color: #e0e0e0;}
.productlist-orderby {float: right;}
.productlist-orderby ul li {float: left;padding: 0 5px;	margin-right: 3px;}
.productlist-orderby ul li.act {font-weight: bold;}
*/

/*********** End: Productlist ***********/

/*********** Productlijst 1 on row ***********/
/*reset li*/
ul.productlist li.full-width { clear: both; width: auto; float: none; text-align: left; border: none; padding: 0; margin: 0; display: block;}
ul.productlist li.full-width h2 { height: auto; }
ul.productlist li.full-width { margin: 0 0 10px; padding: 0 0 10px 0; border-bottom: 1px solid #e0e0e0; }
li.full-width .productlist-thumb { position: relative; width: 150px; height: auto; float: left; margin: 0 10px 0 0;}
li.full-width .productlist-info { float: left; width: 635px;}
li.full-width .productlist-descr { margin: 10px 0;}
li.full-width .productlist-thumb img {	width: 150px; height: auto; }
li.full-width .productlist-listprice { text-decoration: line-through;}
li.full-width .productlist-price { font-weight: bold; font-size: 12px; }
li.full-width .productlist-details { display: block; clear: left; margin: 0 0 10px; }

/*********** End: Productlijst 1 on row ***********/

/*********** Productdetail ***********/

.proddetailWrapper .content {
	margin-bottom:15px;
}
#productdetail {	position: relative;}
#productdetail h2 { margin: 20px 0;font-weight: bold;font-size: 12px;}
#productdetail ul {list-style: square inside;}

#productdetail-leftcol {
    float: left;
    width: 340px;
}

#productdetail-rightcol {
    float: right;
    width: 350px;
}

.productdetailtitel {
    color: #FF9C2F;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 15px;
    text-transform: uppercase;
}

.manufactorers_logo {
	margin:10px 0px;
}

.productdetail-thumb {
    margin: 0 0 10px;
    position: relative;
    text-align: center;
    width: 340px;
}
.productdetail-thumb img { max-width: 340px; height: auto; }
.productdetail-thumb .MagicToolboxContainer img { max-width: none; }

.saleIcon {
	position:absolute;
	left:0px;
	top:0px;
	z-index:20;
}
.detailed_images a { text-decoration: none;}
ul#det-images {clear: both;list-style: none; margin: 0; padding: 0; }
ul#det-images li {float: left; padding: 3px;}

#product-info {
    color: #3C3C3C;
    float: left;
    font-size: 11px;
    line-height: 16px;
}
#product-info li { margin-left: 14px;}


#product-options-details {
    float: left;
    position: relative;
    width: 100%;
}
.detailIconsWrapper {
	width:100%; 
	float:left; 
	position:relative;
	margin:0px 0px 10px 0px;
}
.detailPayicons {
	position:absolute;
	right:0px;
	bottom:0px;
}

.vinkWrapper {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #DDDDDD;
    margin: 0 0 15px;
    padding: 5px 10px;
}

.vinkWrapper ul li {
    background: url("../images/detailVink1.png") no-repeat scroll 0 5px transparent;
    color: black;
    line-height: 22px;
    list-style: none outside none;
    padding: 0 0 0 25px;
}
.productdetail-table { }
.productdetail-table td {	vertical-align: middle; padding: 0 3px 3px 0; color: #444; }

.productdetail-lbl {	font-weight: bold;font-size: 14px;}
#product_price {
    color: #ff9c2f;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

table.wholesale {	border-collapse: collapse; border:2px solid#e0e0e0;}
.wholesale td {	border: 1px dashed #e0e0e0; padding: 5px;}
.wholesale td.wholesale-prices { background: #f7f7f7;}
.wholesale-tax-note td {font-size: 10px; padding: 5px;}

#add_to_cart_button {
    float: right;
    margin: 4px 0 0;
    text-align: right;
}
#add_to_cart_button a.adv_button {
    background: url("../images/butBtn1.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #444444;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 50px;
    line-height: 34px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 135px;
}

.mainexitWrapper {
    float: left;
    margin: 15px 0 0;
    width: 340px;
}
.add-to-cart {
    margin: 0 15px 0 0;
    width: 80px;
}
.add-to-cart tr td {
    color: black;
    font-weight: bold;
    padding: 0 0 5px;
    text-transform: uppercase;
}
.add-to-cart tr td select {
    padding: 5px;
    width: 80px;
}
.add-to-cart td.quantity { width: 20%;}

.pricetitels {
    color: black;
    font-weight: bold;
    margin: 0 0 5px;
    text-transform: uppercase;
}


.discountWrapper {
    float: left;

}
.product-listprice {
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    position: relative;
    width: 76px;
}
.product-listprice .crossing {
    background: url("../images/crossing.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 22px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: -3px;
    width: 85px;
    z-index: 2;
}
.product-listprice .actualListprice {
    position: absolute;
    z-index: 1;
}
.cartBtnWrapp {
	float:right;
}

.product-fulldescr {	clear: both;}

td.productdetail-field { padding-right: 10px;}
.productdetail-lbl {	font-weight: bold;font-size: 14px;}

.product-listprice {	text-decoration: line-through;}

table.wholesale {	border-collapse: collapse; border:2px solid#e0e0e0;}
.wholesale td {	border: 1px dashed #e0e0e0; padding: 5px;}
.wholesale td.wholesale-prices { background: #f7f7f7;}
.wholesale-tax-note td {font-size: 10px; padding: 5px;}

.product-fulldescr {	clear: both;}

td.productdetail-field { padding-right: 10px;}

.socialWrapper {
	margin:10px 0px;
}
/* unused??
.discount-img {	position: absolute;	top: 0;	right: 0;	margin-top: 5px;	margin-right: 5px;	width: 57px;	height: 57px;	background: transparent url(../../images/save_money.gif) no-repeat;}
.discount-img div {	position: relative;	padding: 25px 0 0 13px;	color: #fff;font-weight: bold;}
.product-buy {float: right;}
.product-buy input {background-color: #ff8f00;color: #fff;	font-weight: bold;	width: 100px;height: 30px;}
*/

/*********** Menu addons ***********/

/*********** End: Menu addons ***********/

/*********** Cart ***********/
.cart-items-wrapper { margin-bottom: 10px; }
.cart-items-wrapper th {text-transform:uppercase; font-weight: bold; padding-bottom: 5px;}
.cart-items-wrapper td {vertical-align: middle;}
.cart-items-wrapper td.td-center {text-align:center}
.cart-items-wrapper th.th-center {text-align:center}
.cart-items-wrapper td.td-right {text-align:right}
.cart-items-wrapper th.th-right {text-align:right}
.cart-item  {position: relative; clear: both;padding: 10px 0;border-bottom: 1px solid #e0e0e0;}
.cart-thumb {	
	width: 50px;
	/*height: 100px;
	overflow: hidden;*/
	/*border: 1px solid #e0e0e0;*/
}
.cart-thumb img {width: 50px; height: auto; margin: 5px 20px 5px 0;}
.cart-product-info { }
.cart-quantity {width: 200px; padding-right: 50px;}
.cart-product-price {width: 80px;}
.cart-product-add {width: 180px}
.cart-remove { width: 85px;}
.cart-buttons { float: right; margin-top: 10px; text-align: right; margin-top: 10px; }

.cart-coupon { border: 1px solid #e0e0e0; background: #f7f7f7; padding: 10px; width: 300px;}
.cart-coupon form { margin-top: 10px;}
.cart-coupon .content, .cart-coupon .contentblock {padding:0; margin:0;}

.cart-totals-wrapper { float:left; border: 1px solid #e0e0e0; border-left:0; border-right:0; width: 958px; margin-bottom: 20px; padding: 15px 0;}
.cart-totals { text-align: right; }
.tbl-cart-totals { float: right; }
.tbl-cart-totals td { line-height: 20px; }
.tbl-cart-totals-methods td {padding: 0 5px 5px 0; vertical-align: top;}
.tbl-cart-totals-methods {padding-bottom: 5px;}
.totals-line-seperator { border-bottom: 1px solid #666; padding: 4px 0}
td.tbl-label { padding: 0 2px 0 0; vertical-align: middle;}
td.tbl-value {text-align: right; padding: 0 0 0 5px;}
.totals-label, .totals-value { font-weight: bold; font-size: 15px; }
td.totals-label, td.totals-value { line-height: 36px; }
/*********** End: Cart ***********/

/*********** Checkout ***********/

.payment-methods td {padding: 0 15px 10px 0;}

/*********** End: Checkout ***********/

/* Minicart */
hr.minicart {
  border: 0 none;
  border-bottom: 1px solid #d7dee4;
  padding: 0;
  height: 0;
}

/* Orders history */
.orders-history td { padding: 8px; border-bottom: 1px solid #e0e0e0; }
.orders-history th { padding: 9px 7px; font-weight: bold; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; background: #f7f7f7; width: 25%;}
.orders-history .align-right { text-align: right; }

.order-info td { padding: 5px; }
.order-info td.order-info-total { font-weight: bold; font-size: 12px; }
.order-info td.table-no-padding { padding: 0; }

/* My account box */
.accountbox { width: 33%; margin-right: 2px; float: left; }
.accountbox-last { margin: 0; float: right; }
.accountbox h3 { padding: 0px 0 5px 0; border-bottom: 1px solid #e0e0e0; margin-bottom: 10px; width: 90%;}

/* subtitles */
.subtitle { padding: 5px 0 3px 0; font-weight: bold; border-bottom: 1px solid #ccc; font-size: 13px; }

/*********** Buttons ***********/
.adv_button { margin: 0 0 0 1px; }
a.adv_button {
	background: #d0d0d0 url('../images/button_bg.png') repeat-x;
	color: #444;
    font-size: 10px;
	padding: 4px 6px;
	border: 1px solid #999;
	text-decoration: none;
	font-weight: bold;
	line-height: 34px;
    text-transform: uppercase;
}
a.adv_button:hover { text-decoration: none; color: #111; }
.cart-item a.adv_button {
    padding: 2px 5px;
    line-height: 20px;
    background: #fff none;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #0d5daa;
	color: #000;
}
.cart-item a.adv_button:hover {}
.big-button .adv_button { padding: 8px 12px; font-size: 11px; color: #fff; margin:0; text-transform: uppercase; background: #f39c2f; border:none;}
.big-button .adv_button:hover, a.buynow-button:hover { color: #ededed;}

a.buynow-button { background: #f39c2f url('../images/bigbutton_bg.png') repeat-x; border: 1px solid #444; color: #fff;}

/*********** End: buttons ***********/

.leftcol ul li, .rightcol ul li {	line-height: 20px; }

/* categories */

.categories .menucontent ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 9px;
    width: 236px;
}
.categories .menucontent ul li { margin: 0;line-height:22px; float:left;}
.categories .menucontent ul li:last-child { margin: 0;line-height:22px; border-bottom: 0}


.categories .menucontent ul li a {
    background: url("../images/leftcatBg1.jpg") no-repeat scroll center top transparent;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 17px 3px 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    float:left;
}
.categories .menucontent ul li:first-child a {
    background: none;
    padding: 10px 3px 0 15px;
}

.categories .menucontent ul li ul li:first-child a {
    background: none;
    padding: 0px 3px 0 10px;
}
.categories .menucontent ul li a:hover { color: #F39C2F;}


.categories .menucontent ul li a.active-cat, .categories .menucontent ul li a.active_root, .active_subsub, .active_sub {
    border: medium none;
    box-shadow: none;
    color: #F39C2F;
    margin: 0;
    z-index:1;
}
.categories .menucontent ul li ul {
    border-left: 1px solid #F39C2F;
    box-shadow: none;
    float: left;
    margin: 5px 0 5px 16px;
    z-index:1;
}
.categories .menucontent ul li ul li { border: 0; margin: 0;}
.categories .menucontent ul li ul li a { background: none; display: block; padding: 0!important; padding-left: 10px!important; margin: 0; font-weight:normal;}


/* Subcategories page */
/* Subcategories page */

.subWrapper {
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 6px #E7E7E7;
    margin: 0 0 15px;
}

.subcatlistWrapper {
    background: url("../images/subcatBg1.jpg") repeat-x scroll 0 bottom transparent;
    float: left;
    padding: 0 10px 10px;
    width: 708px;
}
.subcatlistWrapper ul{
    float: left;
    width: 720px;
}
.subcategorylist li {
    float: left;
    height: 155px;
    padding: 15px 8px 0 3px;
    text-align: center;
}
.subcategorylist li .subcatlist-thumb{
	border:1px solid #ddd;
	float:left;
	padding:0px;
	width:105px;
	height:105px;
	background:white;
}
.subcategorylist li .subcatlist-thumb:hover{
	border:1px solid #f39c2f;
}
.subcategorylist li .subcatlist-thumb a img{
	max-width:105px;
	max-height:105px;
	height:auto;
	width:auto;
}
.subcategorylist li h2{
	float:left;
	width:105px;
	text-align:center;
	padding:5px 0px 0px 0px;
}
.subcategorylist li h2 a{
	font-weight:normal;
	color:#222222;
	text-decoration:none;
}

.maincat-descr {
    line-height: 17px;
    padding: 10px;
}
.maincat-descr .descrTitel {
    color: #00355F;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 4px;
    text-transform: uppercase;
}

/* forms */
	.formtable { width: 100%;}
	.formtable-auto{ width: auto;}
	/*.formtable td { padding: 3px 0; }*/
	.formtable td { padding: 3px 5px 3px 0; text-align: left; }
	.formtable .RegSectionTitle { padding: 15px 0 0 0; font-weight: bold; }

	/*.FormButton { padding: 10px 10px 0 0; font-weight: bold;}*/
	.FormButton { /*font-weight: bold;*/ vertical-align: middle; }
	.Star, .star { color: #ff0000; padding: 0 4px;display:inline-block; }

	/* contactform */
	.contactform {  float: left; padding: 0; width: 410px; }
	.contact-info { float: left; line-height: 20px; padding: 0 0 0 20px; width: 265px; border-left: 1px solid #d7dee4; }
	.contact-map { margin-top: 10px; }

	/* register form */
    .register-box {border: 1px solid #e0e0e0; padding: 15px; margin-bottom: 15px;}
    .register-box table {width: 100%;}   
    .register-box .register-field {width: 25%; height: 18px;}
    .register-box .register-value {width: 73%;}
    .register-box .register-address {width: 450px;}
    .register-box .register-address td {padding-right: 2px;}               
    .register-box .star { }    
    .register-box .register-newslists td {padding: 4px;}
    .register-box .register-newslists .newslists-checkbox {width: 1%;}                              
    .register-box .subtitle { padding: 0 0 7px 0; margin-bottom: 12px; font-weight: bold; border-bottom: 1px solid #e0e0e0; font-size: 11px; }  

/* end: forms */

/* modules */
/* products in menu -- */
.menucontent ul.menuproducts, .menucontent ol.menuproducts  { list-style: none; margin: 0 10px; }
.menuproducts li { list-style-type: none; border-bottom: 1px solid #e0e0e0;}
li.menuproducts-with-img { padding: 10px 0; }
li.menuproducts-with-img img { width: 115px; height: auto; }
.menuproducts-content {}
/*-- end: products in menu */


/* small products horizontal list */
.mod-products-horizontal { list-style-type: none; }
.mod-products-horizontal li { float: left; margin: 0 32px 0 0; width: 100px;}
.mod-products-thumb { position: relative; width: 100px; height: 150px; overflow: hidden; }
.mod-products-thumb img { max-width: 100px; position: absolute; bottom: 0;} /* display width given if set in module settings */
.mod-products-name { min-height: 60px; }
.mod-products-name a { text-decoration: none; }
.mod-products-name a:hover { text-decoration: underline; }
/*-- end: small products horizontal list */


/* Manufacturer-- */
.manufacturerdetail { margin-bottom: 10px; padding-bottom: 15px; border-bottom: 1px solid #e0e0e0; }
.manufacturer-thumb-fullwidth { width: 100%; clear: both; }
.manufacturer-descr-fullwidth { width: 100%; clear: both; }
.manufacturer-thumb { float: left; padding-bottom: 10px;}
.manufacturer-descr { float: left;}
	/* unused?
	li.man-with-img { margin-bottom: 15px; }
	li.man-with-img .man-content { }
	*/

.manufacturers-list-col { float: left; }
.manufacturers-list	li { font-size: 14px; text-transform: uppercase; line-height: 24px; }
.manufacturers-list	li a { text-decoration: none; }
.manufacturers-list	li a:hover { text-decoration: underline; }
	
	
/*-- end Manufacturer */

/* Product Bundle Module styles */
.product-bundle { margin-top: 15px;}
.product-bundle li { list-style: none; clear: both;}
.product-bundle-thumb {float: left; padding: 0 10px 15px 0}
.product-bundle-title {float: left;	margin-top: 5px;}
.product-bundle-title a {font-weight: bold;text-decoration: none;}
.product-bundle-title a:hover h3{text-decoration: underline;}
.product-bundle-options {margin-bottom: 5px;}
.product-bundle-options h4 {	text-transform: uppercase; margin-bottom: 3px; border-bottom: 1px solid #e0e0e0; }
/* End: Product Bundle Module styles */

/* Social Bookmarking module */
.social-bookmarks { text-align: right; padding:10px; }
/* End: Social Bookmarking module */

/* Customer reviews module */
.review-stars {color: #767676;}
/* End: Customer reviews filter module */

/* RMA module */
.orders-return-products td { padding: 8px; border-bottom: 1px solid #e0e0e0; }
.orders-return-products th { padding: 9px 7px; font-weight: bold; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; background: #f7f7f7;}
.orders-return td { padding: 8px; vertical-align:middle; }
.rma-options table td { border: 0; padding: 0px;}
/* End: RMA module */

/* Guestbook module */
table.guestbook { width: 100%; }
.guestbook .gb-message { padding: 3px 0px 10px 3px;}
.guestbook .gb-all {padding-top: 10px; border-top: 1px solid #e0e0e0; text-align: center;}
.guestbook .gb-all a {color: #666;}
/* End guestbook module */

/* News Management module */
table.news { width: 100%; }
.news .news-message { padding: 3px 0px 10px 3px;}
.news .news-all {padding-top: 10px; border-top: 1px solid #e0e0e0; text-align: center;}
.news .news-all a {color: #666;}
/* End News Management module */

/* Tag Cloud module */

.tagcloud {	text-align: justify; border: 1px solid #e0e0e0; padding: 6px 10px;}
.tagcloud a { color: #333;}
.cloud_1 { font-size: 22px; line-height: 28px; }
.cloud_2 { font-size: 20px; line-height: 24px; }
.cloud_3 { font-size: 28px; line-height: 22px; }
.cloud_4 { font-size: 16px; line-height: 20px; }
.cloud_5 { font-size: 14px; line-height: 18px; }
.cloud_6 { font-size: 12px; line-height: 16px; }

.cattag-page { width: 656px; margin: 0 auto; text-align: center; }
ul.cattag-list { clear: both; list-style: none; margin: 0; padding: 0; }
ul.cattag-list li { border: 1px solid #e0e0e0; float: left; display: inline; width: 186px; margin: 0 10px 10px 0; padding-left: 0; text-align: center; }
ul.cattag-list li.productlist-first-in-row { clear: both; }
ul.cattag-list li.productlist-last-in-row { margin-right: 0; }
ol#tag_manufacturers { list-style-type: none; margin-left: 0; padding-left: 0; }
ol#tag_sp{ list-style-type: none; margin-left: 0; padding-left: 0; }

li.sp-content { }
.see-more-url{ }

/* end Tag Cloud module */

/* Facebook Comments Box module */
.fb-comments {margin-top: 20px;}
/* end Facebook Comments Box module */

/* Newest products module */

.productlist-newicon, .productlist-saleicon { position:absolute; top: 0; left: 0; }
.productlist-newicon {z-index:12;}
.productlist-saleicon { z-index:10; }
.productlist-newicon img{ width: auto; height: auto; }
li.full-width .productlist-newicon { position:absolute; top: 0; left: 0; }
li.full-width .productlist-newicon img{ width: auto; height: auto; }

/* end Newest products module */

/* Special offers module */

.productlist-offericon { position:absolute; top: 0; left: 0; }
.productlist-offericon img{ width: auto; height: auto; }
li.full-width .productlist-offericon { position:absolute; top: 0; left: 0; }
li.full-width .productlist-offericon img{ width: auto; height: auto; }

/* end Special offers module */

div#sitemap ul { list-style: none;  margin: 0 0 10px 10px; }

.KlarnaMonthCost { color: #f00; font-weight: bold; font-size: 10px;}

/* fast lane checkout / snelle kassa */
.flc-checkout-progress { margin: 0 0 15px 0; }
h1.flcheader { margin: 10px 0; }
/*.FLCDialogCell { width: 50%; } unused?*/
.contentblock-flc{ width: 330px; margin-top: 15px; }
/*
.contentblock-flc h1 { background: #f1f1f1; margin-bottom: 0;}
.contentblock-flc .content { height: 150px; }
*/

.contentblock-flc-login { float: left; margin-right: 15px; border-right: 1px solid #d7dee4;} 
.contentblock-flc-newaccount { float: right; } 


.flc-step-bar { width: 100%; border: 1px solid #999; height: 15px; }
.flc-step-bar td { padding: 2px 10px; background: #f7f7f7;}
.flc-step-bar .flc-stepdone { background: #f39c2f;}
.flc-step-bar .flc-stepactive { background: #e0e0e0;}

.flc-step-text { width: 100%; height: 20px; text-transform: uppercase;}
.flc-step-text td { padding: 5px 10px; text-align: center;}
.flc-step-text .flc-stepdone a { font-weight: bold; text-decoration: none; }
.flc-step-text .flc-stepactive { font-weight: bold; }

.flc-methodbox { }
.flc-methods { width: 400px;}
.flc-methods td { padding: 10px 4px; border-bottom: 1px dotted #e0e0e0; vertical-align:middle;}
.flc-nextbutton { text-align: right; }


.checkout-accountbox {
    float: left;
    margin-right: 2px;
    width: 325px;
}
.checkout-accountbox-last { margin: 0; float: right; }

.cart-subtotal { text-align: right; border: 1px solid #e0e0e0; border-left:0; border-right:0; padding: 10px; }
.cart-subtotal table { float: right; margin-right: 110px;}
.cart-subtotal table td { vertical-align: top; }
.cart-subtotal .FormButton { font-weight: bold; }
.cart-subtotal .subtotal { font-weight: bold; font-size: 15px; line-height: 36px;}
.cart-subtotal .discounted-subtotal { line-height: 26px;}

#fast_lane_buttons { float: right; margin-bottom: 10px;}
.fast_lane_back { background-color: #fff;}
.fast_lane_back:hover {}

/* end: fast lane checkout / snelle kassa */

/* gift certificates / kadobonnen */
	/*
	.gc-leftcol { float: left; width: 375px; }
	.gc-rightcol { float: left; width: 355px; }
	*/
	.mod-leftcol {
	    float: left;
	    padding: 0 35px 0 0;
	    width: 45%;
	}
	.mod-rightcol { float: left; line-height: 20px; padding: 0 0 0 20px; width: 45%; }

	.mod-border-right { border-right: 1px solid #d7dee4; margin-right: -1px;}
	.mod-border-left { border-left: 1px solid #d7dee4; margin-left: -1px;}
	
	.gc-checkexist { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #d7dee4; }
	.mod-seperator { margin-top: 15px; padding-top: 15px; border-top: 1px solid #d7dee4; }

/* end: modules */
.terms-conditions-note { margin: 10px 0; text-align: center; }
.checkout-notes { text-align: left; padding: 0 10px; line-height: 20px;}
.checkout-notes-textarea { width: 100%; } 
.checkout-submit { text-align: center; }

.cart-details-table { width: 100%; padding: 10px;}
.cart-details-table .TableHead { text-transform:uppercase;}
.cart-details-table td, .cart-details-table th { padding: 8px 5px; }

/* Jcarousel */

.manufFrontWrapper {
    float: left;
    margin: 0;
    padding: 5px 0 0;
}

.manufLeftWrapper {
    float: left;
    left: 0;
    margin: 20px 0 0;
    width: 237px;
}
.manuSlider {
    float: left;
    height: 110px;
    left: 0;
    margin: 0;
    width: 1000px;
}

.manufLeftWrapper .manuSlider {
    float: left;
    height: 380px;
    left: 0;
    margin: 0;
    width: 214px;
}
#mycarousel {
	margin:0px 0px 0px 0px!important;
}
.manuSlider .jcarousel-skin-tango .jcarousel-container-horizontal {
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 3px #DDDDDD;
    height: 110px !important;
    padding: 0 30px;
    width: 918px;
}
.manuSlider .jcarousel-skin-tango .jcarousel-item {
    background: url("../images/menuslideItemBg1.png") no-repeat scroll -5px 0 transparent;
    height: 80px;
    padding: 0px;
    width: 162px !important;
}

.welcomeslideWrap {
    display: table-cell;
    height: 80px;
    position: relative;
    vertical-align: middle;
    width: 158px;
}
.manuSlider .jcarousel-skin-tango .jcarousel-item a {
    display: inline-block;
    vertical-align: middle;
}
.manuSlider .jcarousel-skin-tango .jcarousel-item a img{
    max-height: 75px;
    max-width: 160px;
    height:auto;
    width:auto;
}

/**
 *  Horizontal Buttons
 */
 
.manuSlider .jcarousel-skin-tango .jcarousel-next-horizontal {
    background: url("../images/prev-horizontal.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 85px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 26px;
}

.manuSlider .jcarousel-skin-tango .jcarousel-prev-horizontal {
    background: url("../images/next-horizontal.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 85px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 27px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    background: url("../images/carouselRbtn1.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 70px;
    position: absolute;
    right: -4px;
    top: 90px;
    width: 38px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    background: url("../images/carouselLbtn1.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 70px;
    left: -3px;
    position: absolute;
    top: 90px;
    width: 38px;
}


/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 65px;
    width: 80px;
    height: 23px;
    cursor: pointer;
    background: transparent url(../images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    background: url("../images/prev-vertical.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 23px;
    left: 65px;
    position: absolute;
    top: 5px;
    width: 80px;
}