/* CSS Document #626262 gray  #795220 brown */

a:active { border: none; }

body
{
    /*background: #FFFFFF; */
    background: #594e42;
    font-family: "Times New Roman", Arial, Verdana;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    color:#2B2520;
}

.clear {
	clear:both;
	
}	
img {border:none;}

a{
	color:#660000;
	text-decoration:none;
}

a:hover{
	color:#660000;
	text-decoration:underline;
}

.wrapper {
	margin: 0 auto;
	width: 1000px;
	padding: 0;
}

.topheader {
	height:auto;
	width:992px;
	margin:0 auto;	
}

.header {
	margin: 0;
	padding: 0;
}

.logo {
	display:block;
	float: left;
	height: 152px;
	margin:0;
	padding:0;
	-moz-box-shadow: 0px 5px 10px #1c1915;
	-webkit-box-shadow: 0px 5px 10px #1c1915;
	box-shadow: 0px 5px 10px #1c1915;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#1c1915')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#1c1915');
}

img.logo   {
    border:none;
}

.topnav {
	float: left;
	width:990px;
	margin: 0 0 0 0px;	
	padding: 0;
	color:#f1c970;
}

.topnav ul li
{
    float: left;
    list-style: none;
    padding:  0px 10px 5px 10px;
    margin: 0;
}

.topnav ul li a,
.topnav ul li.leftofactive a{
	color:#f1c970;
	text-decoration:none;
}

.topnav ul li a:hover,
.topnav ul li.leftofactive a:hover{
	color:#f1c970;
	text-decoration:underline;
}

.topnav #address
{
    margin-left: 140px;
    color:#c8b79f;
}

.topnav #address a
{
    color:#c8b79f;
}

.topnav #flagNL
{
    margin: 0 0 0 15px;
    position:absolute;
}

.topnav #flagUK
{
    margin: 0 0 0 42px;
    position:absolute;
}

.topnav #flagDE
{
    margin: 0 0 0 69px;
    position:absolute;
}

.topnav #flagFR
{
    margin: 0 0 0 96px;
    position:absolute;
}

.topnavigation {
	display: block;
	float: left;
	width: 992px;
	margin: 5px 10px 5px 10px;
}

.topnavigation ul {
	margin: 0px 0px 0px 0px;
	float: left;
	padding:0 0 0 0px;
}
.topnavigation ul li{
	float: left;
	list-style: none;
	padding: 5px 10px 0px 10px;
	margin:0;	
	font-size: 1.4em;
}

.topnavigation ul li a,
.topnavigation ul li.leftofactive a{
	color:#f3dfc3;
	padding: 4px 2px 2px 2px;
	text-decoration:none;
}
.topnavigation ul li a:hover{
	color:#f1c970;
	padding: 4px 2px 2px 2px;
	text-decoration:none;
}
.topnavigation ul li.active,
.topnavigation ul li.overactive {
	text-decoration:underline;
}
.topnavigation ul li.active a,
.topnavigation ul li.overactive a{
	color: #f1c970;
    text-decoration:underline;
}


/*sections*/

div.main_section {
    width: 992px;
	float:left;	
	display: block;
	min-height: 550px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	-moz-box-shadow: 0px 5px 10px #1c1915;
	-webkit-box-shadow: 0px 5px 10px #1c1915;
	box-shadow: 0px 5px 10px #1c1915;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#1c1915')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#1c1915');	
}


.maincontent {
	float: left;
	margin:  0;
	padding: 0;	
}

.maincolumn
{
    padding: 10px;
}

.container
{
    width: 976px;
}

.columnleft
{
    float:left;
    width: 264px;
    padding: 10px;
}

.columnright
{
    float:left;
    width: 660px;
    padding: 10px;
}

.col{
    color:#330000;
	padding: 10px 2px 0px 10px;
}

.col2{
    color:#330000;
	padding: 10px 2px 2px 10px;
	font-size: 1.3em;
}

.cookie
{
    width: 200px;
}

.leftcontent ul {
	width:180px;
	margin:14px 0 0 0;
	padding:0 0 0 0;
}

.leftcontent ul li {
	list-style:none;
	background-image:url(../images/leftcontent_border_slice.gif);
	background-repeat:no-repeat;
	background-position:25px top;
	padding:0 0 0 0;
	font-size:1.02em;
	font-weight:bold;
	margin:0 0 0 0;
}

.leftcontent ul li a {
	padding:5px 0 0px 27px;
	text-decoration:none;
	color:#626262;
	display:block;
	margin:0;
	width: 148px;
	line-height: 17px;
}

