/*
some colors: 
nice green: 339966
bright green: 81cc3a
orange:f7911d
purple:9933cc
blue:23bbcf
#6A8CAF;
*/


    
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#form_box {
    margin: 10px 20px;
}

.is_hidden {
    display: none;
}



#theContent div.fform h3 {
    font-size: 14px;
    color: #00495b;
    margin: 5px 10px;
}

#theContent div.fform h3 span {
    font-size: 16px;
    font-variant: small-caps;
    color: #dc602e;
}

#theContent div.fform label {
    width: 150px;
    text-align: right;
    float: left;
    margin: 5px 5px 0 0;
    padding: 5px 0 0 0;
}

#theContent div.fform div.txtarea {
    float: left;
    display: inline;
    width: 149px;
}

#theContent div.fform label.no_float {
    float: none;
    clear: both;
}

#theContent div.err label {
    color: #f35c1d;
    font-weight: bold;
    font-style: italic;
}

#theContent div.row {
    background: #eeeeff;
    line-height: 30px;
    height: 30px;
    border-bottom: 1px solid #195a82;
    color: #333333;
}

#theContent div.head {
    font-weight: bold;
    font-size: 14px;
}

#form_box label {
    float: left;
    display: inline;
    font-size: 12px;
    color: #6a3d1b;
    text-align: right;
    margin: 10px 5px;
    width: 150px;
    height: 20px;
    clear: left;
}

#form_box input[type=text],
#form_box input[type=password],
#form_box input[type=checkbox],
select {
    float: left;
    display: inline;
    font-size: 12px;
    padding: 4px;
    width: 125px;
    text-align: left;
    margin: 5px;
    color: #34485b;
}

#theContent div.row div.b_count,
#theContent div.row div.b_title,
#theContent div.row div.b_author,
#theContent div.row div.b_isbn,
#theContent div.row div.b_qty {
    float: left;
    display: inline;
    width: 165px;
}

#theContent div.row div.b_count {
    width: 25px;
    padding: 0 0 0 5px;
}

#theContent div.row div.b_isbn {
    width: 110px;
}

#theContent div.row div.b_qty {
    width: 40px;
}


#theContent div.row input[type=text] {
    float: none;
    font-size: 12px;
    padding: 0;
    width: 155px;
    text-align: left;
    margin: 5px 0;
    color: #34485b;
}

#theContent div.row input.b_isbn {
    width: 100px;
}

#theContent div.row input.b_qty {
    width: 20px;
}

#theContent div.off{
    background: #ffffff;
}

#theContent div.row div.title {
    width: 300px;
    text-align: left;
    margin: 0 0 0 10px;
    float: left;
    display: inline;
}

#theContent div.row div.links {
    width: 230px;
    text-align: right;
    float: left;
    display: inline;
    margin: 0;
}

#theContent div.row div.links a.remover {
    font-size: 11px;
}

#form_box a.add_field {
    line-height: 17px;
    height: 17px;
    background: url('../images/plus2.jpg') 100% 0 no-repeat;
    padding: 2px 25px 3px 0;
    text-decoration: none;
}

#form_box a.add_field:hover {
    background-position: 100% 100%;
}

#form_box a.remove_button {
    background: url('../images/remove_button.gif') 0 0 no-repeat;
    height: 15px;
    width: 15px;
    float: right;
    display: inline;
    margin: 10px 0 0;
    text-decoration: none;
}

#form_box a.remove_button:hover {
    background-position: 0 1px;
}


#theContent div.fform {
    clear: both;
    margin: 10px;
    text-align: left;
    color: #00495b;
}

#theContent div.fform b {
    color: #596E92;
    display: inline;
    float: left;
    width: 250px;
    text-align: left;
    margin: 2px 5px;
    border-bottom: 1px dotted #b5c3ce;
}

#theContent div.fform a.nice_butt {
    -x-system-font:none;
    background:transparent none repeat scroll 0 0;
    border-width:0;
    color:#333333;
    display:inline-block;
    font-family:Arial,Sans-serif;
    font-size:100%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.2;
    margin:0;
    overflow:visible;
    padding:3px 0;
    text-decoration:none;
}

#theContent div.fform a.nice_butt span {
    background:#DDDDDD;
    border-left:1px solid #BBBBBB;
    border-right:1px solid #AAAAAA;
    margin:0;
    padding:3px 0;
}

#theContent div.fform a.nice_butt span span { 
    border-bottom:1px solid #AAAAAA;
    border-top:1px solid #BBBBBB;
    border-width:1px 0;
    padding:3px 0.4em;
    position:relative;
}

#theContent div.fform a.nice_butt:hover,
#theContent div.fform a.nice_butt:hover span,
#theContent div.fform a.nice_butt:hover span span {
    color: #0092b2;
    border-color: #0092b2 !important;
}


#list div.row div.links a {
    color: #dc602e;
}

#list div.row div.links a.remover {
    color: #059183;
}

#list div.row div.links a:hover {
    font-weight: bold;
    color: #00495b;
}
#theContent div.row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
}