/* CSS Document */

/*========================================================================
Styles the Banners included on the pages via jsl_specials_banner.js
========================================================================*/
#specialsBanner
{
	position: fixed;
	top: 280px;
	right: 10px;
	z-index: 30;
	width: 120px;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ffffff;
}

#specialsBanner a 
{
	color: #fff;
	text-decoration: none;
}

#specialsBanner :hover
{
	background-color: #5E0F0B;
}


#freeShippingBanner
{
	position: fixed;
	top: 130px;
	right: 10px;
	z-index: 30;
	width: 120px;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ffffff;
}

#freeShippingBanner a 
{
	color: #fff;
	text-decoration: none;
}

#freeShippingBanner :hover
{
	background-color: #5E0F0B;
}

/* DESIGNER DISCOUNT CODE ***** DESIGNER DISCOUNT CODE ***** DESIGNER DISCOUNT CODE ***** DESIGNER DISCOUNT CODE */
/*
#dDiscCode
{
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 100;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 2.0em;
	padding: 0px;
	margin: 0px;
}
*/
#dDiscCode
{
	position: fixed;
	top: 90px;
	right: 10px;
	z-index: 100;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	vertical-align: middle;
	font-weight: bold;
	font-size: 2.0em;
	padding: 0px;
	margin: 0px;
}


/* FAN SPECS ***** FAN SPECS ***** FAN SPECS ***** FAN SPECS ***** FAN SPECS ***** FAN SPECS ***** FAN SPECS ***** FAN SPECS */

.kivaspecscontainer
{
	position: relative;
}

div.kivaspecscontainer ul
{
	list-style: disc inside none;
	font-weight: bold;
	padding-left: 60px;
}

div.kivaspecscontainer li
{
	text-align: left;
}
/* ROOF PITCH ***** ROOF PITCH ***** ROOF PITCH ***** ROOF PITCH ***** ROOF PITCH ***** ROOF PITCH ***** ROOF PITCH */


#roofPitchTable
{
	border-collapse: collapse;
	background: #FFFFFF;
}

#roofPitchTable th
{
	border: 1px solid #000000;
	font-weight: bold;
}

#roofPitchTable td
{
	border: 1px solid #000000;
	font-size: 1.0em;
	text-align: center;
}
