/* -----  MISC  ----- */
* {
	padding: 0;
	margin: 0;
	}
body {
	text-align: center;
	font: 62.5% Georgia, Garamond, 'Times New Roman', serif;
	background-color: #fff;

}
img {
		border: 0;
		}
a {
	text-decoration: none;
	}

/* ----- CSS TRICKS ----- */
.clear {
  clear: both;
  height: 1px;
  margin-bottom: -1px;
  line-height: 0px;
  display: block;
  font-size: 0px;
}
span.spacer {
	display: block;
	height: 100px;
	}
#print-header {
	text-align: center;
	font-size: 14px;
	font-family: Georgia, Garamond, 'Times New Roman', serif;
	margin-bottom:  10px;
}

/* ----- LAYOUT ----- */
div.wrap {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
div#sidebar {
	margin-left: 5px;
	width: 190px;  /* was 170 */
	float: left;
	text-align: left;
	}
div#content {
	width: 540px;
	margin-left: 200px;
	padding: 0px 0px 20px 0;
	}
div#content-full-width {
	width: 720px;
	margin-left: 20px;
	padding: 0px 20px 20px 0;
	}

		
/* ----  NAV BAR  ----- */
a.logo {
	float: left;
	padding-top: 12px;
	}
#nav-bar {
	display: none;
	/*
	font-family: 'Trebuchet MS', Geneva, Helectiva, Ariel, sans-serif;
	text-transform: uppercase;
	text-align: left;
	padding: 0 20px 0 20px;
	margin-top: 5px;
	*/
	}
#top-links {
	height: 90px;
	text-align: right;
	}
span.top-links-spacer {
	display: block;
	height: 50px;
	}
#top-links a:link, #top-links a:visited {
	font-size: 10px;
	color: #990000;
	line-height: 15px;
	}
#top-links a:hover, #top-links a:active {
	color: #3D3C35;
	}
#nav-bar input.search-field {
	font-size: 10px;
	color: #3D3C35;
	border: 1px solid #ccc;
	padding: 2px;
	}

/*	-----  NAV-LINKS ----- */
#nav-links {
	height: 35px;
	margin-top: 6px;
	padding-top: 8px;
	background-image: url(../img/nav-links-bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}


/*	-----  CATEGORY TREE & SIDEBAR LINKS ----- */
#cat-tree, #sidebar-links {
	font: 14px Georgia, 'Trebuchet MS', sans-serif;
	line-height: 1.6em;
	padding: 0px 10px 10px 10px;
	 }
#front-bigger {
	font-size: 14px;
}
#cat-tree a:link, #cat-tree a:visited {
	color: #777569;
	}
#cat-tree a:hover, #cat-tree a:active {
	color: #3D3C35;
	}
#cat-tree b {
	color: #3D3C35;
}
#sidebar-links a:link, #sidebar-links a:visited {
	color: #aaa;
	}
#sidebar-links a:hover, #sidebar-links a:active {
	color: #000;
	}

/*	-----  FRONT PAGE ----- */

a.new-text-link:link, a.new-text-link:visited {
	font-size: 12px;
	margin-top: 5px;
	padding: 2px 0;
	display: block;
	font-family: 'Trebuchet MS', Geneva, Helectiva, Ariel, san-serif;
	color: #990000;
	}
a.new-text-link:hover, a.new-text-link:active {
	color: #3D3C35;
	}
p.front-new {
	color: #58564E;
	font-size: 14px;
	line-height: 15px;
}
#front-right p.new {
	margin-top: 8px;
	}
#newsletter {
	margin-top: 30px;
}


/*	-----  SUBCATEGORY PAGES ----- */
a.cat-title-link:link, a.cat-title-link:visited, a.cat-title-link:hover, a.cat-title-link:active {
	font-size: 18px;
	color: #444444;  /* was 29385B */
	display: block;
	padding: 0;
}
img.sub-cat-img {
	border: 1px solid #f5f5f5; /* #777569; */
	}
img.sub-cat-img:hover {
	border: 1px solid #3D3C35;
	}
span.cat-artist, span.cat-title {
	color: #444;  /* was 29385B  */
	font-size: 17px;
	}
span.subcat-field, span.subcat-data {
	font: 11px 'Trebuchet MS', Verdana, Ariel, sans-serif;
	color: #949184;
	}
.subcat-title {
	font-size: 14px;
	font-style: italic;
	padding-left: 2px;
	}
#header .subcat-title {
	display: none;
	color: #fff;
	}
#header span.cat-artist, #header span.cat-title {
	color: #990000;
}

/*	-----  PRODUCT LISTING ON CAT PAGES ----- */
#header span.cat-artist, #header span.cat-title {
	font-size: 24px;
	line-height: 28px;
	}
