body {
	background-color: #FFFFFF;
	color: #00467f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight: normal;
	margin: 0px 3px 0px 3px;
	text-decoration: none;
	text-align: center;
}

form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
}

input[type="image"] {
	padding: 0px 0 0px 0;
}

a, a:active, a:visited {
	color: #00467f;
	text-decoration: underline;
}

a:hover {
	color: #f79521;
}

img {
	border: none;
}

h2 {
	color: #00467F;
	font-size: 120%;
	margin: 5px 0 0 0;
	font-weight:normal;
	padding: 0 0 0 3px;
}

h2 > img {
	margin-right:8px;
}

ul {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0 0 0 0;
}

#container {
	width: 990px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: left;
}

#header-info {
	margin: 0px;
	padding: 0 0 0 0;
	width: 450px;
	float: left;
	font-size: 9px;
}

#header-top-row ul {
	margin: 0px;
	padding: 0 0 0 0;
	text-align: right;
}

#header-top-row li {
	display: inline;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 0 0;
}

#header-top-row a:link, #header-top-row a:active, #header-top-row a:hover, #header-top-row a:visited {
	font-size: 9px;
}

#header-nav-row {
	margin-top: 5px;
	height: 40px;
	padding: 0 0 0 0;
}

#insta-logo {
	display: inline;
	margin: 0px;
	width: 202px;
	height: 40px;
	float: left;
}

#header-nav-row ul {
	margin: 0px;
	text-align:center;
	padding: 0 0 0 0;
}

#header-nav-row li {
	display: inline;
	font-weight:bold;
	padding: 0 0 0 0;
}

#header-nav-row ul img {
	display: inline;
	padding: 0 0 0 0;
	margin-top:3px;
	vertical-align:bottom;
}

#hacker-logo {
	display: inline;
	margin: 0px;
	padding: 0 0 0 0;
	width: 70px;
	float: right;
}

#header-search {
	background-color: #00467f;
	padding: 3px 0 3px 0;
}

.phone {
  font-size: 21px;
  color: #FFFFFF;
  padding: 0 50px 0 10px;
  margin: 0 0 0 0;
  display: inline;
}

.insta {
  font-size: 21px;
  color: #FFFFFF;
  padding: 0 3px 0 10px;
  margin: 0 0 0 0;
  display: inline;
}

.search {
  font-size: 21px;
  color: #CBE3F2;
  padding: 0 5px 0 0;
  margin: 0 0 0 0;
  display: inline;
}

.goimage {
  display: inline;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height:23px;
  width:38px;
  vertical-align:bottom;
}

.livehelp {
  display: inline;
  padding: 0 0 0 0;
  margin: 0 0 0 175px;
  text-align: right;
  vertical-align:bottom;
}

#header-search input[type="image"] {
  padding: 3px 0 0 0;
  margin: 0 0 0 0;
}

#header-search input[type="text"] {
  padding: -2px 0 0 0;
  margin: 0 0 0 0;
}

#live-help {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

#live-help a, #live-help a:visited {
	color: #FFFFFF;
	font-size: 14px;
}

#live-help a:hover {
	color: #f79521;
}

#live-help ul {
	margin: 0px;
	padding: 0px;
	padding: 0 0 0 0;
	text-align: right;
}

#live-help li {
	display: inline;
}


/*These elements are for the detail page content section*/
#mainbody {
	border-style:none;
	border-color:#E1E3E4;
	border-width:1px;
	padding: 5px 3px 25px 3px;
	height:100%;
}

#content {
	/*margin: 0 200px 0 0;*/
	float:left;
}

.plaintext {
	font-size:110%;
	color: #000000;
}

#mainbody a:link, #mainbody a:active, #mainbody a:hover, #mainbody a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #00467f;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

#mainbody a:hover {
	text-decoration: underline;
	color: #f79521;
}

#content p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#prodheader h1 {
	width:100%;
	color: #00467F;
	font-size: 18px;
	border-bottom-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#prodheader ul {
	width:100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#prodheader li {
	display: inline;
}

#prodheader, #prodheader a:link, #prodheader a:active, #prodheader a:hover, #prodheader a:visited {
  font-size: 11px;
  font-weight: normal;
  color: #777777;
  padding: 5px 0px 8px 0px;
  text-decoration: none;
}

