html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
 /*End Reset*/
 /*html, body {
	height:100%;
 }
 .wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -4em;
 }*/
 
 body {
	color:#000;
	font-family:arial,"sans serif";
	font-size:10pt;
	line-height:13pt;
 }
 a,.link {
	color:#485dc6;
	text-decoration:none;
	cursor:pointer;
 }
 a:hover,.link:hover{
	color:#102fc7;
 }
 
 .center {
	margin:0 auto;
	width:960px;
 }
 #header {
	height:60px;
	border-bottom:1px solid #D7D6D5;
	float:left;
	width:100%;
 }
	#header h1 {
		float:left;
		height:51px;
		width:200px;
		margin-top:10px;
		text-indent:-9999px;
		background:transparent url(images/logo_sm.png) no-repeat top left;
	}
		#header h1 a {
			display:block;
			height:51px;
			width:200px;
		}
	
 #nav-top { display:none; }
 
 #nav-main {
	float:right;
	margin:19px 0 0 0;
	width:420px;
 }
	#nav-main.login { width:530px; }
	#nav-main li {
		display:block;
		float:left;
		height:42px;
		margin:0px 8px;
		padding:0px;
		min-width:45px;
		text-align:center;
	}
	#nav-main li.current {
		background:transparent url(images/nav-arrow.gif) no-repeat center bottom;
	}
		#nav-main li a {
			color:#333;
			font-size:9pt;
			line-height:20px;
			border-bottom:1px dotted #aaa;
			text-transform:uppercase;
			font-weight:bold;
		}
		#nav-main li.current a { border-style:solid; }
		#nav-main li a:hover, #nav-main li.current a {
			color:#102fc7;
		}

#content {
	background:transparent url(images/bg-content.gif) repeat-x top left;
	padding:25px 0 24px 0;
	float:left;
	width:100%;
}

.home #banner {
	height:500px;
	padding:0px 20px;
	z-index:0 !important;
	background:#1c3791 url(images/blue-gradient.png) repeat-x top left;
}
	.home #banner .sb-inner { background:#1c3791 url(images/blue-gradient-no-border.png) repeat-x top left; }
	.home #banner .sb-border { background:#000; }
	
#home-title {
	float:left;
	width:590px;
	color:#fff;
	padding:9px 0 0 10px;
	font-size:11pt;
}
#home-title h3 {
	font-size:16pt;
	line-height:20pt;
	padding:25px 0 15px 0;
}

#slider {
	float:left;
	width:525px;
	overflow:hidden;
	position:relative;
}
	#slider .left { float:left; }
	#slider .right { float:right; }
	a#slideright {
		display:block;
		float:left;
		background:transparent url(images/arrow.png) no-repeat center right;
		width:25px;
		height:270px;
		left:0px;
		border:0;
	}
	a#slideleft {
		display:block;
		float:left;
		background:transparent url(images/arrow.png) no-repeat center left;
		width:25px;
		height:270px;
		left:0;
		border:0;
	}
#flash-box {
	display:block;
	height:186px;
	margin:45px 20px 0 0px;
	padding:0px;
	color:#fff;
	font-size:12pt;
	line-height:14pt;
	z-index:0;
}
	#flash-box .right {
		width:220px;
		font-size:11pt;
		padding-top:5px;
		padding-right:20px;
	}
	#flash-box .flash-box-img {
		float:left;
		width:234px;
		height:175px;
		padding:0px 30px 0 0;
		background:transparent url(images/white-box.png) no-repeat top center;
	}
	#flash-box .flash-box-img img {
		padding-top:10px;
		float:right;
	}
	#flash-box ul {
		margin:0;
		width:1665px;
		overflow:hidden;
	}
		#flash-box ul li{
			float:left;
			width:530px;
			margin-right:25px
		}
.buttons {
	float:left;
	padding-top:25px;
	padding-left:17px;
	font-size:8pt;
}
	.buttons li {
		margin-right:40px;
		padding:4px 0;
		float:left;
		color:black;
		text-align:center;
		font-weight:bold;
		width:110px;
		height:20px;
		background:transparent url(images/gray-button.png) no-repeat top left;
	}
	.buttons li:hover, .buttons li.highlight {
		background:transparent url(images/white-button.png) no-repeat top left;
	}
	
