﻿* {
    padding: 0;
    margin: 0;
}

a img { 
	border: none; 
	padding: 2px;
	}

body {
    padding: 20px 10px;
    background: #FFF;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

span.shim {
    height: 0;
    clear: both;
    display: block;
    overflow: hidden;
}


#wrap1 {
    margin: 0 auto;
    width: 1000px;
    border: 1px solid #333;
    background-color: #fff;
}
#wrap2 {

}
#wrap3 {

}

#header {
    height: 125px;
     background-color:#104BA9;
}

#inner .chunk .hrdiv {
	background-color: #000;
	height: 1px;
	width: 95%;
	border: 0px;
	margin: 0 auto;
	margin: 15px;
}

#inner {
    zoom: 1;
    clear: both;
    position: relative;
	padding-top: 25px;
	min-height:600px;
}

    #inner .chunk {
        padding: 10px 10px 10px 10px;
        min-height: 10px;
        line-height: 1.5em;
    }
    
        #inner .chunk li {
            margin-left: 20px;
        }
        
        #inner .chunk span.img {
            display: block;
            position:relative;
            z-index: 0;
        }
        
        #inner .chunk img {
            display: block;
            margin: 0 auto !important;
        }


/* Set padding for #PIC# case */

#inner .chunk .img img 
{
	padding: 0px;
}        

/* Set padding for images added within HTML editor */        

#inner .chunk img
{
        padding: 8px;
}
        
#inner .chunk a 
{
    text-decoration: none;
    color: #666;
}

#inner .chunk a:hover 
{
    text-decoration: underline;
    color: red;
}
       
        #inner .chunk p { margin-bottom: .5em; zoom: 1; }
        #inner .chunk ul { margin-bottom: 1.5em; zoom: 1; }
        #inner .chunk .last      { margin-bottom: 0; }
        
        #inner .chunk h1   {
            line-height: normal;
            font-size: 14pt;
			margin-top: 3px ;
			padding-bottom: 2px;
        }
		#inner .chunk h2    {
            line-height: normal;
            font-size: 12pt;
			margin-top: 2px;
			padding-bottom: 2px;
        }
		 #inner .chunk h3   {
			line-height: normal;
            font-size: 10pt;
			margin-top: 1px; 
			padding-bottom: 1px;
        }
        
        #inner .chunk h4   {
            line-height: normal;
            font-size: 8pt;
			margin-top: 1px ;
			padding-bottom: 1px;
        }
		#inner .chunk h5    {
            line-height: normal;
            font-size: 8pt;
			margin-top: 1px;
			padding-bottom: 1px;
        }
		 #inner .chunk h6   {
			line-height: normal;
            font-size: 8pt;
			margin-top: 1px; 
			padding-bottom: 1px;
        }
        
        
        #inner .chunk .dstyled em,
        #inner .chunk h2 em {
            background: #ff0;
            font-style: normal;
        }
      #inner .chunk .wrapper{
	  padding-top: 5px;
	  padding-bottom: 5px;	 
	  }
	  
    #inner #cart {
        position: absolute;
        margin-right: -450px;
        line-height: 1em;
        padding: 5px;
        right: 50%;
        top: 0;
        color: #000;
        font-size: 8pt;
        background: url('../png/cart.png') no-repeat 0 50%;
        padding-left: 26px;
        z-index:999;
    }

    #header #taglinediv {
        position:absolute;
        margin-right: 220px;
        line-height: 1em;
        padding: 5px;
        left: 50%;
        margin-left: -440px;
        top: 120px;
        margin-top: -1em;
        color: #000;
        font-size: 8pt;
        background: url('../png/Wht30.png') 0 50%;
        z-index:998;
        visibility:hidden;
    }

.page-form{
        z-index:999;

}


body.page-log-in form div,
body.page-search form div {
    padding-bottom: 2px;
}

body.page-log-in label,
body.page-search label {
    float: left;
    width: 7em;
}

body.page-log-in input.submit,
body.page-search input.submit {
    padding: 2px;
    font: inherit;
    margin-left: 7em;
}

/*
body.page-log-in form,
body.page-log-in div#reminder,
body.page-search form*/
#loginform, #searchform
 {
    /*float: left;*/
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
}

body.page-log-in div#reminder {
    float: right;
    width: 20em;
}

#inner .pwlogin  
{
    margin:0 auto;
    margin-top:30px;
    width:225px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
    text-align:center;

}



.lb-overlay {
    top: 0;
    left: 0;
    z-index: 998;
    position: absolute;
    background: url('../png/overlay.png');
}

* html .lb-overlay {
	background: #000;
	filter: alpha(opacity=80);
}

    .lb-loading {
        width: 100%;
        height: 100%;
        background: url('../gif/loading.gif') no-repeat 50% 50%;
    }