#prodheader a:hover {
  text-decoration: underline;
}

#productdetails {
	width:80%;
}

.breadcrumbsprodID {
	color:Black;
	font-weight: bold;
}

#productimage {
	width: 250px;
	height: 250px;
	float:left;
	border-style:solid;
	border-color:#E1E3E4;
	border-width:1px;
	background-repeat: no-repeat;
	background-position: center center;
}

#productimage img {
	border-style:none;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
}

#pricecolumn {
	margin-left: 5px;
	width:292px;
	float: left;
	font-size: 120%;
	color:Black;
	padding-left: 5px;
}

#pricecolumn p {
	margin: 0 0 0 0;
	padding: 0 15px 2px 0;
}

.regularprice {
	text-decoration: line-through;
}

#todaysprice {
	font-size: 140%;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #E8191F;
}

#shipsfree {
	color: #39B44A;
	font-size: 90%; 
}

#qualifiestoshipfree {
	color: #39B44A;
	font-size: 90%;
}

#customerreviews p {
	padding: 8px 0 5px 0;
	margin: 8px 0 5px 0;
	color: #00467F;
}

#customerreviews a:link, #customerreviews a:active, #customerreviews a:hover, #customerreviews a:visited {
  font-size: 11px;
  font-weight: normal;
  color: #00467F;
  text-decoration: underline;
}

#customerreviews a:hover {
  text-decoration: underline;
  color: #f79521;
}

.label {
	font-family: Verdana, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}

.instock {
	color:#39B44A;
	font-weight: bold;
}

#notescolumn {
	width:195px;
	margin-left: 10px;
	float:left;
}

#notescolumn h2 {
	margin:0 0 5px 0;
}

#notescolumn li {
	color:Black;
}

#otherimages {
	margin-top: 3px;
}

#otherimages img {
	margin: 1px 3px 0px 0px;
	border-style:solid;
	border-color:#E1E3E4;
	border-width:1px;
}

#productcompanions {
	margin: 10px 0px 0px 0px;
	font-size: 120%;
	color:Black;
}

#productcompanions h1 {
	color: #00467F;
	font-size: 160%;
	font-weight:normal;
	border-bottom-style: none;
	margin: 0px 0px 0px 0px;
}

#allcompanions {
	margin: 10px 0px 0px 0px;
	font-size: 120%;
	color:Black;
	padding-left: 5px;
	display: none;
}

.big24pt {
	font-size: 24px;
	color: #000000;
}

.instasavings {
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color: #E8191F;
}

#producttabbedinfo {
	margin: 20px 3px 0 5px;
	font-size: 100%;
}

#producttabbedinfo ul {
	margin: 0px;
	text-align:left;
}

#producttabbedinfo li {
	display: inline;
	text-decoration: none;
	width:105px;
	height:29px;
}

#producttabbedinfo a, #producttabbedinfo a:active {
  display: block;
  float:left;
  color: #00467f;
  text-decoration: none;
  background-image: url(/images/productDetailsx/white-tab-big.gif);
  height: 35px;
  width: 104px;
  margin: 0px 0px 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align:center;
  border-right-style:solid;
  border-right-width:1px;
  border-right-color:#c0c0c0;
}

#producttabbedinfo a:hover {
  display: block;
  float:left;
  color: #00467f;
  text-decoration: underline;
  background-image: url(/images/productDetailsx/gray-tab-big.gif);
  height: 35px;
  width: 105px;
  margin: 0px 1px 0px -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-right-style:none;
}

/*   this style is for active tabs          ---------------------*/
#producttabbedinfo ul span, #producttabbedinfo a.current, #producttabbedinfo ul a.current:hover {
  font-size:110%;
  display: block;
  float:left;
  color: #00467f;
  text-decoration: none;
  background-image: url(/images/productDetailsx/gray-tab-big.gif);
  height: 35px;
  width: 105px;
  margin: 0px 0px 0px -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align:center;
  font-weight:bold;
}

#producttabbedinfo .tabtext {
	margin:0 0 -3px 0;
	padding: 3px 0 0 0;
}

