/***************** BROWSER DEFAULT CSS RESET *****************/
@import url(reset.css);

/*************************** BODY ****************************/
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, "DejaVu Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.3em;
	position: relative;
	text-align: center;
	color: #333;
	background: #DBD5BF;
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* everyone else */
}

/****************** WRAPS ************************/

#wrap-header {
	clear: both;
	background: #FFF;
	float: left;
	width: 100%;
}
#wrap-tabs1 {
	clear: both;
	background: #fff;
	float: left;
	width: 100%;
}
#wrap-tabs2 {
	clear: both;
	background: none; /* colour */
	float: left;
	width: 100%;
}
#wrap-tabs3 {
	clear: both;
	background: #595959 url(../images/tab3_greybar.gif) repeat-x top;
	float: left;
	width: 100%;
}
#wrap-middle {
	clear: both;
	background: #F3F2F0 url(../images/background-gradient.gif) repeat-x top;
	border-bottom: 2px solid #64645A;
	float: left;
	width: 100%;
}
#wrap-bottom {
	clear: both;
	background: #DBD5BF;
	border-top: 2px solid #AFAC9D;
	float: left;
	width: 100%;
}
/******************** HEADER ***********************/


#header {
	overflow: hidden;
	margin: 0 auto;
	width: 980px;
	height: 7.5em;
	color: #000;
	padding: 10px 0 0 0;
	text-align: left;
}
#header h1 {
	position: absolute;
	top: 5px;
	width: 270px;
	padding-top: 110px;
	background: none; /* colour */
	overflow: hidden;
	cursor: pointer;
	height: 110px;  /* for IE 5 */
	he\ight: 0px;
}
#header img, #header iframe, #header .advert {
	float:right;
}
/******** home page *********/

#home-bar {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#home-bar a {
	color: #FFF;
	text-decoration: underline;
	}
#home-bar li {
	height: 60px;
	color: #FFF;
	float: right;
	margin: 0.4em;
	padding: 0.4em;
	list-style: none;
}
#home-bar li#banner {
	width: 47%;
	text-align: right;
}
.home img {
	float: right;
}
/*************************** TABS ****************************/

/* common tabs */


#tabs1 {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#tabs1 ul {
	margin:0;
	padding:0;
	list-style:none;
	font-family: Arial Rounded MT Bold, Arial, Helvetica, FreeSans, sans-serif;
	text-transform:lowercase;
	font-size: 130%;
}
#tabs1 li {
	float:left;
	margin:1px 1px 0 0;
	padding: 0 0 0 15px;
}
#tabs1 a {
	float:left;
	display:block;
	text-decoration:none;
	color:#333;
	padding:2px 15px 2px 0;
	margin: 8px 0 8px 0;
	border-right: 1px dotted #DDD;
}
#tabs1 .addproduct {
	position: absolute;
	right: 0;
}
#tabs1 .addproduct a {
	color: #000; /* colour */
	border-right: none;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#tabs1 a {
	float:none;
}
/* End IE5-Mac hack */
#tabs1 a:hover {
	color:#999;
}
#tabs1 .current {
	background: none; /* colour */
}
#tabs1 .current a {
	color:#FFF;
	border: none;
	margin: 0;
	padding:10px 15px 10px 0;
	background: none; /* colour */
}
/* 2 */

#tabs2 {
	width: 960px;
	margin: 0 auto;
}
#tabs2 ul {
	margin:0;
	padding:0;
	font-family: Arial Rounded MT Bold, Arial, Helvetica, FreeSans, sans-serif;
	text-transform:lowercase;
	font-size: 110%;
	list-style:none;
}
#tabs2 li {
	float:left;
	margin:0;
	padding: 6px 16px;
}
#tabs2 a {
	float:left;
	display:block;
	text-decoration:none;
	color:#FFF;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#tabs2 a {
	float:none;
}
/* End IE5-Mac hack */
#tabs2 a:hover {
	color:#DDD;
}
#tabs2 .current {
	background: #2C2C2C;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#tabs2 .current a {
	color:#FFF;
}
/* 3 */

