@charset "UTF-8";
@import url(std.css);

/* CSS Document */
/*items.html*/
#tileList{
	background:url(../img/items/background.jpg);
	padding:15px 15px 5px 15px}

#tileList td{
	position:relative;
	}
.tips{
	display:none;
	position:absolute;
	margin-top:-280px;
	margin-left:-35px;
	z-index:10;
	}





/*items*/
p{
	line-height:160%;
	margin-top:0.5em;
	margin-bottom:0.5em;}
#itemCategories a{
	font-size:1.1em;
	color:#666;text-decoration:none;}
#itemCategories a:hover{
	color:#e72a1a;}
h3{
	color:#1D2088;
}
h4{	font-size:1.4em;}

.corpinfo{background-color:#E6E6E6}
.corpinfo h4{
	margin:0;
	padding:0;
	color:#666;
	}
.corpinfo p{
	margin:0;
	}
.package {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	position:relative;
}
.package a img{
	behavior: url(../js/iepngfix.htc);
}
.package  p{
	margin:0;
}
.recipeLink
{
	display:block;
	position:absolute;
	margin-top:5px;
	margin-left:115px;
}
a.pdfLink {
	text-decoration:none;
	color:#E60012;
	background:url(../items/img/icon_pointer.gif) no-repeat 2px 7px;
	padding:6px 0 6px 14px;
}
a.pdfLink:hover {
	text-decoration:underline;
}
.verticalLine{
	background:url(../items/img/vertical_line.gif) repeat-y center 0;
	}