﻿/*-----------------------------------------------------------------------------
Bella Lana Stylesheet

version:   1.0
date:      1/11/2010
author:    Arrowplane, LLC
email:     info @ arrowplane . net
website:   www.arrowplane.net
-----------------------------------------------------------------------------*/ 


/* Import other stylesheets
-----------------------------------------------------------------------------*/

@import url("reset.css"); 
@import url("typography.css"); 

/* temporary */
#nav_products
{
	/*display:none;*/
}


/* framework
-----------------------------------------------------------------------------*/
html
{
}
body
{
	background:#fff url(../images/bg-pattern.jpg) top center fixed repeat;
	width:100%;
}
#container
{
	width:970px;
	padding:10px 20px 20px;
	margin:0 auto;
	position:relative;
}
* html #top
{
	width:970px;
	height:17px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-top.png',sizingMethod='scale');
}
#top
{
	background:transparent url(../images/bg-top.png) 0 0 no-repeat;
	width:970px;
	height:17px;
	display:block;
}
* html #bot
{
	width:970px;
	height:20px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-bottom.png',sizingMethod='scale');
}
#bot
{
	background:transparent url(../images/bg-bottom.png) 0 0 no-repeat;
	width:970px;
	height:20px;
	display:block;
}
* html #main
{
	background:transparent url(../images/bg-body.gif) 0 0 repeat-y;
	width:948px;
	padding:0 11px;
}
#main
{
	background:transparent url(../images/bg-body.png) 0 0 repeat-y;
	width:948px;
	padding:0 11px;
}

/* header
-----------------------------------------------------------------------------*/
#logo
{
	width:281px;
	float:left;
	background:transparent url(../images/logo.gif) 0 0 no-repeat;
}
#logo a, #logo a:link, #logo a:visited, #logo a:hover, #logo a:active
{
	text-indent:-9999em;
	display:block;	
	width:235px;
	height:140px;	
}
#navigation
{
	float:left;
	width:667px;
}
h2.tagline
{
	background:transparent url(../images/tagline.gif) 0 0 no-repeat;
	width:496px;
	height:22px;
	display:block;
	text-indent:-9999em;
}
/* main nav
-----------------------------------------------------------------------------*/
#bll-menu
{
	width:667px;	
	height:70px;
	display:block;
	padding:31px 0 0 0;
}
#bll-menu li
{
	float:left;
}
#bll-menu li.store { width:104px; }
#bll-menu li.projects { width:150px; }
#bll-menu li.classes { width:124px; }
#bll-menu li.find-us { width:111px; }
#bll-menu li.in-the-news { width:123px; }

#bll-menu li.store a, #bll-menu li.store a:link, #bll-menu li.store a:visited
{
	background:transparent url(../images/nav-store.jpg) 0 0 no-repeat;
	width:72px;
}
#bll-menu li.projects a, #bll-menu li.projects a:link, #bll-menu li.projects a:visited
{
	background:transparent url(../images/nav-projects.jpg) 0 0 no-repeat;
	width:104px;
}
#bll-menu li.classes a, #bll-menu li.classes a:link, #bll-menu li.classes a:visited
{
	background:transparent url(../images/nav-classes.jpg) 0 0 no-repeat;
	width:71px;
}
#bll-menu li.find-us a, #bll-menu li.find-us a:link, #bll-menu li.find-us a:visited
{
	background:transparent url(../images/nav-find-us.jpg) 0 0 no-repeat;
	width:73px;
}
#bll-menu li.in-the-news a, #bll-menu li.in-the-news a:link, #bll-menu li.in-the-news a:visited
{
	background:transparent url(../images/nav-in-the-news.jpg) 0 0 no-repeat;
	width:123px;
}

#bll-menu li.store a, #bll-menu li.store a:link, #bll-menu li.store a:visited,
#bll-menu li.projects a, #bll-menu li.projects a:link, #bll-menu li.projects a:visited,
#bll-menu li.classes a, #bll-menu li.classes a:link, #bll-menu li.classes a:visited,
#bll-menu li.find-us a, #bll-menu li.find-us a:link, #bll-menu li.find-us a:visited,
#bll-menu li.in-the-news a, #bll-menu li.in-the-news a:link, #bll-menu li.in-the-news a:visited
{
	height:70px;
	overflow:hidden;
	display:block;
	text-indent:-9999em;
}
#bll-menu li.store a:hover, #bll-menu li.store a:active,
#bll-menu li.projects a:hover, #bll-menu li.projects a:active,
#bll-menu li.classes a:hover, #bll-menu li.classes a:active,
#bll-menu li.find-us a:hover, #bll-menu li.find-us a:active,
#bll-menu li.in-the-news a:hover, #bll-menu li.in-the-news a:active,

