﻿/* ---------------------------------- =Base Styles ------------------------------*/

* { margin: 0; padding: 0; }

body
{
	
}
	
h5 {
	margin-top: 40px;
	margin-bottom: 0;
}

/* ---------------------------------- =Forms -----------------------------------*/







body #LeftColumn {
	width: 800px;

}
.panel-rebate-list {
	float:left;
	width:300px;
	margin-right: 20px;
	color: #1a1a1a;
}
#rebate .panel-rebate-list ol.rebate-list {
	padding:0; margin:0;
}
.panel-rebate-list ol.rebate-list li {
		list-style-type:none;
		width: 300px;
		background: url('/Images/interface/rebate-list-panel.png') bottom left no-repeat;
		padding: 0 0 1px 0;
	
		margin: 0;
		
}
.panel-rebate-list ol.rebate-list li span.heading {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 10px 10px 0px;
	background: url('/Images/interface/rebate-list-panel.png') top left no-repeat;
}
.panel-rebate-list ol.rebate-list li span.heading span.number {
	float:left;
	width: 34px;
	height: 34px;
	text-indent: -999px;
	margin-right: 10px;
	overflow:hidden;
	background: url('/Images/interface/rebate-list-numbers.png') top left no-repeat;
}
.panel-rebate-list ol.rebate-list li span.heading span.n1 {
	background-position: 0 0;
}
.panel-rebate-list ol.rebate-list li span.heading span.n2 {
	background-position: 0 -34px;
}
.panel-rebate-list ol.rebate-list li span.heading span.n3 {
	background-position: 0 -68px;
}
#rebate .panel-rebate-list ol.rebate-list li p {
	font-size: 12px;
	margin: 0 10px 10px 54px;
	padding:0;
	color: #1a1a1a;
	
}

#rebate .panel-rebate-list p {
	font-size: 12px;
	margin-left: 3px;
	
}
#rebate .panel-rebate-list ol.rebate-list li p.note {
	font-size: 10px;
	line-height: 1.5em;
	margin-left: 10px;
}
#rebate .panel-rebate-list ol.rebate-list li p.note img {
	float:left;
	margin-right: 10px;
	margin-top: 8px;
}



span.error
{
/*	float: left;
	display:block;
	margin: 0 0 0 5px;

	width:200px;
	padding-bottom: 4px;
	background: url("../interface/bubble.png") bottom left no-repeat;
	margin-left:150px;
	font-weight: bold;
	color: #000;
*/	
	float: right;
	
	

	width: auto;
	font-weight: bold;
	color: #fff;
	

	
	padding-top:20px;
	padding-bottom:5px;
	line-height:14px;
	background: url("../Images/interface/bubble.gif") top right no-repeat;
}
	.left span.error {
		background: url("../Images/interface/bubble2.gif") top left no-repeat;
		float:left;
		margin-left:77px;
	}
	
span.error span.error2 {
	background: url('../Images/interface/bubble.gif') bottom left no-repeat;
	padding:8px 0px 4px 6px;
	margin-right: 6px;	
	text-align:right;	
	line-height:14px;
}
	.left span.error span.error2 {
		background: url('../Images/interface/bubble2.gif') bottom right no-repeat;
		margin-left: 6px;
		margin-right: 0;
		padding:8px 6px 4px 0px;
	}
	

.bubble-row {
	width: 355px;
	clear:both;
	float:left;
}





		form, button
		{
			border: 0;
			margin: 0;
			padding: 0;
		}
		.spacer
		{
			clear: both;
			height: 1px;
		}
		/* ----------- My Form ----------- */
		.myform input,
		.myform label
		{		
		padding-left:0;
		padding-right:0;
		}
		/* ----------- stylized ----------- */#rebate
		{
		font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 135%;
			color: #000;
		
		}
		
		#rebate p
		{
			font-size: 11px;
			color: #555555;
			padding-bottom: 10px;
		}
		#rebate hr {
			margin: 10px 20px 0;
			border-top: 1px solid #6b6b6b;
			border-left:none;
			border-bottom: 1px solid #ffffff;
			border-right: none;
			height: 0px;
			background: #ffffff;
			clear:both;
			display:block;
			overflow:hidden;
		}
		#rebate label
		{
			display: block;
			font-weight: bold;
			clear:both;
			text-align: right;
			width: 140px;
			float: left;
			margin-top:12px;
		}
			/* #rebate label span
			{
				color: #666666;
				display: block;
				font-size: 11px;
				font-weight: normal;
				text-align: right;
				width: 140px;
				background: #eef4f8;
			} */
			
			#rebate ul {
		
				margin-left: 15px;
				
				}
					#rebate ol {
					margin-left: 30px;
					}
		#rebate ul li ,
		#rebate ol li {
			margin-bottom:.75em;
		}
		#rebate h4.list-heading {
			padding-left:20px;
			margin-top:12px;
			margin-right:10px;
			border-bottom: 1px solid #888888;
			padding-bottom:3px;
		}
		#rebate input, #rebate select
		{
			float: left;
			font-size: 12px;
			padding: 4px 2px;
			border: solid 1px #86aec6;
			width: 194px;
			background: #fcfdfe;
			margin: 10px 0 2px 10px;
		}
		#rebate label.chk
		{
			display: block;
			padding-left: 15px;
			text-indent: -15px;
			float:none;
			margin-top: 10px;
			text-align: left;
			width: auto;
			background: none;
		}
		
		#rebate label.chk input	{
			float:none;
			width: 13px;
			height: 13px;
			padding: 0;
			margin:0;
			vertical-align: bottom;
			position: relative;
			top: -1px;
			border:none;
			background: transparent;
		    *overflow: hidden;
		}
				
		#rebate .chk-box {
			padding-left: 30px;
			
		}
	
				
		#rebate label.chk-0
		{
			
			margin-top: 0px;
			text-align: left;
			clear:none;
			float:none;
			font-weight:normal;
			width: auto;
			background: none;
		}
		#rebate select#txtState
		{
			margin-right: 100px;
		}
		#rebate .opt-in {
		clear:both;
		width: 340px;
		margin: 0 auto;
		padding: 10px;
		
		}
		#rebate .opt-in input{
			width: auto;
			padding: 4px 2px;
			border:none;
			background: transparent;
			margin: 3px 6px;
		}
		#rebate .submit
		{
			cursor: pointer;
			clear: both;
			margin-left: 150px;
			margin-bottom: 20px;
			background: url("/Images/interface/form-btn.gif") repeat-x;
			border: 1px solid #666666;
			text-align: center;
			line-height: 31px;
			color: #000000;
			font-size: 13px;
			font-weight: bold;
		}
	ul.numbered {
		list-style-type:decimal;
	}
