/* universal styles */
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* ------- =litebox styles -------- */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


/* ------- =sugarpost styles -------- */


body {
	background: #333 url(images/bkg-body.jpg) center top;
	font: normal 100% Arial, Verdana, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
	font: bold 1.1em Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #333;
	min-width: 0;
}

h1 { font-size: 20px; line-height: 32px; }
h2 { font-size: 20px; line-height: 32px; }
h3 { font-size: 14px; line-height: 32px; }
h4 { font-size: 16px; line-height: 32px; }
h5 { font-size: 16px; line-height: 32px; }
h6 { font-size: 16px; line-height: 32px; }

p {
	padding: 5px 0;
	line-height: 1.5em;
	font-size: .9em;
	min-width: 0;
}

a {
	color: #06f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.container {
	width: 984px;
	margin: 0 auto;
	background: #fff url(images/bkg-container.jpg) 0 115px; 
}

#artfloat {
	float: left;
	position: relative;
	left: -28px;
	top: 10px;
	width: 10px;
	height: 10px;
	z-index: 2;
	margin-right: -358px;
	margin-bottom: -227px;
}



/* ------- =header -------- */

#header {
	width: 984px;
	height: 116px;
	background: #333 url(images/bkg-header.jpg) no-repeat;
}

#header h1 {
	float: left;
	font-size: 14px;
	line-height: 14px;
	z-index: 0;
}

#header h1 a {
	display: block;
	position: relative;
	left: 356px;
	top: 18px;
	width: 322px;
	height: 80px;
	color: #fff;
	text-decoration: none;
}

#header h1 span {	
	display: block;
	position: absolute; 
	left: 0;
	top: 0;
	z-index: 1;
	width: 322px;
	height: 80px;
	background: url(images/logo.jpg) no-repeat;
}



/*------- =cart ---------- */

#cartbox {
	margin-left: 730px;
	width: 236px;
	padding-top: 68px;
	text-align: center;
}


#cart-links {
	line-height: 16px;
	font-size: 10px;
	color: #fff;
}

#cart-links a {
	color: #fff;
}


#cart-tab {
	height:32px;
	background:url(images/bkg-cart2.gif) left top no-repeat;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
}

#cart-total {
	float: left;
	width: 120px;
	padding: 10px 0 0 20px;
}

#cart-total a {
	text-decoration: none;
	color: #06f;
}

#checkout {
	margin-left: 120px;
	padding: 10px 20px 0 0;
	text-align: right;
	text-transform: uppercase;
}

#checkout a {
	color:#000;
}




#content {
	margin: 0 12px;
	background: url(images/bkg-content.gif);
}

* html #content {height: 1%;}


/*#content ul {
	margin-left: 70px;
	padding: 10px 0;
	font-size: .9em;
}*/

#content #products {
	float: left;
}

#content #products ul {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	font: .9em normal Arial, Verdana, sans-serif;
	text-transform: uppercase;
	display: block;
	width: 215px;
}

#content #products ul li {
	line-height: 1.1em;
}

#content #products a {
	color: #573f3f;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 3px 15px 0 4px;
	letter-spacing: 1px;
}

#content #products a:hover {
	color: #573f3f;
	border-bottom: 1px solid #573f3f;
}



/* ------- =nav -------- */

#navcontainer {
	z-index: 0;
	background: #4b4c31 url(images/bkg-navbar.png);
	padding-left: 350px;
	height: 50px;
}

#navcontainer ul { /* all lists */
	list-style: none;
	width: 700px;
}

#nav li { /* all list items */
	float: left;
	margin-top: 16px;
	font: bold 16px/16px Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

#nav li a {
	display: block;
	padding: 0 12px;
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
}




.breadcrumb {
	margin: 0 0 10px;
	font: normal .8em Arial, Verdana, sans-serif;
}

#contactform fieldset {
	padding: 0 10px 5px;
	margin: 10px 0;
	border: 1px solid #369;
	background: #fff;
}

#contactform legend {
	background: #369;
	padding: 2px 5px;
	color: #fff;
	font: bold .9em Times, "Times New Roman", serif;
	text-transform: uppercase;
	border: 1px solid #fff;
}

#contactform th {
	padding: 7px 2px 3px 5px;
	font: bold .8em Arial, Verdana, sans-serif;
	color: #369;
	text-align: right;
}

#contactform td {
	padding: 3px 0px;
	vertical-align: baseline;
}

.quote {
	padding: 0 10px 5px;
	margin: 10px 0;
	border: 1px solid #369;
	background: #fff;
}



.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; /* for the benefit of IE5 Mac */
}	

.clearit {
	clear: both;
	height: 1px;
	line-height: 1px;
	width: 0;
	font-size: .75em;
}

.clearit a {
	color: #666;
	text-decoration: none;
	padding: 0 10px 2px;
	background: #fefefe url(/images/up.gif) bottom right no-repeat;
}



#pottery img {
	padding: 10px;
	margin: 10px;
	border: 1px solid #333;
	background: #fefefe;
}