#tabs3 {
	width: 960px;
	margin: 0 auto;
}
#tabs3 ul {
	margin:0;
	padding:0;
	font-family: Arial Rounded MT Bold, Arial, Helvetica, FreeSans, sans-serif;
	text-transform:lowercase;
	font-size: 90%;
	list-style:none;
}
#tabs3 li {
	float:left;
	background: #D2D2D2 url("/images/tab3_left_off.gif") no-repeat left top;
	margin:6px 4px 0 0;
	padding: 0 0 0 8px;
}
#tabs3 a {
	float:left;
	display:block;
	background: #D2D2D2 url("/images/tab3_right_off.gif") no-repeat right top;
	text-decoration:none;
	padding:3px 8px 3px 0;
	color:#666;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#tabs3 a {
	float:none;
}
/* End IE5-Mac hack */
#tabs3 a:hover {
	color:#999;
}
#tabs3 .current {
	background: #F1EEE7 url("/images/tab3_left_on.gif") no-repeat left top;
}
#tabs3 .current a {
	color:#333;
	background: #F1EEE7 url("/images/tab3_right_on.gif") no-repeat right top;
}
/************* COMMON ****************/

p {
	padding: 0 0 1em 0;
}
pre, .pre {
	font-family: "Courier New", Courier, FreeMono, monospace;
	font-size: 120%;
	border: 1px dotted #CCC;
	background: #F9F9F9;
	padding: 20px;
	width: 90%;
	}
	
strong, b, em {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, FreeSans, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
ul {
	list-style: disc;
	margin-left: 2em;
}
ol {
	list-style:decimal;
	margin-left: 2em;
}
h1 {
	font-family: "Arial", "Helvetica", FreeSans, san-serif;
	font-size: 200%;
	letter-spacing: -0.04em;
	line-height: 100%;
}
h2 {
	font-family: "Arial", "Helvetica", FreeSans, san-serif;
	font-size: 200%;
	letter-spacing: -0.04em;
	line-height: 100%;
}
h3 {
	font-family: "Arial", "Helvetica", FreeSans, san-serif;
	font-size: 150%;
	letter-spacing: -0.04em;
	line-height: 100%;
}
h4 {
	font-family: "Arial", "Helvetica", FreeSans, san-serif;
	font-size: 170%;
	line-height: 100%;
	margin: 0;
	padding: 10px 0 3px 0;
}
h5 {
	font-family: "Arial", "Helvetica", FreeSans, san-serif;
	font-weight: bold;
	font-size: 125%;
	line-height: 100%;
	margin-bottom: 5px;
	margin-right: 15px;
	text-align: left;
}
/***************** MAIN CONTENT *******************/

#content {
	margin: 0 auto;
	text-align: left;
	width: 960px;
	background: #F3F2F0;
	padding: 1em;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.half {
	width: 49%;
}
.twothirds {
	width: 67%;
}
.onethird {
	width: 32%;
}
.onefifth {
	width: 14%;
}
.fourfifths {
	width: 85%;
}
.onequarter {
	width: 26%;
}
.threequarters {
	width: 73%;
}
.twosevenths {
	width: 20%;
	}
.fivesevenths {
	width: 79%;
	}
/********************* footer *********************/

#footer {
	margin: 0 auto;
	width: 960px;
	padding: 1em;
}
/********************* MISC ***********************/

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.spacer {
	clear: both;
	height: 15px;
	}
