/* versie 1b promusic template css */

* html a:hover{visibility:visible} /* voor ie 6 werking css hover */


html, body {
	height: 100%; /* geeft de pagina 100% hoogte */
	margin: 0;
	padding: 0;
}

body {
	/* percentage aanpassen als je alle tekst iets groter of kleiner wilt maken */
	background: url(../img/bg-1.jpg) repeat 0 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* divs en zo */
#outerbox {
	width: 889px;
	margin-right: auto;
	margin-left: auto;	
	min-height: 100%;
	height:auto !important; /* voor moderne browsers ;) */
	height:100%; /* voor IE :P */
	position: relative;
}

#innerbox {
	width: 769px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers ;) */
	height:100%; /* voor IE :P */
	position: absolute;
	background: url(../img/bg_nav.jpg) repeat-y;
}
/* rechter banner positie */
#right-box {
	width: 120px;
	float: right;
	text-align: right;
}

#header {
	width: 769px;
	height: 103px;
	background: transparent url(../img/gfx_alg/kopPMS-25years.jpg) no-repeat;
}

#banner {
	width: 121px;
	height: 88px;
	margin: 2px 0 0;
	padding: 3px;
	float: right;
}

#banner a img {
	border: 0;
}

#headerbar {
	position: absolute;
	top: 88px;
}

#sidebar {
	float: left;
	width: 185px;
	height: auto;
}

#content {
	float: right;
	width: 560px;
	height: auto;
	margin-right: 20px;
	margin-top: 20px;
}

#telephone, #payment {
	margin-top: 20px;
	margin-left: 25px;
	width: 128px;
}
	
/* sidebar meuutje */
/* Menu links */

#navcontainer {
	width: 120px;
	padding: 0;
	font-size: 16px;
	margin: -4px 0 0 -10px; /*ie6 right was 0 */
}

#navcontainer ul {
	list-style-type: none;
}

#navcontainer ul li a {
   	display:block;
   	height:40px; 
   	width:112px;
  	text-indent:-9009px;
	/*margin: 0 0 6px; ie6 alle margins extra op nul gezet */
}

/* get rid of the ugly dotted outline on click/active */
/* works only in FF 1.5 or > */
#navcontainer ul li a:focus, 
#navcontainer ul li a:active {
	outline: none;
}

#navcontainer ul li a#nav1 {
	background: url(../img/menu/home.jpg) no-repeat 0 0;
}
#navcontainer ul li a:hover#nav1 {
	background-position: 0 -36px;
}

#navcontainer ul li a#nav1 {
	background: url(../img/menu/home.jpg) no-repeat 0 0;
}
#navcontainer ul li a:hover#nav1 {
	background-position: 0 -36px;
}

#navcontainer ul li a#nav2 {
	background: url(../img/menu/hotitems.jpg) no-repeat 0 0;
}
#navcontainer ul li a:hover#nav2 {
  	background-position: 0 -35px;
}

#navcontainer ul li a#nav3 {
   	background: url(../img/menu/hotdeals.jpg) no-repeat 0 0;
}
#navcontainer ul li a:hover#nav3 {
   	background-position: 0 -36px;
}

#navcontainer ul li a#nav4 {
   	background: url(../img/menu/products.jpg) no-repeat 0 0;
}
#navcontainer ul li a:hover#nav4 {
  	background-position: 0 -36px;
}

#navcontainer ul li a#nav5 {
  	background: url(../img/menu/hotlinks.jpg) no-repeat 0 0;
}
#navcontainer ul li a:hover#nav5 {
  	background-position: 0 -36px;
}

#navcontainer ul li a#nav6 {
  	background: url(../img/menu/contact.jpg) no-repeat 0 0;
}
#navcontainer ul li a:hover#nav6 {
  	background-position: 0 -36px;
}

#navcontainer ul li a#nav7 {
   	background: url(../img/menu/mailing.jpg) no-repeat 0 0;
}
#navcontainer ul li a:hover#nav7 {
   	background-position: 0 -36px;
}

#navcontainer ul li a#nav8 {
   	background: url(../img/menu/info.jpg) no-repeat 0 0;
}
#navcontainer ul li a:hover#nav8 {
   	background-position: 0 -36px;
}

/* actieve weergave menuutje */

#navcontainer ul li a#nav1.active,#navcontainer ul li a#nav2.active,#navcontainer ul li a#nav3.active,#navcontainer ul li a#nav4.active,#navcontainer ul li a#nav5.active,#navcontainer ul li a#nav6.active,#navcontainer ul li a#nav7.active,#navcontainer ul li a#nav8.active {
	background-position: 0 -36px;
}

