/*****************************************/
/******      EgoraCart Styles       ******/
/******           PRINT             ******/
/*****************************************/


/***** General ****/

	body {
		background: #fff;
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .8em;
		text-align: center;
		}

	h1 { font-family: verdana, arial, sans-serif; font-size: 21px; font-weight: bold; color: #000000; margin:1px; line-height: 21px}
     h2 em {  display: none; }
        
	a { color: #0000cc; }
	a:visited { color: #0000cc; /* color: #897363; */ }
	a em { display: none; }
	
	img { border: 0px; }
	
	/* Page */
	#page {
		width: 675px;
		margin: 0px auto 0px auto;
		padding: 0px;
		text-align: left;
		background: #fff url(../images/page_bg.gif) repeat-y;
		}
	#page.home,
	#page.cart {
		background: #fff;
		}
	.noprint {
		display: none;
		}
	
/***** Header *****/
	
	#header {
		height: 150px;
		padding: 0px;
		margin: 0px 0px 15px 0px;
		}
	#header .logo_print {
		display: block;
		}
	#header ul.toplinks,
	#header #cartmini,
	#header a.logo,
	#header #login_notice {
		display: none;
		height: 0px;
		margin: 0px;
		padding: 0px;
		}


/***** Menu *****/
	
	#menu, 
	#menu ul, 
	#menu li, 
	#menu li a,
	#menu #search,
	#menu #search form,
	#menu #search .search_text,
	#menu #search .search_btn {
		display: none;
		height: 0px;
		margin: 0px;
		padding: 0px;
		}
		
		
/***** Content *****/
	
	#content {
		clear: both;
		display: block;
		margin: 0px;
		padding: 0px;
		height: 100%;
		}
		
		
/***** Home *****/
	


/***** View *****/
	
	#view,
	#view.full {
		display: block;
		float: left;
		width: 100%;
		}
	#view #breadcrumb {
		list-style: none;
		padding: 0px;
		margin: 15px 15px 0px 15px !important;
		margin: 15px 15px -5px 15px;
		display: block;
		height: .5em;
		}
	#view #breadcrumb li {
		display: block;
		float: left;
		font-size: .7em;
		font-size: 9px; /* Need this because of Mac font rendering in Firefox is too small with ems */
		padding: 0;
		margin: 0px 5px 0px 0px;
		}
	#view #breadcrumb li a {
		padding: 0px 5px 0px 0px;
		}
	#view #breadcrumb li.thispage {
		font-weight: bold;
		}
	#view #paging_top {
	   display: none;
	   }
		
    #product_purchase, 
    #recommended,
    .upselling_title,
    #product_embroidery,
    #product_colors {
        display: none;
        }
        
    #printable_options {
        display: block;
        clear: both;
        font-size: .85em;
        margin: 30px 0px 0px 0px;
        }
    #printable_options h4 {
        margin: 15px 0px 0px 0px;
        padding: 0px;
        font-size: 1.2em;
        }
    #printable_options p {
        margin: 0px;
        padding: 0px;
        }
    #printable_options ul {
        list-style: none;
        margin: 5px 0px 0px 0px;
        padding: 0px;
        }
    #printable_options ul li {
        clear: both;
        margin: 5px 0 0 0;
        height: 25px;
        }
    #printable_options ul li .product_th {
        border: 1px solid #000;
        margin: -5px 5px 0px 0px;
        float: left;
        width: 23px;
        height: 23px;
        }
        
    #printable_options ul li .printable_color_name {
        margin-top: 5px;
        }
        
    /* Features */
	a#product_features_link{
	   margin: 25px 0px 0px 0px;
	   padding: 15px 0px 0px 0px;
	   display: none;
	   height: 2em;
	   font-size: 1.25em;
	   color: #000;
	   clear: both;
	   }
	a#product_features_link.open {
	   color: #000;
	   display: block;
	   }
	#product_features {
	   background: url(../images/nav_products_bg.gif) repeat-x;
	   font-size: .85em;
	   padding: 5px 15px 15px 10px;
	   display: block;
	   }
	#product_features ul {
	   list-style: none;
	   margin: 0px 0px 15px 30px;
	   padding: 0px;
	   }
	#product_features ul li {
	   text-indent: -15px;
	   }
	
	/* My Account */
	.trackingnumber,
	.blockmenu,
	#myaccount_links {
		display: none;
		}

/***** Cart *****/
    
    #cart_header,
    #cart_update,
    #cart_coupon,
    #checkout,
    #cart .links .afterupc {
        display: none;
        height: 0;
        margin: 0;
        padding: 0;
        }
    #cart_labels {
        border-bottom: 1px solid #000;
        }
    .item_qty {
        border: 0px;
        padding-top: 3px;
        }

/***** Nav *****/

	#nav {
		width: 0px;
		display: none;
		}
	
/***** Promo Bar *****/ 
	
	#promobar {
		border: 1px solid #000;
		border-width: 1px 0px 0px 0px;
		margin: 15px 0px 0px 0px;
		}
/***** Footer *****/

	#footer {
		border: 0px;
		height: 2em;
		}
	#footer ul {
		border: 0px;
		}
	#footer ul li.title {
		font-weight: bold;
		margin: 0px;
		}
	#footer ul li {
		margin: 0px 0px 0px 10px;
		line-height: 1.25em;
		}
	* html #footer ul li {  	/* For IE 6 */
		position: relative;
		}
	
	/* Policies */
	#footer ul.services,
	#footer ul.policies {
		display: none;
		}
	
	/* Info */
	#footer ul.info { 
	   position: absolute;
	   left: 215px;
	   top: 0px;
	   margin: 0;
	   padding: 50px 0 0 0;
	   }
	   
	#footer ul.info li { display: none; }
	#footer ul.info li.second { margin-left: 0em; }
	#footer ul.info li.top { 
	   margin-top: 0em; 
	   display: block;
	   }
	#importantlinks,
	.copyright {
		display: none;
		}
		
		
	