/* @override 
	http://hekwerkshop.nl/css/public.css
	http://hekwerkshop.loc/css/public.css
	http://www.hekwerkshop.nl/css/public.css
	http://test.hekwerkshop.nl/css/public.css
*/

body {
	scrollbar-base-color: #00672C;
	margin: 0px;
	padding: 0px;
	color: #777777;
	font: normal 12px/1.5em Tahoma, verdana, arial, sans-serif;
}

h1, h2, h3, h4, h5 {
	margin-top: 1.2em;
	margin-bottom: 0.5em;
}
h5 {
	margin-top: 0.5em;
	margin-bottom: 0;
}

p {
	margin-top: .2em;
	margin-bottom: 2em;
}

a, a:link, a:visited, a:active, a:focus	{ 
	color: #666666; 
	text-decoration: none;
	outline: 0;
}

a:hover	{ 
	color: #333333; 
	text-decoration: underline;
}

ul, ol {
	margin-bottom: 1em;
	margin-top: 0.5em;
	padding-left: 1.5em;
}
ol li {
	margin-bottom: 1em;
}
ul.nobul {
	list-style-type: none;
	padding-left: 0;
}

a img {
	border-style: none;
	outline: 0;
}

img.right {
	float: right;
	margin: 0 0 20px 20px;
}




table {
	border: 1px solid #e7e7e7;
	font-size: 0.9em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

td, th {
	padding: 1px 3px;
	vertical-align: top;
}

th {
	font-size: 1em;
	background-color: #eee;
	line-height: 2em;
}




table.prt_tabel td {
	margin: 0;
	padding: 3px;
}

tr.tr_onev {
	background-color: #fefefe;
}
tr.tr_ev {
	background-color: #f6f6f6;
}

.clear {
	clear: both;
}

div.last.column {
	margin-left: 2em;
}

.message {
	color: red;
	font-size: 120%;
}

/* @group Header */

#header {
	background-color: #00672C;
	width: 100%;
}
#cart_btn {
	width: 310px;
	min-height: 80px;
	height: auto;
	float: right;
	position: absolute;
	top: 38px;
	background: url(../picts/cart.png) no-repeat 270px top;
	text-align: right;
	right: 0;
	padding-right: 100px;
	z-index: 20;
}
#cart_btn span {
	text-align: right;
	position: relative;
	right: 40px;
	color: white;
	top: 11px;
}

#cart {
	background-color: rgba(0,0,0,0.6);
	color: white;
	position: relative;
	padding: 25px 5px 5px 15px;
	
	-webkit-box-shadow: 3px 1px 50px #333; 
	-moz-box-shadow: 0px 1px 50px #333;
	box-shadow: 10px 10px 5px #333; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	display: none;
	top: 25px;
	right: -90px;
	z-index: 50;
}
#cart th {
	background: none;
}

#header_top {
	height: 70px;
	width: 100%;
}
object#logo {
	float: left;
	width: 625px;
	overflow: hidden;
}

#header_top a img {
	float: right;
	border: 1px outset white;
	margin: 4px;
	position: absolute;
	right: 5px;
	top: 2px;
}
.bar {
	height: 3px; 
	border-top: #003300 1px solid; 
	border-bottom: #003300 1px solid;
	background-image: url(../picts/bar.jpg);
}

#header_img {
	background: url(../picts/background-picture-end.jpg) repeat-x 0 221px;
	overflow: hidden;
}

#img_trans {
	position: absolute;
	height: 208px;
	width: 220px;	
	overflow: hidden;
	z-index: 10;
	background: url(../picts/menu_bg.png) repeat-y;
}
.trans { 
	-moz-opacity:.40;
	opacity:.40;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter:alpha(opacity=40);
}

/* @end */

/* @group Content */

/* @group webwinkel */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.bestform {
	position: relative;
	float: left;
	width: 100%;
}


