﻿body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7768AD;
	background-color:#DDD9EB;
}
td,th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7768AD;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #7768AD;
}
a:visited {
	color: #7768AD;
}
a:hover {
	color: 4E4473;
}
a:active {
	color: #7768AD;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #7768AD;
}
h2 {
	font-size: 18px;
	color: #7768AD;
}
h3 {
	font-size: 16px;
	color: #7768AD;
}
h4 {
	font-size: 14px;
	color: #7768AD;
}
h5 {
	font-size: 10px;
	color: #7768AD;
}
h6 {
	font-size: 9px;
	color: #7768AD;
}
.TopLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
a.TopLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.TopLinks:link {
	color: #999999;
	text-decoration: none;
}
a.TopLinks:visited {
	color: #999999;
	text-decoration: none;
}
a.TopLinks:hover {
	color: #999999;
	text-decoration: underline;
}
a.TopLinks:active {
	color: #999999;
	text-decoration: none;
}
.TableBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CBC5E0;
	border-right-color: #CBC5E0;
	border-bottom-color: #CBC5E0;
	border-left-color: #CBC5E0;
}
.ShoppingBagText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7768AD;
}
.ShoppingBagTotal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7768AD;
}
.ProdTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #7768AD;
}
.TableSizes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CBC5E0;
}
.ErrorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.test {
	cursor: default;
}
.FormTextBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #7768AD;
	font-size: 12px;
}
.FormSubmitBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	background-color: #CBC5E0;
	border: 1px solid #7768AD;
	font-size: 12px;
}
.LineThrough {
	text-decoration: line-through;
}
.SnuggleWhoBG {
	background-image: url(../images/snugglewhobg.jpg);
	background-repeat: no-repeat;
}

#screen
{
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index:10000 !important;

	position:absolute; 
	margin: 0 auto;
	display: none;
	
	left:0; 
	top:0; 
	width:100%; height:100%; 

	background-color:#000000; 
}
#screen.show
{
	display: block;
}
body > DIV#screen
{
	position: fixed;
}

body > DIV#popup
{
	position: fixed;
}

div#popup {
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 10001 !important; 

	position: absolute;

	top: 0px;

	margin: 0 auto;
	display: none;

	width: 690px;
	height: 100%;
}
#popup .content
{
	background: #FFF; border: 6px solid #AAA; width: 680px; height: 70%; margin-top: 15%;
}
#popup.show {
	display: block;
}

.textbox-enews
{
    border-top: 1px solid #DDDDDD; 
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;

    font-family: Snug, Arial;
    font-weight: bold;
    font-size: 12px;
    width: 145px;
    padding: 2px;
    color: #7768AD;
    height: 24px;
    line-height: 24px;
    background-color: #FFFFFF;
}