@media print
{
	.noprint
	{
		display:none;
	}
}

@media screen
{
	.print
	{
		display:none;
	}
}

body
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align : center;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:black;
	scrollbar-face-color: #dadada;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #BCC3DA;
	scrollbar-arrow-color: #7A8AB4;
	scrollbar-track-color: #BCC3DA;
	scrollbar-darkshadow-color: #ADB8D5;
	background-color:white;
   text-align: center;
}

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: #fff url("../regional/en/BgBody.gif") center top repeat-y;}
/* center div - modules container */
#contentContainerDiv { margin: 0 auto; width: 967px; 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:18px;
	font: normal 11px/1em;
	background-color:white;
}
input
{
	height:18px;
	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;
}

a
{
	color:rgb(52, 1, 132);
}
a:hover
{
	color:rgb(86, 157, 224);
}

/******************************* 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 td
{
	margin-bottom:6px;
	vertical-align:absmiddle;
}
table.newCustomerMail input
{
	width:275px;
	height:19px;
	border: 1px solid #918f8f;
	margin:0 10px;
}
table.newCustomerMail input.phone
{
	width:80px;
	height:19px;
	border: 1px solid #918f8f;
	margin:0 10px 0 0;
}
table.newCustomerMail select
{
	width:45px;
	height:19px;
	border: 1px solid #918f8f;
	margin:0 0 0 10px;
}
table.newCustomerMail a
{
	font-weight:bold;
	font-size:14px;
	color:black;
}

p
{
	padding:0;
	margin:0;
}

.productThumbnails
{
	text-align:center;
}
.productThumbnails img
{
	border:1px solid rgb(197, 190, 171);
}
