/*	Products Category Views
-------------------------------------------------- */

	/* Quick View */

		#quickViewContent {
		  background: #FFF;
		  max-width: 1000px;
		  margin: 0 auto;
		  position: relative;
		  padding: 10px;
		  -webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
		}

		.quickview {
			visibility: hidden;
			text-align: center;
			position: relative;
			z-index: 9999;
			margin-top: -30px;
			margin-bottom: 10px;
		}
		.product-list .quickview {
			margin-top: 10px;
		}
		.quickview > .btn,
		.quickview > a.btn {
			width: 100%;
			background: #000;
			color: #fff;
			border: 0;
			opacity: 0.30;
			-moz-opacity: 0.30;
			filter:alpha(opacity=30);
			-webkit-border-radius: 0;	
			-moz-border-radius: 0; 
			border-radius: 0;
			font-weight: normal;
		}
		.quickview > .btn:hover,
		.quickview > a.btn:hover {
			border: 0;
			opacity: 0.50;
			-moz-opacity: 0.50;
			filter:alpha(opacity=50);
		}
		.sidebar .quickview { display: none !important; }

		.quickview .btn {
			text-transform: uppercase;
			font-size: 11px;
		}
		.product-list .quickview {
			width: 100%;
			position: relative;
			top: 0;
		}
		a.more-details {
			text-transform: uppercase;
			letter-spacing: 1px;
			font-size: 10px;
			color: #666;
			float: right;
		}

		#quickViewContent .page-header h1 {
			text-align: left;
			margin-top: 40px;
		}
		#quickViewContent .product-info .rightcol .price {
			margin-top: 10px;
		}
		.quickview-box .page-header { margin: 0; }
		.quickview-box .page-header h1 { font-size: 2em; }

	/* Colorbox */

		#cboxContent {
			border: 6px solid #f2f2f2;
			webkit-box-shadow: 0 1px 5px rgba(0,0,0,.5);
			-moz-box-shadow: 0 1px 5px rgba(0,0,0,.5);
			box-shadow: 0 1px 5px rgba(0,0,0,.5);
		}
		.quickview-box #cboxLoadedContent {
			/*border: 1px solid #ccc;*/
			margin: 0 !important;
			padding: 10px 20px;
			width: auto !important;
		}

		#cboxTopCenter,
		#cboxTopLeft,
		#cboxTopRight,
		#cboxMiddleLeft,
		#cboxMiddleRight,
		#cboxBottomLeft,
		#cboxBottomCenter,
		#cboxBottomRight {
			display: none !important;
		}

		#cboxPrevious, #cboxNext, 
		#cboxClose, #cboxSlideshow { bottom: 10px !important; }

		#cboxClose {
			top: 10px;
			right: 10px !important;
			bottom: auto;
		}