#pottery .clearit {
	margin-left: 600px;	
}


#about img {
	padding: 10px;
	margin: 10px;
	border: 1px solid #333;
	background: #fefefe;
}

.homeimg {
	padding: 10px;
	margin: 10px;
	border: 1px solid #333;
	background: #fefefe;
}

#wholesale table {
	border-collapse: collapse;
}

#wholesale img {
	padding: 5px;
	border: 1px solid #333;
	background: #fefefe;
	margin: 5px;
}

.cost {
	text-align: right;
	width: 80px;
	padding-right: 25px;
}





/* ------- =shopside -------- */

#shopside {
	float: left;
	width: 240px;
	margin-top: 120px;
	font-size: 13px;
}

#shopside .sidebox {
	margin: 0 12px 20px;
	border: 1px solid #5b5c3b;
	background: #fefefe;
	position: relative;
}


#shopside .infobox {
	margin: 5px auto;
	width: 95%;
	padding: 10px 4px;
	background: #fefefe;
}

#shopside h3 {
	margin: -1px -6px 4px;
	padding: 0 10px;
	background: #f8f8e7 url(images/sideboxh3.gif) 206px 50% no-repeat;
	border: 1px solid #5b5c3b;
	line-height: 28px;
	font-size: 16px;
}

#shopside a:visited, #shopside a:active {
	color: #039;
}

#shopside ul {
	margin-left: 10px;
	padding: 0;
}

#shopside li {
	padding-bottom: 3px;
}

#shopside ul ul {
	margin: 3px 0 0 10px;
}


.sidebox table {
	margin: 10px auto;
	width: 95%;
}

.sidebox table td {
	padding: 2px 4px;
}

.sidebox .helper {
	color: #000;
	border-top: 1px solid #333;
	background: #eee;
	padding: 5px;
	text-align: right;
}

.sidebox .helper a {
	color: #000;
}

.sidebox .textbox {
	width: 8em;
	margin-top: 2px;
}

.sidebox label {
	float: left;
	width: 7em;
	margin-right: 5px;
	text-align: right;
}

#saleitem .infobox {
	text-align: center;
}

/* ------- =shopbody -------- */

#shopbody {
	margin: 24px 24px 48px 268px;
}

#shopbody .item {
	float:left;
	width: 100%;
	margin: 5px 5px -15px;
}

#shopbody .item h3 {
	font-size: 18px;
}

#shopbody .views {
	float: left;
	width: 260px;
	padding: 10px 10px 0;
	margin-right: 10px;
	text-align: center;
}

#shopbody .views a img {
	padding: 5px;
	border: 1px solid #333;
	background: #fefefe;
}


#shopbody .views div a {
	text-decoration: none;
	color: #fff;
	margin: 0;
}

#shopbody .views .bigpic {
	margin: 10px;
	border: 1px solid #000;
	background: #fefefe;
}

#shopbody .item .price {
	float: right;
	margin: 0 10px;
	padding: 5px;
	border: 1px dotted #039;
	font: italic 1.5em bold Georgia, Times, serif;
	color: #039;
}

#shopbody .item .product_strikethru {
	margin: 0;
	border: none;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #333;
	text-decoration: line-through;
}

#shopbody .item .dimensions {
}

#shopbody .item .details {
}

#shopbody .item .description {
margin: 10px 10px 15px 0;
font-size: .9em;
line-height: 1.5em;
}

#shopbody .item form {
}


.list_item {
	float: left;
	width: 220px;
	margin: 0 -1px -1px 0;
	padding: 15px 0;
	border: 1px solid #ddd;
	font-size: 14px;

}


.item_img {
	text-align: center;
	height: 179px;
}

.item_img img {
	vertical-align: middle;
	padding: 2px 0;
}

.list_item h5 {
	line-height: 14px;
}

.list_item h5 a {
	font-size: 14px;
	color: #000;
}

.list_item form {
	margin: 5px 0 0 30px;
	font-weight: bold;
}

.list-price {
	float: left;
	width: 110px;
}

.product_strikethru {
	color: #333;
	text-decoration: line-through;
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
}


#Pottery .list-price {
	display: none;
}

.list_item input {
	margin-left: 10px;
	font-size: 0.7em;
	font-weight: normal;
}




.alert_message, .error_message {
	padding: 10px;
	border: 1px solid #bbb;
	text-align: center;
	
}

.alert_message img, .error_message img {
	padding-right: 10px;
}





.cart {
	background: #fff;
	border: 1px solid #333;
	font-size: 0.9em;
}

.cart th {
	padding: 7px 2px 3px 5px;
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
	border: 1px solid #ddd;
	border: 0 1px 1px 0;
	background: #fff;
}

.cart td {
	vertical-align: middle;
	padding: 4px;
	border: 1px solid #ddd;
	border: 0 1px 1px 0;
	background: #fff;
}







/* Product Detail Tabs */

.tabberlive .tabbertabhide {
 	display:none;
}

.tabber { display: none; }
.tabberlive {
	margin-top: 1em;
}

