body {
	position: relative; 
	width: 100%;
	margin: 0;
	padding: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color : #E4E4E4;
}

.large_special_title {
	position: relative;
	font-size: 90%; 
	font-weight: 700;
}
.large_special_description1 {
	position: relative;
	height: 115px;
	margin : 5px 0 0 0;
	padding-right: 5px;
	font-size: 80%;
	overflow: auto;
	overflow-x: hidden;
}
.large_special_description2 {
	position: relative;
	height: 15px;
	margin : 7px 0 0 0;
	padding-right: 5px;
	font-size: 80%;
	overflow: auto;
	overflow-x: hidden;
}
.large_special_price {
	position: absolute;
	left : 0;
	bottom : 0;
	font-size: 80%; 
}
.large_special_cart {
	position: absolute;
	width : 100px;
	height : 20px;
	margin: 0;
	right: 0;
	bottom: 0;
}
.order_description {
   color: #FF0000;
   font-variant: small-caps;
   font-size: 8pt;
   font-weight: 700;
}
.boldfont {
   font-weight: 700;
}
div.popup_navigation {
	position : relative;
	width : 551px;
	margin : 20px 0 0 0;
	text-align : center;
}

div.previous {
	position : absolute;
	left : 0;
}

div.next {
	position : absolute;
	right : 0;
}

form.nospace { margin-bottom: -3px; }
a.popup {  text-decoration : underline; cursor: pointer; }
