body
{
	font: 12px black verdana, sans-serif;
}


img
{
	border:0;
}

#centralContainer
{
	margin-left: auto;   
	margin-right: auto;
	width: 830px;
	border: 0;
}

#rightAdvert
{
	float: left;
	padding-left: 5px;
}

#bottomAdvert
{
	width: 526px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	background-color: black;
}

#header
{
	background-image: url(LuxuryLoot-Screen-Images/LuxuryLootHeader.gif);
	background-repeat: no-repeat;
	height: 76px;
}


#headMenu
{
	font: 11px black verdana, sans-serif;
	height: 21px;
	margin-top: 50px;
	padding-right: 160px;
	float: right;
}

#headMenu a:link
{
 text-decoration:none;
 color:#000000;
}

#headMenu a:visited
{
 text-decoration:none;
 color:#000000;
}

#headMenu a:hover 
{
 text-decoration:none;
 color:#ea3da3;
}

#headMenu ul
{
	padding: 0;
	margin: 0;
}

#headMenu li
{
	float: left;
	display: block;
	height: 17px;
	padding-top: 4px;
	padding-left: 15px;
}

#headMenu li.notLastMenuItem
{
	background-image: url(LuxuryLoot-Screen-Images/TopMenuSpacer.gif);
	background-position: right 0px;
	padding-right: 21px;
	background-repeat: no-repeat;
}

#headMenu #shoppingCartMenuItem
{
	background-image: url(LuxuryLoot-Screen-Images/ShoppingCart.gif);
	padding-right: 35px;
	background-position: right 0px;
	background-repeat: no-repeat;
}







#navigationContainer
{
	width: 133px;
	float: left;
	margin-top: 5px;
	margin-right: 12px;
}

#navigationContainer ul
{
	margin: 0;
	padding: 0;
	/*padding-top: 10px;*/
}

#navigationContainer li
{
	list-style-type: none;
}



