/*

Created by SHpartners


Customer: 	
Domain:  	
Author:  	Mieke Raman

Last update: 30-06-2008

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. forms & fields
	5. varia


*/

/****************************************************************************/
/* ------------- DEFAULTS ------------------------------------------------- */
/****************************************************************************/
	
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, q, dl, dt, dd, ol, ul, li, p,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

html{
	background-color: #000000;	
}

body {
	font-family: Verdana;
	font-size: 75%;
	background-color: #000000;
	margin: 0px auto;
	width: 900px;
}

a img {
	border : none;
}

a {
	outline: none;
}

.clear{
	clear: both;
}

a:link {
	text-decoration: underline;
	color: #bec0c2;
}

a:visited {
	text-decoration: underline;
	color: #bec0c2;
}

a:hover {
	text-decoration: none;
	color: #bec0c2;
}

a:active {
	text-decoration: underline;
	color: #bec0c2;
}


/****************************************************************************/
/* ------------- STRUCTURE ------------------------------------------------ */
/****************************************************************************/

#Main {
	margin: 0px auto;
	width: 931px;
	padding-right: 5px;
	background:#330000 url(../images/arrow_rightbg.png) repeat-y right;

}
#Header  {
	color: #96ab82;
	font-size: 0.9em;
	text-align: right;
	padding-right: 10px;
	background-color: #330000;
	line-height: 3.5em;
	font-weight: bold;
		background: #330000 url(../images/arrow_leftbg.png) repeat-y left;

}

#Header a:link {
	color: #96ab82;
	text-decoration: none;
}
#Header a:visited {
	color: #96ab82;
	text-decoration: none;
}
#Header a:hover {
	color: #9f854a;
	text-decoration: none;
}
#Header a:active {
	color: #9f854a;
	text-decoration: none;
	
}
#Left{
	width: 179px;
	background:#330000;
	float: left;
	background: #330000 url(../images/arrow_leftbg.png) repeat-y left;
	padding-left: 20px;
}	
#ContentContainer {
	background:#330000;
	padding-top:20px;
	padding-left: 20px;
	padding-bottom:20px;
	background: #330000 url(../images/arrow_leftbg.png) repeat-y left;

}

#Content {
	margin-top: 100px;
	width:600px;
	background:#330000;
	margin-left: 185px;
	color: #fffb79;
	font-size: 0.9em;
}

#Footer {
	background: #330000 url(../images/arrow_leftbg.png) repeat-y left;

	clear:both;
	text-align:center;
	border-top:0;
	width: 100%;
}
#Footer span {
	color:#ccc;
	font-size:0.8em;
	line-height:2em;
}
#Footer a {
	color:#fff;
}
#Footer a:hover {
	text-decoration:underline;
}

/****************************************************************************/
/* ------------- LINKS AND NAVIGATION ------------------------------------- */
/****************************************************************************/
#nav {
	margin: 0;
	padding: 0;
	color: #bec0c2;
	padding-top: 30px;
	float: left;
	font-family: 'Times';
	width: 700px;
	height: 60px;
}
	
#nav li {
	background-color: #ffffff;
	list-style: none; 
	margin: 0 5px; 
	float: left;
	line-height: 1.2em;
	display: block;	
	font-size: 1.0em;
	font-weight: bold;

}
	
#nav .submenu {
	position: absolute;
	left: 239px;
	top: 0;
	display: none;
	text-align: left;
	width: 146px;
	font-size: 1.2em;		
	}

#nav li a:link, #nav li a:visited, #nav li a:active {
	color: #b6b190;
	text-decoration: none;
	display: block;
	margin: 0px;	
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
	border: 1px solid #9f854a;


}

#nav li a:hover{
	border: 1px solid #9f854a;
	color: #96ab82;
	text-decoration: none;
	background-color: #ffffff;
	margin: 0px;	
	display: block;
	cursor: pointer;
}

#nav li a.current, #nav li a.section {
	text-decoration: none;
	background: url(../images/arrow_currmenu.png) no-repeat;
	background-position: bottom right;
	line-height: 2.0em;
	color: #ffffff;
	border: none;
	padding: 6px 10px 14px 10px;

}

#subnav{
	margin-top: 20px;
	text-align: center;
	font-family: 'Times';
	font-size: 12px;
}

