/* Default styles */

body
{
   margin:0;
   background:url("/images/body-bg.gif") repeat-x;
   background-color:#fff;
   font-family:Verdana, Arial, Sans-Serif;
   font-size:12px;
   font-weight:normal;
   color:#444;
   text-align:center;
   line-height:1.7;
}

p
{
   font-family:Verdana, Arial, Sans-Serif;
   font-size:12px;
   font-weight:normal;
   color:#444;
   line-height:1.8;
   margin-bottom:20px;
}

h1
{
   font-family:Arial, Verdana, Sans-Serif;
   font-size:20px;
   font-weight:bold;
   color:#555;
   line-height:1;
   margin:0;
   margin-bottom:20px;
}

h2
{
   font-family:Arial, Verdana, Sans-Serif;
   font-size:17px;
   font-weight:bold;
   color:#a0002f;
   line-height:1;
   margin:0;
   margin-bottom:20px;
}

h3
{
   font-family:Arial, Verdana, Sans-Serif;
   font-size:14px;
   font-weight:bold;
   color:#555;
   line-height:1;
   margin:0;
   margin-bottom:15px;
}

a
{
   font-family:Verdana, Arial, Sans-Serif;
   font-size:12px;
   font-weight:normal;
   text-decoration:none;
   color:#a40131;
}

a:hover
{
	text-decoration:underline;
}

form
{
	margin:0;
}

fieldset
{
	border:1px solid #ccc;
	padding:0;
	margin:0;
	margin-bottom:20px;
	padding:10px;
	background-color:#f4f4f4;
}

legend
{
	color:#999;
	font-weight:bold;
}

label
{
	display:block;
	width:125px;
	margin-right:10px;
	float:left;
	text-align:right;
	vertical-align:middle;
	font-weight:bold;
	color:#666;
}

input
{
	font-family:Verdana, Arial, Sans-Serif;
}

input.text
{
	padding:3px;
	width:300px;
}

input.password
{
	padding:3px;
	width:150px;
}

input.small-text
{
	padding:3px;
	width:150px;
}

input.price-text
{
	padding:3px;
	width:60px;
}

input.submit
{
	width:220px;
	padding:5px;
	font-size:17px;
	font-weight:bold;
	color:#555;
}

textarea
{
	padding:3px;
	width:400px;
	height:150px;
}

select
{
	font-family:Verdana, Arial, Sans-Serif;
	padding:3px;
}

textarea.choices
{
	width:400px;
	height:100px;
}

/* Layout styles */
#wrapper
{
	width:760px;
	margin:0 auto;
	text-align:left;
}

#header
{
	position:relative;
	width:760px;
	height:200px;
	background:url("/images/header.gif") no-repeat;
	margin-bottom:15px;
}

#logo
{
	position:absolute;
	top:88px;
	left:0;
	width:290px;
	height:60px;
}

#cart-info
{
	position:absolute;
	top:20px;
	left:0;
	color:#ccc;
}

#cart-info span
{
	padding-right:10px;
}

#cart-info a
{
	color:#fff;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #807e7e;
}

#back-to-videos
{
	position:absolute;
	top:20px;
	left:0;
	color:#ccc;
}

#back-to-videos a
{
	color:#fff;
	font-weight:bold;
	padding-right:20px;
	border-right:1px solid #838080;
}

#back-to-videos a.videos
{
	padding-left:18px;
	border:none;
}

#left
{
	float:left;
	width:195px;
	margin-bottom:15px;
}

#right
{
	float:left;
	width:565px;
	margin-top:10px;
	margin-bottom:15px;
}

#content
{
	padding-left:28px;
}

.shadow-box
{
	width:195px;
	margin-bottom:20px;
}

.shadow-box .top
{
	background:url("/images/top-shadow.gif") no-repeat;
}

.shadow-box .middle
{
	background:url("/images/middle-shadow.gif") repeat-y;
}

.shadow-box .content
{
	margin:0 10px 0 10px;
	background-color:#f5f1f1;
	border:1px solid #ccc;
	padding:10px 15px 10px 15px;
}

.shadow-box .bottom
{
	background:url("/images/bottom-shadow.gif") no-repeat;
}

.shadow-box h3
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size:14px;
	margin:0;
	margin-bottom:10px;
	color:#555;
}

.shadow-box label
{
	display:inline;
	color:#555;
	margin-top:10px;
	font-weight:bold;
	text-align:left;
}

.shadow-box p
{
	margin-bottom:8px;
}

.shadow-box input.text
{
	width:135px;
	border:1px solid #ccc;
	padding:3px;
}

