/*
	peach colour: 			ffeaf4		- main vertical strip
	light purple colour: 	dfb6df		- used as contents background
	dark purple colour:		861b86		
	grey colour:	 		e0e0e0		- typical borders & standout boxes
*/



/********* Login Bar CSS ************/
.login, a.login
{
	color: #333333;
	text-decoration: none;
}

.cart, a.cart
{
	color: #333333;
	text-decoration: none;
}


/********* Side Nav CSS ************/
.sideNav
{
	font-size: 90%;
}
ul.sideLinks
{
	padding: 0 0;
	margin: 0 0;
	list-style: none;
}
ul.sideLinks li
{
	color: #9d0000;
	margin-bottom: .1em;
}
ul.sideLinks a
{
	text-decoration: none;
}
ul.sideLinks a:hover
{
/*	color: #9d0000; */
	font-weight: 900;
}
.productListing a.sideMenu, .categoryListing a.sideMenu
{
	font-size: 100%;
}



/********* General Content CSS ************/
h1, h2, h3, ul, li, p, div, ol
{
	padding: 0 0; margin: 0 0;
}
h2
{
	font-size: 125%;
	margin-bottom: 5px;
	margin-left: -1em;
}
h3
{
	font-size: 90%;
}
ul
{
	margin-top: 5px;
}
li
{
	margin-left: 2em;
	padding-left: .6em;
}
p, li
{
	font-size: 90%;
}


div.separator
{
	margin: 1.6em auto 1.8em auto;
	padding: 0 0;
	width: 80%;
	border-bottom: 1px solid #861b86;
}
div.separatorNarrow
{
	margin: 1em auto 1em auto;
	padding: 0 0;
	width: 80%;
	border-bottom: 1px solid #861b86;
}

div#firstPara
{	}
div.section	/* Used for different sections*/
{
	margin-left: 2em;
}
div.sectionCenter /* Used for any section that requires centering */
{
	margin-left: auto;
	margin-right: auto;
}
div.sectionClear
{
	clear: both;
}

.boxNotes
{
	width:90%;
	border: 1px solid #75007d;
	padding: 10px 15px 10px 15px; 
	margin: 10px 5px 5px 5px;
	color: #3c0a3f;
	text-align: left;
}
.backToTop
{
	font-size: 90%;
	text-align: right;
	clear: both;
}
a.backToTop
{
	text-decoration: none;
}
.sectionText
{
	font-size: 90%;
}

/********* Page Specific CSS ************/
.breadcrumbs
{
	font-size: 90%;
	margin-bottom: 20px;
}
div.breadcrumbs
{
	margin-bottom: 20px;
}
.breadcrumbsNarrow
{
	font-size: 90%;
	margin-bottom: 10px;
}
.breadcrumbs a
{
	text-decoration: none;
}
.breadcrumbs a:hover
{
	text-decoration: underline;
}

.categoryListing
{
	font-size: 110%;
	margin-left: 15px; margin-bottom: 5px;
	width: 150px;
	float: left;
	text-align: left;
}
div.productListing
{
/*	margin-left: 24px; margin-bottom: 5px;  */
	margin-right: 15px; margin-bottom: 15px;
	float: left;
	width: 110px;
	height: 130px;
	text-align: center;
}

/********* eComm Stuff ************/
.productDetail
{
	margin-bottom: 0;
}
h2.productDetail
{
	font-size: 150%;
}
.productPreamble
{
	font-size: 90%;
	margin-bottom: 1em;
}
.cartInput
{
	width: 2.2em;
	text-align: right;
}

.cartButton
{
	font-size: 80%;
}

