/**
 * Author: Niek Saarberg <n.saarberg@gmail.com>
 *
 * Css voor bestel functionaliteiten 
 */

div#contentinhoud
{
	padding: 20px 0px 0px 5px;	
	position: relative;
}

div#bestellen { 
	
	position: absolute; 
	left: 490px;
	top: 30px;
	
	margin: 0px 0px 0px 7px;
	
	width: 292px;
	
	background-color: #0f0f0f;
}

div#bestellen * {
	
	text-align: left;
	font-size: 12px;
	font-family: verdana;
}

div#bestellen * td {
	
	color: white;
}

div.bestellen-titel {
	
	height: 17px;
	padding-top: 3px;
	color: white;
	
	font-weight: bold;
	text-indent: 4px;
	border-bottom: 1px solid #5d5d5d;
}

div.bestellen-spacer {
	
	/*height: 408px;*/
}

table.bestellen-table {
	
	width: 100%;
}

table.bestellen-table thead {
	
	font-weight: bold;
}

input.bestellen-prijs {
	
	width: 40px;
	border: 1px solid #979ea5;
}

div.bestellen-effect-row {
	
	height: 37px;
	
	background-color: #181818;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	
	text-align: center;
}

a.bestellen-effect-knop {
	
	float: left;
	
	display: block;
	
	height: 37px;
	width: 33%;
	
	border-right: 1px solid #000;
	
	background-image: url('../images/eye.gif');
	background-repeat: no-repeat;
	background-position: center 17px;
	
	background-color: #181818;
	
	text-align: center !important;
	color: white;
	text-decoration: none;
	font-size: 11px;
}

a.bestellen-submit {
	
	display: block;
	
	width: 116px;
	height: 23px;
	
	padding-top: 7px;
	margin: 6px;
	
	background-color: #383838;
	border: 1px solid #c0c0c0;
	
	text-align: center !important;
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

div#image-holder
{

	margin-top: 10px;
	text-align: left;	
}

div.bestellen-winkelwagen {
	
	float: right;
	width: 150px;
	height: 38px;
	padding-top: 5px;
	line-height: 16px;
	color: white;
}

div.bestellen-winkelwagen a {
	
	
	color: #fff;
}

div.bestellen-winkelwagen a:hover {
	
	text-decoration: underline;
}

/**
 * Winkelwagen
 **/
div#winkelwagen {
	
	background-color: #fff;
	color: #000;
	
	font-family: Arial;
}

table.winkelwagen-table {
	
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	table-layout: fixed;
	width: 100%;
}

table.winkelwagen-table tr th {
	
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 6px;
	vertical-align: top;
	font-size: 12px;
}

table.winkelwagen-table tr td {
	
	padding-bottom: 8px;
	padding-top: 8px;
	vertical-align: top;
	font-size: 12px;
}

.ww-row-artikel {
	
	padding-left: 6px;
	width: 260px;
	text-align: left;
}

.ww-row-aantal {
	
	padding-left: 6px;
	width: 80px;
	background-color: #e6e6e6;
	text-align: center;
}

.ww-row-effect {
	
	padding-left: 6px;
	width: 80px;
	text-align: left;
}

.ww-row-prijs {
	
	padding-right: 6px;
	width: 70px;
	background-color: #e6e6e6;
	text-align: right;
}

.ww-row-totaal {
	
	padding-right: 6px;
	width: 70px;
	text-align: right;
}

.ww-row-verwijder {
	
	padding-left: 6px;
	background-color: #e6e6e6;
	color: #e6e6e6;
}

td.ww-row-artikel a img {
	
	float: left;
	border-width: 0px;
	margin-right: 3px;
}

td.ww-row-verwijder a {
	
	color: #000;
}

td.ww-row-artikel, td.ww-row-aantal, td.ww-row-effect, td.ww-row-prijs, td.ww-row-totaal, td.ww-row-verwijder {
	
	border-bottom: 1px solid #c0c0c0;
}

td.ww-row-blank {
	
	font-size: 0px;
	height: 10px;
	background-color: transparent;
}

td.ww-row-subtotaal {
	
	background-color: #fff;
	border-width: 0px;
	padding-top: 4px !important;
	padding-bottom: 2px !important;
}

td.ww-row-line {
	
	border-bottom-width: 1px;
}

a.ww-button, input.ww-button {
	
	display: block;
	float: right;
	
	background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	
	text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:6px 10px 5px 26px;
    
    background-image: url('../images/tick.png');
    background-repeat: no-repeat;
    background-position: 6px center;
    
    margin-top: 6px;
    margin-bottom: 6px;
    
    outline: 0px;
}

input.ww-button-fix, input.ww-button:active {
	
	padding:5px 10px 4px 22px;
	font-size: 12px;
	font-family: arial;
}

a.ww-back {
	
	background-image: url('../images/basket.png');
}

a:hover.ww-button, input.ww-button:hover {
	
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}

a.ww-remove {
	
	float: left;
	background-image: url('../images/cross.png');
	margin: 0px;
}

a:hover.ww-remove {
	
	background-color: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}

/* Adresgegevens */

th.ww-row-bold {
	
	font-weight: bold;
	padding-bottom: 4px !important;
	border-bottom: 1px solid #c0c0c0;
}

td.ww-row-ag {
	
	text-align: right;
	padding: 4px !important;
}

td.ww-row-ag-input {
	
	padding: 4px !important;
}

td.ww-row-ag-input input {
	
	border: 1px solid #cecece;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    
    font-size: 11px;
    
    width: 160px;
}

td.ww-row-message {
	
	padding-top: 12px !important;
	
	font-size: 10px !important;
	text-align: center;
}

div.ww-form-message {
	
	position: absolute;
	
	height: 15px;
	
	border: 1px solid #ff7979;
	border-bottom: 1px solid #ff3a3a;
	border-right: 1px solid #ff3a3a;
	
	background-color: #ff9999;
	
	color: white;
	font-size: 11px;
	
	padding-left: 4px;
	padding-right: 4px;
}

table.ww_user_form {
	
	margin: 6px;
	border: 1px solid #c0c0c0;
	
	float: right;
	width: 28%;
	
	font-size: 12px;
}

td.ww-user-first {
	
	font-weight: bold;
	text-align: right;
	
	padding-right: 6px;
}

th.ww-user-title {
	
	font-weight: bold;
	
	border-bottom: 1px solid #C0C0C0;
}

div#bestellen a
{
	color: white;
	display: inline;

}


span#bestellen-total-price
{
	display: block;
	margin-top: 2px;
	color: white;
}