/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(../art/body-bg.gif) top left repeat-x #fe9f34;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #4e4e4e;
}

p {
	line-height: 1.4;
}

a {
	color:#fe9f34;
}

h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	color:#000;
	font-size:2.1em;
}

h2 {
	padding:0px 11px 11px 8px;			/* need more heading styles but can get off designer later, feel free to add your own though */
	margin:0;
	color:#ff7f00;
	font-size:1.3em;
}

h3 {
	color: #b5b5b5;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 8px;
	}

.clear {
	clear:both;			/* for clearing content */
}

.red { color: red; }
.blue { color: #257ac2; }

#container {
	width:970px;		/* to get everything in the middle, making it slightly larger than the 960 content are to fit the nav properly */
	margin:0 auto;
}

#content {
	width:100%;
	margin-top:23px;
	background:url(../art/container-bg.gif) 4px 20px repeat-y;	/*	repeating background to give impression of 2 columns of same height */
	padding-top: 0px;
}



#second-menu {
	position:absolute;		/* these are the 3 links just outside the content area, I dont think we need this for the other templates so it should be fine if we position it absolutely */
	top:250px;
	margin-left:15px;
	color:#ffffff;
}

#second-menu a {
	color:#ffffff;
	text-decoration:none;
}

#second-menu a:hover {
	text-decoration:underline;
}

#logo-area {
	width:638px;			/* this is the flash area, dont need to worry about this, theyre throwing in an ad */
	float:left;
	padding-left:7px;
	background: url(../art/dv-logo.gif) 7px 0px no-repeat;
	
}

#container-top {
	margin-left:4px;		/* throwing in the image so we dont need to get crazy with background positioning */
}

#specials {
	float:left;
	width:315px;
	height:190px;
	padding-left:6px;		/* i think this is the part next to the flash... */
	background: url(../art/specials-bg.gif) #fafafa;
	text-align: center;
}

#specials-tab {float: left;}


#tabs {
	float:left;				/* tabs running down the left */
	width:350px;
	margin-left:8px;
	background-color:#ffedd8;
	margin-right:5px;
}

#tabs img {
	margin-bottom:6px;
}

#main {
	width:570px;			/* main content area just to get some whitespace in to match design */
	float:left;
	background-color:#ffffff;
	padding-left:8px;
}



.product-list {
	width:570px;			/* list area */
	background-color:#fafafa;
	padding:3px;
}

.product {	
	padding:7px;			/* text part of each product in the list */
	background-color:#f2f2f2;
	margin-bottom:2px;
}

.product img {
	float:right;
}

#footer {
	background:url(../art/footer-lg.gif) 4px 0 no-repeat;	/* defining padding here so the footer text starts under the containers and in the reflection thingy */
	height:40px;
	padding-top:50px;
	width:964px;	
	display:block;
	color:#ffffff;
}

#email {
	float:left;
	display:block
}

#email a {
	color:#ffffff;
	padding:0 8px;
}

#address {
	float:right;
	padding-right:18px;
	
}

#nav {
	background:url(../art/nav.gif) top center no-repeat;
	height:41px;
}

#nav ul {
	padding:0 0 0 52px;
	margin:0;
	list-style:none;
}

#nav ul li {
	padding:0;
	margin:0;
	float:left;
	height:36px;
	background:url(../art/nav-divider.gif) top right no-repeat;		/* setting up li's to have divider, dont set width as the span will push it out */
}

#nav ul li a:hover {
	background:url(../art/hover.gif) top left repeat-x;
}

#nav ul li a {
	height:36px;
	display:block;
	line-height:36px;
	margin-right:2px;
	color:#ffffff;
	text-decoration:none;		/* still no padding, this will make more sense when i add the hover states */
}

#nav ul li a span {
	padding:0 7px;
	height:36px;
	cursor:pointer;
	display:block;
	font-size:1.2em;		/* going to need this span tag so when we hover this will change to show a right edge, the anchor tag will have the left edge, theres a tute on my blog if you dont get what i mean, but i will do this on the weekend :) */
}

#nav ul li:hover a {
	background:url(../art/hover-right.gif) top right no-repeat;
}

#nav ul li:hover a span {
	background:url(../art/hover-left.gif) top left no-repeat;
}


#nav ul li ul {
	position:absolute;
	width:175px;
	left:-999em;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	height:auto;
	padding:0;
	margin:0px 0 0 -1px;
}

#nav ul li:hover ul {
	left:auto;
}

#nav ul li ul li {
	height:auto;
	position:relative;
	border-bottom:1px solid #efefef;
}

#nav ul li:hover ul li a {
	width:150px;
	position:relative;
	display:block;
	height:20px;
	line-height:20px;
	margin:0;
	padding:0;
	padding-left:25px;
	background-image:none;
	background:url(../art/nav-bullet.gif) top left no-repeat #fdb965;
}

#nav ul li ul li a:hover {
	position:relative;
	background:url(../art/hover-bullet.gif) top left no-repeat #ffcb8a;
}



/* ------ 'full' page styles  --------- */
#content.full {
	background:url(../art/container-bg-lg.gif) 4px 20px repeat-y;
}

.full #main {
	width: 940px;
	margin-left: 10px;
	}

.full .column {
	padding: 0px 12px;
	float: left !important;
	width: 430px;
	}
	
