
/*  ----------\
	-----------------------------------------------
	Title 		: Luxtec.com CSS Document
	Author 		: Francis Hogue
	Edition 	: Blank
	Version 	: 1.0
	Created 	: 01-11-2007
	Updated 	: 
	Contact 	: francishogue@francishogue.com
	Copyright 	: Luxtec (c) 2007
	-----------------------------------------------
	----------/
*/


/* --------------------------------------
	
	=panel
	
-------------------------------------- */



dl.products {
	float: left;
	overflow: hidden;
	width: 100%;
}

dl.products dt {
	float: right;
	width: 400px;
	border-bottom: 1px solid #dee0e0;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 0.6em;
	padding-bottom: 4px;
}

dl.products dd {margin: 0 0 5px 150px;}

dl.products dd.image {
	float: left;
	margin: 0;
	/*width: 120px;*/
}

