html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body{
	height: 100%;	
	width: 550px;
	font-size: 12px;
	padding: 20px;
}

a{
	color: black;
	text-decoration: none;
}

p{
	margin-bottom: 10px;	
}

.cartHeaders{
	width: 98.5%;
	border-bottom: 1px solid black;
	font-weight: bold;
}

.cartHeaders > *{
	float: left;
	padding: 3px 3px 3px 0;
	width: 100px;
}

.itemContainer{
	width: 98.5%;	
	border-bottom: 1px solid black;	
}

.itemContainer > *{
	float: left;
	padding: 3px 3px 3px 0;
	width: 100px;
}

.simpleCart_items > div{
	float: left;
	padding: 3px 3px 3px 0;
	clear: both;	
}

.itemContainer > .itemQuantity{
	width: 20px;
	text-align: right;
}

.itemContainer > .itemTotal{
	margin-left: 75px;	
}

.itemName{
	width: 250px;
}

.itemPrice{
	width: 75px;	
}

.itemTotal{
	width: 75px;	
}

#totaldue{
	font-size: 16px;
	float: right;
	padding: 10px;	
}

#smokestack{
	font-size: 14px;
	float: left;
	width: 40%;	
	padding-bottom: 10px;
}

#post{	
	float: right;
	width: 45%;
	font-size: 14px;
	clear: right;
	padding-bottom: 10px;
}

.clear{
	clear: both;	
}

#left{
	width: 25%;
	float: left;
	clear: left;	
}

#right{
	width: 75%;
	float: right;
}

.blue{
	color: blue;	
	text-decoration: underline;
}

.large{
	font-size: 18px;	
}

