.shopcartinput {
	font-weight: bold;
	font-size: 1.5rem;
	color:#fff;
	background-color:#5E86B2;
	border-style: none;
}

.shopcartqty {
	font-weight: bold;
	font-size: 1.2rem;
	color: #fff;
	background-color:#31659c;
	border: thin #000066 solid;
}

.shopcartheader {
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
}

.shopcarttext {
	font-size: 1.2rem;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	background: #5E86B2;
}

.shopcarttextbig {
	font-size: 1.4rem;
}

.shopcartInputRadio {
	border: none;
	padding: 4px 5px 6px 0px;
	border-radius: 5px;
}

.isChecked {
	background-color: #d6eaff;
}

.shopcartlink {
	font-size: 1.4rem;
	font-style: normal;
	font-weight: normal;
	color: #fff;
}

.shopcartTR {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color: #4c75a1;
	font-size: 1.3rem;
	letter-spacing: 0.06rem;
	line-height: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	vertical-align: bottom;
	padding: 3px 0px 3px 5px;

}

.shopcartTR1 {
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: bottom;
	padding: 3px 0px 3px 5px;
	background-image:url(/images/site/background_orange.png);
	background-repeat:repeat-x;
	background-position:bottom;
	border: 1px solid #ff9c3f;

}

.shopcartitems {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2.4rem;
}

.shopcartupdate {
	font-weight:900;
	font-size: 1.2rem;
	color:#fff;
	background-color:rgb(49,101,156);
	border: thin #000066 solid;
}

.shopcarttd {
	background-color: #5E86B2;
}

.shopcarttextinput .shopcartfield {
     font-size: 1.2rem;
	 text-align: right;
	 padding-right: 10px;
}

.shopcarttextinput input[type=text], input[type=password], input[type=email], input[type=tel], input[type=search], input.text, textarea, select {
	font-family: Arial, Sans-Serif;
	font-size: 1.4rem;
	margin-bottom: 0px;
	padding: 3px;
	border: solid 1px #b7bab0;
 } 

.shopcarttextinput input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=search]:focus, input.text:focus, textarea:focus, select:focus {
	border-color: #5e86b2;
	outline: none;
}

.shopcarttextinput input[type=text]:active, input[type=password]:active, input[type=email]:active, input[type=tel]:active, input[type=search]:active, input.text:active, textarea:active, select:active {
	border-color: #5e86b2;
	outline: none;
}

.shopcarttextinput input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=search]:hover, input.text:hover, textarea:hover, select:hover {
	border-color: #5e86b2;
	outline: none;
}

.shopcarttextinput .shopcartselect {
	font-size: 1.4rem;
	margin-bottom: 0px;
	padding: 3px;
	border: solid 1px #5E86B2;
}

.shopcarttextinput .shopcartnoselect {
	font-size: 1.4rem;
	color: #96969a;
	margin-bottom: 0px;
	padding: 3px;
	border: solid 1px #96969a;
}

.shopcartmemo {
	font-size: 1.0rem;
	font-weight: normal;
	color:#000000;
}

.memoborder	{
	border: 3px solid rgb(49,101,156);
}

.memobordertop {
	border-top: 2px solid rgb(49,101,156)
}

.shopcartLAND {
	background-color: #fff;
	color: #5E86B2;
}

.kassakoopjeTABLE {
	text-align: left;
    padding: 3px 3px 3px 3px;
}

.kassakoopjeBODY {
	font-size: 1.2rem;
    padding: 3px;
	background-color: #f0f0f0;
}

.kassakoopjePRIJS {
	font-size: 1.6rem;
	font-weight: bold;
	color: #FF0000;
}

.verzendwijze {
	font-size: 1.4rem;
	width: 305px;
	padding: 3px;
}

.betaalwijze {
	font-size: 1.4rem;
	width: 305px;
	padding: 3px;
}

