/* Naegelin's Bakery Styles for eFusion redo of original site */

body {
  background-color: #ffcc66;
}

#mainpage {
  margin: auto;
  width: 780px;
  font-family: Arial, Helvetica, sans-serif;
}

#leftcolumn {
  width: 216px;
  float: left;
}

#leftnav {
  width: 216px;
}

#leftcontent {
  width: 216px;
}

#maincolumn {
  width: 559px;
  margin-left: 216px;
}

#maincontent {
  padding: 15px;
}

#footer {
  width: 775px;
  text-align: center;
}

h1 {
  font-size: 1.5em;
}

.shop-product-small {
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
}

.shop-product-small h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	min-height: 20px;
	padding: 7px 0px 7px;
    text-align: center;
}

.shop-product-small h4 a {
	color: #1969bc ;
}

.shop-product-small h5 a {
	text-decoration: none;
    font-weight: bold;
}

.shop-product-small ul {
	background: #f9f9f9;
	padding: 18px;
}

.shop-product-small ul li {
	font-size: 11px;
	margin: 0 0 6px;
}

.shop-product-small li.price {
	font-size: 11px;
}

.shop-product-small li.price strong {
	font-size: 14px;
	margin-left: 6px;
}

.shop-product-small li.stock {
	font-size: 11px;
}

.shop-product-small li.stock strong {
	color: #666;
	margin-left: 3px;
}

.shop-product-small .image {
	height: 120px;
	margin: 0 auto 9px;
	overflow: hidden;
	width: 120px;
	text-align: center;
}

.image a, td.actions a {
	border: none !important;
}

.shop-product-small li.quantity {
	line-height: 30px;
}

li.quantity img {
	position: relative;
	top: 8px;
	/* or vertical-align: middle; */
}

.shop-product-small li.quantity input.productTextInput {
	width: 50px;
}

.shop-product-small li.quantity input.productSubmitInput {
}

.shop-product-small .description {
    font-size: small;
    width: 250px;
}
a.cartSummaryLink {
     background: url(/images/checkout.gif) 0 0 no-repeat;
     width: 109px;
     height: 26px;
     vertical-align:middle;
     display:-moz-inline-block; /* for Firefox */
     display:-moz-inline-box; /* for Firefox */
     display:inline-block;
     text-indent: -9999px; /* hides the text */
}
