html, body{
	height:100%;
}
body{
	margin:0;
	color:#000;
	color:#6C736D;
	font: 12px/18px Arial, Helvetica, sans-serif;
	background:#cbd5cd;
}

h2{
	color:#D9B100;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	margin:0;
}

a{
	color:#6C736D;
	text-decoration:underline;
	outline: none;
}
a:hover{
        color:#000;
	text-decoration:underline;
}
img{border-style:none;}
input,textarea,select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#main{
	width:925px;
	padding:0 15px;
	margin:0 auto;
	background:#fff;
	min-height:100%;
}
* html #main{
	height:100%;
}
#header{
	padding:15px 0 0;
	height:275px;
	position:relative;
	overflow:hidden;
}
#header h1{
	margin:0;
}
.logo{
	overflow:hidden;
	position:absolute;
	top:233px;
	left:22px;
	background:url(../images/logo.gif) no-repeat;
	width:405px;
	height:23px;
	text-indent:-9999px;
}
#content{
	width:925px;
	background:#fff;
	overflow:hidden;
}
.left-column{
	width:176px;
	margin:0 9px 0 0;
	float:left;
	overflow:hidden;
}
.menu{
	width:176px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.menu li{
	width:176px;
	float:left;
	clear:both;
	padding:0 0 1px;
}
.menu li a{
	width:155px;
	padding:0 10px 0;
	display:block;
	font-size:12px;
	line-height:30px;
	color:#9ea8a0;
	background:#cbd5cd;
	text-decoration:none;
}
.menu li a:hover{
	color:#6c736d;
	/*background:#97a199;
*/	text-decoration:none;/*
	font-weight:bold;*/
}
.menu li.gray a{
	background:#96a098;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.menu li.gray a:hover{
	/*background:#6c736d;*/
	color:#4b534c
}
.menu li.black a{
	color:#fff;
	font-weight:bold;
	background:#424d3d;
	background:#6C736D;
}
.menu li.black a:hover{
	background:#97a199;
	background:#6C736D;
}
.menu li.open{
	padding:0 0 1;
	/*margin-bottom: 5px;*/
}
.menu li.open a{
	color:#6c736d;
}
.menu li.open li a{
	color:#b1b9b3;
}
.menu li.open ul{
	width:155px;
	margin:0;
	padding:5px 5px 0px 0;
	list-style:none;
}
.menu li ul li{
	width:155px;
	padding:0px;
	float:left;
	clear:both;
}

.menu li ul li.last a{
	margin-bottom: 5px;
}

.menu li ul li.active a{
	color:#7e857f;
	background:url(../images/bullet-hover.gif) no-repeat 10px 6px;
}
.menu li ul li a{
	width:142px;
	font-size:11px;
	padding:0 10px 0 24px;
	color:#b1b9b3;
	line-height:19px;
	/*height:20px;*/
	background:url(../images/bullet-normal.gif) no-repeat 10px 6px;
}
.menu li ul li a:hover{
	color:#7e857f;
	background:url(../images/bullet-hover.gif) no-repeat 10px 6px;
	font-weight:normal;
}
.form-wrapper{
	width:145px;
	margin:9px 0 0;
	padding:0 16px 0 15px;
	background:#d9b100;
	overflow:hidden;
	color:#fff;
}
.form-wrapper h3{
	margin:0;
	padding:14px 0 5px;
	font-size:15px;
	line-height:16px;
	font-weight:normal;
}
.form-wrapper span{
	display:block;
	padding:0 0 9px;
}
.form{
	font-size:12px;
	line-height:17px;
}
.form .row{
	width:145px;
	overflow:hidden;
	vertical-align:top;
	height:32px;
}
.form .input-text{
	width:131px;
	float:left;
	background:#fff;
	border:solid #ecd87f;
	border-width:1px 0;
	margin:0;
	padding:2px 7px 3px;
	font:12px/13px Arial, Helvetica, sans-serif;
	color:#e0c030;
}
.form .form-options{
	width:145px;
	padding:0 0 14px;
	overflow:hidden;
}
.form #submit{
	border:none;
	font-size:12px;
	line-height:18px;
	background:#6c736d;
	height:19px;
	padding:0 10px 2px;
	float:left;
	cursor:pointer;
	color:#fff;
	text-align:center;
}
.form #submit:hover, .form #submit.hover{
	color:#6c736d;
	background:#fff;
}
.data{
	width:555px;
	padding:0 0 58px;
	float:left;
	overflow:hidden;
}
.yellow-box{
	width:525px;
	padding:15px;
	margin:0 0 10px;
	overflow:hidden;
	background:#d9b100;
}
.yellow-box h2{
	margin:0 0 12px;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
}
.yellow-box p{
	margin:0;
	color:#fff;
}
.black-box{
	width:555px;
	margin:0 0 10px;
	overflow:hidden;
	background:#6c736d;
}
.black-box img{
	float:left;
}
.black-box .text-wrapper{
	width:330px;
	padding:15px 25px 0 0;
	float:right;
	color:#fff;
}
.black-box .text-wrapper h3{
	margin:0 0 3px;
	font-weight:normal;
	font-size:15px;
	line-height:20px;
}
.black-box .text-wrapper p{
	/*margin:0 0 32px;*/
	margin:0 0 16px;
	height: 80px;
	oerflow: hidden;
	
}

    
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    .black-box .text-wrapper p  {
		margin:0 0 16px;
	}    
	  
  }

  

