body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#mainWrap {
	margin: 0 auto;
	width: 1024px;
	position: relative;
}

#applicationLoadingScreen{
	text-align: center;
	text-decoration: blink;
	display: block;
}

#wrdInfoWrap {
	height: 120px;
	background-image: url(../images/headerStripeTile.png);
	background-repeat: repeat;
	-moz-box-shadow: 10px 10px 5px #999;
	-webkit-box-shadow: 10px 10px 5px #999;
}

#wrdInfoWrapLeft {
	float: left;
	width: 200px;
	vertical-align: top;
	padding: 10px;
}

#ricksBakery {
	display: inline;
	float: left;
	width: 530px;
	color: #fff;
	text-shadow: 1px 1px 8px #fff;
	font-size: 80px;
	font-weight: bolder;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 20px;
}

#onlineStore {
	float: left;
	width: 300px;
	color: #fff;
	text-shadow: 1px 1px 8px #fff;
	font-size: 45px;
	font-weight: bolder;
	vertical-align: top;
	padding-top: 50px;
	padding-left: 30px;
}

#wrdInfoWrapRight {
	float: right;
	padding-right: 20px;
}

#wrdInfoWrapRight A:link, #wrdInfoWrapRight A:visited, #wrdInfoWrapRight A:active {
	color: #333333;
	text-decoration: underline;
}

#wrdInfoWrapRight A:hover {
	text-shadow: rgb(255, 255, 255) 0px 0px 8px;
  	filter: glow(color=#FFFFFF,strength=3);
}

#wrdTutorialInfo {
	margin: 25px 10px; 0 0;
	background-color: #FFFFFF;
	padding: 5px;
}

#headerWrap {
	width: 100%;
	height: 30px;
	background-color: #3F034A;
	-moz-box-shadow: 10px 10px 5px #999;
	-webkit-box-shadow: 10px 10px 5px #999;
}

#loggedInUser{
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	color: #FFFFFF;
}

#loggedInUser a{
	color: #FFFFFF;
}

#logout{
	font-size: x-small;
}

#loggedInUser a:hover{
	text-shadow: rgb(255, 255, 255) 0px 0px 8px;
  	filter: glow(color=#FFFFFF,strength=3);
}

#myOrders
{
	
}

#searchBoxAndLabel{
	float: right;
	margin-right: 2px;
	margin-top: 4px;
}

#searchBoxDiv{
	display: inline;
	
}

#searchLabel{
	vertical-align: middle;
	display: inline;
	color: #FFFFFF;
	font-size: large;
}

#searchLabel a{
	color: #FFFFFF;
	font-size: large;
}

#searchLabel:hover{
	text-shadow: rgb(255, 255, 255) 0px 0px 8px;
  	filter: glow(color=#FFFFFF,strength=1);
}

#search{
	display: inline;
	color: #FFFFFF;
}

.searchPopupEnabled
{
	border: 1px solid grey;
	background-color: white;
	width: 200px;
	height: 200px;
	position: absolute;
	color: black;
	z-index: 999;
	left: 810px;
	margin-top: 25px;
}

.searchLink{
	text-decoration: none;
}

.searchPopupDisabled
{
}

#searchPopup
{

}
.searchHint
{
	background-color: #FFFFFF;
}
.searchHintSelected
{
	background-color: #FFA000;
	color: #FFFFFF;
}

#mainLoaderImage
{
	position: relative;
	top:250px;
	left:50%;
}

#navMenu{
	float: left;
	width: 175px;
	margin-top: 5px;
	margin-right: 37px;
}
#navSubCategory{
	list-style-type: none;
	list-style: none;
}

#contentWrap{
}

#contentWrapLeft {
	float: left;
	width: 600px;
	margin-top: 5px;
}


#contentWrapRight {
	float: right;
	width: 202px;
	margin-top: 5px;
}

#finePrint {
	 color: #666666;
     font-size: 9px;
     font-family: Verdana, Geneva, Arial, sans-serif;
     text-align: center;
     bottom: 0px;
     left: 0px;
     width: 100%;
     height: 18px;
}

#finePrint a {
	color: #666666;
}

#finePrint a:hover {
	background-color: gray;
	color: white;
}

