* {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
}
a img {
  border-style: none;
}
/* clearfix, the ie part is in the ie css */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
body {
	background-color: #ddd;
	font: normal 12px/1.5em "Lucida Grande", Lucida, Helvetica, sans-serif;
	text-align: center;
	line-height: normal;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0em;
  margin-bottom: .25em;
  font-weight: normal;
}
p {
  margin-bottom: 10px;
  line-height: 1.3;
	font-size: 1em;
}
a {
  color: #095eae;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input {
	color: #272727;
}
input[type='submit'], input[type='button'], input[type='text'], input[type='password'], select {
	padding: 2px;
}
input[type='text'], input[type='password'], select {
	border: 1px solid #646464;	
}
input[type='submit'], input[type='button'] {
	background-color: #e79606;
}
html.js div#js-warning-banner {
   display: none;
}
#wrapper {
  position: relative;
  width: 802px;
	margin: 0px auto;
	text-align: left;
}
#header, #content_wrapper {
	border-left: 1px solid rgb(154, 154, 154);
	border-right: 1px solid rgb(154, 154, 154);
}
#logo {
	background-color: #DAD7D0;
	height: 72px;
}
#menu {
	clear: both;
	padding: 5px 0px 5px 20px;
	background-color: #B5AD9B;
	border-top: 1px solid rgb(154, 154, 154);
	border-bottom: 1px solid rgb(154, 154, 154);
	font-size: 1.1em;
	height: 18px;
}
#menu li {
  display: inline;
  margin-right: 10px;
}
#menu a {
  color: #666;
  font-weight: bold;
  text-transform: lowercase;
}
#menu a:hover {
}
#menu li.selected a {
	color: #f8f8f8;
}
#menu li#shopping_cart a {
	padding-right: 25px;
	background: transparent url(/images/Cart_Icon-666666.gif) no-repeat scroll right top;
}
#search-bar {
   background-color: #9E9996;
   text-align: center;
   color: #f8f8f8;
   padding: 5px 0;
   border-bottom: 1px solid #9A9A9A;
   font-size: 1.1em;
   clear: both;
}
#search-bar input {
   width: 300px;
   font-size: 1.1em;
   color: #646464;
   padding: 3px;
}
#search-bar div.input * {
  vertical-align: middle;
}
#search-bar input.default {
  font-style: italic;
  color: #999999;
}
#search-bar .search-results {
  margin-top: 5px;
}
#search-bar .search-results ul {
  margin-top: 5px;
}
#search-bar .search-results li {
  margin: 4px 0;
}
#search-bar .search-results a {
  text-decoration: underline;
  color:#646464;
  padding:1px;
}
#search-bar .search-results a:hover {
  background-color:#F8F8F8;
  text-decoration: none;
}
#search-bar .search-results .no-results {
  font-style: italic;
}
#content_wrapper {
  background-color: #f8f8f8;
}
#content_wrapper h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
}
.show .info .name {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}
#content_wrapper h2, .show .info .location {
	text-transform: uppercase;
	font-size: 1.2em;
}
#content_wrapper h3 {
	text-transform: uppercase;
	font-size: 1.1em;
}
.page_section ul, .page_section ol {
	margin-bottom: 0.5em;
}
div#section_1.page_section ul, div#section_1.page_section ol {
	margin-left: 25px;
}
div#section_2.page_section ul, div#section_s.page_section ol {
	margin-right: 25px;
}
.page_section ul li, .page_section ol li {
	margin-bottom: 0.2em;
}
.page_section ul li {
	list-style: square;
}
.page_section ol li {
	list-style-type: decimal;
}
.colour_scheme_1 {
	color: #646464;
}
.colour_scheme_1 h1, .colour_scheme_1 h2,
.colour_scheme_1 h3, .colour_scheme_1 h4,
.colour_scheme_1 h5, .colour_scheme_1 h6 {
	color: #b0a99c;
}
.colour_scheme_1  a {
  color: #b0a99c;
}
.colour_scheme_2 {
	color: #b0a99c;
}
.colour_scheme_2 h1, .colour_scheme_2 h2,
.colour_scheme_2 h3, .colour_scheme_2 h4,
.colour_scheme_2 h5, .colour_scheme_2 h6 {
	color: #646464;
}
.colour_scheme_2 a {
  color: #646464;
}
#footer {
	padding: 5px 20px 5px 20px;
	border-top: solid 1px #343434;
	border-left: 1px solid #272727;
	border-right: 1px solid #272727;
	background-color: #272727;
	color: #bababa;
	font-size: 0.9em;
	text-align: left;
	height: 18px;
}
#main_content {
	height: 100%;
}
.page_section {
	width: 380px;
	padding: 10px;	
}
.gallery_main {
	width: 440px;
		padding: 10px 10px 10px 10px;
}
.gallery_side {
	width: 320px;
	padding: 10px 10px 10px 0px;
}
.gallery_side h1 {
	margin-bottom: 0.1em;
}
.home_page_icon {
	clear: both;
	vertical-align: middle;
	margin-bottom: 10px;
}
#section_1 .home_page_icon img,
#section_1 .home_page_icon .title,
#section_1 .home_page_icon .info {
	float: right;
}
#section_1 .home_page_icon img {
margin-left: 5px;
}
#section_1 .home_page_icon .title {
	color: #B0A99C;
}
#section_1 input[type='text'], #section_1 input[type='password'] {
	text-align: right;
}
#section_2 .home_page_icon .title {
	color: #646464;
}
#section_2 .home_page_icon img {
margin-right: 5px;
}
#section_2 .home_page_icon img,
#section_2 .home_page_icon .title,
#section_2 .home_page_icon .info {
	float: left;
}
.home_page_icon img {
	clear: both;
}
.home_page_icon .title, .home_page_icon .info {
	width: 305px;
}
.home_page_icon .title {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;	
}
#flash {
	background-color: #E79606;
	font-size: 1.1em;
	text-align: center;
	padding: 5px;
	color: #434343;
	border-left: 20px solid #f8f8f8;
	border-right: 20px solid #f8f8f8;
	border-top: 10px solid #f8f8f8;
}
#section_1 {
	float: left;
	text-align: right;
}
#section_2 {
	float: right;
	text-align: left;
}
#features_banner {
	height: 110px;
	padding: 10px;
	background-color: #dad7d0;
	border-bottom: 1px solid #9A9A9A;
	text-align: center;
}
#featured_titles {
}
#featured_titles .title {
	display: inline;
}
#featured_titles img {
	padding: 0px 10px;
}
#banner_section, #artist_profile, #bottom_banner {
	text-align: center;
	color: #646464;
	padding: 10px 10px 0px 10px;
}
#banner_section, #artist_profile, #js-warning-banner {
	border-bottom: 1px solid #9A9A9A;
	background-color: #dad7d0;
}
#bottom_banner {
	border-top: 1px solid #9A9A9A;
	padding-bottom: 10px;
}
#banner_section p {
	margin-bottom: 10px;
}
#js-warning-banner {
	padding: 10px;
}
#js-warning {
	text-align: center;
	background-color: #F99;
	border: 2px solid #900;
	padding: 5px;
	font-size: 1.2em;
	color: #900;
	font-weight: bold;
}