p.cat-title {
	font-size: 24px;
	color: #29385B;  
	}
#header p {
	margin: -2px 0px;
	color: #999;
}
#header a.desc-link:link, #header a.desc-link:visited {
  font-family: 'Trebuchet MS', Verdana, Ariel;
	font-size: 11px;
	color: #999999;
	border-bottom: 1px dotted #999999;
}
#header a.desc-link:hover, #header a.desc-link:active {
	color: #555555;
	border-bottom: 1px dotted #555555;
}
#cat-product-listing {
	padding: 10px 0 0 0;
	}
div#image {
	float: left;
	}
img.thumbnail {
	padding: 3px;
	border: 1px solid #eee;
	}
#cat-product-listing p.product a:link, #cat-product-listing p.product a:visited {
	padding: 0; 
	margin: 0;
	font-size: 15px;
	color: #222;
	}
#cat-product-listing p.product a:hover, #cat-product-listing p.product a:active {
	color: #29385B;
	}
#cat-product-listing p.code {
	padding: 0; 
	margin: 0;
	font: 11px Verdana, 'Trebuchet MS', Ariel, sans-serif;
	color: #555;
	}
#cat-product-listing p.price {
	padding: 0; 
	margin: 0;
	font-size: 15px;
	color: #222;
	}

/*	-----  PAGINATION ----- */
span.pagination {
	font-family: Georgia, Garamond, serif;
	font-size: 12px;
}
span.pagination a:link, span.pagination a:visited {
	color: #949184;
}
span.pagination a:hover, span.pagination a:active {
	color: #58564E;
}

/*	-----  PRODUCT DISPLAY ----- */
p.product-title {
	color: #990000;
	font-size: 	22px;
	margin-bottom: 0px;
	line-height: 28px;
	}
span.product-code {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, 'Trebuchet MS', Ariel, sans-serif;
	font-size: 11px;
	color: #000;
}
.field  {
	color: #B9B5A1;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 9px Verdana, 'Trebuchet MS', Ariel, sans-serif;
	}
.field-data {
	font-size: 14px;
	}
.product-title, .field-data, .price {
	padding-bottom: 10px;
	}
span.field-data a:link, span.field-data a:visited {
	color: #990000;
	border-bottom: 1px dotted #990000;
}
span.field-data a:hover, span.field-data a:active {
	color: #3D3C35;
	border-bottom: 1px dotted #3D3C35;
}
#product-description {
	margin-left: 20px;
}
#product-description p {
	padding-left: 20px;
}
p.order-note {
	font-size: 12px;
	font-style: italic;
	color: #990000;
	margin-bottom: 10px;
}
p.order-note a:link, p.order-note a:visited {
	color: #990000;
	border-bottom: 1px dotted #990000;
}
p.order-note a:hover, p.order-note a:active {
	color: #3D3C35;
	border-bottom: 1px dotted #3D3C35;
}

/*	----- CONTENT ----- */
#content, #content-full-width {
	font-size: 16px;
	line-height: 22px;
	}
#content h2, #content-full-width h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
	}
#content p, #content-full-width p {
	padding: 4px 0 4px 0;
	}

/*	----- SPECIAL PAGE STYLING ----- */
/* makes the text on the basket contents page smaller */
#basket-contents {
	font-family: Georgia, Garamond, serif;
	}
	
/* styling for pages with lots of input fields: create account, etc. */
div.input-pages, div.input-pages td {
	font: 11px Verdana, 'Trebuchet MS', Ariel, sans-serif;
	}

/* styling for search results */
div#search-results {
	font-size: 10px;
}
div#search-results span.code {
	font-family: verdana;
	font-size: 12px;
}
#search-results a.product:link, #search-results a.product:visited {
	font-size: 14px;
	color: #990000;
	display: block;
	padding: 5px 0 0 5px;
}
#search-results a.product:hover, #search-results a.product:active {
	color: #220000;
}
#search-results span.price {
	font-size: 14px;
}

/* breadcrumb */
div#breadcrumb, div#breadcrumb-product {
	font: 12px 'Trebuchet MS', Verdana, Ariel, sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding-bottom: 10px;
	color: #949184;
}
div#breadcrumb a:link, div#breadcrumb a:visited {
	color: #949184;
}
div#breadcrumb a:hover, div#breadcrumb a:active {
	color: #58564E;
}
div#breadcrumb-product a:link, div#breadcrumb-product a:visited {
	color: #949184;	
}
div#breadcrumb-product a:hover, div#breadcrumb-product a:active {
	color: #58564E;
}
div#breadcrumb-product {
	float: left;
}

