

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 14px times;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #003399;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 140px; /*width of menu (not including side paddings)*/
color: #003399;
background-color: white;
text-decoration: none;
padding: 6px 15px;
border-bottom: 1px solid #003399;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #F3F8FC;
}

#ddsubmenu2 table {
padding:0px;
border:0px;
background: white;
border: 1px solid #003399;
}

#ddsubmenu2 ul {
background: transparent;
border: 0px solid #003399;
}

#ddsubmenu2 li a{
border-right:1px dashed silver;
}

/* Menu Layout */
.displaycabinet {
width:800px;
margin:auto;


}

.displayleft {
width:640px;
float:left;
}

.displayright{
width:160px;
float:right;
}

.displaycabinet ul,.request ul {
list-style:none;
margin:0px;
padding:0px;
}

.displaycabinet li,.request li {
display:block;
float:left;
padding:3px 5px;
line-height:12px;
font-size:11px;
font-family:arial;
height:24px;
}

.displaycabinet h6 {
font-size:10px;
font-weight:none;
padding:0px;
margin:0px;
}

img {
border:0px;
}

.background li {
background:white;
border-bottom:1px solid #333333;
color:#333333;height:28px;
}

.hiddenbg li {
background:lightyellow;
border-bottom:1px solid #333333;
color:#333333;height:28px;
}

.background li a{
color:#333333;
text-decoration:none;

}

.nobackground li {
background:#E8F4FC;
border-bottom:1px solid #003399;
color:#003399;height:28px;
}

.nobackground li a{
text-decoration:none;
color:#003399;
}

.nobackground li a:hover{
text-decoration:underline;
color:black;
}

.background li a:hover{
text-decoration:underline;
color:black;
}

.icon {
width:16px;
height:16px;
padding:2px 4px;
}

.icons {
width:40px;
text-align:left;
}

.price {
width:45px;
text-align:center;
}

.text {
width:105px;

}

.types {
width:165px;
overflow:hidden;
text-align:left;
}

.types img{
padding:2px;
width:16px;
height:16px;
}

.types form {
padding:0px;
margin:0px;

}



.pricebox {
width:660px;
text-align:left;
}

.title li{
height:16px;
background:#003399;
color:white;
line-height:16px;
text-transform:capitalize;
font-family: Georgia, "Times New Roman", Times, serif;
}

.title {
text-align:left;
}

.levelnone {
width:220px;
text-align:center;
}

.spot {
width:58px;
text-align:center;
border-right:1px dashed #333333;
border-left:1px solid #333333;
}

/* Pop Up Operations */


.dhtmlwindow{
position: absolute;
border: 5px solid #003399;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 26px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:24px;
color: #003399;
cursor: move;
overflow: hidden;
width: auto;

}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
padding:20px;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px dotted #94AFE6;
background-color: white;
color: black;
height: 150px;
padding: 20px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px dotted #94AFE6;

height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background:#94AFE6;
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.2;
}

#currentorder {
width:540px;
}

.order-description {
width:360px;
}

.order-price {
width:50px;
}

.help {
border: 1px dashed silver;
padding:5px 5px 5px 35px;
background: #f0f0f0 url(http://www.drwakefield.com/theme/images/icon/help.png) no-repeat 5px 5px;
line-height:24px;
color:black;
margin:0px 30px;
}

.help2 {
border: 1px dashed silver;
padding:15px;
line-height:24px;
color:black;
margin:20px 0px;
}

.help h2,.help2 h2  {
font-weight:normal;padding-left: 35px;
margin:0px;
text-transform:capitalize;
padding-bottom:10px;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 22px;
font-size: 18px;
color:#003399;background: url(http://www.drwakefield.com/theme/images/icon/help.png) no-repeat ;
}

form {
padding:0px;
margin:0px;
}

.searchbar {
text-align:center;
height:90px;
}

.searchbar a{
color:#333333;
}

