body {
	margin: 0;
	background: #acacac url('gfx/body_bg.gif') repeat-y center;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: 'century gothic', arial, tahoma, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #cd151e;
	text-transform: uppercase;
}
h2 {
	font-family: 'century gothic', arial, tahoma, sans-serif;
	font-size: 16px;
	color: #cd151e;
	text-transform: uppercase;
	font-weight: normal;
	margin: 5px 0;
}
h3 {
	font-family: 'century gothic', arial, tahoma, sans-serif;
	font-size: 16px;
	color: #cd151e;
	text-transform: uppercase;
	font-weight: normal;
	margin: 5px 0;
}
a {
	color: black;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
	padding: 0px;
}
form {
	margin: 0px;
}
div.mainContainer {
	width: 1000px;
	margin: auto;
	background: white url('gfx/maincontainer_bg.gif') repeat-y left;
}
div#header {
	height: 86px;
	background-color: #3d3d3d;
	position: relative;
}
div#searchBar {
	background-color: white;
	height: 44px;
	line-height: 44px;
	padding-left: 15px;
}
div#info {
	position: absolute;
	top: 102px;
	right: 20px;
	width: 260px;
	color: #000;
	text-align: right;
}
div#cart {
	position: absolute;
	top: 7px;
	right: 15px;
	width: 165px;
	color: white;
	line-height: 14px;
	text-transform: lowercase;
	padding-left: 30px;
	background: url('gfx/shopping_bag.gif') no-repeat left top;
}
div#cart a {
	color: white;
}
div#cart strong {
	text-transform: uppercase;
}
div#topMenu {
	position: absolute;
	top: 30px;
	left: 360px;
	width: 470px;
	height: 40px;
	color: white;
	font-size: 10px;
	text-align: justify;
}
div#topMenu a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 2px;
}
div#topMenu a:hover {
	text-decoration: underline;
}
img#logo {
	position: absolute;
	top: 20px;
	left: 15px;
}
img#thuiswinkel {
	position: absolute;
	top: 13px;
	left: 925px;
}
div#label {
	line-height: 44px;
	height: 44px;
	padding-left: 15px;
	background-color: #000;
	position: relative;
}
div#label a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
div#label a:hover {
	text-decoration: underline;
}
div#leftNav {
	float: left;
	width: 191px;
	background-color: #3d3d3d;
	min-height: 600px;
}
div#search {
	margin-left: 277px;
}
div#search .text {
	width: 200px;
	font-size: 11px;
	margin: 0px;
}
div#search .btn {
	width: 36px;
	height: 18px;
	border: 0px;
	background: url('gfx/search_btn_bg.gif') no-repeat left top;
}
div#content {
	float: right;
	width: 756px;
	padding: 25px;
	position: relative;
}

/*### MENU ###*/
div#leftMenu {
	padding: 15px 0px 0px 0px;
}
div#leftMenu a {
	color: white;
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	padding-left: 30px;
	background: url('gfx/menu_bullet.gif') no-repeat 15px center;
	line-height: 17px;
}
div#leftMenu a:hover {
	text-decoration: underline;
}
div#footer {
	clear: both;
	height: 30px;
	padding-top: 30px;
	background: #a5a4a4 url('gfx/footer_bg.gif') no-repeat left top;
	padding-left: 15px;
	font-size: 10px;
	color: #434343;
}
div#footer a {
	text-transform: uppercase;
	color: black;
	text-decoration: none;
}
div#leftMenu a.BossBlack {
	line-height: 40px;
	background-color: #000;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
div#leftMenu a.BossOrange {
	line-height: 40px;
	background-color: #000;
	color: #eb9500;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
div#leftMenu a.Hugo {
	line-height: 40px;
	background-color: #000;
	color: #e8000b;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
