/* CSS Document */

	/* TABLE  ARTICLE DETAIL (IN TABLE OF ARTICLES) */	
		table.article {
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-style: solid;
			border-top-color: #999999;
			border-right-color: #999999;
			border-bottom-color: #999999;
			border-left-color: #999999;
			sswidth:100%;
			background-color: #FFFFFF;
		}
		
		table.articleproperties{
			height: 100%;
			ssdisplay: block;
			width: 100%;
		}

	
		table.article td.label{
			font-size: 11px;
			font-weight: normal;
			color: #000000;
			text-align: right;
	width: auto;					
				
		}
	
	
		table.article td.labelhidden{
			font-size: 12px;
			font-weight: normal;
			color: RED;
			qqwidth: 150px;
		
		}

		table.article td.articlename{
			font-size: 16px;
			font-weight: bold;
			color: #000000;
		}

		table.article td.description{
	font-size: 13px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 15px;
	border: 1px solid #999999;
		}

		table.article textarea.description{
			width:450px;
		}
	
		table.article td.data{
			vertical-align: top;
			font-size: 12px;
			color: #000099;
			width: auto;
		}
		
		
		table.article td.image{
			text-align: right;
			vertical-align: top;
			
			
		}

		table.article img{
			
		}
		
	
	table.article a.addtobasket{
		color: #0066CC;
		text-decoration: none;
		font-size: 13px;
		
		text-align: center;
	}

	table.article td.addtobasket{
		height: 100%;
		text-align: center;
		vertical-align: bottom;
	}

	table.article a.moreinfo:hover{
		color: #000099;
		background-color: #99CCCC;
	}
		

	table.article_halfpage{
		border: 1px solid #CCCCCC;
		background-color: #FFFFFF;
	}


	table.article_halfpage td{
		vertical-align: top;
	}


	table.article_halfpage td.image{
		text-align: right;
	}

	table.article_halfpage img{

	}

	table.article_halfpage  td.articlename{
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		height: 18px;
		cursor: hand;
	}

	table.article_halfpage table.properties td.options{
		font-size: 10px;
		font-style: italic;
		font-weight: normal;
		color: #999999;
	
		text-align: left;
			cursor: hand;
		height: 50;
	
	}
	
	
	table.article_halfpage table.properties td.totalprice{
		height: 14px;
		font-size: 16px;
		font-weight: bold;
		color: <BASECOLOR>;
		text-align: left;
			cursor: hand;
		
	}
	
	
table.article_halfpage table.properties td.discount{
	height: 14px;
	font-size: 16px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: line-through;
	text-align: left;
	width:20px;
		cursor: hand;
}


table.article_mini{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	width:100%;

		
}

table.article_mini img{



}

table.article_mini td.image{
}

table.article_mini td.discount{
	font-size: 11px;
	color: #000000;
	text-decoration: line-through;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}


table.article_mini td.totalprice{
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	font-size: 12px;
}

td.actioncenter{
	text-align: center;
}

td.soldout{
	font-weight: bold;
	color: #FF0000;
	text-align: center;

}