.black-box .text-wrapper a.more{
	display:block;
	background:#fff;
	width:64px;
	height:19px;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	line-height:19px;
	color:#919692;
	/* by paul */
	margin-top: 32px;
}
*+html .black-box .text-wrapper a.more{
	height:19px;
	line-height:17px;
}
.black-box .text-wrapper a.more:hover{
	background:#d9b100;
	color:#fdfaef;
	text-decoration:none;
}
.gray-box{
	width:555px;
	margin:0 0 10px;
	overflow:hidden;
	background:#97a199;
}
.gray-box img{
	float:left;
}
.gray-box .text-wrapper{
	width:330px;
	padding:15px 25px 0 0;
	float:right;
	color:#fff;
}
.gray-box .text-wrapper h3{
	margin:0 0 3px;
	font-weight:normal;
	font-size:15px;
	line-height:20px;
}
.gray-box .text-wrapper p{
	/*margin:0 0 32px;*/
	margin:0 0 16px;
	height: 80px;
	oerflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .gray-box .text-wrapper p  {
		margin:0 0 16px;
	}    
  }
  
.gray-box .text-wrapper a.more{
	display:block;
	background:#fff;
	width:64px;
	height:19px;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	line-height:19px;
	color:#919692;
	padding: 0 10px;
	/* by paul */
	margin-top: 32px;
}
*+html .gray-box .text-wrapper a.more{
	height:19px;
	line-height:17px;
}
.gray-box .text-wrapper a.more:hover{
	background:#d9b100;
	color:#fdfaef;
	text-decoration:none;
}
.white-box{
	width:555px;
/*	padding:0 0 16px;*/
	padding:0 0 8px;
	margin-bottom: 12px;
	border-bottom:1px solid #919692;
	overflow:hidden;
}
.white-box h3{
	margin:0 0 0px ;
	font-size:15px;
	line-height:20px;
	font-weight:normal;
	color:#d9b100;
}
.white-box p{
	margin:0 0 5px;
	color:#6c736d;
}
.white-box a{
	text-decoration:underline;
	color:#D9B100;
}

.white-box a:hover{
	text-decoration:underline;
	color:#6c736d;
}

