﻿form, html{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body{
    margin: 0px;
    padding: 0px;
    font-size: 8pt;
    font-family: Tahoma, Arial;
    background-color: #e8e8e8;
    width: 100%;
	height: 100%;
	overflow: hidden;
}

a, a:link, a:visited, a:active{
	font-size: 8pt;
	text-decoration: none;
	color: #7f199a;
}

a:hover{
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}

#SuperContainer{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    overflow: auto;
}

#Container{
    position: relative;
    margin: 0 auto;
    width: 775px;
    /*overflow: hidden;*/
}

#ProductButtons{
	z-index: 10;
	left: 8px;
	width: 345px;
	position: absolute;
	top: 167px;
	height: auto;
}

#Main{
	position: absolute;
	top: 196px;
	left: 0px;
	width: 775px;
	/*height: 331px;*/
	background-color: #E8E8E8;
	z-index: 2;
	/*filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;*/
}

.ContentDiv{
	padding-left: 5px;
	padding-right: 5px;
	width: 360px;
	/*height: 290px;*/
}

#Header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 775px;
	height: 129px;
}

#MenuBG{
	position: absolute;
	top: 129px;
	left: 0px;
	width: 775px;
	height: 67px;
	z-index: 10;
}

#Menu{
	position: absolute;
	top: 129px;
	left: 0px;
	width: 775px;
	height: auto;
	z-index: 50;
	overflow: visible;
}

#Bar1{
	position: absolute;
	top: 164px;
	left: 0px;
	width: 775px;
	height: 32px;
	z-index: 11;
	border: none;
	color: #959595;
	font-size: 8pt;
}

#Footer{
	position: absolute;
	top: 559px;
	left: 0px;
	width: 775px;
	height: 61px;
	font-size: 7pt;
	color: #cb90da;
}

.Footer{
	height: 51px;
	font-size: 7pt;
	color: #cb90da;
	text-align: center;
	padding-top: 10px;
}

#Cart{
	position: absolute;
	top: 198px;
	left: 574px;
	width: 186px;
	height: 110px;
	z-index: 100;
}

/*#Popular*/ .divPopular{
	position: absolute;
	top: 312px;
	left: 574px;
	width: 186px;
	/*height: 274px;*/
	z-index: 100;
	text-align: center;
}

#ShopContainer{
	position: absolute;
	top: 198px;
	left: 12px;
	width: 186px;
	height: 410px; /*668px;*/
	z-index: 100;
}

#ShopProduct{
	/**/
}

#ShopOccasion{
	/**/
}

#MenuTable td{
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
}

.Menu, .MenuOver, .MenuSelected, .MenuNB, .MenuOverNB, .MenuSelectedNB, .MenuDrop, .MenuOverDrop, .MenuSelectedDrop, .MenuDrop1, .MenuOverDrop1, .MenuSelectedDrop1{
	text-decoration: none;
	font-size: 9pt;
	color: #ffffff;
	background-repeat: no-repeat;
	background-image: url('/Images/Div_purple.gif');
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
}

.MenuOver, .MenuSelected, .MenuOverNB, .MenuSelectedNB, .MenuOverDrop, .MenuSelectedDrop, .MenuOverDrop1, .MenuSelectedDrop1{
	text-decoration: none;
	font-size: 9pt;
	color: #b164c5;
}

.MenuNB, .MenuOverNB, .MenuSelectedNB{
	background: none;
}

.MenuDrop, .MenuOverDrop, .MenuSelectedDrop, .MenuDrop1, .MenuOverDrop1, .MenuSelectedDrop1{
	padding-bottom: 4px;
	background: #7f199a;
}

.MenuDrop1, .MenuOverDrop1, .MenuSelectedDrop1{
	padding-top: 12px;
}

.Footer a, .Footer a:link, .Footer a:visited, .Footer a:active{
	text-decoration: none;
	font-size: 7pt;
	color: #cb90da;
}

.Footer a:hover{
	text-decoration: none;
	font-size: 7pt;
	color: #ffffff;
}

