/* Localized */
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	color:#222;	
}
body {
	font-size:12px;
	font-family:Arial,Verdana,Sans-serif;
	text-align:center;
	padding:30px 0;
	line-height:21px;
	background: #CCC;
}
h1,h2,h3,h4,h5,p {
	border: 1px solid #cecece dotted;
	padding-bottom:13px;
	text-align: left;
}
h1 {
	font-size: 18px;
	font-style: italic;
}
h2 {
	font-size: 16px;
	font-style: normal;
}
#wrapper {
	width:800px;
	margin:0 auto;	
	text-align:left;
}
#content {
	border: 3px dotted #333;
	padding: 20px;
	margin-bottom: 16px;
	background: #fff;
}

.deletedPrice {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: line-through;
}

.print {
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 15px;
	border: solid 1px #056fc4;
	color: #fff;
	background: url(../images/button.png) repeat-x 0 0;
}

.button {
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 15px;
	color: #7F9ED4;
	border: solid 1px #056fc4;
	color: #fff;
	background: url(../images/button.png) repeat-x 0 0;
}