
/* Steenks Service article pages layout */
#adminFunctionsContainer {
	width: 100%;
	height: 40px;
	margin-bottom: 0px;	
}

#export {
	width: 400px;
	float: left;
}

#searchArticles {
	float: right;
	width: 300px;
	text-align: right;
	margin-right: 20px;
}

td.prod_image {
	width: 220px;
	text-align: center;
	border-right-style: solid;
	border-right-color: #dbdbdb;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	border-bottom-width: 1px;
	padding-top: 12px;
	padding-bottom: 6px;
}

td.edit_image {
	width: 220px;
	vertical-align: top;
	border-right-style: solid;
	border-right-color: #dbdbdb;
	border-right-width: 1px;
	padding-top: 12px;
	padding-bottom: 6px;
}

.error {
	color: red;
	font-weight: bold;	
}

.inputerror {
	border: 1px solid #FF0000;
	background: none;
	background-color: #FFD2D2;
	color: #FF0000;
}

td.thumb {
	width: 110px;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
}

td.bold {
	font-weight: bold;
}

td.info {
	vertical-align: top;
	width: 520px;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 6px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	border-bottom-width: 1px;
}

td.edit {
	vertical-align: top;
	width: 520px;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 6px;
}

td.newproduct_nl {
	background-image: url(/images/bg_nieuw_nl.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
}

td.newproduct_en {
	background-image: url(/images/bg_nieuw_en.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
}

td.newproduct_de {
	background-image: url(/images/bg_nieuw_de.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
}

td.thumbnails {
	padding-top: 6px;
	border-style: solid;
	border-color: #dbdbdb;
	border-width: 0px 1px 0px 0px;
	font-weight: bold;
	vertical-align: top;
}

td.opmerkingen {
	padding-top: 6px;
	padding-left: 10px;
	vertical-align: top;
}

img.thumbnail {
	border-style: solid;
	border-color: #dbdbdb;
	border-width: 1px;
}

.occasionEdit {
	line-height: normal;
}

.occasionEdit tr {
	height: 20px;	
}

td.articleSold_nl {
	background-image: url(/images/bg_sold_nl.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
}

td.articleSold_en {
	background-image: url(/images/bg_sold_en.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
}

td.articleSold_de {
	background-image: url(/images/bg_sold_de.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
}

td.articleRented_nl {
	background-image: url(/images/bg_rented_nl.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
}

td.articleRented_en {
	background-image: url(/images/bg_rented_en.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
}

td.articleRented_de {
	background-image: url(/images/bg_rented_de.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
}
/* zelfde plaatje zou in alle talen gelijk moeten zijn woordje demo */
td.articleDemo_nl {
	background-image: url(/images/bg_demo_nl.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
}

td.articleDemo_en {
	background-image: url(/images/bg_demo_nl.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
}

td.articleDemo_de {
	background-image: url(/images/bg_demo_nl.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
}
