/* ==========================================================
 * + FUNCOMPANY BASE STYLESHEET
 *   Site ontwerp & ontwikkeling: Erwin van Hoof
 * ==========================================================
 *
 * Basiskleuren:
 * =============
 * Wit (Achtergrond) 			#969591;
 * Blauw (links, headings)		#1230dd;
 *
 */
 
/* ==========================================================
 * + REDIFINED STYLES
 * ==========================================================
 */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10.5pt;
}

h2, h3, a, a:hover, a:visited {
   color: #1230dd;
}

h2 {
    font-size:13pt;
    padding-left:5px;
}

h5 {
	color:#441;
	margin-top:0;
	margin-bottom:3px;
    padding-left:5px;

}

h6 {
    padding-left:5px;
    color: #1230dd;
	font-style:italic;
	font-weight:normal;
	font-size:12px;
}

/* ==========================================================
 * + SITE LAYOUT STYLES
 * ==========================================================
 */

#container{
    width: 997px;
    margin: 0 auto;
    margin-top:20px;
}

#header{
    width:  997px;
    height: 138px;
    background-image: url('http://www.funcompany.be/img/base/header.png');
    background-repeat: no-repeat;
	display:none;
}
#header1 {
    width:  997px;
    height: 138px;
    background-image: url('http://www.funcompany.be/img/base/header1.png');
    background-repeat: no-repeat;
	display:none;
}
#header2 {
    width:  997px;
    height: 138px;
    background-image: url('http://www.funcompany.be/img/base/header2.png');
    background-repeat: no-repeat;
	display:none;
}
#header3 {
    width:  997px;
    height: 138px;
    background-image: url('http://www.funcompany.be/img/base/header3.png');
    background-repeat: no-repeat;
	display:none;
}
#header4 {
    width:  997px;
    height: 138px;
    background-image: url('http://www.funcompany.be/img/base/header4.png');
    background-repeat: no-repeat;
	display:none;
}
#header5 {
    width:  997px;
    height: 138px;
    background-image: url('http://www.funcompany.be/img/base/header5.png');
    background-repeat: no-repeat;
	display:none;
}

#content{
    background-image: url('http://www.funcompany.be/img/base/container_bg.png');
    background-repeat: repeat-y;
    min-height: 320px;
    padding-left: 6px;
    padding-right: 6px;
}

#main {
    float: left;
    width: 100%;
    padding: 12px 8px 12px 15px;
}

#footer{
    width: 997px;
    height: 35px;
    padding-top: 6px;    
	background-image: url('http://www.funcompany.be/img/base/footer.png');
    background-repeat: no-repeat;
    text-align: center;
}

#hr, #hr-nospace  {
    height: 1px;
    margin-bottom: 8px;
    border-bottom: 1px solid #c0bfbb;
}

#hr-nospace {
    margin: 0;
}

#clear {
   clear: both;
}

#footer {
   color: #1230dd;
   font-weight: bold;
   line-height: 15px;
}

/* ==========================================================
 * + MAIN STYLES
 * ==========================================================
 */

#main p {
  padding-left: 5px;
}


.date {
    margin-top:5px;
    margin-bottom:0;
	text-align:left;
	color:#666;
	margin-right:8px;
	font-style:italic;
}

/* ==========================================================
 * + COL1 STYLES (AGENDA)
 * ==========================================================
 */

#col1 {
	margin-top:20px; 
    width:380px; 
    float:left;
}

#col1 h2 {
     margin-bottom:10px;
}

#col1 #item {
    background-color: #f9fafe;
    padding:5px;
    margin-bottom:15px;
    border-top: 1px solid #c0bfbb;
    border-bottom: 1px solid #c0bfbb;
}

#col1 #item_odd {
    background-color: #fdfeff; 
    padding:5px;
    margin-bottom:15px;
    border-top: 1px solid #c0bfbb;
    border-bottom: 1px solid #c0bfbb;
}

/* dubbele tag use #hr-nospace */
#hr-nomargin {
    height: 1px;
    margin-bottom: 1px;
    border-top: 1px solid #c0bfbb;
}