.shadow-box .submit
{
	width:140px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	padding:3px;
	background-color:#6b6b6b;
	color:#fff;
}

/* Styles for menu, which is contained in a shadow-box */
.shadow-box #menu
{
	margin:0 10px 0 10px;
	background-color:#f5f1f1;
	border:1px solid #ccc;
	border-bottom:none;
}

#menu ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}

#menu li
{
	padding:0;
	margin:0;
}

#menu li a
{
	display:block;
	padding:6px 15px 6px 15px;
	border-bottom:1px solid #ccc;
	color:#555;
}

#menu li a:hover
{
	background-color:#8e8e8e;
	color:#fff;
	text-decoration:none;
}

#footer-wrapper
{
	clear:both;
	width:100%;
	height:90px;
	background:url("/images/footer-bg.gif") repeat-x;
}

#footer-container
{
	position:relative;
	width:760px;
	height:44px;
	margin:0 auto;
	text-align:left;
	background:url("/images/footer-rounded-bg.gif") no-repeat;
}

#footer
{
	position:absolute;
	left:32px;
	top:12px;
	color:#fff;
}

#footer a
{
	color:#fff;
	font-weight:bold;
}

table.listing
{
	width:100%;
	border:1px solid #ccc;
	margin-top:5px;
}

table.listing th
{
   padding: 7px 20px 7px 20px;
   background-color:#ece8e8;
   text-align:left;
   vertical-align:top;
}

table.listing th.actions
{
	text-align:center;
}

table.listing th.price-text
{
	text-align:right;
}

table.listing td
{
   padding: 7px 20px 7px 20px;
   border-top:1px solid #ccc;
   text-align:left;
}

table.listing td.actions
{
	text-align:center;
}

table.listing td.amount
{
	text-align:right;
}

table.listing td.price-text
{
	text-align:right;
}

.price
{
	background-color:#fbfc9a;
	padding:7px 15px 7px 15px;
	border:1px solid #ccc;
	margin-bottom:25px;
}

.price ul
{
	list-style-type:none;
	padding:0;
	margin:0;
}

.price li
{
	display:inline;
	padding:0;
	margin:0;
	padding-right:15px;
	font-weight:bold;
}

.price li a
{
	border-left:1px solid #bbb;
	padding-left:15px;
}

.cart-actions
{
	text-align:left;
	background-color:#f4f4f4;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	margin-top:20px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:20px;
}

.cart-actions a
{
	margin-right:20px;
	vertical-align:middle;
}

.fieldWithErrors
{
	display:inline;
	padding:0;
	margin:0;
}

/* Styles for rails model validation errors */
div.errorExplanation
{
   background-color:#F9C8C5;
   padding:10px 20px 10px 20px;
   border:1px solid #FA9F9B;
   margin-bottom:20px;
}

div.errorExplanation p
{
	padding:0;
	margin:0;
	padding-top:15px;
	padding-bottom:15px;
}

div.errorExplanation h2
{
   font-family:Arial, Verdana, Sans-Serif;
   font-size:16px;
   line-height:1.2;
   color:#CD0606;
   margin:0;
}

div.errorExplanation ul
{
   padding:0;
   margin:0;
   list-style:none;
}

div.errorExplanation li
{
   margin:0;
   padding:0;
   padding-left:15px;
   background:url("/images/admin/error-bullet.gif") no-repeat;
   background-position:left center;
}

#message-success
{
	padding:7px 20px 7px 20px;
	background-color:#dbfcec;
	border:1px solid #c5e7d7;
	margin-bottom:20px;
}

#message-notice
{
	padding:7px 20px 7px 20px;
	background-color:#fbfc9a;
	border:1px solid #ccc;
	margin-bottom:20px;
}

ul#customer-area
{
	padding:0;
	margin:0;
	list-style-type:none;
}

ul#customer-area li
{
	padding:0;
	margin:0;
	padding-left:18px;
	margin-bottom:5px;
   background:url("/images/admin/error-bullet.gif") no-repeat;
   background-position:left center;	
}

#player
{
	width:720px;
	background-color:#f8f4fc;
	border:10px solid #ccc;
	margin-bottom:25px;
}

ol.questions
{
	margin:0;
	padding:0;
	padding-left:20px;
	margin-bottom:20px;
}

ol.questions li
{
	padding-top:20px;
	padding-bottom:5px;
}

ol.questions span.wrong
{
	color:red;
	font-weight:bold;
}

h1.quiz-name
{
	margin-bottom:0;
}

input.paypal-submit
{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	margin-right:10px;
	color:#666;
}

