



/* --------------- ( Reset ) --------------------------------------------- */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* --------------- ( Clearfix ) --------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* --------------- ( General ) --------------------------------------------- */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 20px 0px;
}
#wrapper {
	margin: 0 auto;
	width: 500px;
	position: relative;
}
h1 {
	margin-bottom: 25px;
	font: 22px Arial, Helvetica, sans-serif;
}




/* --------------- ( Button ) --------------------------------------------- */
table {
	width: 100%;
}
	table th {
		background: url(grad.jpg) repeat-x;
		font-weight: bold;
		color: #fff;
		padding: 6px;
	}
	table tr {
		
	}
		table tr td {
			padding: 6px;
			vertical-align: middle;
			border-bottom: 1px solid #ccc;
		}
		table tr td.order {
			width: 82px;
		}
		table tr td.light {
			color: #ccc;
		}
		table tr td.product {
			font-weight: bold;
			color: #666;
		}
			table tr td.order a.button {
				background: url(button.jpg) top no-repeat;
				width: 85px;
				height: 23px;
				text-indent: -9999px;
				display: block;
			}
			table tr td.order a.button-on {
				background: url(button.jpg) bottom no-repeat;
				width: 85px;
				height: 23px;
				text-indent: -9999px;
				display: block;
			}