#bll-menu li.store a.selected, #bll-menu li.store .selecteda:link, #bll-menu li.store a.selected:visited,
#bll-menu li.projects a.selected, #bll-menu li.projects a.selected:link, #bll-menu li.projects a.selected:visited,
#bll-menu li.classes a.selected, #bll-menu li.classes a.selected:link, #bll-menu li.classes a.selected:visited,
#bll-menu li.find-us a.selected, #bll-menu li.find-us a.selected:link, #bll-menu li.find-us a.selected:visited,
#bll-menu li.in-the-news a.selected, #bll-menu li.in-the-news a.selected:link, #bll-menu li.in-the-news a.selected:visited,

#bll-menu li.store a.selected:hover, #bll-menu li.store a.selected:active,
#bll-menu li.projects a.selected:hover, #bll-menu li.projects a.selected:active,
#bll-menu li.classes a.selected:hover, #bll-menu li.classes a.selected:active,
#bll-menu li.find-us a.selected:hover, #bll-menu li.find-us a.selected:active,
#bll-menu li.in-the-news a.selected:hover, #bll-menu li.in-the-news a.selected:active
{
	background-position:0 -70px;
}

/* home sets
-----------------------------------------------------------------------------*/
#home-imageset
{
	background:transparent url(../images/bg-home-sets.jpg) 0 0 no-repeat;
	width:918px;
	height:321px;
	padding:14px 0 20px 30px;
}
.imageset
{
	display:none;
	width:888px;
	height:307px;
}
/* home teasers
-----------------------------------------------------------------------------*/
#home-teasers-tops
{
	padding:0 0 0 17px;
}
#home-teasers-text
{
	padding:0 0 0 17px;
	background:transparent url(../images/bg-teaser-text.jpg) 0 0 repeat-y;
}
#home-teasers-bottoms
{
	background:transparent url(../images/bg-teaser-bot.jpg) 0 0 no-repeat;
	height:21px;
	width:937px;
	display:block;
	padding-bottom:35px;
}
.teaser
{
	float:left;
	width:290px;
	padding:0 23px 0 0;
}
#home-teasers-text .teaser
{
	width:246px;	
	padding:10px 48px 0 21px;
}
#home-teasers-text .teaser p
{
	padding:0 0 10px 0;
}
#home-teasers-tops .last, #home-teasers-text .last
{
	padding-right:0;
}
h3.yarn-more a, h3.yarn-more a:link, h3.yarn-more a:visited { background:transparent url(../images/bg-teaser-yarn.jpg) 0 0 no-repeat; }
h3.classes a, h3.classes a:link, h3.classes a:visited { background:transparent url(../images/bg-teaser-classes.jpg) 0 0 no-repeat; }
h3.projects a, h3.projects a:link, h3.projects a:visited { background:transparent url(../images/bg-teasers-projects.jpg) 0 0 no-repeat; }

h3.yarn-more a, h3.yarn-more a:link, h3.yarn-more a:visited,
h3.classes a, h3.classes a:link, h3.classes a:visited,
h3.projects a, h3.projects a:link, h3.projects a:visited
{
	width:290px;
	height:65px;
	overflow:hidden;
	display:block;
	text-indent:-9999em;	
}
h3.yarn-more a:hover, h3.yarn-more a:active,
h3.classes a:hover, h3.classes a:active,
h3.projects a:hover, h3.projects a:active
{
	background-position:0 -65px;
}

/* footer
-----------------------------------------------------------------------------*/
#bll-footer
{
	font-size:11px;
	line-height:11px;
	color:#999;
	padding:0 0 3px 290px;
}
#bll-footer a, #bll-footer a:link, #bll-footer a:visited
{
	color:#999;
	text-decoration:underline;
}
#bll-footer a:hover, #bll-footer a:active,
#bll-footer a.selected, #bll-footer a.selected:link, #bll-footer a.selected:visited,
#bll-footer a.selected:hover, #bll-footer a.selected:active
{
	text-decoration:none;
	color:#333;
}

