﻿body
{
	font-family: Tahoma,Verdana,Arial;
}

A
{
	color: Blue;
}

A:visited
{
	color: Blue;
}

IMG
{
	border: 0;
}

.Main
{
	position: absolute;
	top: 100px;
	left: 0px;
}

#BannerLatest
{
	height: 78px;
	width: auto;
	position: absolute;
	left: 250px;
	top: 20px;
	font-size: 14pt;
	font-family: Verdana;
}

#BannerLatest A
{
	color: #BBD4F8;
}

.StoreSearchLabel
{
	font-size: 18pt;
	color: #282828;
	font-family: Arial;
}

.StoreSearchBox
{
	font-size: 14pt;
	width: 310px;
	font-family: Verdana;
	height: 26px;
	border: #000 solid 1px;
	background-color: #f0ffd3;
	margin-right: 0px;
	margin-left: 4px;
}

.BuyNowLogo
{
	position: absolute;
	top: 5px;
	width: 100%;
	text-align: center;
}

.Sitemap
{
	position: absolute;
	top: 0px;
	right: 80px;
	font-size: 10pt;
}

.ListBox
{
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 12pt;
	font-weight: bold;
}

.ListBox tr td 
{
	vertical-align: middle;	
}


.ContactUs
{
	position: absolute;
	top: 0px;
	right: 4px;
	font-size: 10pt;
}

.CenteredDiv
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 810px;
	text-align: left;
}

.CenteredDiv h2
{
	font-size: 18pt;
	font-family: Verdana;
	background-color: Yellow;
	text-align: center;
}

.tabPager
{
	font-size: 14pt;
	width: 100%;
	background-color: #ff5454;
	color: #ffffff;
	font-family: Tahoma;
}

.tabPager a
{
	color: #ffffff;
}

.tabPager a:visited
{
	color: #ffffff;
}



.PDTable
{
	width: 100%;
	text-align: center;
	padding: 10px auto;
	margin: 0px auto; /* to center in firefox */
}

.TableTopLeft
{
	background-image: url(images/table/top_left.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.TableTop
{
	height: 15px;
	background-image: url(images/table/top.gif);
	background-repeat: repeat-x;
	background-position: left;
}

.TableTopRight
{
	background-image: url(images/table/top_right.gif);
	background-repeat: no-repeat;
}


.TableLeft
{
	background-image: url(images/table/left.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.TableRight
{
	background-image: url(images/table/right.gif);
	background-repeat: repeat-y;
}

.TableTitle
{
	font-size: 10pt;
	font-weight: bold;
	color: #333366;
	font-family: "arial" , "helvetica" , sans-serif;
	text-align: center;
	padding: 0px;
	display: inline;
}

.TableLine
{
	height: 10px;
	background-image: url(images/table/grey_line.gif);
	background-position: left;
}

.TableContent
{
	font-size: 9pt;
	text-align: justify;
	padding: 15px;
}


.TableBottomLeft
{
	background-image: url(images/table/bottom_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 25px;
}

.TableBottom
{
	height: 15px;
	background-image: url(images/table/bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.TableBottomRight
{
	background-image: url(images/table/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 25px;
}






