
/*  ----------\
	-----------------------------------------------
	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
	-----------------------------------------------
	----------/
*/




/* --------------------------------------
	
	=headers
	
-------------------------------------- */
#content h3 {
	border-bottom: 1px solid #dee0e0;
	clear: both;
	margin: 1em 0 6px 0;
}

input{
	margin:0px 4px 0px 0px;
	/*float:left;
	display:block;*/
}

label{
	/*display:block;*/
	margin:0px;
	align:left;
	float:left;
}

/* --------------------------------------
	
	=list
	
-------------------------------------- */
.grid li {
	margin-bottom: 0.4em;
	clear:both;
}
/* --------------------------------------
	
	=panel
	
-------------------------------------- */

.grid {
	/*display: inline;*/
	float: left;
	/*margin: 0 10px 0em 0;*/
	width: 33%;
	/*height: 170px;*/
}

.gridTop {
	/*display: inline;*/
	float: left;
	/*margin: 0 10px 0em 0;*/
	width: 120px;
	/*height: 50px;*/
}

.searchResult{
	width: 550px;
}

/* --------------------------------------
	
	=form
	
-------------------------------------- */

#psearch {
	width: 414px;
}
#psearch input, #psearch label {
	
}

.bruno
{
	background: url(../img/btn-search.jpg) no-repeat;
	position:absolute;
	border: none;
	color: #949494;
	cursor: pointer;
	font-size: 100%;
	height: 41px;
	margin-left: 79px;
	padding: 0;
	width: 107px;

}

#psearch input.submit {

	background: url(../img/btn-search.jpg) no-repeat;
	border: none;
	clear: both;
	color: #949494;
	cursor: pointer;
	font-size: 100%;
	height: 41px;
	margin-left: 307px;
	padding: 0;
	width: 107px;
}

#psearch input.submit:hover {
	color: #b6d427;
}

#psearch input.checkall, input.uncheckall{

	background: url(../img/btn-search.jpg) no-repeat;
	border: none;
	clear: both;
	color: #949494;
	cursor: pointer;
	font-size: 100%;
	height: 41px;
	/*margin-left: 307px;*/
	padding: 0;
	width: 107px;
}

#psearch input.checkall:hover, input.uncheckall:hover {
	color: #b6d427;
}

