@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bodybg.jpg) repeat-x #e5e5e5;
	font-family: Arial, sans-serif;
	font-size: 12px;

}

h1 {
	color: #ec3531;
	font-size: 200%;
	font-family: Arial, sans-serif;
	font-weight: normal;
	line-height: 25px;
}
h2 {
	color: #ec3531;
	font-size: 150%;
	font-family: Arial, sans-serif;
	font-weight: normal;
	line-height: 25px;
}

p {
	margin-top: 1em;
	line-height: 18px;
}
td
{
	line-height: 18px;
}

a 
{
	color:#ff3333;
	font-weight:bold;
	text-decoration: none;    
}
a:hover
{

	text-decoration: underline;
	color: #000000;
}

input[type="text"], textarea, select, input[type="password"] {
    border: 1px solid #999;
}

input[type="submit"]
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	height: 20px;
	font-weight: bold;
	background-image: url(/images/btn_bg.jpg);
	background-repeat: repeat-x;
	padding: 0 10px;
	border-top: 1px solid #a7a7a7;
    border-bottom: 1px solid #555555;
	border-right: 1px solid #616161;
	border-left: 1px solid #b2b2b2;
}
a.btn, a.btn:visited
{
	color: #fff;
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	height: 20px;
	font-weight: bold;
	background-image: url(/images/btn_bg.jpg);
	background-repeat: repeat-x;
	padding: 0 15px;
	border-top: 1px solid #a7a7a7;
    border-bottom: 1px solid #555555;
	border-right: 1px solid #616161;
	border-left: 1px solid #b2b2b2;
}


/* product tree list styles */

#productTreeWrapper ul {
	background: white;
}
				
		#productTreeWrapper li {
			list-style: none;
			width: 267px;
		}

				#productTreeWrapper li a {
					display: block;
					width: 246px;
					background: #fff;
					border-bottom: 1px solid #cecece;
					border-right: 1px solid #e0e0e0;
					margin-top: 1px;
					font-weight: bold;
					color:#000000;
					text-decoration: none;
					padding: 4px 0 4px 20px;
				}
				
				#productTreeWrapper li a:hover {
				color: #C8231F;
				background: #eee;
				}

				#productTreeWrapper li.Level2 a, #productTreeWrapper li.Level1.Level1Sub a  {
					background: url(../images/Level2-bg.jpg) repeat-x;
					padding: 4px 0 4px 40px;
					width: 226px;
					color: #666;
				}
				
				#productTreeWrapper li.Level2 a:hover,#productTreeWrapper li.Level1.Level1Sub a:hover {
					color: #C8231F;
				}
				
				#productTreeWrapper li.Level3 a {
                     color: #999;
                     font-weight: normal;
                     background: #f7f7f7;
                     padding: 4px 0 4px 60px;
                }

                #productTreeWrapper li.Level3 a:hover {
                    color: #C8231F;
                    background: #fff
                }


				
ul.footerColumn li a {
	color: #333333;
	text-decoration: none;
}

ul.footerColumn li a:hover {
	text-decoration: underline;
}

#copyright, #copyright a, #accessibilityLinks {
	font-size: 11px;
	color: #999999;
}

#footer a {
    font-weight: normal;
}
.list
{
	list-style-position: inside;
	list-style-type: disc;
	font-weight:bold;
}