.white-box a.more{
	text-decoration:none;
	display:block;
	background:#d9b100;
	width:64px;
	height:19px;
	margin-top:9px;
	margin-bottom: 8px;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	line-height:19px;
	color:#fff;
	text-decoration:none;
	padding: 0 10px;
}
*+html .white-box a.more{
	height:19px;
	line-height:17px;
}
.white-box a.more:hover{
	background:#6c736d;
	text-decoration:none;
}
.box{
	width:550px;
/*	padding:11px 0 0;*/
	margin-bottom:11px;
	overflow:hidden;
	border-bottom:1px solid #919692;
}
.box img{
	float:left;
	margin:3px 0 0;
}
.box .text-wrapper{
	width:424px;
	float:right;
	padding:0 20px 0 0;
}
.box .text-wrapper .title{
	width:424px;
	overflow:hidden;
}
.box .text-wrapper .title strong{
	display:block;
	padding:0 0 1px;
	font-size:14px;
	font-weight:normal;
	color:#d9b100;
}
.box .text-wrapper .title span{
	display:block;
	color:#b9c6b9;
}
.box .text-wrapper p{
	margin:0 0 16px;
	color:#6c736d;
}
.right-column{
	width:175px;
	float:right;
	overflow:hidden;
	border-bottom:1px solid #b6b9b6;
}
.lang{
	width:175px;
	margin:0;
	padding:14px 0;
	list-style:none;
	overflow:hidden;
	border-top:2px solid #dbdcdb;
}
.lang li{
	float:left;
	margin:0 3px 0 0;
}
.lang li a.nl{
	display:block;
	background:url(../images/lang-nl.gif) no-repeat;
	width:20px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
}
.lang li.active a.nl,.lang li a.nl:hover{
	background:url(../images/lang-nl.gif) no-repeat 0 -20px;
}
.lang li a.en{
	display:block;
	background:url(../images/lang-en.gif) no-repeat;
	width:20px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
}
.lang li.active a.en,.lang li a.en:hover{
	background:url(../images/lang-en.gif) no-repeat 0 -20px;
}

.right-column h2{
	margin:0;
	padding:11px 0 10px;
	color:#d9b100;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	border-top:1px solid #b6b9b6;
}

.sale-box h2{
	margin:0;
	padding:11px 0 10px;
	color:#d9b100;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	border-top: none;
}


.white-box ul{
	color: #6C736D;
}
.white-box .contenttable tr ul{
	padding-left: 14px;
	margin: 0;
}
.white-box .contenttable tr{
	height: 10px;
}

.mappable{
	width:175px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:left;
	clear:both;
	font-size:12px;
	line-height:18px;
	color:#6c736d;
	padding:0 20px 0px 0;
}
.mappable strong{
	display:block;
}
.mappable p{
	margin:0 0 13px;
}
.mappable a.more{
	display:block;
	background:#d9b100;
	width:64px;
	height:19px;
	margin-bottom:13px;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	line-height:19px;
	color:#fff;
	text-decoration:none;
	padding: 0 10px;
}
*+html .mappable a.more{
	height:19px;
	line-height:17px;
}
.mappable a.more:hover{
	background:#6c736d;
	text-decoration:none;
}

.mappable img{
	padding-bottom:12px;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image{
	margin-left:0px;
	margin-bottom:5px;
}
.nieuwsbrief{
	width:555px;
	padding:0 0 5px;
	margin-bottom: 10px;
	border-bottom:1px solid #919692;
	overflow:hidden;
}
.nieuwsbrief a.more{
	display:block;
	background:#d9b100;
	width:64px;
	height:19px;
	margin-top:15px;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	line-height:19px;
	color:#fff;
	text-decoration:none;
	padding: 0 10px;
}

.nieuwsbrief a.more:hover{
	background:#6C736D none repeat scroll 0 0;
	text-decoration:none;
}



.nieuwsbrief p{
	color:#6C736D;
	margin-top:9px;
}
.nieuwsbrief h3{
	margin-top:9px;
	font-size:15px;
	line-height:15px;
	font-weight:normal;
	color:#d9b100;
}

#tx_dreformmaker_pi3_page_2113{
	color:#7E857F;
}