.tabberlive td {
	padding: 2px;
	font-size: 0.9em;
}

.tabberlive input, .tabberlive select {
	font-size: 0.9em;
}

#shopbody ul.tabbernav {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #333;
	font-weight: bold;
	font-size: 0.8em;
	background: #fff;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #333;
	border-bottom: none;
	background: #eee;
	text-decoration: none;
}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #000; }

ul.tabberactive li a:link { color: #448; }
ul.tabberactive li a:visited { color: #667; }

ul.tabbernav li a:hover {
	color: #000;
	background-image: none;
	border-color: #333;
}

ul.tabbernav li.tabberactive a {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover {
	color: #000;
	background: #fff;
	border-bottom: 1px solid #fff;
}

.tabberlive .tabbertab {
	padding: 15px;
	border: 1px solid #333;
	border-top: 0;
}

.tabberlive .tabbertab h2, .tabberlive .tabbertab h3, .tabberlive .tabbertab h4 {
	display: none;
}

.tabbertab table {
	background: #fff;
	width: 100%;
	border: 1px solid #333;
	font-size: 0.9em;
}

.tabbertab table table {
	border: none;
	font-size: 1.0em;
}

.tabbertab td {
	padding: 2px 4px;
}

.tabbertab .account_list_head {
	font-weight: bold;
	vertical-align: bottom;
}

.tabbertab .list_item {
	width: 210px;
	border: none;
	border-bottom: 1px solid #ddd;
}


.account_head {
	margin: 10px 0 5px;
	font-weight: bold;
}





.input_box {
	width: 120px;
	margin: 2px 4px 2px 0;
}

.form_item {
	white-space:nowrap;
}

#order_steps {
	margin: 10px;
	padding: 10px;
	border: 1px solid #bbb;
	text-align: center;	
}

.order_info_on, .order_ship_on, .order_payment_on, .order_review_on, .order_print_on {
	padding: 2px 4px;
	background: #fff;
	text-decoration: none;
	color: #000;
}


.custinfo {
	background: #fff;
	font-size: 0.8em;
}

.custinfo input, .custinfo select {
	font-size: 1.0em;
}

.custinfo td {
	background: #fff;
	padding: 1px 4px;
}

/* Paging Definitions */

.tabbertab .pages_border {
	background-color: #fff;
	color: #000;
	border: 1px solid #333;
	font-size: 0.8em;
	width: auto;
}

.paging {
	font-size: 12px;
	float:right;
}

.list_top {
	font-size: 12px;
	padding-bottom: 10px;
}

.list_top select {
	font-size: 12px;
}

.navpage {
	background-color: #fff;
	color: #000;
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
	text-decoration: none;
}

.navpageselected {
	color: #000;
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
	text-decoration: none;
}

.highlightpage {
	background: #eee;
	color: #000;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
}

.highlightpage a:link, .highlightpage a:visited {
	color: #000;
	text-decoration: none;
}

.highlightpage a:hover, .highlightpage a:active {
	color: #000;
	text-decoration: underline;
}


#subcats {
	padding: 10px 0;
	text-align: center;
}

#subcats li {
	display: inline;
	padding: 0 7px;
	font-size: 0.9em;
}


#footer {
	clear: both;
	height: 30px;
	background: #4b4c31 url(images/bkg-navbar.png);
	text-align: right;
	font-size: 10px;
	padding: 10px;
	color: #fff;
}

#footer a, .small a {
	color: #dadaa8;
}

#footer #copy {
	float: left;
}

#homepage #content {
	margin: 0 12px;
	padding: 0;
	background: url(images/bkg-contentHome.gif);
}

#homepage #shopside {
	display: none;
}

#homepage #shopbody {
	margin: 24px 0 48px 2px;
}

#homepage h2 {
	margin: 5px 28px 0 264px;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #5b5c3B;
	text-align: center;
	text-transform: none;
	font-size: 28px;
	line-height: 28px;

}

#homepage .sidebox {
	margin: 30px 0 20px 26px;
	float: left;
	display: inline; /* crappy margin IE bug */
}

#homepage .content-box {
	width: 262px;
	height: 385px;
	min-height: 370px;
	margin: -1px 10px 0;
	border: 1px solid #5b5c3b;
	background: #fefefe;
	position: relative;
}

#homepage blockquote {
	margin: -15px 0 0 30px;
	padding: 0;
	font-size: 0.8em;
}

#homepage h3 {
	padding: 2px 15px 0;
	background: #f8f8e7 url(images/sideboxh3.gif) 250px 50% no-repeat;
	border: 1px solid #5b5c3b;
	line-height: 30px;
	font-size: 18px;
}

#homepage h3 a {
	color: #333;
}

#homepage .sidebox img {
    margin: 10px;
    border: 1px solid #000;
}

#homepage .sidebox p {
    margin: 0 10px 18px;
	line-height: 18px;
}


#pagelist {
	margin-left: 340px;
	padding: 10px 0;
	font-size: .9em;
	list-style-type: disc;
}

#pagelist li {
	padding: 3px 0;
}