/*!
 * Theme Name: JM Team
 * Theme URI: http://www.joomlart.com
 * Version: 1.0
 * Description: 
 * Author: JM Team - Joomlart.com
 * Author URI: http://www.joomlart.com
 * 
 * Powered by Magento
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 */
.main {
  /*width: 1240px;*/
}

/*CATEGORIES LAYERED NAV BLOCK*/
.block.block-layered-nav .block-title {
  display: block;
  text-align: center;
}

.block.block-layered-nav .block-content {
  position: relative;
  top : 0px;
  left: 0px;
  bottom: 0px;
  padding: 20px 0px 20px 0px;
}

/* -------GRID VIEW -------- */

/*GRID VIEW MAP PRICE START*/
.products-grid .price-box.map-info {
	position: relative;
 	top: 0px;
  right: 0px;
 	bottom: 0px;
 	left: 0px;
}

.products-grid .map-link {
  position: relative;
  top: 3px;
  right: 0px;
  bottom: 0px;
  left: 0px;
} 
/*GRID VIEW END MAP PRICE*/

/*--------LIST VIEW --------- */

.products-list .price-box {
	margin: 10px 0px 10px 0px;
}

.products-list .old-price {
	float: left
}

.products-list .special-price {
	position: relative;
  Margin: -2px 0px 0px 40px;
}

/*LIST VIEW MAP PRICE START*/
.products-list .price-box.map-info {
	position: relative;
 	top: 0px;
  right: 0px;
 	bottom: 0px;
 	left: 0px;
}

.products-list .map-link {
  position: relative;
  top: 4px;
  right: 0px;
  bottom: 0px;
  left: 40px;
} 

/*LIST VIEW END MAP PRICE*/

/*----------- PRODUCT VIEW -----------*/

.product-view .product-name {
  margin: 0px 0px 10px 0px;
}

.product-view .price-box {
  width: 100%;
  margin: 0px 0px 10px 0px;
}

.product-view .special-price {
  position: relative;
  top: 0px;
  bottom: 0px;
  left: 20px;
  right: 0px;
}

/*PRODUCT VIEW - MAP PRICING START*/
.product-view .price-box-map-info {
  position: relative;
  top: 20px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

/*REMOVES CHECKOUT BOX IN MAP PRICE POPUP*/
.map-popup .map-popup-checkout {
  display: none;
}

.map-popup .map-popup-msrp-box,
.map-popup .map-popup-msrp {
  display: none;
}

.map-popup .price-label {
  display: none;
}

.map-popup .map-popup-price {
  margin: 10px 0px 20px 0px;
}
/*PRODUCT VIEW - MAP PRICING END*/