#col1 p {
    margin-top:6px;
    margin-top:6px;
}

/* ==========================================================
 * + UITGELICHT STYLES
 * ==========================================================
 */

#col2 {
	margin-top:20px; 
	width:280px; 
	float:right;
}

#col2 h2 {
     margin-bottom:10px;
}

#col2 p {
  margin-top:5px;
  margin-bottom:5px;
}

#col2 img {
	border: solid 1px #ccc;
	height: 207px;
	margin-bottom:5px;
}

/* ==========================================================
 * + SIDEBAR STYLES
 * ==========================================================
 */

#side {
    float: right;
    padding: 12px 12px 12px 8px;
    width: 260px;
	display:none;

}

.side_block {
    background-color: #f9fafe;
    border-bottom: 1px solid #c0bfbb;
    margin-bottom: 10px;
    padding-bottom: 4px;
    width:260px;
}

#side .side_block p {
   padding: 7px;
}

#side .side_block #cart_price {
    width:238px;
	margin-left:12px;
	text-align: right;
    color: #1230dd;
	font-weight:bold;
}
#side .side_block #cart_html {
	margin-left:7px;
    width:238px;
	line-height:16px;
}

#side #cart_message{
    margin-top:8px;
    margin-left:12px;	
    margin-bottom:4px;
	text-align:left;
    color: #1230dd;
	margin-right:12px;
	font-style:italic;
}

.side_top {
    width:254px;
    color:#fff;
    background: url('http://www.funcompany.be/img/base/side_top_bg.gif') repeat-x;
    height:20px;
    font-size:14px;
    font-weight:bold;
    line-height:18px;
    padding-left:7px;
}

#side p {
  padding-left: 7px;
  padding-right: 8px;
}

#side img {
/*    border: 1px solid #c0bfbb;
    margin-bottom: 4px; */
}

#side .date {
    margin-top:8px;
    margin-left:7px;	
    margin-bottom:0;
	text-align:left;
    color: #1230dd;
	margin-right:8px;
	font-style:italic;
}


/* ==========================================================
 * + MENU STYLES
 * ==========================================================
 */

#menu {
    float:left;
    height:  26px;
    width: 980px;
    margin-left:2px;
    margin-right:3px;
/*    overflow:none; */
    background-image: url('http://www.funcompany.be/img/base/menu_bg.gif');
	display:none;

}

#nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav-menu li {
    float: left;
    margin-right:1px;
}

#nav-menu li a {
    font-size: 14px;
    line-height: 24px;
    height:25px;
    float: left;
    width: 105px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight:bold;
}

#nav-menu li a:hover,#nav-menu li a.active {
    background-image: url('http://www.funcompany.be/img/base/menu_active.gif');
    background-repeat: repeat-x;
    color: #fff;
}


/* Hide from IE5-Mac \*/
#nav-menu li a {
    float: none;
}
/* End hide */

#menu ul#nav li a {
    display: block;
}


#menu li ul {
    display: none;
    position: absolute;
	width:172px;
	top: 18px;
    left: 0;
    margin-left:-1px;
    border: 1px solid #c0bfbb;
    background-color: #fefeff;
}

#menu li>ul {
    top: auto;
    left: auto;
}

#menu li:hover ul, li.over ul {
    display: block;
}

#menu ul #submenu a{
    text-align:left;
    padding-left:6px;
    width:166px;
}

/* ==========================================================
 * + SEARCH STYLES
 * ==========================================================
 */

#search_box {
    float:right;
    width: 138px;
    height: 23px;
    background: url('http://www.funcompany.be/img/base/bg_search_box.gif');
}
#search_box #s {
    font-family: Arial;
    font-size: 10.5pt;
    float: right;
    padding: 2px 0 0 0;
    margin: 2px 5px 0 0;
    border: 0;
    width: 112px;
    background: none;
}
#search_box #go {
    float: left;
    margin: 5px 5px 0 0;
}