/* breadcrumbs
-----------------------------------------------------------------------------*/
#breadcrumbs-menu
{
	padding:8px 0 30px 8px;
	float:left;
	width:280px;
	color:#999999;
	font-size:10px;
	line-height:14px;
}
#breadcrumbs
{
	padding:0 0 30px 0;
	color:#999999;
	font-size:10px;
	line-height:14px;	
	display:block;
	height:auto;
}
#breadcrumbs li
{
	float:left;
}
#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited,
#breadcrumbs-menu a, #breadcrumbs-menu a:link, #breadcrumbs-menu a:visited
{
	color:#999999;
	text-decoration:underline;
}
#breadcrumbs a:hover, #breadcrumbs a:active,
#breadcrumbs-menu a:hover, #breadcrumbs-menu a:active
{
	text-decoration:none;
}

/* utility
-----------------------------------------------------------------------------*/
#utility
{
	float:right;
	padding-right:60px;
}
#utility a, #utility a:link, #utility a:visited
{
	font-size:12px;
	line-height:14px;
	color:#333;
	text-decoration:underline;
	margin-top:5px;
}
#utility a:hover, #utility a:active
{
	text-decoration:none;
}
#utility li
{
	float:left;
	margin-top:5px;
}
#utility li.search
{
	margin-top:0;	
	padding:0 0 0 10px;
}
.sbox_l, .sbox_r
{
	display:none;
}
li.search img.searchButton
{
	display:none;	
}
li.search input.box, li.search input#xlsSearch
{
	float:left;	
	background:transparent url(../images/bg-search.jpg) 0 0 no-repeat;
	width:139px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:16px;
	border:0;
	padding:6px 10px 0 10px;
}
li.search input.button, li.search .BLL-search-button
{
	float:left;
	margin-left:5px;
	background:transparent url(../images/btn-search.jpg) 0 0 no-repeat;
	width:22px;
	height:23px;
	overflow:hidden;
	display:block;
	border:0;
	padding:0;		
	cursor:pointer;
	text-indent:-9999em;
}
li.search .search-over
{
	background-position:0 -23px;
	
}

/* left-column
-----------------------------------------------------------------------------*/
#left-column
{
	float:left;
	width:290px;
}
#left-column-text
{
	padding:62px 0 0 42px;
	width:220px;
}
.internal-classes #left-column-text
{
	padding:0 0 0 42px;
	width:220px;
}
p.address
{
	color:#d4721b;
	font-size:14px;
	line-height:18px;
}
#left-column h4
{
	font-size:18px;
	color:#d4721b;
	padding-bottom:10px;
}

/* left-nav
-----------------------------------------------------------------------------*/		
#left-nav h4.store { background:transparent url(../images/leftnav-store.jpg) 0 0 no-repeat;}
#left-nav h4.projects { background:transparent url(../images/leftnav-projects.jpg) 0 0 no-repeat;}
#left-nav h4.classes { background:transparent url(../images/leftnav-classes.jpg) 0 0 no-repeat;}
#left-nav h4.find-us { background:transparent url(../images/leftnav-find-us.jpg) 0 0 no-repeat;}
#left-nav h4.in-the-news { background:transparent url(../images/leftnav-in-the-news.jpg) 0 0 no-repeat;}
#left-nav h4.page-not-found { background:transparent url(../images/leftnav-page-not-found.jpg) 0 0 no-repeat;}
#left-nav h4.privacy { background:transparent url(../images/leftnav-privacy.jpg) 0 0 no-repeat;}
#left-nav h4.site-map { background:transparent url(../images/leftnav-site-map.jpg) 0 0 no-repeat;}

