/* Le Force. Base Styles. Stephen Chai. */
* {
	border: 0;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
h2 {
	clear: both;
	font-size: 2em;
	font-weight: bold;
}
h3 {
	font-weight: bold;
	text-transform: uppercase;
}
p {
	line-height: 1.8em;
	margin: 0;
	padding: 0 0 1em 0;
}
ul.basic {
	line-height: 1.8em;
	margin: 0 0 1em 2em;
	padding: 0;
}
	ul.basic li {
		display: list-item;
		list-style: disc outside;
		margin: 0;
		padding: 0;
	}
.cListInfo {
	clear: both;
	font-size: 10px;
	line-height: 1em;
	margin: 1em 0;
	padding: 5px 0;
	position: relative;
}
	.cListInfo ul {
		padding: 1em 0;
	}
	.cListInfo li {
		display: inline;
		margin: 0 1px;
	}
		.cListInfo li a {
			padding: 4px 6px;
			text-decoration: none !important;
		}
		.cListInfo li a:hover {
			background: #eee;
			color: black;
		}
		.cListInfo li a.selected {
			background: #666;
			color: black;
			font-weight: bold;
		}
.error {
	color: white;
}
.fBasic {
	padding: 1em 0;
}
	.fBasic dt {
		clear: left;
		display: block;
		float: left;
		font-size: 16px;
		font-weight: bold;
		padding: 3px;
		width: 100px;
	}
		.fBasic dt span {
			color: #999;
			font-size: 9px;
		}
	.fBasic dd {
		padding: 0 0 .4em;
	}
		.fBasic dd p {
			font-size: .9em;
			margin-left: 110px;
		}
	.fBasic .fBtns {
		padding: 2em 0;
		text-align: center;
	}
.iBtn {
	background: url(../img/iBtn.gif);
	border: 3px double #999;
	color: white;
	font: 13px/1em "Lucida Grande", Verdana, sans-serif;
	line-height: 1em;
	padding: 5px 10px;
	text-decoration: none;
}
.iBtn:active {
	background: #ccc;
	text-decoration: none;
}
.iBtn:hover {
	border: 3px double white;
	cursor: pointer;
	text-decoration: none;
}
.iText {
	background: #333 !important; /* override auto fill coloring */
	border-top: 1px solid #333;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #333;
	color: white;
	font: 16px/1em "Lucida Grande", Verdana, sans-serif;
	line-height: 1.2em;
	padding: 3px;
	width: 310px;
}
.info {
	color: #666;
}
.listing {
	list-style: none outside;
	margin: 0 0 1em 0;
}
	.listing li {
		clear: both;
		display: block;
		padding: 0 0 3em 0;
	}
		.listing li p {
			padding: 0;
		}
	.lMerch li {
		clear: left;
	}
		.lMerch li * {
			margin: 0 0 0 125px;
		}
		.lMerch li a.thickbox {
			display: block;
			float: left;
			margin: 0;
			width: 100px;
		}
			.lMerch li a.thickbox * {
				margin: 0;
			}
		.lMerch li h2 {
			clear: none;
		}
	.lPhoto li {
		display: block;
		float: left;
		list-style: none outside;
		margin: 0 1em 1em 0;
		text-align: center;
	}
		.lPhoto li p {
			margin: 0;
			padding: 0;
		}
.phplistlabel, .required { /* for phplist */
	clear: left;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	width: 100px;
}
.phplistinput, .attributeinput input { /* for phplist */
	background: #333 !important; /* override auto fill coloring */
    border-top: 1px solid #333;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #333;
    color: white;
    font: 16px/1em "Lucida Grande", Verdana, sans-serif;
    line-height: 1.2em;
    padding: 3px;
}
font.required { /* for phplist */
	display: none;
}