/* REVISION3 */
/* Item Details Page Stylesheet
----------------------------------------------------------------------------- */


	@import url("reviews.css");
	@import url("tabs.css");
	@import url("widget-cart.css");
	@import url("widget-item.css");
	@import url("widget-tag.css");


/* Layout
----------------------------------------------------------------------------- */


	div.widget-item.photos {

	width: 450px !important;
	float: left;
	margin: 0 0 0 10px;

	}
	
	div.widget-item.display.photos div {

	width: 450px !important;
	
	}

	div.widget-item.display {

	width: 200px;
	clear: none !important;
	float: left;
	padding-left: 20px;

	}

	div.widget-item.display div {

	width: 200px;

	}


/* Widget - Photos
----------------------------------------------------------------------------- */


	div.enlarged {

	width: 450px;
	height: 450px;
	background-image: url(../images/widget-item/loading.gif);
	overflow: hidden;
	position: relative;
	z-index: 3;

	}

	div.enlarged img {

	display: block;
	width: 450px;
	height: 450px;

	}

	div.enlarged span {

	width: 450px;
	height: 450px;
	background: url(../images/widget-item/mask-photo.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;

	}

	div.widget-item.photos ul {

	float: left;
	width: 450px;
	padding: 10px 0 0 0 !important;
	margin: 0 0 25px 0 !important;
	background: #dbdbdb url(../images/widget-item/bg-thumbnails.gif) bottom left no-repeat;
	overflow: hidden;

	}

	div.widget-item.photos ul li {

	text-align: center;
	float: left;
	width: 98px;
	height: 98px;
	overflow: hidden;
	border: 1px solid #9e9e9e;
	margin: 0 0 10px 10px;
	background-color: #ccc;

	}

	div.widget-item.photos ul.photos img {

	width: 98px;
	height: 98px;

	}

	div.widget-item.photos ul.photos li.hover {

	width: 96px;
	height: 96px;
	border: 2px solid #8cc63f;

	}

	div.widget-item.photos ul.photos li.selected {

	width: 96px;
	height: 96px;
	border: 2px solid #8cc63f;

	}

	div.widget-item.photos ul.photos li.hover img, 
	div.widget-item.photos ul.photos li.selected img {

	margin: -1px 0 0 -1px;

	}


/* Widget - Items
----------------------------------------------------------------------------- */


	div.topic {

	margin-top: 0;

	}
	
	div.topic small {
	
	display: none;
	
	}

	div.details p {

	width: auto;
	margin-bottom: 10px;
	margin-top: 0;

	}


/* Paired Items
----------------------------------------------------------------------------- */

	div#main div.widget-item.browse {

	clear: both;
	float: left;
	width: 698px;
	padding: 10px 0 0 20px;
	margin: 0 0 10px 0;

	}

	div#main div.widget-item.browse h3 {

	display: block;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;

	}

	div#main div.widget-item.browse ul.items {

	margin-bottom: 0;
	width: 713px;
	background: url(../images/widget-item/bg-paired.gif) bottom right no-repeat;

	}
	

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