
/* --------------------- page containers ------------------- */

#outer { /* contains all content */
	/* position: relative; */
	width: 100%;
	height: 100%;
	padding: 0;
}

#container { /* div id : contained in 'outer' : holds the total website page */
	position: relative; /* this way, the footer (which is contained in this div) can be positioned absolute by scripting */

	width: 863px;
	padding: 0;
	margin: 0 auto; /* centered */
	background-color: #FFFFFF;
	text-align: left; /* otherwise all contained text is center aligned due to the 'outer' align=center attribute */
}


/* --------------------- general ------------------- */

html {
	height: 100%; /* [A] : try to enable / disable this property combined with enabling / disabling [B] : IE and FF */
	padding: 0; /* maybe browsers do not have a 0 px default padding */
	margin: 0; /* maybe browsers do not have a 0 px default margin */
}

body {
	width: 100%; /* you may try to disable this property, it should not be needed */
	height: 100%; /* [B] : try to enable / disable this property combined with enabling / disabling [A] : IE and FF */
	padding: 0; /* most browsers do not have a 0 px default padding */
	margin: 0; /* most browsers do not have a 0 px default margin */

	/* all page elements have the font setting made here as default */
	font-family: arial,verdana,geneva,sans-serif;
	font-size: 12px;
	color: #000000;
}

form {
	padding: 0;
	margin: 0;
}

.b {
	font-weight: 700;
}

.g {
	font-family: arial,verdana,geneva,sans-serif;
	font-size: 90%;
	color: #000000;
}

.FL {
	float: left;
}

.R {
	text-align: right;
}

.sgif {
	width: 1px;
	height: 1px;
}

.lineBlue {
	background-color: #;
}

a.linkA {
	color: #000000;
}

a {
	outline: none;
}
#chartest {
	position: absolute;
	top: 0px; /* needed !? to read clientWidth */
	visibility: hidden;
	font-family: arial,verdana,geneva,sans-serif;
	font-size: 12px;
}

.red, .mono {
	font-family: monospace;
}

.red {
	color: #FF0000;
}

.form_error_tekst {
	font-style: italic;
	padding: 0px 0px 0px 10px;
}

#logos {
	padding-left: 15px;
}

#logos a {
	background-color: #FFFFFF;
	background-image: url(http://www.itc-accessories.com/graphics/bg-logos.gif);
	padding: 6px 0px 0px 2px;
	width: 160px;
	height: 105px;
	display: block;
	float: left;
	margin: 6px;
	text-align: center;
}

#logos a:hover {
	background-color: #3b3c3c;
}

#iFR {
	position: absolute;
	top: 50px;
	left: 0px;
}

#contact-img {
	width: 639px;
	height: 500px;
	margin: 0px 0px 20px 0px;
	padding:0;
	background-image: url(http://www.itc-accessories.com/graphics/contact-img.jpg);
}

/* --------------------- quickpager ------------------- */

.simplePagerContainer {
	position: relative;
	height: 520px;
}

ul.simplePagerNav  {
	display: block;
	position: absolute;
	right: 7px;
	bottom: 0px;
}

ul.simplePagerNav li {
	display:block;
	float: left;
	padding: 4px;
	margin-bottom: 10px;
	font-family: verdana;
}

ul.simplePagerNav li a{
	color: #333;
	text-decoration: none;
	width: 12px;
	height: 12px;
}

li.currentPage {
	width: 12px;
	height: 12px;
	background: #000;
}

ul.simplePagerNav li.currentPage a {
	color: #fff !important;
}

table.pageme {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

table.pageme td {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

ul.paging  li.sticky {
	background-color: red !important;
	display: block !important
}

/* --------------------- Login Form ------------------- */

#login_form form {
	border: 4px double #000;
	padding: 35px;
	text-align: center;
	width: 350px;
}

#login_form label, #login_form input {	
	display: block;
	width: 150px;
	float: left;
	position: relative !important;
	margin-bottom: 10px;
}

#login_form label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
	position: relative !important;
}

#login_form label.text {
	position: relative !important;
}

#login_form br {
	clear: left;
}

a.apply {
 	font-size: 13px !important;
	font-weight: bold !important;
	color: #000 !important;
	text-decoration: none;
}
/* ---------------------- header ---------------------------- */
/* contained in 'container' */

#header {
	position: relative; /* this way the main nav bar (which is contained in header) can be positioned at the bottom */
	width: 863px;
	height: 117px;
	padding: 0;
	margin: 0;
	background-image: url("http://www.itc-accessories.com/graphics/header_bg.jpg");
}

#header a#go-home {
	position: absolute;
	top: 31px;
	left: 0px;
	z-index: 1;
}