.lb-container {
    position: absolute;
    background: #fff;
    border: 3px solid #000;
    margin-top: -10px;
    /*padding: 10px;*/
    z-index: 999;
	height: 425px;

}

iframe.lb {
    width: 595px;
    height: 425px;
    border: none;
}

iframe.lb body {
    margin: 0;
    padding: 0;
}

.lb-container div.close {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-top: -23px;
    margin-right: -3px;
    border: 3px solid #000;
    border-bottom: none;
    background: #fff url('../png/window-close.png') no-repeat 2px 2px;
}


body.page-page-not-found #inner {
    background: url('/Bongo/assets/png/404.png') no-repeat 50% 50%;
    min-height: 400px;
	}


#footer {
    clear: both;
    padding-top: 20px;
}

    #footer div {
		height: 50px;
        padding: 5px;
        font-size: 7pt;
        text-align: right;
		border-top: 1px solid;
		 background-color:#104BA9; 
		 color: #fff;
    }

    #footer div a 
    {
        color: inherit;
       
        text-decoration: none;
    }
        #footer div a:hover {
        color: #f00;
        text-decoration: underline;
    }
      #footer div a:visited{
        color: inherit;
          }
    
/* To style form boxes etc when they dont validate! */
input.error,
select.error { 
    text-align: left;
    border: 1px #FF0000 solid;
    background-color: #FF9900;
    height: 20px;
    background-image: url(/Bongo/assets/png/warning.png);
    background-position: right;
    background-repeat: no-repeat;
  }

/* To style form boxes etc when they dont validate! */
textarea.error {
    text-align: left;
    border: 1px #FF0000 solid;
    background-color: #FF9900;
    background-image: url(/Bongo/assets/png/warning.png);
    background-position: right;
    background-repeat: no-repeat;
  }



/* Left and right large quotes */
.lquote, .rquote {
	font-family: times new roman, georgia, serif;
	font-size: 32pt;
	font-weight: bold;
	color: #9ac;
	position: relative;
	top: -0.1em;
	line-height: 0.9em; /*0;*/
	height: 1px;
	float:left;
}


.rquote {
	font-size: 32pt;
	line-height: 0em;
	top: .4em;
	float:none;
}


.quotetxt{
	font-family: Georgia, serif;
	font-size: 1em;
	line-height: 1.6em;
	font-style: italic;
	font-weight:bold;
	color: #8B7D6B; /*bisque4*/
}

blockquote {padding:20px 20px 17px 20px;}
blockquote p {display:inline}

/* Alternate quote color */
.qalt {
	color: #7C7C7C;
	font-family: Georgia, serif  ;
}

.bigtxt{
font-size:14px;
font-weight:bold;
}



.largefirst {
     font-size:300%;
     font-style:italic;
     font-weight:bold;
     display:block;
     float:left;
     padding: 0px 5px 0px 0px !important;
     height:1em;
     color:#888;
     line-height:1em; 
   }
   
#base
{
    margin: 0 auto;
	margin-top: 30px;
	border: none;
	text-align: center;
}
	
#base h1 {
    background-image: none;
    border:none;
    background-color: transparent;
    font-size: 11px;
    color: #666;
	 }

#base h2 {
    font-size: 9px;
	border:none;
    color: #666;
	background-color: transparent;
}

/* Controls Gallery Iframe height ie. max size of gallery presentation */
.gallery
{
    height: 700px;
}

/* Accessibility settings */
.accesspanel
{
    height: 32px;
    display: inline-block;  /* Change to none to lose accessibility settings panel */    
    margin-left: 10px;
}

.accessfontlarger, .accessfontsmaller, .accessfontreset, .accesscontrasthigh, .accesscontrastnormal
{
    border: solid 1px black;
    background-color: White;
    cursor: pointer;
}

/*___________ FEB 2016 TEXT EDITOR FIX ADD TO SITE DEFAULTS____________*/

.dxpcModalBackground, .dxpcModalBackground_DevEx {
    z-index: 1000 !important;
}
#pophtmlwindow_TCFix-1, #pupeditform_TCFix-1, #pupeditor_TCFix-1 {
    z-index: 1001 !important;
}
#pcproducttabs_wtfldproductdescription_DPP_TCFix-1 {
    z-index: 1001 !important;
}
#wtfldblog_DPP_TCFix-1 {
    z-index: 1001 !important;
}
#pcproducttabs_wtfldproductdescription_DPP_TCFix-1 {
    z-index: 1001 !important;
}
#pupeditor_htmeditor_DPP_TCFix-1 {
    z-index: 1001 !important;
}

#shopcart > div#puppaymentmethod_TCFix-1 {
    z-index: 12000;
}
#pupcatform_TCFix-1, #puptagform_TCFix-1 {
    z-index: 1001 !important;
}

