#IE-sucks {
	position:absolute;
	background:red;
	color:#fff;
	padding:1em;
	top:0;
	left:0;
	}
	
/* Custom navigation colours */
#nav ul li a {
	background:#ccc;
	color:#555;
	border-right-color: #fff;
	}

#nav ul li.active a {
	background:#343f45;
	color:#fff;
	}

#nav ul li a:hover {
	background:#999;
	color:#fff;
	}

#nav ul li.active a:hover {
	background:#343f45;
	}

#nav #search #do-search {
	background:#343f45;
	}

#nav #search #do-search:hover {
	background:#555;
	}

/* Group Main Styles */
#group-main #group-header {
	background: #343f45;
	display:block;
	}

#group-main #group-header #avatar {
	margin:.8em 10px 0 0;
	float:left;
	padding:2px;
	background:#fff;
	}

#group-main #group-header #add-work a:hover {
	background-color:#fff;
	color:#343f45;
	}

#group-main #title, #group-main #group-nav {
	width:60em;
	margin:0 auto;
	text-align: center;
	position: relative;	
	}

#group-main #title h1 a {
	color:#fff;
	text-decoration: none;
	font-weight: normal;
	font-size:1.3em;
	text-align: left;
	padding:1em 0 .5em 0;
	display:block;
	}

#group-main #group-nav {
	background:none;
	padding-bottom:.5em;
		
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

#group-main #group-nav ul li a {
	display:block;
	font-size:.8em;
	text-align: left;
	float:left;
	background:#bbb;
	padding:.4em 1.5em;
	text-decoration: none;
	border-right:1px solid #ddd;
	border-left:1px solid #aaa;
	color:#555;	
	}

#group-main #group-nav ul li.active a {
	background:#f1f1f1;
	border-left-color:#f1f1f1;
	color:#000;
	}

#group-main #group-nav ul li a:hover {
	color:#000;
	background:#ddd;
	}

#group-main #group-nav ul li.active a:hover {
	background:#fff;
	}

#group-main #group-nav li.first a {
	border-left:none;
	
	-moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;

  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}

#group-main #group-nav li.last a {
	border-right:none;
	
	-moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;

  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	}

#group-main #group-nav ul li.right a {
	float:right;
	border:none;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

#group-main #group-nav ul li#add-work a {
	background-image: url('http://redbubble.com/images/silk/add.png');
	background-repeat: no-repeat;
	background-position: 10px 3px;
	padding-left:30px;
	}

#group-main #group-non-member, #group-main #group-member {
	clear:both;
	background:#f1f1f1;
	display:block;
	height:6.5em;
	}

#group-main #group-member {
	height:3em;
	}

#group-main #group-non-member ul#group-non-member-wrap, #group-main #group-member-wrap {
	width:60em;
	margin:0 auto;
	padding:0;
	text-align: center;
	position: relative;	
	}

#group-main #group-non-member ul li, #group-main #group-member ul li {
	float:left;
	}

#group-main #group-non-member ul li.group-avatar, #group-main #group-member ul li.group-avatar {
	background:#fff;
	padding:4px;
	border:1px solid #bbb;
	margin:1em 2em 0 0;
	}
#group-main #group-non-member ul li.group-description {
	width:55em;
	text-align: left;
	font-size:.8em;
	color:#333;
	line-height: 1.3em;
	padding:1.5em 0 0 0;
	}

#group-main #group-non-member ul li.group-description span#stats {
	font-size:.9em;
	color:#555;
	display:block;
	padding-top:.5em;
	}

#group-main #group-member ul li.group-stats {
	width:100%;
	text-align: center;
	font-size:.9em;
	color:#333;
	line-height: 1.5em;
	padding:1em 0 0 0;
	}

#group-main #group-non-member ul li.group-hosts {
	padding:.5em 0 0 0;
	width:8em;
	position:absolute;
	right:0;
	top:0;
	}

#group-main .group-hosts .host-title {
	font-size:.8em;
	color:#555;
	text-align: left;
	padding:0 0 .4em 0;
	}

#group-main .group-hosts .host-avatar {
	font-size:.8em;
	padding-bottom: .4em;
	}

