body {
    font-family: Verdana, sans-serif;
    font-size: 100%;
	background: url('/img/tile_cream.gif') repeat;
	margin: 0 0 20px 0;
	padding: 0;
}
a {
	color: #cc6600;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
}
#wrap {
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
}
#colwrap {
	background: url('/img/sidebar.jpg') no-repeat;
}
#header {
	background: url('/img/header.jpg') no-repeat;
	height: 173px;
}
#bar {
	background: url('/img/header_bar.jpg') no-repeat;
	height: 50px;
	margin-top: 5px;
}
#sidebar {
	float: left;
	width: 200px;
	height: 465px; /*tmp*/
}
#contentbar {
	float: left;
	width: 740px;
}

/*products page*/
#productHead {
	float: left;
}
#sortbar {
	float: right;
}
#sortbar div {
	display: inline;
}
#sortbar label {
	font-size: .7em;
	padding: 0 2px 0 10px;
}
#sortbar .submit input {
	border: 1px solid #999;
	margin: 0 0 0 10px;
}
#sortbar p {
	display: block;
}
#contentbar .products {
	width: 100%;
	font-size: .8em;
}
#contentbar .products td {
	width: 33.3%;
	vertical-align: top;
	padding: 0 5px 20px 0;
}
#contentbar .products td ul {
	margin: 0;
	padding: 0 0 0 17px;
}
#contentbar .products a img {
	border: 0;
}
#contentbar .thumb {
	padding: 3px 4px 0 0;
}

/* old detail page */
#contentbar .details {
	width: 100%;
}
#contentbar .details td {
	width: 25%;
	vertical-align: top;
	text-align: left;
}
#contentbar .details td p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#content {
	padding: 5px 10px 5px 40px;
	color: #663300;
}
#footer {
	text-align: center;
	font-size: 0.6em;
	padding: 10px 0 10px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}
#flash {
    background: #cc6600;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
	color: #fff;
}
#flash #flashMessage {
	padding: 5px;
}
#bar #who {
	color: #fff;
	float: right;
	padding: 7px 10px 0 0;
}

#sidebar ul {
	list-style-type: none;
	padding: 40px 0 0 14px;
	margin: 0;
}
#sidebar ul li {
	padding: 0 0 7px 0;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.4em;
}
#sidebar ul li a {
	text-decoration: none;
	color: #ffffcc;
	cursor: pointer;
}
#sidebar ul li a:hover {
	color: #ccc;
}
.fright {
	float: right;
}
.red {
	color: #993333;
}
.clear {
	clear: both;
}

/*cake forms*/
#cform {
    /*background: #ddd;*/
    color: #000;
	font-size: .8em;
}
#cform .input label {
    float: left;
    width: 120px;
    font-weight: bold;
    color: #333;
    padding: 0 0 0 10px;
}
#cform .checkbox strong {
    padding: 0 0 0 10px;
    color: #333;
}
#cform .input input, #cform .input textarea {
    margin: 0 0 5px 10px;
    width: 180px;
    border: 1px solid #666;
    padding: 5px 5px 2px 2px;
	background: #ddd;
}
#cform .input select {
	border: 1px solid #666;
	margin: 0 0 5px 10px;
}
#cform .input.checkbox input {
    width: 30px;
    margin: 5px 10px 2px 130px;
}
#cform .submit {
    margin: 15px 0 0 120px;
    padding-bottom: 10px;
    width: 90px;
}
#cform fieldset {
    border: 0;
}
#cform fieldset legend {
    font-size: 134%;
    font-weight: bold;
    color: #666;
    padding: 10px 5px 10px 0;
}
#cform .input .fLong {
    width: 250px;
}
#cform .input .fShort {
    width: 70px;
}
#cform .input label {
	font-size: 1em;
	width: 160px;
}
#cform .error-message {
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 0 0 0 10px;
}
#cform .error input {
    background: #cc9999;
}
#cform .required label, .required, #cform .password label {
	color: #990000;
}
#cform h3 {
	background: #ddd;
	padding: 2px 0 2px 5px;
}
#cform p {
	margin: 5px 0 10px 10px;
}