.leftcontent ul li.last {
	background-image:url(../images/leftcontent_border_slice_last.gif);
	background-repeat:no-repeat;
	background-position:25px 0px;
	height: 24px;
} 

.leftcontent ul li a:hover {
	color:#626262;
	background-color:#626262;
}
.leftcolumn img {
	padding:5px 10px 0 15px;
	margin:5px 0 0 0;
}


/*sections*/

div.left_section {
    width: 200px;
	float:left;	
	display: block;
	background: rgb(200,215,255); /*rgba ie fix #c8d7ff*/
	border: 1px solid rgb(175,195,245); /*rgba ie fix*/
	margin:   5px 5px 5px 5px;
	padding:  5px 5px 5px 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;			
	border-radius: 10px;	
}

div.top_section {
    width: 750px;
	float:left;	
	display: block;
	background: rgb(200,215,255); /*rgba ie fix*/
	border: 1px solid rgb(175,195,245); /*rgba ie fix*/
	margin:   5px 5px 5px 10px;
	padding:  5px 5px 5px 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;			
	border-radius: 10px;	
}

/*product menu*/

.product_menu {
	color:#666666;
	padding: 2px 0px 2px 0px;
	line-height:110%;	
	margin: 0 0 0 0;
}

.product_menu ul#navigation {
	margin: 0 0 0 0;
	padding:0 0 0 0;	
}

.product_menu ul#navigation li
{
    list-style: none;
    padding:  2px 5px 2px 5px;
    margin: 0 0 0 0;
    width: 230px;
}

.product_menu ul#navigation li:hover
{
    list-style: none;
    padding:  2px 5px 2px 5px;
    margin: 0 0 0 0;    
}

.product_menu ul#navigation li.last {
    list-style: none;
    padding:  2px 5px 2px 5px;
    margin: 0 0 0 0;
} 

.product_menu ul#navigation li a {
	color:#666666;
}

.product_menu ul#navigation li a:hover {
	color:#666666;
	text-decoration: underline;
}

.product_menu ul#navigation li.navmenusel {
    font-weight:bold;
    color:#666666;
    padding:  2px 5px 2px 5px;
    margin: 0 0 0 0;
}

.product_menu ul#navigation li.navmenusel a{
    font-weight:bold;
    color:#666666;
}

/*products*/

.materiaal
{
    color:#993333;
    font-weight:bold;
    padding: 5px;
    border-top-color: #AA9C8C;
    border-top-style:solid;
    border-top-width: 1px;
    border-bottom-color: #AA9C8C;
    border-bottom-style:solid;
    border-bottom-width: 1px;
    width: 240px
}

.line
{
    border-top-color: #AA9C8C;
    border-top-style:solid;
    border-top-width: 1px;
    width: 100%;
}

.productdetail
{
    color:#993333;
}

.margintop5
{
    margin-top: 12px; 
    margin-left: 5px;
}

.thumbimg
{
    border:1px solid #AA9C8C;
    float: left;
    margin-right: 30px;
}

.weergave
{
    vertical-align:top;
    float:right;
}


/*footer*/

.footer {
	height:26px;
	width:992px;
	margin:0;
	padding: 0;
	background: #b7a68f;
    -moz-box-shadow: 0px 5px 10px #1c1915;
	-webkit-box-shadow: 0px 5px 10px #1c1915;
	box-shadow: 0px 5px 10px #1c1915;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#1c1915')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#1c1915');
}
	
.slogan {	
    text-align:left;
	font-size:0.9em;
	padding-top: 8px;
	padding-left: 30px;
	color: #000000;
}
.slogan a{	
	color: #000000;
}


.footerlinks {	
    text-align:left;
	font-size:0.85em;
	padding-top: 14px;
	padding-left: 16px;
	color: #c8b79f;
}

.linksmargin
{
    margin-right: 6px;
}
.leftmargin
{
    margin-left: 660px;
    vertical-align:top;
}
.leftmargin a
{
    color: #c8b79f;
}

/*home*/

.home_box
{
    position:relative;
    left:40px;
    top:100px;
     width: 200px;
     -moz-box-shadow: 0px 5px 10px #1c1915;
	-webkit-box-shadow: 0px 5px 10px #1c1915;
	box-shadow: 0px 5px 10px #1c1915;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#1c1915')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#1c1915');  
	background: White;
	background: rgb(255, 255, 255); 
	 /* RGBa with 0.6 opacity 
    background: rgba(255, 255, 255, 0.7); */ 
}

.home_text
{
      padding: 6px;
       
}