div#info {
	text-transform: uppercase;
	font-weight: bold;
}
div.searchService {
	height: 25px;
	padding: 11px 20px;
	border-bottom: 1px solid #fff;
}
div.leftNavBlock {
	height: 48px;
	line-height: 45px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
div.searchService a {
	display: block;
	text-align: center;
	line-height: 20px;
	height: 20px;
	width: 143px;
	border: 1px solid #a30000;
	background-color: #d21a22;
	color: white;
	text-decoration: none;
}
/*### LABEL KLEUREN ###*/
.color1 div.overzichtTekst a {
	color: #ff8a00;
}
.color2 div.overzichtTekst a {
	color: #000;
}
.color3 div.overzichtTekst a {
	color: #cd151e;
}
.color4 div.overzichtTekst a {
	color: #cd151e;
}

.color1 div.pageNum a.active {
	color: #ff8a00;
}
.color2 div.pageNum a.active {
	color: #000;
}
.color3 div.pageNum a.active {
	color: #cd151e;
}
.color4 div.pageNum a.active {
	color: #cd151e;
}
.orderBtn {
	color: white;
	background-color: #d21a22;
	border: 1px solid #a30000;
	margin: 4px 0 14px 0;
	cursor: pointer;
}

.name {
	color: #cd151e;
	text-transform: uppercase;
	margin-bottom: 5px;
}
/*### PRODUCTEN OVERZICHT ###*/
div.overzicht {
	float: left;
	width: 172px;
	height: 235px;
	border: 1px solid #c3c3c3;
	margin-right: 7px;
	margin-bottom: 7px;
}
div.overzichtPic {
	height: 152px;
	text-align: center;
	padding-top: 6px;
}
div.altColors {
	height: 28px;
	margin: 2px;
	border-top: 1px solid #c3c3c3;
}
div.colors {
	height: 15px;
	width: 15px;
	float: left;
	margin: 2px;
	border: 1px solid #ccc;
}
div.colors a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}
div.overzichtTekst {
	height: 25px;
	padding: 5px;
	border-top: 1px solid #c3c3c3;
	background: url('gfx/product_bg.gif') repeat-x top;
}

div.pageNav {
	clear: both;
	width: 100%;
	height: 25px;
	font-size: 10px;
	color: #434343;
}
div.sort {
	float: left;
	width: 250px;
}
div.pageNum {
	float: right;
	width: 250px;
	text-align: right;
	padding-right: 5px;
}
div.pageNum a {
	color: #434343;
}

/*### PRODUCTEN DETAIL ###*/
div#detailLeft {
	width: 598px;
	float: left;
}
div#detailPic {
	width: 285px;
	height: 285px;
	border: 1px solid #c3c3c3;
	float: left;
	position: relative;
	cursor: pointer;
}
div#detailGeg {
	float: right;
	width: 285px;
	position: relative;
}
div#detailGeg #price {
	margin: 10px 0 8px 0;
}
div#detailGeg #price h2 {
	font-size: 23px;
	color: #3d3d3d;
	font-weight: normal;
	margin: 0px;
}
div#detailGeg table.options {
	color: #535353;
	margin-bottom: 5px;
}
div#detailGeg table.options td {
	padding: 2px 15px 2px 0px;
	vertical-align: middle;
}
div#detailGeg table.options input, div#detailGeg table.options select {
	width: 100px;
	font-size: 11px;
}
div#desc {
	float: left;
	width: 270px;
	margin-top: 25px;
}
div#bestsellers {
	float: right;
	width: 156px;
	height: 657px;
	border: 1px solid #d0d0d0;
	border-bottom: 28px solid black;
	text-align: center;
}
div#bestsellers img {
	margin-top: 20px;
}
div#bestsellers #top {
	background-color: #000;
	line-height: 28px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}