#Bar1 input{
	border-style: solid;
	border-width: 1px;
	border-color: #959595;
}

/*.UserName{
	font-weight: normal;
	text-decoration: none;
	font-size: 10pt;
	color: #959595;
}

.UserName:hover{
	font-weight: normal;
	text-decoration: none;
	font-size: 10pt;
	color: #000000;
}*/

.TableAlignMiddle td{
	vertical-align: middle;
}

#Cart a, #Cart a:link, #Cart a:visited, #Cart a:active{
	text-decoration: none;
	font-size: 8pt;
	color: #2c2c2c;
}

#Cart a:hover{
	text-decoration: none;
	font-size: 8pt;
	color: #ffffff;
	background-color: #2c2c2c;
}

#ShopContainer a, #ShopContainer a:link, #ShopContainer a:visited, #ShopContainer a:active{
	text-decoration: none;
	font-size: 8pt;
	color: #2c2c2c;
}

#ShopContainer a:hover{
	text-decoration: none;
	font-size: 8pt;
	color: #ffffff;
	background-color: #2c2c2c;
}

.ProductLink,.ProductLink:active,.ProductLink:visited,.ProductLink:link{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #7f199a;
}

.ProductLink:hover{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.ProductText{
	font-size: 9pt;
	font-weight: bold;
	color: #2c2c2c;
}

.ProductPrice{
	font-weight: normal;
}

.NavBar{
	display: none;
	font-size: 7pt;
	color: #2c2c2c;	
}

.NavBar a, .NavBar a:link, .NavBar a:visited, .NavBar a:active{
	font-size: 7pt;
	color: #2c2c2c;	
	text-decoration: none;
}

.NavBar a:hover{
	font-size: 7pt;
	color: #7f199a;	
	text-decoration: none;
}

.PageTitle, .MiniPageTitle{
	font-weight: bold;
	font-size: 12pt;
	color: #7f199a;	
	/*padding-left: 5px;*/
}

.MiniPageTitle{
	font-size: 10pt;
}

.ContactText{
    font-size: 10pt;
}

.Highlight, .Hilight{
	font-weight: bold;
}

.Error{
	font-weight: bold;
	font-size: 14pt;
	color: #ff0000;
}

.CreditExpire{
    width: 30px;
}

.rptAddonsItem, .rptAddonsItem{
	background-color: #F0F0F0;
}

.rptAddonsItemAlt{
	background-color: #E5EBE2;
}

.GreyBG a, .GreyBG a:link, .GreyBG a:visited, .GreyBG a:active{
	text-decoration: none;
	font-size: 8pt;
	color: #2c2c2c;
}

.GreyBG a:hover{
	text-decoration: none;
	font-size: 8pt;
	color: #ffffff;
	background-color: #2c2c2c;
}

input{
	font-size: 8pt;
	font-family: Tahoma, Arial;
}

img{
	border: none;
	padding: 0px;
	margin: 0px;
}

.formTextBox{
	font-family: Tahoma, Arial;
	font-size: 8pt;
	width: 200px;
}

.PositionTrap{
	display: inline; position: relative; top: 0px; left: 0px; width: 0px; height: 0px; overflow: visible; background-color: Transparent; padding: 0px; margin: 0px;
}

.formZones{
	font-family: Tahoma, Arial;
	font-size: 8pt;
	width: 150px;
}

.rbLabels
{
    margin-left: -5px;
}

.rbLabels td
{
    height: 30px;
    vertical-align: top;
}
.rbLabels label
{
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

.rbLabels img
{
    vertical-align: top;
}

.TextAlignRight{
	text-align: right;
}

.NoBorders, .NoBorders table{
	border: none;
}

span.Location, .Location a, .Location a:link, .Location a:visited, .Location a:active{
	text-decoration: none;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}

.Location a:hover{
	text-decoration: none;
	font-size: 8pt;
	color: #ffffff;
	background-color: #000000;
}

.RequiredError{
	color: #7F199A;
}

.MultiLineDefault{
	font-size: 8pt;
    font-family: Tahoma, Arial;
}