#categorySection
{
	width: 133px;
	background-image: url(LuxuryLoot-Screen-Images/DotMenuBar.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 15px;
	font: 12px black verdana, sans-serif;
}

#categorySection a:link
{
 	text-decoration:none;
 	color:#000000;
}

#categorySection a:visited
{
 	text-decoration:none;
 	color:#000000;
}

#categorySection a:hover 
{
	text-decoration:none;
	font-weight: bold;
 	color:#ea3da3;
}






#otherSection
{
	width: 133px;
	background-image: url(LuxuryLoot-Screen-Images/DotMenuBar.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 20px;
}

#otherSection li
{
	font: 14px black verdana, sans-serif;
	font-weight: bold;
	margin-top:7px;
}

#otherSection a:link
{
 text-decoration:none;
 color:#000000;
}

#otherSection a:visited
{
 text-decoration:none;
 color:#000000;
}

#otherSection a:hover 
{
 text-decoration:none;
 color:#ea3da3;
}




#contentContainer
{
	width: 528px;
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
}


#ProductSummary
{
	float: left;
	/*width: 525px;*/
	border: 0;
	width: 528px;
}




#footer
{
	width: 527px;
	margin-top: 10px;
	padding-top: 15px;
	background-image: url(LuxuryLoot-Screen-Images/DotFooterBar.gif);
	background-repeat: repeat-x;
	clear: both;
}

#footer ul
{
	padding: 0;
	margin: 0;
}

#footer li
{
	list-style: none;
	display: block;
	float: left;
	margin-right: 10px;
	font: 11px black Verdana, sans-serif;
}

#footerCredits p
{
	text-align: right;
	font: 11px black Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

img.borderPicture
{
	border: 1px solid black;
}

h1
{
	display: none;
	margin: 0;
}

h2
{
	font: 14px black verdana, sans-serif;
	font-weight: bold;
	margin: 0;
}

.ProductBox
{
	width: 112px;
	height: 232px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border: 0;
	background-image: url(LuxuryLoot-Screen-Images/DotImageBackground.gif);
	background-repeat: repeat-x;
	background-position: 0px 5px;
}

.ProductBox-ImageContainer
{
	/* We're using a javascript hack for this now */
	/*line-height: 110px;*/
	width: 110px;
	height: 111px;
	border: 1px solid black;
	background-color: white;
	text-align: center;
}

.ProductBox-ImageContainer img
{
	border: 0;
	/* We're using a javascript hack for this now */
	/*vertical-align: middle;*/
}

.ProductBox-OutOfStock
{
	color: red;
}

#newsletterForm
{
	clear: both;
}

#ProductSummary-FilterBySize p
{
	text-align: center;
	padding-bottom: 15px;
	font-weight: bold;
}

#ProductSummary-PageNumberLinks p
{
	clear: both;
	text-align: center;
	padding-bottom: 15px;
	font-weight: bold;
}


#ProductSummary h2 
{
	padding-bottom: 10px;

}

#ProductSummary p
{
	margin: 0;
}

.ProductBox p
{
	text-align: left;
}



#contentContainer a:link
{
	text-decoration: none;
	color: #000000;
}

#contentContainer a:visited
{
	text-decoration: none;
	color: #000000;
}

#contentContainer a:hover 
{
	text-decoration: none;
	color: #ea3da3;
}



#ProductSummary-FilterBySize a:link
{
	text-decoration: underline;
	color: #000000;
}

#ProductSummary-FilterBySize a:visited
{
	text-decoration: underline;
	color: #000000;
}

#ProductSummary-FilterBySize a:hover
{
	text-decoration: underline;
	color: #ea3da3;
}




#ProductSummary-PageNumberLinks a:link
{
	text-decoration: underline;
	color: #000000;
}

#ProductSummary-PageNumberLinks a:visited
{
	text-decoration: underline;
	color: #000000;
}

#ProductSummary-PageNumberLinks a:hover
{
	text-decoration: underline;
	color: #ea3da3;
}


#contentContainer .prodnavigation
{
	font: 14px black verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding-top: 0;
	padding-left: 5px;
	text-align: left;
}

.detailname
{
	font: 14px black verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding-top: 0;
	text-align: left;
}

.detaildescription
{
	font: 12px black verdana, sans-serif;
	margin: 0;
	padding-top: 0;
	text-align: left;
}

.detailprice
{
	padding-top: 10px;
	text-align: center;
}

hr
{
	display: none;
}

.pagenums
{
	display: none;
}

.detailimage
{
	vertical-align: top;
}

#ProductSummary-NoProductsFound p
{
	text-align: center;
}

#ProductSummary-UnspecifiedCategory p
{
	text-align: center;
}

#contentContainer table.cobtbl p
{
	text-align: center;
}

#footer
{
	padding-bottom: 10px;
	
	float: left;
}





#trioAdsContainer
{
	width: 100%;
	height: 40px;
	background-color: ;
	
	float: left;
	
	padding-bottom: 10px;
}

.trioAds
{
	width: 175px;
	float: left;

}






#RandomProducts h2
{
	text-align: right;
	padding-bottom: 5px;
	background-image: url(LuxuryLoot-Screen-Images/blackDot.gif);
	background-repeat: repeat-x;
	background-position: 0px 8px;
}

#RandomProducts h2 span
{
	background-color: white;
	padding-left: 5px;
}

#RandomProducts p
{
	margin: 0;
}

.detaildescription ul
{
	padding: 0;
}

strong.outOfStock
{
	color: red;
}




/*Newsletter*/

#newsletterForm
{
	width: 525px;
	height: 43px;
	padding-top: 43px;
	background-color: black;
	background-image: url(LuxuryLoot-Screen-Images/NewsletterAd.gif);
	background-repeat: no-repeat;
}

#Aurora-NLSubscribePanel
{
	width: 525px;
	height: 43px;
}

#Aurora-NLSubscribePanel-EmailBox
{
	margin-top: 13px;
	padding-left: 20px;
	width: 320px;
	float: left;
}

#Aurora-NLSubscribePanel-EmailBoxErr
{
	margin-top: 5px;
	padding-left: 20px;
	width: 320px;
	float: left;
}

#Aurora-NLSubscribePanel-EmailBoxErr #Aurora-NLSubscribePanel-Email
{
	border: 1px solid red;
}

#Aurora-NLSubscribePanel-EmailLbl
{
	font: 12px verdana, sans-serif;
	padding-right: 10px;
	color: white;
}

#Aurora-NLSubscribePanel-Email
{
	width: 250px;
	border: none;
}

p.Aurora-NLSubscribePanel-ErrorMessage
{
	margin: 0;
	font: 12px verdana, sans-serif;
	color: red;
	float: right;
	margin-right: 6px;
}

#Aurora-NLSubscribePanel-SuccessMessage
{
	margin-top: 13px;
	font: 12px verdana, sans-serif;
	color: white;
	margin-left: 8px;
}

#Aurora-NLSubscribePanel-Submit
{
	float: left;
	margin-top: 13px;
	margin-left: 20px;
	border: none;
}

#Aurora-NLUnsubscribePanel-EmailBox
{
	margin-top: 13px;
	padding-left: 20px;
	padding-bottom: 13px;
	width: 320px;
	float: left;
}

#Aurora-NLUnsubscribePanel-EmailLbl
{
	font: 12px verdana, sans-serif;
	padding-right: 10px;
	color: black;
}

#Aurora-NLUnsubscribePanel-Email
{
	width: 250px;
	border: 1px solid black;
}

#Aurora-NLUnsubscribePanel-Submit
{
	float: left;
	margin-top: 13px;
	margin-left: 10px;
	border: 1px solid black;
}

/* Admin Login */

#Aurora-LoginPanel
{
	font: 12px verdana, sans-serif;
	margin-top: 10px;
}

#Aurora-LoginPanel label
{
	margin-right: 5px;
}

#Aurora-LoginPanel input
{
	border: 1px solid black;
	margin-right: 5px;
}

#Aurora-LoginPanel-FailMsg
{
	color: red;
}

#Aurora-SendNewsletterPanel-NotLoggedInMessage
{
	color: red;
}

/* Administrator Pannel */

#Administration
{
	font: 12px verdana, sans-serif;
}

#Administration ul
{
	padding: 0;
	margin: 15px;
}

#Administration li
{
	list-style-type: circle;
	padding-bottom: 5px;
}

#AdminLogoutLink
{
	font-weight: bold;
	float: right;
}

/* Newsletter */

#Aurora-LogoutPanel-Message
{
	display: none;
}

#Aurora-LogoutPanel-UserSettingsLink
{
	display: none;
}

#Aurora-LogoutPanel-LogoutLink
{
	font-weight: bold;
	float: right;
	padding-left: 460px;
}

#Aurora-SendNewsletterPanel input
{
	border: 1px solid black;
}

#Aurora-SendNewsletterPanel-Message
{
	border: 1px solid black;
}

#Aurora-SendNewsletterPanel-FromEmail
{
	 margin-left: 15px;

}

#Aurora-SendNewsletterPanel-Subject
{
	margin-top: 5px;
	margin-left: 3px;
}

#Aurora-SendNewsletterPanel-MimeTypeBox input
{
	border: none;
	margin-left: 5px;
}

.Aurora-SendNewsletterPanel-ErrorMessage
{
	color: red;
}

#Aurora-SendNewsletterPanel-FromEmailBoxErr #Aurora-SendNewsletterPanel-FromEmail
{
	border: 1px solid red;
}

#Aurora-SendNewsletterPanel-SubjectBoxErr #Aurora-SendNewsletterPanel-Subject
{
	border: 1px solid red;
}

#Aurora-SendNewsletterPanel-MessageBoxErr #Aurora-SendNewsletterPanel-Message
{
	border: 1px solid red;
}

/* Size Comparison Table */
#SizeComparisons td, #SizeComparisons th
{
	width:5em;
	border-left:1px black solid;
	border-top:1px black solid;
	text-align:center;
}

#SizeComparisons
{
	border-bottom:1px black solid;
	border-right:1px black solid;
}
