.dmt_index {
    padding: 15px 20px;
}

.dmt_block {
    width: 330px;
    height: 195px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    color: #1b1b1b;
}

.relatedArea {
    color: #1b1b1b;
}

.dmt_block_content {
    padding: 20px;
}

.block-inline {
    vertical-align: top;
    display: -moz-inline-stack;
    zoom: 1;
    display: inline-block;
    *display: inline;
}

.margin_20 {
    margin-right: 20px;
}

input.search_box, input.multi_search_box {
    padding: 4px;
    border-radius: 3px 0 0 3px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    width: 210px;
    margin-bottom: 0;
    position: relative;
    vertical-align: middle;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;

}

input.dmt_qty {
    padding: 4px;
    background-color: #FFFFFF;
    border: 1px solid #000;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    margin-bottom: 0;
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 25px;
}

input.multi_search_box {
    border-radius: 3px;
    width: 170px;
}

.input_search_part .btn {
    background-color: #049DFA;
    background-image: none;
    border-radius: 0 3px 3px 0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    margin-left: -4px;
}

.icon-search {
    background-position: -48px 0;
}

.icon-white {
    background-image: url("https://cdn.pbui.us/img/glyphicons-halflings-white.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
}

.visuallyhidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#contactInfoBlock h2, {
    border-bottom: 1px solid #979797;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

#primaryContent .dmt_block_content h1 {
    font-size: 18px;
    padding: 0;
    color: #1B1B1B;
    margin: 0 0 5px;
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-repeat: repeat-x;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;

}

.dmt_block_content h3 {
    margin: 0 0 1px 0;
    font-size: 16px;
}

.dmt_block_content span {
    margin: 0 0 10px 0;
    display: inline-block;
}

.search_multiple {
    background-image: url("../images/m_dmt.png");
    background-repeat: no-repeat;
    padding: 3px 0 0 31px;
    display: inline-block;
    height: 30px;
}

.dmt_block_content a, #contactInfoBlock a {
    text-decoration: none;
    color: #0062ab;
}

.dmt_button, a.dmt_button {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0655a1', endColorstr='#0655a1');

    background-image: -webkit-gradient(linear, left top, left bottom, from(#0655a1), to(#0655a1)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #0655a1, #0655a1); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #0655a1, #0655a1); /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, #0655a1, #0655a1); /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #0655a1, #0655a1); /* Firefox 16+, IE10, Opera 12.50+ */

    background-color: #0655a1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*border: 1px solid #aaaaaa;*/
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 15px;
    text-decoration: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
}

.dmt_button, a.dmt_button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0e60b0), to(#0655a1)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #0e60b0, #0655a1); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #0e60b0, #0655a1); /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, #0e60b0, #0655a1); /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #0e60b0, #0655a1); /* Firefox 16+, IE10, Opera 12.50+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e60b0', endColorstr='#0655a1');
    background-color: #0e60b0;
    color: #ffffff;
}

.dmt_button.dmt_disabled, a.dmt_button.dmt_disabled:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cadd), to(#a7cadd)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, a7cadd, #a7cadd); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #a7cadd, #a7cadd); /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, #a7cadd, #a7cadd); /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #a7cadd, #a7cadd); /* Firefox 16+, IE10, Opera 12.50+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7cadd', endColorstr='#a7cadd');
    background-color: #0e60b0;
    color: #ffffff;
    cursor: no-drop;
}

input.dmt_button {
    border: 0;
}

.center_button {
    margin: 10px auto;
    text-align: center;
}

.extended_dmt {
    margin: 20px 0;
    width: 686px;
    height: auto;
}

.dmt_column {
    width: 310px;
}

.dmt_column .dmt_block_content {
    padding: 0 10px;
}

ul.dmt_list {
    width: 142px;
    font-size: 15px;
    margin: 0;
    line-height: 18px;
}

ul.dmt_list li {
    list-style: none;
    line-height: 24px;
}

.dmt_support {
    margin: 0 0 15px 0;
}

.dmt_support div {
    margin: 0 0 4px 0;
}

.dmt_support .small_font {
    font-size: 11px;
}

div#relatedArea {
    width: 230px;
    margin-top: 20px;
}

#contactInfoBlock a {
    display: block;
    margin-bottom: 10px;
}

.dmt_support {
    background-image: url("../images/dmt_icons.png");
    background-repeat: no-repeat;
    padding: 3px 0 0 31px;
    background-position: 0 -2px;
}

.dmt_support.dmt_email {
    background-image: url("../images/dmt_icons.png");
    background-repeat: no-repeat;
    padding: 3px 0 0 31px;
    background-position: 0 -70px;
}

/*upload */
div.fileinputs {
    position: relative;
}

div.fileinputs input.file {
    opacity: 0;
    position: relative;
    text-align: right;
    z-index: 2;
    width: 110px;
    cursor: pointer;
}

div.hiddenfile {
    bottom: 24px;
    left: 0;
    position: relative;
    z-index: 1;
}

.no_padding {
    padding: 0;
}

.dmt_block_content ol li {
    margin-bottom: 13px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.search_multi {
    margin-right: 11px;
}

.header_description {
    margin-bottom: 10px;
    font-size: 15px;
}

/*end of upload */

.dmt_item {
    width: 340px;
}

.dmt_price {
    width: 250px;
}

.dmt_qty {
    text-align: right;
}

.dmt_results_table tr th {
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
}

.dmt_results_table tr {
    color: #727274;
}

.stock_error {
    color: #8f3e18;
}

.dmt_not_fount {
    width: 300px;
    margin: 40px 0 0 0;
}

.dmt_not_fount .dmt_button {
    margin-left: 100px;
}

.dmt_not_fount input {
    display: block;
    margin: 10px 0;
}

input.multi_search_box.dmt_red {
    color: #ff4444;
}
.note {
    width: 600px;
    margin-bottom: 10px;
}
.repairableTxt {
    width: 500px;
}

.dmt_block_content span.red {
    margin: 0;
}

.checkout-button1.dmt_disabled, a.checkout-button.dmt_disabled:hover {
    background-color: #0e60b0;
    background-image: linear-gradient(to bottom, #FFE494, #FFE494);
    color: #ffffff;
    cursor: no-drop;
}
.dmtCustomTaxMessage
{
	float: right;
    padding-right: 40px;
}