/* Storybook Homes Store Styles */
/*   S T o R e   P a G e   S T Y L e   */
#pagemain { font-size: 110%; }
#pagemain h2 { font-size: 1.4em; }
.storeitem {
	display: block;
	padding: 7px;
	margin: 2px;
	border: 1px solid #F5F5E9;
	min-height: 110px;
}
* html .storeitem {
	height: 110px;
}
.storeitem:hover {
	background: #FBFBF5;
	border: 1px solid #fff;
}

.error {
color: #a30;
font-weight: bold;
font-size: 85%;
}

#descr p {
color: #930;
}

#items {
font-size: 90%;
}
span.itemhead {
display: block;
text-align: left;
color: #900;
}
#items a, #items a:link, #items a:hover {
color: #036;
text-decoration: none;
}
#items img {
margin: 5px;
}

#item {
width: 500px;
}
#details {
width: 260px;
float: left;
color: #036;
font-size: 80%;
text-align: center;
margin: 10px;
}
* html #details {
width: 240px; }

#thumbnails {
text-align: center;
}
#thumbnails img {
margin: 2px 4px;
}
#itemcloseup {
width: 250px;
height: 250px; 
margin-bottom: 15px; }

#description {
font-size: 80%;
padding: 10px 0;
}
#description .cost {
color: #036;
display: block;
padding: 5px 20px;
}
#description table {
background: #FDFBF7;
border: 1px solid #036;
margin: 3px auto;
padding: 5px 10px;
}
* html #description table {
padding: 5px 0; }
#description label {
text-align: right;
color: #900;
margin: 0 0 0 10px;
}
#description input, #description  select {
margin: 0;
width: 120px;
}
* html #description input, * html #description select {
width: 100px;
}
#description td.centered {
text-align:center;
}
* html #description form {
width: 20px; 
margin: 0; }


#shoppingcart {
width: 500px;
padding: 2px;
border: 1px solid #2A2819;
border-bottom: 5px solid #2c6530;
margin: 2px 0;
background: #FeFdfa;
text-align: center;
float: left;
}
#shoppingcart div {
float: left;
width: 498px;
}
#shoppingcart div.item {
width: 156px;
min-height: 65px;
text-align: center;
}
#shoppingcart h2 {
display: block;
width: 490px;
border: 1px solid #fff;
padding: 4px;
background: #2C6530;
color: #FeFdfa;
font-size: 100%;
margin: 0;
}
#shoppingcart .item {
text-align: left;
font-size: 80%;
}
#shoppingcart img {
border: 1px solid #c00;
padding: 1px;
margin: 2px;
float: left;
}

#footcart {
width: 500px;
padding: 2px;
margin: 2px 0 10px;
text-align: right;
font-weight: bold;
color: #930;
padding: 1px 4px 4px 2px;
}
#footcart a, #footcart a:link, #footcart a:visited {
padding: 2px 5px;
margin: 2px;
background: #816C4F;
border: 1px solid #564938;
font-size: 70%;
font-weight: bold;
color: #F7F4EB;
}
#footcart a:hover, #footcart input:hover {
color: #036;
background: #fff;
border: 1px solid #c30;
text-decoration: none;
}

#cart {
width: 500px;
padding: 2px;
border: 1px solid #2A2819;
margin: 2px 0 10px;
background: #FeFdfa;
text-align: center;
}
#cart h2 {
display: block;
width: 490px;
border: 1px solid #030;
padding: 4px;
background: #2C6530;
color: #F6F5EB;
font-size: 100%;
margin: 0 0 2px 0;
}
#cart h3 {
background: #84A582;
font-size: 90%;
padding: 2px;
color: #F6F5EB;
margin: 0;
}
#cart h4 {
padding: 2px;
margin: 0;
font-size: 80%;
background: #F0EDDA;
color: #036;
text-align: left;
}
#cart .itemcat, #cart .cartitem {
display: block;
text-align: left;
}
#cart .itemcat div, #cart .cartitem div {
margin-left: 85px;
}
#cart .itemcat img, #cart .cartitem img {
border: 1px solid #c00;
padding: 1px;
margin: 2px;
float: left;
margin: 5px 20px;
}
#cart .itemcat span, #cart .cartitem span {
color: #1A0500;
}
#cart .itemcat .subtotal, #cart .cartitem .subtotal {
color: #930;
font-size: 80%;
}
#cart a.edit {
display: block;
text-align: right;
margin: 5px;
font-size: 80%;
}
#cart a.remove {
display: block;
text-align: right;
font-size: 70%;
margin: 0 5px;
float: right;
}