#group-main .group-hosts #host1 {
	clear:both;
	margin-right:.5em;
	}

#group-main .group-hosts .join-group-button {
	clear:both;
	}

#group-main .group-hosts .join-group-button a {
	background: #c2002a;
	padding:.5em 0;
	width:10em;
	color:#fff;
	display:block;
	text-decoration: none;
	font-size:.8em;
	
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	border-radius: 10px;
	}

#group-main .group-hosts .join-group-button a:hover {
	background: #555;
	}

#group-main #group-content-wrap {
	margin:0;
	}

#fake-shadows-are-cool-light {
	display:block;
	height:1px;
	background:#000;
	}

#fake-shadows-are-cool-dark {
	display:block;
	height:1px;
	background:#222;
	}


#group-main #featured-work {
	background:#111;
	margin-bottom:1em;
	padding:1em 0  .3em 0;

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

#group-left {
	width:27.5em;
	float:left;
	margin:0 .5em 0 1em;
	padding:1em 1em 1em 0;
	border-right:1px solid #ddd;
	}

#group-right {
	width:27.5em;
	padding:1em;
	float:left;
	}

.view-all-control {
	float:left;
	font-size:.7em;
	width:6em;
	padding-top:1em;
	margin:1em 0 0 10px;
	clear:none;
	background:none;
	text-align: left;
	}

.view-all-control a {
	color:#aaa;
	text-decoration: none;
	}

.view-all-control a:hover {
	text-decoration: underline;
	color:#c2002a;
	}



#group-main #slideshow {
	background:#000;
	float:left;
	width:448px;
	margin:0 0 0 3px;
	position: relative;
	}

#group-main #slideshow ul .image {
	width:448px;
	height:302px;
	background:#000;
	display: block;
	overflow: hidden;
	text-align: center;
	}

#group-main #slideshow ul .image img {
	height:302px;
	}

#group-main #challenges ul {
	margin-bottom:1em;
	}

#group-main #challenges ul li.avatar {
	float:left;
	margin-right:10px;
	}

#group-main #challenges ul li.title {
	font-size:1em;
	color:#333;
	}

#group-main #challenges ul li.status {
	font-size:.7em;
	color:#888;
	}

#group-main #challenges ul li.line1 {
	font-size:.8em;
	line-height: 1.2em;
	color:#555;
	padding-top:.5em;
	}

#group-main #forums {
	margin-bottom: 1em;
	}

#group-main #forums ul li {
	display:block;
	clear:both;
	border-bottom:1px solid #ddd;
	text-align: left;
	font-size:.9em;
	position:relative;
	}

#group-main #forums ul li a {
	padding:.6em 1em;
	text-decoration: none;
	color:#000;
	display:block;
	}

#group-main #forums ul li a:hover {
	background:#ddd;
	}

#group-main #forums ul span.right {
	position:absolute;
	right:1em;
	clear:none;
	border:none;
	color:#666;
	}

#group-main #forums ul span.right a {
	text-decoration: none;
	}

#group-main #forums ul span.right a:hover {
	text-decoration: none;
	}

#group-main #about-group {
	margin:1em 0;
	}

#group-main #about-group p {
	font-size:.8em;
	line-height: 1.5em;
	color:#555;
	padding-bottom:.5em;
	}

#group-main #group-news h2 {
	margin-bottom: .9em;
	}

#group-main #group-news ul {
	margin-bottom:1em;
	}

#group-main #group-news ul li.avatar {
	float:left;
	margin-right:10px;
	border:1px solid #ddd;
	padding:4px;
	background:#fff;
	}

#group-main #group-news ul li.title {
	font-size:1em;
	color:#333;
	}

#group-main #group-news ul li.author {
	font-size:.7em;
	color:#888;
	}

#group-main #group-news ul li.line1 {
	font-size:.8em;
	line-height: 1.3em;
	color:#555;
	padding-top:.5em;
	clear:left;
	}

#group-main #members #latest {
	width:28em;
	}

#group-main #members #featured {
	width:28em;
	background:#eee;
	padding:0 1em .5em 1em;
		
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	border-radius: 10px;
	}

