/* CSS Document */

/* Stages of E-Commerce */
#shop-steps ol {
	margin: 0 auto;
	padding: 0;
    list-style-type: none;
}

#shop-steps ol li {
	width: 5em;
	height: 4.1em;
	background-color: #ccc;
	color: #666;
	float: left;
	margin: 2px;
	padding: 0.4em 0 0 0; 
	text-align:center;
}

#shop-steps ol li.highlight {
	background-color: #999;
	color: #fff;
}

#content h1 {
	clear: left;
	padding-top: 1.4em;
}

/* Reset styles from main site */
#shop input {
    width: auto;
    border: auto;
    padding: 0;
    margin: 0 1em;
}
#shop input.radio {

    float:left;
}
#shop dl {
    border: none;
    margin: 0;
    padding: 0;
}

#shop dl dt, #shop dl dd {
	float: none;
	width: auto;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* Styles for shop form elements */
#shop form label {
    margin:0 0 5px 40px;
    display:block;

    
}
#shop input.radio {
    clear:left;
    float:left;
}

#shop input#submit {
    background-color: #3C3;
	color: #000;
	border: 1px solid #000;
	width: auto;
	padding: 4px;
	margin: 1em 2em;
	font-weight: bold;
}

/* DL lists */
#shop dl dt {
    margin: 1em 1em 0 0; 
    margin-left: 1em;  
    font-weight: bold;  
}

#shop dl dd {
    margin-left: 3em;
    padding: 0.2em 0.5em 0 12px;
    background: url(../img/arrow.gif) top left no-repeat;
}

/* What course is for you? table
same as in screen.csss except targeted within the shop div.
------------------------------ */

h2.question {
	background:url(../img/cartoon_question_head.jpg) no-repeat left ;
	display:block;
	margin:auto;
	height:50px;
	padding-left:4em;
	vertical-align:middle;
	}
	
#shop dl.whatcourse {
	display:block;
	width: 90%;
	margin: auto;
	border:none;
	}
	
#shop dl.whatcourse dt {
	margin-left:0px;
	padding:3px;
	margin-bottom:2px;
	}

#shop dl.whatcourse dd {
	background:none;
	margin-left:0px;
	font-weight:normal;
	padding:3px;
	margin-bottom:5px;
	}
#shop dl.whatcourse dt.single, #shop dl.whatcourse dd.single {
	clear:inherit;
	float:none;
	background-color:#FFFF99;
	width:100%;
	padding:3px;
	/*border:solid 1px black;*/
	}
	
#shop dl.whatcourse dt.multiple, #shop dl.whatcourse dd.multiple {
	float:none;
	background-color:#66FF66;
	width:100%;
	padding:3px;
	/* border:solid 1px black; */
	}

#shop p.qfootnote {
	text-align:center;
}

/* Courses Expanding UL */
#shop ul#courses li {
    list-style: none;
}

#shop ul#courses li {
    margin-left: 1em;
    padding: 0.2em 0.5em 0 12px;
    background: url(../img/arrow.gif) top left no-repeat;
    font-weight: bold;
}
#shop ul#courses ul.courses-list li {
    font-weight: normal;
}
#shop ul#courses li a {
    text-decoration: none;
}
#shop ul#courses li a:hover {
    text-decoration: underline;
}

/* Back Link */
#shop a.back {
    padding-left: 12px;
    background: url(../img/arrow-back.gif) center left no-repeat;
}

/* Style your order text */
#shop pre {
    margin: 0 0.5em;
    padding: 0.5em;
    border: 1px solid #ccc;
    background-color: #eee;
    background: url(../img/pre-bg.gif);
    width: 450px;
    overflow: auto;
}

/* Error message */
#shop .error {
    padding: 0.5em 0.5em 0.5em 34px;
    margin: 0.5em;
    border-top: 2px solid #F00;
    border-bottom: 1px solid #F00;
    background: #FFCCCC url(../img/error.gif) 4px 4px no-repeat;
}

#shop .error a {
    color: #00F;
}

#shop .error ul {
    margin-bottom: 0.5em;
}

/* Confirm message */
#shop .confirm {
    padding: 0.5em;
    margin: 0.5em;
    border-top: 2px solid #090;
    border-bottom: 1px solid #090;
	background-color: #00FF66;
}

#shop .confirm a {
    color: #00F;
}

#shop .confirm ul {
    margin-bottom: 0.5em;
}


/* Style order details form */
#shop form#checkout {
    margin: 1.5em 0 0 0;
    
}
#shop form#checkout label, #shop form#checkout input {
    display: block;
    width: 15em;
    margin-bottom: 10px;
    float: left;
}

#shop form#checkout br {
	clear: left;
}

#shop form#checkout label {
    text-align: right;
	width: 10em;
	padding-right: 20px;
	clear: left;
}

#shop form#checkout input:focus {
    background-color: #EEE;
}

#shop input.form-error {
    padding-left: 18px;
    /* Make this important to override Google autofill styles in IE */
    background: #FFCCCC url(../img/error_small.gif) 1px 1px no-repeat !important;
}

/* Reset other styles */
#shop h2 {
    clear: left;
}

#shop form#checkout input#submit {
   	width: auto; 
}

/* SecureTrading styles */
p.secureTrading {
    width: 320px;
    margin: auto;
    padding: 10px 0 30px 160px;
    background: #FFF url(../img/ST_Merchant_logo.jpg) no-repeat top left;
}

/* CAM Rider terms fields */
#shop div.details_terms {
  	display: block;
  	margin-bottom: 20px;
}

#shop form#checkout div.details_terms input {
    float: none;
	display: inline;
    width: 5em;
	margin: 0;
	padding: 0;
}

#shop form#checkout div.details_terms label {
	width: 25em;
	float: none;
	clear: none;
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* =SHOP MESSAGE
------------------------------ */
#shop-message {
	background-color: #EEE;
    padding: 0.5em;
    margin: 0.5em 0.5em 1em 0.5em;
    border-top: 2px solid #AAA;
    border-bottom: 1px solid #AAA;
}

#shop-message p {
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}