.productWrap {
	float:left;
	width: 160px;
	margin-top: 5px;
	margin-left: 28px;
	margin-bottom: 30px;
	text-align:center;
	color: #A634BA;
	font-weight: bold;
	border: 1px #242424;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
}

.productWrap:hover {
	background-color: #950CAD;
	color: #FFFFFF;
	font-weight: bold;
	-moz-box-shadow: 10px 10px 5px #999;
	-webkit-box-shadow: 10px 10px 5px #999;
}

.productPriceWrap {
	background-color: #640575;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	-moz-box-shadow: 8px 8px 5px #999;
	-webkit-box-shadow: 8px 8px 5px #999;
}

.productNameWrap {
	font-size: smaller;
	height: 30px;
	overflow: hidden;
}

.productImageWrap{
	position:relative;
	height: 160px;
	width: 160px;
	vertical-align: middle;
	text-align: center;
}

.productImageWrap img{
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px gray;
	border-radius: 20px;  
	-moz-border-radius: 20px;  
	-webkit-border-radius: 20px; 
}

#breadcrumbs{
	width: 570px;
	height: 36px;
	margin-left: 10px;
}

.topNavigation{
	text-decoration: none;
	outline: none;
	height: 100%;
}

.topNavigation img{
	border: none;
	outline: none;
}

.topNavigationNonActivePage{
	color: #FFFFFF;
	height: 26px;
	float: left;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	
	background-color: #3F034A;
  
  	background: -moz-linear-gradient(top, #C668D6, #3F034A);
  	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #C668D6), color-stop(1.00, #3F034A));

   	/* IE code - note GradientType=1 means horizontal */
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=#C668D6, 
                endColorstr=#3F034A, 
               GradientType0);
}

.topNavigationNonActivePage:hover{
	text-shadow: rgb(255, 255, 255) 0px 0px 10px;
  	filter: glow(color=#FFFFFF,strength=1);
}

#topNavigationActivePage{
	color: #C668D6;
	height: 26px;
	float: left;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	
	/*
background-color: #3F034A;
  
  	background: -moz-linear-gradient(top, #ff7200, #ffc101);
  	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff7200), color-stop(1.00, #ffc101));

   	/* IE code - note GradientType=1 means horizontal */
  	/*
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=#ff7200, 
                endColorstr=#ffc101, 
               GradientType0);
*/

	background: -moz-linear-gradient(top, #C668D6, #3F034A);
  	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #C668D6), color-stop(1.00, #3F034A));

   	/* IE code - note GradientType=1 means horizontal */
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=#C668D6, 
                endColorstr=#3F034A, 
               GradientType0);

}

#productPageBackButton{
	width: 120px;
	height: 26px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	
	background: -moz-linear-gradient(top, #C668D6, #3F034A);
  	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #C668D6), color-stop(1.00, #3F034A));

   	/* IE code - note GradientType=1 means horizontal */
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=#C668D6, 
                endColorstr=#3F034A, 
               GradientType0);
}

#productPageBackButtonArrows{
	width: 60px;
	height: 26px;
	padding-top: 5px;
}

.breadcrumbText{
	padding-top: 5px;
	clear: both;
	text-decoration: none;
}

#productPageBackButton:hover{
	color: #3F034A;
}

#productPageBackButton img{
	vertical-align: middle;	
}

.productPriceWrap img {
	border: 0;
}

#productPageWrap{
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	background-color: #640575;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	-moz-box-shadow: 10px 10px 5px #999;
	-webkit-box-shadow: 10px 10px 5px #999;
}

#productPageWrap a{
	text-decoration: underline;
	color: blue;
}

#descriptionHeaderImage{
	width: 580px;
	height: 10px;
	margin-left: 10px;
}

#productPageTitle{
	background-color: #C668D6;
	color: #FFFFFF;
	width: 532px;
	margin: 10px;
	padding: 5px;
	padding-left: 10px;
	float: left;
	font-size: xx-large;
	font-weight: bold;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	text-shadow: 1px 1px 4px #FFFFFF;
}

#descriptionFooterImage{
	width: 580px;
	height: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#productPageImagePriceQuantityAddToCart{
	display: inline;
}

