#lp_top{
	background-image:url(/common_2010/img/product-lp/landing-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:960px;
	min-height:447px;
}
#lp_top_left{
	margin-left:45px;
	margin-top:60px;
	width:410px;
	_width:275px;
	_margin-left:0px;
}
	
#lp_top_left h1{
	border:none;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#06C;
	font-size:50px;
	_margin-left:30px;
}
#lp_top_left h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#555;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	margin:0;
	_margin-left:30px;
}
#lp_top_left p {
	padding-top:10px;
	color:#444;
	font-size:12px;
	margin:0;
	_margin-left:30px;
}
p.small{
	font-size:9px;
	color:#888;
}
#lp_intro p {
	color:#444;
	font-size:12px;
	margin-left:5px;
	_margin-left:30px;
}
#lp_intro p.small{
	font-size:9px;
	color:#888;
}

#lp_top_left super{
	font-weight:normal;
}
#sidebar_box {
  width: 340px;
  height:auto;
  background: url(/common_2010/img/product-lp/cta-bottom.gif) no-repeat bottom left;
  margin-top:40px;
  border:none;
  _width:270px;
  _margin-left:20px;
  }
#sidebar_box h3 {
  margin: 0;
  padding: 5px 8px 3px 10px;
  font-size: 12px;
  font-weight:bold;
  color: #888;
  border-bottom: 1px solid #ccc;
  background: url(/common_2010/img/product-lp/cta-top.gif) no-repeat top left;
  }


#sidebar_box p{
	padding-top:20px;
	padding-left:10px;
	padding-bottom:20px;
}

a.download {
	margin-top:10px;
	background: url(/common_2010/img/product-lp/download-button.gif) no-repeat 0 0;
	width: 158px;
	height: 28px;
	display: block;
	text-indent: -9999px;
}
a.download:hover{background-position: 0 -28px; }


#right_top{
	margin-top:20px;
        
}

#grey-container{
	background-color:#FFF;
	margin:0px 5px 0px 0px;
	
}

