h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

a {
	color: #384951;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

div.pagetitle {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

div.notice {
	background-color: #4d646f;
	padding: 3px;
	color: white;
	text-align: center;
	margin-bottom: 8px;
}

input.button {
	background-color: #234786;
	color: white;
	font-size: 11px;
	padding: 0px;
	border-left: 2px solid #78859f;
	border-top: 2px solid #78859f;
	border-right: 2px solid #000033;
	border-bottom: 2px solid #000033;
	cursor: pointer;
}

div.default_sidebox {
	width: 150px;
	border-top: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 4px solid #384951;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 10px;
}

div.default_sidebox div.title {
	background-color: #dcdbc9;
	color: #000000;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	font-size: 11px;
	margin-bottom: 4px;
}

div.default_sidebox ul {
	margin: 0px;
	padding: 4px 0 0 5px;
}

div.default_sidebox ul ul {
	padding: 0 0 0 25px;
}

div.default_sidebox li {
	list-style-type: none;
	font-weight: bold;
	padding-bottom: 6px;
}

div.default_sidebox li li  {
	list-style-type: square;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 0;
}

div.default_sidebox a {
	text-decoration: none;
}

div.cr_listing_bus {
	margin: 0 0 10px 0;
}

div.cr_listing_bus img.item {
	margin: 0 5px 0 5px;
	border: 1px solid silver;
	background-color: white;
	padding: 2px 8px 2px 8px;
}

div.cr_listing_sds {
	background-image: url(../images/listing_item_bg.gif);
	background-repeat: no-repeat;
	width: 164px;
	height: 134px;
	border-color: #e8e8e8;
	margin: 0px 5px 10px 5px;
}

div.cr_listing_sds img.stencil {
	margin: 6px 4px 0px 4px;
	border: 1px solid silver;
	background-color: white;
	padding: 2px 8px 2px 8px;
}

div.cr_listing_sds td {
	vertical-align: middle;
}

input.addtocart, input.moreinfo {
	margin: 0 0 2px 0;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	height: 16px;
}

input.moreinfo {
	background: url(../images/listing_item_moreinfo.png) no-repeat left center;
	padding-left: 16px;
}

input.addtocart {
	background: url(../images/listing_item_addtocart.png) no-repeat left center;
	padding-left: 16px;
}

div.cr_stencildetails img.stencil {
	border: 1px solid silver;
	background-color: white;
	padding: 2px 8px 2px 8px;
}

div.cr_stencildetails div.cr_cartbox {
	margin: auto;
	padding: 5px;
	border:  1px dashed silver;
}

div#cr_cart table tr.h {
	background-color: #384951;
	color: white;
	font-weight: bold;
}

div#cr_cart table td {
	vertical-align: middle;
}

div#cr_cart table td input {
	text-align: center;
}
div#cr_cart table tr.item {
	background-color: #f6f5e1;
}
div#cr_cart table tr.item img {
	border: 1px solid silver;
	width: 50px;
	height: 40px;
}
div#cr_cart table tr.sub {
	background-color: #546c79;
	color: white;
}
div.invoice {
	background-color: white;
	border: 5px solid #cdcdcd;
	width: 600px;
	padding: 8px;
	font-size: 12px;
	margin: auto;
}

div.invoice .unpaid {
	font-weight: bold;
	font-size: 18px;
	color: #9c221a;
}

div.invoice .paid {
	font-weight: bold;
	font-size: 18px;
	color: #589e3d;
}


table.addresses {
	border:  1px double #cccccc;
}

table.addresses td {
	border:  1px double #cccccc;
	vertical-align: top;
	padding: 5px;
}

table.lineitems {
	border-top: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-collapse: collapse;
}

table.lineitems td {
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	vertical-align: middle;
}

table.lineitems tr.sub, tr.header {
	background-color: #ececec;
	text-align: center;
	font-weight: bold;
}

.paynow {
	width: 144px;
	height:  47px;
	background-image: url(../images/paynow.gif);
	background-color: white;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}