@charset "UTF-8";
/* GLOBAL */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	background: #fff;
}
#container {
	width: 951px;
	margin: 20px auto 0;
}
#mainContent {
	background-color: white;
	width: 950px;
	margin-top: 20px;
}
.clrFlt {
	clear:both;
}
#navbar {
	width:950px;
	height: 36px;
}
a img, a:hover img, a:active img {
	border: none !important;
}
a {color: rgb(0, 102, 160);}

.cartLinks {
	text-align: right;
	padding: 20px;
	display: block;
	clear: both;
}

/* HOME */

#mainContent #indent {
	margin-right: 150px;
	margin-left: 150px;
}

#mainContent #indent h1 {
	text-align: left;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #2e3091;
}

#top {
	background: url(images/bg_top.jpg) no-repeat;
	width: 951px;
	height: 485px;
}
#mainContent #navbar { }

#topPick {
	width:423px;
	height:200px;
	z-index:1;
	background-color: #FFFFFF;
	border: 1px solid #11b2a1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px;
	float: left;
	margin-top: 50px;
	margin-left: 30px;
}
#topPick .text {
	width: 250px;
	float: left;
}
#topPick .text .description {
	font-size: 10px;
}
#topPick .text .title a {
	color: #0066a0;
}
#topPick .text .eyebrow {
	font-size: 11px;
	font-weight: bold;
	color: #10405d;
}
#topPick .text a {
	font-size: 11px;
	color: #0066a0;
}
#topPick img {
	float: right;
}

#browseBy {
	width:429px;
	height:222px;
	z-index:1;
	float: left;
	margin-top: 50px;
	margin-left: 20px;
}
#browseBy .col {
	float: left;
	margin-right: 15px;
}
#homeBottom {
	background: #FFF;
}
#homeBottom .col {
	vertical-align:top;
	padding-left:20px;
	padding-top:20px;
}
#homeBottom .col a {
	display: inline;
	text-decoration: none;
	color: #564120;
}

#homeBottom .col ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 10px 0;
	padding: 0px;
}

#homeBottom .col ul li {
	margin: 0 0 5px;
	padding: 0 0 5px 10px;
	display: block;
	background: transparent url(images/arrow_menu_recipe.gif) no-repeat scroll 0pt 4px;
}
#footer {
	color:#EDE3CB;
	text-align:center;
	padding:20px;
}
#mycarousel li img {
	float: left;
	margin-right: 10px;
}
#mycarousel li {
	font-size: 11px;
}
#mycarousel li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #0066a0;
}


#category #results {
	padding: 10px;
}
#category #top {
	background-image: url('images/category_top.jpg');
	height: 200px;
	width: 910px;
	padding: 20px;
}
#catBar {
	background-color: #0066a0;
}
#catBar .title {
	padding: 10px;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 950px;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}


/* DETAILS */
#details #productDetails {
	padding: 20px;
}

#details #prodImage {
	float: left;
	width: 267px;
	margin-right: 20px;
}
#details #prodDetails {
	float: left;
	width: 590px
}
#prodDetails .shortDesc {
	font-size: 12px;
}
#prodDetails .longDesc {
	font-size: 10px;
	color: #aaa;
}
#prodUpsell {
	display: block;
	clear: both;
}


.addToCart {
	background-color: #0066A0;
	color: #fff;
	margin-top: 10px;
}