/**
 *   Magz Bagz print css
 */
 

#container { width: 600px; }	



#logo, #colLeft, #catalogCartNav, #catalogCartNav, #footer { display: none; }


#header { height: 90px; margin-bottom: 40px; }
#printLogo { display: block; position: absolute; z-index: 1; }
#pageTextHeader { position: absolute; top: 55px; right: 0; z-index: 2; }



/* colRight/content area -------------------------------------------*/

#colRight { float: none; width: 600px; }


/* shop ------------------------------------ */

/* catalog -----------*/

/* copy */
#catalog_div1, #catalog_div2 { float: none; width: 600px; padding-bottom: 15px; }

/* catalog */
.catalog_cell_L, .catalog_cell_R  { float: left; width: 250px; margin-bottom: 20px; }
.catalog_cell_L div.info, .catalog_cell_R div.info { position: absolute; bottom: 0; left: -30px; }

/* product details ---*/

/* product details */
#prodDetails_colLeft { display: none; }
#prodDetails_colRight { width: 600px; float: left; }

/* product images */
#prodImgsWrapper { width: 600px; height: 308px; padding-top: 12px; position: relative; margin-bottom: 25px; }
.lgImgWrap { position: absolute; top: 0; left: -60px; }
.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 { display: none; }
#prodImgsWrapper #prodThumbs, #prodImgsWrapper #prodThumbs6Mods { position: absolute; right: -30px; }







/* footer -------------------------------------------*/
#footer { font-size: 11px; float: right; width: 725px; padding: 60px 0 30px 0; position: relative; }
#footer ul#nav { list-style: none; margin: 0; padding: 0; height: 30px;  }
#footer ul#nav li { float: left; }
#footer ul#nav li.divider { padding: 0 8px; color: #cd003b; } 
#footer p#copyCredit { color: #999; padding-left: 37px; }
#footer p#copyCredit a { color: #999; }
#emailMagz { position: absolute; top: 40px; right: 0; background: url(../images/speechBubble.gif) no-repeat; padding: 19px 0 0 49px; }




