/* Stylesheet for Etiquette Lady */

body
{
	margin: 0;
	font-family: arial;
}

a
{
	outline: none;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Containers for Entire Page */
/* ---------------------------------------------------------------------------------------------------------- */

.container
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;

	margin-top: 25px;
	border: 2px solid black;
	background: url("../App_Themes/etiquetteLady/images/containerBG.jpg") repeat-y left top white;
}

.leftContainer
{
	width: 295px;
	height: auto;
	background: url("../App_Themes/etiquetteLady/images/nav_background.jpg") no-repeat left top;
	float: left;
}


.rightContainer
{
	width: 665px;
	background: url("../App_Themes/etiquetteLady/images/content_background.jpg") no-repeat left top;
	float: left;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Logo Box */
/* ---------------------------------------------------------------------------------------------------------- */

.logoBox
{
	width: 165px;
	height: 101px;
	background: url("../App_Themes/etiquetteLady/images/logoBox.png") no-repeat left top;
	float: left;
	margin-left: 58px;
	margin-top: 25px;
	display: block;
	text-decoration: none;
	outline: none;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* Navigation Buttons on the left side */
/* ---------------------------------------------------------------------------------------------------------- */

.buttonContainer
{
	width: 295px;
	height: auto;
	margin-top: 213px;
	font-size: 10pt;
}

.navButton
{
	display: block;
	width: 125px;
	height: 28px;
	margin-left: 61px;
	line-height: 26px;
	text-decoration: none;
	outline: none;
}


/* ----------- */
/* Rollovers   */
/* ----------- */

.aboutBG
{
	background: url("../App_Themes/etiquetteLady/images/navRollover_about.jpg") no-repeat left top;
	cursor:pointer;
}
.orderBG
{
	background: url("../App_Themes/etiquetteLady/images/navRollover_order.jpg") no-repeat left top;
	cursor:pointer;
}
.tipBG
{
	background: url("../App_Themes/etiquetteLady/images/navRollover_tip.jpg") no-repeat left top;
	cursor:pointer;
}
.newsBG
{
	background: url("../App_Themes/etiquetteLady/images/navRollover_news.jpg") no-repeat left top;
	cursor:pointer;
}

.contactBG
{
	background: url("../App_Themes/etiquetteLady/images/navRollover_contact.jpg") no-repeat left top;
	cursor:pointer;
}


/* ----------- */
/* BIG buttons */
/* ----------- */

.bigButtonContainer
{
	height: 200px;
	width: 200px;
	margin-top: 25px;
	margin-left: 50px;
}

.bigButton_takeTour
{
	width: 182px;
	height: 53px;
	background: url("../App_Themes/etiquetteLady/images/button_takeTour.jpg") no-repeat left top;
	margin-bottom: 10px;
	display: block;
}

.bigButton_takeTour:hover
{
	background: url("../App_Themes/etiquetteLady/images/button_takeTourOver.jpg") no-repeat left top;
}

.bigButton_orderLesson
{
	width: 182px;
	height: 53px;
	background: url("../App_Themes/etiquetteLady/images/button_orderLesson.jpg") no-repeat left top;
	margin-bottom: 10px;
	display: block;
}	

.bigButton_orderLesson:hover
{
	background: url("../App_Themes/etiquetteLady/images/button_orderLessonOver.jpg") no-repeat left top;
}	

.bigButton_membersArea
{
	width: 182px;
	height: 53px;
	background: url("../App_Themes/etiquetteLady/images/button_membersArea.jpg") no-repeat left top;
	margin-bottom: 10px;
	display: block;
}	

.bigButton_membersArea:hover
{
	background: url("../App_Themes/etiquetteLady/images/button_membersAreaOver.jpg") no-repeat left top;
}	


/* ---------------------------------------------------------------------------------------------------------- */
/* Content Area */
/* ---------------------------------------------------------------------------------------------------------- */

.contentContainer
{
	width: 665px;
	margin-top: 110px;
}

.contentArea
{
	min-height: 287px;
	width: 330px;
	float: left;
	color: #58595B;
}

.shoppingCartArea
{
	width: 620px;
}

.sectionNumber
{
	width: 40px;
	float: left;
	font-size: 16pt;
	font-weight: bold;
	
}

.copy
{
	padding-top: 55px;
	font-size: 16pt;
	font-weight: bold;
}

.copySize
{
	
	font-size: 10pt;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 40px;
}

.aboutImage
{
	padding-top: 55px;
	height: 496px;
	width: 268px;
	float: left;
	margin-left: 20px;
	background: url("../App_Themes/etiquetteLady/images/aboutUsBG.jpg") no-repeat center bottom;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Search Bar at the top */
/* ---------------------------------------------------------------------------------------------------------- */

.searchBar
{
	width: 645px;
	height: 30px;
	margin-top: 20px;
	font-size: 7pt;
	text-align: left;
	flo//at: right;
}

.cartHeader
{
	background: url("../App_Themes/etiquetteLady/images/cart.jpg") no-repeat left top;
	height: 20px;
	line-height: 18px;
	min-width: 50px;
	padding-left: 25px;
	float: right;
	display: block;
}

.signIn
{
	height: 20px;
	line-height: 18px;
	float: right;
}

.searchField
{
	height: 20px;
	line-height: 20px;
	min-width: 160px;
	float: right;
	margin-left: 10px;
	overflow: hidden;
}


.searchBoxStyle
{
	display: block;
	width: 120px;
	height: 12px;
	border: 1px solid #482720;
	float: left;
	font-size: 10px;
}

.submitButton
{
	display: block;
	background: url("../App_Themes/etiquetteLady/images/searchButton.jpg") no-repeat left top;
	border:outset 0px #ccc;
	cursor: pointer;
	width: 20px;
	height: 20px;
	float: left;
	position: relative;
	top: -1px;
	margin-left: 5px;
	color: #fff;
	font-size: 1px;
	color: transparent;
	font-size: 0;
}

.searchBar a, .buttonContainer a
{
	color: #333;
	text-decoration: none;
}

.searchBar a:hover
{
	color: #e85c04;
}








/* ---------------------------------------------------------------------------------------------------------- */
/* Tip of the Day Section */
/* ---------------------------------------------------------------------------------------------------------- */
.tipEntryContainer
{
	width: 500px;
	padding-left: 40px;
	padding-top: 20px;
	margin-bottom: 25px;

}

.tipEntryHeadline
{
	font-size: 10pt;
	font-weight: bold;
	margin-top: 10px;
}

.tipEntryDate
{
	color: #02C3F3;
	font-size: 10pt;
}

.tipEntryCopy
{
	font-size: 10pt;
	font-weight: normal;
	margin-top: 10px;
}

.tipEntryButtonsArchive
{
	width: 70px;
	height: 25px;
	background: url("../App_Themes/etiquetteLady/images/archiveBtn.jpg") no-repeat left top;
	margin-left: 40px;
}

.tipEntryButtonsArchive:hover
{
	background: url("../App_Themes/etiquetteLady/images/archiveBtnOver.jpg") no-repeat left top;
	cursor: pointer;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Order Lessons Section */
/* ---------------------------------------------------------------------------------------------------------- */

.contentAreaOL
{
	min-height: 287px;
	width: 400px;
	float: left;
	color: #58595B;
}

.copyOL
{
	padding-top: 55px;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 20px;
}

.copySizeOL
{
	
	font-size: 10pt;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 40px;
}

/* ----------- */
/* OL Sidebar */

.sidebarOL
{
	margin-top: 55px;
	height: 340px;
	width: 200px;
	float: left;
	margin-left: 20px;
	border-left: 1px solid #ccc;
	
}

.categories
{
	margin-left: 20px;
	margin-top: 40px;
}

.categoriesLinks
{
	margin: 10px 0 0;
	padding: 0;
	display: block;
}

.categoriesLinks li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.categoriesLinks, .categoriesLinks a
{
	margin-left: 5px;
	text-decoration: none;
	font-size: 10pt;
	line-height: 20px;
}

.categoriesLinks a:hover
{
	color: #e85b02;
	text-decoration: underline;
}

.videoBoxOL
{
	padding-left: 15px;
	margin-bottom: 15px;
	display: block;
}

.videoBoxOL_headline
{
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 3px;
	text-decoration: none;
	color: #333;
	display: block;
}

.videoBoxDescOL
{
	font-size: 8pt;
	margin-bottom: 10px;
	margin-top: 10px;
}

.videoIncludes
{
	color: #000;
	margin: 7px 0 0;
}

.videoIncludes img, .videoIncludes strong, .videoIncludes span
{
	float: left;
	margin-right: 10px;
	line-height: 20px;
}



/* ---------------------------------------------------------------------------------------------------------- */
/* Contact */
/* ---------------------------------------------------------------------------------------------------------- */

.contactContainer
{
	width: 500px;
	padding-left: 40px;
	padding-top: 20px;
	margin-bottom: 25px;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 10px;
}

.searchBoxStyleContact
{
	width: 300px;
	height: 20px;
	border: 1px solid #482720;
}

.searchBoxStyleArea
{
	width: 400px;
	height: 100px;
	border: 1px solid #482720;
}





/* ---------------------------------------------------------------------------------------------------------- */
/* Orange Buttons */
/* ---------------------------------------------------------------------------------------------------------- */

.orangeButton
{
	display: inline;
	background: url("../App_Themes/etiquetteLady/images/orangeButtonLeft.jpg") no-repeat left top;
	padding: 0 0 0 6px;
	height: 18px;
	color:  white;
	text-decoration: none;
	font: bold 7.5pt Arial;
	line-height: 16px;
	float: left;
}

.orangeButton span
{
	display: block;
	background: url("../App_Themes/etiquetteLady/images/orangeButtonRight.jpg") no-repeat right top;
	padding: 0 21px 0 15px;
	height:18px;
	float: left;
	cursor: pointer;
	color: white;
}

.orangeButton:hover
{
	background: url("../App_Themes/etiquetteLady/images/orangeButtonLeftOver.jpg") no-repeat left top;
}

.orangeButton:hover span
{
	background: url("../App_Themes/etiquetteLady/images/orangeButtonRightOver.jpg") no-repeat right top;
}






#orangeButton
{
	margin-right: 40px;
}

#orangeButton ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

#orangeButton li
{
	background: url("../App_Themes/etiquetteLady/images/orangeButtonLeft.jpg") no-repeat left top;
	float: left;
	margin: 0px;
	padding-bottom: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	font: bold 7.5pt arial;
	height: 18px;
}

#orangeButton li:hover
{
	background: url("../App_Themes/etiquetteLady/images/orangeButtonLeftOver.jpg") no-repeat left top;

}

#orangeButton a
{
	display: block;
	background: url("../App_Themes/etiquetteLady/images/orangeButtonRight.jpg") no-repeat right top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	color:  white;
	text-decoration: none;
	height:18px
}

#orangeButton a:hover
{
	background: url("../App_Themes/etiquetteLady/images/orangeButtonRightOver.jpg") no-repeat right top;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------------------------------------------------------- */

.spacer
{
	height: 50px;
}

.footer
{
	margin-top: 50px;
	width: 960px;
	height: 30px;
	background: url("../App_Themes/etiquetteLady/images/footerBG.jpg") no-repeat right bottom;
}

.footerText
{
	margin-top: 20px;
	margin-left: 60px;
	font-size: 8pt;
}










.contentFlash
{
	width: 270px;
	height: 360px;
	float: left;
	margin-left: 15px;
	position: a//bsolute;
	bottom: 0;
}

.homePage
{
	position: relative;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* Video Bar holder at the bottom */
/* ---------------------------------------------------------------------------------------------------------- */

.videoBarContainer
{
	width: 663px;
	height: 139px;
	background: url("../App_Themes/etiquetteLady/images/video_background.jpg") no-repeat left top;
}

.videoHolder
{
	height: 75px;
	width: 595px;
	margin-left: 70px;
	position: relative;
	top: 55px;
	l//ine-height: 75px;
	float: left;
	
}

.videoHolder .vidLink
{
	height: 34px;
	width: 50px;
	background: no-repeat 50% 50%;
	margin-right: 17px;
	margin-top: 10px;
	float: left;
	text-decoration: none;
	font-size: 0;
}

.videoHolder .sampleCopy
{
	position: absolute;
	margin-top: -15px;
	float: left;
	font-size: 8pt;
	font-weight: bold;
	l//ine-height: 75px;
}

.videoHolder .videoLinks
{
	float: left;
}

.videoHolder .vidLink
{
	text-decoration: none;
}

.videoHolder .vid_001
{
	background-image: url("../App_Themes/etiquetteLady/images/homeVideoSamplePlay.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

.videoHolder a.vid_001:hover
{
	background-image: url("../App_Themes/etiquetteLady/images/homeVideoSamplePlay.jpg");
	background-position: left -34px;
}

.videoHolder .vid_002
{
	background-image: url("../App_Themes/etiquetteLady/images/homePDFIcon.png");
}

.videoHolder .vid_003
{
	background-image: url("../App_Themes/etiquetteLady/images/homeQuizIcon.png");
}

.videoHolder .vid_004
{
	background-image: url("../App_Themes/etiquetteLady/images/homeAudioIcon.png");
}

.videoHolder .explainCopy
{
	width: 300px;
	margin-right: 20px;
	cl//ear: both;
	posit//ion: absolute;
	font-size: 9pt;
	margin-top: 15px;
	ma//rgin-left: 140px;
	font-weight: bold;
	float: right;
}

.videoHolder .defaultCopy
{
	background-image: url("../App_Themes/etiquetteLady/images/homeDefaultExplain.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 58px;
	display: block;
	width: 300px;
}


.videoHolder .explainCopy .videoCopy
{
	color: #25c3f3;
	display: none;
}

.videoHolder .explainCopy .pdfCopy
{
	color: #b64499;
	display: none;
}
.videoHolder .explainCopy .quizCopy
{
	color: #e85e24;
	display: none;
}
.videoHolder .explainCopy .audioCopy
{
	color: #5f5eaa;
	display: none;
}


.videoHolder .defaultCopy
{
	margin-top: -15px;
	background-image: url("../App_Themes/etiquetteLady/images/homeDefaultExplain.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 58px;
	display: block;
	width: 300px;
}



/* ---------------------------------------------------------------------------------------------------------- */
/* MISC */
/* ---------------------------------------------------------------------------------------------------------- */

.spacer
{
	height: 50px;
}

#rotateImages li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#rotateImages
{
	margin: 0;
	padding: 0;
	list-style: none;
}


#rotateImages
{
	margin: 0;
	padding: 0;
}












.breadcrumb
{
	color: #333;
	font-size: 9pt;
}


.productPage .copyOL
{
	padding-top: 20px;
	padding-bottom: 20px;
}



.clear
{
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.shoppingCartArea .copy
{
	padding-top: 10px;
}

.cart .cart-header-row
{
	background: #cc6600;
	color: #fff;
	font-weight: bold;	
}

.cart .cart-header-row td
{
	padding: 3px 5px;
}

.cart .cart-item-row td
{
	padding: 10px 5px 10px;
}

.cart-footer
{
	margin: 20px 0 0;	
}

.cart-footer .Buttons
{
	margin: 20px 0 0;
}


.productPage
{
	font-size: 10pt;
}

.productPage h3
{
	margin-bottom: 10px;
}

.productPage .attributes
{
	margin-top: 14px;
}

.productPage .productPrice
{
	font-weight: bold;
	color: #333;
}




.selectAddress
{
	margin: 10px 0;
}

.Button input, .SelectButton input
{
	display: block;
	margin: 20px 0;
}

.ajax__tab_header
{
	font-weight: bold;
	margin: 0 0 10px;
}

.new-wrapper
{
	width: 250px;
	float: left;
}

.returning-wrapper
{
	width: 250px;
	float: left;
	margin-left: 20px;
}


.LoginPage .title
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px;
}


a
{
	color: #E85B02;
}

a:hover
{
	text-decoration: none;
}

.RegisterTitle, .LoginTitle
{
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	display: block;
}

.messageError
{
	color: #ff0000;
}

.RegistrationPage
{
	font-size: 0.8em;
}

.RegistrationPage .SectionTitle
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px;
}

.RegistrationPage .SectionBody
{
	padding: 0 0 30px;
}

.postDate
{
	color: #0296ff;
	font-weight: bold;
}

.postTitle
{
	font-weight: bold;
	margin-left: 10px;
}

.blogPage
{
	margin: 50px 0 0;
}













.scrollable {
		position: relative;
		overflow: hidden;
		width: 580px;
		height: 550px;
		padding: 0;
		}
		
.scrollable .items {
		width: 20000em;
		position: absolute;
		}
		
.scrollable .items div {
		float: left;
		width: 580px;
		height: 550px;
		overflow: hidden;
		margin: 0 20px 0 0;
		}
		
.scrollable .items div p {
		width: 540px;
		}
		
		
		
		
		

.attributeHelp
{
	margin-left: 5px;
	font-size: 9pt;
	text-decoration: none;
}

.blogBody
{
	display: none;
}



.introPlayer
{
	position: absolute;
	top: 130px;
	display: inline;
	margin-left: -310px;
}









#catalogPage .categoryBundleTitle, #productsListPage .categoryBundleTitle
{
	width: 240px;
	height: 66px;
	padding: 17px 10px 0 119px;
	background: #fff url("../App_Themes/etiquetteLady/images/categoryBundleTitle.png") no-repeat left top;
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
	font-family: Helvetica, "Lucida Grande", Arial, Sans-Serif;
	margin-bottom: -15px;
}

#catalogPage .categoryAllBundleTitle, #productsListPage .categoryAllBundleTitle
{
	width: 220px;
	padding: 17px 10px 0 139px;
	background: #fff url("../App_Themes/etiquetteLady/images/categoryAllBundleTitle.png") no-repeat left top;
}

#catalogPage
{
	width: 500px;
}

#catalogPage p
{
	width: 100%;
	line-height: 150%;
}

#catalogPage .includeText, #productsListPage .includeText
{
	line-height: 20px;
	display: block;
	margin-bottom: -15px;
}

#catalogPage .includeText img, #productsListPage .includeText img
{
	float: left;
	padding-right: 15px;
}

.lessonsIncluded
{
	float: left;
	font-size: 9pt;
}






#productsListPage
{
	width: 500px;
}

#productsListPage .copy
{
	padding-top: 0px;
}


#tourPage
{
	width: 560px;
}

#tourPage .copy
{
	padding: 0px;
}

#tourPage .copySize
{
	padding: 0;
	margin: 0;
}

#tourPage .tourTable
{
	width: 530px;
	margin: 0;
	padding: 0;
}

#tourPage .tourTable td.contentColumn
{
	width: 117px;
	padding: 35px 21px 0 0;
	margin: 0;
	font-size: 8pt;
}

#tourPage .tourTable td.slideColumn
{
	width: 392px;
	padding: 35px 0 0;
	margin: 0;
}

#tourPage .tourTable td.slideColumn h3
{
	padding: 0 0 7px;
	margin: 0;
	font-weight: bold;
	font-size: 12pt;
}

#tourPage .tourTable td .rowIcon
{
	width: 117px;
	font-size: 0;
	overflow: hidden;
	padding: 0 0 10px;
}

#tourPage .tourTable td .videoIcon
{
	height: 80px;
	background: #fff url("../App_Themes/etiquetteLady/images/tourVideo.png") no-repeat left top;
}

#tourPage .tourTable td .quizIcon
{
	height: 83px;
	background: #fff url("../App_Themes/etiquetteLady/images/tourQuiz.png") no-repeat left top;
}

#tourPage .tourTable td .audioIcon
{
	height: 66px;
	background: #fff url("../App_Themes/etiquetteLady/images/tourAudio.png") no-repeat left top;
}

#tourPage .tourTable td .pdfIcon
{
	height: 81px;
	background: #fff url("../App_Themes/etiquetteLady/images/tourPDF.png") no-repeat left top;
}


.previewLinkHolder
{
	width: 272px;
	height: 152px;
	position: relative;
}

.previewLink
{
	position: absolute;
	width: 272px;
	height: 152px;
	overflow: hidden;
	cursor: pointer;
}

.previewPlayButton
{
	cursor: pointer;
	width: 272px;
	height: 152px;
	position: absolute;
	margin: 0;
	padding: 0;
	background: url("../App_Themes/etiquetteLady/images/playButton_opacity.png") no-repeat 50% 50%;
	display: none;
}

.CouponBox
{
	clear: both;
	padding: 20px 0 20px;
	text-align: right;
}

.CouponBox .orangeButton
{
	float: right;
	margin: 10px 0 20px;
}
