/* Global styles */
#notice {
border: 2px solid red;
padding: 1em;
margin-bottom: 2em;
background-color: #f0f0f0 ;
font: bold smaller sans-serif;
}
/* Styles for admin/list */
#product-list .list-title {
color: #244 ;
font-weight: bold;
font-size: larger;
}
#product-list .list-image {
width: 60px;
height: 70px;
}
#product-list .list-actions {
font-size: x-small;
text-align: right;
padding-left: 1em;
}
#product-list .list-line-even {
background: #e0f8f8 ;
}
#product-list .list-line-odd {
background: #f8b0f8 ;
}
/* Styles for main page */
#banner {
	background: #9c9 ;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid;
	font: small-caps 40px/40px "Times New Roman", serif;
	color: #282 ;
	text-align: center;
}

#columns {
}

#main {
	margin-left: 15em;
	padding-top: 4ex;
	padding-left: 2em;
	background: white;
}
#title {
	font-size: 28px;
	font-weight: bold;
	color: #3F3F3F;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
#title2 {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #535353;
}
#side {
	float: left;
	padding-top: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #3F3F3F;
}
#side a {
	float: left;
	padding-top: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #3F3F3F;
}
h1 {
	font: 150% sans-serif;
	border-bottom: 3px dotted #77d ;
}
/* An entry in the store catalog */
#store .entry {
	border-bottom: 1px dotted #77d ;
}
#store .title {
	font-size: 120%;
	font-family: sans-serif;
}
#store .entry img {
	width: 75px;
float: left;
}
#store .entry h3 {
	margin-bottom: 2px;
}
#store .entry p {
	margin-top: 0px;
	margin-bottom: 0.8em;
}
#store .entry .price-line {
}
#store .entry .add-to-cart {
	position: relative;
}
#store .entry .price {
	font-weight: bold;
	margin-right: 2em;
}
#store .entry form, #store .entry form div {
	display: inline;
}
/* Styles for the cart in the main page and the sidebar */
.cart-title {
	font: 120% bold;
}
.item-price, .total-line {
	text-align: right;
}

#font-smaller {
	font-size: 70%;	
}

.fieldWithErrors {
	padding: 2px;
	background-color: red;
	display: table;
}