#header a#go-home img {
	width: 200px;
	height: 75px;
	border: 0px solid #FFFFFF;
	z-index: 1;
}

#header a#go-test {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

#header a#go-test img {
	width: 10px;
	height: 10px;
	border: 0px solid #FFFFFF;
	z-index: 1;
}

/* --------- functions ------------ */

a#functions-1 {
	position: absolute;
	top: 12px;
	left: 240px;
	padding: 0px 0px 0px 17px;
	width: 130px;
	height: 15px;
	color: #FFFFFF;
	font-size: 12px;
background-image: url(http://www.itc-accessories.com/graphics/bg-arrow-top.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}

a#functions-1:hover {
	text-decoration: underline;
}

a#functions-2 {
	position: absolute;
	top: 12px;
	left: 400px;
	padding: 0px 0px 0px 17px;
	width: 199px;
	height: 15px;
	color: #FFFFFF;
	font-size: 12px;
background-image: url(http://www.itc-accessories.com/graphics/bg-arrow-top.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}

a#functions-2:hover {
	text-decoration: underline;
}

a#functions-3 {
	position: absolute;
	top: 12px;
	right: 155px;
	padding: 0px 0px 0px 17px;
	width: 217px;
	height: 15px;
	color: #FFFFFF;
	font-size: 12px;
background-image: url(http://www.itc-accessories.com/graphics/bg-arrow-top.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}

a#functions-3:hover {
	text-decoration: underline;
}
/* --------------------- column content ------------------- */
/* contained in 'container' */

#content {
	position: relative;
	width: 520px;
	margin: 0;
	padding: 6px 0px 6px 0px;
	background-color: #FFFFFF;
	float: left; /* floated under the static header, due to the code position in the HTML */
}

#content a {
	color: #4B4A4A;
}

#content h1 {
	font-size: 25px;
	font-family: Verdana;
	color: #000;
	padding: 0;
	margin: 19px 0px 52px 0px;
	text-transform: capitalize;
}
#content object{
	Zmargin: 0px 0px 44px 0px;
}

#content-text {
	font-size: 13px;
	color: #000;
	line-height: 14px;
	width: 530px;
	margin: 0;
	padding: 10px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
}

#content.home {
	position: relative;
	width: 639px;
	margin: 0;
	padding: 6px 0px 6px 0px;
	background-color: #FFFFFF;
	float: left;
}

#content.home h1 {
	font-size: 25px;
	font-family: Verdana;
	color: #000;
	padding: 0;
	margin: 19px 0px 52px 0px;
	text-transform: capitalize;
}

#content-text.home {
	font-size: 13px;
	color:#000;
	line-height: 14px;
	width: 455px;
	margin: 0;
	padding: 10px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
}

#content-text a:link, #content-text a:active, #content-text a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#content-text a:hover {
	color: #000000;
	text-decoration: underline;
}

#crumbtail {
	position: absolute;
	top: 134px;
	right: 280px;
	color: #ffffff;
	font-size: 10px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#crumbtail a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}

#crumbtail a:hover {
	color: #002441;
	text-decoration: underline;
}

#content-header-home {
	width: 636px;
	height: 434px;
	overflow: hidden;
}

#sitemap {
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;	
}

/* --------------------- producten overzicht ------------------- */

#producten-overzicht a {
	display: block;
	width: 193px;
	height: 220px;
	float: left;
	margin: 0px 12px 12px 0px;
	position: relative;
	text-decoration: none;
}

#producten-overzicht a img {
	opacity: 0.90;
	filter: alpha(opacity=90);
	position: absolute;
	top: 7px;
	left: 0px;
}

#producten-overzicht a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#producten-overzicht a span.title {
	width: 188px;
	height: 21px;
	border-top: 1px solid #fff;
	background-color: #898989;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 3px;
}

#producten-overzicht a:hover span.title {
	background-color: #000;
}

#producten-overzicht a span.top {
	width: 193px;
	height: 7px;
	display: block;
	background-image: url(http://www.itc-accessories.com/graphics/producten-top.gif);
	position: absolute;
	text-indent: -5000px;
	visibility: hidden;
	top: 0px;
	left: 0px;
}

#producten-overzicht a:hover span.top {
	visibility: visible;
}

/* --------------------- subproducten overzicht ------------------- */

#subproducten-overzicht {
	height: 480px;
}

#subproducten-overzicht a {
	display: block;
	width: 155px;
	height: 148px;
	float: left;
	margin: 0px 3px 10px 0px;
	position: relative;
	text-decoration: none;
}

#subproducten-overzicht a img {
	opacity: 0.90;
	filter: alpha(opacity=90);
	position: absolute;
	top: 7px;
	left: 0px;
}

