/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

/* Footer 20090529 */

#footerwrap {background-color: #ffffff; overflow: auto; color: #111; text-align: left;}
#footer {margin: 10px auto 0; width: 1000px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; overflow: auto;}
#footerboxwrap {overflow: auto;}
.footerabout {margin: 10px; text-align: left;}
.footerabout h3 {margin: 0 auto 10px; border-bottom: 1px dotted #cccccc;}
.footerabout p {margin: 10px auto;}
.footerbox {margin: 10px; width: 230px; float: left; text-align: left;}
.footerbox h3 {margin: 0 auto 10px; border-bottom: 1px dotted #cccccc;}
.footerbox p {margin: 10px auto;}

/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.itemnavigation
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    float: right;
}

.itemleftnav
{
    float: left;
    text-align: center;
    padding-right: 5px;
}

.itemrightnav
{
    float: right;
    text-align: center;
    padding-left: 5px;
}

.itemnumnav
{
    float: inherit;
    text-align: center;
}
.categorynavigation
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    margin-top: 10px;
    text-align: center;
}

.categoryleftnav
{
    float: left;
    width: 140px;
    text-align: center;
}

.categoryrightnav
{
    float: right;
    width: 140px;
    margin-right: 20px;
    text-align: center;
}

.categorynumnav
{
    float: inherit;
    text-align: center;
}

/* CSS classes for the DataList that provides the product listing */

#product
{
    width: 175px;
    text-align: center;
    margin: 0 auto;
}

.productimage
{
    float: left;
    margin: 10px 0 0 5px;
}

.productimage p
{
    padding: 0 auto;
    margin: 0 auto;
    text-align: center;
}

.productdetails
{
    float: right;
    width: 125px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*.matchingItemsContainer
{
    text-align: left;
    background-color: #ccc;
    padding: 5px;
    width: 98%;
    float: left;
}
*/
.BottomItems td
{
    font-size: 8pt; /*display:block;*/
    padding: 5px;
    vertical-align: top;
}

.matchingItemsIcons
{
    vertical-align: top;
    width: 60%;
    margin-left: 10px; /*don't do % margin ... will break IE6*/
    height: 100px;
}
.matchingItemsIcons td
{
    padding: 0 5px;
}
.showroomContact
{
    margin-left: 88%;
}
/*Image Popup*/
.thumbnail
{
    position: relative;
    z-index: 0;
    outline: 0;
}

.thumbnail:hover
{
    background-color: transparent;
    z-index: 50;
    outline: 0;
}

.thumbnail span
{
    /*CSS for enlarged image*/
    position: absolute;
    background-color: #CCC;
    padding: 5px;
    left: 50px;
    top: -400px;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    outline: 0;
    text-decoration: none;
}

.thumbnail span img
{
    /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
    outline: 0;
}

.thumbnail:hover span p
{
    margin-top: 3px;
    text-align: center;
    font-weight: bold;
}

.thumbnail:hover span
{
    /*CSS for enlarged image on hover*/
    visibility: visible;
    top: -400;
    left: 50; /*position where enlarged image should offset horizontally */
    outline: 0;
}

.thumbnail span.management
{
    /*CSS for enlarged image*/
    position: absolute;
    background-color: #CCC;
    padding: 5px;
    left: -200px;
    top: -200px;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    outline: 0;
    text-decoration: none;
}

.thumbnail:hover span.management
{
    /*CSS for enlarged image on hover*/
    visibility: visible;
    top: -200;
    left: -200; /*position where enlarged image should offset horizontally */
    outline: 0;
}
/*End Image Popup*/
/*Display tests*/
div.itemContainer
{
    padding-top: 10px;
    width: 100%;
}
div.spacer
{
    clear: both;
}
table.itemDetails
{
    width: 100%;
    border: none 0;
    border-collapse: collapse;
    padding: 0;
}
td.itemPicture
{
    vertical-align: top;
    padding: 0;
    border-collapse: collapse;
}
td.itemDesc
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    background-color: #fdb;
    height: 100%;
    padding: 5px;
    vertical-align: top;
    text-align:left;
}

span.itemDescTitle
{
    font-weight: bold;
    float: left;
    text-align: left;
    width: 30%;
}

span.itemDesc
{
    float: right;
    text-align: left;
    width: 70%;
}

.itemDescWhere
{
    font-weight: bold;
    font-style: italic;
}

