﻿
.Button
{
	background: #f38324 url(../../images/Buttons/mainbuttonbg.gif) top repeat-x;
	color:#fff !important;
	text-transform:uppercase !important;
	font-weight:bold !important;
	display:inline-block !important;
	padding:5px 10px 5px 10px;
    cursor:pointer !important;
}

.Button:hover {
	color:#773a0d;
}

.Button span
{
	background-image: url(../../images/Buttons/mainbuttonarrow-orange.gif);
	background-repeat:no-repeat;
	background-position: right center;
	background-attachment:scroll;
	padding-right:10px;
	
}

.Button:hover span {
	background: url(../../images/Buttons/mainbuttonarrowBrn-orange.gif) right center no-repeat;
}



.BGreen {
	padding-bottom: 1px; 
	padding:1px 5px 0px 5px;
	background: #bcc890 url(../../images/Buttons/greenbuttonbg.gif) repeat-x top; 
}

.BigGreen {
	background: #bcc890 url(../../images/Buttons/greenbuttonbg.gif) repeat-x top; 
}


.BBack {
	background: #cbc7c4 url(../../images/Buttons/greybuttonbg.gif) repeat-x top center;
}
.BBack span {
	padding-left: 10px; 
	background: url(../../images/Buttons/backbuttonarrow.gif) no-repeat left center;
}

.BBack:hover SPAN {
	padding-left: 10px; 
	background: url(../../images/Buttons/buttonbackarrowBrn.gif) no-repeat left center;
	cursor:pointer;
}


.BDisabled {
	cursor: default; opacity: 0.3
}

.BMini {
	padding:3px 8px 2px 8px;
	font-size:10px;
	line-height:12px;
}




/*******************************
Decorated Text Links
/******************************/
.Notice
{
	color: #e86650;
	font-weight: bold;
}

.LawyerText {
	COLOR: #9c9788; 
	FONT-SIZE: 9px;
	line-height:11px;
}

a.TextLink
{
	padding-left: 20px;
}

a.Expanded
{
	background: url(../images/arrow-expanded.gif) no-repeat left center;
	text-transform: uppercase;
}

a.Collapsed
{
	background: url(../images/arrow-collapsed-trans.gif) no-repeat left center;
	text-transform: uppercase;
	
}

a.Search
{
	display: block;
	background: url(../images/sitesearch-go.gif) no-repeat;
	height: 17px;
	width: 17px;
	overflow: hidden;
	float: left;
}


a.Search span, a.ImgLink span
{
	display: block;
	margin-top: -100px;	
}

a.AddtoCart
{
	background: url(../images/addtocart.gif) no-repeat left center;
	padding: 2px 0px 3px 30px;
	text-transform: uppercase;
    clear:both;
    font-weight:bold;
	color:#fe0000;
}

a.AddtoCart:hover 
{
	color:#773A0D;
	
}

a.CartArrow
{
	display: block;
	width: 8px;
	height: 4px;
	overflow: hidden;
	padding: 2px;
	margin: 1px;
}
a.CartArrow span
{
	display: block;
	margin-top: -50px;
}
a.Upcart
{
	background: url(../images/arrow-brown-up.gif) no-repeat;
}
a.Downcart
{
	background: url(../images/arrow-brown-down.gif) no-repeat;
}

a.ArrowRight, a.ArrowLeft, a.ArrowRight:hover, a.ArrowLeft:hover
{
	background: url(../images/arrowright-orange.gif) no-repeat right center;
	padding-right: 8px;
	padding-bottom: 1px;
	text-transform: lowercase;
}

.KeyIngredientPanel a.ArrowRight {
	background: url(../images/Buttons/mainbuttonarrowBrn-orange.gif) right center no-repeat;
	color:#763a0c;
	
}

a.ArrowLeft
{
	background: url(../images/arrowright-orange.gif) no-repeat left center;
	padding:0px 0px 0px 8px;
}

a.ArrowLGrey
{
	background: url(../images/arrow-grey-left.gif) no-repeat left center;
	padding-left: 7px;
}

a.ArrowRGrey
{
	background: url(../images/arrow-grey-right.gif) no-repeat right center;
	padding-right: 7px;
}

a.ArrowRWhite
{
	background: url(../images/arrow-right-white-trans.png) no-repeat right center;
	padding-right: 7px;
}

.Refill
{
	color: #7D9621;
	text-transform: lowercase;
	background: url(../images/refill_available.gif) no-repeat left center;
	padding:3px 0px 3px 0px;
	float:right;
	font-size:10px;
	width:65px;
	line-height:15px;
}

a.Zoom
{
	background: url(../images/zoom.gif) no-repeat left center;
	clear: both;
	padding-bottom: 2px;	
}
a.Zoom:hover {
	color:#773A0D;
}

a.Pipe
{
	border-right: 1px solid #666;
	padding-right: 5px;
}

a.Remove
{
	display: block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	background: url(../images/icon-remove.gif) no-repeat;
}

a.Refresh span {
	background: url(../images/icon-reload-trans.png) no-repeat right center;
	font-size:10px;
	line-height:18px;
	padding:0px 18px 0px 5px;
	cursor:pointer;
}

a.Listen span {
	background: url(../images/icon-speaker-trans.png) no-repeat right center;
	font-size:10px;
	padding:0px 5px 0px 18px;
}

a.Listen:hover span {
	background: url(../images/icon-speakerBrn-trans.png) no-repeat right center;
}
a.Refresh:hover span {
	background: url(../images/icon-reloadBrn-trans.png) no-repeat right center;
}	


a.Delete span {
	background: url(../../images/icon-remove.gif) no-repeat left bottom;
	font-size:10px;	
	height:30px;
	padding: 4px 5px 0px 20px;	
}