#maatAdvies, #pasVorm {
	float: left;
	width: 105px;
	line-height: 20px;
	padding-left: 20px;
	color: #3d3d3d;
}
#maatAdvies {
	background: url('gfx/maat_icon.gif') no-repeat left center;
}
#pasVorm {
	background: url('gfx/pasvorm_icon.gif') no-repeat left center;
}
a.backLink {
	padding-left: 20px;
	background: url('gfx/back_icon.gif') no-repeat left center;
	line-height: 19px;
	float: left;
	margin-top: 25px;
	clear: left;
}
div#sub1{
	padding-top: 6px;
	position: absolute;
	left: 45px;
	top: 65px;
	visibility:hidden;
	width: 96px;
	padding: 8px 2px;
	border: 1px solid #9fa4ae;
	border-top: 0px;
	background-color: #fff;
	margin-right: 165px;
}
div#sub1 a {
	text-decoration: none;
	padding-left: 4px;
}


/*### VIEW IMAGE POPUP ###*/
#viewImage div {
  position:absolute;
  left:200px;
  top:300px;
  border:1px solid #909090;
  background:#fff;
  padding:30px;
	z-index: 200000;
}

/*### VIEW IMAGE POPUP ###*/
#detailZoom {
  position:absolute;
  left: 50%;
  top: 0;
	display: none;
  border:1px solid #909090;
  background:#fff;
  padding:0px;
	z-index: 200000;
	margin-left:-350px;
	width: 500px;
	padding-bottom: 20px;
}

#detailZoom .header {
	line-height: 25px;
	background: #3d3d3d;
	color: white;
	padding: 0px 8px;
}

#detailZoom .header a {
	color: white;
	float: right;
}
#detailZoom #thumbZoomContainer {
	float: left;
	width: 130px;
	margin: 0px 15px;
}
#detailZoom .thumbZoom {
	float: left;
	position: relative;
	width: 122px;
	height: 148px;
	border: 1px solid #c3c3c3;
	text-align: center;
	color: white;
	cursor: pointer;
}
#detailZoom .thumbLink {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	line-height: 16px;
	background-color: #3f3f3f;
}
#flash-content {
	height: 370px;
	border: 1px solid #c3c3c3;
	padding: 10px;
	text-align: center;
}
#zoomContent {
	padding: 20px 30px;
}

/*### SIZEINFO ###*/
div#sizeInfo {
	position: absolute;
	left: 50%;
	top: 100px;
	display: none;
	border:1px solid #909090;
	background:#fff;
	padding:0px;
	z-index: 20000;
	margin-left:-325px;
	width: 650px;
	padding-bottom: 30px;
}
div#sizeInfo .header {
	line-height: 25px;
	background: #3d3d3d;
	color: white;
	padding: 0px 8px;
}
div#sizeInfo .header a {
	color: white;
	float: right;
}
div#sizeInfo div.sizeContent {
	float: left;
	height: 415px;
	width: 425px;
	padding: 10px  15px 10px 25px;
	overflow: auto;
}
div#sizeInfo div.sizeContent table {
	border-top: 1px solid #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
}
div#sizeInfo div.sizeContent table td {
	text-align: center;
	padding: 3px 6px;
	background-color: #f0f0f0;
	border-right: 1px dotted #666666;
}
div#sizeInfo div#sizeLinks {
	float: right;
	width: 160px;
	margin-top: 90px;
	margin-right: 25px;
	background-color: #f0f0f0;
	height: 150px;
	padding: 10px 0px;
}
div#sizeInfo div#sizeLinks a {
	display: block;
	background-color: white;
	line-height: 25px;
	border-top: 1px solid #cccccc;
	padding-left: 8px;
}
div#sizeInfo table.sizes {
	width: 100%;
	margin-bottom: 20px;
}
div#sizeInfo table.sizes tr.head td {
	text-align: left;
	font-weight: bold;
	background-color: #fff;
}
/* ### SHOP CART ### */
div.tool-tip {
	width: 250px;
	padding: 15px;
	background-color: #cccccc;
	border: 1px solid #333333;
}
table#tabs {
  background-color: #efeeee;
  height: 23px;
  line-height: 23px;
	width: 100%;
	color: #c3c3c3;
	border: 1px solid #c3c3c3;
}
table#tabs td {
  width: 33%;
	text-align: center;
		border-right: 1px solid #c3c3c3;	
}
#tabs a {
  color: #000;
	font-weight: normal;
}
#tabs .active {
  font-size: 12px;
  color: black;
	font-weight: bold;
	background-color: white;
}
table.details {
  width:100%;
  margin-top:20px;
  margin-bottom:5px;
}
table.details textarea, table.details  select, table.details  input {
  border-width: 1px;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	border-color: #cccccc;
}
table.details textarea {
	height: 90px;
	width: 280px;
}
.send {
	background: url('gfx/verzenden.gif') no-repeat;
	height: 21px;
	width: 102px;
	padding: 0px;
	border: 0px;
	margin-top: 20px;
}
table.details td {
  vertical-align: middle;
  color: #333;
  border-bottom: 1px solid #ffffff;
  line-height: 23px;
	padding-left: 5px;
}
table.details tr.spacer {
  background:#fff;
  height:5px;
}