.searchbox {
width:300px;
border:3px solid #003399;
padding:3px;
padding-left:30px;
color:#666666;
margin-bottom:2px;background: url(http://www.drwakefield.com/theme/images/icon/icon-logo.png) no-repeat left;
}

.searchbar li {
width:60px;
float:left:
display:block;height:30px;
padding-bottom:5px;
}

.searchbar ul {
width:720px;
margin:auto;
}

.searchbar input {

}

.coffeesearch {
	width:700px;
	margin-left:100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 32px;
	font-size: 20px;
	color:#003399;
	padding-bottom:10px;
	padding-top:10px;
}

.searchbutton {
background: url(http://www.drwakefield.com/theme/images/icon/search.png) no-repeat left;
padding-left:30px;
font-family: Georgia, "Times New Roman", Times, serif;
color:#003399;	font-size: 20px;
border:1px dotted white;
}

.orderbutton {
background: url(http://www.drwakefield.com/theme/images/icon/add.png) no-repeat left;
padding-left:30px;
font-family: Georgia, "Times New Roman", Times, serif;
color:#003399;	font-size: 20px;
border:1px dotted transparent;
}

.sendbutton {
background: url(http://www.drwakefield.com/theme/images/icon/mail.png) no-repeat 5px 5px;
padding:5px;
padding-left:30px;
font-family: Georgia, "Times New Roman", Times, serif;
color:#003399;	font-size: 20px;
border:1px dotted silver;
margin-top:20px;
}

.contactsendbutton {
background: url(http://www.drwakefield.com/theme/images/icon/32x32/mail.png) no-repeat 5px 5px;
padding:5px;
padding-left:30px;
font-family: Georgia, "Times New Roman", Times, serif;
color:#003399;	font-size: 20px;
border:1px dotted silver;
margin-top:20px;
width:100%;
text-decoration:none;
}

.deletebutton {
background: url(http://www.drwakefield.com/theme/images/icon/delete.png) no-repeat left;
padding-left:20px;
color:#003399;	font-size: 12px;
line-height:24px;
border:1px solid transparent;
}

.delete_button {
background: url(http://www.drwakefield.com/theme/images/icon/delete.png) no-repeat left;
padding:5px;
padding-left:30px;
font-family: Georgia, "Times New Roman", Times, serif;
color:#003399;	font-size: 20px;
border:1px solid transparent;
margin-top:20px;
}

.addbutton {
background: url(http://www.drwakefield.com/theme/images/icon/add.png) no-repeat left;
padding-left:20px;
color:#003399;	font-size: 12px;
line-height:24px;
border:1px solid transparent;
}

.searchbutton:hover, .orderbutton:hover {
cursor:hand;
cursor:pointer;
border:1px dotted silver;text-decoration:underline;
}

.deletebutton:hover, .addbutton:hover, .sendbutton:hover, .contactsendbutton:hover {
cursor:hand;
cursor:pointer;
text-decoration:underline;
}

.options {
float:left;
width:80%;
color:#333333;

font-size:14px;
}

.options a{
font-weight:bold;
}

.options a:hover {
color:#333333;
}
.sidescroll {
float:right;
width:150px;
text-align:right;
line-height:24px;
}

.sidescroll span {

}

.controlbar {
width:800px;
height:24px;
}

.request {
width:490px;
}

.quantity {
width:60px;
border:3px solid #003399;
padding:3px;
color:#666666;
}

.quantity2 {
width:30px;
border:2px solid #003399;
padding:1px;
color:#666666;
margin-bottom:5px;
}

.info {
padding:5px 5px 5px 35px;
background: url(http://www.drwakefield.com/theme/images/icon/info.png) no-repeat 5px 5px;
line-height:24px;
color:#333333;
}

.blog ul {
padding:0px;
margin:0px;
}

.blog ul li{
padding:0px;
margin:0px;
list-style:none;
padding-bottom:5px;
}

.iframeit {
width:400px;
padding:0px;
margin:0px;
border:0px;
height:100px;
}

.iframeit2 {
width:580px;
padding:0px;
margin:0px;
border:0px;
height:440px;
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 14px Times;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #003399; /*navy border*/
background: #BAD2EA
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #003399; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #003399;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background:#003399;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.brieftitles {
float:left;
width:40%;
}

.brieftitles h4{
font-weight:normal;
font-size:14px;
}

.briefsources {
width:30%;
float:right;
margin-right:10%;
padding-top:25px;
}

.briefsources div{
border:1px dashed #BAD2EA;
padding:5px;
}

.briefsources h2 {
padding:0px;
margin:0px;
font-weight:normal;
border-bottom:1px solid #003399;
}

.briefsources img {
margin:5px;
}


.accept {
background: url(http://www.drwakefield.com/theme/images/icon/accept.png) no-repeat;
height:28px;
border:1px solid transparent;
cursor:hand;
cursor:pointer;
line-height:32px;
text-align:left;
color:#333333;
padding-left:30px;
Font-weight:bold;
}

.imgnav {

padding:3px;
text-align:center;border:1px solid white;
}

.imgnav a{
text-decoration:none;
}

.imgnav:hover{
padding:3px;
border:1px solid #003399;
}

.imgnav img {
width:100px;
height:100px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.drwakefield.com/theme/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.drwakefield.com/theme/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.drwakefield.com/theme/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; font-size:14px;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 