
/* ----- ID'S ----- */
#containerb {
	width:888px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#containerb #leftCol {
	float:left;
	width:505px;
	margin-left: 18px;
}
#containerb #intro { width:467px;}
#containerb #leftCol #dealBox { width:467px; margin-top:20px;}
#containerb #leftCol #dealBox .top { width:467px; height:12px; background:url(../images/largeBoxBgTop.gif) 0 0 no-repeat; font-size:0;}
#containerb #leftCol #dealBox .bottom { width:467px; height:12px; background:url(../images/largeBoxBgBottom.gif) 0 0 no-repeat;}
#containerb #leftCol #dealBox .body { width:467px; background:url(../images/largeBoxBgBody.gif) 0 0 repeat-y; position:relative;}
#containerb #leftCol #dealBox .body .padding { padding:0 10px;}
#containerb #leftCol #dealBox .body .offer { position:absolute; bottom:0; right:-27px;}
#containerb #leftCol #dealBox .body .title { font:1.8em Arial, Helvetica, sans-serif; text-transform:uppercase; color:#95969a; font-weight:bold; padding-bottom:5px;}
#containerb #leftCol #dealBox .body .image { float:left; width:77px; margin-right:10px;}
#containerb #leftCol #dealBox .body .content { width:350px; float:left; padding-top:10px;}
#containerb #leftCol #dealBox .body .content .phoneTitle { color:#ed1b7e; text-transform:uppercase; font-weight:bold; font-size:1.4em; margin-bottom:8px;}
#containerb #leftCol #dealBox #dealList { list-style:none; padding:0; margin:0 0 10px 0;}
#containerb #leftCol #dealBox #dealList li { margin:0; color:#939598; padding:0 11px; background:url(../images/plusIcon.gif) 0 6px no-repeat;}
#containerb #leftCol #dealBox .timerText { color:#95969a; font-weight:bold; text-transform:uppercase; font-size:1.3em; padding-bottom:10px;}
#containerb #leftCol #dealBox .grabBtn { border:none; padding-bottom:15px;}

#containerb #rightCol { float:right; width:345px;}
#containerb #rightCol .padding { padding:15px 0;}
#containerb #rightCol .box { width:340px; margin-bottom:20px;}
#containerb #rightCol .box .top { width:340px; height:10px; background:url(../images/smallBoxBgTop.gif) 0 0 no-repeat; font-size:0;}
#containerb #rightCol .box .bottom { width:340px; height:10px; background:url(../images/smallBoxBgBottom.gif) 0 0 no-repeat;}
#containerb #rightCol .box .body { width:340px; background:url(../images/smallBoxBgBody.gif) 0 0 repeat-y; position:relative;}
#containerb #rightCol .box .body .padding { padding:0 10px;}
#containerb #rightCol .box .body .titleRight { font:1.3em Arial, Helvetica, sans-serif; color:#ed1b7b; font-weight:bold; padding:0 0 2px 105px;}
#containerb #rightCol .box .body .image { position:absolute; top:-20px; left:5px;}
#containerb #rightCol .box .body .smallText { font-size:0.9em; padding:0 0 0 105px; color:#95969a; text-transform:uppercase; font-weight:bold;}
#containerb #rightCol .box .body .price { font:1.6em Arial, Helvetica, sans-serif; text-transform:uppercase; color:#95969a; font-weight:bold; padding:0 0 0 105px;}
#containerb #rightCol .offerTitle { font:1.3em Arial, Helvetica, sans-serif; color:#ed1b7b; font-weight:bold;}
#containerb #rightCol #offerList { padding:0 0 0 18px; margin:10px 0 10px 0;}
#containerb #rightCol #offerList li {
	margin:0;
	color:#939598;
	list-style-type: disc;
}
#containerb #rightCol .detailsBtn { border:none; padding-bottom:20px;}
#containerb #rightCol .box .body .title { font:1.3em Arial, Helvetica, sans-serif; color:#ed1b7b; font-weight:bold; padding-bottom:5px;}
#containerb #rightCol .box .body p { padding:0 0 12px 0; margin:0; font-size:0.9em;}


/* ----- CLASSES ----- */
.clear { clear:both; }
.pink { color:#ed257a; font-weight:bold;}
.floatRight { float:right; margin-top:10px;}