.home_kop
{
     background-color: #38322b;
     color:#FFF;
     font-size: 1.6em;
     padding: 6px;
}

.homebg_nl
{
    background-image: url(../images/home_schermerhorn_schouwen.jpg);
    background-repeat:no-repeat;
    background-position:top left; 
    height:990px;
    width: 992px;
}

.homebg_uk
{
    background-image: url(../images/home_schermerhorn_uk.jpg);
    background-repeat:no-repeat;
    background-position:top left; 
    height:990px;
    width: 992px;
}

.homebg_de
{
    background-image: url(../images/home_schermerhorn_de.jpg);
    background-repeat:no-repeat;
    background-position:top left; 
    height:990px;
    width: 992px;
}

.homebg_fr
{
    background-image: url(../images/home_schermerhorn_fr.jpg);
    background-repeat:no-repeat;
    background-position:top left; 
    height:990px;
    width: 992px;
}





.top_bottom_menu {
	font-size:0.80em;
	background: #faf7f7;
	color:#000;
	padding: 0px 0px 0px 0px;
	Height: 20px;
	width: auto;
	margin: 0 0 0 0;
}

.top_bottom_menu ul#navigation2 {
	margin: 0 0 0 0;
	padding:0 0 0 0;
	Height: 20px;
	border-bottom-color: #aeb8bc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.top_bottom_menu ul#navigation2 li
{
    list-style: none;
    height: 14px;
    padding: 4px 10px 1px 10px;
    margin: 0 0 0 0;
    border-bottom-color: #aeb8bc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-color: #dbd8d8;
    border-right-width: 1px;
    border-right-style: solid;
}

.top_bottom_menu ul#navigation2 li:hover
{
    list-style: none;
    height: 14px;
    padding: 4px 10px 1px 10px;
    margin: 0 0 0 0;
    border-bottom-color: #003445;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-color: #dbd8d8;
    border-right-width: 1px;
    border-right-style: solid;
}

.top_bottom_menu ul#navigation2 li.last {
    list-style: none;
    height: 14px;
    padding: 4px 10px 1px 10px;
    margin: 0 0 0 0;
    border-bottom-color: #003445;
    border-bottom-width: 1px;
    border-bottom-style: solid;
} 

.top_bottom_menu ul#navigation2 li a:hover {
	color:#003445;
	text-decoration:none;
}

.top_bottom_menu ul#navigation2 li.navmenusel {
    font-weight:bold;
    color:#003445;
    height: 14px;
    padding: 4px 10px 1px 10px;
    margin: 0 0 0 0;
    border-bottom-color: #003445;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.top_bottom_menu ul#navigation2 li.navmenusel a{
    font-weight:bold;
    color:#003445;
}

.textitem {
	width:160px;
	padding: 10px 5px 0 15px;
	line-height:130%;
	font-size:0.65em;color:#666666
}

.mainnavigation {
	height:50px;
	float:left;
	margin:0 0 0px 1px;
	padding: 0;
}
.mainnavigation ul {
	margin:2px 0 0 0;
	padding:0;
	height: 30px;
}
.mainnavigation ul li {
	float:left;
	margin:0 1px 0 0;
	padding:0;
	list-style:none;
	height: 30px;
}

.mainnavigation ul li a {
	display:block;
	height:30px;
	text-decoration:none;
	font-size:0.7em;
	padding: 4px 1px 0px 0px;
	margin:0 1px 0px 0;
	background-position:left bottom;
	background-repeat:no-repeat;
}

.onzichtbaar {
	display: none;
	margin: 0;
	padding: 0;
}


.overlay {
	padding:0;
	margin: 0;
	float:left;
	height:426px;
	width:750px;
	background: none;
	overflow:hidden;
}


/*maincolumn styling*/

.opportunities  {
	padding:0 0 0 0;
	margin:10px 0 10px 40px;
}