#group-main #members #featured ul li.avatar {
	float:left;
	margin-right:6px;
	}

#group-main #members #featured ul li.name {
	font-size:1em;
	width:20em;
	float:left;
	}

#group-main #members #featured ul li.reason {
	font-size:.8em;
	color:#555;
	line-height:1.3em;
	float:left;
	width:25em;
	padding-top:.5em;
	}

#group-main #members img {
	margin:0 .5em .5em 0;
	}

#group-main #hosts-detail {
	clear:both;
	}

#group-main #hosts-detail h2 {
	margin-top:1em;
	margin-bottom:1em;
	}

#group-main #hosts-detail ul {
	margin-bottom:1em;
	}

#group-main #hosts-detail ul li.avatar {
	float:left;
	margin-right:10px;
	}

#group-main #hosts-detail ul li.name {
	font-size:1em;
	color:#333;
	}

#group-main #hosts-detail ul li.location {
	font-size:.7em;
	color:#888;
	}

#group-main #hosts-detail ul li.line1 {
	float:left;
	width:25em;
	font-size:.8em;
	line-height: 1.2em;
	color:#555;
	padding:.5em 1em 0 0;
	}

#group-main #hosts-detail ul li.line2 a {
	font-size:.8em;
	line-height: 1.2em;
	margin:.5em 0 .5em 70px;
	}

#group-main #activity ul {
	border-bottom:1px solid #eee;
	display:block;
	padding:.5em;
	float:left;
	}

#group-main #activity .avatar {
	float:left;
	width:45px;
	min-height:2.8em;
	}

#group-main #activity .line1 {
	font-size:.8em;
	color:#555;
	padding:2px 0 2px 30px;
	margin:0;
	float:left;
	width:25em;
	}

#group-main #activity .line1 a {
	color:#222;
	text-decoration: none;
	}

#group-main #activity .line1 a:hover {
	color:#003366;
	text-decoration: underline;
	}

#group-main #activity ul.comment .line1 { background:url('http://www.redbubble.com/images/silk/comment.png') 12px 0 no-repeat;	}
#group-main #activity ul.favourite .line1 { background:url('http://www.redbubble.com/images/silk/star.png') 12px 0 no-repeat; }
#group-main #activity ul.reply .line1 { background:url('http://www.redbubble.com/images/silk/comments.png') 12px 0 no-repeat; }
#group-main #activity ul.sale .line1 { background:url('http://www.redbubble.com/images/silk/money.png') 12px 0 no-repeat; }
#group-main #activity ul.new .line1 { background:url('http://www.redbubble.com/images/silk/add.png') 12px 0 no-repeat;}
#group-main #activity ul.new { background:#eee; }


#group-main #activity ul.favourite .line2 { display:block; height:1.5em; }

#group-main #activity .line2 {
	font-size:.7em;
	color:#aaa;
	padding-left:30px;
	display:block;
	float:left;
	width:30em;
	line-height:1.2em;
	}

#group-main #activity a.right { float:right;display:block; }
#group-main 	#activity a.left { float:left;display:block; }


#group-search #group-search-input {
	padding:.25em .25em;
	color:#555;
	border:1px solid #ddd;
	font-size:.9em;
	width:20em;
	float:left;
	margin-top:2px;
	}

#group-search #do-search {
	font-size:12px;
	color:#fff;
	background:#c2002a;
	padding:5px 14px;
	margin:2px 0 0 4px;
	border:none;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	clear:both;
	}

#group-search #do-search:hover {
	background:#555;
	}

/* GALLERY SPECIFIC STYLES */

.group-gallery #group-content-wrap {
	border-top-color: #000;
	background:#fff;
	}

.group-gallery #group-content {
	width:60em;
	margin:0 auto;
	}

.group-gallery #image-display {
	background:#eee;
	padding:1em 1px 2em 1px;
	
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	border-radius: 10px;	
	}

.group-gallery #image-display #left {
	float:left;
	padding:1em 0 0 0;
	margin:0;
	}

.group-gallery #image-display #right {
	float:right;

	padding:0;
	margin:0;
	display:block;
	}

.group-gallery #image-display #right.buy-on {
	}