/* Skin */
.ui-tabs-nav {
    list-style: none;
	padding-left: 0;
	margin-left: 0;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    font-weight: bold;
	background-color: #e0e0e0;
	text-align: center;
	margin-right: 2px;
	top-left-radius: 4px;
	top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	behavior: url(/PIE.htc);
}
.ui-tabs-nav li.last {
	margin-right: 0;
	float: right;
}


#shop_tabs {
	min-height: 200px;
}
#shop_tabs .toprow {
	margin-bottom: 1em;
}
#shop_tabs ul {
	border-bottom: 1px solid silver;
	width: 100%;
}
#shop_tabs .ui-tabs-nav li {
	display: block;
	padding: 0.5em 1.5em 0;
}

#shop_tabs li.ui-tabs-selected.ui-state-active {
	background-color: #c5cdc5;
	padding-bottom: 2px;
}
#shop_tabs .ui-widget-content.ui-corner-bottom {
	margin-top: 1.5em;
}
.ui-tabs-nav a, .ui-tabs-nav a:link, .ui-tabs-nav a:visited {
   color: #777;
    line-height: 2em;
}

.ui-tabs-nav .ui-tabs-selected a {
	color: #00672C;
}
#shop_tabs table {
	width: 100%;
	float: left;
}

#lev_vw {
	margin: 15px;
	color: #28672c;
	clear: both;
}

#ga_verder {
	position: absolute;
	top: 0;
	right: 0;
}
#ga_verder_space {
	position: relative;
	height: 25px;
}

/* @end */

/* @group forms */
#cont input, #cont textarea {
	width: 300px;
	margin-left: 2em;
}

/* @end */

/* @group Left Coll */

#left_col {
	width: 220px;
	position: relative;
	float: left;
	padding: 0; 
	white-space:nowrap;
	overflow: hidden;
}
#banner2 {
	float: left;
	background-image: url(../picts/menu_sel.gif);
	color: white;
	width: 220px;
	white-space: normal;
	padding-left: 10px;
	padding-top: 1em;
	padding-bottom: 1em;
}
#banner2 p {
	margin-bottom: 0.5em;
}

#banner2 a {
	color: white;
}

a#vrmblogo {
	display: block;
	background: url(../images/vanrenswoude.png) no-repeat -7px -167px;
	width: 204px;
	height: 28px;
	text-indent: -1000px;
	margin-bottom: 1em;
}

a#vrmblogo:hover {
	background: url(../images/vanrenswoude.png) no-repeat -7px -190px;
}

/* @group Menu */
#menu {
	position: relative;
	float: left;
}
#menu a:active, 
#menu a:hover 	{ 
	background-image: url(../picts/menuon.gif);
	background-color:#CCCCCC;
	color: #00672C;
}
#menu ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
#menu li a {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 10px;
	line-height: 24pt;	
	height: 32px;
	width: 220px;
	cursor: pointer;
	display: block;
	background-image: url(../picts/menu.gif);
	background-color:#00672C;
	border-top: #1A944E 1px solid;
	border-bottom: #066830 1px solid; 	
}
#menu li.selected a {
	background-image: url(../picts/menu_sel.gif);
	color: white;
	font-size: 1.2em;
}
#menu li.selected a:hover {
	color: #f1fef3;
}
#menu li.selected li a:hover {
	color: #004216;
}
#menu li ul.pages {
	text-shadow: #a8a8a8 1px 1px 1px;
	font-size: 0.9em;
}
#menu li ul.pages li {
		background: #CCCCCC url(../picts/menuon.gif) repeat-x 0 0;
}
#menu li ul.pages li a {
	color: #00672C;
	line-height: 30px;
	background-image: none;
	background-color: transparent;
	border-style: none;
	font-weight: normal;
	font-style: normal;
	text-indent: 25px;
}

#menu li ul.pages li.selected a {
	font-weight: bold;
	font-size: 1em;
}


/* @end */



/* @end */

#core {
	width: 100%;
	min-width: 940px;
	position: relative;
	float: left;
	background: url(../picts/menu_bg.png) repeat-y;
}

.kader {
	background-color: #f4f4f4;
	font-size: 0.9em;
	padding: 10px;
	margin-bottom: 2em;
}
.kader h4 {
	margin-top: 0;
}

