/* CSS for www.brewexpressdirect.com
	 Hand coded by Matthew Farnell
	 Feel free to copy and use any of this CSS
	 with credit to Matthew Farnell, www.farnellweb.com */

/* Layout
-------------------------------*/

#content {
    width: 900px;
}

hr {
    width: 0;
    margin: 0;
    height: 0;
}

.box {
    text-align: center;
    border: #000 2px solid;
    background: #fff;
    width: 208px;
    float: left;
    margin: 0 12px 12px 0;
    min-height: 110px;
    font-size: 12px;
    height: 325px;
}

.right {
    float: right;
}

h3 {
    font-weight: normal;
}

.box h2 {
    margin: 0;
    padding: 8px 2px 4px 8px;
    font-size: 17px;
    letter-spacing: 0;
    background: #7B3520;
    color: #E9DBC5;
    width: auto;
}

h4 {
    height: 194px;
    width: 208px;
    margin: 0;
    padding: 0;
    background-image: url(/buy-parts/images/logo.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

h4 span {
    display: none;
}

.box p {
    padding: 0 5px 0 5px;
    margin: 0;
}

.sindent {
    margin-left: 25px;
}

.box form {
    margin-top: 8px;
}

.box input {
    width: 80px;
    margin-top: 4px;
}

.button {
	margin-top: 3px;
	margin-left: 5px;
	padding: 0;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}

th {
    text-align: left;
    font-weight: normal;
}

.field {
    margin-right: 20px;
}

.fieldlong {
    width: 280px;
    margin-right: 20px;
}

.fieldshort {
    width: 40px;
    margin-right: 10px;
}

table {
    margin-bottom: 15px;
}

form {
    margin: 0;
    padding: 0 5px 5px 5px;
}
