#main #artist-content h1
{
  font-size:2em;
  font-weight:normal;
  position:relative;
  margin-top: 0;
  margin-bottom:1em;
  width:875px;
}

#main #artist-content h1 span
{
  font-weight: normal;
  font-size: 0.6em;
}
/* default position */
#main #description {
  position: inline;
  margin-top:10px;
}

div.sub-column p.self-purchasers {
	font-size:.9em;
  padding-bottom:10px !important;
  margin-bottom:10px !important;
  }


/* change position for flash messages */
body.flash #main #description {
  top: 120px;
}
body.flash #main p.self-purchasers+div#description { top: 180px; }

/* change position for flash message and no buy button */
body.flash #main #description.sellable {
  top: 180px;
}
body.flash #main p.self-purchasers+div#description { top: 240px; }

body.flash div#description
{
  margin-top: 40px;
}
#description h2.title
{
  text-indent: -1000em;
  line-height: 1000em;
  height: 1px;
  margin: 0;
  overflow: hidden;
}
a#feed-link
{
	text-indent: -5000px;
	display: block;
	width: 13px;
	height: 13px;
  float: right;
  background: url('/images/icons/feed.gif') right no-repeat;
}
a#feed-link:after
{
  content: ":";
}
div#filters { width:100%; clear:both; }

div#search-filters
{
	clear: both;
	float: left;
	width:  155px;
	margin-right:20px;
	margin-top:20px;
}
div#search-filters h3
{
	font-size:  1.1em;
	font-weight:  bold;
	height:  18px;
	padding:  5px 0 0 8px;
	margin:  0;
}
div#search-filters ul
{
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-size:  1em;
}
div#search-filters ul li
{

}
div#search-filters ul li.current
{
}
div#search-filters ul li.current a
{
	background: url('/images/product_type_arrow.gif') left no-repeat;
	font-weight:  bold;
	color:  #c2002a;
}
div#search-filters ul li a
{
	display:  block;
	text-decoration:  none;
	padding:  5px 0 2px 10px;
}
div#search-filters ul li a:hover
{
	background: url('/images/product_type_arrow.gif') left no-repeat;
}

div#menu
{
	float: left;
	width: 100px;
}
div#menu h3
{
	font-size: 1.1em;
	margin: 0 0 0.6em 0;
}
div#menu ul
{
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
	font-size:  1em;
}
div#menu ul li
{
	margin: 0.4em 0;
}

div.paging
{

}
div.paging ul
{
	float: right;
	margin: 10px 6px 10px 0;
	padding: 0;
	list-style-type: none;
}
div.paging ul li
{
	float: left;
	margin: 0 6px 0 0;
	padding: 0 6px 0 0;
	border-right: 1px solid #888;
}
div.paging ul li a,
div.paging ul li a:visited
{
	font-size:  1.0em;
}
div.paging ul li a:hover
{
}

div.paging ul li.last
{
	margin: 0;
	padding: 0;
	border-right: none;
}
div.paging ul li.current_page a
{
	background:  #888;
	padding:  1px 4px;
	color:  #fff;
	text-decoration:  none;
}
div.paging ul li.previous a
{
	margin-right:  8px;
	padding-right: 12px;
	background:  url('/images/page_arrow_left.gif') right 3px no-repeat;
}
div.paging ul li.next a
{
	margin-left:  8px;
	padding-left: 12px;
	background:  url('/images/page_arrow_right.gif') left 3px no-repeat;
}

div#work { 
	float: left;
	width: 550px;
	text-align: center;
	position: relative;
  }

div#works
{
	float: left;
	width: 700px;
}
div#works.images ul
{
	position: relative;
	float:  left;
	margin: 0;
	padding: 0;
}
div#works.images ul li
{
	display: table;
 	float: left;
	width: 175px;
 	height: 164px;
	margin-top: 18px;
	text-align:center;
}

