@media print
{
	.noprint
	{
		display:none;
	}
}

@media screen
{
	.print
	{
		display:none;
	}
}
body
{
	margin:0;
	padding:0;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	font-family:Arial;
	color:black;
}

body#regularBody 
{ 
    /* turn off scrolling on BODY */
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* all body container div with scroll */
#regularBody #pageMainDiv
{
	height:100%;
	width:100%;
	overflow:auto;
	text-align:center;
	background: rgb(108, 108, 108) url("../images/bg.gif") center top repeat-x;
}
/* center div - modules container */
#contentContainerDiv { margin: 0 auto; width: 993px; text-align: left; position: relative;}
/*
#leftBannerDiv { position: absolute; left: 20px; top: 0px; width: 115px; overflow: hidden; display: none }
#rightBannerDiv { position: absolute; right: 30px; top: 0px; width: 115px; overflow: hidden; display: none }
*/
table
{
	font-size:100%;
}
select
{
	height:16px;
	font-size:11px;
	font-weight:normal;
	background-color:white;
	vertical-align:middle;
	font-family:Arial;
}
input
{
	height:16px;
	font: normal 11px/1em;
	background-color:white;
	vertical-align:middle;
}
input.option
{
	background-color:transparent;
}
textarea
{
	height:90px;
	width:180px;
	font: normal 11px/1em;
	background-color:white;
	vertical-align:middle;
	border:1px solid rgb(197, 190, 171);
	overflow:auto;
}
option.selectDefault {color:rgb(97, 97, 97);}

/******************************* Calendar styles *********************************/

table.Calendar
{
	width:280px;
}

td.CalendarEvent
{
	width:40px;
	height:40px;
	text-align:center;
	vertical-align:top;
	border:1px solid White;
	background-color:#FFE7BE;
	cursor:hand;
}

.CalendarFrame
{
	width:280px;
	height:210px;	
}

.bodyNewCustomerMail
{
	font-size:17px;
	font-weight:bold;
}
table.newCustomerMail
{
	margin-bottom:6px;
}
table.newCustomerMail input
{
	width:275px;
	height:19px;
	border: 1px solid #918f8f;
	margin:0 10px;
}
table.newCustomerMail a
{
	font-weight:bold;
	font-size:14px;
	color:black;
}

p
{
	padding:0;
	margin:0;
}

.productThumbnails
{
	text-align:left; margin-left:20px;
}
.productThumbnails img
{
	border:1px solid rgb(197, 190, 171);
}
