﻿*
{
	padding: 0;
	margin: 0;
	text-align: justify;
}

body
{
	background-color: #2d2d2d;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
}

h1
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	color: #ec63d6;
	font-weight: normal;
	padding-top: 40px;
	padding-bottom: 7px;
	background-color: transparent;
	font-size: 30px;
	text-align: left;
}

h2
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;	
	padding-top: 20px;
	color: #ec63d6;
	font-weight: normal;
	background-color: transparent;
	font-size: 25px;
	text-align: left;
}

h3
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;	
	font-size: 16px;
	text-align: left;
}

h4
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;	
	padding-top: 20px;
	color: #ec63d6;
	font-weight: normal;
	background-color: transparent;
	font-size: 18px;
	text-align: left;
}

h5
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;	
	padding-top: 20px;
	color: #5e8ffd;
	font-weight: normal;
	background-color: transparent;
	font-size: 23px;
	text-align: left;
}

ul { padding-left: 15px; list-style-type: square; }

/*#poleRoof
{
	width: 230px;
	height: 12px;
	padding: 0;
	margin: 0;
	background: url( "images/pole-roof.gif" ) no-repeat;
	font-size: 1px;
}*/

#nav
{
	/*width: 215px;
	padding-bottom: 287px;
	background: url( "images/poledancer.gif" ) no-repeat bottom;*/	
	border-right: solid 1px #888;
	border-top: solid 1px #888;
	padding: 0;
}

#nav li
{
	list-style-type: none;
	margin: 0;
}

#nav li a
{
	text-align: right;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 159px;
	height: 38px;
	background: url("images/nav-button.png") no-repeat 0 0;	
	font-size: 1.3em;
	padding: 17px 15px 0 0;
}

#nav li a:hover
{
	background-position: 0 100%;
}

#nav li a.selected { font-weight: bold; }

	#nav li a.selected:before { content: "\b7\a0"; }

#leftBar
{
	position: relative;
	float: left;
	background: url("images/nav-bot.png") no-repeat bottom right;
	padding-bottom: 65px;

}

#midPage
{
	margin-top: 37px;
}

hr.clear
{
	display: block;
	clear: left;
	visibility: hidden;
}

hr.clearRight
{
	display: block;
	clear: right;
	visibility: hidden;
}

#content
{
	position: relative;
	margin-left: 220px;
	max-width: 700px;
	background: url("images/background-bottom.png") no-repeat bottom right;
	padding-right: 1px;
}

img.committeePic
{
	float: right;
	border: 1px solid black;
	margin-top: 20px;
	margin-left: 15px;
}

div.merchandise
{
	float: left;
	margin: 10px;
	text-align: center;
}

div.merchandise a
{
	text-decoration: none;
	color: #ec63d6;
}

div.merchandise a img
{
	width: 267px;
	height: 200px;
	border: 1px solid #1c1c1c;
}

div.merchandise a h2
{
	padding: 0px;
	margin: 0px;
}

p, li, td, th
{
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 20px;
}

table.timetable
{
	margin: 10px 5px;
	border-collapse: collapse;
}

table.timetable th
{
	width: 150px;
	background-color: #222;
	padding: 3px 5px;
	text-align: left;
	border-bottom: 1px solid #ec63d6;
}

table.timetable td
{
	padding: 5px;
	margin: 0 2px; 
	background-color: #3a3a3a;
	vertical-align: text-top;
}

td .wide
{
	width: 350px;
}

table.timetable tr td strong
{
	color: #ec63d6;
}

p.email a
{
	color: #5e8ffd;
	text-decoration: none;
}

a
{
	color: #fff;
	text-decoration: underline;
}

a:hover
{
	color: #ec63d6;
}