div#works[id] ul li span.work-cell
{
	display: table-cell;
	vertical-align: middle;
 	text-align: center;
}

div#works[id] ul li span.work-cell span.title
{
	font-size:  0.9em;
	color:  #888;
	display:  block;
	text-align:  center;
}

div#works ul li span.work-cell span.title a,
div#works ul li span.work-cell span.title a:visited
{
	color:  #888;
	text-decoration:  none;
	display:block;
	text-align:  center;
}

div#works ul li img
{
	border: 1px solid #888;
}

a.show-all
{
	font-weight: bold;
	color: #fff;
}

/* Show work 
---------------------------------------------------------------------------------------------------*/

#artist_art-show h2, #artist_clothing-show h2 { font-size:22px; }

#buy { float: left; width: 310px; }

#buy .price
{
  display: block;
  clear: left;
  color: #555;
}
#buy a
{
  text-decoration: none;
}
div.main-column
{
  float: left;
  width: 960px;
	margin: 0;
  padding: 0;
}

div.paged-works img.calendar { border: 1px solid #cccccc;}

div.sub-column
{
  float: right;
  width: 350px;
  margin: 0;
  font-size:1.2em;
  background:#fff;
  border:2px solid #eee;
  padding:1em 1em 0 1em;
  
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  
  /*-webkit-box-shadow: #eee 1px 1px 10px;
  -moz-box-shadow: #eee 1px 1px 10px;
	box-shadow: #eee 1px 1px 10px;  */
}

body#artist_writing-show div.sub-column {
	width:280px;
	margin: -70px 0 0 0;
	}

body#artist_writing-show div#work {
	text-align: left;
	}

.sub-column p, 
.sub-column ul, 
.sub-column li, 
.sub-column h2 {
  margin-bottom:0;
  margin-top:0;
  padding-top:0;
  padding-bottom:0;
  font-size:1.1em;
}

.sub-column h3 {
  font-size:1.2em;
  line-height:1.4;
  font-weight:bold;
  clear:both;
  margin-bottom:0em;
}

.sub-column div {
  margin-bottom:1.5em;
}

#available-products
{
	color:#444;
	font-size:1em;
	display: block;
	border-top:1px dotted #ddd;
	padding-top:1em;
	margin-top:1em;
}

#available-products p {
	clear:none;
	margin:0 !important;
	display: inline;
	font-size:1em;
	}

#actions
{
	clear:left;
	float:left;
  width: 551px;
  padding-top: 20px;
}
#actions ul
{
  clear:both;
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
  background:#eee;
  border:1px solid #eee;
  padding:.5em 1em .5em 1em;
  
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;

  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;	
}

#tags h3,
#score_offset h3,
#admin h3,
h3.work-groups,
#comment-form h3,
#comments h3
  {
    margin: 0 0 4px 0;
    padding: 0;
    font-weight: bold;
    color: #555;
    font-size: 12px;
  }

#tags ul,
ul.work-groups
  {
    margin:0;
    padding:0;
  }
#actions a,
#tags a,
ul.work-groups a
  {
    text-decoration: none;
    color:#222;
  }

#actions a:hover {
	text-decoration: underline;
	}

ul.work-groups a {
  font-size: 9px;
}
#tags ul li,
#actions ul li {
  display: inline;
  margin-right:6px;
}
ul.work-groups li  {
  display: inline;
}
#tags ul li:after,
ul.work-groups li:after {
  content:",";
}

#tags ul li.last:after,
#work-groups ul li.last:after {
  content:"";
}

#work-groups
{
  margin-top: 1em;
  font-size: 0.8em;
}
#avatar {
  float:left;
  display: inline;
}

#avatar img {
  margin-right: 10px;
display: block; 
}

#artist {
	color: #555;
  float:left;
  width: auto;
}

