/* SMART SHORTIES */
/* Item Details Page Stylesheet
----------------------------------------------------------------------------- */


	@import url("widget-item.css");


/* HEADINGS
----------------------------------------------------------------------------- */


	h2 {

	display: none;

	}


/* PAGE LAYOUT
----------------------------------------------------------------------------- */


	#main {

	width: 766px;
	float: left;
	background-color: #fff;
	padding: 7px;
	position: relative;

	}

	#main a.action.continue {

	text-indent: 0;
	color: #000;
	margin: 13px 0;
	float: right;
	font-weight: bold;
	padding-left: 8px;
	background: url(../../images/store/actions/a-arrow-black.gif) left no-repeat;

	}

	#main a.action.continue:hover {

	text-decoration: none;

	}


/* AUDIO PREVIEW
----------------------------------------------------------------------------- */

	#preview {

	width: 140px;
	height: 24px;

	display: block;
	float: left;
	margin-left: 14px;
	margin-top: 20px;

	}


/* DETAILS GROUP
----------------------------------------------------------------------------- */


	div.details strong {

	display: inline !important;

	}

	div.details em {

	display: none !important;

	}


/* Photo Browser
----------------------------------------------------------------------------- */


	div.widget-item.photos {

	position: relative;
	width: 414px;
	height: 414px;

	}

	div.widget-item.photos img {

	position: absolute;
	top: 0;
	left: 0;
	width: 414px;
	height: 414px;

	}

	div.widget-item.photos a.next {

	width: 95px;
	height: 95px;
	background: url(../../images/store/page-item/a-inside.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	outline: none;

	}
	
	div.widget-item.photos a.back {

	display: none;

	}
	
	
/* Hide Wishlist Button
----------------------------------------------------------------------------- */
	
	
	#page-item .widget-item.display ul.actions input.wishlist {
	
	display: none !important;
	
	}		
