body
{
	margin:0px;
	padding:0px;
	background: #38281B;
	color: #000000;
	font: normal 12px 'arial';
}

/*----------------------------GENERAL-----------------------------*/

.spacer
{
	clear:both;
}

a,
a:visited,
a:hover,
a:active
{
	text-decoration:none;
	color: #6B5A52;
}

h1,h2,h3,h4,h5,h6,p,ul
{
	margin:0px;
	padding:0px;
}

img
{
	border:none;
}

#page
{
	width:100%;
}

#main
{
	width: 942px;
	clear:both;
	margin: 0px 0px 30px 0px;
}

table.container
{
	width:900px;
	clear:both;
	margin: 5px 0px 0px 0px;
}

/*----------------------------HEADER-----------------------------*/

#header
{
	width: 900px;
	height:260px;
	background: #ffffff;
	position:relative;
}

#contact_field
{
	width: 900px;
	text-align:right;
	margin: 15px 0px 12px 0px;
}

.logo
{
	width: 192px;
	height:89px;
	position:absolute;
	top:75px;
	left:55px;
}

.logobg
{
	width: 192px;
	height:89px;
	position:relative;
	display:block;
	background: url(../images/logo.png);
}

#contact_field p
{
	font: normal 11px 'arial';
	color:#BAB0A7;
	text-align:right;
	border-right: 1px solid #BAB0A7;
	width:280px;
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 220px;
	float:left;
}

#contact_field p a
{
	font: normal 11px 'arial';
	color:#6C4E32;
	text-decoration:underline;
}

#contact_field h1
{
	font: normal 11px 'arial';
	color:#BAB0A7;
	text-align:right;
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 10px;
	width:150px;
	float:left;
}

#contact_field h2
{
	font: bold 26px 'arial';
	color:#734D29;
	text-align:right;
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	width:173px;
	float:left;
}

#contact_field p a:hover
{
	text-decoration:none;
}

/*----------------------------MENU-----------------------------*/

#mainmenu
{
	width: 900px;
	height:30px;
	background: #251601;
}

#mainmenu a
{
	color: #7E7361;
	display: block;
	float:left;
	line-height: 20px;
	font: bold 13px 'arial';
	padding: 7px 30px 7px 30px;
	border-right: 1px solid #382818;
	border-left: 1px solid #382818;
	margin-left: -1px;
	background: #251601;
}

#mainmenu a:hover
{
	color: #251601;
	background: #7E7361;
}

/*----------------------------SUBMENU-----------------------------*/

#submenu_box
{
	width:245px;
	margin: 5px 0px 0px 5px;
}

#submenu_box a
{
	color: #372416;
	display: block;
	width: 235px;
	font: bold 12px 'arial';
	padding: 7px 0px 7px 12px;
	margin: 0px 0px 3px 0px;
	background: #9A918A url(../images/sub_arrow.png) right no-repeat;
}

#submenu_box a:hover
{
	color: #ff0000;
}

/*----------------------------CONTENT-----------------------------*/

td.left,
td.mid,
td.right
{
	height: 410px;
}

td.left
{
	background: #C3BEBA;
	width: 255px;
}

td.mid
{
	background: #ffffff;
	width: 460px;
	border-left: 5px solid #38281B;
	border-right: 5px solid #38281B;
	padding: 12px 20px 0px 15px;
}

td.mid h1
{
	color: #6B5A52;
	font: bold 11px 'arial';
	padding: 12px 20px 10px 0px;
}

td.mid p
{
	color: #6B5A52;
	font: normal 10px 'arial';

}

td.right
{
	background: #4C3E33;
	width: 165px;
}

td.right h1
{
	background: #736960;
	color: #ffffff;
	font: bold 12px 'arial';
	padding: 7px 0px 7px 10px;
	border-bottom: 5px solid #38281B;
}

td.right h2
{
	color: #ffffff;
	font: bold 11px 'arial';
	padding: 7px 10px 0px 10px;
}

td.right p
{
	color: #ffffff;
	font: normal 11px 'arial';
	padding: 0px 10px 0px 10px;
}