#artist a
{
  text-decoration: none;
}
#artist a#previous-work
{
	padding-left: 6px;
	padding-right: 2px;
	margin-right: 2px;
	background: url('/images/icons/arrow_previous.gif') 0 4px no-repeat;
}
#artist a#next-work
{
	padding-left: 2px;
	padding-right: 6px;
	margin-left: 2px;
	background: url('/images/icons/arrow_next.gif') right 4px no-repeat;
}

div#description
{
  color: #555;
  font-size: 0.9em;
}

div#description p { margin-bottom: 1em; }

div#description p img {
	max-width: 340px;
	}

.objection { color: #888; font-size:0.9em; }
.objection a { color: inherit; text-decoration: none;	}
.objection a:visited, .objection a:hover { color: inherit; }

img#view-artwork /* the work img */
  {
    cursor: pointer;

    -moz-box-shadow:#888 0px 0px 10px;
    -webkit-box-shadow:#888 0px 0px 10px;
    box-shadow:#888 0px 0px 10px;
  }

body#artist_clothing-show img#view-artwork {   
    border:none;
    border-bottom: 1px solid #eee;
    
		-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	}

/* Zoom
---------------------------------------------------------------------------------------------------*/

a#zoom-out-link
	{
		margin: 10px 0 0 0;
		display: block;
		width: 100px;
		height: 24px;
		padding: 2px 0 0 20px;
		text-decoration: none;
		color: #888;
		cursor:pointer;
	}

a.zoom-in
	{
    margin-right: 2px;
    padding-left: 16px;
    padding-bottom: 2px;
		background: url('/images/icons/zoom_in.gif') center left no-repeat;
	}

a#zoom-out-link
	{
		padding-left: 30px;
		background: url('/images/icons/zoom_out.gif') 0 -50px no-repeat;
	}
a#zoom-out-link:hover
	{
		background: url('/images/icons/zoom_out.gif') no-repeat;
		color: #333;
	}
#zoom-container
	{
		position: relative;
		float: left;
		margin-top:1em;
		cursor: pointer;
		background:#fff;
		display: block;
		padding:2em;
		width:92em;
		text-align: center;
	}
#zoom-container #buy
	{
		float:none;
		text-align: left;
		width:230px;
    padding-top: 10px;
	}

#zoom-container #buy img {
	margin-top:0px;
	}

#zoom-container #zoom-buttons { border-top:2px solid #eee; padding-top:1em; margin-top:1em; display: block; position: relative; margin-left:2.5em;}
#zoom-container #zoom-buy-wrap { position: absolute; right:0; }	
#zoom-container #zoom-out-link-wrap { float:left; width: 45%; }	


#zoom-container #copyright-note { font-size:1.1em; color:#888; margin-top:3px; }

.loading
	{
	  background: url('/images/bg_thumbnail_loading.gif') no-repeat;
		height:100px;
		width: 100px;
	}




/* color options (for T's)
---------------------------------------------------------------------------------------------------*/

ul#color-options
{
	clear:left;
  display: block;
  width: 556px;
  height: 35px;
  padding: 5px 0 0 0;
  list-style-type: none;
  margin: 10px 0 -10px 0;
  border-bottom:1px solid #eee;
}

ul#color-options li
{
  float: left;
  margin-right:1px;
  position: relative;
}

ul#color-options li a
{
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  cursor: pointer;
   
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
	border-radius: 4px;
	 
  -webkit-transition: height, margin-top .1s ease-in;
}

ul#color-options li a.White {
  border:1px solid #ddd;
  width: 18px;
  height: 18px;
  }

ul#color-options li a span {
	display: none;	
	}

ul#color-options li a:hover {
  height:25px;
  margin-top:-2px;
  text-decoration: none;

  -webkit-box-shadow: rgba(0,0,0,.25) 0px 0px 6px;
  -moz-box-shadow: rgba(0,0,0,.25) 0px 0px 6px;
  box-shadow: rgba(0,0,0,.25) 0px 0px 6px;
  
  -webkit-transition: height, margin-top .05s ease-in;  
  }

ul#color-options li a.White:hover {
  height:23px;
  }
  
