/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 4.1

' Modified : May 2007
' Copyright: Copyright (C) 2004 Webs Unlimited, Inc. 
'            See "license.txt" for this product for details regarding 
'            licensing, usage, disclaimers, distribution and general 
'            copyright requirements. If you don't have a copy of this 
'            file, you may request one at http://www.candypress.com
'**************************************************************************/

/* General Tag specifications */


/* width of the body content */



/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #000000; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {

}
.CPbox2H           {COLOR: #333333; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}`
.CPbox2B           {COLOR: #333333;}
.CPbox2B A:link    {COLOR: #000000; FONT-SIZE: 14px; font-weight:bold; TEXT-DECORATION: underline}
.CPbox2B A:visited {COLOR: #000000; FONT-SIZE: 14px; font-weight:bold; TEXT-DECORATION: underline}
.CPbox2B A:hover   {
	COLOR: #FFFF00;
	FONT-SIZE: 14px;
	font-weight:bold;
	TEXT-DECORATION: underline
}

/* Box - Page Headings */
.CPpageHead {font-size:12pt; BORDER-BOTTOM: 0px solid #CCCCCC; PADDING-BOTTOM: 4px; text-align:left}

/* Box - Page Navigation */
.CPpageNav {
}

/* Box - General Headings */
.CPgenHeadings {}

.CPgenHeadings2 {
color: #FFFF00;
font-size:18px;
font-weight:bold;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #000000; BORDER: 1px solid #CCCCCC}

/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}

/* Horizontal and Vertical lines */
.CPlines {}

/* Product Short Description (Except Detail page) */
.CPprodDesc {
	font-size: 9pt;
	color:#FFFF00;
	display: block;
}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 28PX; color:#FFFF00}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {color:#FFFF00; font-size:12px;}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {
	FONT-SIZE: 14pt;
	COLOR: #000000
}

/* Product Price - Price Value */
.CPprodPriceV {
	font-size: 16px;
	color: #ffff00
}

/* Product List Price - Text Label */
.CPprodLPriceT {}

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: #FFFFFF}

/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}

/* In Stock text */
.CPinStock {COLOR: #000000}

/* Out of Stock text */
.CPoutStock {COLOR: white}

/* No Image text */
.CPnoImgT {COLOR: #800000}

/* Category List */
.CPcatDescList {}

/* Category Description - No products linked to it */
.CPcatDesc {}

/* Category Description - Has products linked to it */
.CPcatDescProd {FONT-WEIGHT: bold}

/* Option Description for "Optional" options */
.CPoptDesc {FONT-STYLE: italic}

/* Option Select box */
.CPoptSel {FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt}

/* Option Text box */
.CPoptTxt {FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt}


/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {
  display:block;
  width:157px;
  margin: 0;
  font-size: 0;
  padding:0 ;
  height:249px;
  background-image: url(../Scripts/images/results-bg.png);
  background-repeat: no-repeat;
  text-align:left;
  padding-left:5px;
}
.CPcolsView A:link    {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #996666; TEXT-DECORATION: underline}

/* System Messages */
.CPsysMsg    {FONT-SIZE: 10pt;}
.CPsysMsgErr {COLOR: white; FONT-SIZE: 10pt;}
.CPsysMsgURL {FONT-SIZE: 10pt}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt}

/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: Red}


/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {FONT-SIZE: 6pt; TEXT-DECORATION: none;}
.install { 
	BORDER: 1px solid #BBC3D3
}

.installcomment {
	PADDING-LEFT: 30px;
}

.textBlock {
	
	BORDER: 1px solid #CCCCCC;
}

.maintClosed {
	color: red;
	font-size: 15pt;
	text-align: center;
}

.CPContactUs {

}

/* -------------------- */
/* ADDED -- Version 3.5 */
/* -------------------- */
.findTable {
	
	BORDER: 1px solid #CCCCCC;
}
.listTable {
	
}
.listRowTop {
	BORDER-TOP: 1px solid #888888;
	BORDER-BOTTOM: 1px solid #888888;
}
.listRowHead {
}
.listRowBot {
	BORDER-TOP: 1px solid #888888;
	BORDER-BOTTOM: 1px solid #888888;
}

/* --------------------  */
/* ADDED -- Version 4.1  */
/* --------------------  */
.cpbeta {
	color: red;
	font-size: 14pt;
	
}

/* New template style */ 
html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0; /* center for now */
	width: 24em; /* ems so it will grow */
	background: url(../usermods/img/featurebox/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../usermods/img/featurebox/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../usermods/img/featurebox/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../usermods/img/featurebox/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	text-align: left;
}

.boxbody a {	
	text-decoration: none;
}
.boxbody a:hover {
	text-decoration: underline;
}
.boxbody span.cpCart {
	text-align: left;
	padding-right: 3em;
}
/*
---------- CP Mods Multiple IMages 4.1 ----------
[Begin]
*/
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(../Scripts/jscripts/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	margin:2px;
	border: 0px solid pink;
}
.highslide:hover img {
margin:2px;
	border: 0px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../Scripts/jscripts/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(../Scripts/jscripts/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(../Scripts/jscripts/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../Scripts/jscripts/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}/*
[End]
*/

a {
color:#FFFFFF;
}
body {
margin:0;
padding:0;
background-image:url(../Scripts/images/bg.jpg);
font-family:Arial, Helvetica, sans-serif, sans-serif;
color:#FFFFFF;
text-align:center;
}
img {
border:0;
}
#wrapper {
margin:auto;
width:1000px;
background-image:url(../Scripts/images/home-bg.jpg);
text-align:left;
}
#head {
width:1000px;
height:273px;
background-image:url(../Scripts/images/head-bg.jpg);
background-repeat:no-repeat;
}
#headl {
width:250px;
height:273px;
float:left;
}
#headr {
width:745px;
height:273px;
float:right;
}
#foot {
	width:976px;
	height:90px;
	margin-left:14px;
	margin-right:14px;
	background-color: #353334;
	color:#FFFFFF;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	clear:both;
}
#foot a, #foot a:visited {
color:#FFFFFF;
}
#currency {
display:block;
margin-left:570px;
width:180px;
height:69px;
color:#FFFFFF;
font-size:8px;
font-weight:bold;
}
#currency img {
margin:3px;
margin-top:15px;
}
#newsletter {
width:159px;
height:226px;
background-image:url(../Scripts/images/news-bg.jpg);
padding:0;
margin:0;
}
#newsletter img {
margin-left:20px;
}
#cart {
float:right;
padding-top:40px;
width:110px;
height:49px;
clear:both;
font-size:12px;
}
#head h1 {
font-size:18px;
text-align:left;
padding:0;
margin:0;
}

