/*
the underscore margin hack (_margin-bottom:-10px;) was causing a problem on the product detail page
in IE6 that resulted in the text overlaying the product image. I removed the property from this rule
to resolve the problem. If you need to change the presentation of the starburst box, let me know and 
I'll help you get the results you need.

-Michael Wong

*/
div.starburstBox {
	margin-bottom: 10px;
	height: 226px;
	width: 226px;
}
.starburstRight {
	position: relative;
	top: -226px;
	left: 73px;
}
.starburstLeft {
	position: relative;
	top: -230px;
	left: -35px;
}
body#razr4MSN {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
}
body#razr4MSN * {
	margin: 0;
	padding: 0;
}
body#razr4MSN div#container {
	margin: 0 auto;
	padding-top: 10px;
	width: 800px;
	text-align: left;
}
div#offerContainer {
	width: 100%;
	margin: 0 auto;
	float: left;
	border: 1px solid green;
}
table#searchTB {
	width: 100%;
	height: 29px;
	border-bottom: 2px solid white;
	background-color: #000;
} 
table#searchTB td#cnLeft {
	background:url(/img/landing/MSN041607/gw_serchCn_l.gif) top right no-repeat #000;
}
table#searchTB td#searchIt {
	color: #fff;
	font-size: 11px;
	text-align: right;
}
input#searchInput {
	margin-bottom: 6px;
	height: 16px;
}
input#btnGo {
	margin: 3px 2px 2px 5px;
}
table#searchTB td#cnRight {
	background:url(/img/landing/MSN041607/gw_serchCn_r.gif) top right no-repeat #000;
}
div#contentArea {
	width: 100%;
	padding-bottom: 15px;
	background:url(/img/landing/MSN041607/gw_bannerAd.jpg) 8px 10px no-repeat #6e1414;	
}
div#contentArea img#bannerAd {
	margin: 10px 8px;
	width: 784px;
}
div.holder {
	width: 100%;
	height: 150px;
}
div#countDownTimer {
	position: relative;
	top: 20px;
	left: 500px;
	width: 259px;
	height: 111px;
	color: #fff;	
	text-align: center;
	float: left;
	padding-top: 20px;
	background:url(/img/landing/MSN041607/gw_bg_timer.jpg) top left no-repeat;	
}
div#countDownTimer span#showtime {
	font-size: 40px;
}
div#countDownTimer span.timeTitle {
	font-size: 18px;
}
div#contentArea div.offerBox {
	margin: 5px 5px 5px 8px;
	width: 385px;
	height: 212px;
	float: left;
	text-align: center;
	background:url(/img/landing/MSN041607/gw_bg_offerBox_l.gif) top left no-repeat #fff;	
}
div.offerBox div.rightCorner {
	margin: 5px;
	width: 385px;
	height: 212px;
	float: left;
	background:url(/img/landing/MSN041607/gw_bg_offerBox_r.gif) top right no-repeat;	
}
table.offerTB {
	width: 365px;
	position: relative;
	top: 10px;
	left: 10px;
}
div.phoneImg {
	position: relative;
	top: 10px;
	left: 10px;
	width: 171px;
	float:left;
}
div.contentOffer {
	position: relative;
	top: 10px;
	left: 15px;
	width: 180px;
	float:left;
}
h2 {
	font-size: 30px;
}
p.chooseColor {
	font-size: 10px;
}
div#contentArea div.familyBox {
	margin-top: 6px;
	margin-left: 8px;
	width: 782;
	height: 224px;
	float: left;
	background:url(/img/landing/MSN041607/gw_bg_familyBox_l.gif) top left no-repeat #fff;	
}
div.familyBox div.fbRightCorner {
	margin: 0;
	width: 782px;
	height: 224px;
	float: left;
	background:url(/img/landing/MSN041607/gw_bg_familyBox_r.gif) top right no-repeat;	
}
table#familyTB {
	width: 100%;
}
div.FAQbox {
	width: 98%;
	margin-top: 15px;
	padding: 0 15px;
	color: #fff;
	font-size: 12px;
	float: left;
}
div.FAQbox div#faqContent {
	width: 100%;
	color: #fff;
	padding-top: 10px;
	margin-left: 35px;
}
div#faqContent ol,
div#faqContent ol li {
	padding-top: 3px;
	margin-left: 15px;
}
div#faqContent ul li {
	list-style-type: disc
}
div#disclaimer {
	padding: 15px;
	font-size: 10px;
	color: #fff;
}