ul#color-options li a:hover span {
  display: block;
  position: absolute;
  top:25px;
  left:20px;
  padding:2px 4px;
  width: 80px;
  text-align: center;
  color:#fff;
  text-decoration: none;
  font-size:11px;
  font-weight: normal;
  background: #000;
  background: url('/images/mybubble/50-black.png');
  background: rgba(0,0,0,.5);
  
  text-shadow: #000 0px -1px ;
  
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  }

a#zoom-icon {
  display: block;
  width: 51px;
  height: 51px;
  position: absolute;
  top:300px;
  left:0;
  background: url('/images/icons/zoom.png') no-repeat;
  }

a#zoom-icon span {
  display: none;
  }

/* Tag Editing */


form#admin-update {
	padding:0;
	margin:0;
	background:none;
	}

form#admin-update fieldset {
	margin:0;
	padding:0;
	width:550px;
	}

form#admin-update #tag-update-tags {
	padding:4px;
	font-size:14px;
	border:1px solid #ddd;
	width:542px;
	color:#222;
	}

form#admin-update #tag-update-button {
	font-size:12px;
	padding:.8em 1.5em;
	background:#555;
	color:#fff;
	margin:1em auto;
	display:block;
	float:right;
	cursor: pointer;
	width:10em;
	text-decoration: none;
	text-align: center;
	border:none;
	
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
form#admin-update #tag-update-button:hover {
	background:#c2002a;
	color:#fff;
	}


/* REFINED SHOW WORK CSS */

body#artist_art-show2 div.sub-column div {
	margin-bottom:0; /* FTW! */
	}

body#artist_art-show2 div#work {
	}

body#artist_art-show2 div#left-column {
	width:550px;
	float:left;
	}

body#artist_art-show2 div#right-column {
	width:350px;
	float:right;
	}

body#artist_art-show2 div.sub-column {
	padding:0;
	position: relative;
	}

body#artist_art-show2 div.sub-column div.padded {
	display: block;
	padding:1em;
	}

body#artist_art-show2  div.sub-column div#avatar img {
	width:25px;
	height:25px;
	margin-right:5px;
	}

body#artist_art-show2 div#artist {
	line-height: 1em;
	}

body#artist_art-show2 div#artist span.very-small	{
	font-size:11px;
	}

body#artist_art-show2 div#artist a {
	text-decoration: underline;
	font-weight: bold;
	}

body#artist_art-show2 div#buy-button {
	float:right;
	}

body#artist_art-show2 div#buy-button a {
	background-image: url('/images/silk/cart.png');
	background-position: 10px 8px;
	background-repeat: no-repeat;
	padding-left:30px;
	}

body#artist_art-show2 div#available-as {
	display: block;
	text-align: right;
	font-size:11px;
	color:#888;
	padding:0;
	position: absolute;
	top:-25px;
	right:15px;
	width:335px;
	}	

body#artist_art-show2 div#available-as a {
	color:#888;
	}

body#artist_art-show2 div#available-as a:hover {
	color:#222;
	}
	
body#artist_art-show2 div#browse-gallery {
	clear:both;
	background: #eee url('/images/mybubble/hatched-back.png');
	padding:0 1em;
	height:60px;
	}

body#artist_art-show2 a.browse-image {
	float:left;
	margin-right:2px;
	padding:8px 0px 8px 0px;
	}

body#artist_art-show2 a.browse-image:hover {
	padding-bottom:6px;
	}

body#artist_art-show2 a.browse-image:hover img {
	border-bottom:2px solid #c2002a;

	-webkit-box-shadow: #555 0 0 2px;
	-moz-box-shadow: #555 0 0 2px;
	box-shadow: #555 0 0 2px;
	}

body#artist_art-show2 a#next2 {
	margin-right:0;
	}

body#artist_art-show2 a#next1 {
	background:url('/images/mybubble/mb_fwd.png') left center no-repeat;
	padding-left:20px;
	}

