/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #345F81;
}
a:visited {
	color: #002252;
}
a:hover {
	color: #868686;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;
}

h2 {
	color: #696969;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e4538e;
	border: thin solid #CCCCCC;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #f7cfdb;
	border: thin solid #999999;
	color: #666666;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/*input.cartBtn {
	border: none;
	height: 30px;
	width: 102px;
	background: transparent url(images/add_to_cart.gif) no-repeat;
	cursor: pointer;
}
*/


input.cartBtn {
	border: none;
	width: 142px;
	height: 80px;
	background: url(images/add-to-cart.gif) left top no-repeat;
	cursor: pointer;
}

input.cartBtn:hover {
	background-position:-0px -80px;
}

input.checkoutBtn {
	border: none;
	width: 142px;
	height: 80px;
	background: url(images/checkout.gif) left top no-repeat;
	cursor: pointer;
}

input.checkoutBtn:hover {
	background-position:-0px -80px;
}

input.searchBtn {
	border: none;
	height: 20px;
	width: 67px;
	background: transparent url(images/search.gif) no-repeat;
	cursor: pointer;
}


/*input.formButton{border:0; background:transparent url(images/search_btn.gif);background-repeat:no-repeat;width:60px;height:25px;} */

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 5px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #345f81;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	
}

.altRowOdd{
	
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

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

table#tableSearchResults img {
	display: block;
	clear: both;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	border: thin solid #868686;
}

table#tableSearchResults p {
	vertical-align: top;
	margin-top: 5px;
	text-align: left;
}

table#tableSearchResults a {
	text-decoration: none;
}


/** JONATHAN'S ADDED CSS */
html, body {
	height: auto;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #80795F;
	background: none;
}

h1{
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 20px;
	color: #5E5945;
}

h2{
	margin-top: 0px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 13px;
	color: #5E5945;
}

h3{
	margin: 0px;
	font-weight: bold;
	font-size: 1.1em;
	color: #5E5945;
}

hr {
	display: none;
}

p, ol, ul {
	text-align: left;
	line-height: 150%;
}

ul {
	list-style-type: square;
}

a {
	color: #488081;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	float: left;
	width: 180px;
	margin-right: 1px;
	padding: 10px;
}

#header h1 {
	margin: 0px;
	padding-top: 12px;
	text-align: center;
	font-size: 20px;
}

#header h2 {
	margin: 0px;
	text-align: center;
	font-size: 11px;
}

/** MENU */

#menu {
	margin: 0px auto;
	clear: both;
	width: 1000px;
	height: 44px;
	padding: 0;
	font-size: 10px;
	color: #FFFFFF;
	background: transparent url(images/menu_bar.gif) top left no-repeat;
}

html>body #menu {
}

#menu ul {
	margin: 0 0 0 30px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	padding: 0px;
	text-align: center;
}

#menu a {
	font: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
	color: #761834;
}

/** CONTENT */

#wrapper {
	margin: auto;
	margin-top: 6px;
	width: 1000px;
	height: 100%;
	padding: 0 0 0 0;
	background: transparent url(images/bonbon_logo.gif) top left no-repeat;
}

#content h2 {
}

#branding {
	float:left;
	width: 1000px;
	height: 95px; 
	margin: 0; 
	padding: 58px 0 0 0; 
	background: #ffffff url(images/bonbon_logo.gif) top 12px no-repeat;
	text-align: right;
}

#branding h1 {
	display: none;
	clear: none;
	float: left;
}

#branding h2 {
	font-size: 13px; 
	color: #e4538e; 
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.1em;
	margin: 25px 0 0 0;
}

#branding p {
	text-align: right;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

#branding img {
	clear: none; 
	float: right; 
	margin: 0 15px 0 10px;
	vertical-align: baseline;
	text-decoration: none;
}

#location {
	float: right;
	width: 600px;
	margin: 0px;
	padding: 0px;
}

#container {
	height: 600px;
	border-bottom: solid 3px #e4538e;
}

#left {
	 position: relative;
	 left: 15px;
	 float: left;
	 margin: 0px auto;
	 padding: 20px 10px 15px 10px;
	 width: 265px;
	 height: inherit;
	 overflow: auto;
	 background: #f7cfdb url(images/news_header.gif) top left no-repeat;
	 background: #f7cfdb url(images/news_top_bg.gif) top left no-repeat;
}

#leftShop {
	 position: relative;
	 left: 10px;
	 text-decoration: none;
	 float: left;
	 margin: 0px auto;
	 padding: 20px 0px 0px 10px;
	 width: 220px;
	 height: inherit;
	 overflow: auto;
}

