/**
 * @category    Mana
 * @package     ManaPro_ProductPlusProduct
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */    
.m-bought-together {}
.m-bought-together-visuals { overflow: hidden; }
.m-bought-together-products { float: left; width:100%; }
.m-bought-together-products>li { float: left; margin: 0 5px 10px 5px; width:18%; }
.m-bought-together-products > li label .product-names{ display:block; height:35px; overflow:hidden;}
.m-bought-together-summary { float: left; }
.m-bought-together-options { margin-bottom: 10px; }
.m-bought-together-add-to-box { float: none; margin: 0; padding: 0; }
.m-bought-together .add-to-links,
.m-bought-together .add-to-cart { float: none; margin: 10px 0 0; padding: 0; }
.m-bought-together button.button  { margin:0; padding:0; }
.m-bought-together .m-separator { background: transparent url(../images/manapro_productplusproduct/plus.png) center center no-repeat; width:30px; margin: 0 0 12px; }
.m-bought-together .m-product img { border: 1px solid #bbb; }
.m-bought-together-products > li input{ float:left;}
.m-bought-together-products > li label{ float:left; width:80%; margin-left:5px;}