#subnav li{
	background-color: #ffffff;
	list-style: none; 
	margin: 0 0px; 
	line-height: 1.0em;
	display: block;	
	font-size: 1.0em;
	font-weight: bold;
	border: 1px solid #9f854a;
	width: 168px;
	text-decoration: none;
	margin-top: 9px;
}
#subnav li a:link, #subnav li a:visited, #subnav li a:active {
	color: #b6b190;
	text-decoration: none;
	display: block;
	margin: 0px;	
	text-transform:none;
	padding: 10px 10px 10px 10px;

}

#subnav li a:hover{
	color: #96ab82;
	text-decoration: none;
	background-color: #ffffff;
	margin: 0px;	
	display: block;
	cursor: pointer;
}

#subnav li a.current, #nav li a.section {
	text-decoration: none;
	color: #ffffff;
	margin: 0px;	
	display: block;
	text-decoration: none;
	background-color: #9f854a;
}

#Content a:link{
	color: #96ab82;
	text-decoration: underline;
}
#Content a:visited{
	color: #96ab82;
	text-decoration: underline;
}
#Content a:hover{
	color: #96ab82;
	text-decoration: underline;
}
#Content a:active{
	color: #96ab82;
	text-decoration: underline;
}


/****************************************************************************/
/* ------------- FORMS & FIELDS -------------------------------------------- */
/****************************************************************************/
/* -- CSS for the login form -- */

#LoginForm div.field input{
	width: 300px;
}

#LoginForm div.field input.checkbox {
	height: 26px;
	font-size: 18px;
	font-weight: lighter;
	width: 16px;
}

#LoginForm {
    width: 500px;
    margin: 40px auto;
	background-color: #DDD;
	padding: 10px;
}

#LoginForm > h1 {
	color: black;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid gray;
}

#LoginForm > p {
    display: none;
}

#LoginForm fieldset {
	border: 0px solid #CCCCCC;
	padding: 0px;
}

#LoginForm label {
    font-size: 10px;
}

#LoginForm label.left {
	float: left;
	width: 8em;
	margin-top: 6px;
}

#MemberLoginForm_LoginForm_error {
    font-size: 10px;
    color: red;
    font-weight: bold;
}


/****************************************************************************/
/* ------------- VARIA ---------------------------------------------------- */
/****************************************************************************/

#Content h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: yellow;
	text-transform: uppercase;
	padding-bottom: 23px;
}

#Content h2 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
	font-weight: normal;	
	color: yellow;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Times';
}

#Content h3 {
	font-weight: bold;
	padding-top: 5px;
	color: yellow;

}
#Content p{
	color: #fffb79;
	font-size: 1.0em;
}

#Content img{
	border: 1px solid green;
	margin: 0px 15px 5px 15px;
}

/* ------------- Tweedehands catalogus ---------------------------------------------------- */
/* Catalog */
.cataloglistlabel
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #45565A;
	background-color: #cccccc;
	
	}
	
.cataloglisttext
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fffb79;
	border-right: 1px dashed white;
	border-bottom: 1px solid white;
	vertical-align: top;
	}
#content .cataloglisttext A 
	{
	 color: #96ab82;
	/* border-right: 1px dashed white;
	border-bottom: 1px solid white;
	*/
	}
	
#content .cataloglisttext A:HOVER
	{
	 color: #96ab82;
	}	
	 
.catalog_header {
	font-family: 'Times';
	background-color: #d5ddcd;
	color: black;
	font-weight: bold;
}
#Detail .catalog_header {
	background-color: #d5ddcd;
	color: black;
	font-weight: bold;
	font-family: 'Times';
}

#Detail td{
	font-family: 'Times';
	color: #fffb79;
	text-align: left;
	vertical-align: top;
}
#Detailgeg td{
	font-size: 1.0em;
	padding: 7px 15px 2px 12px;
	border-bottom: 1px solid white;
	border-right: 1px dashed white;
}
#Detail img{
	border: 2px dashed #d85d5d;
	margin: 15px 15px 5px 5px;
}
#Detail h2{
	text-transform: uppercase;
	color: yellow;
	font-size: 14px;
	font-weight: bold;
}

#Content #NewsList li {
	color:#fffb79;
}

#Content .newsDateTitle{
	color: yellow;
}
#Content .newsSummary{
	color: #fffb79;
}