#left-nav h4.store, #left-nav h4.projects, #left-nav h4.classes, #left-nav h4.find-us, #left-nav h4.in-the-news,
#left-nav h4.page-not-found, #left-nav h4.privacy, #left-nav h4.site-map
{
	width:239px;
	height:57px;
	display:block;
	text-indent:-9999em;
	padding:0;
	overflow:hidden;
}
#left-nav #nav_products
{
	display:block;	
	/*overflow:hidden;	*/
	background:transparent url(../images/bg-leftnav-mid.jpg) repeat-y scroll 0 0;	
}
#left-nav li ul
{
	background:transparent url(../images/bg-leftnav-mid.jpg) 0 0 repeat-y;
	width:215px;
	padding-left:22px;
}
#left-nav li ul li
{
	background:transparent url(../images/leftnav-divider.gif) left bottom no-repeat;
}
#left-nav li ul li.last
{
	background:none;
}
#left-nav li ul li a, #left-nav li ul li a:link, #left-nav li ul li a:visited
{
	font-size:14px;
	line-height:14px;
	padding:10px 20px;
	display:block;	
	text-decoration:none;	
	color:#000;
}
#left-nav li ul li a:hover, #left-nav li ul li a:active,
#left-nav li ul li a.selected, #left-nav li ul li a.selected:link, #left-nav li ul li a.selected:visited,
#left-nav li ul li a.selected:hover, #left-nav li ul li a.selected:active
{
	color:#d4721b;	
	text-decoration:none;
}
#left-nav-bottom
{
	background:transparent url(../images/bg-leftnav-bot.jpg) 0 0 no-repeat;
	width:239px;
	height:22px;
	display:block;
}
#left-nav li ul li ul
{
	background:transparent url(../images/leftnav-divider.gif) left top no-repeat;
	padding:9px 0 10px 27px;
	width:179px;		
}
#left-nav li ul li ul li
{
	background:none;
}
#left-nav li ul li ul li a, #left-nav li ul li ul li a:link, #left-nav li ul li ul li a:visited
{
	font-size:11px;
	line-height:11px;
	padding:5px 0 6px 0;
	display:block;	
	text-decoration:none;	
	color:#000;
}
#left-nav li ul li ul li a:hover, #left-nav li ul li ul li a:active
{
	color:#d4721b;	
	text-decoration:none;
}
#left-nav li ul li ul li ul
{
	background:none;
	padding:9px 10px 10px 27px;
	width:142px;		
}
#left-nav li ul li ul li ul li
{
	background:none;
}
img.arrow
{
	display:none;
}
/* shoppingcart
-----------------------------------------------------------------------------*/
#shoppingcart, #BLL-sidebar
{
	display:block;
	padding-left:20px;	
}
#shoppingcart .title
{
	background:transparent url(../images/bg-leftnav-shopping-cart.jpg) 0 0 no-repeat;
	width:196px;
	height:41px;
	padding:17px 0 0 14px;
	display:block;
	font-size:18px;
	line-height:18px;
	color:#333;
}
#shoppingcarttop
{
	padding:5px 15px 25px 15px;	
	border-left:solid 2px #dcd6c8;
	border-right:solid 2px #dcd6c8;	
	width:176px;	
}
.minicart_item
{
	border-bottom:solid 1px #858585;	
	display:block;
	padding:5px 0;
}
.minicart_item a
{
	float:left;
	width:140px;
	display:block;
}
.minicart_item  p.price
{
	float:right;
	width:45px;
}
.minicart_item a img
{
	float:left;
	width:30px;
	margin-right:5px;
}
.minicart_item a h3
{
	float:left;
	width:105px;
	font-size:11px;
	line-height:14px;
}
.minicart_item a, .minicart_item a:link, .minicart_item a:visited
{
	color:#000;
}
.minicart_item a:hover, .minicart_item a:active
{
	color:#d4721b;
}
.minicart_item a p
{
	font-size:10px;
	font-style:italic;
	color:#999;
	padding:0;
}
#shoppingcartbottom
{
	padding-bottom:10px;
}
#shoppingcartbottom p.total
{
	background:transparent url(../images/bg-leftnav-shopping-cart-subtotal.gif) 0 0 no-repeat;
	width:189px;
	height:32px;
	display:block;
	padding:13px 21px 0 0;
	color:#333;
	font-size:14px;
	line-height:14px;
	text-align:right;
}
#shoppingcartbottom a.review, #shoppingcartbottom a.review:link, #shoppingcartbottom a.review:visited
{
	background:transparent url(../images/btn-store-edit-cart.jpg) 0 0 no-repeat;
	width:106px;
	height:51px;
	display:block;
	float:left;
	overflow:hidden;
	text-indent:-9999em;
}
#shoppingcartbottom a.review:hover, #shoppingcartbottom a.review:active
{
	background-position:0 -51px;
}
#shoppingcartbottom a.gocheckout, #shoppingcartbottom a.gocheckout:link, #shoppingcartbottom a.gocheckout:visited
{
	background:transparent url(../images/btn-store-checkout.jpg) 0 0 no-repeat;
	width:104px;
	height:51px;
	display:block;
	float:left;
	overflow:hidden;
	text-indent:-9999em;
}
#shoppingcartbottom a.gocheckout:hover, #shoppingcartbottom a.gocheckout:active
{
	background-position:0 -51px;
}
#sidebar h1.order-lookup
{
	background:transparent url(../images/btn-order-lookup.jpg) 0 0 no-repeat;
	width:178px;
	height:13px;
	overflow:hidden;
	padding:14px;
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
	cursor:pointer;
	display:block;	
}
#sidebar h1.order-lookup-over
{
	color:#d4721b;	
	background-position:0 -41px
}
#sidebar h1.wish-list
{
	background:transparent url(../images/btn-wishlist.jpg) 0 0 no-repeat;
	width:178px;
	height:13px;
	overflow:hidden;
	padding:14px;
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
	cursor:pointer;
	display:block;
}
#sidebar h1.wish-list-over
{
	color:#d4721b;
	background-position:0 -41px
}

