/*
======================================================================
 Glidden: Current promo site style CSS.
======================================================================
*/

#my_pageContent {
	height: 540px;
	background: url( '../../../img/promo/current-promo/promo-bg.jpg' ) top left no-repeat;
}

#my_row1 {
	height: 215px;
	overflow: hidden;
}

#my_row1Inside {
	padding-top: 400px;
}

#my_row2 {
}

#my_row2Inside {
	padding: 0 80px 0 330px;
}

#my_row2 h2 {
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: bold;
	color: rgb( 106, 104, 104 );
}

#my_row2 p {
	padding-bottom: 15px;
	color: rgb( 106, 104, 104 );
	line-height: 20px;
}

#my_row3 {
}

#my_row3Inside {
	padding: 0 80px 0 330px;
}

#my_row3 h2 {
	padding-bottom: 3px;
	font-size: 18px;
	font-weight: normal;
	color: rgb( 40, 43, 43 );
	border-bottom: solid 1px rgb( 40, 43, 43 );
}


.my_btn {
	display: block;
	float: left;
}

.my_btn .my_btn_left {
	display: block;
	padding-left: 10px;
	background: url( '../../../img/promo/current-promo/btn_left.png' ) top left no-repeat;
}

.my_btn .my_btn_right {
	display: block;
	padding-right: 18px;
	background: url( '../../../img/promo/current-promo/btn_right.png' ) top right no-repeat;
}

.my_btn .my_btn_center {
	display: block;
	height: 34px;
	background: url( '../../../img/promo/current-promo/btn_center.png' ) top left repeat-x;
}

.my_btn a:link,
.my_btn a:visited,
.my_btn a:active,
.my_btn a:hover {
	display: block;
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
	color: rgb( 40, 43, 43 );
	text-decoration: none;
	white-space: nowrap;
}

.my_or {
	display: block;
	float: left;
	padding: 5px 6px 0 0;
	font-size: 13px;
	color: rgb( 40, 43, 43 );
}

#my_pageContent .multiple-rebate-content {
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 20px;
	width: 880px;
	height: 255px;
	background: url( '../../../img/promo/current-promo/bgd_rebateBlock.jpg' ) top left no-repeat;
}

div#my_middleContent a:link, div#my_middleContent a:visited, div#my_middleContent a:active, div#my_middleContent a:hover {
    
}

#my_pageContent .multiple-rebate-content a:link,
#my_pageContent .multiple-rebate-content a:visited,
#my_pageContent .multiple-rebate-content a:active,
#my_pageContent .multiple-rebate-content a:hover {
	color: #67546E;
}

#my_pageContent .multiple-rebate-content h2 {
	font-size: 23px;
	padding-bottom: 0px;
	padding-top: 10px;
	margin: 0px;
	color: #666666;
	font-weight: normal;
}

#my_pageContent .multiple-rebate-content h3 {
	font-size: 18px;
	line-height: 20px;
	padding-top: 10px;
	margin: 0px;
	color: #666666;
	font-weight: normal;
}

#my_pageContent .multiple-rebate-content ul.arrowBullets {
	list-style: none outside none;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 0;
}
#my_pageContent .multiple-rebate-content ul.arrowBullets li {
    background: url("../../../img/media/arrow.png") no-repeat scroll 10px 3px transparent;
    margin: 3px 0 4px;
    padding-left: 25px;
}

#my_pageContent .multiple-rebate-content ul.arrowBullets li.noBullet {
	background: none;
}
#my_pageContent .multiple-rebate-content p.rebateDetailsLink {
	font-weight: bold;
}
#my_pageContent .multiple-rebate-content p.rebateDetailsLink a {
	font-size: 14px;
}