#subproducten-overzicht a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#subproducten-overzicht a span.title {
	width: 150px;
	height: 21px;
	background-color: #898989;
	border-top: 1px solid #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 3px;
}

#subproducten-overzicht a:hover span.title {
	background-color: #000;
}


#subproducten-overzicht a span.top {
	width: 155px;
	height: 7px;
	display: block;
	background-image: url(http://www.itc-accessories.com/graphics/subproducten-top.gif);
	position: absolute;
	text-indent: -5000px;
	visibility: hidden;
	top: 0px;
	left: 0px;
}

#subproducten-overzicht a:hover span.top {
	visibility: visible;
}

#contactmails a {
	color: #4B4A4A;
}

/* --------------------- column right ------------------- */
/* contained in 'container' */

#right {
	position: relative;
	width: 204px;
	min-height: 480px;
	padding: 4px 0px 6px 20px;
	margin: 0;
	float: right;
}

#right ul {
	list-style-type: none;
	width: 204px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background-color: #FFFFFF;
}

#right ul#rightMenuUl1 {
	margin: 10px 0px 0px 0px;
}

#right ul.downloadcenter {
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	margin: 6px 0px 6px 0px;
	padding: 6px 0px 6px 0px;
}

#right ul.BTNcontact {
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}


#right ul li {
	padding: 0;
	margin: 0;
}

#right ul li a {
	padding: 1px 5px 1px 5px;
	color: #000;
	display: block;
	text-decoration: none;
	width: 194px;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: -1px;
}

#right ul li a:hover,
#right ul li.current a {
	color: #fff;
	background-color: #000;
}

#right ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#right ul li ul li a,
#right ul li.current ul li a {
	padding: 1px 5px 1px 10px;
	color: #000;
	background-color: #fff;
	display: block;
	text-decoration: none;
	width: 189px;
	font-weight: normal;
	font-size: 19px;
	letter-spacing: -1px;
}

#right ul li ul li a:hover,
#right ul li ul li.current a {
	border-left: 2px solid #000; 
	background-color: #FFFFFF;
	color: #000;
	padding: 1px 5px 1px 8px;
}

#rightTXT {
	position: absolute;
	left: 26px;
	top: 250px;
	width: 198px;
}

#rightTXT a {
	color: #4B4A4A;
}

#rightTXT a:hover {
	text-decoration: none;
}

/* --------------------- footer ------------------- */
/* contained in 'container' */

#footer {
	position: absolute;
	left: 0px;
	width: 863px; 
	width: 100%;
	height: 23px;
	padding: 8px 0px 0px 0px;
	visibility: hidden;
	text-align: center;
	border-top: #7f7f7f 1px solid;
}

#footer.leeg {
	position: relative;
	display: none;
}

#FTRcarousel {
	position: absolute; 
	left: 0px;
	top: 620px;
	width: 100%;
	height: 205px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.nieuwer #FTRcarousel {
	top: 566px;
	height: 157px;
}
.footer-inner a {
	color:#000;
	text-decoration: none;
}

.footer-inner a:hover {
	text-decoration: underline;
}


.footer-txt {
	color: #000;
	position: absolute;
	bottom: 13px;
	*left: 0px;
	font-size: 13px;
}

.footer-txt.R {
	position: absolute;
	right: 0px;
	bottom: 13px;

}

.footer-txt a {
	text-decoration: none;
	color:#000;
}

.footer-txt a:hover {
	text-decoration: underline;
}

.footer-txt a:link,
.footer-txt a:visited,
.footer-txt a:active {
	color: #000;
}
#Fs0 {
	display: none;
}

/* -------- Slider onderaan footer -------- */

#slider-footer {
	padding: 0px 0px 25px 0px;
	border-bottom: #7f7f7f 1px solid;
}
.nieuwer #slider-footer {
	padding: 0px 0px 14px 0px;
}

#wrap {
    	color: #404040;
	margin-left: 16px;
	*margin-left: 0px;
}

