﻿body
{
	behavior: url('/assets/css/csshover.htc');
}

h1
{
	float: left;
	margin-top: 15px;
}

/* structure */

#search
{
	height: 70px;
}

#leftcolumn
{
	padding: 0px;
	height: 200px;
	width: 175px;
	float: left;
	margin: 10px 0;
}

#prodContent
{
	float: left;
	padding: 10px;
	width: 445px;
	height: 550px;
	z-index: 10;
}


#breadcrumbs
{
	clear: both;
	height: 25px;
	background-color: #D2D2D2;
	border-top: #000 solid 1px;
	margin-top: 2px;
	line-height: 2em;
	font-weight: bold;
	color: #414141;
	padding-left: 5px;
}

#pageTitle
{
	width: 450px;
	height: 20px;
	color: #BE0A0A;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
	float: left;
}

#productDetails
{
	width: auto;
	height: auto;
	margin-top: 15px;
}

#itemPicture
{
	clear: right;
}

#itemDescription p
{
	clear: both;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}


/* Available Colors */

#product #itemColors
{
	height: 100px;
}

.swatch
{
	height: 25px;
	width: 25px;
	border: 1px solid #000000;
	float: left;
	margin-right: 8px;
}

.swatch-container
{
	width: 100px;
	float: left;
	height: 25px;
	margin-top: 2px;
	padding: 2px 0;
}

/* End of Available Colors */

#enlarge
{
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}

/*  Horizontal Menus */

#menuRow
{
	background-color: #5C5C5C;
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#menuRow ul
{
	margin: 0px;
}

div#menuRow li
{
	position: relative;
	float: left;
	list-style-type: none;
	background-color: #5C5C5C;
	padding: 6px 10px;
	border-right: 1px solid #efefef;
}

div#menuRow li:hover
{
	background: #A42A15;
}

#menuRow li:first-child
{
	border-left: 1px solid #efefef;
}

#menuRow a
{
	font: bold 1.4em Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

/* hack for IE so menu has a vertical line on the left */
* html div#menuRow ul
{
	float: left;
	border-left: 1px solid #000;
	margin-left: 15px;
}

/* end of hack */

.submenu
{
	background-image: url( '/assets/images/lt_grey_arrow.gif' );
	background-repeat: no-repeat;
	background-position: right;
}

.menu
{
	background-image: url( '/assets/images/lt_grey.gif' );
	background-repeat: no-repeat;
	background-position: right;
}

div#menuRow li.submenu:hover
{
	background: #A42A15;
	display: block;
	background-image: url( '/assets/images/nav_end_ov.gif' );
	background-repeat: no-repeat;
	background-position: right;
}

/* drop downs */

div#menuRow ul li ul
{
	margin: 0;
	width: 12em;
	position: absolute;
	left: -1px;
	top: 32px;
	display: none;
	background-color: #5C5C5C;
	z-index: 500;
}

div#menuRow ul li ul li
{
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	list-style-type: none;
	width: 100%;
}

div#menuRow ul li ul li:first-child
{
	border-top: 1px solid #efefef;
}

#menuRow ul li ul:hover
{
	display: block;
	padding: 0;
}


#menuRow ul li:hover ul
{
	display: block;
	padding: 0;
}

#menuRow ul li ul li:hover
{
	background-repeat: no-repeat;
	background-position: right;
	background-image: url( '/assets/images/nav_end_red.gif' );
	display: block;
}

/* dropdown end */
/* 2nd tier drop downs */

div#menuRow ul li ul li ul
{
	visibility: hidden;
	margin: 0;
	width: 12em;
	position: absolute;
	left: 164px;
	top: -2px;
	display: none;
	background-color: #5C5C5C;
	z-index: 500;
}

div#menuRow ul li ul li ul li
{
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	list-style-type: none;
	width: 100%;
}

div#menuRow ul li ul li ul li:first-child
{
	border-top: 1px solid #efefef;
}

#menuRow ul li ul li ul:hover
{
	display: block;
	padding: 0;
}


#menuRow ul li ul li:hover ul
{
	display: block;
	padding: 0;
	visibility: visible;
}

/* end 2nd tier drop down */

#itemSpec
{
	display: block;
	width: 275px;
}

#install
{
	float: right;
}

#pageNav a
{
	color: #666666;
}

#pageNav h3
{
	font-size: 1em;
	font-weight: bold;
	height: 20;
	margin: 0;
	width: 155px;
	line-height: 2em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 20px;
	background: url(/assets/images/crn_top_rt.jpg) repeat-x;
	background-image: url( '/assets/images/submenu_hdr.gif' );
}

#pageNav #pageNavBtm
{
	border: 1px #D2D2D2 dotted;
	background: #FFF url( '/assets/images/submenu_pic.jpg' ) no-repeat bottom right;
	height: 235px;
	width: 173px;
}

#pageNavBtm li
{
	list-style: none;
	line-height: 1.65em;
}

#pageNavBtm ul
{
	margin: 10px 0 10px 20px;
	padding: 0;
}

#product h3
{
	margin: 0px;
}

#itemSpec li
{
	list-style-type: disc;
}

#categories
{
	margin-top: 5px;
}

.category
{
	margin: 5px;
	padding: 5px;
	background-color: #EDEDED;
	border-style: dotted;
	border-width: 1px;
	float: left;
	width: 300px;
	height: 110px;
}

.categoryPic
{
	padding: 5px;
	border: 1px solid #C0C0C0;
	float: left;
	margin-right: 10px;
	background-color: #FFFFFF;
}

.categoryTitle
{
	float: left;
	clear: right;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	width: 180px;
	background-image: url( '/assets/images/category_bg.gif' );
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-left: 5px;
}

.description
{
	padding: 5px;
	display: block;
	margin-top: 20px;
}

.seemore
{
	border-width: 0px;
	margin-top: 5px;
}

#btmGraphic
{
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	z-index: 1;
	position: absolute;
	bottom: 38px;
}