a.terms-conditions, a.terms-conditions:link, a.terms-conditions:visited
{
	background:transparent url(../images/btn-basic.jpg) 0 0 no-repeat;
	width:178px;
	height:13px;
	overflow:hidden;
	padding:14px;
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
	cursor:pointer;
	display:block;	
	color:#000;
}
a.terms-conditions:hover, a.terms-conditions:active
{
	color:#d4721b;	
	background-position:0 -41px;
	text-decoration:none;
}

#pagination ul
{
	float:right;
}
#pagination li
{
	float:left;
	padding-left:10px;
	font-size:12px;
	background:none;
}
#pagination li a
{
	background:none;
}	
.paging h2
{
	float:left;
	width:200px;
}
.paging #c3_ctl
{
	float:left;
	width:458px;
}

.paging #breadcrumbs
{
	width:	398px;
}



/* right-column
-----------------------------------------------------------------------------*/
.internal
{
	padding-bottom:50px;
}
.internal-contact
{
	padding-bottom:0;
}
#right-column
{
	float:left;
	width:658px;
	position:relative;
}
#right-column h2.maintitle
{
	font-size:24px;
	color:#d4721b;
	font-style:italic;
	padding-bottom:17px;
	display:block;
	width:658px;	
}

.product #right-column h2.maintitle
{
	font-size:24px;
	color:#cc6633;
	font-style:italic;
	padding-bottom:17px;
	display:block;
}

.product_cell 
{
	float:left;
	width:160px;
	height:245px;
	margin:0 20px 20px 0;
	padding:12px;
	border:solid 1px #e9e9e9;
}
.product_cell .product_cell_image
{
	cursor:pointer;
}
.product_cell h2
{
	width:140px;
	padding:10px;
}
.product_cell h2 a, .product_cell h2 a:link, .product_cell h2 a:visited
{
	font-size:12px;
	line-height:16px;
	padding-bottom:10px;
	color:#000;
	text-decoration:none;
}
.product_cell h2 a:hover, .product_cell h2 a:active
{
	color:#d4721b;	
}
.product_cell .product_cell_price
{
	width:140px;
	padding:10px;	
	
}

#search-filter
{
	padding:0 0 20px 0;
}
#search-filter select
{
	margin-left:20px;
	font-size:11px;
	color:#666;
	border:solid 1px #999;
}

/* store home
-----------------------------------------------------------------------------*/
#store-home-buttons
{
	position:relative;
}
.store-button
{
	width:274px;
	height:189px;
	border:solid 1px #e9e9e9;
	padding:9px;
	display:block;
	float:left;
	margin:0 10px 10px 0;
}
#store-home-buttons .last
{
	margin-right:0;
}
.store-button a.yarn, .store-button a.yarn:link, .store-button a.yarn:visited { background:transparent url(../images/store-button-yarn.jpg) 0 0 no-repeat; }
.store-button a.accessories, .store-button a.accessories:link, .store-button a.accessories:visited { background:transparent url(../images/store-button-accessories.jpg) 0 0 no-repeat; }
.store-button a.needles-notions, .store-button a.needles-notions:link, .store-button a.needles-notions:visited { background:transparent url(../images/store-button-needles-notions.jpg) 0 0 no-repeat; }
.store-button a.patterns-books, .store-button a.patterns-books:link, .store-button a.patterns-books:visited { background:transparent url(../images/store-button-patterns-books.jpg) 0 0 no-repeat; }

