@font-face {
    font-family: "Droid Sans";
    font-style: normal;
    font-weight: normal;
    src: local("Droid Sans"), local("DroidSans"), url("http://themes.googleusercontent.com/static/fonts/droidsans/v1/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff") format("woff");
}

#content h1,
#content h3 {
    font-family: 'Droid Sans', Verdana, Arial, sans-serif;
    margin: 0.5em 0.2em;
}

h2.model {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 20px 0 5px 0;
	display: block;
	width: 300px;
}

h2.model img {vertical-align: bottom;}

#specs {
	margin-left: 10px;
	font-size: 11px;
	overflow: hidden;
}

.specProperty {
	color: #333; 
	display: inline-block;
	float: left;
	clear: left;
	width: 100px;
	padding: 3px;
	border-top: 1px solid #bbb;
}

.specValue {
	color: #333;
	display: block;
	width: 280px;
	padding: 3px;
	border-top: 1px solid #bbb;
}

#compareLink {
	clear: both;
	padding-top: 10px;
}

input[type="text"],
textarea {
	background: url('../img/input-bg.gif') repeat-x #fbfbfb;
	border: 1px solid #c8c8c8;
}
input[type="text"]:focus,

textarea:focus {
	border: 1px solid #999;
}

#contactForm label {
	display: inline-block;
	width: 80px;
	vertical-align: top;
}
#contactForm ul {
	list-style: none;
}
#contactForm input, 
#contactForm label,
#contactForm textarea,
#contactForm button {
	font-size: 10px;
	margin: 2px;
}
#contactForm .hp { display: none; }
#contactForm input[type="text"],
#contactForm textarea {
	width: 150px;
	resize: none;
}
#contact img {
	vertical-align: bottom;
}

.specstable {
    width: 250px;
    font-size: 11px;
    float: left;
    margin: 0 10px;
    border-collapse: collapse;
}
    .specstable tbody tr:hover {
		background-color: #eee;
	}
	.specstable th { 
		background-color: #dcdcdc;
		padding: 0.5em 0.75em;
	}
	.specstable td {
		padding: 0.5em 0.75em;
		border-bottom: 1px solid #dcdcdc;
		text-align: right;
	}
	.specstable td:first-child { text-align: left; }

    .specstable tfoot td { border: none; }

.description { clear: left; padding-top: 10px; }
