@charset "UTF-8";
/* CSS Document */
/* Copyright Jonathan Goetz 2006-2010 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
body {
	line-height: 1;
	background-color: #EDEDED;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/


/* Cartweaver 3 CSS Classes */

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

input, select, textarea {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	border: 1px solid #ccc;
}

input {
	font-size: 14px;
	color: #333;
}


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

input.formButton {
	background-color: #115774;
	border: thin solid #000;
	color: #fff;
	margin: 3px 3px 0px 3px;
	cursor: pointer;
}

input.formButton:hover {
	background-color: #d12533;
}


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

.productResult {
	padding: 20px 5px 10px 5px;
	background-color: #fff;
}

.productResult:hover {
	background-color: #E1ECDF;
	background-color: #CDE5A5;
}

table#tableSearchResults img {
	padding: 2px;
	margin-bottom: 6px;
	border: 1px solid #868686;
	background-color: #fff;
}

.pagingLinks {
	text-align: center;
}

table#tableProductDetails {
	text-align: left;
	margin: 0 auto;
	width: 750px;
}

table#tableProductDetails img {
	padding: 2px;
	border: 1px solid #868686;
	background-color: #fff;
}

table.tabularData, table.tabularData td, table.tabularData th {
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 10px;
}

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

#divPrice {
	font-size: 15px;
	font-family: Georgia, Times, serif;
	color: #586915;
}

.resultsPrice {
	font-size: 12px !important;
	font-family: Georgia, Times, serif !important;
	color: #333 !important;
}


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

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

h1, h2, h3, h4, h5 {
	font-family: Georgia, Times, serif;
	color: #586915;
	font-weight: normal;
	letter-spacing: 1px;
	letter-spacing: 0px;
	line-height: 1.4em;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 21px;
}

h3, h4, h5 {
	font-size: 18px;
}

h3 a {
	font-size: inherit;
	font-family: inherit;
	line-height: 20px;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 18px;
	margin: 6px 0 11px 0;
}

a {
	color: #586915;
	text-decoration:none;
}

a:hover {
	color:#CC9933;
}




/*LAYOUT STRUCTURE*/

#container {
	width: 1100px;
	margin: 0 auto;
	padding-top: 275px;
	padding-bottom: 10px;
	background: #fff url(images/bon-bon-header.gif) no-repeat top left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#navBar {
	width: 960px;
	margin: 0 auto;
}

#shopContainer {
	width: 980px;
	margin: 0 auto;
	margin-top: 35px;
	background-color: #fff;
}

#shopLeft {
	width: 475px;
	float: left;
	padding: 0 10px 0 0;
}

#shopLeft img {
	float: left;
	margin: 0 12px 12px 0;
	padding: 2px;
	border: 1px solid #ccc;
}

#shopRight {
	width: 475px;
	float: right;
	padding: 0 0 0 10px;
}

#shopRight img {
	float: left;
	margin: 0 12px 12px 0;
	padding: 2px;
	border: 1px solid #ccc;
}

#shopFooter {
	clear: both;
	width: 740px;
	margin: 0 auto;
	margin-top: 20px;
	height: 60px;
}

#filters {
	width: 240px; 
	float: left;
	text-align: left;
	margin-left: 24px;
}

#filters ul {
	padding: 54px 0 0 0;
}

#filters ul li {
	padding-bottom: 4px;
}

#filters ul li a {
	font-size: 12px;
	line-height: normal;
	color: #999999;
	padding-left: 8px;
}

#filters ul li a:hover {
	color: #598544;
	border-left: 3px solid #CCC;
	padding-left: 5px;
}

ul.designer {
	background: url(images/filter-by-designer.gif) no-repeat top left;
	margin-bottom: 30px;
}

ul.style {
	background: url(images/filter-by-style.gif) no-repeat top left;
}

ul.browseAll {
	padding-top: 0px;
	margin-bottom: 10px;
}

#feature-top {
	display: block;
	clear: both;
}

#feature-middle {
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#feature-bottom {
	display: block;
	clear: both;
}

#viewCart {
	width: 500px;
	margin: 0 auto;
	display: block;
	clear: both;
	text-align: center;
}

#showCart {
	width: 710px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#cartLinks {
	width: 980px;
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
	text-align: center;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 10px 0px;
}

#footer {
	clear: both;
	text-align:right;
	padding: 40px 0 20px 0;
	background: transparent url(images/bon-bon-footer.gif) no-repeat top left;
	width: 1102px; 
	margin: 0 auto;
}

#footer p {
	line-height: 1.5em;
	margin: 0;
}

#footer img {
	display: inline;
}

#seals {
	display:inline;
	float: right;
	margin: 0px 20px;
}

#checkoutBoxes {
	width: 300px; 
	background-color: #EDEDED; 
	border: 1px solid #E4E4E4; 
	padding: 20px;
}

#sitemapWrap {
	width: 1000px;
	margin: 0 auto;
}

#sitemapContainer {
	float: left;
	margin-right: 12px;
}

#footer ul.sitemap {
	display: block; 
	float: left; 
	text-align:left;
	padding-right: 21px;
	border-right: 1px solid #DCDCDD;
	margin-right: 21px;
}