#sortbar.pickone {
	float: left;
	font-size: 1.1em;
	margin: 10px 0 30px 0;
}
#sortbar.pickone label {
	font-size: 1em;
	background: #663300;
	color: #ffffcc;
	padding: 0 40px 0 40px;
	margin: 0 50px 0 0;
}
#sortbar.pickone select {
	font-size: .9em;
}
#sortbar.pickone .submit input {
	font-size: 1em;
	background: #663300;
	color: #ffffcc;
}
#cart_checkout.pickone {
	clear: both;
	margin: 20px 0 0 0;
}
#cart_checkout.pickone table {
	width: 100%;
}

#dialog {
	display: none;
}

.instruct {
	color: #666;
	font-size: .8em;
	background: #ddd;
	padding: 3px;
}
.loctype {
	background: #ccc;
	padding: 2px;
}

/*shopping cart*/
.cart_add form {
	padding: 10px 10px 0 0;
}
.cart_add input.qty {
	width: 30px;
}
.cart_add label {
	padding: 0 5px 0 0;
}
.cart_add div.input.text {
	float: left;
}
.cart_add div.submit {
	float: right;
}
.cart_add div.submit input, #cart_view .update {
	border: 1px solid #333;
	background: #cc6600;
	color: #fff;
}
#cart_view {
	width: 100%;
	background: #ddd;
	border: 1px solid #333;
	font-size: .9em;
}
#cart_view th {
	text-align: left;
	background: #663300;
	color: #ffffcc;
	padding: 2px 0 2px 6px;
}
#cart_view td {
	padding: 5px;
}
#cart_view .num {
	text-align: right;
}
#cart_view .darker {
	background: #ccc;
}
#cart_checkout {
	font-size: .9em;
}
#cart_checkout .important {
	background: #cc9999;
}
#cart_view .cart_qty {
	width: 30px;
}
#cart_view .update {
	margin: 0 0 0 5px;
}
#cart_buttons {
	border: 1px solid #333;
	background: #cc6600;
	margin: 10px 0 0 0;
	padding: 5px;
	text-align: right;
	font-size: .8em;
}
#cart_buttons a {
	color: #333;
	border: 1px solid #666;
	padding: 2px 5px 2px 5px;
	background: #cccc99;
}
#cart_buttons a:hover {
	color: #000;
}
#cart_checkout h3 {
	margin: 0;
	background: #663300;
	color: #ffffcc;
	padding: 5px;
	font-size: 1.1em;
}
#cart_checkout table {
	width: 100%;
	text-align: left;
	border: 1px solid #666;
}
#cart_checkout th {
	background: #ccc;
	padding: 4px;
}
#cart_checkout td {
	padding: 4px;
	color: #333;
}
#cart_checkout #cart_view th {
	color: #663300;
}
#cart_checkout td {
	vertical-align: top;
}
#cart_checkout #payment .card_number {
	width: 200px;
}
#cart_checkout input, #cart_checkout textarea {
	border: 1px solid #666;
	padding: 3px;
	background: #ddd;
}
#cart_checkout .input .fLong {
	width: 300px;
}
#cart_checkout .submit {
	text-align: center;
	margin: 15px 0 5px 0;
}
#cart_checkout .submit input {
	font-size: 1.3em;
	background: #cc6666;
	border: 2px solid #333;
}
#cart_checkout .submit input:hover {
	color: #fff;
	border: 2px solid #000;
	cursor: pointer;
}
#cart_checkout .error-message {
	background: #cc6666;
	font-weight: bold;
	padding: 3px;
	margin-top: 5px;
	color: #fff;
}
#cart_checkout .order_info td {
	width: 50%;
}

#cart_status h2 {
	margin: 20px 0 5px 0;
}
#cart_status table th a {
	color: #ddd;
}
#cart_status table th a:hover {
	color: #ff9900;
}
#cart_status p {
	margin: 0 0 5px 0;
	font-size: .8em;
}
#cart_status table {
	width: 100%;
	border: 1px solid #999;
}
#cart_status table td, #cart_status table th {
	font-size: .8em;
}
#cart_status th {
	text-align: left;
	background: #663300;
	color: #ffffcc;
	padding: 3px;
}
#cart_status td {
	padding: 2px;
}
.cen {
	text-align: center;
}
.darker {
	background: #ddd;
}