#shows {
		width: 780px;
		padding: 10px;
}
#shows div.show {
	margin-bottom: 5px;
}
#shows .title, #shows .no_show {
	margin-left: 260px;
	text-align: left;
}
#shows .show .main {
	width: 240px;
	text-align: right;
}
#shows .show .main {
	float: left;
	clear: both;
}
#shows .show .dates {
	font-size: 95%;
	padding-bottom: 3px;
}
#shows .show .info {
	margin-bottom: 5px;
}
#shows .show .details {
	float: left;
	width: 520px;
	margin-left: 20px;
}
#shows .details .location {
	text-transform: uppercase;
	padding-top: 0.2em;
	padding-bottom: 3px;
}
.gallery_menu a {
	float: right;
	margin: 5px 0px 5px 15px;
	width: 105px;
	height: 135px;
	overflow: hidden
}
.gallery_menu li {
  display: inline;
	text-align: center;
}
.gallery_main h1 {
	margin-bottom: .1em;
}
.gallery_menu .gallery_title{
	margin-top: 2px;
}
.artist_list {
	padding: 5px 0px 0px 0px;
}
.artist_list li {
	width: 310px;
	margin: 0px 0px 3px 0px;
}
.artist_list a {
	display: block;
	border: 1px solid #999;
	padding: 3px;
}
.artist_list a:hover {
	background-color: #f4cd93;
}
.gallery_menu .selected {
	text-decoration: underline;
	color: #646464;
}
.unframed img {
	border: 1px solid #646464;
	margin-top: 10px;
}
.artist_menu li{
	display: inline;
}
.artist_menu a {
	text-transform: lowercase;
	padding-left: 5px;
}
.artist_menu a.selected {
	font-weight: bold;
	color: #646464;
}
.work {
	float: right;	
}
.work .copyright {
	margin-top: 4px;
	color: #646464;
	font-size: 80%;
}
.work .tag_line {
	font-weight: bold;
	text-align: left;
	background-color: #dad7d0;
	padding: 3px 5px;
	color: #525252;
	margin: 4px 0px;
}
.tag_line .title {
	text-transform: uppercase;
}
.tag_line .artist {
	text-transform: capitalize;
}
.tag_line .subtitle {
	padding-top: 4px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 90%;
}
.work .product_detail {
	background-color: #dad7d0;
	margin-bottom: 3px;
	padding: 3px 5px;
  	color: #525252;
	font-size: 92%;
}
.work .tags {
	background-color: #dad7d0;
	margin-bottom: 3px;
	padding: 3px 5px;
  	color: #525252;
	font-size: 92%;
	text-align: left;
}
.product_detail .description {
	text-align: left;
}
.product_detail .image_link {
    margin-top: 2px;
    font-style: bold;
}
.product_detail .image_link a {
    color: #FF6C00;
}
.product_detail .price {
	float: right;
	clear: both;
	text-align: center;
}
.product_detail .trade {
	text-align: right;
}
.product_detail .price .link {
	margin-top: 2px;
}
.product_detail .price a {
	color: #525252;
	font-weight: bold;
}
.work .tags .title, .product_detail .name {
	font-weight: bold;
	text-transform: uppercase;
}
.product_detail .text {
	padding-top: 4px;
}
.product_detail .code {
  font-weight: bold;
}
.product_detail .link img {
/*	padding-right: 12px;*/
}
.work #information {
	text-align: center;
	padding: 5px 0px;
}
#thumbnails #thumb_images {
	margin-top: 7px;
}
#thumbnails #thumb_images img {
	float: left;
	margin: 2px 0px;
	background-color: #dad7d0;
}
#thumbnails .thumb_controls {
  clear: both;
	text-align: center;
	padding: 0px 0px;
	margin-top: 10px;
}
.loading {
	text-align: center;
	margin: 10px 0px;
}