#page-content {
	min-width: 500px;
	width: 72%;
	position: relative;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 3em;
	float: left;
}

#main_text {
	float: left;
	width: 60%;
}



/* @end */

/* @group footer */

#footer {
	position: relative;
	float: left;
	background: url(../picts/background-bottom-shade.gif) repeat-x;
	width: 100%;
}

.copyright{ 
	
	color: #999999;
	font-size: 0.8em;
	float: left;
	position: relative;
	margin: 10px;
}

#links	{ 
	color: #999999;
	font-size: 0.8em;
	float: right;
	position: relative;
	margin: 10px;
}



/* @end */

ul.buttons {
	list-style-type: none;
	position: relative;
	margin-left: -5px;
	padding-left: 0;
	width: 101.5%;
	float: left;
	margin-bottom: 2em;
	margin-top: 1.5em;
}

ul.buttons li {
	width: 32%;
	display: inline;
	overflow: hidden;
	float: left;
	margin-right: 1%;
}
ul.buttons li:last-child {
	margin-right: 0;	
}
ul.buttons li img {
	width: 100%;
	height: auto;
}

#bigimages {
	float: right;
}

div.lable {
	width: 120px;
	float: left;
}


.box {
	float: left;
	width: 49%;
	margin-bottom: 1em;
}
.box.derde {
	width: 31%;
	margin-right: 2%;
}

.row {
	clear: both;
}
.row .combi {
	float: right;
	width: 161px;
}
.derde .row .combi {
	float: right;
	width: 123px;
	padding-right: 13px;
}


.row textarea {
	width: 95%;
}

.btn {
	color: white !important;
	display: inline-block;
	padding: 4px 6px;
	background-color: #007f46;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
		-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: -0px 0px 2px rgba(0,0,0,0.4);
	box-shadow: -0px 0px 2px rgba(0,0,0,0.4);
	behavior: url(PIE.htc);
}

.row input, .row select {
	float: right;
	min-width: 45%;
	margin-right: 12px;
}
.row input[type=file] {
	margin-right: -52px;
}

.row input.left {
	float: left;
	width: 80px;
}

.row input.radio {
	width: auto;
	float: none !important;
}
ul.checklist {
	max-height: 100px;
	overflow: auto;
	list-style-type: none;
	border: 1px solid silver;
	padding: 0.5em;
	margin-bottom: 0;
}

ul.checklist li {
	clear: both;
	width: 100%;
}

ul.checklist li input {
	float: left;
	margin-right: 1em;
}
li span {
	float: left;
	width: 47px;
}
li span.code {
	width: 100px;
}
li span.naam {
	width: 300px;
}

#opties .row input {
	width: auto;
	float: left;
}

#opties .derde .row input {
	width: auto;
	float: right;
}
#child_list form {
	float: left;
	margin-right: 10px;
}
#child_list input {
	margin-right: 1em;
}

#child_list input[type=text] {
	width: 50px;
	
	text-align: right;
}
td.bestek {
	background-color: #eee;
}
.bestek select {
	width: 125px;
	text-align: center;
}
.bestek input {
	width: 125px;
	text-align: right;
}

input.result {
	border-style: none;
	font-weight: bold;
	color: #00672c;
	text-align: right;
}

input.sl_pos {
	width: 45px;
	margin: 0;
	padding: 0;
}
#pgs {
	float: left;
	height: 220px;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	width: 100%;
}
#pgs h2 {
	font-size: 16px;
}

#pgs img {
	height: 150px;
	width: auto;
}

#pgs .pg {
	float: left;
	margin-right: 1em;
	border: 1px solid silver;
	text-align: center;
	padding: 0 0.5em 1em;
}
#pgs li:last-child {
	margin-right: 0em;
}

.pg p {
	width: 250px;
}

#shop_overz .omsch_art_k {
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

table.klantg {
	border-style: none;
	margin-bottom: 0;
}

.klantg label {
	width: 200px;
	display: block;
}


