/* Item Widget
----------------------------------------------------------------------------- */


/* PRODUCT ITEMS
----------------------------------------------------------------------------- */


	ul.items li a {
	
	display: block;
	
	}

	ul.items li img {

	width: 300px;
	height: 300px;
	margin: 0;
	display: block;
	
	}
	
	ul.items li del {
	
	padding-right: 10px;
	
	}
	

/* BROWSE + DISPLAY / FEATURED PATTERN
----------------------------------------------------------------------------- */


	#featured,
	#featured_products {

	width: 325px !important;
	height: 365px !important;
	background-color: #fff !important;
	padding: 32px 16px 0 16px !important;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 10;
	
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	
	}

	#featured h3,
	#featured_products h3 {
	
	display: none;
	
	}
	
	#featured img,
	#featured_products img {
	
	width: 325px;
	height: auto;
	margin: 0;
	display: block;
	
	}

	#featured a.next,
	#featured_products a.next {
		
	text-indent: -5000px;
	position: absolute;
	padding: 0;
	width: 38px;
	height: 38px;
	overflow: hidden;
	cursor: pointer;
	top: 16px;
	right: 5px;
	z-index: 100;
	background: url(../images/actions/a-circle-next.gif) 0 0 no-repeat;
		
	}

	#featured a.next:hover,
	#featured_products a.next:hover {
	
	background-position: 0 -38px;
	background-color: transparent;
	
	}
	
	#featured a.back,
	#featured_products a.back {
	
	display: none !important;
	
	}

	#featured li,
	#featured_products li {
	
	height: 367px;
	margin: 0;
	
	}

	#featured li.last,
	#featured_products li.last {
	
	margin: 0;
	
	}
	
	#featured li li,
	#featured_products li li {
	
	height: 0;
	
	}
	
	#featured ul.actions,
	#featured_products ul.actions {
	
	padding: 0;
	
	}
	

/* BROWSE + ADDED / LABEL TOOLTIP PATTERN
----------------------------------------------------------------------------- */

	
	div.widget-item.label h3 {
	
	display: none;
	
	}
	
	div.widget-item.label ul.items li {
	
	width: 300px;
	height: 300px;
	margin: 0 13px 13px 0;
	cursor: pointer;
	
	}
	
	div.widget-item.label ul.items li.last {
	
	margin: 0 0 13px 0;
	
	}

	div.widget-item.label ul.items li.hover img {
	
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter:alpha(opacity=60);
	
	}
	
	div.widget-item.label ul.items li a.buy {
	
	position: absolute;
	bottom: 13px;
	right: 13px;
	z-index: 10;
	display: none;
	padding-right: 20px;
	background-color: #fff;

	}
	
	
	div.widget-item.label ul.items li.hover a.buy,
	div.widget-item.label ul.items li.hover var {

	display: block;
	cursor: pointer;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;


	}
	
	div.widget-item.label ul.items li var {
	
	width: 274px;
	height: 274px;
	padding: 13px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter:alpha(opacity=70);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	}
	
	div.widget-item.label ul.items li.hover dl {
	
	display: block;
	
	}
	
	div.widget-item.label ul.items li dl {
	
	width: 274px;
	display: none;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	padding: 13px;
	background-image: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	
	}
	
	div.widget-item.label ul.items li dt {
	
	width: 274px;
	font-size: 12px;
	line-height: 12px;
	color: #432f24;
	
	}
	
	div.widget-item.label ul.items li dt.type {
	
	font-size: 30px !important;
	line-height: 30px !important;
	color: #432f24;
	border-bottom: 1px solid #432f24;
	margin-bottom: 5px;
	padding-bottom: 5px;
	
	}

	div.widget-item.label ul.items li dt.skin {
	
	font-weight: normal;
	text-transform: lowercase;
	
	}
	
	div.widget-item.label ul.items li dt a {
	
	font-size: 16px;
	line-height: 14px;
	color: #432f24;
	
	}
	
	div.widget-item.label ul.items li dt em {
	
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
	
	}

	
/* Added */

	#page-added div.widget-item.label {
	
	width: 626px;
	float: left;
	margin-right: 33px;
	
	}
	
	#page-added div.widget-item.label h3 {
	
	font-size: 16px;
	line-height: 18px;
	display: block;
	
	}
	

/* BROWSE / CATALOGUE PATTERN
----------------------------------------------------------------------------- */


	div.widget-item.catalogue {
	
	width: 100%;
	border-bottom: 1px dashed #dfddd8;
	clear: left;
	float: left;
	
	}

	div.widget-item.catalogue h3 {

	width: 100%;
	padding: 0 0 13px 0;
	margin: 30px 0 13px 0;
	border-bottom: 1px dashed #dfddd8;
	color: #432f24;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	
	}
	
	div.widget-item.catalogue ul.items li {
	
	width: 160px;
	height: 180px;
	margin: 0 13px;
	
	}

	div.widget-item.catalogue ul.items li img {
	
	width: 100px;
	height: 100px;
	margin: 0 auto 13px auto;
	
	}
	
	div.widget-item.catalogue ul.items dt {
	
	padding-top: 0;
	line-height: 11px;
	
	}

	div.widget-item.catalogue ul.items dt a {
	
	width: auto;
	display: inline;
	color: #432f24;
	text-transform: uppercase;
	
	}
	
	div.widget-item.catalogue ul.items dt a:hover {

	color: #996148;
	
	}

	div.widget-item.catalogue ul.items dt em, 
	div.widget-item.catalogue ul.pages {
	
	display: none;
	
	}
	

/* BROWSE / CATALOGUE PATTERN
----------------------------------------------------------------------------- */


	#page-added div.widget-item.catalogue {
	
	width: 647px;
	border: none;
	
	}
	
	#page-added div.widget-item.catalogue h3 {

	margin: 3px 0 13px 0;
	
	}
	
	#page-added div.widget-item.catalogue ul.items li {
	
	margin: 0 26px 13px 26px;
	
	}


/* BROWSE / CATALOGUE PATTERN
----------------------------------------------------------------------------- */


	#page-product div.widget-item.catalogue {
	
	width: 600px;
	
	}