#productPageImage{
	clear: both;
	float: left;
	margin: 10px;
	margin-bottom: 20px;
	background-color: #C668D6;
	padding: 10px;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px; 
}

#mainProductImage{
	background-color: #636363;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px; 
}

#productPagePriceQuantityAddToCart{
	float:right;
	margin-right: 7px;
	margin-top: 140px;
	margin-left: 2px;
	top: 50%;
	font-weight: bold;
	background-color: #C668D6;
	padding: 10px;
	color: #FFFFFF;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px; 
}

#addToCart img{
	border: none;
}

#productPageImageBarHeader{
	clear: both;
	background-color: #C668D6;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	padding: 5px;
	color: white;
	width: 532px;
	font-size: larger;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	text-shadow: 1px 1px 6px #FFFFFF;
}

#productPageImageBar{
	clear:both;
	width: 525px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
}

#productPageImageBar img{
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	background-color: #FFFFFF;
}

#productPageDescriptionHeader{
	clear: both;
	background-color: #C668D6;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	padding: 5px;
	color: white;
	width: 532px;
	font-size: larger;
	font-weight: bold;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	text-shadow: 1px 1px 6px #FFFFFF;
}

#productPageDescription{
	clear: both;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	color: #000000;
	border-color: #950CAD;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
}

.thumbnails{
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
}

.thumbnails:hover{
	opacity: 0.6;
	position: relative;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px; 
}

#basketWrap {
	background-color: #640575;

	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	-moz-box-shadow: 10px 10px 5px #999;
	-webkit-box-shadow: 10px 10px 5px #999;
}

#basketTitleWrap {
	background-color: #3F034A;
	border: 3px #C668D6 solid;
	padding: 5px;
	color: #FFFFFF;
	font-size: larger;
	height: 20px;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	text-shadow: 1px 1px 4px #FFFFFF;
	
	background-color: #3F034A;
  
  background: -moz-linear-gradient(top, #3F034A, #C668D6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #3F034A), color-stop(1.00, #C668D6));

   	/* IE code - note GradientType=1 means horizontal */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=#3F034A, 
                endColorstr=#C668D6, 
               GradientType0);
}

#basketItemsWrap img {
	border: 0;
}

#basketItemsWrap ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#basketItemsWrap li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.basketLIDIV {
	width: 192px;
	background-color: #C668D6;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
}

.basketBadgeSpan {
	float: left;
	width: 50px;
	margin-left: -20px;
	z-index: 2000;
}

.basketBadgeSpanText {
	position: absolute;
	margin-top: -38px;
	margin-left: 8px;
	font-style: italic;
	font-size: large;
	font-weight: bold;
}

.basketItemContentSpan {
	color: #FFFFFF;
}

.basketItemControls {
	float: right;
	padding-right: 5px;
	padding-top: 2px;
}

.basketItemName {
	vertical-align: middle;
	font-weight: bold;
	padding: 10px;
}

.basketItemTotal 
{
	vertical-align: bottom;
	width: 187px;
	padding: 3px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
}

#basketTotalWrap
{
	background-color: #3F034A;
	padding: 5px;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	height: 10px;
	text-align: right;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	text-shadow: 1px 1px 4px #FFFFFF;
	
	background-color: #3F034A;
  
	background: -moz-linear-gradient(top, #C668D6, #3F034A);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #C668D6), color-stop(1.00, #3F034A));

   	/* IE code - note GradientType=1 means horizontal */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=#C668D6, 
                endColorstr=#3F034A, 
               GradientType0);
}

#checkout {
   position: relative;
   margin-left: 45px;
   z-index: 1;
   height: 30px;
   width: 150px;
   color: #FFFFFF;
   font-weight: bold;
   border-radius: 10px;  
   -moz-border-radius: 10px;  
   -webkit-border-radius: 10px;
   text-shadow: 1px 1px 4px #FFFFFF;
	
   background-color: #3F034A;
  
   background: -moz-linear-gradient(top, #640575, #C668D6);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #640575), color-stop(1.00, #C668D6));

    /* IE code - note GradientType=1 means horizontal */
   filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=#640575, 
                endColorstr=#C668D6, 
               GradientType0);
               
   -moz-box-shadow: 6px 6px 5px #999;
   -webkit-box-shadow: 6px 6px 5px #999;
}