#tx_dreformmaker_pi3_page_2115{
	color:#7E857F;
}

.yellow-box2 {
	background:#D9B100 none repeat scroll 0 0;
	margin:0 0 10px;
	overflow:hidden;
	width:525px;
	padding-bottom:0px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
}
.yellow-box2 h2 {
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	margin:0 0 12px;
}

.csc-textpic-imagewrap{
	width: 600px;
	text-align:left;
}


ol {
	margin: 0;
	padding-left:23px;
	_padding-left:22px;
}
.nieuwsbrief li {
	margin:0;
	padding:0;
	margin-left:-25px;
}
#tx_dreformmaker_pi3_page_2113 textarea {
	margin-bottom:15px;
}



a.more{
	display:block;
	background:#d9b100;
	width:64px;
	height:19px;
	margin-bottom:13px;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	line-height:19px;
	color:#fff;
	text-decoration:none;
}
*+html a.more{
	height:19px;
	line-height:17px;
}
a.more:hover{
	background:#6c736d;
	text-decoration:none;
}

.left-column h2{
	margin:0;
	padding:11px 0 10px;
	color:#d9b100;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	border-top:1px solid #b6b9b6;
}

.left-column ul, .left-colum li {
	list-style: none;
	margin:0px;
	padding:0px;
	
}



.left-column li img{
	list-style: none;
	margin:0px;
	padding:0px;
	*margin-left: -17px;
}

#content .data .imagewrap {
	border-bottom:1px solid #919692;
	margin-bottom:12px;
	overflow:hidden;
	padding:0 0 12px;
	width:555px;
}


.left-column .mappable {
	border-bottom:1px solid #919692;
	margin-bottom:12px;
	padding:0px;
	
}

.right-column .mappable .mappable .container li{
margin-left: -40px;
list-style: none;
}


/* richard list news */
.news-list-container .news-list-item {
    clear:both;
    margin-bottom:5px;
    border-bottom: 1px #9FCAED solid;
    padding-bottom:10px;
}
.news-list-container .news-list-item .left {
    float:left;
    text-align:center;
    width:190px;
    margin-right:16px;
    min-height: 120px;
}
.news-list-container .news-list-item .right {
    float:left;
    /*width:276px;*/
    width: 537px;
}
.cols2 .news-list-container .news-list-item .header {
    float:left;
    width:463px;
}
.news-list-container .news-list-item .header A{
     color: #000;
     font-weight: bold;
     font-size: 13px;
}
.news-list-container .news-list-item .date H1{
    font-size: 12px;
}
.cols2 .news-list-container .news-list-item .more {
    float:right;
}
/*
.news-list-container .news-list-item .more A{
    background: transparent url(../../images/bullet_black_right.png) no-repeat left center;
    padding-left:8px;
    color: #000;
    text-decoration: underline;
}
*/

.shopButton {
	background:none repeat scroll 0 0 #D9B100;
	border:medium none;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	margin: 0 0 13px;
	overflow:hidden;
	padding: 1px 10px 3px;
	text-align:center;
	text-decoration:none;
	/*width:125px;*/
	cursor:hand;
	cursor: pointer;
	line-height: 17px;
}

.shopButton-over  {
	background:none repeat scroll 0 0 #6C736D;
	border:medium none;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	margin: 0 0 13px;
	overflow:hidden;
	padding: 1px 10px 3px;
	text-align:center;
	text-decoration:none;
	/*width:125px;*/
	cursor:hand;
	cursor: pointer;
	line-height: 17px;
}