td.right .logo2
{
	margin:80px 0px 2px 10px;
}

/*----------------------------FOOTER-----------------------------*/

#footer
{
	width: 900px;
	height:20px;
	background: #736960;
	margin: 5px 0px 0px 0px;
}

#footer p,
#footer span
{
	font: bold 10px 'arial';
	padding: 4px 5px 0px 10px;
	float:left;
	color:#efefef;
}

#footer span
{
	float:right;
}

/*----------------------------IE BUG FIXING-----------------------------*/

* html #contact_field p
{
	margin:0px 0px 0px 125px;
}

* html .logobg
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.proiectephp.ro/decoratie/images/logo.png');
}

* html #submenu_box a
{
	width: 245px;
}

* html #submenu_box
{
	margin: 5px 0px 0px 6px;
}

DIV.product_small {
	width:93px;
	height: 93px;
	background: url(../images/product_pic.png);
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	overflow: hidden;
}

* html DIV.product_small {
	margin-right: 10px;
}

DIV.product_text {
	position: absolute;
	left: 2px;
	top: 0px;
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	width: 90px;
	height: 30px;
}

DIV.product_text_shadow {
	position: absolute;
	left: 1px;
	top: 1px;
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	width: 90px;
	height: 20px;

}

DIV.product_text_shadow A {
	color: #ffffff;
	text-decoration: none;
}

DIV.product_text_holder {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 15px;
}

DIV.product_img {
	width: 100%;
	height: 45px;
        clear:both;
	text-align: center;
	vertical-align: bottom;
	margin-top: 20px;
}

DIV.product_text__ {
	width: 100%;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #FF0100;
	text-align: center;
	padding: 0px;
}
.line {
	background: url(../images/witte_lijn.gif);
	background-repeat: no-repeat;
}

/*basket*/
DIV.basket_list {
	width: 100%;
	/*height: 300px;*/
	margin-top: 10px;
	/*overflow: auto;*/
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #555555;
	scrollbar-highlight-color: #555555;
	scrollbar-shadow-color: #555555;
	scrollbar-track-color: white;
	margin-bottom:10px;
font: normal 10px 'arial';
}

DIV.basket_buttons A {
	font-family: arial;
	font-size: 10px;
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

DIV.basket_buttons A:hover {
	text-decoration: underline;
}

TABLE.bascket_table {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 100%;
        margin-bottom: 10px;
}

TABLE.bascket_table TH {
	font-family:arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

TABLE.bascket_table TD {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

TABLE.bascket_table TD.data_td {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

TABLE.bascket_table TD A {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


TABLE.bascket_table TD A:hover {
	font-family: arial;
	font-size: 10px;
	color: #555555;
	font-weight: bold;
	text-decoration: underline;
}

INPUT.qt_input {
	border: 1px solid #555555;
	background: #ffffff;
	color: #000000;
	font-family:arial;
	font-size: 10px;
	font-weight: bold;
	width: 40px;
	text-align: right;
}


INPUT.data_input {
	border: 1px solid #555555;
	background: #ffffff;
	color: #000000;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	width: 200px;
	text-align: left;
}



TEXTAREA.data_input {
	border: 1px solid #555555;
	background: #ffffff;
	color: #000000;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	width: 200px;
	height: 100px;
	text-align: left;
}

SELECT.baket_sel {
	width: 100px;
	border: 1px solid #555555;
	background: #ffffff;
	color: #000000;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
}

#naamsvermelding a, #naamsvermelding p {
	font-family: Verdana, Arial, Tahoma;
	font-size: 9px;
	color: #fa7624;
}
a.selcateg_name {
  font-family:Arial;
  font-size: 11px;
  text-decoration: none;
  font-weight:bold;
  float:left;
  display:block;
}
DIV.text_category   {
clear:both;
  font-size:12px;
  margin-top: 5px;
  text-align:left;
}

DIV.text_category p {
  text-align:left;
  padding:0px;
  margin:0px;
  font-size:12px;
}

a.terug {
  float:right;
}