.group-gallery #the-image {
	float:left;
	text-align: center;
	width:550px;
	margin:0 0 0 2.5em;
	}

.group-gallery .image-wrap {
	width:550px;
	background:#fff;
	position: relative;
	}

.group-gallery .group-grid {
	width:315px;
	min-height:340px;
	float:right;
	margin-top:1em;
	padding:0 1em 0 1em;
	border-left:1px solid #ccc;
	}

.group-gallery .group-grid h3 {
	color:#555;
	font-size:.8em;
	font-weight:normal;
	margin:1em 0;
	text-align: left;
	}

.group-gallery .group-grid h3 a {
	color:#555;
	}

.group-gallery .group-grid h3 a:hover {
	color:#222;
	}

.group-gallery .group-grid h3 span {
	color:#222;
	}

.group-gallery #feature-grid img {
	margin:0 1px 1px 0;
	padding:0;
	border-collapse: collapse;
	}

.group-gallery .byline {
	padding:1em;
	font-size:.8em;
	line-height: 1.4em;
	color:#222;
	text-align: left;
	}

.group-gallery .byline h3 {
	font-size: 1.8em;
	letter-spacing: 1px;
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:.5em 0 .4em 0;
	color:#111;
	}

.group-gallery .byline h3 span#author {
	font-size:.8em;
	letter-spacing: 0;
	color:#222;
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;	
	}

.group-gallery .byline h3 span#author a {
	color:#222;
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-decoration: none;	
	}

.group-gallery .byline h3 span#author a:hover {
	text-decoration: underline;
	}


.group-gallery .group-controls {
	background:none;
	font-size:11px;
	width:28em;
	margin:.5em 3em .5em 1em;
		
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	border-radius: 10px;
	}

.group-controls:hover {
	background:#fff;
	}

.group-controls a {
	color:#666;
	text-decoration: none;
	}

.group-controls a:hover {
	color:#222;
	text-decoration: underline;
	}

.group-controls .previous a {
	float:left;
	background:url('../../MyBubble/img/mb_back.png') top left no-repeat;
	line-height:17px;
	padding-left:20px;
	margin:.5em 1em .5em 6px;
	}

.group-controls .next a {
	float:right;
	background:url('../../MyBubble/img/mb_fwd.png') top right no-repeat;
	line-height:17px;
	padding-right:20px;
	margin:.5em 0 .5em 0;
	}

.group-controls .slideshow a {
	float:right;
	background:url('http://redbubble.com/images/silk/film_go.png') top right no-repeat;
	line-height:17px;
	padding-right:20px;
	margin:.5em 6px .5em 0;
	}

h3#comments-header {	
	color:#333;
	font-size: 1em;
	margin-left:3.15em;
	}

.group-gallery #comments-load {
	font-size:1em;
	padding:.8em 1.5em;
	background:none;
	margin:.5em auto 1em auto;
	display:block;
	width:13em;
	color:#555;
	text-align: center;
	clear:left;
	
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border-radius: 5px;
	}

.group-gallery #comments-load:hover {
	background:#ddd;
	color:#222;
	text-decoration: underline;
	}

.group-gallery ul#the-comments, .group-gallery ul#displayed-comments, .group-gallery #new-comment {
	font-size:.8em;
	line-height: 1.4em;
	color:#888;
	text-align: left;
	width:550px;
	margin:1em 0 0 4em;
	}

.group-gallery ul#the-comments .avatar, .group-gallery ul#displayed-comments .avatar {
	float:left;
	clear:left;
	margin:1em 10px 0 0;
	}

.group-gallery ul#the-comments .name, .group-gallery ul#displayed-comments .name {
	font-weight:bold;
	padding-top:1em;
	}

.group-gallery ul#the-comments .comment, .group-gallery ul#displayed-comments .comment {
	color:#000;
	margin-bottom:.5em;
	}

.group-gallery ul#displayed-comments .first {
	clear:both;
	}

.group-gallery #new-comment-input {
	width:42.5em;
	height:5em;
	padding:4px;
	font-size:1em;	
	background:#fff;
	color:#111;
	border:1px solid #aaa;;
	}

