/* Many items in Magento are quite normalized and will likely never be altered. 
   Those are kept tucked away in the boxes.css file referenced below 
*/
@import url("/cm/esites/skin/css/default_boxes.css");

/* Many items are having to be commonly altered for custom estores. By containing
   them in a unique css file we are able to more quickly isolate those common
   items and make the changes required 
   Every esite will have an esite_custom_boxes.css in their /css folder
   */
@import url("esite_custom_boxes.css");