.popheader {
	font-size: 1.2rem;
	font-weight: bold;
	color: #FF0000;
}

.poptext {
	font-size: 1.1rem;
}

.knop_groen {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border-left: 1px solid #00c700;
	border-top: 1px solid #00c700;
	border-right: 1px solid #005200;
	border-bottom: 1px solid #005200;
	background-color: #009400;
	font-size: 1.2rem;
	letter-spacing: 0.04rem;
	font-weight: bold;
	color: #FFF;
	cursor:pointer;
	line-height: 1.8rem;
	text-align: center;
	background-image:url(/images/site/knop_groen.png);
	background-repeat:repeat-x;
	text-decoration: none;
}

a.knop_groen {
	color: #FFF;
	text-decoration: none;
}

a.knop_groen:visited {
	color: #FFF;
	text-decoration: none;
}

a.knop_groen:active {
	border-left: 1px solid #005200;
	border-top: 1px solid #005200;
	border-right: 1px solid #00c700;
	border-bottom: 1px solid #00c700;
}

a.knop_groen:hover {
	background-image:url(/images/site/knop_groena.png);
	background-repeat:repeat-x;
	color: #FFF;
	text-decoration: none;
}

.knop_groen1 {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border-left: 1px solid #00c700;
	border-top: 1px solid #00c700;
	border-right: 1px solid #005200;
	border-bottom: 1px solid #005200;
	background-color: #009400;
	font-size:1.5rem;
	letter-spacing: 0.1rem;
	color: #FFF;
	cursor:pointer;
	background-image:url(/images/site/knop_groen1.png);
	background-repeat:repeat-x;
	text-decoration: none;
}

a.knop_groen1 {
	color: #FFF;
	text-decoration: none;
}

a.knop_groen1:visited {
	color: #FFF;
	text-decoration: none;
}

a.knop_groen1:hover {
	background-image:url(/images/site/knop_groen1a.png);
	background-repeat:repeat-x;
	color: #FFF;
	text-decoration: none;
}
a.knop_groen1:active {
	line-height: 1.9rem;
	border-left: 1px solid #005200;
	border-top: 1px solid #005200;
	border-right: 1px solid #00c700;
	border-bottom: 1px solid #00c700;
}

.knop_groen1_bg  {
	padding-right: 25px;
	background-position: top right;
	background-image:url(/images/kopen_wit.png);
	background-repeat:no-repeat;
}

.knop_rood {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border-left: 1px solid #e2002a;
	border-top: 1px solid #e2002a;
	border-right: 1px solid #7a0017;
	border-bottom: 1px solid #7a0017;
	background-color: #be0023;
	font-size: 1.2rem;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	cursor:pointer;
	text-decoration: none;
}

.knop_blauw {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border-left: 1px solid #3d7ec2;
	border-top: 1px solid #3d7ec2;
	border-right: 1px solid #214468;
	border-bottom: 1px solid #214468;
	background-color: #31659c;
	font-size: 1.2rem;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	cursor:pointer;
	background-image:url(/images/site/knop_blauw.png);
	background-repeat:repeat-x;
	text-decoration: none;
	outline:0;
}

a.knop_blauw {
	color: #FFF;
	text-decoration: none;
}

a.knop_blauw:visited {
	color: #FFF;
	text-decoration: none;
}

a.knop_blauw:hover {
	background-image:url(/images/site/knop_blauwa.png);
	background-repeat:repeat-x;
	color: #FFF;
	text-decoration: none;
}

a.knop_blauw:active {
	border-left: 1px solid #214468;
	border-top: 1px solid #214468;
	border-right: 1px solid #3d7ec2;
	border-bottom: 1px solid #3d7ec2;
}

.knop_blauw1 {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border-left: 1px solid #3d7ec2;
	border-top: 1px solid #3d7ec2;
	border-right: 1px solid #214468;
	border-bottom: 1px solid #214468;
	background-color: #009400;
	font-size:1.5rem;
	letter-spacing: 0.1rem;
	color: #FFF;
	cursor:pointer;
	background-image:url(/images/site/knop_blauw1.png);
	background-repeat:repeat-x;
	text-decoration: none;
}