#cart, #image_box, #search-box {
	background-color: #f8f8f8;
	text-align: center;
	color: #525252;
}
#cart {
	 	width: 450px;
}
#cart ul.cart_items {
	height: 250px;
	overflow: auto;
	margin-bottom: 10px;
}
#image_box #artist {
	width: 600px;
	padding: 15px;
}
#cart #details {
	padding: 15px;
}
#cart #details.filled {
	text-align: left;
}
#cart div.quantity input {
	width: 30px;
}
#image_box #biography {
	text-align: center;
}
#image_box #artist img {
	float: right;
	margin: 10px;
}
#image_box #main_image img {
	border: 1px solid #646464;
	margin: 2px 17px 20px 17px;
	clear: both;
}
#image_box #controls {
	text-align: center;
	margin: 10px 10px 15px 10px;
}
#image_box #controls a {
	padding: 5px;
	border: 1px solid #525252;
	color: #525252;
	text-transform: upper;
}
#image_box #controls a:hover, #image_box #controls a.selected {
	background-color: #525252;
	color: #f8f8f8;
}
#image_box #description {
	margin: 0px 15px 15px 15px;
	max-width: 600px;
}
#cart #top, #image_box #top {
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
}
#cart #details h1 {
	padding-bottom: 5px;
	border-bottom: 1px dotted #646464;
}
div#cart .cart_item {
	border-bottom: 1px dotted #646464;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#cart .cart_item .thumbnail, #cart .cart_item .details {
	float: left;
}
#order_cart_items .cart_item .main .thumbnail, 
#order_cart_items .cart_item .main .details {
	float: right;
}
#order_cart_items .cart_item .main .details {
/*	margin-right: 10px;*/
	text-align: right;
}
#order_cart_items .cart_item .main, #order_cart_items .cart_item {
	margin-bottom: 5px;
}
#cart .cart_item .details, #order_items .cart_item .details {
	width: 180px;
}
#cart .cart_item .cart_info {
	float: right;
	padding-right: 4px;
	text-align: right;
}
.cart_info {
	margin: 5px 0;
}
#cart .cart_item .thumbnail {
	width: 112px;
	margin-right: 10px;
	text-align: center;
	clear: both;
}
.cart_item .thumbnail img, #order_cart_items .header img {
	border: 1px solid #646464;
}
.cart_item .tagline {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.cart_item .title {
	font-weight: bold;
}
#total_spacer {
	width: 112px;
	margin-right: 10px;
	float: left;
	clear: both;
}
#cart #figures {
	float: right;
	font-size: 1.2em;
	text-align: right;
}
#figures #subtotal {
	border-top: 1px solid #646464;
	padding-top: 5px;
}
#figures #shipping {
	border-bottom: 1px solid #646464;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#figures #total {
	font-weight: bold;
}
li.search-menu, li.cart {
	float: right;
}
#cart #actions {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
}
#cart a {
	color: #646464;
}
#cart #actions a{
	color: #e79606;
}
.nube1 {font-size: 1.0em;}
.nube2 {font-size: 1.2em;}
.nube3 {font-size: 1.4em;}
.nube4 {font-size: 1.6em;}
.nube5 {font-size: 1.8em;}
.nube6 {font-size: 2.0em;}

div.customer_registration div, div.customer_login p, div.payment p {
	margin-bottom: 5px;
}
.email input, .name input {
	width: 275px;
}
.postcode input {
	width: 120px;
}
.password input {
	width: 170px;
}
.phone_number input {
	width: 170px;
}
.address input {
	width: 230px;
}
.cc_date select {
	width: 4em;
}
.card_number input {
	width: 190px;
}
.issue_number input, p.ccv input {
	width: 50px;
}
div.customer {
	margin-bottom: 5px;
}
div#errorExplanation {
	color: #E79606;
}
div#errorExplanation h2 {
	display: none;
}
div#errorExplanation li {
	list-style-type: none;
}
div.customer_registration div.fieldWithErrors {
	display: inline;
}
div.customer_registration div.fieldWithErrors input {
	background-color: #E79606;
}
div.auto_complete {
	background: #f8f8f8 none repeat scroll 0% 0%;
	width: 350px;
}
div.auto_complete ul {
	border:1px solid #646464;
	list-style-type:none;
	width:100%;
}
div.auto_complete li {
	list-style: none;
	padding: 1px;
	color: #646464;
}
div.auto_complete li.selected {
	background-color: #FFFFBB;
}
