/*
 *
 * Star*MS Standard Elements Template
 * Author:		Dave Norton dave at brawnconsulting dot com
 * Version: 	1.0 (22/1/2010)
 * Description: A pleasing default template for new Star*MS websites, featuring easy to read type, and pleasing colours. Uses CSS3 with a hint of jQuery.
 *
*/

/* Redefine HTML */

p {
    line-height: 1.3em;
}

input[type=text], input[type=password] {
    width: 100%;
    border: 1px solid #dedede;
    height: 18px;
    margin-top: -1px;
    width: 515px;
}

textarea {
    width:517px;
}

fieldset {
    width: 708px;
    margin: 0px auto;
    border: 1px solid #dedede;
}

abbr, acronym {
    border-bottom: 1px dotted #000;
    cursor: help;
}

/* Star*MS Generated Classes */

.blogPostTitle, .byLine, .readMore, .blogPost {
    margin: 0px;
    padding: 0px;
}

.byLine, .readMore, .commentByLine {
    font-size: 85%;
    color: silver;
}

.byLine a, .readMore a {
    color: #5b76a1;
}

.byLine {
    line-height: 0px;
}

.searchResult > * {
    margin: 5px;
    padding: 5px;
}

.blogPost {
    border-bottom: 1px solid #dedede;
}

.blogPost:last-child{
    border-bottom: none;
}

.startsHidden {
    display: none;
}

.firstCol {
    width: 147px;
    vertical-align: top;
}

.secondCol {
    width: 20px;
    vertical-align: top;
}

.comment-odd {
    border: 1px dashed #dedede;
}

.comment-even {
    border: 1px solid #dedede;
}

.box {
    margin:5px;
    padding:5px;
}

.error, .licenseExpired {
    background-color:#ffe4db;
    border:1px solid red;
}

.warning {
    background-color:#fffbc8;
    border:1px solid #FF0;
}

.success, .licenseActive, .complete, .good {
    background-color:#e5ffe5;
    border:1px solid green !important;
}

table#licenses, table#cartContents, table#shippingInfo {
    border: 1px solid #dedede;
    margin: 0px auto;
    width: 95%;
}

tr#licenseHeading, tr#cartContentsHeading, .current {
    background-color: #5b76a1;
    color: white;
}

#licenses td, th, #cartContents td, th {
    text-align: center;
    padding: 2px;
}

#examQuestions input[type=text] {
    margin: 2px;
}

.examPass {
    color: green;
}

.examFailure {
    color: red;
}

.examResults {
    padding: 2px;
    margin: 2px;
    border: 0;
}

.examResults td {
    vertical-align: top;
    font-size: 85%;
}

.examResults td p {
    margin: 0px;
    padding: 0px;
}

.examResultsCol {
    width: 80px;
}

.storeCategory, .storeItem {
    width: 80%;
    margin: 0px auto !important;
    padding: 0px !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    position: relative;
    padding-left: 5px !important;
}

.category p {
    padding: 4px !important;
    margin: 4px !important;
}

.storeCategory.odd, .storeItem.odd  {
    border: 1px dashed #dedede;
}

.storeCategory.even, .storeItem.even {
    border: 1px solid #dedede;
}

.unitPrice {
    text-align: right;
    font-weight: bold;
    font-size: 24pt;
    position: absolute;
    right: 15px;
    top: 30px;
}

.storeItemWrapper {
    position: relative;
    min-height: 150px;
}

.storeItemForm {
    width: 23%;
    position: absolute;
    right: 0px;
    font-size: smaller;
}

.storeItemDisplay {
    width: 73%;
    position: relative;
    left: 0px;
}

.storeItemForm fieldset {
    width:80% !important;
    margin: 0px auto;
}

.storeItemForm fieldset legend {
    font-weight: bold;
}

.storeItemForm input[type=text]{
    width: 80px !important;
}

.checkoutList {
    margin-left: 30px !important;
}

#stepBar {
    background-color: #efefef;
    border: 1px solid #dedede;
    position: relative;
    height: 43px;
    margin-bottom: 5px;
}

#stepBar .step {
    float: left;
    padding-top: 12px;
    width: 182px;
    text-align: center;
    height: 30px;
    border: 1px dashed #ccc;
    margin-right: 3px;
}

.current{
    border: 1px solid navy !important;
    color: white !important;
}

.current a {
    color: white !important;
}

.complete {
    border: 1px solid green;
}

.callToActionContainer {
    text-align: center !important;
    font-weight: bold;
    font-size: 14pt;
}

.callToActionCheckout {
    padding: 4px;
    margin: 4px;
    border: 1px solid green;
    background-color:#e5ffe5;
}

.formError {
    background-color:#ffebe5;
    border:1px dashed red !important;
}

.storeCheckoutNote{
    font-size: smaller;
    color: gray;
}

legend {
    font-weight: bold;
}

.startsHidden{
    display:none;
}

.paypalInfo * {
    text-align: center;
    margin: 0px auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}