body#artist_art-show2 a#previous1 {
	background:url('/images/mybubble/mb_back.png') right center no-repeat;
	padding-right:20px;
	}

#browse-gallery #count {
	text-align: center;
	display: block;
	float:left;
	width:100px;
	font-size:1.3em;
	font-weight: bold;
	color:#888;
	margin-top:10px;
	text-shadow: #fff 1px 1px;
	}

#browse-gallery #count span a {
	font-size:.8em;
	line-height: .5em;
	font-weight: normal;
	display: block;
	clear:both;
	text-decoration: none;
	color:#888;
	}

#browse-gallery #count span a:hover {
	text-decoration: underline;
	}

body#artist_art-show2 div.sub-column #description {
	padding:1.5em 1em 2em 1em;
	}

body#artist_art-show2 div.sub-column #tags {
	padding:1em;
	width:330px;
	position: relative;
	}

body#artist_art-show2 div.sub-column #tags span {
	color:#555;
	font-weight: bold;
	}

body#artist_art-show2 div.sub-column #tags a {
	text-decoration: underline;
	color:#003366;
	}

body#artist_art-show2 div.sub-column #tags span#edit-tags-link a {
	display: block;
	color:#555;
	font-size:11px;
	font-weight: normal;
	text-align: center;
	padding:4px 0;
	width:70px;
	position: absolute;
	right:10px;
	bottom:-24px;
	background: #eee;
	}

body#artist_art-show2 div.sub-column #tags span#edit-tags-link a:hover {
	color:#222;
	}

body#artist_art-show2 #edit-the-tags textarea#tag-update-tags {
	width:315px;
	font-size:11px;
	margin-bottom:0;
	}

body#artist_art-show2 #edit-the-tags input#tag-update-button {
	clear:both;
	float:none;
	margin:1em;
	padding:.25em .5em;
	}

body#artist_art-show2 a.report-this {
	display: block;
	width: 10em;
	clear:both;
	text-decoration: none;
	font-size:11px;
	color:#555;
	padding-top:2px;
	background-image:url('/images/silk/shield.png');
	}

body#artist_art-show2 a.report-this:hover {
	text-decoration: underline;
	}

body#artist_art-show2 #actions {
	margin-bottom:1em;
	padding:1.5em 0 1.5em 0;
	border-bottom:1px solid #eee;
	}

body#artist_art-show2 #actions ul {
	background: none;
	border:none;
	margin:0;
	padding:0;
	}

body#artist_art-show2 #actions ul li {
	position: relative;
	}

body#artist_art-show2 #actions ul li a {
	padding:2px 0 2px 20px;
	margin-right:2px;
	}

body#artist_art-show2 a.add-comment {
	background-image: url('/images/silk/bw/comment.png');
	}

body#artist_art-show2 a.favorite-this {
	background-image: url('/images/silk/bw/star.png');
	}

body#artist_art-show2 a.share-this {
	background: url('/images/icons/share-icon-16x16-bw.png') center left no-repeat; 
	}

body#artist_art-show2 a.edit-this {
	background-image: url('/images/silk/bw/image_edit.png');
	}

body#artist_art-show2 div#actions ul li ul {
	position: absolute;
	top:1.75em;
	left:0;
	background: #fff;
	border:2px solid #eee;
	font-size:1.1em;
	width:10em;
	z-index:900;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}

body#artist_art-show2 div#actions ul li ul li {
	display:inline;
	padding:0;
	margin:0;
	}

body#artist_art-show2 div#actions ul li ul li a {
	display: block;
	background-color:#fff;
	padding:.25em .5em .25em 25px;
	margin-right:0;
	}

body#artist_art-show2 div#actions ul li ul li a:hover {
	background-color: #eee;
	}

body#artist_art-show2 #comments-header-wrap {
	display: block;
	width:35em;
	padding:1em 0;
	position: relative;
	clear:left;
	float:left;
	}
	