*+html .tx-wshop .shopButton{ padding: 0 10px 2px; }
.tx-wshop .shopButton {
	background:none repeat scroll 0 0 #D9B100;
	border:medium none;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	line-height:19px;
	margin-bottom:13px;
	margin-left:0;
	margin-right:0;
	overflow:hidden;
	padding: 0 10px 2px;
	text-align:center;
	text-decoration:none;
	/*width:150px;*/
	cursor:hand;
	cursor: pointer;
}


.tx-wshop .shopButton-over  {
	background:none repeat scroll 0 0 #6C736D;
	border:medium none;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	line-height:19px;
	margin-bottom:13px;
	margin-left:0;
	margin-right:0;
	overflow:hidden;
	padding: 0 10px 2px;
	text-align:center;
	text-decoration:none;
	/*width:150px;*/
	cursor:hand;
	cursor: pointer;
}

.catImage {
    float: left;    
}
.catImage IMG{
    margin: 10px 10px 10px 0;    
}
.news-single-item H3.subheader {
    margin: 10px 0;
    font-weight: bold;   
}
.news-single-item .news-single-img .imgtext-table {
    text-align: right;  
}
.news-single-item .news-single-img DIV { /*IE7 fix*/ 
    width: 1%;  
}

/* tt_products */

.tx-ttproducts-pi1 .news-list-container .news-list-item {
    clear:both;
    margin-bottom:10px;
    border-bottom: 1px #cccccc solid;
    padding-bottom:10px;
}

.tx-ttproducts-pi1 .news-list-container .news-list-item .right {
    float:left;
    width:345px;
}

.tx-ttproducts-pi1 .more {
/*    float:right;*/
   margin-top:10px;
}

.tx-ttproducts-pi1 .form_control .more {
   float:left;
   margin-top:10px;
   margin-right: 10px;
}

.tx-ttproducts-pi1 .toRight {
    float:right;
    width:225px;
}
.tx-ttproducts-pi1 .toLeft {
    float:left;
    width:210px;
}
.tx-ttproducts-pi1 .moreToRight {
    float:right;
    margin-top:25px;
}
.tx-ttproducts-pi1 .more.moreToRight {
    margin-top: 15px;
}
.tx-ttproducts-pi1 .moreBottom {
    margin-top:15px;
    float: left;
}

#tx-ttproducts-pi1-single .tx_wshop_single_view .title {
	margin: 0px;
	margin-bottom: 10px;

}

.tx-ttproducts-pi1 div.tx_wshop_single_view .price div.price_tax{
    float: none;
}

.tx-ttproducts-pi1 .news-list-item .left .imgtext-table IMG{
    border:1px solid #9FCAED;
}

#tx-ttproducts-pi1-single .tx_wshop_single_view .price {
	margin: 0px;
	margin-bottom: 10px;
}

.left {
    float:left;
    text-align:center;
    width:130px;
    margin-right:16px;
}

.right {
    float:left;
    /*width:276px;*/
    width: 537px;
}

.line {
	border-top:1px solid #B6B9B6;
	margin: 10px 0px 10px 0px;
}

.tx_wshop_naw_form .line {
	border-top:1px solid #B6B9B6;
	/*padding:11px 0 10px;
	margin-top: 10px;*/
	margin: 10px 0px 10px 0px;
}

.tx_wshop_naw_form table {
	margin-top: 20px;
}


.tx-wshop .adres {
    float:left;
    text-align:left;
    width:260px;
    margin-right:16px;
}


.tx-wshop .left {
    float:left;
    text-align:left;
    width:130px;
    margin-right:16px;
}

.tx-wshop .right {
    float:right;
    text-align:right;
    /*width:276px;*/
    width: 237px;
}



/* richard list products */
.news-list-container .news-list-item {
    clear:both;
    margin-bottom:5px;
    border-bottom: 1px #9FCAED solid;
    padding-bottom:10px;
	overflow:hidden;
}
.news-list-item .left {
	float:left;
}
.news-list-item .left .image {
	width:200px;
	margin:0;
	padding:0;
	min-height:10px;
}

