/**
 *   Magz Bagz story css
 */
 
body { background: url(../images/bg2.jpg) no-repeat; }
  
a:hover, a.active, h2, h3 { color: #1c547e !important; } 


/* catalog -------------------------------------------------------------*/

/* copy */
#catalog_div1 { float: left; width: 285px; }
#catalog_div2 { float: right; width: 385px; }

/* catalog */
.catalog_cell_L, .catalog_cell_R  { float: left; height: 370px; width: 324px; background: url(../images/cat_prod_bg.jpg) no-repeat; text-align: center; position: relative; margin-bottom: 30px; }
.catalog_cell_L { margin-right: 20px; }
.catalog_cell_L img, .catalog_cell_R img { margin: 0 auto; }
.catalog_cell_L div.info, .catalog_cell_R div.info { position: absolute; bottom: 0; left: 0; font-size: 14px; width: 324px; line-height: 22px; }
.catalog_cell_L div.info a, .catalog_cell_R div.info a { font-size: 16px; }



/* product details -------------------------------------------------------------*/


/* product images */
#prodImgsWrapper { background: url(../images/productDetails_bg.jpg) no-repeat; width: 725px; height: 308px; padding-top: 12px; position: relative; margin-bottom: 25px; }
.lgImgWrap { position: absolute; top: 0; left: 0; width: 330px; height: 320px; }
.lgImgWrap div.prodImage { position: absolute; top: 3px; left: 55px; text-align: center; width: 260px; }
.lgImgWrap div.prodImageLower { position: absolute; top: 20px; left: 55px; text-align: center; width: 260px; }
.lgImgWrap div.prodImageLower img { margin: 0 auto; }
.lgImgWrap a.larger { position: absolute; bottom: 45px; left: 35px; }
#prodImgsWrapper #prodThumbs { position: absolute; top: 40px; right: 65px; }
#prodImgsWrapper #prodThumbs6Mods { position: absolute; top: 40px; right: 50px; }


/* product details */
#prodDetails_colLeft { float: left; }
#cartLinks { margin-bottom: 40px; }
#cartLinks tr td { padding: 3px 0; }
#cartLinks tr td.td1 { width: 30px; }
#cartLinks tr td a { color: #3d4952; font-size: 11px; } 
#cartLinks tr td a:hover { color: #fe4098 !important; } 

#prodDetails_colRight { width: 470px; float: right; }