#checkout:hover {
	text-shadow: 1px 1px 8px #FFFFFF;
  	filter: glow(color=#FFFFFF,strength=3);
  	
  	background: -moz-linear-gradient(top, #3B3B3B, #640575);
  	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #3B3B3B), color-stop(1.00, #640575));
}

#checkout img{
	border: none;
	outline: none;
}

#checkoutBackground{
	position: absolute;
  	top: 0;
  	left: 5px;
  	-webkit-border-radius: 8px;
  	-moz-border-radius: 8px;
  	height: 1px;
  	width: 142px;
  	padding: 8px 0;
  	background-color: rgba(255, 255, 255, 0.25);
  	background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  	/* for FF 3.6 */
  	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95%);
}

h4 {
   margin-left: auto;
   width: 100%;
}
#checkoutText {
	z-index: 2;
   position: absolute;
   color: white;
   letter-spacing: -1px;
   margin-left: 38px;
   top: 5px;
}

.basketItemLeft {
	float: left;
}

.basketItemRight {
	float: right;
}

#bannerWrap {
	margin: 10px;
	padding-bottom: 5px;
}

#loginRegisterWrap{
	float: left;
	margin-left: 25px;
}

#loginForm{
	text-align: center;
 	margin-top: 50px;
 	width: 450px;
 	background-color: #3F034A;
 	float: left;
 	color: #FFFFFF;
 	font-size: larger;
 	font-weight: bold;
 	padding-left: 50px;
 	padding-right: 50px;
 	padding-bottom: 10px;
 	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	-moz-box-shadow: 10px 10px 5px #999;
	-webkit-box-shadow: 10px 10px 5px #999;
}

#loginBanner{
	background-color: #C668D6;
	font-size: xx-large;
	font-weight: 400;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
}

#loginTable{
	text-align: center;
}

#loginEmail{
	font-size: larger;
}

#loginPassword{
	font-size: larger;
}

#loginButton{
	font-size: larger;
}

#registrationForm{
 	margin-top: 5px;
 	background-color: #3F034A;
 	float: left;
 	color: #FFFFFF;
 	width: 450px;
 	font-size: larger;
 	font-weight: bold;
 	padding-left: 50px;
 	padding-right: 50px;
 	padding-bottom: 10px;
 	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	-moz-box-shadow: 10px 10px 5px #999;
	-webkit-box-shadow: 10px 10px 5px #999;
}

#registrationBanner{
	background-color: #C668D6;
	font-size: larger;
	font-weight: 400;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	padding-left: 45px;
	padding-right: 45px;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
}

#registrationBanner a{
	color: #FFFFFF;
}

#registrationBanner:hover{
	color: #C668D6;
	background-color: #FFFFFF;
}

#hiddenRegistrationForm{
}

#firstName{
	font-size: larger;
}

#lastName{
	font-size: larger;
}

#phone1{
	font-size: larger;
}

#phone2{
	font-size: larger;
}

#phone3{
	font-size: larger;
}

#address1{
	font-size: larger;
}

#address2{
	font-size: larger;
}

#city{
	font-size: larger;
}

#state{
	font-size: larger;
}

#zip{
	font-size: larger;
}

#email{
	font-size: larger;
}

#registrationPassword1{
	font-size: larger;
}

#registrationPassword2{
	font-size: larger;
}

#registerButton{
	font-size: larger; 
}

#registrationMessage{
	text-align: center;
}

#adminToolbar{
	background-color: #A3A3A3;
	color: #000000;
	height: 25px;
	font-size: small;
	vertical-align: middle;
}

#adminToolbar a{
	margin-top: 5px;
	margin-left: 5px;
	color: #FFFFFF;
}

#adminToolbar a:hover{
	margin-top: 5px;
	color: #FF7373;
}

#adminPageContent{
	margin-top: 10px;
}

#imageUploadInputs{
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	width: 100%;
}

