a:link.norm {
	font-family: Arial; font-size: 10pt; color: #0000FF;font-weight: bold }
a:link.buy {
	font-family: Arial; font-size: 12pt; color: #0066FF; font-style: italic; 
	font-weight: bold }
a:visited.buy {
	font-family: Arial; font-size: 12pt; color: #6633CC; font-style: italic; 
	font-weight: bold }
a:hover.buy      { font-family: Arial; font-size: 12pt; color: #FF0000; font-weight: bold }

a:link.gl {
	font-family: Arial; font-size: 10pt; color: #0066FF; font-weight: bold }
a:visited.gl {
	font-family: Arial; font-size: 10pt; color: #6633CC; font-weight: bold }
a:hover.gl      { font-family: Arial; font-size: 10pt; color: #FF0000; font-weight: bold }

FORM { margin-bottom:0; margin-top:0 }

.SalePrice {color: #FF0000; font-size:10pt; font-weight:bold; font-family:Arial}
.SalePrice1 {color: #FF0000; font-size:10pt; font-weight:bold; font-family:Arial}
.RegPrice {font-weight:bold; font-size:10pt; font-family:Arial; text-decoration:line-through}
.PartText {font-weight: bold; font-size: 10pt; font-family:Arial}
.PartText1 {font-weight: bold; font-size: 10pt; font-family:Arial}
.TitleText {font-weight: bold; font-size: 10pt; font-family:Arial; color:#000080}
.EndText {color: #FF0000; font-weight: bold; font-family:Arial}
.BevelPrice {font-size:10pt; font-weight: bold; color: #FF0000; font-family:Arial}
.BevelText {font-family : Arial, Helvetica, sans-serif;	font-size : 12pt; font-weight: bold; color: #0000FF;}


.CodeFormat {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #009500;
}

.content {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	padding-left:10;
	padding-right:10;
}

.BoxTwoFormat {
	width : 200px;
}

#FlyerMenuList li.NoArrow a, #mainMenu a#flyerMenuIDa {
	font-size: 11px;
	background: none;
	color: #00FFFF;
	padding: 0 0 3px 5px;
    padding-left: 15px;
}

#BCAMenuList li.NoArrow a, #mainMenu a#bcaMenuIDa {
	font-size: 11px;
	background: none;
	color: #FFECFF;
	padding-left: 15px; padding-right:0; padding-top:15; padding-bottom:3px
}


.GlassBox {
	border-style:solid; border-width:0; background-color : #FFFFF0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
    height : 45px
	visibility : visible;
	padding-left:5
}

.SmallBoxFormat {
	width : 35px;
	background-color : #FFFFF0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	visibility : visible;
	border : thin solid #336699;
}

.GlassCellFormat {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	visibility : visible;
	padding-left:10;
	padding-right:10;
}

.CellFormat {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	visibility : visible;
	padding-left:10;
	padding-right:10;
}

.ButtonFormat {
	background-color : #D9ECFF;
	border : 2px solid #336699;
	width : 120px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	visibility : visible;
	border-color : #336699;
}


/* thumbnail popup css */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
direction:ltr;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #E2FEFD;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
white-space: nowrap;
}

.thumbnail span img{ /*CSS for enlarged image*/
z-index:100;
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
z-index:100;
visibility: visible;
top: 50px;
left: -150px;
}