/**
 *
 * APART Layout Stylesheet
 *
 * Contains style information for layout elements not connected to a specific section.
 *
 * @style       Standard Layout
 * @media       screen
 * @css-for		Mozilla Firefox
 * @version     0.1
 * @author      Milan Matull <http://www.twoantennas.com>
 * @copyright   Two Antennas, Matull & Schieben GbR
 * @licensor    Fork Unstable Media GembH
 * @layout      12 columns at 71px + 10 px gutter each
 				
 							 				
 */

/**
 * @section 	ap-layout-header
 * @see			ap-products-header / ap-products.css
 * 
 * Header wrapper. Contains breadcrump and pagination.
 * 
 */

.ap-layout-header, 
.ap-layout-footer {
	float: left;
	width: 100%;
	margin: 8px 0 18px;
}


/**
 * @section 	ap-layout-breadcrump
 * 
 * Breadcrump navigation on top left of product detail
 * 
 */


.ap-layout-breadcrump {
	float: left;
	width: 480px;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.ap-layout-breadcrump ul, 
.ap-layout-breadcrump li {
	float: left;
	width: auto;
}

.ap-layout-breadcrump li {
	padding: 0 20px;
	background: transparent url(../img/nav/ap-products-breadcrump.png) 100% 50% no-repeat;
}

.ap-layout-breadcrump li.first {
	padding: 0 20px 0 10px;
}

.ap-layout-breadcrump li.last {
	background: none;
}

.ap-layout-breadcrump a {
	color: #999;	
}

.ap-layout-breadcrump a:hover {
	color: #c2c2c2;
}


/**
 * @section 	ap-layout-pagination
 * 
 * Pagination within layout header and footer.
 * 
 */

.ap-layout-pagination {
	float: right;
	width: auto;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

.ap-layout-pagination ul {
	float: right;
	width: auto;
	margin: 0 10px 0 0;
}

.ap-layout-pagination li {
	float: left;
	width: auto;
}

.ap-layout-pagination a {
	color: #b2b2b2;
}

.ap-layout-pagination a:hover {
	color: #5c5f65;
}

.ap-layout-pagination .next, 
.ap-layout-pagination .previous {
	width: 12px;
}

.ap-layout-pagination .next a, 
.ap-layout-pagination .previous a {
	display: block;
	width: 12px;
	height: 17px;
	text-indent: -10000px;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.ap-layout-pagination .next a:hover, 
.ap-layout-pagination .previous a:hover {
	background-position: 50% -17px;
}

.ap-layout-pagination .next a {
	background-image: url(../img/nav/ap-products-pagination-next-bold.png);
}

.ap-layout-pagination .previous a {
	background-image: url(../img/nav/ap-products-pagination-previous-bold.png);
}

.ap-layout-pagination .count {
	width: 69px;
}

.ap-layout-pagination .count a {
	display: block;
	padding: 0 13px 0 0;
	background: transparent url(../img/products/ap-products-pagination-count.png) 90% 50% no-repeat;
}

/**
 * @section	ap-layout-pagetitle
 * @todo	Font replacement needed. Check with @apart.
 *
 * Page title on overview pages.
 *
 */
 
.ap-layout-pagetitle {
	float: left;
	width: 480px;
	margin: 8px 0 0;
}

.ap-layout-pagetitle h1 {
	float: left;
	margin: 0 0 0 24px;
	font-size: 18px;
	text-transform: uppercase;
	color: #999;	
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 1px;
}

/**
 * @section	ap-layout-display-options
 *
 * Options of how many items are displayed on one single page.
 *
 */
 
.ap-layout-display-options {
	float: right;
	width: auto;
	margin: 0 89px 2px 0;
}

.ap-layout-display-options ul,
.ap-layout-display-options li {
	float: left;
	width: auto;
	font-size: 10px;
}

.ap-layout-display-options li {
	float: left;
	width: 48px;
	height: 38px;
	margin: 0 0 0 6px;
}

.ap-layout-display-options li.selected {
	background: transparent url(../img/nav/ap-products-display-options-selected.png) 0 0 no-repeat;	
}

.ap-layout-display-options .legend {
	width: auto;
}

.ap-layout-display-options a, 
.ap-layout-display-options span {
	float: left;
	line-height: 32px;
}

.ap-layout-display-options a {
	width: 16px;
	padding: 0 8px 0 24px;
	text-align: center;	
}

.ap-layout-display-options .s a {
	background: transparent url(../img/nav/ap-products-display-options-s.png) 14px 50% no-repeat;
}

.ap-layout-display-options .m a {
	background: transparent url(../img/nav/ap-products-display-options-m.png) 14px 50% no-repeat;
}

.ap-layout-display-options .l a {
	background: transparent url(../img/nav/ap-products-display-options-l.png) 14px 50% no-repeat;
}

/**
 * @section	ap-layout-item
 *
 * Wrapper element for big images in listings. Can contain image and additional details on hover.
 * Last class needed to remove margin to ensure correct wrapping of elements.
 */

.ap-layout-item {
	margin: 0 10px 10px 0;
	float: left;
	width: 274px;
	height: 391px;
	padding: 20px 20px;
	background: transparent url(../img/nav/pattern-dots.png) 2px 2px repeat;
	position: relative;
}

.ap-layout-item-last {
	margin: 0 0 10px 0;
}

.ap-layout-item a {
	float: left;
	width: auto;
	position: relative;
}

.ap-layout-item a img {
	float: left;	
}

.ap-layout-item div.dynamicImage {
	margin: 0 10px 10px 0;
	position: absolute;
	top: 180px;
	width: 274px;
	text-align: center;
	display: block;
}

.ap-layout-item div.dynamicImage a img {
	float: none;
	margin: 0px auto;
}

.ap-layout-item div.dynamicImage a {
	display: block;
	width: 100%;
	height: 100%;
}

/**
 * @section	ap-layout-item-feature
 *
 * Small triangle indicators for new and reduced items.
 *
 */

.ap-layout-item-feature {
	position: absolute;
	right: 0;
	top: 0;	
	width: 39px;
	height: 37px;
	text-indent: -10000px;
}

.ap-layout-item-feature-new {
	background: transparent url(../img/nav/ap-products-item-feature-new.png) 0 0 no-repeat;
}

.ap-layout-item-feature-sale {
	background: transparent url(../img/nav/ap-products-item-feature-sale.png) 0 0 no-repeat;
}

.ap-layout-item-feature-excl {
	background: transparent url(../img/nav/ap-products-item-feature-excl.png) 0 0 no-repeat;
}

/**
 * @section	ap-layout-item-overlay
 *
 * Semi-trnsaparent image overlay. Shown on hover.
 *
 */

.ap-layout-item a .ap-layout-item-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 274px;
	height: 128px;
	background: transparent url(../img/nav/ap-products-item-overlay.png) 0 0 repeat-x;
	font-size: 12px;
	font-weight: bold;
	display: none;
	cursor: pointer;
}

.ap-layout-item a .ap-layout-item-overlay-sale {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 274px;
	height: 128px;
	background: transparent url(../img/nav/ap_products_item_overlay_80.png) 0 0 repeat-x;
	font-size: 12px;
	font-weight: bold;
	display: none;
	cursor: pointer;
}

.ap-layout-item a .ap-layout-item-overlay-mt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 274px;
	height: 128px;
	background: transparent url(../img/nav/ap_products_item_overlay_80.png) 0 0 repeat-x;
	display: block;
	cursor: pointer;
}
.ap-layout-item a .ap-layout-item-overlay-mt h2 {
    color: #5C5F65;
   text-align: center;	
    font-family: arial,helvetica,sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    padding-top: 50px;
}

.ap-layout-item a:hover .ap-layout-item-overlay, .ap-layout-item-overlay-sale {
	display: block;
}


.ap-layout-item-overlay span, .ap-layout-item-overlay-sale span {
	float: left;
	width: 250px;
	margin-left: 24px;	
}

.ap-layout-item-overlay .ap-layout-item-title, .ap-layout-item-overlay-sale .ap-layout-item-title {
	margin-top: 64px;
}

.ap-layout-item-overlay .ap-layout-item-price del, .ap-layout-item-overlay-sale .ap-layout-item-price del {
	font-size: 10px;
	color: #87898d;
}

/**
 * @section ap-pagination
 * 
 * Custom pagination widget
 * 
 */

.ap-pagination {
	float: left;
	width: 61px;
	height: 21px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.ap-layout-header .ap-pagination {
	margin-top: -6px;
	padding: 4px 4px 0;
	background: transparent url(../img/nav/ap-pagination-top.png) 0 -25px no-repeat;	
}

.ap-layout-footer .ap-pagination {
	margin-top: -2px;
	padding: 0 4px 4px;
	background: transparent url(../img/nav/ap-pagination-bottom.png) 0 -25px no-repeat;	
}

.ap-layout-header .ap-pagination-open, 
.ap-layout-footer .ap-pagination-open {
	background-position: 0 0;
}

.ap-pagination-current {
	padding: 2px 0 0;
}

.ap-pagination-options {
	display: none; 
	position: absolute;
	left: 0;
	z-index: 1;
	width: 61px;
}

.ap-layout-header .ap-pagination-options {
	top: 25px;
	padding: 0 4px 5px;
	background: transparent url(../img/nav/ap-pagination-options-top.png) 50% 100% no-repeat;		
}

.ap-layout-footer .ap-pagination-options {
	bottom: 25px;
	padding: 5px 4px 0;
	background: transparent url(../img/nav/ap-pagination-options-bottom.png) 50% 0 no-repeat;		
}

.ap-pagination-open .ap-pagination-options {
	display: block;
}

.ap-pagination-options ul,
.ap-pagination-options li {
	float: none;
	display: block !important;
}

.ap-pagination-options ul {
	max-height: 162px;
	overflow: auto;
} 

.ap-layout-header .ap-pagination-options ul {
	margin: 0 3px 3px !important;	
}

.ap-layout-footer .ap-pagination-options ul {
	margin: 3px 3px 0 !important;	
}

.ap-pagination-options li {
	/*
	float: left;
	width: 100%;
	*/
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.ap-pagination-options a {
	display: block;
	padding: 0 7px;
	height: 18px;
	color: #b2b2b2;
	overflow: hidden; /* truncate labels with too many characters */
	background: transparent url(../img/nav/ap-select-options-a.png) 0 -18px repeat-x !important;
}

.ap-pagination-options a:hover {
	background: transparent url(../img/nav/ap-select-options-a.png) 0 0 repeat-x !important;
	color: #5c5f65;
}

