/***********************************************/
/* g_print.css                            */
/* Print specific styles         */
/*   Only needs styles that are different if you   */
/*  inlcude the other stylesheet with media="All" */
/***********************************************/

body{
	background: #ffffff;
}

/************** header tag styles **************/

h1{
	font-family: Arial,sans-serif;
 font-weight: bold;
 font-size: 16px;
}

.shoehead {
 font-size: 16px;
 padding: 0;

}

.shoesubhead {
	display: none;
}


.shoesubhead a, .shoesubhead a:link, .shoesubhead a:visited{
	color: #5EC6FC;
	text-decoration: none;
}

.shoesubhead a:hover{
	text-decoration: underline;
}

.shoestyle {
 font-size: 12px;
 margin: 5px 0 0 0;
}
/***************  shoe pictures table  ************/

.shoepics td {
     padding: 12px 7px 12px 12px;
	}





.heels {
	margin:20px 0 0 0 ;
}

.heels td {
     padding: 20px 0 0 0;
	}


.shoepicsw td {
   padding: 12px 7px 0 12px;

}


.heelsizew td{
	padding: 3px 0px 15px 12px;
	font-size: 9px;
}


.shoepicsbw td {
     padding: 12px 7px 0 12px;
	}



.heelsizebw td{
	border-style: none;
	padding: 0 10px 10px 20px;
	font-size: 9px;
}



.shoepicsm td {
     padding: 12px 7px 0 12px;
	}




.heelsizem td{
	padding: 3px 0px 15px 12px;
	font-size: 9px;
}



/*************** paging styles  *****************/




.pager p a:link{

	display: none;
}

.pager p a:visited{

	display: none;
}





/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagebody, #pagebody_wb{
	background: #ffffff; 
	height: auto;
	margin: 0;
}


#mastheadnew{
	margin:0;

}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	padding: 0;
	color: #000000;
}
/************** shoe pages menu *****************/


p.menu {
	display: none;
}



/************** pageHead styles  replaces the pageName styles above for new pages ****************/

#pageHead{
	padding: 0;
	border: 0;
}





/************** siteInfo styles ****************/

#siteInfo{
	display: none;
}

#siteInfo img{
	display: none;
}

