/******************************************************************************/
/*                                                                            */
/* CMS Content Management System                                              */
/*                                                                            */
/*                                                                            */
/* Author: Marco van 't Wout                                                  */
/* Email: marco@vtwout.net                                                    */
/*                                                                            */
/******************************************************************************/

/****** STYLE *****************************************************************/
* {
	margin: 0px;
	padding: 0px;
} body, pre, textarea {
	color: #73878f;
	font-size: 12px;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	text-align: left;
} h1 {
	color: #604009;
	font-size: 18px;
	margin: 2px 0px 0px 20px;
} h2 {
	color: #604009;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 6px 0;
}  h3 {
	color: #604009;
	font-size: 11px;
	font-weight: normal;
	margin: 2px 0px 0px 20px;
} p {
	margin: 6px 0px;
} a {
	color: #54562f;
	text-decoration: underline;
} a:hover {
	color: #54562f;
	text-decoration: none;
} img {
	border: 0px;
} hr {
	margin: 7px 0px 6px; _margin: 0px;
	height: 1px;
	border: 0px; 
	border-bottom: 1px solid #dddddd;
} strong {
	font-weight: bold;
} em {
	font-style: italic;
}

/****** LAYOUT ****************************************************************/
html {
	height: 100%;
} body {	
	background-color: #54562f;
	background-image: url(images/background_image.gif);
	background-repeat: repeat-x;
    height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
} div.container {
	width: 881px;
	height:auto;
	height:100%;
} div.stroke_left {
	background-color: #8c912a;
	float: left;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	min-height: 100%;
	height: 100%;
} div.header {
	width: 861px;
	height: 135px;
} div.website {
	float: left;
	position: absolute;
	left: 20px;
	top: 0px;
	width: 861px;
} div.breadcrumb {
	margin: 0 0 0 20px;
	_margin-left: 9px;
	float: left;
} div.menu {
	position: absolute;
	width: 183px;
	float: left;
	top: 145px;
	text-align: right;
	color: #ffffff;
} div.submenu {
	float: right;
	margin-right: 10px;
	font-size: 11px;
} div.footer {
	background-color: #54562f;
	background-image: url(images/content_footer.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	overflow: hidden;
	width: 678px;
	height: 20px;
} div.debug {
	margin: 20px 30px;
	padding: 20px;
	border: 1px solid #73878f;
	background-color: #ffffff;
} div.box {
	color: #604009;
	font-size: 13px;
	line-height: 20px;
	margin: 0px 0px 15px 20px;
	width: 610px;
} div.box h1 {
	margin: 15px 0 0 0;
}

/****** HEADER ****************************************************************/
div.header img {
	float: left;
	width: 187px;
	height: 135px;
} div.header div.header_image {
	background-image: url(images/header.gif);
	float: left;
	width: 674px;
	height: 135px;
}

/****** STROKE_LEFT ***********************************************************/
div.stroke_left div.top {
	border-bottom: 1px #5f620b solid;
	width: 20px;
	height: 135px;
} div.stroke_left div.bottom {
	border-top: 1px #a9ae47 solid;
	width: 20px;
	min-height: 100%;
	height: 5px;
} 

/****** BREADCRUMB ************************************************************/
div.breadcrumb {
	font-size: 12px;
} div.breadcrumb a {
	text-decoration: none;
} div.breadcrumb a:hover {
	text-decoration: underline;
}

/****** MENU ******************************************************************/
div.menu {
} div.menu ul {
	list-style-type: 		none;
	display: 				inline;
	padding: 				0px;
	margin: 0px;
} div.menu ul li {
	list-style-type: 		none;
	display: 				inline;
	padding: 				0px;
	margin: 0px;
} div.menu a {
	color: #ffffff;
	display: 				block; 
	padding: 				5px;
	margin: 				0px;
	text-decoration: 		none;
	font-size: 				14px;
} div.menu ul li.active a {
	background-color: #8c912a;
} div.menu ul li a:hover {
	color: #ffffff;
} div.menu a:hover {
	color: 					#ffffff;
	background-color: 		#8c912a;
} div.content_header {
	background-image: url(images/content_header.gif);
	overflow: hidden;
	width: 678px;
	height: 7px;
} div.content_main {
	width: 678px;
	min-height: 400px;
	_height: 400px;
}

/****** SUBMENU ***************************************************************/
div.submenu ul {
	list-style-type: none;
} div.submenu ul li {
	display: inline;
} div.submenu ul li.active a {
	font-weight: bold;
}

/****** MAIN ******************************************************************/
div.main ul {
	margin-left: 20px; _margin-left: 24px;
	list-style-type: dics;
} div.main ul.style1 {
	list-style-type: decimal;
} div.main ul.stylea {
	list-style-type: lower-alpha;
} div.content {
	background-image: url(images/content_main.gif);
	background-repeat: repeat-y;
	position: absolute;
	left: 183px;
	top: 141px;
	width: 678px;
	min-height: 400px;
} div.main img.img_left { 
	margin-right: 10px;
	margin-bottom: 10px;
	float: left; 
} div.main img.img_right { 
	margin-left: 10px; 
	margin-bottom: 10px;
	float: right; 
} div.pictures {
	float: right;
	margin-left: 15px;
} div.pictures img {
	border: 1px solid #000000;
	margin-bottom: 20px;
}

/****** FOOTER ****************************************************************/
div.footer {
	text-align: center;
	color: #ffffff;
} div.footer a {
	color: #ffffff;
	text-decoration: none;
} div.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/****** DEBUG *****************************************************************/
div.debug pre {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

/**** TABLES ******************************************************************/
table {
	width: 100%; _width: 99%;
	border-collapse: collapse;
	border: 0px;
	font-size: 12px;
	text-align: left;
} table td {
	vertical-align: top;
} table.admin {
	margin-top: 5px;
	line-height: 15px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
} table.admin tr:hover td {
	background-color: #f4f4f4;
} table.admin th {
	padding: 2px;
	background-color: #eeeeee;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
} table.admin td {
	padding: 2px;
} table.admin td.icon {
	padding: 0px;
} table.admin td.icon img {
	margin: 0px;
	padding: 4px 8px;
	border: 0px;
} table.admin td.icon img:hover {
	background-color: #dddddd;
}

/**** FORMS *******************************************************************/
form fieldset {
	padding: 0px;
	border: 0px;
} form label {
	margin-bottom: 5px;
	display: block;
	width: 140px; _width: 137px;
	float: left;
} form img.picture {
	height: 14px;
	border: 1px solid #000000;
} form input, form select, form textarea {
	margin-bottom: 5px;
	padding: 1px;
	color: #604009;
	font-size: 12px;
	vertical-align: top;
	background: #ffffff;
	border: 1px solid #54562f;
} form div.radio {
	margin-left: 140px;
} form br {
	line-height: 8px;
	clear: left;
} form input.button {
	margin-left: 140px;
	margin-bottom: 0px;
	padding: 3px; _padding: 3px 1px 2px;
	color: #604009;
	font-weight: bold;
} form input.nomargin {
	margin-left: 0px;
} form a.required {
	margin-left: 2px;
	color: #dddddd;
	text-decoration: none;
} form a.red{
	color: #ff0000;
} form div.feedback {
	margin-left: 140px;
	padding: 3px;
	color: #ff0000;
	border: 1px solid #54562f;
} div.blocks_left label, div.blocks_right label {
	float: none;
}

/**** BBCODE ******************************************************************/
div.textarea {
	margin-left: 140px; _margin-left: 137px;
} div.textarea div.iefix {
	_width: 98%;
} div.textarea img {
	padding: 4px;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #73878f;
} div.textarea  img:hover {
	background-color: #dddddd;
	border: 1px solid #dddddd;
} div.textarea select, div.textarea option {
	padding: 1px;
	font-weight: bold;
} div.textarea div.helpbox {
	padding: 2px 4px 5px 4px;
	height: 14px;
	overflow: hidden;
	background-color: #dddddd;
}

/**** ASSORTIMENT *************************************************************/
div.assortiment {
	background-color: #e7e3da;
	margin-top: 20px;
	margin-left: 4px;
	width: 670px;
	height: 160px;
} .assortiment1 {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 333px;
} .assortiment2 {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 333px;
} div.assortiment .title {
	color: #54562f;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 0px 10px;
} div.assortiment .image {
	margin: 5px 10px 10px 10px;
	float: left;
	width: 115px;
	height: 116px;
} div.assortiment .tekst {
	color: #54562f;
	font-size: 11px;
	line-height: 22px;
}

/**** DESIGNS *****************************************************************/
div.design {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	width: 108px;
} div.design a {
	text-decoration: none;
} div.design a:hover {
	text-decoration: underline;
} div.design a img {
	border: 1px solid #000000;
	text-decoration: none;
} div.design a img:hover {
	border: 1px solid #666666;
}

div.design_cat {	
	float: left;
	margin: 0 10px 4px 0;
	text-align: center;
} div.design_cat a {
	text-decoration: none;
} div.design_cat a:hover {
	text-decoration: underline;
} div.design_cat a img {
	border: 1px solid #000000;
	text-decoration: none;
	width: 150px;
} div.design_cat a img:hover {
	border: 1px solid #666666;
}

/**** ADMIN DESIGNS TABLE *****************************************************/
table.designs {	
} table.designs th {
	border: 1px solid #dddddd;
} table.designs th.color {
	text-align: center;
} table.designs td {
	border: 1px solid #dddddd;
	vertical-align: middle;
	text-align: center;
	width: 22px;
}


/**** ITEMST LIST *****************************************************/
img.item_list {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #000000;
}

/**** ITEM VIEW ***************************************************************/
div.item {
} div.item img {
	float: right;
	margin: 0 0 5px 5px;
} div.item div.design {
	float: left;
	margin: 15px 0 5px 0;
	padding: 15px 7px 0 5px;
	text-align: left;
	width: 108px;
} div.item div.design h2 {
	text-align: left;
	color: #604009;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 3px 0;
	line-height: 12px;
} div.item div.design img {
	float: none;
	margin: 0;
	border: 1px solid #000000;
} div.item div.first {
	border-left: 1px solid #dddddd;
	padding: 0 8px 0 5px;
}

/**** CART TABLE **************************************************************/
table.cart {
	margin-top: 5px;
	line-height: 15px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
} table.cart tr:hover td {
	background-color: #f4f4f4;
} table.cart tr {
	border-bottom: 1px solid #dddddd;
} table.cart th {
	padding: 2px;
	background-color: #eeeeee;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
} table.cart td {
	padding: 2px;
} table.cart img {
	height: 50px;
	border: 1px solid #000000;
	float: left;
	margin-right: 4px;
} table.cart td.icon {
	padding: 0px;
} table.cart td.icon img {
	margin: 0px;
	padding: 4px 8px;
	border: 0px;
	height: auto;
	border: none;
	float: none;
} table.cart td.icon img:hover {
	background-color: #dddddd;
}