a img {
	border: none;
}
.hide {
	display: none;
}
hr {
	border: none;
	border-bottom: 1px dotted #CCC;
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: 10px;
	height: 0;
	clear: both;
}
hr.clear {
	border-bottom: 1px dotted #FFF;
	padding-top: 4px;
	margin-bottom: 4px;
}
blockquote {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 15px 0 20px;
	background: url("/images/quote_start.gif") no-repeat top left;
	font-size: 115%;
	clear: both;
}
blockquote span {
	padding-right: 20px;
	background: url("/images/quote_end.gif") no-repeat bottom right;
}
blockquote span.block {
	display: block;
}
blockquote img {
	background: #FFF;
	border: 1px solid #DDDDDD;
	display: block;
	margin-bottom: 10px;
	padding: 5px
}
code {
	color: #7B9905;
	font-size: 90%;
	line-height: 1.2em;
	text-align: left;
}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
}
a abbr {
	border: none;
}
form {
	margin: 0;
}
label {
	cursor: pointer;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
/*********** ROUNDED BOXES *****************/

.longboxleft {
	background: #FFF url("/images/box-left.gif") repeat-y left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.longboxright {
	background: url("/images/box-right.gif") repeat-y right;
	margin: 0;
	padding: 0;
	width: 100%;
}
.box {
	float: left;
	width: 100%;
	font-size: 85%;
	background: url("/images/box-bottomright.gif") no-repeat bottom right;
}
.box h1, .box h2, .box h3 {
	background: url("/images/box-topright.gif") no-repeat top right;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 200%;
	display: block;
}
.box h1 span, .box h2 span, .box h3 span {
	background: url("/images/box-topleft.gif") no-repeat top left;
	padding: 15px 0 5px 15px;
	display: block;
}
.boxcontent {
	background: url("/images/box-bottomleft.gif") no-repeat bottom left;
	padding: 0 15px 15px 15px;
	height: 1%;
}
.boxcontent:after, .longboxleft:after, .longboxright:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.speech {
	float: left;
	width: 100%;
	background: #fff url("/images/speech_bottomright.gif") no-repeat bottom right;
	margin-bottom: 10px;
	text-align: justify;
}
.speech p {
	background: url("/images/speech_topright.gif") no-repeat top right;
	display: block;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 90%;
	color: #AAA;
	margin: 0;
	padding: 0;
}
.speech p span {
	background: url("/images/speech_topleft.gif") no-repeat top left;
	padding: 5px 0 5px 23px;
	display: block;
}
.speechcontent {
	background: url("/images/speech_bottomleft.gif") no-repeat bottom left;
	padding: 0 15px 10px 23px;
}
.speechcontent img {
	margin: 5px 0;
}
/* product listing */

.productcontent {
	padding-top: 20px;
	text-align: justify;
}
.productlistbox {
	border-right: 1px dotted #DDD;
	border-bottom: 1px dotted #DDD;
	background: #fff;
	padding: 5px;
	margin: 0;
	width: 125px;
	height: 148px;
	float: left;
	text-align: center;
	font-size: 80%;
	overflow: hidden;
}
.onethird  .productlistbox {
	width: 126px;
}
.fivesevenths  .productlistbox {
	width: 134px;
}
.twothirds  .productlistbox {
	width: 138px;
}
.threequarters  .productlistbox {
	width: 135px;
}
.onequarter .productlistbox {
	width: 125px;
}
.productlistbox.wide {
	width: 94% !important;
	padding-right: 10px;
	height: auto;
	font-size: 100%;
	position: relative;
	border-right: none;
}
.topten span {
	font-size: 150%;
	font-weight: bold;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	width: 1em;
	float: left;
	}
.topten img {
	padding: 0 10px;
	}
.topten a {
	display: block;
	text-align: left;
	padding-right: 20px;
}
.productthumbwrap {
	position: relative;
	height: 105px;
	display: block;
}
.home .productthumbwrap {
	display: inline;
	height: 100px;
	width: 100px;
	float: right;
	margin: 0 2px;
}
.productthumbwrap.thumbwide {
	float: left;
	width: 100px;
}
.productlistoverview {
	text-align: justify;
	margin-left: 120px;
}
.productdetailwrap {
	padding-left: 275px;
	padding-right: 10px;
	position: relative;
}
.productphotowrap {
	float: left;
	width: 250px;
	text-align: center;
}
.price {
	font-size: 115%;
}
/* search */

#searchbox {
	float: right;
	padding: 1px 15px;
	color: #FFF;
}
#searchbox #searchcategory {
	width: 8em;
	background: #FFF url("/images/shadow.gif") repeat-x top;
	border: 1px solid #333;
	color: #666;
	padding: 1px;
	font-size: 110%;
}
#searchbox #searchkeyword {
	width: 8em;
	background: #FFF url("/images/shadow.gif") repeat-x top;
	border: 1px solid #333;
	color: #666;
	padding: 2px 15px 2px 15px;
	font-size: 110%;
}
#searchbox #searchbutton {
	border: 1px solid #333;
	color: #FFF;
	margin: 1px;
	padding: 1px 5px;
	font-weight: bold;
	font-size: 105%;
	background: #000 url("/images/search-button.gif") repeat-x top;
	cursor: pointer;
}
.loginfield {
	background: #FFF url("/images/shadow.gif") repeat-x top;
	border: 1px solid #999;
	color: #999;
	font-size: 115%;
	padding: 4px;
}
.avatar img {
	float: left;
	padding: 8px;
	background: #FFF url(/images/avatar_shadow.gif);
	margin-right: 4px;
}
.deletefriend img {
	padding: 0;
	background: none;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.acceptfriend img {
	padding: 0;
	background: none;
	margin: 0;
	position: absolute;
	top: 20px;
	right: 0;
}
.avatar.grid {
	display: inline;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 84px;
	height: 115px;
}
div.center .avatar.grid {
	width: 100%;
}
.avatar.grid img {
	float: none;
}
.avatar p {
	padding-top: 0.5em;
	font-size: 100%;
}
.avatar span {
	font-size: 90%;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	color: #AAA;
}
.advert {
	clear: both;
	padding: 5px 0;
	text-align: center;
}
.leaderboard {
	width: 728px !important;
	height: 90px !important;
}
#forumtable {
	width: 100%;
	clear: both;
}
#forumtable th {
	font-weight: bold;
	background: #EEE;
	padding: 3px 10px 3px 10px;
}
#forumtable td {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px dotted #CCC;
	vertical-align: top;
}
#forumtable .avatar {
	width: 35%;
	border-right: 1px dotted #CCC;
}
#forumtable td span {
	color: #CCC;
}
#forumtable .altrow {
	background: #FCFCFC;
}
.actionbutton {
	border-top: 1px solid #EEE;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #EEE;
	margin-top: 5px;
	padding: 2px 5px;
	background: #FFF url("/images/action-button.gif") repeat-x bottom;
	text-align: center;
	display: block;
	width: 95%;
	clear: both;
}
.actionbutton:hover {
	border-top: 1px solid #DDD;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #DDD;
	background: #FFF url("/images/action-button-hover.gif") repeat-x bottom;
}
.actionbutton.small {
	display: inline;
	width: auto;
	padding: 4px 5px;
}
.votebutton {
	border-top: 1px solid #EEE;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #EEE;
	text-align: center;
	display: block;
	width: 110px;
	height: 155px;
	margin: 0 8px 10px 8px;
	padding: 5px 5px 15px 5px;
	float: left;
	background: #FFF url("/images/vote-button.gif") no-repeat bottom;
}
.votebutton:hover, .votebutton.voted {
	border-top: 1px solid #DDD;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #DDD;
	background: #FFF url("/images/vote-button-hover.gif") no-repeat bottom;
}
.votebutton.small, .votebutton:hover.small {
	width: auto;
	display: inline;
	float: none;
	height: auto;
	padding: 5px 35px 5px 5px;
	margin: -5px 5px 0 0;
	background-position: 75% bottom;
}
.actionbutton span {
	display: inline-block;
	cursor: hand;
	width: 100%;
}
#buyfromshop {
	padding: 8px 5px;
}
#buyfromshop span {
	background: transparent url("/images/icon_basket.gif") no-repeat left;
}
#addtofavs span {
	background: transparent url("/images/icon_star_off.gif") no-repeat left;
}
#addtofavs span.removefromfavs {
	background: transparent url("/images/icon_star.gif") no-repeat left;
}
#addtolist span {
	background: transparent url("/images/icon_add.gif") no-repeat left;
}
.thumbsup {
	padding: 6px 6px 6px 20px;
	background: transparent url("/images/thumbup-off.gif") no-repeat left;
	color: #999;
}
.thumbsdown {
	padding: 6px 6px 6px 20px;
	background: transparent url("/images/thumbdown-off.gif") no-repeat left;
	color: #999;
}
.thumbsup_on {
	background: transparent url("/images/thumbup-on.gif") no-repeat left;
	color: #0B0;
}
.thumbsdown_on {
	background: transparent url("/images/thumbdown-on.gif") no-repeat left;
	color: #B00;
}
.deleteproduct {
	position: relative;
	top: 25px;
	left: 55px;
}
/* css for list pages */
.listoverview {
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	background: url("/images/list_shadow.gif") no-repeat top left;
	position: relative;
	border-bottom: 1px dotted #CCC;
}
.listoverview .listimgwrap {
	float: left;
	position: relative;
	top: 0;
	left: 24px;
	width: 100px;
	height: 100px;
	padding: 25px 0;
	text-align: center;
}
.listoverviewtext {
	margin-left: 160px;
	padding: 25px 0;
}
.score {
	float: right;
	font-size: 200%;
	font-family: Arial Rounded MT Bold, Arial, Helvetica, FreeSans, sans-serif;
	width: 60px;
	height: 50px;
	line-height: 35px;
	color: #FFF;
	text-align: center;
	background: url("/images/score.gif") no-repeat 50%;
}
.score.biggold {
	background: url("/images/score-gold.gif") no-repeat 50%;
}
.score.bigsilver {
	background: url("/images/score-silver.gif") no-repeat 50%;
}
.score.bigbronze {
	background: url("/images/score-bronze.gif") no-repeat 50%;
}
.userscore {
	position: absolute;
	top: 0;
	right: 3px;
	background: url("/images/userscore.gif") no-repeat 50%;
	color: #FFF;
	font-family: Arial Rounded MT Bold, Arial, Helvetica, FreeSans, sans-serif;
	font-size: 130%;
	padding: 3px 10px 5px 10px;
}
.userscore.gold {
	background: url("/images/userscore-gold.gif") no-repeat 50%;
}
.userscore.silver {
	background: url("/images/userscore-silver.gif") no-repeat 50%;
}
.userscore.bronze {
	background: url("/images/userscore-bronze.gif") no-repeat 50%;
}
.categoryuserscores {
	position: relative;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	font-size: 115%;
}
.tribeoverview {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #CCC;
	padding: 15px 0;
}
.tribeoverview img {
	float: left;
}
.tribeoverviewtext {
	margin-left: 140px;
}
.pagingwrap {
	clear: both;
	padding: 10px 0;
}
.paging {
	border: 1px solid #DDD;
	padding: 0 4px;
}
.paging:hover {
	background: #EEE;
}
.paging.pagingcurrent {
	border: 1px solid #666;
	background: #EEE;
}
.tagwrap {
	text-align: justify;
	text-align-last: justify;
	overflow: hidden;
	word-wrap: break-word;
	}