.store-button a.yarn, .store-button a.yarn:link, .store-button a.yarn:visited,
.store-button a.accessories, .store-button a.accessories:link, .store-button a.accessories:visited,
.store-button a.needles-notions, .store-button a.needles-notions:link, .store-button a.needles-notions:visited,
.store-button a.patterns-books, .store-button a.patterns-books:link, .store-button a.patterns-books:visited
{
	width:274px;
	height:189px;
	overflow:hidden;
	display:block;
	text-indent:-9999em;
}
.store-button a.yarn:hover, .store-button a.yarn:active,
.store-button a.accessories:hover, .store-button a.accessories:active,
.store-button a.needles-notions:hover, .store-button a.needles-notions:active,
.store-button a.patterns-books:hover, .store-button a.patterns-books:active
{
	background-position:0 -189px;
}

* html .store-whats-new a.whats-new,
* html .store-whats-new a.whats-new:link,
* html .store-whats-new a.whats-new:visited
{
	width:147px;
	height:146px;
	overflow:hidden;
	display:block;
	text-indent:-9999em;
	position:absolute;
	z-index:5;
	top:142px;
	left:226px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/store-button-whats-new.png',sizingMethod='scale');
	cursor:pointer;
}
.store-whats-new a.whats-new, .store-whats-new a.whats-new:link, .store-whats-new a.whats-new:visited
{
	background:transparent url(../images/store-button-whats-new.png) no-repeat 0 0;
	width:147px;
	height:146px;
	overflow:hidden;
	display:block;
	text-indent:-9999em;
	position:absolute;
	z-index:5;
	top:142px;
	left:226px;
}
* html .store-whats-new a.whats-new:hover,
* html .store-whats-new a.whats-new:active
{
	width:147px;
	height:146px;
	overflow:hidden;
	display:block;
	text-indent:-9999em;
	position:absolute;
	z-index:5;
	top:142px;
	left:226px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/store-button-whats-new-o.png',sizingMethod='scale');
}
.store-whats-new a.whats-new:hover, .store-whats-new a.whats-new:active
{
	background:transparent url(../images/store-button-whats-new-o.png) no-repeat 0 0;
	width:147px;
	height:146px;
	overflow:hidden;
	display:block;
	text-indent:-9999em;
	position:absolute;
	z-index:5;
	top:142px;
	left:226px;
}
		

.product_details
{
	position:relative;
	
}
.product_details .left
{
	float:left;
	width:300px;		
}
.product_details .right
{
	float:left;
	width:263px;
	padding:0 0 0 36px;
}
#prodImageHolder
{
	border:solid 1px #eaeaea;
	padding:9px;	
}
.product_detail_image
{
	width:280px;
	height:280px;
}
.product_details .left a.wishlist, .product_details .left a.wishlist:link, .product_details .left a.wishlist:visited
{
	/*position:absolute;
	top:350px;
	left:0;*/
	float:left;
	margin:15px 10px 0 0;
	background:transparent url(../images/btn-add-to-wish-list.jpg) 0 0 no-repeat;
	width:157px;
	height:41px;
	overflow:hidden;
	display:block;
	text-indent:-9999em;
}
.product_details .left a.wishlist:hover, .product_details .left a.wishlist:active
{
	background-position:0 -41px;
}
.product_details .left a .addcart
{
	float:left;	
	margin-top:15px;	
	background:transparent url(../images/btn-add-to-cart.jpg) 0 0 no-repeat;
	width:132px;
	height:41px;
	overflow:hidden;
	display:block;
	text-indent:-9999em;	
}
.product_details .left a .addcart-over
{
	background:transparent url(../images/btn-add-to-cart.jpg) 0 -41px no-repeat;
	width:132px;
	height:41px;
	overflow:hidden;
	display:block;
	text-indent:-9999em;	
}
.product_details h1
{
	color:#d4721b;
	font-size:18px;
	line-height:24px;	
}
#right-column .product_details h3
{
	font-size:12px;
	line-height:15px;	
	color:#000;
	font-style:normal;
}
.product_details .price
{
	color:#d4721b;
	padding:0 0 18px 0;
}
#product-thumbs
{
	padding:20px 0;
}
.thumb-item
{
	float:left;
	width:32px;
	height:32px;
	padding:0 14px 14px 0;
}
.thumb-item-left
{
	padding:0 0 14px 0;
}