#leftShop h2 {
	display: none;
}

#leftShop p {
	margin: 0 15px 0 15px;
}

#leftShop a {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #80795F;
	text-transform:capitalize;
	font-size: 1.2em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-decoration: none;
	margin-left: 15px;
}

#leftShop a:hover {
	color: #000000;
}

#left h2 {
	display: none;
}

#left img {
	float: right;
	padding: 10px;
}

#left h3 {
	border-bottom: thin dotted #e4538e;
	padding-bottom: 4px;
	padding-top: 4px;
	line-height: 1.2em;
	background: #f7cfdb url(images/news_bullet.gif) bottom right no-repeat;
}

#right {
	 position: relative;
	 left: -17px;
	 float: right;
	 margin: 0px;
	 padding: 10px 5px 15px 10px;
	 width: 640px;
	 background-color: transparent;
}

#rightShop {
	float: right;
	margin: 0px;
	padding: 10px 25px 15px 5px;
	width: 700px;
	height: inherit;
	background: none;
	min-height: 250px;
}

#rightShop h2 a {
	font-size: 1.4em;
	text-decoration: none;
}

#rightShop h2 a:hover {
	color: #e4538e;
}

#rightShop h2 .feature {
	margin-left: 5px;
	display: none;
}

#rightShopIndex {
	float: right;
	margin: 0px;
	padding: 10px 25px 15px 5px;
	width: 700px;
	height: inherit;
	background: transparent url(images/right_shop_bg.gif) top right no-repeat;
	min-height: 250px;
}

#rightShopIndex h2 a {
	font-size: 1.4em;
	text-decoration: none;
}

#rightShopIndex h2 a:hover {
	color: #e4538e;
}

#rightShopIndex h2 .feature {
	margin-left: 5px;
	display: none;
}

#rightShopIndex h3 {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #e4538e;
	padding: 0;
	margin: 0;
	letter-spacing: 0.1em;
}

#rightShopIndex p {
	margin: 4px 70px 0 0;
	clear: left;
	text-align: left;
}

#rightShopIndex img {
	float: right;
	margin: 0 70px 0 15px;
}

#rightShopFooter {
	width: 715px;
	height: 45px;
	background: transparent url(images/right_shop_footer.gif) top center no-repeat;
}

#right h3 {
	border-bottom: thin dotted #e4538e;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-left: 5px;
	margin-right: 150px;
	line-height: 1.2em;
	background: url(images/feature_bullet.gif) bottom right no-repeat;
}

#right p {
	margin-left: 5px;
}

#right2 {
	 float: right;
	 margin: 0; 
	 padding: 40px 15px 15px 15px;
	 width: 640px;
	 height: 200px;
	 background: #ffffff url(images/visit_header.gif) top center no-repeat;
	 overflow: hidden;
}

#right2 h2 {
	display: none;
}

#search {
	text-align: right;
	margin: 0 0 7px 0;
}

#viewCart {
	text-align: right;
	margin: 0 0 15px 0;
	padding: 0 4px 0 0;
}

#categoryLinks {
	text-align: right;
	margin: 0 0 40px 0;
}

/** FOOTER */

#footer {
	margin: 0 auto;
	clear: both;
	text-align: right;
	padding: 5px 20px 0 20px;
}

#footer p {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	text-align: right;
	padding: 0;
	margin: 5px 0 0 0;
}

#footer img {
	display: inline; 
	float: right; 
	margin-left: 11px; 
	vertical-align: bottom;
}

#footer a:link {
	color: #999999;
}

#footer a:visited {
	color: #999999;
}

#footer a:hover {
	color: #345F81;
}

#footer a:active {
	color: #999999;
}

#horizontalNews {
	width: 600px;
	padding: 0;
	border-top: none;
	display: block;
	clear: both;
}

#horizontalNews img {
	margin: 5px 20px;
	display: inline;
}

#horizontalNews img.floatleft {
	float: left;
	display: inline;
}

#horizontalNews img.floatright {
	float: right;
	display: inline;
}

#horizontalNews a img {
	border: none;
	text-decoration: none;
}

#horizontalNews h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	border-top: 1px dotted #CCCCCC;
	padding: 20px 0 10px 0;
	margin: 0;
}

#horizontalNews p {
	margin: 0 0 20px 0;
}

ul.classList {
	list-style-type: none; 
	padding: 0; 
	margin-top: 0;
}

ul.classList li {
	margin: 15px 0;
}

