/* CSS Document */
/**********This file is for the menu section and replaces the original table layout.*************/
h4 {
	clear: both;
 color:#000066;
 background-image:url(/Images/fade/db_menu_bar_fade.jpg);
 background-repeat: repeat-x;
 background-color: #FFFFFF;
 border-top: 1px solid  #B51032;
 border-bottom: 1px solid #B51032;
 border-right: 1px solid #B51032;
 border-left: 10px solid #B51032;
 width: 100%;
 font-size: 75%;
 text-align:center;
}
#bodycontent .products p{
	font-size: 14px;
}

#bodycontent .products p.offertext {
	margin-top: -1.4em;
	float: left;
	padding-left: 0.5em;
	padding-bottom: 0.5px;
}
#bodycontent .products p.new {
	margin-top: -1.5em;
	float: right;
	padding-right: 0.1em;
}
#bodycontent .products li img {
 	float: left;
	margin: 0 5px 5px 0;
}
#bodycontent .products p.more {
	text-align: right;
	font-size: 12px;

	
}

/****These are for the the morelinks and addto cart on the menu pages.****/
#morelinkwrap {
	float:right;
	width: 18em;
	line-height: 1em;
}

.menudetails {
	top: -0.5em;
}
#testbox {
	margin-bottom:1em;
	right: 2.5em;


	
	
}
#addtocart {
	right: 2em;
}

#dbnavigation {
	clear: both;
	text-align: center;
	font-weight: bold;
	border: 1px solid #B51032;
	margin-right: 1em;
	background-image:url(/Images/dbnav_vert_fade.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	
}

#dbnavigation a:visited {
	color:#0000FF;
}
#dbnavigation a:hover  {
	text-decoration:none;
	color:#990000;
}
.dbpagetotal {
	font-size: 10px;
	color:#666666;
}

.dbactualpage {
	font-size: 11px;
	color:#666666;
}

img {
	border-style:none;
}
.box {
	border: 1px solid  #666666;
	background-color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
	padding: 0 3px 3px 3px;
	margin-right: 0.5em;
}

	


