/******************************
** Standaard dingen
*******************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
	font-size: 12px;
}

a {
	text-decoration: none;
}

p {
	margin-bottom: 7px;
}

input, select, textarea {
	font-family: "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
	padding: 2px;
}

textarea {
	font-size: 13px;
	width: 300px;
	height: 150px;
}

table td {
	vertical-align: top;
}

/******************************
** Algemeen
*******************************/
.red {
	color: red;
	text-align: right;
	margin-top: 5px;
}

.redtext {
	color: red;
}

div#masterContainer {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
	
	
}

div#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	float:left;
	
}

div#header {
	height: 190px;
	width: 950px;
 	background-repeat: no-repeat;
 	margin-bottom: 2px;
}

table.default {
	font-size: 14px;
	width: 100%;
}

table.default th {
	padding: 2px;
	text-align: left;
}

table.default td {
	padding: 2px;
}

table.default td.white {
	background-color: #fff;
}

img.updatequantity, img.deletequantity {
	cursor: pointer;
}

input.small {
	width: 25px;
}

input#invoice_address_number, input#deliver_address_number {
	width: 30px;
}

div#checkout {
	text-align: right;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}

div#header h1 {
	display: none;
}

div#topmenu {
	padding: 5px;
	width: 940px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 2px;
	float: left;
}

div#topmenu ul  {
	
}

div#topmenu ul li  {
	float: left;
	padding: 0 6px;
	margin: 0 10px;
}

div#topmenu ul li:first-child {
	list-style-type: none;
}

div#topmenu ul li.nodot {
	list-style-type: none;
}

div#wrapper {
	display: table;
	float: left;
}

div#content {
	min-height: 450px;
	float: left;
	width: 740px;
	padding: 18px 0 18px 20px;
}

div#content h2 {
	margin-bottom: 10px;
}

div#notificationbar {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	color: #fff;
	margin-bottom: 10px;
}

div#notificationbar.success {
	background-color: #55B05A;
}

div#notificationbar.error {
	background-color: #D23D24;
}

div#leftmenu {
	width: 190px;
	float: left;
}

div#leftmenu #searchblock {
	padding: 10px;
}

div#leftmenu #searchblock input#search {
	padding: 2px;
	width: 136px;
}

div#leftmenu #searchblock input#submitSearch {
	width: 20px;
	padding: 1px;
	border: none;
	background-image: url('http://files.aplusprofessional.nl/images/icons/magnifier.png');
 	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	cursor: pointer;
}

div#leftmenu #searchblock h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3.products {
	padding-top: 10px;
	margin-left: 10px;
}

div#leftmenu ul {
	list-style-type: none;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}

div#leftmenu ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}

div#leftmenu ul ul li {
	border-bottom: none;
}

div#leftmenu ul ul ul li {
	border-bottom: none;
}

div#leftmenu ul ul {
	list-style-type: none;
	padding-left: 15px;
	border-bottom: none;
}

div#leftmenu ul ul ul {
	border-bottom: none;
}

div#infoholder {
	display: table;
}

div#index_cart {
	width: 256px;
	float: left;
	padding: 5px 10px;
	font-weight: bold;
	height: 50px;
}

div#index_cart td {
	vertical-align: bottom;
	padding-right: 20px;
}

div#product_cart {
	width: 316px;
	float: left;
	padding: 5px 10px;
	font-weight: bold;
	height: 50px;
	margin-bottom: 5px;
}

div#product_cart td {
	vertical-align: bottom;
	padding-right: 50px;
}

#topmenu ul li.topmenumarginleft {
	float: right;
}

div#index_welcome {
	width: 420px;
	float: left;
	padding: 14px 10px;
	margin-right: 20px;
	font-weight: bold;
	height: 32px;
}

div#productsholder {
	display: table;
}

div#productpicture {
	width: 390px;
}

div#productinfo {
	width: 390px;
}

div#productsholder ul {
	list-style-type: none;
}

div#productsholder ul li {
	width: 360px;
	float: left;
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
}

div#productsholder ul li.left {
	margin: 20px 20px 0 0;
}

div.pboxproductpicture {
	text-align: center;
	padding-top: 15px;
	height: 150px;
}

div.pboxproductinfo {
	height: 50px;
	text-align: left;
	padding: 0 10px;
}

div.pboxproductinfo p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
}

div.pboxproductinfo p span a {
	font-size: 18px;
}

div#productsholder .productwrapper {
	height: 220px;
}

div#logos {
	float:left;
	margin-top:10px; 
	margin-left:10px;
	width:100px;
}
div#logos img {
	padding-bottom:10px;
}
/******************************
** /admin algemeen formulieren
*******************************/
p.formLabel {
	margin-bottom: 8px;
}

p.formLabel label {
	float: left;
	width: 140px;
	margin-right: 10px;
}

p.formLabel label.nostyle {
	float: none;
	width: auto;
	margin-right: none;
}

p.formLabel input {
	width: 150px;
}

p.formLabel input.submit {
	width: 156px;
}

p.formLabel input.submitBig {
	width: 300px;
	text-align: left;
}

p.formLabel select {
	width: 156px;
}

.error {
	background-color: #D23D24;
}

p.formLabel input.checkbox {
	width: 14px;
}

div#credentials ul {
	list-style-type: none;
}

div#credentials h3 {
	margin-bottom: 10px;
}

#buttons {
	margin-top: 20px;
}

ul#paymethods {
	margin-bottom: 10px;
}

input.big {
	font-size: 16px;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

#productcontentleft {
	width: 380px;
	float: left;
}

#productcontentright {
	float: left;
	width: 338px;
	min-height: 290px;
}

#productcontentright div {
	padding: 10px;
}

p.price {
	font-size: 20px;
	font-weight: bold;
}

.addtocartbutton {
	margin-top: 20px;
	padding: 5px 25px 5px 5px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: right;
	*width: 210px;
	*height: 30px;
	line-height: 20px;
	background-image: url('http://files.aplusprofessional.nl/images/cart_white.png');
 	background-repeat: no-repeat;
	background-position: center right;
}


.previousbutton {
	margin-top: 20px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	display: table;
	float: right;
	line-height: 20px;
	margin-right: 10px;
}

#productcontentright span, #productcontentright input, #productcontentright a {
	border: none;
	cursor: default;
}

#slideshow {
	list-style-type: none;
	float: left;
	width: 370px;
}

#slideshow li {
	float: left;
	margin-left: 3px;
}

#slideshow li.nomargin {
	margin-left: 0;
}

div#footer {
	float: left;
	margin-top: 2px;
	padding: 2px;
	width: 946px;
	margin-bottom: 2px;
}

div#footer ul  {
	list-style-type: none;
	float: right;
}

div#footer ul li  {
	display: inline;
	padding: 0 6px;
	margin: 0 10px;
}

div#poweredby {
	width: 950px;
	float: left;
	padding-top: 3px;
	text-align: right;
	color: #009EE0;
}

div#poweredby a {
	color: #009EE0;
}

div#poweredby p {
	width: 475px;
	float: left;
	text-align: right;
}

div#contactLeft {
	width: 500px;
	float: left;
}

div#contactRight {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

ul#accountlist {
	list-style: none;
	margin-bottom: 30px;
}

ul#accountlist li {
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 5px;
}

ul#accountlist li a {
	line-height: 16px;
	padding-left: 20px;
}

ul#accountlist li a img {
	margin-right: 3px;
}

div#account_sub {
	margin-top: 10px;
}

.ideal_logo {
	margin-left: 5px;
	margin-top: 10px;
}

.productproperties {
	margin-top: 10px;
	text-align: right;
}