/* projects
-----------------------------------------------------------------------------*/
.project
{
	float:left;
	width:284px;
	padding:0 29px 0 0;
}
.project-last
{
	padding:0;	
}
.project .project-image
{
	border:solid 1px #eaeaea;
	padding:9px;
	margin-bottom:20px;
}
.project h3
{
	font-size:18px;
	line-height:24px;
}
.date
{
	color:#999;
}
.postmetadata
{
	color:#999;
	font-size:11px;
	line-height:14px;
}
.paging #paging-title
{
	float:left;
	width:200px;
}
.paging #breadcrumbs
{
	float:right;
	width:337px;
	padding-right:61px;
}
#paging-title h2.maintitle
{
	width:200px;	
}
/* directions
-----------------------------------------------------------------------------*/
#directions-left
{
	border:solid 1px #eaeaea;
	padding:9px;
	margin-bottom:20px;
	float:left;
	width:264px;
}
#directions-right
{
	float:left;
	width:267px;
	padding:20px 0 0 47px;
}
#contact-form
{
	margin:20px 0 27px 62px;	
	border:solid 1px #eaeaea;
	width:725px;
	padding:20px 50px;
	text-align:center;
}
#contact-form-content
{
	width:700px;	
	border:solid 1px #eaeaea;	
	padding:20px 10px 10px 10px;
}

#contact-form p
{
	display:block;
}
#contact-form input.text
{
	float:left;
	width:200px;
}
#contact-form textarea.comment
{
	float:left;
	width:200px;
	height:100px;
}
label.contact
{
	float:left;
	width:120px;
	display:block;
	text-align:right;
	padding:0 10px 0 0;
}
label.contact-comment
{
	float:left;
	width:70px;
	display:block;
	text-align:right;
	padding:0 10px 0 0;	
}
.contact-checkbox
{
	float:left;
	width:125px;
	display:block;
	text-align:right;
	padding:0 10px 0 0;
}
label.checkbox
{
	float:left;
	width:200px;	
}
.submit
{
	padding-left:80px;	
}
/* classes
-----------------------------------------------------------------------------*/
#classes-left
{
	float:left;
	width:292px;
	padding-right:20px;
}
#classes-right
{
	float:left;
	padding:9px;
	width:264px;
	border:solid 1px #eaeaea;
}
h4.classes
{
	color:#d4721b;
	padding:20px 0 5px 0;
}
#schedule
{
	padding:20px 46px;	
}
.double-divider
{
	background:transparent url(../images/bg-double-divider.gif) 0 0 repeat-x;
	height:20px;
}
.schedule-item h4
{
	font-size:16px;
	line-height:20px;
	padding-bottom:10px;
}
.schedule-item .left
{
	float:left;
	width:650px;
	padding:0 20px 0 0;
}
.schedule-item .right
{
	float:left;
	width:171px;
	font-size:11px;
	line-height:15px;
}

/* sidebar
-----------------------------------------------------------------------------*/
#order-lookup-box, #wishlist-box
{
	padding:0 17px;
	width:176px;
}
#order-lookup-box input
{
	margin:0 0 10px 0;
}

/* product detail
-----------------------------------------------------------------------------*/
select.listbox
{
	margin-bottom:15px;
}


/* cart
-----------------------------------------------------------------------------*/
.cart
{
	width:599px;	
}
.cart_header 
{
	background-color:#eae6de;
	border-bottom:1px solid #cdcdcd;
	color:#333;
	font-size:12px;
	line-height:12px;
	font-weight:700;
	height:12px;
	padding:15px;
	text-align:left;
}

.cart_row {
	border-bottom:1px solid #cdcdcd;
	vertical-align:middle;
}

.cart_row a p {
	font-style:italic;
	height:25px;
	margin:-12px 0 -5px;
	padding:0;
	width:280px;
	display:none;
}
.cart_row a p.product
{
	display:block;
}
.cart .product {
	margin:0;
	padding:10px 0 10px;
	width:280px;
	font-weight:bold;
}
.cart img {
	clear:left;
	display:block;
	float:left;
	padding:10px 15px;
	width:30px;
}

.receipt_titles 
{
	font-weight:bold;
	font-size:12px;
	line-height:12px;	
	display:block;
	float:right;
	height:27px;
	margin:-43px 0 -56px 450px;
	width:250px;
	padding:15px 0 0;
}
.receipt_titles p {
	color:#000;
	display:block;
	float:left;
	margin:0 18px;
}
.receipt_row {
	display:block;
	float:right;
	height:35px;
	margin:-44px 0 0 1px;
	padding:10px 0;
	text-align:center;
	width:250px;
}