#topmenu {
margin-left:0px;
width:725px;
height:33px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
border-left:solid;
border-color:#FFFFFF;
border-width:1px;
}
#topmenu ul {
padding:0;
margin:0;
}
#topmenu li {
display:block;
float:left;
border-right:solid;
border-color:#FFFFFF;
border-width:1px;
height:33px;
line-height:33px;
list-style:none;
}
#topmenu li a, #topmenu li a:visited {
color:#FFFFFF;
text-decoration:none;
display:block;
padding-left:13px;
padding-right:13px;
}
#topmenu li a:hover {
	background-color:#A708A0;
	color:#FFFFFF;
	text-decoration:none;
}
#body {
width:976px;
margin-left:16px;
}
#right {
width:780px;
float:right;
text-align:left;
}
#right-right {
width:169px;
height:883px;
background-image:url(../Scripts/images/top-sellers-bg.jpg);
float:right;
color:#000000;
font-size:10px;

text-align:center;
}
.tag1 {
height:130px;
margin-top:30px;
font-size:10px;
padding-left:30px;
padding-right:30px;
}
.tagtxt {
font-size:10px;
}
.tagtxt a, .tagtxt a:visited {
font-size:10px;
color:#000000;
text-decoration:none;
}
.tagtxt a:hover {
text-decoration:underline;
}
#right-left {
width:580px;
float:left;
padding-left:25px;
text-align:center;
overflow:visible;
position:relative;
}
#clear {
clear:both;
}
#left {
width:181px;
padding-left:12px;
padding-bottom:15px;
}
#search {
width:158px;
padding-top:5px;
background-color:#000000;
height:60px;
}
#menu {
width:158px;
margin-top:5px;
margin-bottom:0;
padding-bottom:0;
}
#menu img {
margin-top:4px;
margin-bottom:0;
padding-bottom:0;
}

#menu ul {
  margin: 0;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
}
#menu a {
padding:0;
margin:0;
}

#headertitle {
width:530px;
margin-left:0px;
margin-top:115px;
text-align:left;
}
.bot-offers {
float:left;
width:180px;
height:233px;
margin:2px;
background-image: url(../Scripts/images/bot-bg.png);
}
.bot-offersi {
width:95px;
height:130px;
margin-top:50px;
margin-left:50px;
}
.right-dog-tag {
width:114px;
height:152px;
background-image: url(../Scripts/images/right-dog-tag-bg.png);
margin-right:10px;
}
.right-dog-tagi {
width:85px;
padding-top:35px;
color:#000000;
text-align:left;
padding-left:15px;
}

/*
Sub Left Menu */

.subMenu {
  
}

.subMenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
}

.subMenu ul li {
  background: #fbe601 url('../Scripts/images/submenubg.gif') no-repeat;
  padding-left: 20px;
  margin-top: 1px;
}

