
	/* For Site Skin - 1033*/
	
	a.grey span.marketButton
	{
		background-color: rgb(153,158,164);
	}
	
	a.grey span.marketButtonGloss
	{
		background-color: rgb(163,167,173);
	}
	
	a.grey span.marketButtonLable
	{
		text-shadow: -1px -1px 1px rgb(153,158,164), 1px -1px 1px rgb(153,158,164);
	}
	
	span.marketButton
	{
		color: rgb(255,255,255);
		background-color: rgb(12,71,79);
		cursor: pointer;

		height: 41px;
		width:153px;

		font: bold 13.6px arial;

		display: inline-block;
		position: relative;
		
		vertical-align:middle;

		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

	span.marketButtonGloss
	{
		background-color: rgb(36,89,96);
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;

		top:0;
		bottom:50%;
		left:0;
		right:0;
		position: absolute;
		z-index:1;
	}

	span.marketButtonLable
	{
		text-align: center;
		text-shadow: -1px -1px 1px rgb(12,71,79), 1px -1px 1px rgb(12,71,79);
		position: absolute;
		display:inline-block;
		z-index: 10;
		line-height: 41px;
		width:auto;
		right: 0px;
		left: 0px;
		top:0px;
	}
	
	.hasLeftSymbol span.marketButtonLable
	{
		text-align: center;
		text-shadow: -1px -1px 1px rgb(12,71,79), 1px -1px 1px rgb(12,71,79);
		position: absolute;
		display:inline-block;
		z-index: 10;
		line-height: 41px;
		width:auto;
		right: 0px;
		left: 33px;
		top:0px;
	}
	
	span.buttonSymbolBox
	{
		position: absolute;
		margin-right:10px;
		border-right: 1px solid rgb(255,255,255);
		display: inline-block;
		font-size: 28px;
		height: 70%;
		top: 15%;
		left: 0;
		width: 33px;
		z-index: 10;
		text-align: center;
	}
	
	span.buttonSymbolBox span.ask
	{
		font-size: 20px;
		font-family: arial black;
	}
	
	span.buttonSymbolBox + span.marketButtonLable
	{
		left:33px;
	}
	
	span.buttonShiftLeft + span.marketButtonLable
	{
		right:33px;
	}
	
	img.buttonArrowImg
	{
		position: absolute;
		display: inline-block;
		height: 41px;
		top: 0;
		right: 0;
		z-index: 10;
		border:none;
	}
	
	span.buttonArrowBox
	{
		position: absolute;
		display: inline-block;
		height: 41px;
		top: 0;
		right: 0;
		width: 33px;
		z-index: 10;
	}
	
	span.buttonArrowTail
	{
		background-color:rgb(255,255,255);
		position: absolute;
		display: inline-block;
		height: 4px;
		top: 19px;
		left: 0;
		width: 10px;
		z-index: 10;
	}
	
	span.buttonArrowHead
	{
		border-left: 10px solid rgb(255,255,255);
		border-right: none;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		position: absolute;
		display: inline-block;
		height: 0px;
		top: 16px;
		left: 10px;
		width: 0px;
		z-index: 10;
	}
	
	span.buttonSymbolText
	{
		font-family:cursive;
		line-height:12px;
		position:absolute;
		top:1px;
		left:23px;
		z-index:11;
	}
	
	a.linkMarketButton:hover
	{
		text-decoration:none;
	}
	

