﻿
/************************
** HTML TAGS           
************************/
body  
{
	padding: 0; 
	margin: 0; 
	background: #000000 url('/Images/bgLeft.jpg'); 
	color: #ffffff; 
	font-size: 70%; 
	font-family: Arial, Verdana, Tahoma;
}

img 
{
	border: 0;
}

a
{
    color: #e87643;   
}

h4
{
    font-size: 100%;   
}

td
{
    text-align: left;
    vertical-align: top;
}

input, select
{
	color: White;
	border: solid 1px #666666;
	background-color: #333333;	
	font-family: Arial;
    font-size: 100%;
}

textarea
{
	color: White;
	border: solid 1px #666666;
	background-color: #333333;	
	font-family: Arial;
    font-size: 90%;
    font-size: 100%;
}

/************************
** MASTERPAGE CLASSES           
************************/

#header ul li
{
	float: left;
	padding: 0 10px 0 5px;
	margin: 0 10px 0 5px;
}

#menu
{
	margin: 0 auto 0 auto;	
	width: 867px;
	position: relative;
	top: 3px;
}

#menu ul
{
	margin: 0;
	padding: 0;
}

#menu ul li
{
	list-style-type: none;
	float: left;
}

#footer 
{
	background: url('/Images/bgFooter.jpg') no-repeat top center; 
	min-height: 78px;
	padding: 5px 60px 0 60px;
	font-weight: bold;
	color: White; 
	font-weight: bold; 
	font-size: 110%; 
	text-transform: uppercase;	
}

#footer a 
{
	text-decoration: none;
	color: White; 
	font-weight: bold; 
	text-transform: uppercase;	
}

#footer ul li
{
	float: left;
	padding: 0 10px 0 5px;
	margin: 0 10px 0 5px;
	#padding-top: 12px;
}

#copyright
{
	text-align: center;
	padding-top: 30px
}

/************************
** CONTENT MASTERPAGE           
************************/
.contentBorder
{
    margin: 0 auto 0 auto; 
    width: 867px; 
    padding-bottom: 15px;   
}

.subContentBorder
{
    margin: 0 auto 0 auto; 
    width: 863px; 
    border: solid 1px #d7d7d7; 
    min-height: 455px; 
    background: url('/Images/bgPageBottom.gif') repeat-x bottom left; 
    height: 485px; 
    overflow: auto;
    overflow-y: auto;   
    overflow-x: hidden; 
}

#header .homeLink
{
    float: left;   
}


#header #searchBar
{
	float: right; 
	color: White; 
	font-weight: bold; 
	font-size: 110%; 
	text-transform: uppercase;	
	text-align: right;
}

#header a
{
	color: White;
	text-decoration: none;	
}

.searchBtn
{
	position: relative;
	top: 8px;
}

.mailListBtn
{
	position: relative;
	top: 6px;
}

.mailListTxt
{
	background-color: White;
	border: solid 1px #ab4d52;
	color: Gray;
}

.buttonClass
{
    cursor: pointer;   
}

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: #000000;
    background-color: #745493;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #000000;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover, .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: none;
	color: #ca114d;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: #000000;
    background-color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #000000;
	background: none;
	text-decoration: none;
}

.accordionContent
{
    background-color: #000000;
    border-top: none;
    padding: 20px;
}


.categoryList
{
    padding: 10px 0 10px 20px;   
}

.categoryList a, .categoryListHeader a
{
    color: #fff568;
    font-size: 110%;
    text-decoration: none;
}

.categoryList a:hover
{
    color: #ed145b;
}

.categoryListHeader
{
    padding: 10px 0 10px 10px;  
    text-transform: uppercase;
    font-weight: bold;
}

.categoryListHeader a
{
    color: #ffffff;   
}

.categorySection
{
    display: none;   
}

.detailFunctions div
{
    padding: 2px;   
}

.detailMainImage
{   
    width: 210px;
    height: 280px;
}

.detailViewImage
{   
    width: 48px;
    height: 32px;
}

.imageButton
{
    border: solid 1px black;
}

.borderHeader
{
    position: relative; 
    top: 4px; 
    left: 1px;  
}

.borderFooter
{
    position: relative; 
    top: -5px;   
    left: 1px;
}

.pageHeader
{
    font-size: 125%;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #ed145b;
    background: url('/Images/bgPageTop.gif') repeat-x top left;   
    padding: 20px 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.fullHr
{
    background:url('/Images/hr.gif') no-repeat top center;
    border: 0;
    margin: 15px 0 15px 0;
    height: 1px;
    clear: both;
}

.smallHr
{
    background:url('/Images/hrSmall.gif') no-repeat top center;
    border: 0;
    margin: 15px 0 15px 0;
    height: 1px;
    clear: both;
}

.guestBookName
{
    color: #ed145b;
    font-size: 120%;
}

.guestBookName b
{
    text-transform: capitalize;
}

.guestBookDate
{
    color: #ed145b;
    font-size: 90%;  
}

.guestBookComments
{
    padding: 10px 50px 10px 50px;   
}

.pager span.pagerPrevious, .pager span.pagerNext
{
    display: none;
}

.storeLocation a
{
    color: #ffffff;
    text-decoration: none;
}

.storeLocation img
{
    position: relative;
    top: 4px;
    padding-right: 10px;
    #position: inherit;
}



.passwordStrength1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.passwordStrength2
{
     background-color:Gray;
     color:Yellow;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.passwordStrength3
{
     background-color:Gray;
     color: #FFCAAF;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.passwordStrength4
{
     background-color:Gray;
     color:Aqua;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.passwordStrength5
{
     background-color:Gray;
     color: #93FF9E;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}


.cartItems
{
    width: 100%;   
    font-size: 110%;
}

.cartItems td
{
    padding: 5px;
}

.cartItems th
{
    text-align: center;
    padding: 5px;
}

.cartItems a
{
    color: White;   
}

.cartRemove
{
    text-align: center; 
    width: 40px;   
}

.cartImage
{
    width: 63px;
    padding-left: 10px;   
}

.cartQty
{
    text-align: center;
    width: 50px;
}

.cartCode
{
    text-align: center;
    width: 70px;
}

.cartPrice
{
    text-align: right;
    width: 100px;
}



.checkoutStepHeader
{
    margin: 0 auto 0 auto;
    padding: 20px 0 20px 0;   
}

.checkoutForm
{
    width: 846px; 
    border-collapse: collapse;
}

.checkoutForm .checkoutFormContent
{
    padding: 15px 25px 15px 25px;
}

.headerText
{
    background-color: #FFFFFF; 
    color: Black; 
    font-size: 110%; 
    font-weight: bold; 
    padding: 5px; 
    padding-left: 25px;
}

.checkoutForm .headerText
{
    margin-top: 20px;
    padding: 5px 25px 5px 25px;
}