.news-list-item .right .title-news h1 {
	color:#cc9900;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
}


.more a {
	background:none repeat scroll 0 0 #D9B100;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	line-height:19px;
	margin-bottom:13px;
	overflow:hidden;
	text-decoration:none;
	width:91px;
	margin-left:0;
	margin-right:0;
	padding:0;
	text-align:center;
}

#winkelwagen .more a {
	background:none repeat scroll 0 0 #D9B100;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	line-height:19px;
	margin-bottom:13px;
	overflow:hidden;
	text-decoration:none;
	width:112px;
	margin-left:0;
	margin-right:0;
	padding:0;
	text-align:center;
}

.data .more a {
	background:none repeat scroll 0 0 #D9B100;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	line-height:19px;
	margin-bottom:13px;
	overflow:hidden;
	text-decoration:none;
	/*width:115px;*/
	margin-left:0;
	margin-right:0;
	padding:0;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
}

.data .more a:hover {
	background:none repeat scroll 0 0 #6C736D;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	line-height:19px;
	margin-bottom:13px;
	overflow:hidden;
	text-decoration:none;
	/*width:100px;*/
	margin-left:0;
	margin-right:0;
	padding:0;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
	/*width:115px;*/
}

.data .overzicht .more a {
	background:none repeat scroll 0 0 #D9B100;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	line-height:19px;
	margin-bottom:13px;
	overflow:hidden;
	text-decoration:none;
	/*width:180px;*/
	margin-left:0;
	margin-right:0;
	padding:0;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
}

.data .overzicht .more a:hover {
	background:none repeat scroll 0 0 #6C736D;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	line-height:19px;
	margin-bottom:13px;
	overflow:hidden;
	text-decoration:none;
	/*width:100px;*/
	margin-left:0;
	margin-right:0;
	padding:0;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
	/*width:180px;*/
}

.more a {
	background:none repeat scroll 0 0 #D9B100;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	line-height:19px;
	margin-bottom:13px;
	overflow:hidden;
	text-decoration:none;
	/*width:100px;*/
	margin-left:0;
	margin-right:0;
	padding:0;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
}


.more a:hover {
	background:none repeat scroll 0 0 #6C736D;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	line-height:19px;
	margin-bottom:13px;
	overflow:hidden;
	text-decoration:none;
	/*width:100px;*/
	margin-left:0;
	margin-right:0;
	padding:0;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
}

.morewide a {
	background:none repeat scroll 0 0 #D9B100;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	line-height:19px;
	margin-bottom:13px;
	overflow:hidden;
	text-decoration:none;
	width:115px;
	margin-left:0;
	margin-right:0;
	padding:0;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
}


.morewide a:hover {
	background:none repeat scroll 0 0 #6C736D;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	line-height:19px;
	margin-bottom:13px;
	overflow:hidden;
	text-decoration:none;
	width:115px;
	margin-left:0;
	margin-right:0;
	padding:0;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
}


#tx-ttproducts-pi1-basket .more a {
	background:none repeat scroll 0 0 #D9B100;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	line-height:19px;
	margin-bottom:13px;
	overflow:hidden;
	text-decoration:none;
	/*width:125px;*/
	margin-left:0;
	margin-right:0;
	padding:0;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
}

#tx-ttproducts-pi1-basket .more a:hover {
	background:none repeat scroll 0 0 #6C736D;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:19px;
	line-height:19px;
	margin-bottom:13px;
	overflow:hidden;
	text-decoration:none;
	/*width:125px;*/
	margin-left:0;
	margin-right:0;
	padding:0;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
}
.news-list-item .right {
	width:409px;
}
.clear {
	clear:both;
}

#tx-ttproducts-pi1-basket .trading_conditions  a {
	color:#D9B100;
	text-decoration:underline;
}

#tx-ttproducts-pi1-basket .trading_conditions  a:hover {
	color:#6C736D;
}