.changeFeaturedProductImagePopupEnabled{
	position: absolute;
	z-index: 1000;
	vertical-align: middle;
	text-align: center;
	width: 300px;
	background-color: white;
	border: 1px solid black;
	left: 362px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.changeFeaturedProductImagePopupDisabled{
	
}

.closeFeaturedProductImagePopupButtonEnabled{
	position: absolute;
	z-index: 1001;
	left: 643px;
}

.closeFeaturedProductImagePopupButtonEnabled a img{
	border: none;
	outline: none;
}

.closeFeaturedProductImagePopupButtonDisabled{
	visibility: hidden;	
}

.backgroundForPopupEnabledDark{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000000;
	opacity: .8;
	filter: Alpha(Opacity=80);
	width: 100%;
	height: 100%;
	z-index: 999;
}

.backgroundForPopupDisabledDark{
	visibility: hidden;
}

.backgroundForPopupEnabledLight{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000000;
	opacity: .05;
	filter: Alpha(Opacity=5);
	width: 100%;
	height: 100%;
	z-index: 999;
}

.backgroundForPopupDisabledLight{
	visibility: hidden;
}

.fullSizeProductImagePopupEnabled{
	position: fixed;
	z-index: 1000;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	font-size: x-small;
	border: 1px dotted black;
	width: 1024px;
}

.fullSizeProductImagePopupDisabled{
	visibility: hidden;
}

.closeFullSizeProductImagePopupButtonEnabled{
	position: fixed;
	z-index: 1001;
	top: 129px;
}

.closeFullSizeProductImagePopupButtonEnabled a img{
	border: none;
}

.closeFullSizeProductImagePopupButtonDisabled{
	visibility: hidden;	
}

#popupTitleBar{
	background-color: #000000;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	padding-left: 5px;
	font-size: medium;
	font-weight: lighter;
	margin-bottom: 10px;
	border-radius: 8px;  
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px;
}

#popupTitleBarCloseIcon{
	float: right;
	vertical-align: top;
	padding: none;
}

#popupTitleBarCloseIcon a img{
	border: none;
}

.fullSizeProductImagePopupEnabled a:link{
	text-decoration: none;
}
	.fullSizeProductImagePopupEnabled a:active{
text-decoration: none;
}
	.fullSizeProductImagePopupEnabled	a:visited{
text-decoration: none;
}

#popupMainProductImage{
	clear:both;
	
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#productPageImageBar{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: dotted 1px silver;
}
.popupThumbnails{
	
}
.popupThumbnails:hover{
	position: relative;
	opacity: 0.6;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
}

#popupProductPageImageBar{
	margin-top: 10px;
	border-radius: 8px;  
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#addFeaturedProductButton{
	float: left;
	margin-top: 20px;
	margin-left: 88px;
	height: 30px;
	width: 95px;
}

#removeFeaturedProductButton{
	float: left;
	margin-top: 20px;
	margin-left: 4px;
	height: 30px;
	width: 95px;
}

#productIDTextBox{
	width: 0;
	height: 0;
}

#my_iframe_featured_product{
	height: 30px;
	width: 95%;
	border: 0px solid #ffffff;
	font-size: smaller;
	background-color: #FFFFFF;
	padding: 5px;
}

#addNewFeaturedProductTitleBar{
	background-color: #8CA7F7;
	color: white;
	text-align: left;
	padding-left: 5px;
}

.addFeaturedProductImagePopupEnabled{
	position: absolute;
	z-index: 1000;
	vertical-align: middle;
	text-align: center;
	width: 328px;
	background-color: white;
	border: 1px solid black;
	left: 348px;
	padding-bottom: 5px;
	top: 250px;
	left: 362px;
	line-height: 27px;
}

.addFeaturedProductImagePopupDisabled{
}

.closeAddFeaturedProductImagePopupButtonEnabled{
	position: absolute;
	z-index: 1001;
	left: 671px;
	top: 230px;
}

.closeAddFeaturedProductImagePopupButtonEnabled a img{
	border: none;
}

.closeAddFeaturedProductImagePopupButtonDisabled{
	visibility: hidden;	
}

#addNewFeaturedProductLabelsAndSelectsContainer{
	border: 1px black solid;
	width: 98%;
	vertical-align: middle;
	text-align: center;
	display: table-row;
}

#addNewFeaturedProductLabels{
	display: table-cell;
	float: left;
	border: 1px grey solid;
	border-left: none;
	text-align: left;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: .9px;
}