.jcarousel-skin-tango .jcarousel-container {
    background: #F0F6F9;
    border: 0px solid #346F97;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 829px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  829px;
    height: 148px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 207px;
    height: 148px;
    margin-right: 0px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 13px;
    right: -15px;
    width: 15px;
    height: 135px;
    cursor: pointer;
    background: transparent url(http://www.itc-accessories.com/graphics/arrow_right.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 13px;
    left: -15px;
    width: 15px;
    height: 135px;
    cursor: pointer;
    background: transparent url(http://www.itc-accessories.com/graphics/arrow_left.gif) no-repeat 0 0;
}

#mycarousel a {
	width: 202px;
	height: 130px;
	display: block;
	font-family: arial;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding: 18px 0px 0px 5px;
	background-image: url(http://www.itc-accessories.com/graphics/bg-caroucel.jpg);
	background-position: 0 0;
}
#mycarousel.new a {
	width: 137px;
	height: 100px;
	display: block;
	font-family: arial;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	position:relative;
	padding: 0px 0px 0px 0px;
	background-image: url(http://www.itc-accessories.com/graphics/s.gif);
	background-position: 0 0;
	background-color: #fff;
}
#mycarousel.new a span.slider-top {
	width: 137px;
	height: 10px;
	display: block;
	position: absolute;
	top:0;
	left:0;
	background-image: url(http://www.itc-accessories.com/graphics/bg-slider-top.png);
	background-position: 0px -11px;
	background-color: #ffffff;
	background-repeat: no-repeat;
}
#mycarousel.new a:hover span.slider-top {
	background-position: 0px 0px;

}
#mycarousel.new a span.slider-overlay {
	width: 137px;
	height: 90px;
	position: absolute;
	top: 10px;
	left:0;
	display: block;
	background-color: #000;
	opacity: .60;
	filter: alpha(opacity=60);
	z-index: 20;
}
#mycarousel.new a:hover span.slider-overlay {
	opacity: .00;
	filter: alpha(opacity=0);
	display: none;
}
#mycarousel.new a span.title {
	position: absolute;
	top: 14px;
	left: 4px;
	z-index: 30;
}
#mycarousel.new a:hover span.title {
	background-color: #fff;
}

#mycarousel.new a img {
	position: absolute;
	border: 0px;
	top: 10px;
	left: 0px;
	z-index: 10;
}
#mycarousel a:hover {
	color: #000;
	background-position: 0 -148px;
}

#mycarousel a.hatwear {
	background-position: -210px 0px;
}

#mycarousel a.hatwear:hover {
	background-position: -210px -148px;
}

#mycarousel a.bags {
	background-position: -420px 0px;
}

#mycarousel a.bags:hover {
	background-position: -420px -148px;
}

#mycarousel a.apparel {
	background-position: -630px 0px;
}

#mycarousel a.apparel:hover {
	background-position: -630px -148px;
}

#mycarousel a.woven {
	background-position: -840px 0px;
}

#mycarousel a.woven:hover {
	background-position: -840px -148px;
}

#mycarousel a.gloves {
	background-position: -1050px 0px;
}

#mycarousel a.gloves:hover {
	background-position: -1050px -148px;
}

#mycarousel a.knitwear {
	background-position: -1260px 0px;
}

#mycarousel a.knitwear:hover {
	background-position: -1260px -148px;
}
/* --------------------- zoek input luikje ------------------- */

#searchtext {
	margin: 0px 0px 0px 0px;
	padding: 2px 3px 0px 3px;
	font-size: 11px;
	color: #6c6c6c;
	height: 17px;
	width: 171px;
	border: 1px solid #000;
}


.item-zoek, .item-zoek2 {
	height: 20px;
	margin: 0px 0px 0px 0px;
	width: 200px;
	position: absolute;
	top: 60px;
	right: 0px;
}

.item-zoek table {
	margin: 10px 0px 0px 0px;
}

.item-zoek2 table {
	margin-left: 11px;
}


/* ------------------------------------------------------------ */

.zoekterm-box {
	font-size: 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 470px;
	margin: 10px 0px 0px 0px;
}

.zoekterm {
	font-weight: bold;
	color: #004168;
	background-color: #78a4dd;
	padding: 0px 2px 0px 2px;
	border-bottom: 1px solid #194987;
}

.zoekterm-klein {
	font-size: 10px;
	color: #194987;
	background-color: transparent;
	border: 1px solid #194987;
}

ul#search-result li {
	margin: 0px 0px 20px -10px;
	padding: 0px 0px 0px 0px;
}

/* ------------------------------------------------------------ */

table#algemenevoorwaarden tr td#titel {
	font-size: 16px;
	font-weight: bold;
}

table#algemenevoorwaarden tr td#klein {
	font-size: 9px;
	font-style: italic;
}

table#algemenevoorwaarden tr td {
	font-family: verdana, arial;
	font-size: 11px;
}

table#algemenevoorwaarden #inhoudVW ol li div span {
	font-size: 110%;
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol {
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol li div {
	color: #184C92;
	}

table#algemenevoorwaarden #inhoudVW ol li {
	font-size: 11px;
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol li ol li {
	color: #184C92;
	}

table#algemenevoorwaarden tr td p#av_footer {
	color: #184C92;
}
/*
 * jQuery Nivo Slider v1.9
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	display: none;
}
.nivo-nextNav {
	right:0px;
	display: none;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display: none;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider {
	overflow: hidden;
}

#slider.nieuw {
	margin-top: 14px;
	*margin-top: 10px;
}
