body {
    margin-top: 5px;
    font-family: 'Mako', sans-serif;
}

a:link {color: #e64097; font-weight: bolder; text-decoration: none;}
a:visited {color: #e64097; font-weight: bolder; text-decoration: none;}
a:hover {color: #e64097; font-weight: bolder; text-decoration: underline;}
a:active {color: #e64097; font-weight: bolder; text-decoration: underline;}

input[disabled] {
    background-color: #f9f9f9;
}

select[disabled] {
    background-color: #f9f9f9;
}

input[type="text"][class~="error"],input[type="password"][class~="error"] {
    border-width: 2px;
    border-color: #F00;
    background-color: #ffeaf6;
}

h1 {
    font-size: 30px;
    color: #fff;
    background-color: #e64097;
    margin-left: 240px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    width: 750px;
    clear: both;
}

h2 {
    margin-left: 250px;
    font-size: 20px;
    color: #777;
    font-weight: normal;
    width: 750px;
}

h3 {
    font-size: 18px;
    color: #e64097;
    font-weight: normal;
}

h3 a:link {color: #e64097; font-weight: normal; text-decoration: none;}
h3 a:visited {color: #e64097; font-weight: normal; text-decoration: none;}
h3 a:hover {color: #e64097; font-weight: normal; text-decoration: underline;}
h3 a:active {color: #e64097; font-weight: normal; text-decoration: underline;}

cite {
    font-weight: bolder;
    font-style: normal;
    color: #e64097;
}

td, th {
    vertical-align: top;
}

td {
    padding-bottom: 9px;
}

input {
    border-style: solid;
    border-width: 1px;
    border-color: #aaa;
    font-size: 12px;
}

button {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#FFF;
    font-family: 'Mako', sans-serif;
	font-size:14px;
    font-weight: bolder;
	height:24px;
	padding:2px 2px;
}

select {
    -webkit-appearance: none;
    border-style: solid;
    border-width: 1px;
    border-color: #aaa;
    font-size: 12px;
    border-radius: 0;
    height: 1.7em;
}

#logo {
    position: absolute;
    top: 10px;
    left: 15px;
}

#sidebar {
    position: absolute;
    top: 250px;
    left: 50px;
    width: 150px;

    color: #aaa;
    font-size: 16px;
}

#sidebar-categories {
    font-size: 13px;
}

#sidebar a:link {color: #777; font-weight: normal; text-decoration: none;}
#sidebar a:visited {color: #777; font-weight: normal; text-decoration: none;}
#sidebar a:hover {color: #777; font-weight: normal; text-decoration: underline;}
#sidebar a:active {color: #777; font-weight: normal; text-decoration: underline;}

#main {
    margin-top: 40px;
    width: 1000px;
}

#listing-main {
    margin-top: 40px;
    min-width: 500px;
}

#center {
    float: left;
    width: 500px;
    min-height: 300px;
    margin-left: 250px;
    margin-top: 0px;
    margin-bottom: 50px;
}

#home-center {
    width: 800px;
    min-height: 300px;
    margin-left: 250px;
    margin-top: 0px;
    margin-bottom: 50px;
}

#listing-center {
    min-width: 250px;
    min-height: 300px;
    margin-left: 250px;
    margin-top: 0px;
    margin-bottom: 50px;

}
#center p {
    font-size: 15px;
    line-height: 1.5em;
    color: #222;
    margin-top: 12px;
}

#center p.ingredients {
    font-size: 12px;
    color: #777;
}

#purchase {
    float: right;
    width: 200px;
    margin-top: 25px;
}

p.expires {
    font-size: 20px;
    color: #777;
    padding-bottom: 0;
}

#errors li {
    color: #A00;
}

#about {
    border-top: 1px #e64097 dotted;
    font-size: 15px;
    color: #777;
}

#topnav {
    width: 1000px;
}

#search {
    width: 300px;
    margin-bottom: 20px;
    float: right;
}

#searchbox {
    float: right;
    margin-bottom: 8px;
}

#topnav-links {
    clear: both;
    float: right;
    font-size: 12px;
}

#topnav-links a:link {color: #e64097; font-weight: normal; text-decoration: none;}
#topnav-links a:visited {color: #e64097; font-weight: normal; text-decoration: none;}
#topnav-links a:hover {color: #e64097; font-weight: normal; text-decoration: underline;}
#topnav-links a:active {color: #e64097; font-weight: normal; text-decoration: underline;}

#qty {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#FFF;
    font-family: 'Mako', sans-serif;
	font-size:14px;
    font-weight: bolder;
	height:24px;
	padding:2px 2px;

}
.continue {
	color:#FFF;
	background-color:#e64097;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
    font-family: "Georgia", serif;
	font-size:18px;
    font-weight: bolder;
	height:48px;
	padding:4px 16px;
}

#id {
	color:#FFF;
	background-color:#e64097;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
    font-family: "Georgia", serif;
	font-size:18px;
    font-weight: bolder;
	height:48px;
	padding:4px 16px;
    margin-bottom: 12px;
}

#purchase label {
    font-size: 30px;
    color: #e64097;
    font-weight: bold;
}

#footer {
    border-top: #e64097 1px dotted;
    font-size: 12px;
    color: #777;
    clear: both;
    padding-top: 5px;
    padding-left: 250px;
    width: 800px;
}

#center p.note {
    color: #777;
}

#center textarea {
    width: 475px;
    height: 500px;
    font-family: Monaco, monospace;
    font-size: 10px;
}

#center table {
    width: 475px;
}

.sep { margin-top: 15px; border-top: 1px dotted #e64097; }

.home-prod-unit {
    float: left;
    width: 275px;
    height: 350px;
    margin-left: 10px;
    margin-bottom: 25px;
    padding: 5px;
    border-bottom: 1px #e64097 dotted;
    border-right: 1px #e64097 dotted;
}

.home-prod-unit h3 {
    font-style: italic;
    color: #aaa;
    font-size: 16px;
    margin-bottom: 5px;
}

.home-prod-unit h3 a:link {color: #aaa; text-decoration: none; font-weight: bolder;}
.home-prod-unit h3 a:visited {color: #aaa; text-decoration: none; font-weight: bolder;}
.home-prod-unit h3 a:hover {color: #aaa; text-decoration: underline; font-weight: bolder;}
.home-prod-unit h3 a:active {color: #aaa; text-decoration: underline; font-weight: bolder;}

.home-prod-unit h4 {
    font-weight: bolder;
    color: #e64097;
    font-size: 18px;
    margin-bottom: 2px;
    margin-top: 5px;
}

.home-prod-unit h4 a:link {color: #e64097; text-decoration: none;}
.home-prod-unit h4 a:visited {color: #e64097; text-decoration: none;}
.home-prod-unit h4 a:hover {color: #e64097; text-decoration: underline;}
.home-prod-unit h4 a:active {color: #e64097; text-decoration: underline;}

.home-img {
    margin-top: 25px;
    float: left;
    width: 150px;
}

.home-prod-unit .capsule {
    padding-left: 155px;
}

.product-image {
    float: left;
    width: 175px;
    height: 225px;
    margin-left: 10px;
    margin-bottom: 25px;
    padding: 5px;
    border-bottom: 1px #e64097 dotted;
    border-right: 1px #e64097 dotted;
}