/* linkjes styling */

a:link, a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: white;
	text-decoration: underline;
}

/* extra zoek form styling */
#search {
	margin-top: 0px;
	margin-left: 30px;
	width: 114px;
	vertical-align: middle;
	display: table;
}

#zoekveld, #email {
	background-color: #CCCC99;
	border: 1px solid #ffffff;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #000000;
	font-size: 11px;
	padding: 2px 3px;
	width: 80px;
	height: 13px;
	float: left;
}

/* emailing form */
#email {
	width: 160px;
}
#emailform {
	position: relative;
	left: 120px;
	width: 200px;
	height: 80px;
}
.emailbttn {
	width:20px;
	height:20px;
	background-image: url(../img/pms-pijlOpenOn.gif);
	float: right;
}
.emailbttn a {
	display:block;
}

.emailbttn img {
	border: none;
	text-decoration: none;
	width:100%; 
	height:100%;
}

.emailbttn a:hover img {
	visibility:hidden;
}
/* zoek form */
.zoekbttn {
	margin-top: 1px;
	width:18px;
	height:18px;
	background-image: url(../img/menu/go_btn.jpg);
	float: right;
	cursor: hand;
}
.zoekbttn a {
	display:block;
	cursor: hand;
}

.zoekbttn img {
	border: none;
	text-decoration: none;
	width:100%; 
	height:100%;
}

.zoekbttn a:hover img {
	visibility:hidden;
}

/* extra's */
.ruimte {
	padding-top: 8px;
}

.no_border {
	border-style: none;
}

.nobr {
    white-space: nowrap;
}
/* 
=======================================
versie 1 promusic product template css 
=======================================
*/

.outerproductbox {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

.productbox1, .productbox2, .productbox3 {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #E0D7BC;
	height: 100%;
	position: relative;
}

/* wijzigen achtergrond kleur rechts */
.productbox2 {
	background: url(../img/kader/product-bg2.jpg) repeat-y;
}
/* wijzigen achtergrond kleur rechts met lijntje */
.productbox3 {
	background: url(../img/kader/product-bg3.jpg) repeat-y;
}

.productheader {
	color: #cc9;
	width: 100%;
	height: 24px;
	background: url(../img/kader/productheader-bg.gif) repeat-x;
}

/* andere hoogte bij producten met header image extra hoogte geven */
.ph_image {
	height: 30px;
}

/* bij tekstblokken zonder tekst, bijv. foto's header naar 18 px zetten */
.ph_notxt {
	height: 18px;
}

.productheader img {
	float: left;
	margin-left: 4px;
}

.productheader h1 {
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: 1px 10px 0 0; /* iets naar beneden voor FF */
}

.productheader h1 a:link, .productheader h1 a:visited {
	color: #cc9;
}

.productheader h1 a:hover {
	text-decoration: none;
}

.productl {
	min-height: 60px;
	height: 100%;
	width: 214px;
	float: left;
	padding: 0 0 6px 12px;
	margin-bottom: 30px;
}

.productr {
	height: auto;
	width: 214px;
	float: right;
	margin: 0 4px 10px 0;
	padding: 0;
}

/* geen margin onder voor product sliders en info sliders en links */

.no_margin {
	margin-bottom:0px;
}

.productfooter {
	clear: both;
	color: #cc9;
	width: 100%;
	height: 30px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(../img/kader/productfooter-bg.gif) repeat-x;
}

.productfooter img {
	float: left;
	margin-left: 8px;
	margin-top: 3px;
}

.footertext {
	position: relative;
	float: left;
	margin-left: 194px;
	margin-top: 1px;/* iets naar beneden voor FF */
}

.footerprice {	
	margin-right: 10px;
	color: white;
	top: 1px;
	position: relative;
}
/* rode versie voor sale blokje */
.productheader-red {
	background: url(../img/kader/productheader-bg-red.gif) repeat-x;
}
.productfooter-red {
	background: transparent url(../img/kader/productfooter-bg-red.gif) repeat-x;
}
/* flash banner enter link zonder link stijl */
.footerprice a {
	text-decoration: none;
	color: #cc9;
}
/* centereren van flash banner */
.sale {
	text-align: center;
}

/* winkelwagentje balkje */
.productlfooter {
	width: 230px;
	height: 25px;
	margin-top: 8px;
	position: absolute;
	bottom: 0;
}

.clear {
	clear: both;
}
/* winkelwagentje hover */

.cart {
	width:25px;
	height:25px;
	background-image: url(../img/karretjeON.gif);
	float: right;
	margin-top: -4px;
	margin-right: 8px;
}
.cart a {
	display:block;
}

.cart img {
	border: none;
	text-decoration: none;
	width:100%; 
	height:100%;
}

.cart a:hover img {
	visibility:hidden;
}

/* seperator tussen de product blokken */
.seperator {
	width: 500px;
	height: 20px;
	text-align: right;
	margin: 0 auto;
}


.goedkoper {
	margin-left: 12px;
}

/* to top image hover */

.totop {
	width:20px;
	height:20px;
	margin-top: -10px;
	background-image: url(../img/pms-pijlUpOn.gif);
	float: right;
}
.totop a {
	display:block;
}

.totop img {
	border: none;
	text-decoration: none;
	width:100%; 
	height:100%;
}

.totop a:hover img {
	visibility:hidden;
}

/* open of enter hover voor sale blokje */
.open {
	width:20px;
	height:20px;
	background-image: url(../img/gfx_alg/pms-pijlOpenOn.gif);
	float: right;
	margin-top: -10px;
}
.open a {
	display:block;
}

.open img {
	border: none;
	text-decoration: none;
	width:100%; 
	height:100%;
}

.open a:hover img {
	visibility:hidden;
}


/* productbox teksten styling */
.phleft {
	position: absolute;
	left: 14px;
	color: #cc9;
}

.phright {
	right: 0;
	position: absolute;
	color: #cc9;
}

.productl p {
	margin: 0 0 10px;
}

.productl h2 {
	font-size: 11px;
}

.productr p {
	margin: 0 8px 10px 0;
}
.product1col p {
	margin-left: 10px;
	margin-right: 10px;
}

/* bullet lijstjes in tekst */

.productl ul, .productr ul {
	margin-top: 0;
	margin-left: -28px;
	list-style-type: disc;
	list-style-position: outside;
}

.productl li, .productr li {
	margin-bottom: 4px;
}

/* algemeen tekst */
.seperator_text {
	width: 100%;
	height: 20px;
}

/* navigatie balkje boven slider tekstblokken */

#text_nav {
	width: 460px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	font-size: 10px;
	font-weight: bold;
}

