/* CSS FOR PRINT */


/* HIDE ELEMENTS */
div#cart_items {
	display: none;
}
div#footer {
	display: none;
}
ul#menu {
	display: none;
}
div#divmens {
	display: none;
}
div#divwomens {
	display: none;
}
form#add_to_cart {
	display: none;
}
div#views {
	display: none;
}

/*CHANGE ELEMENTS*/
div.order_bg {
	background-color:#ffffff !important;
	padding:30px 20px 20px 20px;
	width:100px !important;
	vertical-align:top;
	text-align:center;
	height:415px;
	position:relative;
	float:left;
}
div#order {
	color:#000 !important;
	width:100px !important;
}
div#product_desc {
	color:#000 !important;
}
div#product_name {
	color:#000 !important;
}