.group-gallery #post-new-comment {
	font-size:1em;
	padding:.8em 1.5em;
	background:#ddd;
	margin-top:1em;
	display:block;
	width:10em;
	text-decoration: none;
	color:#222;
	text-align: center;
	border:none;
	float:right;
	cursor: pointer;
	
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border-radius: 5px;
	}

.group-gallery #post-new-comment:hover {
	background:#c2002a;
	color:#fff;
	}

.group-gallery #product-meta {
	margin-right:1em;
	color:#111;
	padding-top:1em;
	}

.group-gallery .price {
	font-size:2em;
	letter-spacing: 1px;
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right:.5em;
	}

.group-gallery .buy-on .price {
	color:#c2002a;
	}

.group-gallery .price span {
	font-size:.5em;
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	}

.group-gallery #buy-now {
	font-size:1em;
	padding:.8em 1.5em;
	background:#ddd;
	margin:.5em 1em 0 auto;
	display:block;
	width:10em;
	text-decoration: none;
	color:#222;
	text-align: center;
	border:none;
	
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border-radius: 5px;
	}

.group-gallery #buy-now:hover {
	background:#c2002a;
	color:#fff;
	}

.group-gallery #product-meta #product-list {
	text-align: right;
	margin-right:1em;
	float:right;
	}

.group-gallery #product-meta #product-list #product-name {
	float:left;
	display:block;
	font-size:.9em;
	padding-top:.3em;
	margin-right:1em;
	color:#555;
	}

.group-gallery #product-utils {
	margin-left:3em;
	border-bottom:1px solid #ddd;
	padding-bottom:1em;
	}

.group-gallery #product-utils ul li a, .group-gallery #product-utils ul li.admin-title{
	font-size:.8em;
	float:left;
	color:#222;
	padding:6px 1em 2px 22px;
	text-decoration: none;
	}

.group-gallery #product-utils ul li.admin-title {
	color:#888;
	text-align: right;
	}

.group-gallery #product-utils ul li a:hover {
	color:#111;
	text-decoration: underline;
	}

.group-gallery #product-utils ul li a#comment {
	background:url('http://redbubble.com/images/silk/comment.png') left center no-repeat;
	}

.group-gallery #product-utils ul li a#favorite {
	background:url('http://redbubble.com/images/silk/star.png') left center no-repeat;
	}

.group-gallery #product-utils ul li a#tell-a-friend {
	background:url('http://redbubble.com/images/silk/email_go.png') left center no-repeat;
	}

.group-gallery #product-utils ul li a#feature {
	background:url('http://redbubble.com/images/silk/photo_add.png') left center no-repeat;
	}

.group-gallery #product-utils ul li a#remove {
	background:url('http://redbubble.com/images/silk/delete.png') left center no-repeat;
	}

#report {
	margin:0 0 0 4em;
	padding:3px 0 8px 20px;
	border:none;
	background:url('http://redbubble.com/images/silk/shield.png') no-repeat;
	text-decoration: none;
	height:18px;
	line-height:18px;
	cursor: pointer;
	color:#555;
	font-size:12px;
	}
	
#report:hover {
	text-decoration: underline;
	}

#tags {
	margin:1em 0 0 3em;
	padding:1em 0 1em 0;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	}

#tags h3 {
	margin-bottom:.5em;
	}

#tags p {
	line-height: 1.3em;
	font-size:.8em;
	}

#tags p a {
	text-transform: lowercase;
	}

#tags p a:hover {
	color:#000;
	}

/* PRODUCT PICKER */
#pick-product {
	color:#fff;
	}

#pick-product ul li {
	display:block;
	}

#pick-product ul li a {
	color:#222;
	display: block;
	background-color:#ccc;
	font-size: .8em;
	padding:.8em 1em .8em 40px;
	margin-bottom:1px;
	background-position:  8px 4px;
	background-repeat: no-repeat;
	text-decoration: none;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
#pick-product ul li a span {
	color:#888;
	font-size:.9em;
	}

#pick-product ul li a#pp-card 				{	background-image:url('../icons/card.png');	}
#pick-product ul li a#pp-poster 			{	background-image:url('../icons/poster.png');	}
#pick-product ul li a#pp-framed-print {	background-image:url('../icons/framed-print.png');	}

