@media screen, print {


body	{
	overflow: auto;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 10;
	background-color: White;
	color: Black;
}

/*	-------------------------------------------------------	*/
/*	Page Content Container: Start */
/*	-------------------------------------------------------	*/

/*	-------------------------------------------------------	*/
/*	Page Content: Start */
/*	-------------------------------------------------------	*/

h1, h2, h3, h4, p, ul, ol, li	{
	margin-bottom: 3px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
}

h1, h2, h3, h4, p, li	{
	line-height: 140%;
	font-size: 13px;
}

ul, ol	{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 15px
	padding: 0;
	text-indent: 0;
}

ul, ol	{
	margin-left: 25px;
	list-style-position: inside;
}

ol	{
	margin-left: 25px;
}

ul.textOrder	{
	list-style-position: outside;
	text-align: left;
}

p	{
	text-indent: 10px;
}

li	{
	text-indent: 0px;
}

h1	{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}

h2	{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 6px;
}

h3	{
	font-weight: bold;
	margin-top: 0;
	text-align: center;
	margin-left: 50px;
	page-break-before: always;
	font-size: 12px;
}

.middle	{
	text-align: center;
	indent: 0;
	margin-left: 0;
}


/*	-------------------------------------------------------	*/
/*	Tables for Cart: Start */
/*	-------------------------------------------------------	*/

table.cartTbl	{
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 12px;
	width: 95%;
	border-collapse: collapse;
}

table.cartTbl thead {
	display: table-header-group;
}

table.cartTbl tfoot {
	display: table-footer-group;
}

table.cartTbl tbody {
}

table.cartTbl th {
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #5478B8;
	border-left: 1px solid #5478B8;
	border-bottom: 2px solid #5478B8;
	border-top: 2px solid #5478B8;
	background-color: #C6BABC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-indent: 0;
	color: Black;
}

table.cartTbl td {
	font-size: 12px;
	font-weight: normal;

	border-left: 1px solid #5478B8;
	border-right: 1px solid #5478B8;
	border-bottom: 1px solid #5478B8;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	text-indent: 0;
	line-height: 130%;
}

table.cartTbl td.price, table.cartTbl td.priceItem {
	text-align: right;
}

table.cartTbl td.priceDark, table.cartTbl td.priceItemDark {
	text-align: right;
	background-color: #FFF9C3;
}

table.cartTbl td.priceItem, table.cartTbl td.priceItemDark {
	text-align: left;
}

table.cartTbl td.tdContactLightLeft, table.cartTbl td.tdContactLightRight	{
	border: 0;
}

table.cartTbl td.tdContactDarkLeft, table.cartTbl td.tdContactDarkRight	{
	background-color: #FFF9C3;
	border: 0;
}

table.cartTbl td.tdContactDarkLeft, table.cartTbl td.tdContactLightLeft	{
	text-align: right;
	border: 0;
}

td.number	{
	text-align: right;
}

/*	-------------------------------------------------------	*/
/*	Tables for Cart: End */
/*	-------------------------------------------------------	*/


/*	-------------------------------------------------------	*/
/*	Sub-Table into cartTbl (Quantity Controll): End */
/*	Container for Prices: End	*/
/*	-------------------------------------------------------	*/


/*	-------------------------------------------------------	*/
/*	Page Content: End */
/*	Page Content Container: End */
/*	-------------------------------------------------------	*/
}

/*	-------------------------------------------------------	*/
/*	Link only for Screen: Start */
/*	-------------------------------------------------------	*/

@media screen
{
p	{
	color: Navy;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

a:link	{
	color: Navy;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

a:visited	{
	color: Navy;
	text-decoration: underline;
}

a:hover	{
	text-decoration: none;
}

/*	-------------------------------------------------------	*/
/*	Link only for Screen: End */
/*	-------------------------------------------------------	*/
}

