﻿
.greyBox {
    background-color: #F6F6F6;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    margin: 0 auto;
    /*padding: 10px 0 0px;*/
}
.greyBox .half {
    display: inline-block;
    padding: 10px;
    vertical-align: top;

    height: 130px;
    padding: 20px 20px 10px;
}
.greyBox .half:last-child {
    border-left: 1px solid #E5E5E5;
    padding: 20px 0 0 20px;
}
.width45 {
    width: 45%;
}
.width45.rightSide p:after {
    background: url("/Content/7907/Media/General/WebImage/AccessoryGuide/bg_example.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    float: right;
    height: 113px;
    width: 229px;

    margin-top: -21px;
    margin-right: -8px;
}
input {
    height: auto !important;
}
input[type="submit"] {
    float: right;
}
input[type="search"] {
    padding: 20px;
    width: 100%;
}
#searchtext {
    overflow: hidden;
    padding-right: 0.5em;
}
#searchbtn {
    background-color: #2B80B9;
    color: #FFFFFF;
    cursor: pointer;
    padding: 20px;
}
#info-box {
    background-color: #f6f6f6;
    cursor: pointer;
}
#info-box p {
    text-align: left;
}
#searchResultArea .breakLine {
    margin-bottom: 20px !important;
}

.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;

	background-color:black;
	z-index:999;
	-moz-opacity:0.8;
	opacity:.80;
	filter:alpha(opacity=80);    
}
.accessoryDialog {
    background-color: white;
    z-index: 1000;
}
.accessoryDialog .ui-widget-header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-color: -moz-use-text-color -moz-use-text-color #AAAAAA;
    border-radius: 0 !important;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #656565 !important;
    font-family: "Open Sans" !important;
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 93% !important;
    text-align: left !important;
}
.accessoryDialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
}
.accessoryDialog .ui-dialog-titlebar-close {
    background-color: white;
    cursor: pointer;
    margin-top: -5px;
    position: absolute;
    right: 0.3em;
}
.accessoryDialog .ui-state-default .ui-icon {
    background-color: white;
}
.accessoryDialog .ui-dialog-content {
    padding: 0.5em 1em;
}
table {
    border-collapse: collapse;
    width: 100%;
}
tr {
    cursor: pointer;
}
tr:nth-of-type(2n) {
    background: none repeat scroll 0 0 #EEEEEE;
}
th {
    background-color: rgba(0, 0, 0, 0);
    color: #656565;
    cursor: default;
    font-size: 13px;
    font-weight: bold;
    line-height: 138%;
    text-align: left;
}
td, th {
    border-bottom: 1px solid #CCCCCC;
    padding: 6px;
    text-align: left;
}
td {
    color: #0A69AB;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 138%;
    text-align: left;
}
.labelExamples .half {
    border-left: none;
    display: block;
    height: auto;
    margin-left: 0px;
    padding: 0px;
}
.labelExamples img {
    width: 300px;
}

.accessoryDialog.mobile .ui-dialog-content {
    height: auto !important;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
.greyBox .half {
        box-sizing: border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing: border-box;
        height: 160px;
        overflow: hidden;
        width: 100%;
    }
    table, thead, tbody, th, td, tr {
        display: block;
    }
    thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }
    tr {
        border: 1px solid #CCCCCC;
    }
    td {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color -moz-use-text-color #EEEEEE;
        border-image: none;
        border-style: none none solid;
        border-width: medium medium 1px;
        padding-left: 50%;
        position: relative;
    }
    td:before {
        left: 6px;
        padding-right: 10px;
        position: absolute;
        top: 6px;
        white-space: nowrap;
        width: 45%;
    }
    td:nth-of-type(1):before {
        content: "Part number";
    }
    td:nth-of-type(2):before {
        content: "Description";
    }
    td:nth-of-type(3):before {
        content: "Applicable Models";
    }
    td:nth-of-type(4):before {
        content: "Favorite Color";
    }
}
@media not all {
}
