body {
	font-family: "trebuchet ms", verdana, sans-serif;
/* 	font-size: 12px; */
	line-height: 1.5em;
	color: #333;
	background: #ffffff;
	margin: 0;
	padding: 0;
	width: 100%;
}

p {
	margin-top: 10px;
}

h3 {
	font: bold 140% trebuchet ms, sans-serif;
	letter-spacing: 5px;
	margin-bottom: 0;
	color: #000000;
}

hr {
	color: #eee;
	background-color: #000;
	height: 2px;
}

img {
	border: 0;
	min-width: 125px;
}
header {
	text-align: center;
}
header h1 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #fff;
}

.main {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 60px 5px;
	background: #FFFFFF;
}

/* --- bar ---------------------------- */
.bar {
	background: #eee;
}
.bar h1 {
 	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}
/* --- footer ---------------------------- */
footer {
/* 	height: 4.3rem; */
	background: #333;
	color:#ccc;
	letter-spacing: 0.4em;
	text-align: center;
}
footer a {
		color:#ccc;
		text-decoration: none;
		border-bottom: 1px solid #036;
}
footer a:hover {
		color:#ddd;
		text-decoration: none;
		border-bottom: 1px solid #ddd;
}
.rowC {
    background: #FFF;
    padding:10px;
    border-bottom:2px solid #E0E0E0;
}
.rowC:nth-child(odd) {
    background: #EEE;
}
/* --- footer ---------------------------- */
.product {
/*     border-bottom: 1px solid #ccc; */
    background: #FAFAFA;
    padding: 10px;
}
.price {
/*     color:#ddd; */
    font-weight: bold;
}
.price:before {
    content:"$";
}
.btn:hover {
    background-color:#707070;
    border-color:#707070;
}
label {
    float:left;
    margin-right: 10px;
}
.select {
    width:auto;
    height:auto;
}
.address {
    background: #e9e9e9;
    margin: 10px;
    padding: 10px 20px;
    width: 250px;
}