.tag {
	zoom: 1;
	padding: 0 2px;
	line-height: 22px;
}
.tag:hover {
	background: #F3F3F3;
}
.featuredproduct {
	position: relative;
	text-align: center;
	padding: 10px 0 0 0;
}
.featuredproduct img {
	display: block;
	margin: 0 auto;
}
.featuredproduct h5 {
	margin: 10px 0;
}
.featuredproduct .score {
	position: absolute;
	right: 0;
}
a.popup {
	padding-left: 12px;
	background: url("/images/thickbox.gif") no-repeat left;
}
.votewrap {
	float: left;
	padding-bottom: 10px
}
.votewrap h5 {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
}
.voteresult {
	clear: both;
	margin: 3px;
	padding: 1px 10px 4px 10px;
	border-bottom: 1px solid #CCC;
}
.voteresult strong {
	font-family: Arial Rounded MT Bold, Arial, FreeSans, San-serif;
	font-size: 200%;
}
.categoryheader {
	font-family: Arial, FreeSans, San-serif;
	padding: 32px 14px 2px 14px;
	margin: 5px 0;
	font-size: 250%;
	color: #FFF;
	border-bottom: 2px solid #333;
}
.blogtitle {
	clear: both;
	color: #FFF;
	border-bottom: 2px solid #333;
	padding: 20px 8px 2px 8px;
}
.blogdate {
	color: #999;
	padding-left: 8px;
}
/** links **/