#addNewFeaturedProductSelects{
	display: table-cell;
	float: right;
	border: 1px grey solid;
	border-left: none;
	border-right: none;
	text-align: left;
	width: 210px;
	padding: 5px;
}

.productImageManagerPopupRow
{
	#position: absolute; #top: 50%;display: table-row; vertical-align: middle;
	width:auto;
	text-align: center;
	background: white;
}

.productImageManagerPopupEnabled{
	position: absolute;
	z-index: 1000;
	vertical-align: middle;
	text-align: center;
	display: table;
	width: 400px;
	background-color: white;
	border: 1px solid black;
	left: 348px;
	padding-bottom: 5px;
	left: 312px;
	line-height: 27px;
}

.productImageManagerPopupDisabled{
visibility: hidden;
}

.productImage{
	float:left;
	display:  table-cell;
	border: 6px solid transparent;
	line-height: 15px;
	margin-top: 10px;
	margin-left: 8px;
	width: 110px;
	height: 130px;
}

.productImageIMGEnabled{
}

.productImageIMGDisabled{	
	z-index: 1999;
	opacity: .5;
}

.primaryProductImage{
	float:left;
	display:  table-cell;
	border: 6px solid #4062F5;
	background-color: #4062F5;
	line-height: 15px;
	margin-top: 10px;
	margin-left: 8px;
	width: 110px;
	height: 130px;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
}

.productImageName{
	width: 110px;
	display:  table-cell;
}

.disableProductImageCellDisabled{
	visibility: hidden;
	float:left;
	position: absolute;
	display:  table-cell;
	text-align: center;
	width:110px;
	height:110px;
	z-index: 2000;
}

.disableProductImageCellEnabled{
	float:left;
	position: absolute;
	display:  table-cell;
	text-align: center;
	width:110px;
	height:110px;
	vertical-align: middle;
	z-index: 2000;
}

#addProductImageButton{
	float: left;
	margin-top: 20px;
	margin-left: 12px;
	height: 30px;
	width: 125px;
}

#enableDisableProductImageButton{
	float: left;
	margin-top: 20px;
	height: 30px;
	width: 125px;
}

#selectPrimaryProductImageButton{
	float: left;
	margin-top: 20px;
	height: 30px;
	width: 125px;
}

.closeProductImageManagerPopupButtonEnabled{
	position: absolute;
	z-index: 1001;
	left: 691px;
	top: 230px;
}

.closeProductImageManagerPopupButtonEnabled a img{
	border: none;
}

.closeProductImageManagerPopupButtonDisabled{
	visibility: hidden;	
}

.textEditorPopupEnabled{
	position: absolute;
	z-index: 1002;
	border: 3px solid #0000CC;
	background-color: aqua;
}

.textEditorPopupDisabled{
	visibility: hidden;
}

#textEditorPopupTextbox{
	padding: 0px;
	margin: 0px;
	border: none;
	width: 250px;
	height: 75px;
	font-size: large;
}

.currentFieldBeingEditedHidden{
	visibility: hidden;
}

#currentFieldBeingEdited{
	color: black;
	border: 2px purple solid;
	z-index: 1004;
}

#cellSelectionCursor{
	border: 2px solid #0000CC;
	background: transparent;
}

#productImagePopupButtonContainer{
	position: absolute;
   	bottom: 0;
   	padding-bottom: 10px;
   	padding-top: 10px;
}

.addProductPopupEnabled{
	position: absolute;
	z-index: 1000;
	vertical-align: middle;
	text-align: center;
	width: 328px;
	background-color: white;
	border: 1px solid black;
	left: 348px;
	padding-bottom: 5px;
	top: 250px;
	left: 362px;
	line-height: 27px;
	height: 90px;
}

#welcomeHeading{
	font-size: 150px;
	font-weight: bold;
	letter-spacing:-7px;
}

#welcomeMessage{
	padding-left: 200px;
	padding-right: 200px;
	text-align: left;
	font-size: large;
}

#welcomeClosing{
	text-align: left;
	padding-left: 195px;
	font-size: 75px;
	font-weight: bold;
	letter-spacing:-5px;
}

a:link{
color: #816DB1;
text-decoration: none;
}

a:active{
color: #816DB1;
text-decoration: none;
}

a:visited{
color: #816DB1;
text-decoration: none;
}