#footer ul.sitemap li {
	padding: 7px 0px;
	border-bottom: 1px dotted #000;
}

#footer ul.sitemap li.first {
	font-size: 17px;
	border-bottom: none;
}

#footer ul.sitemap li.last {
	border-bottom: none;
}

#copyright {
	display: block;
	width: 225px;
	text-align: right;
	color: #666666;
	margin-top: 6px;
	line-height: 14px;
}





/*NAVIGATION*/

#nav{
display: block;
width: 960px;
height: 50px;
background: url(images/bon-bon-nav-1211.gif) left top no-repeat;
}

#nav li{
display: block;
float: left;
}

#nav li a{
display: block;
height:50px;
text-indent:-9999px;
}

#nav li a:hover,
#nav li a.on{
background-image: url(images/bon-bon-nav-1211.gif);
}

#nav li.home a{
width:82px;
background-position:-0px -50px;
}

#nav li.fabric a{
width:102px;
background-position:-82px -50px;
}

#nav li.yarn a{
width:92px;
background-position:-184px -50px;
}

#nav li.patterns a{
width:137px;
background-position:-276px -50px;
}

#nav li.books a{
width:111px;
background-position:-413px -50px;
}

#nav li.notionsribbon a{
width:238px;
background-position:-524px -50px;
}

#nav li.classes a{
width:118px;
background-position:-762px -50px;
}

#nav li.cart a{
width:80px;
background-position:-880px -50px;
}

#addtocartBtn{
	display: block;
	width: 142px;
	height: 80px;
	background: url(images/add-to-cart.gif) left top no-repeat;
}

#addtocartBtn li{
	display: block;
	float: left;
}

#addtocartBtn li a{
	display: block;
	height:80px;
	text-indent:-9999px;
}

#addtocartBtn li a:hover,
#addtocartBtn li a.on{
	background-image: url(images/add-to-cart.gif);
}

#addtocartBtn li.addtocart a{
	width:142px;
	background-position:-0px -80px;
}

#checkoutBtn{
	display: block;
	width: 142px;
	height: 80px;
	background: url(images/checkout.gif) left top no-repeat;
}

#checkoutBtn li{
	display: block;
	float: left;
}

#checkoutBtn li a{
	display: block;
	height:80px;
	text-indent:-9999px;
}

#checkoutBtn li a:hover,
#checkoutBtn li a.on{
	background-image: url(images/checkout.gif);
}

#checkoutBtn li.checkout a{
	width:142px;
	background-position:-0px -80px;
}

#social{
	display: block;
	width: 470px;
	height: 60px;
	background: url(images/social-list.gif) left top no-repeat;
}

#social li{
	display: block;
	float: left;
}

#social li a{
	display: block;
	height:60px;
	text-indent:-9999px;
}

#social li a:hover,
#social li a.on{
	background-image: url(images/social-list.gif);
}

#social li.blog a{
	width:220px;
	background-position:-0px -60px;
}

#social li.facebook a{
	width:250px;
	background-position:-220px -60px;
}


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;
}

p.errorMessage {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

p.pagingLinks, p.pagingLinks a {
	font-size: 12px;
	margin-bottom: 4px;
	padding: 4px;
}

p.pagingLinks a:hover {
	background-color: #586915;
	color: #fff;
}

p.pagingLinks strong {
	padding: 4px;
	background-color: #586915;
	color: #fff;
}

.classTitle {
	font-family: Georgia, Times, serif; 
	font-size: 15px; 
	color: #475610;
}

#classesIntro {
	background: transparent url(images/bon-bon-title-classes.gif) top left no-repeat;
	width: 300px; 
	float: left; 
	border-right: 1px dotted #c1e2de;
	padding: 100px 10px 0 0;
}

#classesIntro p {
	margin-left: 30px;
	margin-right: 30px;
}

#classesIntro h1 {
	display: none;
}

#classesSidebar {
	background: transparent url(images/bon-bon-classes.gif) top left no-repeat;
	width: 240px; 
	float: left;
	text-align: left;
	margin-left: 24px;
	padding: 84px 10px 0 0;
}

#classesSidebar h1 {
	display: none;
}

#classesSidebar p {
	margin-left: 20px;
	margin-right: 20px;
}

p.title {
	text-transform:uppercase; 
	letter-spacing:1px; 
	color: #999; 
	margin: 0px;
	padding-top: 0px;
}




#bottom-nav{
display: block;
width: 740px;
height: 60px;
background: url(images/bottom-nav.gif) left top no-repeat;
}

#bottom-nav li{
display: block;
float: left;
}

#bottom-nav li a{
display: block;
height:60px;
text-indent:-9999px;
}

#bottom-nav li a:hover,
#bottom-nav li a.on{
background-image: url(images/bottom-nav.gif);
}

#bottom-nav li.blog a{
width:237px;
background-position:-0px -60px;
}

#bottom-nav li.facebook a{
width:266px;
background-position:-237px -60px;
}

#bottom-nav li.classes a{
width:237px;
background-position:-503px -60px;
}

td input {
	border: 1px solid #ccc;
}
