﻿body {
	background-color: #552E5F;
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, Tahoma, Calibri;
	font-size: .7em;
}
#pageContainer {
	position: relative;
	width: 1001px;
	margin-left: auto;
	margin-right: auto;
	border:  solid 1px #f1e020;
}
#admincontent,
#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 881px;
	min-height: 718px;
	background-color: #f7e4fc;
	padding: 5px 60px 90px 60px;
}
#admincontent {
	width:821px;
	left: 160px;
	padding: 5px 10px 90px 10px;
}
#rightCol {
	position: relative;
	top: 0px;
	left: 1003px;
	width: 0px;
}
#adminleftCol,
#leftCol {
	position: relative;
	margin-left: -1003px;
	width: 0px;
	background-color: #f7e4fc;
}
#adminleftCol {
	width: 160px;
}
#rightContent,
#leftContent,
#adminleftContent {
	position: absolute;
	top: 0px;
}
#adminleftContent {
	width: 150px;
	padding: 5px;
}
#header {
	position: relative;
	top: 0px;
	width: 1001px;
	height: 115px;
}
#adminfooter,
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 991px;
	height: 50px;
	padding: 25px 5px 0px 5px;
	text-align: center;
	color: Gray;
}
#adminfooter {
	width: 831px;
}
#mainMenuDiv {
	position: absolute;
	top: 94px;
	margin-left:100px;
	width: 868px;
	z-index: 1;
}
#logo {
	position: absolute;
	top: 2px;
	background-image: url(imgs/hdr/logo.png);
	background-repeat: no-repeat;
	width: 257px;
	height: 90px;
	text-indent: -999999px;
	z-index: 1;
	cursor: pointer;
}
#divSearch {
	position: absolute;
	right: 15px;
	z-index: 10;
}
.menuBar {
	line-height: 21px;
	height: 21px;
	display: block;
	width: 1001px;
	font-weight: bold;
	color: #f1e020;
	background-image:url(imgs/hdr/menurowbkg.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 94px;
}
/********************** Titles and Headers *********************/
h1 {
	font-size: 1.8em;
	font-weight: bold;
	color:#682e86;
	margin: 10px 0px 10px 0px;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color:#682e86;
	margin: 5px 0px 5px 0px;
}
/************************ default site classes ***************/
.hoverMenu {
	visibility:hidden;
	padding: 2px;
}
.defaultPanel {
	padding: 2px;
}
.menuPanel {
	width: 140px;
}
a,
a:visited {
	color:Blue;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.ib {
	font-weight: bold;
	font-style: italic;
}
.center{
	text-align:center;
}
.centerContent{
	margin-left: auto;
	margin-right: auto;
}
.red {
	color: Red;
}
.sold {
	color: Red;
	font-weight: bold;
}
.green {
	color: green;
}
.hand {
	cursor:hand;
}
.formLbl {
	clear: left;
	float: left;
	width: 120px;
	margin-top: 4px;
	text-align: left;
}
.formContent {
	float: left; margin-top: 2px;
}
.formTxtBox {
	width: 270px;
}
.formDDL {
	width: 276px;
}
.formBtns {
	clear: left;
	margin-left: 120px;
	padding-top: 5px;
}
.MsgTxtBox {
	overflow: hidden;
	width: 270px;
}
.centerImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.searchTxtBox {
	border: 1px solid #8383d2;
	font-size: .9em;
	font-family: Arial Sans-Serif;
}
/************************ Buttons ***************************/
.btnSmall {
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.btnSmallLeft {
	float:left;
	background-image: url(imgs/btns/btnleft.png);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 5px;
	text-decoration: none;
	margin-left: 3px;
}
.btnSmallRight {
	float:left;
	background-image: url(imgs/btns/btnright.png);
	background-repeat: no-repeat;
	height: 15px;
	padding-right: 7px;
	text-decoration: none;
}
a.btnSmall  {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image: url(imgs/btns/btnmid.png);
	background-repeat: repeat-x;
	float: left;
	line-height: 15px;
	padding-left: 8px;
	padding-right: 8px;
}
a.btnSmall:hover {
	color: #ffff33;
}
/**************************** Menus ****************************/
.MainMenu ul {margin: 0px; padding: 0px; list-style-type: none;}
.MainMenu li {float: left; height:21px;}
.MainMenu li a {line-height: 21px; display: block;}
.MainMenu .AspNet-Menu-Leaf,
.MainMenu .AspNet-Menu-WithChildren {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #f1e020;
	background-image: url(imgs/hdr/menurowbkg.png);
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 21px;
}
.MainMenu .AspNet-Menu-Leaf a,
.MainMenu .AspNet-Menu-WithChildren a {
	background-image: url(imgs/hdr/menurowbkg.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-right: 18px;
	color: #f1e020;
	text-decoration: none;
}
.MainMenu li a:hover,
.MainMenu .AspNet-Menu-Selected,
.MainMenu .AspNet-Menu-Selected a:visited,
.MainMenu .AspNet-Menu-Leaf a:hover,
.MainMenu .AspNet-Menu-WithChildren a:hover {
	background-color: #f7e4fc;
	background-image: none;
	color: #552E5F;
}
/************************ PopUps *****************************/
#popup
{
	background-color: #f7e4fc;
	background-image: none;
	margin: 0px;
	font-family: Arial, helvetica, Sans-Serif;
}
#popupContainer {
	margin: 0px;
	padding: 0px;
}
#popupHead,
#popupFoot {
	height: 21px;
	background-image: url(imgs/hdr/menurowbkg.png);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 21px;
}
#popupHead {
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
}
#popupFoot {
	margin-top: 5px;
}
#popupContent 
{
	margin: 0px;
	min-height: 503px;
	font-size: 1.1em;
	color: #333333;
}
#popupBtn {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
}
/*********************** Orders Css *************************/
.addressBox1,
.addressBox2 {
	float: left;
	width: 345px;
	height: 140px;
	border: solid 1px #f1e020;
	padding: 5px;
}
.addressBox2 {
	width: 345px;
	border-left: none;
}
.address {
	float: left;
	width: 190px;
}
.contact {
	float: left;
	width: 155px;
}
.orderBox {
	clear: both;
	width: 701px;
	padding: 5px;
	border: solid 1px #f1e020;
	border-top: none;
}
/*****************************************************************/