.top {
	margin: 1px 1px 1px 1px;
	width:990px;
	float:left;
	background-image:url(../images/head_titel_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	height: 60px;
}
.top h2 {
	color:#e6e1d1;
	font-size:2.3em;
	float:left;
	margin: 5px 10px 10px 300px;
	padding:0;
	line-height: 1.7em;	
    font-style:normal;
}

.top a img {
	border:none;
	float:right;
	margin:20px 0 0 0;
}

.crumbpath {
	float:left;
	color:#ffffff;
	font-size:0.8em;
	margin:0px 0px 5px 1px;
	width: 519px;
}

.crumbpath a {
	color:#ffffff;}
.crumbpath a:hover {color:#ffffff;}

.crumbpath2 {
	float:left;
	color:#003445;
	font-size:0.8em;
	margin:  0px 0px 5px 10px;
	width: 600px;
	}

.crumbpath2 a {
	color:#003445;}
.crumbpath2 a:hover {
    color:#003445;
    text-decoration:underline;
}


.group
{
      float:left;
      width:325px;
      margin: 0 20px 0 20px;
      color: #000000;
      text-align: center;
      font-weight:bold;
}
.group a
{
     color: #000000;
}

.group a:hover
{
     color: #003445;
     text-align: center;
     font-weight:bold;
     text-decoration:none;
}

.arrow {
	padding:0 0 0px 0;}

.mainfsize
{
    font-size:0.9em;
}

.floatleft{
    float: left;
    margin: 0 10px 10px 0;
}

.leftcolumn2 
{
	width:320px;
	float:left;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	display:inline;
	overflow:hidden;
	font-size:0.9em;
}

.rightcolumn 
{
	width:310px;
	float:left;
	margin: 10px 0 0 0;
	padding:0 0 0 5px;
	display:inline;
	overflow:hidden;
	font-size:1.0em;
}

.middelcolumn {
	width:300px;
	height: 400px;
	float:left;
	margin:10px 0 0 0;
	padding:0 0 0 0px;
	display:inline;
	overflow:hidden;
	font-size:1.0em;
}

.middelcolumn img {
	margin: 2px 0 2px 0;
}

.rightcolumn2 {
	width:585px;
	float:left;
	margin: 0 0 0 10px;
	padding:0 0 0 5px;
	font-size:1.0em;
	display:inline;
	overflow:hidden;
}
.rightcolumn2 a img  {border:none;float:right;margin:0 10px 0 0;}


.rightcolumnheading {font-size:0.8em;font-weight:bold;color:#000;border-bottom:none;}
.rightcolumn .content {
	font-size:0.7em;
	width:180px;
	margin:0 0 20px 0}	

.rightcolumn h4 a {text-decoration:none;color:#626262}
.rightcolumn h4 a:hover {color:#626262}
.rightcolumn p {
	color:#000000;
	padding:0 5px 0 0;
	margin:5px 5px 15px 0px;
}
.rightcolumn p { color:black;}

.rightcolumn img {
	margin:2px 0 2px 0;
}

.rightcolumn a {
	color:#000000;
	text-decoration:none;
	display:block;
	margin:10px 0 0 0;
}

.rightcolumn p a {margin:0;}

.rightcolumn a:hover {
	color:#000000}
	
.rightcolumn h4 {
	font-size:0.94em;
	margin:10px 0 10px 0
}



/*nieuwsoverzicht category*/

.news{
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    font-variant:small-caps;
}
.category {
	border:1px solid #CFDEE8;
	width:455px;
	padding:0px 2px 20px 0px;margin:0 0 18px 0}
.category h3 {
	font-size:0.95em;
	color:#333;
	background-image:url(../images/img_rivas_category_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:24px;
	padding:5px 0 0px 15px;margin:0 0 0px 0;
}
.category dl{
	width: 95%;
	overflow: auto;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;	
}  
.category dt {margin:0 0 0 15px;}
.category dd {float:right;}

form {
	width:  100%;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 0px;
}


.btn { 
	background: #333 url('/images/btn_gradient_over_out.png') 0 -32px repeat-x; 
	border: 1px solid #330000; 
	color: #fff; 
	cursor: pointer; 
	display: inline-block; 
	font: bold 12px/22px arial, helvetica, sans-serif; 
	height: 24px;
	padding: 2px 10px 0 10px; 
	text-align: center;
	text-decoration: none !important;
	vertical-align: text-bottom;
}

a.btn, a.btn:link, a.btn:visited { color: #330000; }

.btn:hover {
	background-position: 0 -128px; 
	color: #330000; 
	text-decoration: none !important; 
}

.btnvorige { 
	background-image: url('/images/vorige.gif'); 
	background-repeat:no-repeat;
	color: #ffffff; 
	cursor: pointer; 
	display: inline-block; 
	font-family: "Times New Roman", Arial, Verdana;
    font-size: 1.2em;
    letter-spacing: 1.2px;
	height: 30px;
	width: 300px;
	padding: 6px 10px 0 0; 
	text-indent: 200px;
	text-align: center;
	text-decoration: none !important;
}

.btnvorige:link, .btnvorige:visited { color: #ffffff; }

.btnvorige:hover
{
    color: #CCCCCC;
    text-decoration: none;
}

.btnvolgende { 
	background-image: url('/images/volgende.gif'); 
	background-repeat:no-repeat;
	color: #ffffff; 
	cursor: pointer; 
	display: inline-block; 
	font-family: "Times New Roman", Arial, Verdana;
    font-size: 1.2em;
    letter-spacing: 1.2px;
	height: 30px;
	width: 300px;
	padding: 6px 10px 0 0; 
	text-indent: 24px;
	text-align: left;
	text-decoration: none !important;
}

.btnvolgende:link, .btnvolgende:visited { color: #ffffff; }

.btnvolgende:hover
{
    color: #CCCCCC;
    text-decoration: none;
}

.buttonarrow a {
	padding-left:40px;
	padding-top: 6px;
	padding-bottom:0px;
	margin-bottom:0px;
	background-image:url(../images/vorige.gif);
	background-repeat:no-repeat;
	background-position:left 1px;
	text-decoration:none;
	font-size:1.1em;
	font-weight: bold;
	color:#795220;
	display:block;
	width:280px;
	height:24px;
}

.buttonarrow a:hover {
	background-image:url(../images/vorige.png);
	background-position:left 1px;
	text-decoration:none;
	color:#795220;
}

.buttonarrowcolor a:hover{
	color:#ffffff;
}

  
     
.listbox-item a 
{
	margin:0px;
}

ul.nonelist {
   list-style: none;
   padding: 0;
   margin: 0;
}

ul.nonelist li {
   padding: 0;
   margin: 0;
   display: inline;
}

.CartListFooter
{
	line-height: 5pt;
	background-color: white;
}

.ErrorText
{
    font-size: 1.0em;
    color:Red;
    margin-left: 10px;
}
    
.HeaderTable
{
    text-indent: 10px;
    padding-left: 10px;
}

.ProductsList li
{
    display: block;
    float: left;
    margin: 3px 3px 3px 3px;
    border: 1px solid #faf7f7;
}

.ProductsList li:hover
{
    display: block;
    float: left;
    border: 1px solid #e8e4e4;
}

.ProductsList a {
   display: block;
   float: left;
   margin: 0 4px 2px 4px;
   padding: 5px;
   height: auto;
   overflow: hidden;
   cursor: pointer;
   color: #AA9C8C;
   outline: 0;
   text-decoration:none;
}

.ProductsList a:hover { 
 color: #AA9C8C; 
 text-decoration:none;
}

.ProductsList a img 
{
    border:1px solid #AA9C8C;
    float: left;    
}

.ProductsList .cattitel
{
    color: #666666; 
    text-align:left;
    vertical-align:top;
}

.ProductsListGroup ul
{
    padding:  10px 50px 10px 50px;
}

.ProductsListGroup li
{
    display: block;
    float: left;
    margin:  10px 10px 10px 10px;
    border: 1px solid #faf7f7;
}

.ProductsListGroup li:hover
{
    display: block;
    float: left;
    border: 1px solid #e8e4e4;
}

.ProductsListGroup a {
   display: block;
   float: left;
   margin: 0 20px 0 20px;
   padding: 10px;
   height: auto;
   overflow: hidden;
   cursor: pointer;
   color: #AA9C8C;
   outline: 0;
   text-decoration:none;
}

.ProductsListGroup a:hover { 
 color: #AA9C8C; 
 text-decoration:none;
}

.ProductsListGroup a img 
{
    border:1px solid #AA9C8C;
    float: left;
    margin-right: 15px;
}

.ProductsListGroup .cattitel
{
    color: #666666;
    float: left;  
}




* html .ProductsList .ProductsListDiscount { overflow: hidden; float: none; }

.ProductsListDiscount a
{
    display: block;
    float: left;
    margin: 0 6px 0 6px;
    width: 110px;
    height: 140px;
    font-weight: bold;
    text-align: center;  
    background: #fff; 
    color: #c4161c;
    overflow: hidden; 
    outline: 0;  
}

.ProductsListDiscount a:hover { 
 color: #c4161c; 
 text-decoration:none;
}

.listitem
{
   	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;			
	border-radius: 5px;
}

.roundimg
{
    -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;			
	border-radius: 10px;
}

#ItemCost {
   font-weight:normal;
}

#ItemCostRed
{
   font-weight:normal;
   color:#c4161c;
}

.smallcaps
{
    font-variant:small-caps;
}

.strike
{
    text-decoration:line-through;
    font-size: 12px;
    font-style:italic;
}

.file
{
    margin: 0 0 0 0;
    padding-bottom: 10px;    
   }

.ddl
{
    font-size: 0.9em;
}


