/*	-------------------------------------------------------------
	Buttons
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	a.qMark {
		background: url(/img/static/buttons/qMark.gif);
		}

	a.addToCart {
		background: url(/img/static/buttons/addToCart.gif);
		}

	a.cross {
		background: url(/img/static/buttons/cross.gif);
		}

	a.speaker {
		background: url(/img/static/buttons/speaker.gif);
		}

/*	-------------------------------------------------------------
	Text equivelents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	a.qMark, a.addToCart, a.cross, a.speaker {
		font-size: 1px;
		display: block;
		width: 24px;
		height: 22px;
		text-indent: -9999em;
		text-decoration: none;
		}
	
	a.addToCart{
		width: 31px;
	}
	
	a.detailed{
		margin-top:15px;
		float:left;
	}
	
/*	-------------------------------------------------------------
	Images without borders
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	div.cdL div.left a img, div.cdR div.left a img{
		border:0px;
	}