.productImgColumn
{
	float: left;
	overflow: hidden;
	padding: 0 15px 0 0;
}	
.productImgLinks
{
	float: left;
	padding: 10px 0 10px 5px;
/*	border-left: 1px #861b86 solid; */
}
.productImgLinks a
{
	text-decoration: none;
}
.productImgLinks a:hover
{
	color: #9d0000;
}
.productColumn
{
	width: 250px;
	float: left;
}
.productColumn h3
{
	font-size: 110%;
}
.productDetailsHead
{
}
ul.productDetails
{
	padding: 0 0;
	margin: 0 0;
}
.productDetails
{
	margin-left: 1em;
	padding-left: .25em;
	list-style-type: circle;
}
.prodTableDark
{
	background-color: #dfb6df;
}
.prodTableLight
{
	background-color: #ffeaf4;
}


/********* Shopping Cart Stuff ************/
.cartRow, .cartSubtotalRow
{
	background-color: #ffffff;
}
tr.cartHead
{
	font-size: 110%;
	font-weight:900;
	background-color: #ffeaf4;
}
.cartSubtotalRow
{
	border-top: 1px solid #808080;
	border-bottom: 	1px solid #808080;
	height: 3em;
	font-size: 110%; font-weighT: 900; text-align: right;
}
.cartItemQty
{
	width: 1.5em;
	padding-right: .25em;
	text-align: right;
}


/********* Invitations ************/
.invitations
{
	font-size: 90%;
}
p.invitations
{
	margin-bottom: 1em;
}
.invitationSample
{
	float:left; overflow: hidden;
	width: 265px;
	margin: 5px 0 5px 0;
	border: 1px solid #dfb6df;
	font-weight: 900;  text-align: center; 	color: #861b86;
}
.invitationSwatch
{
	float: left;
	width: 99px;
	overflow: hidden;
	height: 135px; 
	margin: 5px 3px 2px 3px;
	font-size: 90%; font-weight: 900;  text-align: center; 	color: #861b86;
}

/********* Policies ************/
.policies
{
	font-size: 80%;
}
p.policies
{
	margin-bottom: 1em;
}
/*
.navigator
{
	font-size: 10px;
}
a.navigator
{
	text-decoration: none;
}

.contHead
{
	font-size: 16px;
	font-weight: 900;
	
}

.contMain
{
	font-size: 12px;
}
.contError
{
	font-size: 14px;
	color: #9d0000;
	font-weight: 900;
}

.contPolicies
{
	font-size: 10px;
}
.contPoliciesHead
{
	font-size: 14px;
	font-weight: 900;
}

.itemName
{
	font-size: 18px;
}

.itemDescription
{
	margin-left: 10px;
	font-size: 12px;
}
.tableLight
{
	font-size: 12px;
}
.tableDark
{
	font-size: 12px;
	background-color: #ffeaf4;
}
.itemImgList
{
	font-size: 10px;
	text-align: left;
}
.cartHead
{
	font-size: 16px;
	background-color: #ffeaf4;
	font-weight: 900;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
.cartRow
{
	font-size: 14px;
	padding: 7px 5px 7px 5px;
	background-color: #ffffff;
}
.cartPrice
{
	font-size: 14px;
	background-color: #ffffff;
}
.cartLine
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	height: 1px;
	width: 100%;
	background-color: #999999;
}
.cartSubtotal
{
	font-size: 16px;	
}


a.imgSlideNum
{
	text-decoration: none;
	font-size: 12px;
	position: relative;
}
.jobDesc
{
	border: 1px solid #75007d;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}
.caption
{
	font-size: 13px;
	padding: 3px 10px 3px 10px;
	text-align: center;
}

.invitTable
{
	text-align: center;
	font-size: 14px;
	font-weight: 900;
	color: #75007d;
	padding-bottom: 10px;
}

.paperTable
{
	text-align: center;
	font-size: 12px;
	font-weight: 100;
	color: #75007d;
	padding-bottom: 10px;
}
.boxNotes
{
	width:80%;
	text-align: left;
	border: 1px solid #75007d;
	padding: 10px 15px 5px 15px; 
	color: #3c0a3f;
}
*/