body#artist_art-show2 #comments-header-wrap h3 {
	font-size:1.6em;
	font-weight: bold;
	color:#888;
	margin-right:1em;
	clear:none;
	display: inline;
	border:none;
	}

body#artist_art-show2 #comments-header-wrap span {
	font-size:11px;
	padding:.5em;
	margin:0;
	position: absolute;
	bottom: .5em;
	left:9em;
	background:#eee;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

body#artist_art-show2 #comments-header-wrap span a {
	margin:0 .5em;
	padding:0;
	}

body#artist_art-show2 .form-comment input {
	bottom:0;
	}

body#artist_art-show2 a.stats-toggle {
	color:#888;
	}

body#artist_art-show2 a.stats-toggle:hover {
	color:#222;
	}

body#artist_art-show2 #artwork-stats {
	clear:right;
	float:right;
	width:350px;
	font-size:11px;
	color:#555;
	margin-top:1em;
	}

body#artist_art-show2 #artwork-stats ul {
	list-style: none;
	font-size:11px;
	margin:.5em 0 0 0;
	padding:0;
	}

body#artist_art-show2 #artwork-stats ul li.title {
	font-weight: bold;
	padding-top:1em;
	color:#888;
	}

body#artist_art-show2 #artwork-stats ul li.detail {
	background: #eee;
	margin:.5em 0;
	}

body#artist_art-show2 #artwork-stats ul li.detail a {
	display: block;
	margin-bottom:1px;
	padding:.5em 1em;
	border-bottom:1px solid #fff;
	}

body#artist_art-show2 #artwork-stats ul li.detail a:hover {
	background: #fff;
	}

body#artist_art-show2 #admin-update-score-offset {
	border:1px solid #ddd;
	color:#333;
	background:#fbfbfb;
	}

body#artist_art-show2 #hover-preview {
	position: absolute;
	top:0;
	left:50%;
	margin-left:-7.5em;
	color:#fff;
	width:15em;
	border-bottom:2px solid #c2002a;
	z-index: 1000;
	}

body#artist_art-show2 #hover-preview ul {
	list-style-type: none;
	padding:0;
	margin:0;
	background:url('/images/75-black.png');	
	height: 100%;
	}

body#artist_art-show2 #hover-preview ul li.title {
	font-size:1.3em;
	font-weight: bold;
	text-align: left;
	padding:1em 1em .5em 40px;
	color:#aaa;
	}

body#artist_art-show2 #hover-preview ul li a { 
	display: block;
	border-top:1px solid #555;
	padding:.5em 1em .5em 40px;
	color:#fff;
	text-decoration: none;
	text-align: left;
	}

body#artist_art-show2 #hover-preview ul li a:hover { 
	background-color:#000;
	color:#fff;
	text-decoration: underline;
	}

body#artist_art-show2 #hover-preview a {
	background-repeat:no-repeat;
	background-position: 16px 5px;
	}

body#artist_art-show2 #hover-preview a.current {
	background-color: #fff;
	color:#000;
	}

body#artist_art-show2 #hover-preview a#zoom {
	background-image:url('/images/silk/bw/zoom_in.png');
	}

body#artist_art-show2 #hover-preview a#framed-print {
	background-image:url('/images/silk/bw/photo.png');
	}

body#artist_art-show2 #hover-preview a#matted-print {
	background-image:url('/images/silk/bw/page_white_horizontal.png');
	}

body#artist_art-show2 #hover-preview a#laminated-print {
	background-image:url('/images/silk/bw/picture.png');
	}


/* BUY NOW INLINE CONFIGURATION */

#buy-config {
	display: block;
	position: relative;
	width:350px;
	clear:both;
	}

#buy-config ul li.title {
	display: block;
	background:#c2002a;
	font-size:12px;
	margin:1em 0 0 0;
	padding:.5em 2em;
	color:#fff;
	text-align: left;
	z-index: 900;
	position: relative;
	
	text-shadow: #222 0px -1px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;	
	}

