/*****BASICS******/
#login input {
    width:100%;
}
#login label {
display:block;
font-weight:bold;
margin: 10px 0px 0px;
}
.big {
    font-size:15px;
}
.entry-content a{
    color:#1772af;font-weight:bold; text-decoration:none;font-family: Arial,sans-serif;
}

a.link-button {
    padding: 10px;
    border: 1px solid grey;
    margin: 10px;
    background-color: #305977;
    line-height: 60px;
    color: white;
    font-size: 15px;
}
a.link-button:hover {
    background-color: #ffffff;
}

#email-sent {
    display: block;
    margin-left:auto;
    margin-right:auto;
    padding: 10px;
    border: 1px solid grey;
    margin-top: 10px;
    text-align:center;
    font-size:14px;
}
.submit {
    margin-top:10px;
}
/********Main Page*********/

#login {
    display:block;
}
#signin {

}
#signup {
display:block;
font-weight: bold;
font-size: .9em;
border-top:1px dotted #305977;
margin-top: 10px;
line-height: 1.3em;
}
#signup button{
width:100%;
margin-top:10px;
}

.login-label {
    background-color: #305977;
display: block;
color: white;
font-size: 25px;
width: 100%;
height: 20px;
padding: 10px 0px;
margin-bottom: 20px;
}

#login-failed {
display: block;
border: 1px solid red;
padding: 0px 5px 0px;
background-color: rgb(255, 232, 232);
}

#signin-again {
    border: 1px dotted grey;
    padding: 0px 20px 10px 0px;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    height: 300px;
}


.user-section {
    
width: 100%;
height: auto;
margin-bottom: 8px;
clear: both;
border-top: 1px dotted #305977;
padding: 15px 0px 10px;
 }

 .section-desc {
    width: 100%;
    height: 100%;
    margin:0px;
    display:block;   
 }
 
 .section-desc span{
    font-style:italic;
    color: #7E7E7E;
    display:block;
 }
 
  .section-desc img{
  float: left;
border: 1px solid #BDBDBD;
border-radius: 3px;
margin-right:10px;
margin-top: 5px;
 }
 
 h2.section-title{
    position: relative;
    top: 0;
    left: 0;
    margin:0px;
    color:#305977;
    font-weight: bold;
    font-size: 15px;
 }
  
 .user-section-item{
    position:relative;
    clear:both;

 }
 
  .user-section-item p{
margin-bottom:0px;
 }
   img.sem-cal {
    margin:0px 0px;
    padding:0px;
    top: 8px;
    position: relative;
    }
    

   
 .item-links {
    margin: 0;

 } 
 
 ul.item-links {

 }
 
  .item-links li{
list-style: none;
 } 
 
 #account-settings {
 }
 
  #my-orders {
 }
 
  #my-seminars {
 }
 
label.accountinfo {
display:block;
width:100%;
margin: 10px 0px 0px;
font-weight:bold;
}

#accountinfoform input[type=submit] {
width:100%;
}
#accountinfoform input[type=checkbox] {
width: auto;
display: inline;
}

#smallbusapplication input[type=submit] {
width:100%;
}

#smallbusapplication label{
margin: 10px 0px 0px;
font-weight:bold;
 }

/*CHANGE PASSWORD*/
#change-password label {
display:block;
width:100%;
margin: 10px 0px 0px;
font-weight:bold;
}

#change-password input[type=submit] {

margin-top: 10px;

}

fieldset.accountinfo {
 border-radius: 20px;
 border-top: 1px dotted #305977;
 }

 ol.ordered-list {
    margin: 8px 10px 8px 60px;
 }
 /*MY-ORDERS*/
 
 .order-details {
width: 100%;
height: auto;
border: 1px solid #BDBDBD;
border-radius: 5px;
margin-right: -17px;
display: block;
clear: both;
overflow: hidden;
    }
    
 .order-details h1 {
    font-weight: normal;
    color:#333333;
    font-size: 1.3em;
    border-bottom: 1px solid #B3B3B3;
    padding: 0px 10px 10px;

 }    
 
 .details {

 }


.left {
padding: 0px 10px 10px;
    
}
.right {
padding: 0px 10px 10px;
} 

.payment {

 }
 
 /*CREATE ACCOUNT FORM */
 form#NewUserForm label, input{
 display: block;
width: 100%;
 }
  form#NewUserForm input[type=submit]{
width: 100%;
 }
  form#NewUserForm label{
margin: 10px 0px 0px;
font-weight:bold;
 }
 /*ORDER HISTORY*/

 .items-ordered {
 }
 
  .orderhistory {
    height: 100%;
    margin-right: 10px;
 }
 
 
 /*INVOICE */
 .receipt-basic {
    border: 1px solid black;
    padding: 5px;
 }
 
 .skga-address {
    display:inline-block;
 }
  #main-info {

 }
 #customer-info {

 }
  #product-details {
 
 }
 table.payment-info {

 }
  table#payment {
    border: 1px solid #1772af;
 }

  table#payment-total {

    border-collapse:collapse;
 }
table.receipt-details {
    display:inline-block;
    border-collapse: collapse;
        border: 1px solid #1772af;
        width: 100%;
 }
 
 table.receipt-details thead{
    background-color: #305977; color: #ffffff;
 }
  table.receipt-details td{
    padding-left:10px;
    }

    
  img#check {
    margin-top: 20px;
    width: 400px;
    height: auto;
  }
  
  /*ELECTRONIC PRODUCTS*/
  .electronic-title {
    border-bottom: dotted 1px grey;
    font-size: 18px;
    padding: 5px;
    margin-bottom:10px;
  }
   .electronic-items {
clear:both;
   }
  .electronic-items p{
    padding-left: 20px;
    font-size: 14px;
    font-weight:bold;
  }
     .electronic-items button {
        width: 100%;
display: block;
     }
     
     .deactiviation {
        position: relative;
        background-color: #1772af;
        color: white;
        padding: 8px;
        border: 3px solid black;
        font-size: 15px;
        font-weight: bold;
        display: inline;
        float: right;
        margin-top: -10px;
     }
     
     /**SEMINAR LOGIN INSTRUCTIONS**/
     
     #sem-login {
        
     }