#widget {
	width:320px;
	height:250px;
	z-index:9999;
	float:left;
}
h4.down-arrow {
	font-size:16pt;
	line-height:20pt;
	margin-bottom:11px;
	width:255px;
	padding:35px 0 35px 65px;
	color:#fff;
	background:transparent url(images/down-arrow.png) no-repeat bottom center;
}

#show-instructions{ 
	cursor:pointer;
	border:0;
}
	.home #show-instructions{ 
		display:block;
		width:261px;
		height:78px;
		text-align:left;
		left:43px;
		text-indent:-9999px;
		background:transparent url(images/add.png) no-repeat center center;
	}
#show-addon-instructions { display:none; }
.instructions {
	position:absolute !important;
	display:none;
	top:300px;
	left:500px;
	padding:10px;
	width:300px;
	height:300px;
	color:black;
}	
	.small-heading {
		font-size:90%;
		margin:10px 0 10px 0;
	}
	.ie { padding:0px 10px 0px 10px; }
	.instructions h4 {
		font-size:120%;
		font-weight:bold;
		border-bottom:1px solid black;
	}
	.instructions h5 {
		font-size:100%;
		font-weight:bold;
		border-bottom:1px solid black;
	}
	.ie h4, .ie h5 {
		margin-top:10px;
	}
	.instructions , .instructions  .sb-inner { background:white; }
	.instructions .sb-shadow { background:#000; }
	.instructions.sb-border { background:#ccc; }
	.instructions .close {
		position:absolute;
		top:0;
		right:0;
		font-size:75%;
		margin-right:15px;
		cursor:pointer;
	}
	
.one,.two,.three {
	float:left;
	padding:0 25px;
	min-height:150px;
	width:268px;
}
.content-extra {
	margin:30px 0px 0 0px;
	float:left;
	overflow:hidden;
	width:960px;
	z-index:0;
	background:#fff;
}
	.extra {
		float:left;
		display:block;
		width:260px;
		height:255px;
		/*margin:0 40px 0 25px;*/
		margin-left:25px;
		text-align:center;
		color:#333;
		}
	.mid-extra {
		border-left:1px dotted #ccc;border-right:1px dotted #ccc;padding-left:40px;padding-right:40px;margin-left:15px;margin-right:15px;
	}
		.box {
			float:left;
			display:block;
			width:244px;
			height:235px;
			margin:0 100px 0 0;
			padding:2px 4px;
			text-align:center;
			cursor:pointer;
		}
		.box, .box .sb-inner { background:white; }
		.box .sb-shadow { background:#000; }
		.box .sb-border { background:#ccc; }
			.box h4 {
				margin-top:5px;
				margin-bottom:5px;
				padding:10px;
				font-weight:bold;
				text-align:center;
				font-size:12pt;
			}
			.box p {
				padding:0px 15px;
				text-align:left;
				font-size:9pt;
				line-height:12pt;
			}	
			.box p.img {
				padding:0;
				text-align:center;
				height:100px;
			}

.subpage #content  {
	padding-top:20px;
}
.subpage  #content .center {
	width:960px;
}
.subpage #content .left {
	float:left;
	width:750px;
	display:inline;
	position:relative;
	padding:35px 0px;
	background:transparent url(images/bg-col.gif) no-repeat top right;
}
.subpage #content .right {
	float:right;
	margin:0 20px 0 20px;
	padding-top:35px;
	font-size:80%;
}

.subpage #banner {
	height:50px;
	background:#1b3ab5 url(images/header-blue-gradient.png) repeat-x top left;
	padding:0px;
}
	#banner .sb-inner { background:#1b3ab5 url(images/header-blue-gradient.png) repeat-x top left; }
	#banner .sb-border { background:#000; }
	
.subpage #banner  h2 {
	color:white;
	font-size:12pt;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	font-style:italic;
	padding:0;margin:0;
}