#buy-config ul li.grey-title {
	background: #555;
	}

#buy-config ul {
	list-style-type: none;
	margin:0 1em;
	padding:0;
	}

#buy-config ul li a.top-level {
	clear:both;
	display: block;
	text-align: left;
	border:1px solid #ddd;
	border-top:none;
	padding:.5em 1em .5em 4em;
	text-decoration: none;
	color:#333;
	font-size:12px;
	position: relative;
	background-position: 14px 6px;
	background-repeat: no-repeat;
	}

#buy-config ul li a.redder {
	background-color:#c2002a;
	color:#fff;
	border-color:#c2002a;

	text-shadow: #222 0px -1px;
	}

#buy-config ul li a.top-level span {
	color:#888;
	padding-left:1em;
	position: absolute;
	right:2em;
	font-size:11px;
	}

#buy-config ul li a.redder span {
	color:#fff;
	}
	
#buy-config ul li a.top-level:hover {
	background-color: #ddd;
	color:#c2002a;
	}

#buy-config ul li a.redder:hover {
	background-color:#c2002a;
	color:#fff;
	border-color:#c2002a;
	}
	
#buy-config ul li#product-matted-print a.top-level {
	background-image:url('/images/icons/silk-matted-print.png');
	}

#buy-config ul li#product-laminated-print a.top-level {
	background-image:url('/images/silk/bw/picture.png');
	}
	
#buy-config ul li#product-mounted-print a.top-level {
	background-image:url('/images/icons/silk-mounted-print.png');
	}	

#buy-config ul li#product-greeting-card a.top-level {
	background-image:url('/images/icons/silk-greeting-card.png');
	}	

#buy-config ul li#product-canvas-print a.top-level {
	background-image:url('/images/icons/silk-canvas-print.png');
	}	

#buy-config ul li#product-poster a.top-level {
	background-image:url('/images/icons/silk-poster.png');
	}	

#buy-config ul li#product-framed-print a.top-level {
	background-image:url('/images/icons/silk-framed-print.png');
	}	
	
#buy-config ul li ul {
	background: #ddd url('/images/mybubble/hatched-back.png');
	padding:.5em 1em;
	font-size:12px;
	margin:0;
	}
	
#buy-config ul li ul li div.add-to-cart a {
	float: right;
	display: block;
	background: #c2002a;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 6px 12px;
	text-shadow: #222 0px -1px;
	border:none;
	margin-bottom:.25em;

	-webkit-transition: color, background-color .2s ease-in;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
#buy-config ul li ul li div.add-to-cart a:hover {
	color:#fff;
	background-color: #222;
	
	-webkit-transition: color, background-color .2s ease-in;
	}

#buy-config form.buy-config-form fieldset {
	padding:.25em 0 .25em 0;
	margin:0 0 .25em 0;
	border-bottom:1px solid #fff;
	}

#buy-config form.buy-config-form label {
	font-size:1.1em;
	font-weight: bold;
	color:#555;
	width:8em;
	text-align: right;
	clear:both;
	float:left;
	margin:.35em 1em 0 0;
	
	text-shadow: #fff 0px 1px;
	}	

#buy-config form.buy-config-form select, #buy-config form.buy-config-form input {
	float:left;
	clear:none;
	font-size:1em;
	padding:.25em;
	border:1px solid #aaa;
	background: #f4f4f4;
	color:#222;
	margin:.5em 0;
	font-family: Arial, sans-serif;
	width:12.5em;
		
	-webkit-box-shadow: #fff 1px 1px 0;
	-moz-box-shadow: #fff 1px 1px 0;
	box-shadow: #fff 1px 1px 0;
	}

#buy-config form.buy-config-form select {
	padding:0;
	}

#buy-config form.buy-config-form input#quantity {
	width:2em;
	
	}