.klantg input, .klantg textarea {
		width: 350px;
}
.klantg input.button {
	width: auto;
}

.klantg input.kl_gegev_pc {
	width: 120px;
}

.klantg  input.kl_gegev_wp {
	width: 210px;
	float: right;
}
.klantg .small td {
	height: 8px;
	line-height: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}
.klantg .small input{
	height: 12px;
	width: 12px;
	margin-left: 2em;
	margin-top: -1px;
}

.klantg .small label {
	width: auto;
	display: block;
	float: left;
}


select.produktgroep {
	width: 100px;
	text-align: right;
	height: 85px;
}


#art_overz {
	width: 100%;
	margin-bottom: 1.5em;
}

td.prijs {
	text-align: right;
}

td.sub {

}

td.tot {
	font-weight: bold;
	border-top: 1px solid gray;
}

td.hoev {
	text-align: right;
}

tr#header {
	font-weight: bold;
	text-align: center;
}

td.zichtb {
	text-align: center;
}

td.art_prijs {
	width: 80px;
}

td.aanp_prijs {
	width: 125px;
}

div.prijs {
	text-align: right;
	float: right;
	padding-right: 5px;
}

div.old_pr {
	text-align: right;
	width: 45px;
	float: left;
}

#art_overz tbody tr td.aanp_prijs form {
	margin: 1px;
}

input.new_pr {
	text-align: right;
	width: 45px;
	margin-left: 10px;
	height: 16px;
	margin-top: 3px;
}

span.hoev {
	float: left;
	width: 32px;
	line-height: 18px;
	margin: 1px;
	text-align: right;
}

input.change {
	height: 18px;
	margin-bottom: 0;
	margin-top: 1px;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 5px;
}


.pr_hoev {
	float: left;
	width: 100px;
}

div.tag {
	float: left;
}

div.data {
	float: right;
	padding-right: 5px;
}

#afb {
	width: 23%;
	float: left;
	padding-left: 2em;
	padding-bottom: 2em;
}

#text {
	width: 50%;
	position: relative;
	float: left;
}

#rechts {
	width: 19%;
	float: left;
	padding-left: 2em;
	padding-bottom: 2em;
	line-height: 1.2em;
}


img.txt {
	width: 100%;
	margin-bottom: 10px;
}

.eigensch {
	
	float: left;
	margin-right: 0;
	margin-bottom: 2em;
	width: 33%;
}
.eigensch.last {
	margin-right: 0;
}
.eigensch ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	width: 85%;
	height: 65px;
	overflow: auto;
}
.eigensch ul.checklist {
	border: 1px solid #176734;
}

td.eigensch {
	width: 130px;
}

select.multi {
	height: 100px;
	width: 120px;
}

div.prt_img {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 280px;
	text-align: right;
}

.prt_img a img {
	margin-bottom: 15px;
}

#prt_txt div.omsch {
	display: table;
	width: 100%;
	margin-top: 3em;
}


.multi_sel {
	width: 125px;
	height: 90px;
}

#page-content object {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

#ideal_logo {
	float: right;
	margin-top: 12px;
	margin-right: 8px;
}

/* @group Actie */

#acties div.actie div.omsch {
	width: 65%;
	float: left;
}

#acties div.actie div.omsch div.bestel {
	width: 200px;
	position: relative;
	float: right;
	background-color: #fafafa;
	padding: 1em;
	-webkit-box-shadow: 0px 0px 2px #AAA; 	
	-moz-box-shadow: 0px 0px 2px #AAA; 	
	box-shadow: 0px 0px 2px #AAA; 	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/PIE.htc);
	border: 1px solid #f4f4f4;
	margin-bottom: 1em;
	margin-left: 1em;
}

#acties table {
	width: 100%;
	float: left;
	border-style: none;
	margin-bottom: 0;
}

#acties table  tr td:last-child {
	text-align: right;
}
#acties .bestel input[type=text] {
	text-align: right;
	width: 50px;
}

img.actie_img {
	width: 30%;
	height: auto;
	margin-left: 5%;
	float: right;
}





/* @end */