a.knop_blauw1 {
	color: #FFF;
	text-decoration: none;
}

a.knop_blauw1:visited {
	color: #FFF;
	text-decoration: none;
}

a.knop_blauw1:hover {
	background-image:url(/images/site/knop_blauw1a.png);
	background-repeat:repeat-x;
	color: #FFF;
	text-decoration: none;
}
a.knop_blauw1:active {
	line-height: 1.9rem;
	border-left: 1px solid #214468;
	border-top: 1px solid #214468;
	border-right: 1px solid #3d7ec2;
	border-bottom: 1px solid #3d7ec2;
}

.knop_blauw1_bg  {
	padding-right: 25px;
	background-position: top right;
	background-image:url(/images/kopen_wit.png);
	background-repeat:no-repeat;
}


.container_sc {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.container_sc .sc_stap {
	width: 86px;
	height: 163px;
	text-align: center;
	float: left;
	display: inline;
	font-size: 1.3rem;
}

.container_sc .sc_stap_tussen {
	width: 15px;
	text-align: center;
	float: left;
	display: inline;
}

.container_sc .sc_stapdetail {
	margin-left: auto;
	margin-right: auto;
	width: 65px;
	border: 1px solid #214468;
	margin-top: 3px;

}

.container_sc .sc_image {
	width: 100%;
	height: 66px;
	border-bottom: 1px solid #214468;
	overflow: hidden;
}
.container_sc .aan {
	background-color: #b8ffb6;
}
.container_sc .uit {
	background-color: #ff6666;
}

.container_sc .sc_updates {
	width: 100%;
	height: 15px;
}

.container_sc .sc_email {
	width: 30px;
	height: 15px;
	float: left;
	display: inline;
	text-align: center;
}

.container_sc .sc_sms {
	width: 30px;
	height: 15px;
	float: right;
	display: inline;
	text-align: center;
	border-left: 1px solid #214468;
}

.container_sc .sc_date {
	width: 100%;
	height: 35px;
	padding-top: 5px;
	font-size: 1.1rem;
	border-top: 1px solid #214468;
}
	
.container_sc .sc_extra_info {
	clear: both;
	min-height: 50px;
	margin: 0px 119px 0px 110px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #214468;
}


.sc_container {
	width: 834px;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sc_producten {
	width: 834px;
	text-align: left;
}

.sc_prodregel {
	border-bottom: 1px solid #b7bab0;	
    box-sizing: border-box;
    margin-bottom: 0rem;
    overflow: hidden;
    padding: 1rem 0 0;
    position: relative;
    vertical-align: bottom;
    width: 100%;
}

.sc_prodimage {
    border: 1px solid transparent;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0 0 1rem;
    text-align: center;
    vertical-align: top;
    width: 8rem;
}

a.sc_prodimage:hover {
	border: 1px solid #b7bab0;	
}

.sc_prodomschrijving {
    color: #111;
    display: block;
    float: left;
    margin-bottom: 1rem;
    text-transform: none;
    width: 500px;
}

.sc_prodomschrijving_link {
	font-size: 1.6rem;
	font-weight: bold;
}

.sc_prodomschrijving_p {
    line-height: 2.0rem;
	padding: 0px 10px 0px 10px;
}


.sc_prodlevertijd {
    display: block;
    float: left;
}

.sc_prodaantal {
    display: block;
    float: left;
}

.sc_prodaantal_fixed {
	font-size: 1.6rem;
    display: block;
    float: left;
}


.sc_prodprijs {
    display: block;
    float: right;
    text-align: right;
    font-size: 1.4rem;
    margin-left: 2rem;
    margin-right: 1.4rem;
	padding-top: 5px;
    width: 100px;
}