.subpage #content h3 {
	font-size:13pt;
	color:#1C3791;
	font-weight:bold;
}	
	.subpage #content .left ul h4 {
				font-size:13pt;
				color:#1c3791;
				font-weight:bold;
				margin:0 0 10px 0;padding:0;
			}
	.subpage #content .left ul {
		padding:0px 40px;
	}
	.subpage #content .left  ul  li { 
				margin-bottom:25px;
				min-height:100px;
				padding-left:130px;
			}
		.subpage #content .left ul  li.cash{
			background:transparent url(images/piggy-bank.png) no-repeat center left;
		}
		.subpage #content .left  ul  li.widget{
			background:transparent url(images/laptop-silhouette.png) no-repeat center left;
		}
		.subpage #content .left  ul  li.luck{
			background:transparent url(images/dice.png) no-repeat center left;
		}
		.subpage #content .left  ul  li.customer-service{
			background:transparent url(images/businessman.png) no-repeat center left;
		}
		.subpage #content .left  ul  li.customer-service-support{
			background:transparent url(images/businessman.png) no-repeat center left;
			height:200px;
		}
		.subpage #content .left  ul  li.money{
			background:transparent url(images/money.png) no-repeat center left;
		}
		.subpage #content .left  ul  li.shopping-cart{
			background:transparent url(images/shopping-cart-2.png) no-repeat center left;
		}
.subpage #content .right ul.supported-sites  {
	padding:10px 20px;
}					
.subpage #content .right .supported-sites li{
	margin:7px 0;
}
.subpage #content .right .supported-sites a{
	text-decoration:none;
}

.seller #content .left {
	width:600px;
}
	.seller  #content .left ul  li { 
		margin-bottom:25px;
		min-height:100px;
		padding-left:100px;
	}
.seller #content .right {
	width:275px;
	margin-top:35px;
	padding:10px 10px 10px 20px;
	background:#eee url(images/sidebar_rpt.gif) repeat top left;
}
	.seller #content .right .sb-inner{
		background:#efefef url(images/sidebar_rpt.gif) repeat top left;
	}
	.seller #content .right .sb-border{
		background:#B1B1B1;
	}
	.seller #content .right div.logo {
		height:63px;
		padding:0px 0px 5px 0px;
		background:transparent url(images/bslogo_sm.gif) repeat-y top left;
	}
	.seller #content .right ul li{
		margin:5px 0px;
	}
	.seller #content .right input.submit{
		display:block;
		margin:0 auto;
	}

.faq #content .left {
	width:325px;
	padding-left:20px;
}
.faq #content .right {
	width:550px;
	padding-left:25px;
}
.faq #content a {
	font-weight:bold;
	color:#1C3791;
	text-decoration:none;
}
.faq #content a:hover {
	text-decoration:underline;
}
.faq #content ol { list-style:decimal outside; }
.faq .left ol { 
	width:300px;
	padding-left:30px;
	min-height:400px;
}
.faq .left li { margin:7px 0; }
.faq .right li { margin-bottom:25px;font-size:10pt; }

.smaller { font-size:9pt; }
#pnl_WarrantyInfo { text-align:left;padding:20px; }
#pnl_WarrantyInfo table { margin:10px 0px; }
	#pnl_WarrantyInfo caption { 
	    color:black;
	    text-align:left;
	}
	#pnl_WarrantyInfo tr { color:#555; }
		#pnl_WarrantyInfo tr:hover { color:#000; }
		#pnl_WarrantyInfo .selected {
		    background-color:#bfddfb;
		    color:#000;
		}
		
		#pnl_WarrantyInfo .selected td{
		    font-weight:bold !important;
		}
	#pnl_WarrantyInfo th, #pnl_WarrantyInfo td{
		padding:2px 3px;
		max-width:50px;
		font-size:9pt;
		text-align:center;
		vertical-align:middle;
	}
	#pnl_WarrantyInfo th {
		color:#000;
		text-align:center;
		font-weight:bold;
		border-bottom:1px solid #ccc;
		font-size:11pt;
		background-color:#f0efed;
		border-right:1px dotted #c3c2bf;
		padding:10px;
	}
	#pnl_WarrantyInfo td {
	    font-size:9pt;
		border-right:4px solid #c3c2bf;
	    padding:6px 8px;
		border-bottom:1px solid #ccc;
	}
#modal-wrapper {
	display:none;
	position:absolute;
	top:-600px;
	left:150px;
	height:400px;
	color:black;
	font-size:90%;
	width:700px;
	background-color:white;
	padding:30px 0 0 0;
}
	#modal-wrapper, #modal-wrapper   .sb-inner { background:white; }
	#modal-wrapper  .sb-shadow { background:#000; }
	#modal-wrapper .sb-border { background:#white; }