#tn_txtleft {
	position: absolute;
	left: 26px;
	margin-top: 2px;
}

#tn_iconleft {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(../img/pms-pijlCloseOn.gif);
}

#tn_txtright {
	position: absolute;
	left: 320px;
	margin-top: 2px;
}

#tn_iconright {
	position: absolute;
	left: 440px;
	width: 20px;
	height: 20px;
	background-image: url(../img/pms-pijlOpenOn.gif);
}

#tn_cart {
	position: absolute;
	left: 218px; /* afstand minus helft icoon breedte 230-12=218 */
	width:25px;
	height:25px;
	background-image: url(../img/gfx_winkel/ww-linkON.gif);
	margin-top: -4px;
}

#tn_cart a, #tn_iconleft a, #tn_iconright a {
	display:block;
}

#tn_cart img, #tn_iconleft img, #tn_iconright img {
	border: none;
	text-decoration: none;
	width:100%; 
	height:100%;
}

#tn_cart a:hover img, #tn_iconleft a:hover img, #tn_iconright a:hover img {
	visibility:hidden;
}

/* table margin voor table in slide met 1 kolom */
.table_margin {
	margin-left: 10px;
}

/* centreren */
.center {
	text-align: center;
}

/* tijdelijk uitzetten */
.oops {
	position:absolute;
	left:-999px;
	width:0;
	height:1px;
	overflow:hidden; 
}
/* winkelwagentje.php */

#wagentje {
	vertical-align: middle;
	display: table;
}
input.bttn {
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	font-size: 11px;
	padding: 2px 3px;
	width:auto;
}

.bttn {
	cursor: pointer;
	cursor: hand;
}

/* hand tonen op open close trigger div */
.toggle_trigger {
	cursor: pointer;
}

/* aanpassen weergave blokje voor extra tekst op product info pagina*/

.xtra_txt {
	background-color: none;
	background-image: none;
	color: black;
	font-weight: bold;
}
/* extra stijl op voorpagina aanbiedingen blokje */
.tekstlinks {
	float: left;
}
.prijsrechts {
	float: right;
}
.tekstlinks a:link, .tekstlinks a:visited {
	font-weight: normal;
}
.hspacer {
	height: 2px;
	margin: 0;	
}
.overzicht {
	margin-top: 6px;
}

