h1,h2,h3,h4,h5,h6
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

hr
{
	border: 0;
	height: 1px;
	color: #000000;
	background-color: #000000;
}

A {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-family: "trebuchet MS"
}

A:hover {
	TEXT-DECORATION: underline;
	font-family: "trebuchet MS"
}

body, td, textarea, #BodyBox {
	font-family: "trebuchet MS";
	text-decoration: none;
	color:#000000;
}

li.ConcernedAboutSecurity
{
display: none;
}

.Button
{
	color: #d70000;
	border: 1px solid #000000;
	background-color: #cacaca;
	font-family: "trebuchet MS";
	font-size: 9pt;
	font-weight: bold;
	margin:5px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=2);
}

.LinkButton {
	COLOR: #000000; FONT-SIZE: 9pt; FONT-WEIGHT: bold
}

.SubNavHeader
{
	color: #000000;
	font-size: 12pt;
	font-family: "trebuchet MS";
	font-weight: bold;
}

.SubNav A
{
	color: #000000;
	font-size: 11pt;
	font-family: "trebuchet MS";
	line-height: 25px;
}

.SubNav UL LI
{
	text-indent: 1px;
	width: 150px;
	background-image: url(images/productArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.SubNav A:hover
{
	color: #000000;
	text-decoration: none;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	font-family: "trebuchet MS";
}

.SubNav UL LI:hover
{
	background: url(images/productArrow_rol.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.SubNavSelectedItem A
{
	text-indent: 2px;
	width: 150px;
	color: #000000;
	text-decoration: none;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	font-family: "trebuchet MS";
}

.MessageBox
{
	border: 1px solid #000000;
	background-color: #ffffcc;
	font-size: 10pt;
	font-family: "trebuchet MS";
	width: 500px;
	padding: 5px;
	margin-bottom: 10px;
	overflow: auto;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=2);
}

.ConditionsOfUseLink
{
	padding-left: 4px;
	font-size: 0pt;
	color: #ffffff;
}

a.ConditionsOfUseLink:hover
{
	text-decoration: underline;
	color: #ffffff;
}

.ProductSearchBox
{
	width: 90px;
	border-width: 0px;
}

.ProductListTable
{
	border: 1px solid #000000;
	border-collapse: separate;
}

.ProductListImageCell
{
	text-align: center;
	padding: 6px 6px 6px 6px;
	border: 1px solid #000000;
	background-color: #cacaca;
}

.ProductListDescriptionCell
{
	border: 1px solid #000000;
}

.ProductImage
{
	border: 2px solid #cacaca;
}

.GridHeaderRow TD, .InfoBoxHeader
{
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-family: "trebuchet MS";
	border: 1px solid #000000;
	background-color: #a8a8aa;
	color: #000000;
}

.InfoBox
{
	border: 1px solid #000000;
}	

.GridOddRow TD
{
	border: 1px solid #000000;
	background-color: #ffffff;
}

.GridEvenRow TD
{
	border: 1px solid #000000;
	background-color: #e4e4e4;
}

.CategoryTable TD
{
	width: 80px;
	padding: 6px;
	vertical-align: top;
	text-align: center;
}

.CategoryTable IMG
{
	border-style: none;
}


/* example: Create New Address box in checkout process */
.ShadedRegion
{
	border: 1px solid #000000;
	background-color: #cacaca;
}


.CheckoutProgressBar
{
	border: 1px solid #000000;
	color: #000000;
	background-color: #cacaca;
	font-weight: bold;
}

.CheckoutProgressBarCurrentStage
{
	color: #bd0000;
}

#Calendar
{
	border: 1px solid #666666;
	filter:
		progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color='gray',Positive='true')
		progid:DXImageTransform.Microsoft.Alpha(Opacity=100,FinishOpacity=20,Style=1,StartX=97,FinishX=100,StartY=0,FinishY=0)
		progid:DXImageTransform.Microsoft.Alpha(Opacity=100,FinishOpacity=20,Style=1,StartX=0,FinishX=0,StartY=97,FinishY=100);
	border-collapse: collapse;
}

#Calendar .DayHeader
{
	background-color: #666666;
	font: bold 12px verdana;
	color: white;
}

#Calendar .DayCell
{
	height: 20px;
	border: 1px solid #666666;
	font: 12px verdana;
}

#Calendar .SelectedDayCell
{
	height: 20px;
	border: 2px solid #ff0000;
	font: 12px verdana;
}