div.shoe
{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

div.shoe img
{
	border: 1px solid #000000;
}

#breakthrough
{
	position: absolute;
	top: 0;
	right: 0;
}

#breakthrough img
{
	border: 0;
}

.rating
{
	width: 50px;
	text-align: center;
}

.center
{
	text-align: center;
}

#survey ul
{
	list-style-type: none;
}

.notice
{
	font-size: 20px;
	color: #ff6600;
}

a.notice:hover
{
	color: #ff2200;
}

img.noborder
{
	border: 0;
}

.larger
{
	font-size: larger;
}

img.Border { border: solid 10px #3a3a3a; }

img.Right { float: right; margin: 20px 0 20px 20px; }

img.Left { float: left; margin: 20px 20px 20px 0; }

img.Center { margin: 20px auto; display: block; }

img.Top { margin-top: 0; }

.Press { float: left; margin: 10px; }

	.Press a { display: block; text-align: center; text-decoration: none; font-weight: bold; margin: 5px; }
	
		.Press a:hover { color: #fff; }
	
	.Press img { border: solid 10px #3a3a3a; }
	
		.Press img:hover { border-color: #555; }

.News, .SubscribeForm { background: #3a3a3a url("images/news-background.png") no-repeat 0 0; margin: 20px auto; padding: 0 40px 15px 40px; clear: right; }

	.NewsTitle { font-weight: bold; }

	.NewsInfo { font-style: italic; }
	
	.News ul { list-style-type: none; padding-left: 0; }
	
	.News table.timetable td { background-color: #4a4a4a; }
	
	.SubscribeForm label { display: block; padding: 0.25em 0; }
	
	.SubscribeForm .SubscribeText { display: block; background-color: #4a4a4a; color: #fff; border: solid 1px #888; padding: 3px; }
	
		.SubscribeForm .SubscribeText:hover, .SubscribeForm .SubscribeText:focus { background-color: #444; border-color: #ec63d6; }
		
	.SubscribeForm .SubscribeSubmit { padding: 4px 10px; margin: 0.5em 0; }
	
	#ajaxBusy { display: none; margin-left: 5px; vertical-align: middle; }

	#ajaxResult { display: none; padding: 0 23px 10px 23px; margin: 1.5em 0; background-color: #4a4a4a; }

.SignupButton { /*background: url("images/signup-button.png") no-repeat 0 0; width: 238px; height: 112px;*/ margin: 1em 0; font-size: 1.3em; }

.AboutLucy
{
    margin-top: 5px;
    text-align: right;
    font-size: 0.9em;
}

.LucyBanner
{
	position: absolute;
	margin: 20px 0 0 465px;
}

.YupeLogo
{
}


.Shop { background: url("images/background-top.png") no-repeat 0 0; padding: 35px 50px; width: 600px; min-height: 400px; }

	.Shop * { text-align: left; }

	.Shop .Thumbs { margin: 0 -30px; }
	
	.Shop .Thumb { background: url("images/thumbs-background.png") no-repeat 0 0; width: 200px; height: 267px; float: left; margin: 10px; display: block; text-decoration: none; }
	
		.Shop .Thumb:hover { background-position: 0 100%; }
		
		.Shop .Thumb img { margin: 22px auto; width: 155px; height: 155px; display: block; border: none; }
		
		.Shop .Thumb span { margin: 0 30px; font-weight: bold; color: #fff; text-decoration: none; height: 2em; display: block; text-align: center; cursor: pointer; }
				
/*.Shop.Product { */

	.Shop h1 { padding: 0; font-size: 2em; margin-bottom: 1.5em; }
	
	.Shop .Description { margin: 0 0 2em 0; }
	
	.Shop .Product img { display: block; float: left; width: 300px; border: solid 10px #3a3a3a; }
	
	.Shop .Product .Description { margin: 3em 0 0 350px; }
	
	.Shop .Product .Heading { font-weight: bold; }
	
	.Shop .Product .Description p, .Shop .Product td { padding: 0.25em 5px; }
	
		.Shop .Product td.Category { font-weight: bold; }
	
	.Shop .Product .Price { }
	
	.Shop .Order { font-weight: bold; color: #ec63d6; }

.Clear { clear: both; }