#buy-config div.configured-price {
	float:left;
	font-size:1.1em;
	font-weight: bold;
	text-align: right;
	width:14em;
	padding-top:.3em;
	color:#c2002a;
	display: block;
	clear:both;
	
	text-shadow: #fff 0px 1px;
	}

#buy-config div.configured-price a.currency-indicator {
	font-size: 12px;
	text-decoration: none;
	color:#888;
	}

#buy-config div.configured-price a.currency-indicator:hover {
	text-decoration: underline;
	}

#buy-config .get-info {
	padding:0em .25em 0 .25em;
	clear:both;
	}

#buy-config .get-info a {
	font-size:11px;
	color:#555;
	text-align: left;
	display: block;
	padding:.25em 0 .25em 20px;
	background:url('/images/silk/bw/information.png') 0px 0 no-repeat;
	}

#buy-config .get-info a:hover {
	color:#222;
	background:url('/images/silk/information.png') 2px 2px no-repeat;
	}

#buy-config .change-currency a {
	display: block;
	text-align: right;
	font-size:10px;
	text-decoration: underline;
	color:#555;
	}

#buy-config .change-currency a:hover {
	color:#003366;
	}

a.product-detail-flag {
	font-size:11px;
	color:#fff;
	text-align: left;
	display: block;
	position: absolute;
	right:-0.5em;
	top:1.25em;
	padding: 0.5em 1em 0.5em 23px;
	background:#003366 url('/images/silk/information.png') 4px 6px no-repeat;
	border:1px solid #4d8ec3;
	border-right:none;
	text-decoration: none;
	
	-webkit-box-shadow: #555 0px 0px 5px;
	-moz-box-shadow: #555 0px 0px 5px;
	box-shadow: #555 0px 0px 5px;
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;	
	
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;	
	}

a.product-detail-flag:hover {
	background-color: #222;
	border-color: #555;
	text-decoration: underline;
	
	-webkit-box-shadow: #000 0px 0px 20px;
	-moz-box-shadow: #000 0px 0px 20px;
	box-shadow: #000 0px 0px 20px;
	}


/* PRODUCT INFO POPUPS */

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 50%;
    
    margin-left: -400px;
    width: 800px;
    height:450px;
    overflow: hidden;
    
    background-color: #fff;
    color: #333;
    border: 4px solid #eee;
    padding: 12px;
    
    -webkit-box-shadow: #222 1px 1px 20px;
    -moz-box-shadow: #222 1px 1px 20px;
    box-shadow: #222 1px 1px 20px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.jqmOverlay { background: #ddd url('/images/mybubble/hatched-back.png'); }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

a.jqmClose {
	position: absolute;
	bottom:1em;
	right:1em;
	}

.jqmWindow h2 {
	display: block;
	font-size:18px;
	padding:0 0 .5em 20px;
	margin:1em 0 0 0;
	border-bottom:3px solid #ddd;
	background: url(/images/header_bullet_arrows.gif) 0px 4px no-repeat;
	}

.jqmWindow div.info-box {
	clear:both;
	}

.jqmWindow ul.popup-sub-menu {
	padding:0;
	margin:0;
	background: #eee;
	color:#222;
	display: block;
	clear:both;
	list-style-type: none;
	height:2.5em;
	}

.jqmWindow ul.popup-sub-menu li {
	list-style-type: none;
	float:left;
	padding:0;
	margin:0;
	}

.jqmWindow ul.popup-sub-menu, .jqmWindow ul.popup-sub-menu > li:first-child, .jqmWindow ul.popup-sub-menu > li:first-child a {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}

.jqmWindow ul.popup-sub-menu {
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	}

.jqmWindow ul.popup-sub-menu li a {
	display: block;
	padding:.5em 1em;
	text-decoration: none;
	color:#222;
	border-right:1px dotted #fff;
	background:#eee;
	}

.jqmWindow ul.popup-sub-menu li a:hover {
	background: #ddd;
	text-decoration: underline;
	}