.itemDescName
{
    font-size: 1.3em;
    font-weight: bold;
}

.shortDesc
{
    font-size: 1.1em;
}

.itemDescCopy
{
}

.AdditionalItems
{
    background-color: #ccc;
    border: none 0;
    width: 100%;
}

.AdditionalItems td
{
    text-align: left;
}
.AdditionalItemsRow
{
    border-bottom: solid 1px black;
}

img, a
{
    outline: 0;
}

/*reorder items */
.dragHandle
{
    background-image: url(     "../../images/text_list_numbers.png" );
    border: thin outset white;
    cursor: move;
    height: 16px;
    width: 16px;
}
.itemArea
{
    font-size: 10pt;
    padding-left: 16px;
    text-align: left;
    line-height: 20px; /*border-bottom:solid 1px black;*/
}
.reorderList
{
    width: 100%;
    font-family: Tahoma, Arial, Helvetica;
}
.reorderList ul li
{
    list-style: none;
}
/*end reorder items */
.emptyGrid
{
    padding: 10px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18pt;
}
H2.sadlers
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 16pt;
    padding: 5px;
    margin: 0;
    line-height: 16pt;
    display: block;
}

H4.sadlers
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14pt;
    padding: 5px;
    margin: 0;
    line-height: 14pt;
    display: block;
}
.viewAll
{
    display: inline;
    float: right;
}

.backButton
{
    float: right;
    font-size: 10pt;
}

.ClearanceItems
{
    margin: 0 auto;
    width: 774px;
}

.ClearanceItems p
{
    font-size: 11pt;
    line-height: 12pt;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}

.ClearanceItems img
{
    width: 182px;
}

.ClearanceItems td
{
    border: solid 1px #ccc;
    padding: 5px;
    text-align: center;
}

p.now
{
    color: Red;
    font-weight: bold;
}

.footer
{
    background-color: Orange;
    padding: 10px;
    margin: 0;
}

.footer p
{
    padding: 0;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.footer p.Over200
{
    color: Red;
    font-size: 18pt;
    font-style: italic;
    margin: 10px;
}

.message
{
    text-align: center;
    font-size: 14pt;
    display: block;
}

.mgrItemDetails
{
    float: left;
    display:block;
}

.mgrItemDetails input[type=text], textarea /* set textbox width */
{
    width:400px;
    height:100px;
}

.mgrMatchingItems
{
    margin-left: 300px;
    
}

.mgrMatchingItemsPix
{
    /*margin-left: 500px;*/
    clear:both;
    text-align:center;
    background-color:#eee;
}

.mgrMatchingItemsPix table
{
    margin:0 auto;
}

.mgrMatchingItemsPix p
{
    font-size: 1.5em;
}
.mgrImages
{
    /*margin-left: 370px;*/
    margin-top: 10px;
    display:block;
}

.mgrImages img
{
    margin-bottom: 5px;
}

.modalBG
{
    background-color: #e6e6e6;
    filter: alpha(opacity=60);
    opacity: 0.60;
}

.progressPanel
{
    height: 60px;
    width: 130px; /*display:none;*/
    position: absolute;
}

.progressImage
{
    vertical-align: middle;
}

/*Form Style*/
fieldset
{
    font-family: Arial;
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #BFBAB0;
    background-color: #FDFBFC; 
    text-align:left;
}
fieldset legend
{
    margin-left: 1em;
    padding: 0pt 8px;
    color: #000;
    font-weight: bold;
}
fieldset ol
{
    padding: 0.2em 1em 0 0.5em;
    list-style: none;
}
fieldset li
{
    padding-bottom: 0.2em;
    list-style-type: none;
}
fieldset.submit
{
    border-style: none;
    margin: 0;
}
fieldset label
{
    float: left;
    width: 9em;
    text-align: right;
}
/*End Form Style*/

.warning
{
    color:Red;
    font-size:1.1em;
    text-align:center;
    font-weight:bold;
}

.fancyTelerikButton
{
    background: transparent url(WebResource.axd?d=2baxhH1_tCGEVIRuWehkbamuApB4A7VDurElI2k7zzV56NSuYXuSuUnGEeAT7naF1_RWmKrM2t75EQFwXyRbSnNboFqHa6YD0&t=633495818338906250) no-repeat scroll 0 0;
    margin: 1em 0.8em 0 0;
    width:115px;
    color:#fff;
    
}

.finePrint
{
    font-size:0.6em;
}