.full .col1 { padding-right: 22px; }
.full .col2 { padding-left: 22px; }
 
h1.product-title { display: inline; float: left; }

.full h2 {
	padding-left: 0px;
	margin-top: 25px;
}
 
.stars {float: right;}

.stars img {
	margin: 2px;
	margin-top: 6px;
}

.item-desc p, .item-desc ul {
	font-size: 1.3em;
}

.full ul li {
	list-style-image: url(../art/bullet.gif);
	margin: 4px 0px;
}

.price {
	border: 6px solid #ebebeb;
	background-color: #f6f6f6;
	text-align: center;
	width: 420px;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.price h1 {
	color: #fe9f34;
	font-weight: normal;
	margin-bottom: 0px;
}

.price p {
	font-size: 1.2em;
	margin: 3px 0px;
}

.item-pic {
	width: 143px;
	float: left;
	text-align: center;
}

.item-pic a {
	text-decoration: none;
	color: #fe9f34;
	font-weight: bold;
	font-size: 1.2em;
}

.item-pic a:hover {
	text-decoration: underline;
	color: #ff7f00;
}

table.specs {
	border: 6px solid #ebebeb;
	width: 425px;
	width: 920px;
	border-collapse: collapse;
	color: #565656;
	font-size: 15px;
}

table.specs td {
	border-bottom: 1px solid #ebebeb;
	padding: 4px 8px;
}

table.specs th {
	background-color: #f6f6f6;
	border-bottom: 1px solid #ebebeb;
	text-align: left;
	font-weight: normal;
	padding: 4px 8px;
	width: 125px;
	width: 410px;
}


#footer.full {
	padding-top:30px;
	height:50px;
}

.item-med {
	margin-top:20px;
	width:440px;
	float:left;
	border:5px solid #ebebeb;
}

.item-med-right {
	margin-left:30px;
}

.item-med h3 {
	color:#fe9f34;
	font-weight:bold;
}

.item-med-desc {
	padding:12px;
}

.item-med-desc img {
	float:right;
	padding:0 10px;
}

.item-med-price {
	padding:12px;
	background-color:#f2f2f2;
	margin:0;	
	font-size:1.2em;
}

.item-med-price span {
	color:#fe9f34;
	padding-left:25px;
}



/***********************************
Shopping list menu (left side)
***********************************/
#left-content {
	width:190px;
	padding:0;
	margin:0;
}
#left-content ul {
	margin:0;
	padding:0;
	list-style:none;
}
#left-content ul li {
	margin:0;
	padding:0;
	width:190px;
	display:block;
}
#left-content ul li a {
	width:190px;
	display:block;
	color:#346B1C;
	text-decoration:none;
	line-height: 20px;
}
#left-content ul li ul {
	margin:0;
	width:138px;
	padding:0;

}
#left-content ul li ul li {
}
#left-content ul li ul li a {
	width:180px;	
	font-size:0.85em;
	padding:0 0 0 6px;
	margin:0;
	color:#fff;
	border-bottom:1px solid #5A6F9C;
}
/* stops the nav showing full on start up */
#left-content ul ul {
	display: none;
}






	a.thumbnail{
		display:block;
		font-weight:normal;
		color:#222222;
	}
	a.thumbnail span{ /*CSS for enlarged image*/
		padding: 0px;
		display:none;
		border: 1px solid;
		text-decoration: none;
	}
	a.thumbnail:hover { 
		font-weight:bold;
	}
	tr a.thumbnail {
		font-weight:normal;
		color:#222222;
	}
	tr a.thumbnail:hover span {
		display: block;
		z-index: 50000;
		width: auto;
		top:550px;
		left:610px;
		position: absolute;
	}



a.medsubmit {
	width: 190px;
	height: 27px;
	display: block;
	background: none;
	border: 0;
	color: #797979;
	background: url(/art/inputbg.gif) no-repeat;
	text-align: center;
	padding: 10px 0 0 0;
	text-decoration:none;
	float: left;
	}
	
#left-content ul li a{
	width: 325px;
	color: #fff;
	padding: 2px 6px;
	background: #777;
	border: 3px solid #ddd;
	margin: 0 4px 1px 4px;
	}

#left-content ul li a:hover{
	background: #666;
	border: 3px solid #bbb;
	}
	
#left-content ul {
	background: #fff;
	width: 350px;

	}

#left-content ul li ul li a{
	width: 325px;
	color: #777;
	padding: 0px 6px;
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 4px 1px 4px;
	}

#left-content ul li ul li a:hover{
	width: 325px;
	color: #222;
	padding: 0px 6px;
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 4px 1px 4px;
	}
	
	
	
	
/*	#resultsbar contains paging and match information above recordsets */
#resultsbar {
	width: auto;
	background-color: #eee;
	border-top: 1px solid #ccc;
	padding: 3px 0 3px 3px;
	height: 17px;
}
#paging {
	float: right;
}
.pgtab {
	display: block;
	display: inline;
	margin: 0 3px;
	color: #ccc;
	overflow: hidden;
	font-size: 14px;
}
.pgtab a:link, .pgtab a:visited {
	background-color: #999;
	border: 1px solid #fff;
	color: #fff;
	padding: 1px 4px;
	text-decoration: none;
	overflow: hidden;
}
.pgtab a:hover, .pgtab a:active {
	background-color: #FF9905;
}
	