/**
 *   Magz Bagz story css
 */
 
 body { background: url(../images/bg2.jpg) no-repeat; } 
 
a:hover, a.active { color: #24466b !important; } 
/* a:hover, a.active { color: #9e231b !important; } */


/* colRight/content ------------------------------------ */

#home_prodWrap { float: left; background: url(../images/home_product_bg.png) no-repeat; width: 378px; height: 311px; text-align: center; padding-top: 20px; margin-right: 25px; }
#home_prodWrap img { margin: 0 auto; }
#home_content { width: 319px; height: 320px; float: right; padding-top: 10px; }


/* home catalog */
.H_catalog_cell_L, .H_catalog_cell_R  { float: left; height: 370px; width: 324px; padding-top: 1px; background: url(../images/cat_prod_bg.gif) no-repeat; text-align: center; position: relative; margin-bottom: 10px; }
.H_catalog_cell_L { margin-right: 20px; }
.H_catalog_cell_L img, .H_catalog_cell_R img { margin: 0 auto; }
.H_catalog_cell_L div.info, .H_catalog_cell_R div.info {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	width: 324px;
	line-height: 22px;
	height: 40px;
}
.H_catalog_cell_L div.info a, .H_catalog_cell_R div.info a { font-size: 16px; }