/* previous & next */
#previous-next {
	float: right;
	font: 12px 'Trebuchet MS', Verdana, Ariel, sans-serif;
	color: #949184;
	letter-spacing: .5px;
	text-transform: uppercase;
}
div#previous-next a:link, div#previous-next a:visited {
	color: #949184;
}
div#previous-next a:hover, div#previous-next a:active {
	color: #58564E;
}

/* styles header images like "Your Account" */
img.header-img {
	display: block;
	padding-bottom: 10px;
}

/* styling Customer Service section */
#tabcontentcontainer h4 {
	margin-bottom: 0px;
}
#tabcontentcontainer p {
	padding: 0 0 0px 0;
	margin: 0;
}
#tabcontentcontainer ul {
	padding-left: 20px;
	margin-top: 0;
	padding-top: 0;
}

/*	-----  FORMS ----- */
span.form-label {
	font-family: Verdana, Ariel, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	}
div#login {
	border: 1px solid #C2BEAD;
	padding: 10px;
	background-color: #fff;
	width: 300px;
	float: left;
}
div#new-customers {
	margin-left: 340px;
}
div#new-customers p {
	color: #58564E;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 10px;
}
fieldset {
	padding: 0px;
	border: 0px;
}
dt {
	float: left;
	width: 70px;
	padding: 0 0 3px 0;
	text-align: right;
}
dd {
	padding: 0;
	margin: 0 0 5px 0;
}
label {
	font-size: 12px;
}
#forgot-password {
	display: none;
}
p.instructions {
	font-size: 12px;
	color: #777569;	
	line-height: 14px;
}
a.instructions:link, a.instructions:visited {
	color: #3D3C35;
	font-size: 12px;
}
a.instructions:hover, a.instructions:active {
	border-bottom: 1px dotted #3D3C35;
}
/* create customer account page */
div#create-customer dt {
	width: 120px;
	padding-right: 5px;
}
fieldset#ship-to {
	width:355px;
	float: left;
	border: 1px solid #ccc;
	padding: 10px 0;
	background-color: #fff;
}
fieldset#bill-to {
	margin-left: 10px;
	border: 1px solid #ccc;
	padding: 10px 0;
	background-color: #fff;
}
div#create-customer legend {
	font-size: 14px;
	color: #3D3C35;
	margin-left: 10px;
	padding: 0 5px;
}
div#create-customer input {
	padding: 2px 1px;
}
div#create-customer input:focus {
	background-color: #ffffcc;
}

/*	-----  NEW PAGE ----- */
	
#new-page p.date {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 11px;
	color: #777;
	padding: 10px 0 0 5px;
}
#new-page p.artist {
	font-size: 14px;
	color: #990000;
	padding: 7px 0 0 5px;
}
#new-page p.work {
	font-size: 14px;
	font-style: italic;
	color: #990000;
	padding: 0 10px 0 5px;
}
#new-page p.description {
	display: none;
	font-size: 12px;
	color: #333;
}
#new-page #new-section-header {
	padding: 5px 0;
	margin: 8px 0 3px 0;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	border-top: 1px solid #ccc;
	border-bottom:  1px solid #ccc;
}


/*	-----  CHECKOUT ----- */
div#basket-contents {
	padding: 10px 10px 15px 10px;
	border: 1px solid #cccccc;
}
span.header-text {
	font-size:  12px;
	font-family: Georgia, Garamond, 'Times New Roman', serif;
	font-weight: bold;
	color: #222;
}
span.item-text {
	font-size:  12px;
}
td.header-td {
	border-bottom: 1px solid #ccc;
}
td.total-td {
	border-top: 1px solid #ccc;
}
p.ship-bill {
	font-size: 12px;
	line-height: 16px;
}
div#confirm-address {
	padding: 10px;
	border: 1px solid #cccccc;
}
fieldset.pay, fieldset.ship {
	border: 1px solid #ccc;
	padding: 10px 10px 20px 20px;
	background-color: #fff;
}
fieldset.ship {
	width:340px;
	float: left;
}
fieldset.pay {
	margin-left: 10px;
}
fieldset.pay legend, fieldset.ship legend {
	font-size: 14px;
	color: #3D3C35;
	margin-left: -5px;
	padding: 0 5px;
}
fieldset.payment-info {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;	
}
fieldset.payment-info legend {
	font-size: 14px;
	color: #3D3C35;
	margin-left: -5px;
	padding: 0 5px;
}
p.payment-info {
	font-family: Georgia, Garamond, 'Times New Roman', serif;
	font-size: 12px;
}
/*	-----  GL-FOOTER ----- */
div#gl-footer {
	font-family: Verdana, Ariel, sans-serif;
	font-size: 10px;
	color: #ACA998;
	text-align: center;
	padding: 7px 20px 0px 20px;
	margin-bottom: 20px;
}
div#sidebar-links {
	display: none;
}