#tabbedcontent {
	margin: 0 3px 0 3px;
	width:765px;
	border:solid 1px #c0c0c0;
	border-top:solid 6px #c0c0c0;
	padding: 5px 5px 5px 5px;
}

#tabbedcontent img {
	width:auto;
	float:left;
}

#tabbedcontent #list1 {
	width:250px;
	float:left;
}

#tabbedcontent #list2 {
	width:350px;
	float:left;
	text-align:left;
}

#tabbedcontent ul {
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	color:#00467f;
}

#tabbedcontent #list1 li {
	text-decoration: none;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
}

#tabbedcontent #list2 li {
	text-decoration: none;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
}

#tabbedcontent #list2 h1 {
	font-size:100%;
	font-weight:bold;
	display:inline;
}

#prodbullets ul {
	padding:0 0 0 0;
	margin: 0 0 0 0;
}

#prodbullets li {
	padding:2px 0 0 0;
	margin: 0 0 0 0;
}

#prodnotes {
	width:100%;
	color:#00467f;
	padding-top:8px;
}

#proddescription {
	width:100%;
	color:#00467f;
	padding-top:8px;
}

#mfgdetails {
	width:100%;
	color:#00467f;
	padding-top:8px;
}

#reviews {
	width:100%;
	color:#00467f;
	padding-top:3px;
	font-size: 110%; 
}

#reviews p {
	padding:0px 0 5px 0;
}

#ratereview a {
	float:left;
}

#ratereview img {
	float:left;
	margin:0 3px 0 0;
}

#prodaccessories {
	clear:both;
	font-size: 120%;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #00467f;
	margin-top:10px;
}

#prodaccessories img {
	display:block;
	padding:5px 35px 5px 35px;
}

#accessorysection1 {
	width:100%;
}

#accessorysection1 input[type="image"] {
	padding: 3px 0 0px 0;
}

#accessorysection2 {
	width:100%;
}

#prodaccess0 {
	 width:135px;
	 float:left;
	 margin-right:10px;
}

#prodaccess1 {
	 width:135px;
	 float:left;
	 margin-right:10px;
}

#prodaccess2 {
	 width:135px;
	 float:left;
	 margin-right:10px;
}

#prodaccess3 {
	 width:135px;
	 float:left;
	 margin-right:10px;
}

#prodaccess4 {
	 width:135px;
	 float:left;
}

#prodaccess5 {
	 width:135px;
	 float:left;
	 margin-right:10px;
}

#prodaccess6 {
	 width:135px;
	 float:left;
	 margin-right:10px;
}

#prodaccess7 {
	 width:135px;
	 float:left;
	 margin-right:10px;
}

#prodaccess8 {
	 width:135px;
	 float:left;
	 margin-right:10px;
}

#prodaccess9 {
	 width:140px;
	 float:left;
}

#prodquestion {
	width:100%;
	color:#00467f;
	padding-top:8px;
}

#prodquestion input[type="image"] {
  padding: 0px 0 0 0;
  margin: 0 0 0 0;
  vertical-align:bottom;
}

#productdocumentation {
	margin: 10px 0px 0px 10px;
	font-size: 120%;
	color:#00467f;
	padding-left: 5px;
	width:750px;
}

#productdocumentation h1 {
	color: #00467F;
	font-size: 160%;
	font-weight:normal;
	border-bottom-style: none;
	margin: 0px 0px 10px 0px;
}

#productdocumentation p {
	height:35px;
}

#productdocumentation img {
}

#doc0 {
	text-align:center;
	float: left;
	width:10%;
	padding: 3px 20px 3px 3px;
}

#doc1 {
	text-align:center;
	float: left;
	padding: 3px 20px 3px 3px;
}

#doc2 {
	text-align:center;
	float: left;
	padding: 3px 20px 3px 3px;
}

#doc3 {
	text-align:center;
	float: left;
	padding: 3px 20px 3px 3px;
}

#doc4 {
	text-align:center;
	float: left;
	padding: 3px 20px 3px 3px;
}

#acrobatReader {
	font-size: 110%;
	color:Black;
}

#acrobatReader img {
	float:left;
	padding-right: 5px;
}

#peoplealsobought {
	margin: 20px 0px 0px 0px;
	font-size: 120%;
	color:Black;
	padding-left: 5px;
	width:750px;
}

