body {
	margin:0;
	padding: 8px 0 0 0;
	font-family:Verdana;
	font-size:small;
	text-align:center;
	color:#333;
	background: #FFF;

}

hr { display: none; }

textarea, input {
	display: none;
}

form { display: none; }

p { display: none; }

.coupon { display: none; }

.coupon_ls {
	vertical-align: top;
	margin: 10px auto;
	display: block;
	width: 400px;
	height: 858px;
}


/* page structure
---------------------------------------------------------- */

#main-body {
	width:800px;
	margin:0 auto 0 auto;
	padding:0;
	font-size:95%;
	line-height:1.6em;
	text-align:left;
	background: none;
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
}

#content {
	width: 620px;
	float: right;
	margin:2px 0 0 0;
	padding: 30px 0 0 0;
	display: inline;
	background: none;
}

#content-inner {
	width:580px;
	margin: 10px;
	padding: 10px;
}
	
#sidebar {
	display: none;
}
	

/* header
---------------------------------------------------------- */

#header {
	display: none;
}

/* logo */

#logo {
	display: none;
}



/* navigation */

#nav {
	display: none;
}


/* content
---------------------------------------------------------- */
	
#content h1 {
	display: none;
}

#content h2 {
	display: none;
}

#content h3 {
	display: none;
}

#content h4 {
	display: none;
}

#content h5 {
	display: none;
}

#content h6 {
	display: none;
}

#content h7 {
	display: none;
}

#content-text p {
	display: none;
}

#wide-image {
	display: none;
}

.wide {
	display: none;
}

#title {
	display: none;
}

#title h1 {
	display: none;
}

body#feedback #content {
	padding-top: 0;
	margin-top: 0;
	background: none;
}

body#feedback #content-text {
	padding-top: 0px;
	margin-top: 0px;
}


#accordian {
	background: none;
}

#accordian-inner {
	background: none;
}



/* rounded corners yellow
---------------------------------------------------------------------*/

dl.rounded, dt.rounded1, dd.rounded2, .rounded3 {
	margin: 0 0 18px 0;
	padding: 0;
	border: 0;
}

dl.rounded {
	width: 280px;
}

dd.rounded2 {
	background: #F7DD3A url(images/rounded_top.png) top left no-repeat;
	padding-top: 0px;
}

.rounded3 {
	background: url(images/rounded_bot.png) bottom right no-repeat;
	padding-bottom: 0px;
}

.unattended p {
	padding: 20px;
	font-size: 12px;
	color: #084C8D;
	font-weight: bold;
}




/* footer
---------------------------------------------------------- */

#footer {
	display: none;
}

/* byline
---------------------------------------------------------- */

#byline { display: none; }

#disclaimer {
	display: none;
}

/* self-clearing floats */

#nav ul:after, 
#main-body:after,
ul.thumbnails:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
	
/* non distructive form */
.nonDistructiveForm{
padding:0;
margin:0;
}

/* ---------------- Popup Zoom Style ------------ */
.popupWindow{
background-image:url(images/shadow.png);
padding:0;
margin:0;
width: 460px;
height: 460px;
position:absolute;
display:none;
top:0;
left: 100px;
top: 50px;
z-index:500;
}
.popupClose{
position:absolute;
padding:0;
margin:0;
left: 20px;
top: 20px;
z-index:9999;
}
.zoomDiv{
float:left; 
position:absolute; 
z-index:999;
}
.zoomTable{
margin-top:30px;
margin-left:32px;
/*background-color:#FFFFFF;*/
width: 392px;
text-align:center;
}