.subMenu ul li a {
  color: #000;
  line-height: 20px;  
  text-decoration: none;
  font-weight: bold;
  display: block;
}
.misc {
color:#000000;
font-size:25px;
}
.misc a {
color:#000000;
font-size:25px;
}
.GBP {
  background: url('../Scripts/buttons/uk.gif');
  height: 26px;
  width: 46px;
  border: 0;
  font-size: 0;
  margin-left: 5px;
  margin-top:15px;
}
.EUR {
  background: url('../Scripts/buttons/euro.gif');
  height: 26px;
  width: 46px;
  border: 0;
  font-size: 0;
  margin-left: 8px;
  margin-top:15px;
}
.USD {
  background: url('../Scripts/buttons/us.gif');
  height: 26px;
  width: 46px;
  border: 0;
  font-size: 0;
  margin-left: 8px;
  margin-top:15px;
}
.currency form {
  margin: 0;
  padding: 0;
}
.divflag {
  float:left;
  width:50px;
  text-align:center;
  font-size:10px;
}
.divflag form {
margin:0;
padding:0;
font-size:0;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.homelinks p {
font-size:9px;
}
.homelinks a {
font-size:9px;
}
.emailform {
font-size:10px;
}
.emailform input {
font-size:9px;
width:120px;
height:20px;
}

.sitemapPage {
  width: 750px;
}
    
  .sitemapPage .innerDiv {
    width: 250px;
    float: left;
    margin-bottom: 50px;
  }
  
  .headerLink{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:64px;
  }
  
 div.sitemap{
	float:left;
	text-align:left;
	width:192px;
 }
  
.big-banner-link{
	position:absolute;
	top:0px;
	left:50%;
}

#GooglePayForm{
	display:block;
	float:right;
	margin-right:270px;
}

#GooglePayForm input{
	display:inline-block;
}

div.big-banner{
	width:562px;
	height:302px;
	position:relative;
}

div.big-banner .abs{
	display:block;
	position:absolute;
}

ul.prodGroup{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.prodGroup li{
	display:block;
	float:left;
	list-style-type:none;
	padding:0;
	margin:0;
	margin-right:48px;
}

div.productofweek{
	background:url(../scripts/images/product-of-week-bg.jpg) top right no-repeat;
	width:167px;
	height:250px;
	float:right;
	margin-right:2px;
}

div.productofweek a{
	display:block;
	position:relative;
	height:250px;
	text-decoration:none;
	cursor:pointer;
}

div.productofweek img{
	display:block;
	position:absolute;
	top:108px;
	left:50%;
	margin-left:-32px;
	margin-top:-35px;
	width:72px;
	height:72px;
	cursor:pointer;
}

div.productofweek em{
	position:absolute;
	display:block;
	width:120px;
	text-align:center;
	top:140px;
	left:50%;
	margin-left:-58px;
	color:black;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}

div.productofweek span{
	color:yellow;
	font-style:normal;
	font-weight:bold;
	font-size:26px;
	cursor:pointer;
}

div.productofweek small{
	color:black;
	font-style:normal;
	font-weight:normal;
	font-size:10px;
}

.christmas-delivery{
	font-size:11px;
	color:yellow;
	text-align:center;
}

.newsletterForm{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-320px;
	padding-top:6px;
}

.newsletterForm input.text{
	display:inline-block;
	background:white;
	color:black;
	text-align:center;
	border:1px solid black;
	font-family:Arial;
	font-size:11px;
}

.newsletterForm p{
	margin:0px;
	font-size:12px;
	color:white;
	font-family:Arial;
	text-align:right;
	width:356px;
}

.sub-banner{
	position:absolute;
	top:430px;
	left:-30px;
	display:block;
	width:678px;
	height:210px;
}

.sub-banner a{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}

.slideyBanner{
	width:582px;
	height:473px;
	background:url(/scripts/images/official-band-sellout/background.png) top left no-repeat;
	position:relative;
}

.slideyBanner .next{
	display:block;
	position:absolute;
	background:url(/scripts/images/official-band-sellout/next.png) top left no-repeat;
	width:31px;
	height:27px;
	left:554px;
	top:305px;
}

.slideyBanner .prev{
	display:block;
	position:absolute;
	background:url(/scripts/images/official-band-sellout/prev.png) top left no-repeat;
	width:31px;
	height:27px;
	left:0px;
	top:305px;
}

.slideyBanner .banner{
	position:absolute;
	left:0px;
	top:283px;
	width:582px;
	height:71px;
	overflow:hidden;
}

.slideyBanner .banner .inner{
	width:2456px;
	position:absolute;
	top:0px;
	left:0px;
}

.slideyBanner .banner .group{
	width:582px;
	margin-right:32px;
	float:left;
}

.slideyBanner .gradientLeft{
	position:absolute;
	left:0px;
	top:283px;
	width:62px;
	height:71px;
	background:url(/scripts/images/official-band-sellout/gradient.png) top left repeat-y;
}

.slideyBanner .gradientRight{
	position:absolute;
	right:0px;
	top:283px;
	width:49px;
	height:71px;
	background:url(/scripts/images/official-band-sellout/gradient.png) top right repeat-y;
}

.discError{
	background:#950000;
	color:white;
	padding:4px 10px;
}