.linkbar {
margin: 2px 0 0;
border: 1px solid #E5DCBD;
background: #EEEDD9;
color: #4B4226;
font-weight: bold;
}
.linkbar input {
border: #EEEDD9;
background: #EEEDD9;
}
.linkbar img {
border: 0;
margin: 3px 0 0;
}

#cart p {
font-size: 80%;
text-align: left;
padding: 0 15px;
}
#cart table {
width: 100%;
}
#cart td.input {
width: 30%;
text-align: left;
}
#cart .alignright
{
text-align: right;
}
#cart strong {
color: #036;
}
#cart .cost {
color: #c30;
}
#cart td.total {
background: #F6F5EB;
}

div.total {

text-align: right;
border: 1px solid #fff;
}
div.total span.buttons {
float: left;
margin: 0 0 2px 0;
}
.buttons a {
text-decoration: none; }
div.total span.total {
font-weight: bold;
color: #930;
padding: 0 4px;
}
.total a, .total a:link, .total a:visited, .total input {
padding: 2px 5px;
margin: 2px;
background: #816C4F;
border: 1px solid #564938;
font-size: 70%;
font-weight: bold;
color: #F7F4EB;
}
.total a:hover, .total input:hover {
color: #036;
background: #fff;
border: 1px solid #c30;
text-decoration: none;
}

#links {
width: 504px;
padding: 0;
border: 1px solid #2A2819;
background: #316935;
margin: 2px 0;
list-style: none;
font-weight: bold;
}

#links li {
display: inline;
}

#links a, #links a:link, #links a:visited {
padding: 1px 10px;
margin: 0;
color: #F6F5EB;
text-decoration: none;
}

#links a:hover {
background: #84A582;
color: #fff;
text-decoration: none;
}

div.item {
display: inline;
float: left;
margin: 2px;
padding: 2px;
background: #fff;
border: 1px solid #E1D8B7;
}
.item div img {
float: left;
}
.item div {
font-size: 80%;
}
.item div .category {
color: #003E74;
font-weight: bold;
}
.item span.subtotal {
color: #930;
}

.category h3 {
font-size: 80%;
display: block;
background: #84A582;
border: 1px solid #316935;
color: #F5F5E9;
}

.cartitem {
margin: 2px 0;
border: 1px solid #999;
padding: 4px;
background: #fefefe;
}
.cartitem label, .cartitem td span {
margin: 0;
color: #336;
}
.cartitem td {
text-align: left;
}
.cartitem img {
float: left;
border: 1px solid #009;
}
.cartitem td input {
margin: 2px;
padding: 2px;
text-align: left;
width: 2em;
}

.itemdata {
text-align: left;
padding-left: 100px;
}

.itemdata span, .itemdata label {
text-align: right;
font-weight: bold;
color: #336;
}

input.button, a.button, a.button:link, a.button:visited {
padding: 2px 5px;
font-family: Hadry, Georgia, "Times New Roman", Times, serif;
font-size: 90%;
color: #933;
margin: 0 10px;
text-decoration: none;
font-weight: bold;
border: 0;
}

input.button:hover, a.button:hover {
background: #316935;
color: #EFF2E6;
text-decoration: none;
}

.note {
clear: both; }

form{ margin: 0; }