table.MainFrame
{
	width:100%; 
	height:100%; 
	background-color:#FFFFFF;
	margin:0px;
}

table.Section
{
	width: 187px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-collapse:collapse;
	border-bottom: solid 1px purple;
	background-color: #FCD1E4;
}
.menuItem 
{
	font-family: Verdana,arial;
	font-size: x-small;
	text-align:left;
}
table.Content
{
	background-color: white;
	border-collapse:collapse;
	margin:0px 20px 0px 20px;
}

table.ProductList
{
	border-collapse: collapse;
	margin: 10px;
}

table.ProductDetail
{
	margin: 2px 5px 2px 5px;
}

table.AccountProfile
{
	width:100%;
	border-collapse: collapse;
	background-color: White;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
}

table.TotalAmount
{
	margin-top: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFFFEE;
	border-color:#666666;
	border-top:1px solid;
	border-left:1px solid;
}

li {
    padding-bottom: 5px;
}

TD.SiteMapPanel
{
	color: Black;
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	vertical-align: top;
	height: 20px;
}

TD.ContentPanel
{
	background-color: white;
	color: #006699;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	vertical-align: top;
	height: 600px;
}

TD.BottomPanel
{
	background-color: #b7b7b7;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	text-align: center;
	height: 48px;
	font-size:smaller;
	font-weight: bold;
	border-top: gray thick solid;
}

TD.SectionTitle
{
	width: 187px;
	font-weight: bold;
	border-collapse:collapse;
}

td.SectionContent
{
	font-size:x-small;
	padding:5px 5px 5px 5px;
}

TD.ProductLeftCorner
{
	width: 9px;
	height: 10px;
	background-image: url(../../Images/shopNwow/leftcor.gif);
	background-repeat: no-repeat;
	border-collapse:collapse;
}

TD.ProductListTop
{
	width: 200px;
	background-color: #E9E9E9;
	background-repeat: no-repeat;
	border-collapse:collapse;
}

TD.ProductRightCorner
{
	width: 10px;
	text-align:right;
	height: 10px;
	background-image: url(../../Images/shopNwow/rightcor.gif);
	background-repeat: no-repeat;
	border-collapse:collapse;
}

TD.ProductList
{
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	border-collapse:collapse;
	margin:10px;
}

TD.ProductListBottom
{
	text-align:right;
	vertical-align:bottom;
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	border-collapse:collapse;
	margin:10px;
	padding-bottom:10px;
	padding-right:5px;
	height:100%;
}

TD.FAQSection
{
	color:White;
	font-weight:bold;
	background-color:#006699;
	width:95%;
	padding: 5px;
}
TD.FAQQuestion
{
	color:Black;
	font-weight:bold;
	background-color:#cceeff;
	width:95%;
}

TD.FAQAnswer
{
	color:#006699;
}

TD.TermSection
{
	color:Black;
	font-weight:bold;
	background-color:White;
	width:95%;
	border-bottom:solid 1px gold;
}
TD.TermSubSection
{
	color:Black;
	font-weight:bold;
	background-color:White;
	width:95%;
}

TD.TermContent
{
	color:Black;
}

div.ItemDiv
{
	height: auto;
	text-align: center;
	vertical-align: middle;
}

div.ProductDetails
{
	margin-left: 0px;
	margin-top:25px;
	color: Black;
	position: absolute;
	visibility: hidden;
}
div.ProductUrl
{
	margin-left: 0px;
	margin-top:25px;
	color: Black;
	position: absolute;
	visibility: hidden;
}

TD.DetailTopLeft
{
	width: 10px;
	height: 10px;
	background-color:#B2A89C;
}

TD.DetailTop
{
	height: 10px;
	background-color:#B2A89C;
}

TD.DetailTopRight
{
	width: 10px;
	height: 10px;
	background-color:#B2A89C;
}

TD.DetailContent
{
	background-color: #EFEFEF;
	border-top: solid 1px Gray;
	border-bottom: solid 1px Gray;
	width:500px;
}

TD.DetailContentLeft
{
	background-color:#B2A89C;
	border-right: solid 1px Gray;
	width: 10px;
}

TD.DetailContentRight
{
	border-left: solid 1px Gray;
	background-color:#B2A89C;
	width: 10px;
}

TD.DetailBottomLeft
{
	width: 10px;
	height: 20px;
	background-color:#B2A89C;
}

TD.DetailBottom
{
	height: 20px;
	background-color:#B2A89C;
}

TD.DetailBottomRight
{
	width: 10px;
	height: 20px;
	background-color:#B2A89C;
}


div.ProductList
{
	margin-left: -250px;
	margin-top: 20px;
	background-color: Silver;
	color: Black;
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: middle;
	border-color: Yellow;
	border-width: thin;
	border: 1;
	position: absolute;
	visibility: hidden;
}

.MarketPrice
{
	text-decoration:line-through;
	font-weight: bold;
	font-size :smaller;
}

.ListPrice
{
	font-weight: bold;
	font-size :smaller;
}

.ItemName
{
	font-weight: bold;
	font-size :smaller;
}

.ItemDescn
{
	font-size :smaller;
}

iframe.Paypal
{
	visibility :visible  ;
	border: none;
	width: 10px; /*350px*/
	height: 10px; /*90px*/
}
.PageTitle
{
	font-size: larger;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.DefaultRow
{
	background-color:#FFFFEE;
}