#peoplealsobought h1 {
	color: #00467F;
	font-size: 160%;
	font-weight:normal;
	border-bottom-style: none;
	margin: 0px 0px 5px 0px;
}

#peoplealsobought ul {
	margin: 0px;
	padding: 0 0 0 0;
	font-weight:bold;
}

#topsellers {
	margin: 20px 0px 0px 0px;
	font-size: 120%;
	color:Black;
	padding-left: 5px;
	width:750px;
}

#topsellers h1 {
	color: #00467F;
	font-size: 160%;
	font-weight:normal;
	border-bottom-style: none;
	margin: 0px 0px 5px 0px;
}

#topsellers ul {
	margin: 0px;
	padding: 0 0 3px 0;
	font-weight:bold;
}

#topsellers li {
	margin: 0px;
	padding: 0 0 3px 0;
}

.pricelisting {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #E8191F;
}

/*COLUMN 2 STYLES ---------------------------------------------------------------*/
#column2 {
	width:190px;
	float:right;
}

#column2 h1 {
	color: #00467F;
	font-size: 140%;
	font-weight:normal;
	border-bottom-style: none;
	margin: 0px 0px 0px 3px;
	padding: 5px 0px 5px 0px;
}

#shoppingcart {
	margin-bottom: 3px;
	border-style:solid;
	border-color: #00467F;
	border-width:1px;
}

#shoppingcart p {
	margin:0 0 3px 0;
	padding: 0 0 0 8px;
	color:Black;
}

#getlivehelp {
	margin-bottom: 3px;
	border-style:solid;
	border-color: #00467F;
	border-width:1px;
	padding: 5px 0px 0px 0px;
}

#getlivehelp a:link, #getlivehelp a:active, #getlivehelp a:hover, #getlivehelp a:visited {
	font-size: 100%;
	font-weight: normal;
	color: #00467F;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
}

#getlivehelp a:hover {
	text-decoration: underline;
	color: #f79521;
}

#getlivehelp img {
	margin: 0px 0 0 0px;
	padding:0px 0px 0px 8px;
	float:left;
}

#getlivehelp p {
	margin: 3px 3px 3px 80px;
	padding:0px 0px 0px 0px;
}

.livehelpstatus {
	font-weight:bold;
	font-size:110%;
	color: #f79521;
}

#productcomparison {
	margin-bottom: 3px;
	border-style:solid;
	border-color:#00467F;
	border-width:1px;
	padding:0 2px 4px 2px;
}

#comparisonimage0 {
	float:left;
	margin-top:10px;
	height:65px;
	width:65px;
}

#comparisonimage1 {
	float:left;
	margin-top:10px;
}

#comparisonimage2 {
	float:left;
	margin-top:10px;
}

#comparisonimage3 {
	float:left;
	margin-top:10px;
}

#comparisonimage4 {
	float:left;
	margin-top:10px;
}

#productcomparison p {
	margin:0 0px 0px 6px;
	text-align:left;
	padding:0 0px 0px 0;
	float:left;
}

#comparisonproductlist0 {
	font-size: 120%;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #E8191F;
	margin-top:10px;
	margin-left:68px;
	min-height:70px;
}

#comparisonproductlist1 {
	font-size: 120%;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #E8191F;
	margin-top:10px;
	margin-left:68px;
	min-height:70px;
}

#comparisonproductlist2 {
	font-size: 120%;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #E8191F;
	margin-top:10px;
	margin-left:68px;
	min-height:70px;
}

#comparisonproductlist3 {
	font-size: 120%;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #E8191F;
	margin-top:10px;
	margin-left:68px;
	min-height:70px;
}

#comparisonproductlist4 {
	font-size: 120%;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #E8191F;
	margin-top:10px;
	margin-left:68px;
	min-height:70px;
}

#productcomparison input {
	margin:3px 3px 3px 0px;
	text-align:left;
	display:block;
}

#productcomparison input[type="image"] {
	padding: 3px 0 0px 0;
	display:block;
}

#towerad {
	margin-bottom: 3px;
	border-style:solid;
	border-color:#00467F;
	border-width:1px;
	text-align:center;
	padding: 3px 0 3px 0;
}