#pagination
{
	position:absolute;
	top:0;
	right:60px;
}


/* related items
-----------------------------------------------------------------------------*/
.products_sliber_theme_bg {
	clear:both;
	display:block;
	height:320px;
	width:598px;
	padding:15px 0;
}
.products_slider_theme {
	background:transparent url(../images/bg-related-items.jpg) 0 0 no-repeat;
	color:#fff;
	height:240px;
	width:574px;
	padding:65px 12px 10px 12px;
	overflow:hidden;
}
.products_slider ul {
	left:0;
	list-style-type:none;
	padding:0;
	position:relative;
	width:auto;
	z-index:1;
}
.products_slider li,.products_slider p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
.products_slider p
{
	display:none;
}
.products_slider p.back, .products_slider p.next, .products_slider li p
{
	display:block;
}

.products_slider li {
	display:inline;
	float:left;
	width:140px;
	margin:0 10px 40px 0;
}
.products_slider .back {
left:15px;
position:absolute;
top:0;
z-index:2;
}

.products_slider .back a,.products_slider .next a {
display:none;
outline:none;
}

.products_slider .next {
position:absolute;
right:15px;
top:0;
z-index:2;
}
.products_slider_theme li p {
	height:40px;
	margin:0;
	overflow:hidden;
	width:140px;
}
.products_slider_theme .back {
	height:50px;
	width:50px;
}

.products_slider_theme .next {
	height:58px;
	left:523px;
	width:61px;
}

.products_slider_theme .next a {
	background:url(images/scroll_right.png) no-repeat top right;
	height:40px;
	line-height:30px;
	position:absolute;
	right:0;
	top:20px;
	width:150px;
}

.products_slider_theme .back a {
background:url(images/scroll_left.png) no-repeat;
height:40px;
left:0;
line-height:30px;
position:absolute;
text-align:right;
top:20px;
width:150px;
}

input.plain-link
{
	color:#d4721b;
	text-decoration:none;	
	background:none;
	border:0;
	padding:0;
}

.small_imgs
{
	margin-top:10px;	
}


#left-nav ul li ul li
{
	position:relative;
}
#left-nav li ul li ul
{
	position:absolute;
	top:-20px;
	left:203px;
	display:none;
	padding:0;
	width:165px;
	background:none;
	z-index:1000;
}
* html #left-nav li ul li ul li
{
	background:transparent url(../images/dropdown-bg.gif) 0 0 repeat-y;
}
#left-nav li ul li ul li
{
	background:transparent url(../images/dropdown-bg.png) 0 0 repeat-y;
	width:165px;
	position:relative;
}
* html #left-nav li ul li ul li.top
{
	background:transparent url(../images/dropdown-bg-top.gif) 0 0 no-repeat;	
}
#left-nav li ul li ul li.top
{
	background:transparent url(../images/dropdown-bg-top.png) 0 0 no-repeat;
	width:165px;
	height:14px;
	display:block;
	white-space:pre;
}
* html #left-nav li ul li ul li.bot
{
	background:transparent url(../images/dropdown-bg-bot.gif) 0 0 no-repeat;
}
#left-nav li ul li ul li.bot
{
	background:transparent url(../images/dropdown-bg-bot.png) 0 0 no-repeat;
	width:165px;
	height:20px;
	display:block;
}
#left-nav li ul li ul li
{
	position:relative;
}
* html .arrow
{
	background:transparent url(../images/dropdown-arrow.gif) 0 0 no-repeat;
}
.arrow
{
	background:transparent url(../images/dropdown-arrow.png) 0 0 no-repeat;
	width:13px;
	height:16px;
	display:block;
	position:absolute;
	top:15px;
	left:0;
	z-index:10;
}

/* Holly Hack. IE Requirement \*/
* html #left-nav ul li ul li { float: left; height: 1%; }
* html #left-nav ul li ul li a { height: 1%; }
/* End */

#left-nav li ul li:hover ul, #left-nav li ul li.over ul { display: block; } /* The magic */


#left-nav li ul li ul li a, #left-nav li ul li ul li a:link, #left-nav li ul li ul li a:visited
{
	font-size:11px;
	line-height:14px;
	padding:4px 25px 4px 25px;
	display:block;	
	text-decoration:none;	
	color:#000;
}
#left-nav li ul li ul li a:hover, #left-nav li ul li ul li a:active
{
	color:#d4721b;	
	text-decoration:none;
}


