*{
  	
    FONT-FAMILY: arial, helvetica, sans-serif;
    TEXT-ALIGN: justify;
	line-height:20px;
}

Body{
	margin: 4px;
	background-color:#FFFFFF;
}
a{
	text-decoration:none;
	letter-spacing:normal;
	line-height:normal;
}
img{
	border:0px;
}
.OldPrice{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: line-through;
}
.HorLine{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
.imgBorder{
	border:2px #FFFFFF;
}
.brdr_Btm {
	border-bottom: 1px solid #D1D1D1;
}
.TabBorderLightGreyBG {
	border: 1px dashed #E5E5E5;
	background-color: #F5F5F5;
}
.Back
{
	background-image:url(images/tab02bg.gif);
	background-repeat:repeat-x;
}
.Back2
{
	background-image:url(images/tab03bg.gif);
	background-repeat:no-repeat;
}

.search
{
	background-image:url(images/search.gif);
	background-repeat:repeat-x;
}
.PageBorder
{
	border: 1px solid #666666;
}
.TableStyle1
{
	background-color: #898989;
}
.TableStyle2
{
	background-color: #F0F0F0;
}

.TableStyle21
{
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image:url(images/bg_navg.jpg);
}

.TableStyle3
{
	border: 1px solid #666666;
	background-color: #E1E1E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.TabHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #E4E4E4;
	font-weight: bold;
}
.TabHeading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	font-weight: bold;
}
.TopLine{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #898989;
}
.BottomLine{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #898989;
}
.LeftLine{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #898989;
	
}
.RightLine{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #898989;
	
}
.LeftRightLine
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #898989;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #898989;
}
.LeftRightTopLine{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #898989;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #898989;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #898989;
}
.LeftRightBottomLine{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #898989;
	border-right-width: 1px;
	border-right-style: solid; 
	border-right-color: #898989;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #898989;
}
.FontDim {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #898989;
	
}
.Seperator{
	background-image:url(images/horline.jpg);
	background-repeat:no-repeat;

}
.TopButton 
{
	width:92px;
	vertical-align:middle;
	text-align:center;
	color:#000000;
}
 a
{
	color:#000000;
}
.TablesBorder
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #898989;
	border-right-width: 1px;
	border-right-style: solid; 
	border-right-color: #898989;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #898989;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #898989;
}
legend
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:rgb(0, 128, 0);
	letter-spacing:1px;
}
ul,ol
{
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
iframe {
overflow-x: hidden;
overflow-y: scroll;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #5E5E5E;   /*#C4161C;#caa73e;*/
visibility: hidden;
z-index: 10;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
color:#000;
z-index:1024;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
z-index:1024;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index:1024;
}