#service-agreement, #widget-html {
	height:350px;
	margin:20px 10px 0px 20px;
	padding-right:20px;
	background:transparent;
}
	#show-service-agreement { cursor:pointer;text-decoration:underline;color:blue; }
	#service-agreement h5 {
		font-size:100%;
		font-weight:bold;
		border-bottom:1px solid black;
		margin-bottom:10px;
	}
	#service-agreement ol { list-style:decimal outside; }
		#service-agreement ol.upper-alpha{ list-style:upper-alpha; }
	#service-agreement ol li ol{ list-style:lower-alpha outside;margin-left:2em; }
	
	#modal-wrapper   .close {
		position:absolute;
		top:5px;
		right:0px;
		font-size:80%;
		margin-right:15px;
		cursor:pointer;
		border:1px solid #ccc;
		background:white;
		padding:0px 4px;
		z-index:9999 !important;
	}

#content .main-content {
	margin:20px;
}
	#content .main-content h3 {
		margin-bottom:1em;
	}
	#content .main-content ul {
		margin:1em 2em;
	}
	#content .main-content ul li {
		list-style-type:disc;
	}
	
#footer {
	background:transparent url(images/bg-footer.gif) repeat-x top left;
	border-top:1px solid #D7D6D5;
	clear:both;
	height:50px;
}
	#subnav {
		text-transform:uppercase;
		padding:12px 0 0 25px;
		font-size:11px;
		float:left;
	}
	#subnav a {
		border-left:1px solid #DCDCDC;
		color:#333;
		display:block;
		float:left;
		overflow:hidden;
		padding:4px 14px;
		border-bottom:0;
	}
	#subnav a:hover { color:#102fc7; }
	#copyright {
		color:#706D6B;
		display:inline;
		float:right;
		padding:16px 25px 0 0;
		font-size:11px;
	}
	
div#BuyShield *{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}div#BuyShield ol,div#BuyShield ul{list-style:none;}div#BuyShield table{border-collapse:separate;border-spacing:0;}div#BuyShield caption,div#BuyShield th,div#BuyShield td{text-align:left;font-weight:normal;}div#BuyShield blockquote:before,div#BuyShield blockquote:after,div#BuyShield q:before,div#BuyShield q:after{content:"";}div#BuyShield blockquote,div#BuyShield q{quotes:"" "";}div#BuyShield p{color:#fff;}div#BuyShield input{color:#000;margin-top:3px;font-size:12px;}div#BuyShield ul#bsresults{display:none;cursor:pointer;}div#BuyShield ul#bsresults li.selcat{background-color:green;font-weight:bolder;}

#BuyShieldGetQuote:hover,#BuyShieldPurchase:hover {
background:#fff url(images/gray-button-hover.png) repeat-x top left;
}
	
/* Login Page */
.block
{
	display:block;
	padding: 20px 20px 20px 20px;
}

div#loginPane {
	display:block;
	float:left;
	width:300px;
}

div#emailPane {
	display:block;
	padding:0 0 0 20px;
}

div#emailPane p {
	color:Red;
	font-style:italic;
	font-size:14px;
}

.inputEmail {
	width:200px;
}

#resultMessage, .resultMessage
{
	color:Red;
	font-style:italic;
	font-size:14px;
}

div#buyerSettingsLeft
{
	display:block;
	float:left;
	width:500px;
}

div#buyerSettingsRight
{
	display:block;
	padding:0 0 0 20px;
}

div#buyerSettingsRight p {
	color:red;
	font-style:italic;
	font-size:14px;
}

div#cancelation
{
	display:block;
	clear:both;
	padding:25px 0 0 0;
}

.cancelationGrid
{
	border:solid 1px #C0C0C0;
}

.cancelationGrid th
{
	border:solid 1px #C0C0C0;
	background-color:#E6E8FA;
	padding: 5px 5px 5px 5px;
}

.cancelationGrid td
{
	border:solid 1px #C0C0C0;
	color:Black;
	padding: 5px 5px 5px 5px;
}

.user_info td,.warranty_info td {
	padding:5px;
}
.user_info input {
	width:200px;
}