﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.dragImage {
    background: url("/images/drag_styles_here.gif") no-repeat scroll center center transparent;
    background-color: #F8F8F8;
    border: 1px solid #d7d7d7;
    padding: 3px 0 0 0;
    min-height: 440px;
}

.footer {
    background: #fff center top no-repeat;
    margin: 0 auto;
    width: 1024px;
    height: 90px;
    float:left; 
    text-align:center;
}

.order-table {
    border-bottom:1px solid #d7d7d7;
}

.li-no-left-img{
    list-style-type:none;
}

.test {

}

.float_left {
    float:left;
}

.width_200 {
    width:200px !important;
}

.margin-right-20
{
    margin-right: 10px;
}