.commentlink {
	clear: both;
	display: block;
	padding-left: 20px;
	margin: 0 0 20px 25px;
	background: url("/images/icon_chat.gif") no-repeat left;
}
.bloglink {
	clear: both;
	display: block;
	padding-left: 20px;
	margin: 0 0 5px 5px;
	background: url("/images/icon_page.gif") no-repeat top left;
}
.forumlink {
	clear: both;
	display: block;
	padding-left: 20px;
	margin: 0 0 5px 5px;
	background: url("/images/icon_comment.gif") no-repeat top left;
}
.tribelink {
	clear: both;
	display: block;
	padding-left: 20px;
	margin: 0 0 5px 5px;
	background: url("/images/icon_man.gif") no-repeat top left;
}
.listlink {
	clear: both;
	display: block;
	padding-left: 20px;
	margin: 0 0 5px 5px;
	background: url("/images/icon_list.gif") no-repeat top left;
}
.buylink {
	clear: both;
	display: block;
	padding-left: 20px;
	margin: 0 0 5px 5px;
	line-height: 32px;
	background: url("/images/icon_basket.gif") no-repeat left;
}
.buylink img {
	float: right;
	margin: 1px 10px 0 0;
	}
.load-help {
	margin: 0 8px;
	position: relative;
}
.load-help img {
	vertical-align: middle;
}
.graph {
	width: 95%;
	height: 10px;
	background: #FCFCFC url("/images/shadow.gif") repeat-x top;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
.graphbar {
	height: 10px;
	background-image: url("/images/graph.gif");
	background-repeat: repeat-x;
}
.bigtext {
	font-family: Arial Rounded MT Bold, Arial, Helvetica, FreeSans, sans-serif;
	font-size: 200%;
	}
.greytext {
	color: #BBB;
	}
h4 a.right {
	float: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, "DejaVu Sans", Arial, Helvetica, sans-serif;
	font-size: 60%;
	padding-right: 10px;
	}
.replyform {
	clear: both;
	}
.share {
	display: inline-block;
	padding: 0 0 2px 8px;
	}