#pick-product ul li a#pp-card:hover, #pick-product ul li a#pp-card.active		{	background-image:url('../icons/card-black.png');	}
#pick-product ul li a#pp-poster:hover, #pick-product ul li a#pp-poster.active	{	background-image:url('../icons/poster-black.png');	}
#pick-product ul li a#pp-framed-print:hover, #pick-product ul li a#pp-framed-print.active {	background-image:url('../icons/framed-print-black.png');	}

#pick-product ul li a:hover {
	background-color: #fff;
	color:#222;
	}

#pick-product ul li a.active {
	background-color:#fff;
	color:#111;
	}

/* CONFIGURATOR */

#configurator h3 {
	clear:both;
	text-align: left;
	display: block;
	margin-bottom:.5em;
	padding-bottom:0;
	line-height: 1.3em;
	}

#configurator a#cancel-config {
	clear:both;
	font-size:.8em;
	display:block;
	text-align: right;
	margin:1em 1.5em 0 0;
}

#currency a {
	font-size:9px;
	color:#aaa;
	text-decoration: none;
	letter-spacing: 0px;
	margin-right:-2.5em;
	}

#currency a:hover {
	text-decoration: underline;
	color:#222;
	}

.button {
	font-size:.9em;
	padding:.8em 1.5em;
	background:#ddd;
	display:block;
	width:10em;
	text-decoration: none;
	color:#222;
	text-align: center;
	border:none;
	
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border-radius: 5px;
	}

.red {
	background:#c2002a;
	color:#fff;
	}

.grey {
	background:#ddd;
	}
	
.red:hover, .grey:hover {
	background:#555;
	color:#fff;
	}

#add-to-cart {
	float:right;
	width:10em;
	margin-right:1em;
	}

#configurator .options {
	padding:1em 0;
	margin-bottom:0;
	color:#222;
	}

#configurator .options label {
	font-size:.9em;
	width:100px;
	display:block;
	float:left;
	clear:left;
	padding:.4em 1em 0 0;
	text-align: right;
	}

#configurator .options input, #configurator .options select {
	float:left;
	border:1px solid #ddd;
	background:#fff;
	font-size:14px;
	}

#configurator .options select {
	width:200px;
	}

#configurator .options #quantity {
	width:3em;
	font-size:1em;
	text-align: center;
	}

#configurator .options .an-option {
	margin-bottom:.5em;
	border-bottom:1px solid #ddd;
	padding-bottom:.5em;
	}

#card-preview {
	width:550px;
	height:369px;
	}
	
/* HOVER CONTROLS */
#hover-controls {
	background:url('../../MyBubble/img/50-black.png');
	display:block;
	position: absolute;
	width:100%;
	bottom:20px;
	left:0;
	color:#fff;
	text-align: left;
	}

#hover-controls #hc-wrap {
	padding:1em;
	}

#hover-controls h3 {
	margin-bottom:.5em;
	font-weight: normal;
	}

#hover-controls a {
	color:#fff;
	font-size:.9em;
	text-decoration: none;
	display: block;
	display:inline-block;
	background-color:#222;
	padding:.5em 1em .5em 40px;
	margin:0 .25em .25em 0;
	float:left;
	background-position: 8px 2px;
	background-repeat: no-repeat;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

#hover-controls a:hover {
	background-color:#555;
	}

#hover-controls a#hc-card 				{	background-image:url('../icons/card.png');	}
#hover-controls a#hc-poster 			{	background-image:url('../icons/poster.png');	}
#hover-controls a#hc-framed-print {	background-image:url('../icons/framed-print.png');	}

#hover-controls a#hc-card:hover, #pick-product ul li a#pp-card.active		{	background-image:url('../icons/card-black.png');	}
#hover-controls a#hc-poster:hover, #pick-product ul li a#pp-poster.active	{	background-image:url('../icons/poster-black.png');	}
#hover-controls a#hc-framed-print:hover, #pick-product ul li a#pp-framed-print.active {	background-image:url('../icons/framed-print-black.png');	}
