/* Recommended Style */

/*
	Normal Font Face : Arial, Helvetica, sans-serif
	Normal Font Size: 12px

	Normal Font Color on White Background: #000066 (Dark), #3366FF (Medium) -- .blueText and .lightBlueText
	Normal Font Color on Dark Background: #FFFFFF or White -- .whiteText

	Normal Link Color on White Background: #0066FF -- .linkOnWhite
	Normal Link Color on Dark Background: Aqua -- .linkOnBlue

	Table Column Title Background Color: #0099FF -- .generalTableTitle
	Table Data Color: #C2E3FF (Dark) #CFF2FF (Light) -- .generalTableDark and .generalTableLight
*/

/* General Setting */

BODY {
	font-family : Arial, Helvetica, sans-serif;
}

H1 {
	font : bold 24px Arial, Helvetica, sans-serif;
	color : #000066;
}

H2 {
	font : bold 18px Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #3300CC;
}

H3 {
	font : bold 14px Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #3366FF;
}

.sectionTitle{
	color : White;
	font : bold 18pt Arial, Helvetica, sans-serif;
}

.whiteText {
	font : 14px Arial, Helvetica, sans-serif;
	color : White;
}

.whiteText14 {
	font : 14px Arial, Helvetica, sans-serif;
	color : White;
}

.aquaText {
	font : 12px Arial, Helvetica, sans-serif;
	color : Aqua;
}

.blueText {
	font : 14px Arial, Helvetica, sans-serif;
	color : #000066;
}

.lightBlueText {
	font : 12px Arial, Helvetica, sans-serif;
	color : #3366FF;
}

.purpleText {
	font : 12px Arial, Helvetica, sans-serif;
	color : Purple;
}

.redText {
	font : 12px Arial, Helvetica, sans-serif;
	color : #FF0033;
}

.greenText {
	font : 12px Arial, Helvetica, sans-serif;
	color : #009966;
}


.generalTableTitle {
	font : bold 12px Arial, Helvetica, sans-serif;
	color : White;
	padding : 0 10;
	background-color : #0066CC;
}

.generalTableLight {
	font : 12px Arial, Helvetica, sans-serif;
	padding : 0 10;
	background-color : #CFF2FF;
	color : #000066;
}

.generalTableDark {
	font : 12px Arial, Helvetica, sans-serif;
	padding : 0 10;
	text-align: center;
	background-color : #C2E3FF;
	color : #000066;
}

/* Referral Pop-up Box */

.referText {
	font : bold 14px Comic Sans MS;
	color : White;
}

/* Browse Book */

.bookTitle {
	font : bold 16px Arial, Helvetica, sans-serif;
	color : #3366FF;
}

/* Product Listing, Search Result and Order Listing */

.orderProductName {
	font : bold 16px Arial, Helvetica, sans-serif;
	color : White;
}

.productListingTitle, .orderListingTitle {
	padding : 0 5;
	background-color : #0099FF;
}

.productListingBlue {
	padding : 0 5;
	background-color : #C2EBFF;
}

.productListingWhite {
	padding : 0 5;
	background-color : #FFFFFF;
}

.productListingTotal {
	font : 12px Arial, Helvetica, sans-serif;
	color : #CC0099;
	text-align : middle;
}

.productListingGrandTotal {
	font : bold 18px Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	text-align : right;
	padding : 2 5;
	background-color : #0099FF;
}

/* Index Page Monthly Special Box Elements */

.specialPrice {
	font : 14px Arial, Helvetica, sans-serif;
	color : White;
}

.specialPriceCrossOut {
	font : 14px Arial, Helvetica, sans-serif;
	color : Black;
	text-decoration : line-through;
}

.specialPriceText {
	font : 16px Arial, Helvetica, sans-serif;
	color : Black;
	padding : 0 5;
}

.specialPriceBig {
	font : bold 16px Arial, Helvetica, sans-serif;
	color : Red;
}

.specialPriceCrossOutBig {
	font : 14px Arial, Helvetica, sans-serif;
	color : #003399;
	text-decoration : line-through;
}

/* Forum and Learn About Sex Elements */

.forumListingTitle {
	padding : 0 10;
	background-color : #0066CC;
}

.forumListingSubject, .forumListingDate, .forumListingMessage, .learnAboutLight {
	font : 12px Arial, Helvetica, sans-serif;
	padding : 0 10;
	background-color : #CFF2FF;
	color : #CFF2FF;
}

.forumListingDate {
	text-align: center;
}

.forumListingAuthor, .learnAboutDark {
	font : 12px Arial, Helvetica, sans-serif;
	padding : 0 10;
	text-align: center;
	background-color : #C2E3FF;
	color : #C2E3FF;
}

/* Footer Text Link Style */

.textMenu {
	font : 8pt Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #000099;
}

A.textMenu {
	font : 10pt Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #3300CC;
}

A.textMenu:Hover {
	text-decoration : underline;
	color : #3366FF;
}

/* Other Link Styles */

A.linkOnBlue {
	font : 10pt Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : Aqua;
}

A.linkOnBlue:Hover {
	text-decoration : underline;
	color : Aqua;
}

A.linkOnWhite, A.ForumReply {
	font : 10pt Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #0066FF;
}

A.linkOnWhite:Hover, A.ForumReply:Hover {
	text-decoration : underline;
	color : #0066FF;
}

A.learnTitle {
	font : bold 16pt Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #3300CC;
}

A.learnTitle:Hover {
	text-decoration : underline;
	color : #3366FF;
}

A.ForumQuestion {
	font : bold 10pt Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #6600FF;
}

A.ForumQuestion:Hover {
	text-decoration : underline;
	color : #6600FF;
}