table.details tr.head td {
  padding-left: 5px;
  font-weight: bold;
  color: black;
	background-color: #dfdfdf;
}
table.details a.emptyCard {
  background: url('gfx/cart_delete.gif') left center no-repeat;
	padding-left: 22px;
	display: block;
}

table.details tr.footer td {
  padding-top:5px;
  padding-left:15px;
  background:#fff;
}
table.details label {
  cursor: pointer;
}
table.details tr.row1 td {
  border-bottom: 1px dotted #dfdfdf;
}
table.details tr.row2 {
  background-color: #f7f7f7;
}
table.details tr .star {
  color: red;
	text-align: right;
	padding-right: 20px;
}
table.details tr td.euro {
  width: 16px;
  text-align: left;
}
table.details tr td.title {
  padding-left: 10px;
  width: 210px;
}
table.details tr td.pieces {
  width: 50px;
  text-align: center;
}
table.details td.pieces input {
  width: 30px;
	font-size: 11px;
	border-width: 1px;
	text-align: center;
}
table.details tr td.price {
  font-size: 12px;
  font-weight:normal;
	text-align: right;
	padding: 0px 8px;
}
table.details tr td.insurance {
  text-align: center;
  width: 50px;
}
table.details tr td.options {
  text-align: center;
  width: 33px;
	padding: 0px;
}
table.details input.radio, table.details input.check {
  border: 0px;
  width: 28px;
}
table#total td {
	color: #333333;
}
table.details .footer td {
  background-color: red;
}
.buttonNext, .buttonPrev, .buttonBestel {
	height: 23px;
	width: 94px;
	padding: 0px;
	border: 0px;
	margin-top: 20px;
}

.buttonNext {
	background: url('gfx/volgende.gif') no-repeat;
}
.buttonPrev {
	background: url('gfx/vorige.gif') no-repeat;
}
.buttonBestel {
	background: url('gfx/afronden.gif') no-repeat;
	width: 126px;
}

div#homeContent {
	height: 338px; 
	background: #000 url('gfx/home_2010.jpg') no-repeat top right; 
	color: white;
}
div#homeContent div {
	width: 240px;
	position: absolute;
	left: 20px;
	top: 45px;
}
div#homeContent h1 {
	color: white;
	font-size: 18px;
	margin-top: 20px;
}
div#specialOffer {
	position: absolute;
	top: 178px;
	left: 102px;
	margin: 0;
}


/* ### VOOR ZUMBA ACTIE ### *

div#homeContent {
	height: 338px; 
	background: #000 url('gfx/home_gratis2.jpg') no-repeat top right; 
	color: white;
} 
div#zumbaActie {
	position: absolute;
	width: 170px;
	height: 50px;
	top: 297px;
	left: 340px;
	z-index: 100;
	float: right;
}
div#zumbaActie a {
	text-decoration: none; 
	font-size: 15px;
}
div#zumbaActie a:hover {
	color: #f16901;
}
.orderBtn2 {
	color: white;
	background-color: #F66804;
	border: none;
	margin: 4px 0 14px 0;
	cursor: pointer;
}