/* ==========================================================
 * + COMMENT STYLES
 * ==========================================================
 */
 
#comment {
    position: absolute;
    top:5px;
    left:10px;
    width: 300px;
    margin-top:20px;
    margin-bottom:20px;
    padding: 8px;
	background-color: #FFC;
	border: #FD2 1px solid;
	color: #630;
	padding: 1em;
	font-size: 0.929em;
}


/* ==========================================================
 * + BACK BUTTON STYLES
 * ==========================================================
 */

#back {
    margin: 3px 0 15px 0;
    font-weight: bold;
}

#back a, a:hover {
   text-decoration: none;
}


/* ==========================================================
 * + PRODUCT STYLES
 * ==========================================================
 */


#prodSpecs {
    width:680px;
}
#prodDesc {
    margin-bottom:8px;
    margin-top:4px;
}
#prodImages {
    width: 317px;
    float: right;
    padding-left: 10px;
}
#prodImages h3 {
    margin:6px;
}

/* ==========================================================
 * + PRODUCT DETAIL STYLES
 * ==========================================================
 */
 
#prodDtlPage p  {
   padding-left: 5px;
}

#prodDtlPage #row {
    width: 352px;
    clear: both;
    height: 26px;
}
#prodDtlPage #hr {
    width: 352px;
    margin-bottom: 1px;
}
#prodDtlPage #key {
    width: 130px;
    background-color: #f9fafe;
    padding-top: 3px;
    padding-left: 5px;
    float: left;
    color: #777;
    min-height: 21px;
    line-height:16px;
}
#prodDtlPage #keyspace {
    width: 130px;
    padding-top: 3px;
    padding-left: 5px;
    float: left;
    color: #777;
    height: 21px;
    line-height:16px;
}

#row2 p {
   margin:  0;
   padding: 0;
}

#prodDtlPage #value {
    background-color: #f9fafe;
    width: 210px;
    float: right;
    padding-top: 3px;
    padding-left: 5px;
    min-height: 21px;
    line-height:17px;
}

#prodDtlPage #rows {
    width: 350px;
}

#prodDtlPage #largeImg, #prodDtlPage #largeImgClient {
	border: solid 1px #ccc;
	height: 225px;
/*	width: 300px; */
	padding: 5px;
	float:right;
	margin-bottom:5px;
	margin-right:4px;
}


#prodImages p {
   padding-left:0;
}

#prodDtlPage .thumbs img, #prodDtlPage .thumbsClient img {
	border: solid 1px #ccc;
/*	width: 66px; */
	height: 49px;
	padding: 4px;
	margin-right:3px;
	margin-bottom:3px;
	float:left;
}

#prodDtlPage .thumbs img:hover, #prodDtlPage .thumbsClient img:hover  {
    border-color: #1230dd;
    cursor: pointer;
    cursor: hand;
}

#prodDtlPage select {
    margin-bottom:5px;
}

/* ==========================================================
 * + PRODUCT STYLES
 * ==========================================================
 */


#productOverviewPage #product {
    width: 136px;
/*    height: 128px; */
    height: 148px; 
	margin-right:30px;
    margin-bottom:8px;
    margin-top:3px;
    float: left;
/*    font-weight:bold;*/
    line-height:16px;
}

#productOverviewPage #product a, #productOverviewPage #product a:visited  {
    text-decoration: none;
}

#productOverviewPage #poImg {
/*    width: 110px; */
    height: 90px; 
	border: solid 1px #ccc;
	padding: 4px;
    margin-bottom:1px;
}

#productOverviewPage #poImgSub {
/*    width: 110px; */
    height: 90px; 
/*	border: solid 1px #ccc; */
	padding: 4px;
    margin-bottom:1px;
}

#poImg:hover {
    border-color: #1230dd;
    cursor: pointer;
    cursor: hand;
}

/* ==========================================================
 * + SUBMENU STYLES
 * ==========================================================
 */

#submenuPage #product {
    width: 136px;
    height: 128px;
    margin-right:12xpx;
    margin-bottom:8px;
    margin-top:3px;
    float: left;
    font-weight:bold;
    line-height:16px;
}

