/* Basic Structure */
html {
	width:300px
}

body {
	background: white;
	font-size: 12pt;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

img {
	border: 0;
}

#header {
	text-align: left;
}

#logo {
	margin-left: -10px;
	padding: 0;
	float: left;
}

div.clearer {
	clear: both;
}

/* Hide Various Elements when printing */
#modal, #idletimeout, .topnav, #left_menu_wrapper, #trollbeads_logo, #trollbeads_item_search_box, #customer_tab_buttons, ul#item li p.item_label, .details_trigger, 
ul#item li p.category, ul#item li div.item_center, ul#item li img, ul#item li p.retail_price span.dollar_sign, ul#item li p.retail_price, ul#item li div.quantity_buttons, ul#item li div.increase_quantity, ul#item li div.decrease_quantity, ul#item li div.item_move, ul#item li div.list_icon, ul#item li div.item_details, #footer, #props {
	display: none;
}

#customer_name {
	font-size: 1.4em;
	font-weight: bold;;
}

#collection_name {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #555;
}

#customer_menu ul {
	list-style: none;
	padding: 0;
	margin: 10px 8px 50px 0;
	float: left;
	width: 300px;
	/*border-bottom: 1px solid #ebebeb;*/
}

#customer_menu ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

ul#item {
	width: 290px;
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul#item li {
	margin-top: 2px;
	width: 290px;
}

ul#item li div.base_item_wrapper {
	margin: 15px 0 10px 0;
	padding: 0 0 0 0;
	width: 290px;
}

ul#item li p.item_name {
	float: left;
	width: 265px;
	margin: 0;
}

ul#item li p.quantity {
	float: left;
	width: 15px;
	margin: 0;
	padding: 0 5px 0 5px;
}