.threebox-container{
	margin-left:10px;
	margin-right:10px;
	background: #fff;
	border: #ccc solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
.threebox{
	width:286px;
	margin-left:7px;
	margin-top:20px;
	_margin-left:0;
}
.threebox p{
	color:#666;	
}
.threebox ul li{
	list-style-type: none;
	padding-bottom: 2px;

	/*bottom spacing between menu items*/
}

.threebox ul li a{
	color: #0066cc;
	background: url(/common_2010/img/product-lp/double-arrow.gif) no-repeat center right; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
}

.threebox ul li a:visited{
color: #0066cc;
}

.threebox ul li a:hover{ /*hover state CSS*/
color: #f60;
background-color: #F3F3F3;
}

.callout-wrapper{
	background-image:url(/common_2010/img/product-lp/callout-wrapper-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:25px;
	width:960px;
	height:189px;
}

.callout-left{
	margin-left:10px;
	margin-top:20px;

}

.callout-left h3{
	color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:bold;
}
.callout-left h4{
	color:#444;
	font-size:12px;
	font-weight:bold;
}

.callout-right h3{
	color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:bold;
}
.callout-right h4{
	color:#333;
	font-size:12px;
	font-weight:bold;
}
a.learn-more{
	margin-top:10px;
	background: url(/common_2010/img/product-lp/learn-more-button.gif) no-repeat 0 0;
	width: 102px;
	height: 20px;
	display: block;
	text-indent: -9999px;
}
a.learn-more:hover { background-position: 0 -20px; }

/*jquery rounded corners */
a.rounded, .button {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */ 
  margin-left:10px;
}
.button {
  color: #fff;
  background-color: #ee7711;
  padding: 5px 7px;
 
}
.button:hover {
  background-color: #ff7601;
  color:#fff;
 
} 
.section-title{
	font-family:"Lucida Grande","Lucida Sans Unicode", Arial,Verdana,sans-serif;
	font-size:16px;
	color:#000;
	margin-left:0px;
}


.more-info{
background:transparent url(/common_2010/img/product-lp/double-arrow.gif) no-repeat scroll 100% 7px;
display:block;
float:left;
padding:0 15px 0 0;}

ul.tabs {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		height: 32px;
		border-bottom: 1px solid #999;
		width: 100%;
		background:none;
	}
	ul.tabs li {
		float: left;
		margin-right:3px;
		margin-bottom: -1px;
		margin-left: 0px;
		padding: 0;
		height: 31px;
		line-height: 31px;
		border: 1px solid #999;
		overflow: hidden;
		position: relative;
		background-image:url(/common_2010/img/shell/tab_on.jpg);
		background-position:center top;
		background-repeat:repeat-x;
	}
	ul.tabs li a {
		text-decoration: none;
		color: #444;
		display: block;
		font-size: 1.2em;
		padding: 0 17px;
		border: 1px solid #fff;
		outline: none;
	}
	ul.tabs li a:hover {
		background: #efefef;
	}
	html ul.tabs li.active, html ul.tabs li.active a:hover {
		background: #fff;
		border-bottom: 1px solid #fff;
	}
	.container {
		/*background-image:url(/common_2010/img/shell/grey-sliver.gif);*/
		background-position:top;
		margin-top:15px;
		margin-left:5px;
	}
	.tab_container {
		margin-bottom:20px;
		padding-bottom:20px;
		min-height:500px;
		border: 1px solid #999;
		border-top: none;
		clear: both;
		float: left;
		width: 100%;
		background: #fff;
		-moz-border-radius-bottomright: 5px;
		-khtml-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-khtml-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
	}
	.tab_content {
		padding: 20px;
		font-size: 1.2em;
		position:relative;
		font-size:12px;
	}
	.tab_content img {
		float: left;
		margin: 0 5px 5px 0;
		padding: 2px;
	}
	.tab_content table{
		margin-bottom:10px;
	}
	.tab_content h1 {
		font-weight: normal;
		padding-bottom: 10px;
		border-bottom: 1px dashed #ddd;
		font-size: 18px;
	}
	.tab_content h2 {
		font-weight: normal;
		margin: 10px 0 10px 2px;
		font-size: 1.3em;
	}
	.tab_content h3 {
		font-size: 14px;
		font-weight: bold;
		margin:15px 0 5px 10px;
	}
	.tab_content h4 {
		font-size: 12px;
		margin:15px 0 10px 5px;
		color:#444;
	}
	.tab_content dt {
		font-size: 12px;
		margin:15px 0 10px 0;
	}
	.tab_content p {
		font-size: 1em;
		line-height:180%;
	}
	.tab_content ul {
		font-size: 1em;
		line-height:180%;
		margin:15px 0 10px 10px;
	}
	.tab_content ul li {
		padding-bottom:8px;
		line-height:1.4em;
		list-style-type:none;
		list-style-image:url(../img/bg-alt-li.gif);
		padding-left:5px;
		font-size:1em;
	}
	.tab_content ul.nobullet li {
		list-style-image:none;
		clear:both;
	}
	#spinner { width:100%; }
	
	/*Buying Guide Tab Styles*/

#buylist {
	width:840px;
	margin:10px 0px;
}

#buylist dl {
	width:840px;
	margin:0 auto;
	padding:5px;
	overflow:hidden;
	background:#fff;
}
#buylist dt {
	font-size:13px;
	font-weight:bold;
	margin-bottom:2px;
}
#buylist dd {
	overflow:auto;
	margin-bottom:30px;

}
#buylist dt strong {
	float:right;
	padding:0 0 0 20px;
}
#buylist dd p {
	overflow:hidden;
	padding-left:10px;
	margin:5px 0px 0px 0px;
	line-height:1.4em;
}
#buylist dd h3 {
	overflow:hidden;
	padding-left:10px;
	margin:0 0 0 0;
	padding-top:2px;
	font-size:11px;
	line-height:18px;
}
#buylist dd img {
	float:left;
	margin:5px 0 10px 0;

}
* html #deflist dd {
	height:1%
}/* 3px jog*/
	
	dl.table-display
{
	float: left;
	width: 850px;
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.table-display dt
{
	clear: left;
	float: left;
	width: 175px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #ccc;
	font-weight: normal;
}

.table-display dd
{
	float: left;
	width: 655px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #ccc;
}

.table-display p{
margin:0px;
padding:0px;
line-height:1.4em;
}