#submenuPage #submenu a, #submenuPage #submenu a:visited  {
    text-decoration: none;
}

#submenuPage #smImg {
    width: 110px;
	border: solid 1px #ccc;
	padding: 4px;
    margin-bottom:1px;
}
#smImg:hover {
    border-color: #1230dd;
    cursor: pointer;
    cursor: hand;
}

#sitemap ul                { padding: 2px 25px; list-style: none;  }   



#row2 {
    width: 352px;
    clear: both;
}
#key2 {
    width: 130px;
    background-color: #f9fafe;
    padding-top: 3px;
	padding-bottom: 5px;
    padding-left: 5px;
    float: left;
    color: #777;
}
#value2 {
    width: 215px;
    background-color: #f9fafe;
    padding-top: 3px;
	margin-left:137px;
	margin-bottom:1px;
    color: #777;
}
#value2 input { height:10px; }
#value2 .comment {
	margin-left:24px;
	padding-bottom:4px;
	font-size:12px;
}

#value2 p {	font-weight:bold; font-size:13px; color:#000;}

.button {
    background: url('http://www.funcompany.be/img/base/side_top_bg.gif') repeat-x;
    height:18px;
 	padding-left:4px;
 	padding-right:4px;
	padding-top:1px;
	padding-bottom:4px;
	margin-right:7px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button a, .button a:hover {
    line-height:18px;
    color:#fff;
	font-size:13px;
	font-weight:bold; 
	text-decoration:none;
}

/* CART */
#cart_overview
{
	margin:10px 0 10px 0;
	font-size: 12px;
	width: 680px;
	border-collapse: collapse;
	text-align: left;
}
#cart_overview th
{
	font-size: 13px;
	font-weight: normal;
    color:#fff;
    background: url('http://www.funcompany.be/img/base/side_top_bg.gif') repeat-x;
    height:20px; 
    font-weight:bold;
    line-height:18px;
    padding-left:7px;


}
#cart_overview .odd td {	
	background-color: #f9fafe;
}
/* #dee4fe; */
#cart_overview .even td {
	background-color: #e9edfe; 
}
#cart_overview td
{
	border-bottom: 1px solid #ccc;
	color: #333;
	padding: 6px 8px;
}


#winkelwagen fieldset {
	display: block;
	margin-top: 10px;
	background-color:#f9fafe;
	padding:10px;
	width:280px;
	border: 1px solid #dfe5fe;
}
#winkelwagen fieldset input  {
	float: left;
	height:19px;
	color:#444;
	font-size:13px;
	border: 1px solid #dfe5fe;
	margin-right: 5px;
}

#winkelwagen fieldset input {
	width:130px;
}

#winkelwagen fieldset textarea {
	width:240px; 
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	height:120px;
	color:#444;
	font-size:13px;
	border: 1px solid #dfe5fe;
	margin-right: 5px;
	padding:4px;	
	overflow:hidden;
}

#winkelwagen fieldset select {
	float: left;
	height:19px;
	color:#444;
	font-size:12px;
	border: 1px solid #dfe5fe;
	margin-right: 5px;
}


#winkelwagen fieldset p {
  margin:0px;
  padding-top:0.2em;
	clear:both;
	color:#666;
  line-height:20px;
}
#winkelwagen label {
  float:left;
  width:120px;
  margin-right:0.5em;
  text-align:left;
  line-height:20px;
  }
  
#winkelwagen fieldset h3 { margin:5px; clear:both;}
#winkelwagen fieldset .time { width:40px; }

#winkelwagen fieldset .date-pick { width:80px; }

p#errors {
border: 1px solid;
  width:280px;
  margin-top:10px;
  padding: 10px 10px 10px 52px;	
   font-size:12px;
   line-height:14px;
	color: #D8000C;
  background-color: #FFd0d0;
  min-height:32px;
  background-image: url(/img/alert.gif);
  background-repeat: no-repeat;
background-position: 10px 10px;

}
