/*
  css for treebeginnings.com template for sts and oscommerce

  css based on: osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2005 haha! - www.haha.nl
  
*/

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #513916;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #513916;
	background-image: url(img/treebegin-v3-voet-BG.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#houdertje {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	height: 100%;
	width: 800px;
	margin: 0px;
	background-color: #F3E6B3;
	padding-right: 20px;
	background-image: url(img/treebegin-v3-voet-BG.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

/* basis vorm */
#kopje {
	position: absolute;
	top: 0px;
	left: 0px;	
	height: 103px;
	width: 765px;
	background-image: url(img/treebegin-v3-kop-BG.jpg);
	background-repeat: no-repeat;
	background-position: -1px 0px;
}

#kop_nav {
	position: absolute;
	top: 40px;
	left: 700px;
	height: auto;
	width: 85px;
	text-align: right;
	font-size: 0.65em;
	font-weight: bold;
	line-height: 1.5em;
}

#links {
	position: absolute;
	top: 100px;
	left: 85px;
	height: 480px;
	width: 197px;
	background-image: url(img/treebegin-v3-links-BG.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
}

#tekst {
	position: absolute;
	top: 100px;
	left: 290px;
	min-height: 460px;
	height: auto;
	width: 500px;
	margin: 0px;
}

#voetje-top {
	border-bottom:1px solid #513916;
	width: auto;
	margin-top: 20px;
}

#voetje {
	border-top:1px solid #513916;
	width: auto;
	margin-top: 20px;
}

/* tekst en zo */

h1, h2, h3, h4, h5, h6, .pageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
}

.pageHeading {
	font-size: 1.35em;
	line-height: 2em;
	letter-spacing: 0.03em;
}

/*.pageHeading img {
	margin-top: 6px;
}*/

.pageHeadingPrice {
	font-size: 1.0em;
	line-height: 2.9em;
	letter-spacing: 0.03em;
}

h2 {
	font-size: 1.1em;
	line-height: 1.5em;
	letter-spacing: 0.06em;
}

p.main, td.main, .productListing-data {
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 0px;
}

#voetje p, #voetje-top p {
	font-size: 0.68em;
	line-height: 1.2em;
	margin-top: 10px;
}

hr {
	height: 1px;
	color: #630;
	background-color: #630;
	/*border-bottom: 1px solid #630;
	border: 1px solid #630;*/
	border: none;
}

/* vorm drop list in links div */
#links form {
	margin-left: 10px;
}

#links select {
	color: #513916;
	font-size: 0.7em;
	line-height: 1.3em;
	border: 1px solid #630;
	background-color: #F3E6B3;
}

/* select in tekst */
.main select {
	color: #513916;
	font-size: 11px;
	line-height: 1.3em;
	border: 1px solid #630;
	background-color: #F3E6B3;
}

.main textarea {
	font-size: 11px;
	line-height: 1.3em;
	border: 1px solid #630;
	/*background-color: #F3E6B3;*/
}


/* linkjes */

#kop_nav a {
	font-weight: bold;
	text-transform: uppercase;
}

#kop_nav a:link, #kop_nav a:visited {
	color: #513916;
	text-decoration: none;
}

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


#tekst a {
	font-weight: bold;
}

#tekst a:link, #tekst a:visited {
	color: #D5A110;
	text-decoration: none;
}

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


#voetje a, #voetje-top a {
	font-weight: bold;
}

#voetje a:link, #voetje a:visited, #voetje-top a:link, #voetje-top a:visited {
	color: #D5A110;
	text-decoration: none;
}

#voetje a:hover, #voetje-top a:hover {
	color: #513916;
	text-decoration: underline;
}


/* menuutje vorm */
#menuutje {
	width: 150px;
	margin: 15px 0px;
	padding: 0px;
}

#menuutje ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
}

#menuutje a {
	display: block;
	padding: 3px;
	width: 150px;
}

#menuutje a:link, #menuutje a:visited {
	color: #513916;
	text-decoration: none;
}

#menuutje a:hover {
	color: #F3E6B3;
	background-color: #D5A110;
}

/* bepaalt vorm als je op de pagina bent */
#nav_hier {
	background-color: #D5A110;
	color: #F3E6B3;
}

/* diversen uit osc stylesheet */

.messageStackError, .inputRequirement, .messageStackWarning, .messageStackSuccess, .stockWarning {
	font-size: 10px;
	color: red;
	font-weight: bold;
}

#tekst .smallText {
 	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
}

.productListing-heading {
	font-size: 11px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

.checkoutBarCurrent {
  	font-size: 10px;
  	font-weight: bold;
}


.checkoutBarTo, .checkoutBarFrom {
  	font-size: 10px;
}

.infoBoxHeading {
	font-size: 12px;
  	font-weight: bold;
}

.moduleRow { }
.moduleRowOver { background-color: #D5A110; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #D5A110; }


