/***************************************************************
Style Sheet for Detto.com

Copyright 2006 by Sebo Marketing, All Rights Reserved
***************************************************************/



/***************************************************************
Appearance Code
***************************************************************/

body {
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding:0px;
	min-width:760px;
	
	text-align:center;
	font-family: arial, helvetica, verdana, century gothic, sans-serif;
	font-size:80%;
	color:#000;
	
	background-color: #39683a; /*#646a8a;*/ /*8a8464*/
}

p {
	margin:0;
	padding-bottom:.8em;
}

form {
	display:inline;
}

a:link, a:visited { color:#1c509b; }
a:hover, a:active { color:#1794e2; }

h1 {
	margin-top:0;
	margin-bottom:.15em;
	font-size:130%;
	color:#1c509b;
}

h2 {
	margin-top:0;
	margin-bottom:.15em;
	font-size:110%;
	color:#1c509b;
}

h3 {
	margin-top:0;
	margin-bottom:.15em;
	font-size:100%;
	color:#1c509b;
}

img {
	border:0px;
	margin:0px;
}

.hr {
	margin:10px 0;
	border-bottom:1px solid #ddd;
}

.hr2 {
	border-bottom:1px solid #1c509b;
}



/***************************************************************
Appearance Code Applied to Layout Elements
***************************************************************/

#container {
	margin-right:auto;
	margin-left:auto;
	padding-top:1px;
	padding-left:0;
	padding-right:0;
	width:760px;

	text-align:left;
}

#content {
	padding-left:0;
	padding-right:0;
	
	width:758px;
	
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#000;
	
	background-color: #fff;
}

#columnWrapper {
	padding-bottom:8px;
}


.columnStyle1 {
	margin-left:4px;
	padding-right:0;
	padding-left:4px;
}
.columnStyle1 .columnTopLeft {
	display:none;
}
.columnStyle1 .columnTopRight {
	
}
.columnStyle1 .center {
	padding:0 6px 5px 0;
}
.columnStyle1 .columnBottomLeft {
	display:none;
}
.columnStyle1 .columnBottomRight {
	
}

.columnStyle2 {
	margin-left:0px;
	padding:0;
	background: url('images-layout/column-style-2-gradient.gif') bottom left repeat-x #f5f5f5;
}
.noSubNav .columnStyle2 {
	border-top:3px solid #444;
}
.columnStyle2 .columnTopLeft {
	display:none;
}
.columnStyle2 .columnTopRight {
	
}
.columnStyle2 .center {
	margin:0;
	padding:0 6px 1px 6px;
	
	height:100%;
	
	font-size:89%;
	background: url('images-layout/column-style-2-bg.gif') bottom left repeat-y;
}
.noSubNav .columnStyle2 .center{
	padding-top:6px;
}
.columnStyle2 .columnBottomLeft {
	background: url('images-layout/column-style-2-bottom-left.gif') bottom left no-repeat;
}
.columnStyle2 .columnBottomRight {
	
}



.columnStyle3 {
	padding:0 8px 0 3px;
}
.columnStyle3 .columnTopLeft {
	display:none;
}
.columnStyle3 .columnTopRight {
	
}
.columnStyle3 .center {
	padding:0;
	font-size:89%;
}
.columnStyle3 .columnBottomLeft {
	display:none;
}
.columnStyle3 .columnBottomRight {
	
}



/***************************************************************
Appearance and Location for MainNav and SubNav
***************************************************************/

.hasSubNav {
	/*padding-top:90px;*/
	padding-top:120px;
}
.noSubNav {
	/*padding-top:71px;*/
	padding-top:101px;
}

#mainNav {
	position:absolute;
	top:0;
	left:0;
	
	width:100%;
	height:40px;
		
	background: url('images-layout/main-nav-bg.gif') 0 22px no-repeat #000;
}
#mainNav ul {
	margin:0;
	margin-right:auto;
	margin-left:0;
	padding:0;
	
	height:37px;
	
	list-style:none;
}
#mainNav ul li {
	float:left;
	margin:0;
	padding:0px;
}
#mainNav ul li a {
	display:block;
	width:123px;
	margin:0 14px;
	padding-top:9px;
	height:28px;
	
	text-align:center;
	text-decoration:none;
	font-size:120%;
	font-weight:600;
	color:#343434;

	background: url('images-layout/main-nav-tab.gif') 50% 0 no-repeat #eee;
}
#mainNav ul #last {
	/* width:93px;*/
}
#mainNav ul li a:hover{
	text-decoration:none;
	color:#fff;
	background: url('images-layout/main-nav-tab-select.gif') 50% 0 no-repeat #000;
}
#mainNav .current:link, #mainNav .current:visited {
	color:#fff;
	text-decoration:none;
	background: url('images-layout/main-nav-tab-select.gif') 50% 0 no-repeat #000;
}
#mainNav .current:hover, #mainNav .current:active {
	color:#fff;
}



#subNav {
	position:absolute;
	top:40px;
	left:0;
	
	width:100%;
	height:27px;
	
	font-size:95%;
	
	/* border-bottom:4px double #787878; */
	background-color:#000;
}
#subNav ul {
	margin:0;
	padding:0;
	
	width:99%;
	height:21px;
	padding-top:6px;
	
	text-align:center;
	list-style:none;
	
	background: url('images-layout/sub-menu-right.gif') top right no-repeat;
}
#subNav ul li{
	display:inline;
	line-height:1.7em;
}
#subNav ul li a {
	padding:2px 15px;

	text-align:center;
	text-decoration:none;
	color:#fff;
	border-left:1px solid #787878;
}
#subNav .narrowSubnav li a { padding:0 10px; }
#subNav ul li a:hover, #subNav ul li a:active {
	text-decoration:underline;
}
/*
#subNav ul li a:hover, #subNav ul li a:active {
	color:#646a8a;
	background-color:#fff;
	text-decoration:underline;
}*/
#subNav .lastTab {
	border-right:1px solid #787878;
}
#subNav .current:link, #subNav .current:visited {
	border:1px solid #fff;
}
#subNav .current:hover, #subNav .current:active {
	
}
/*
#subNav .current:link, #subNav .current:visited {
	color:#646a8a;
	background-color:#fff;
}
#subNav .current:hover, #subNav .current:active {
	color:#646a8a;
}
*/
.noSubNav #subNav { }


#noticeBanner {
	position:absolute;
	top:67px;
	
	padding:5px 0 0 0;
	height:25px;
	width:100%;
	border-top:1px solid #787878;
	border-bottom:4px double #787878;
	background:#000;
}
#noticeBanner h1{
	width:100%;
	text-align:center;
}
#noticeBanner h1 a:link, #noticeBanner h1 a:visited {
	color:#DA2618;
}
 #noticeBanner h1 a:hover, #noticeBanner h1 a:active {
	text-decoration:none;
	color:#fff;
 }

/***************************************************************
Left Nav and Sub Left Nav Highlighting
***************************************************************/

/* Style the left nav */
.ulStyleNav {
	margin-top:0;
	margin-bottom:0;
	margin-left:3px;
	padding:3px 0 1px 0;
	list-style:none;
	width:95%;
}
.ulStyleNav li {
	padding-bottom:.25em;
}
.ulStyleNav li a {
	padding-left:15px;
	text-decoration:none;
}
.ulStyleNav li a:hover {
	background: url('images-layout/bullet-cube.gif') 0 50% no-repeat;
}

/* Set all the subnavs to off initially */
.leftNav1 ul, .leftNav2 ul, .leftNav3 ul, .leftNav4 ul, .leftNav5 ul, .leftNav6 ul, .leftNav7 ul, .leftNav8 ul { display:none; }

/* Highlight the left nav, display the subnav, and make sure that not all the subnavs are highlighted */
.slot1 .leftNav1 a, .slot2 .leftNav2 a, .slot3 .leftNav3 a, .slot4 .leftNav4 a, .slot5 .leftNav5 a, .slot6 .leftNav6 a, .slot7 .leftNav7 a, .slot8 .leftNav8 a { font-weight:600; background: url('images-layout/bullet-cube.gif') 0 3px no-repeat; }
.slot1 .leftNav1 a:hover, .slot2 .leftNav2 a:hover, .slot3 .leftNav3 a:hover, .slot4 .leftNav4 a:hover, .slot5 .leftNav5 a:hover, .slot6 .leftNav6 a:hover, .slot7 .leftNav7 a:hover, .slot8 .leftNav8 a:hover { background: url('images-layout/bullet-cube.gif') 0 3px no-repeat; }

.slot1 .leftNav1 ul, .slot2 .leftNav2 ul, .slot3 .leftNav3 ul, .slot4 .leftNav4 ul, .slot5 .leftNav5 ul, .slot6 .leftNav6 ul, .slot7 .leftNav7 ul, .slot8 .leftNav8 ul { display:block; list-style:none; margin-left:13px; padding-top:.25em; padding-left:0; font-weight:300; }

.slot1 .leftNav1 ul a, .slot2 .leftNav2 ul a, .slot3 .leftNav3 ul a, .slot4 .leftNav4 ul a, .slot5 .leftNav5 ul a, .slot6 .leftNav6 ul a, .slot7 .leftNav7 ul a, .slot8 .leftNav8 ul a { display:block; padding-left:8px; font-weight:300; background:none; }
.slot1 .leftNav1 ul a:hover, .slot2 .leftNav2 ul a:hover, .slot3 .leftNav3 ul a:hover, .slot4 .leftNav4 ul a:hover, .slot5 .leftNav5 ul a:hover, .slot6 .leftNav6 ul a:hover, .slot7 .leftNav7 ul a:hover, .slot8 .leftNav8 ul a:hover { background: url('images-layout/dash-blue.gif') 0 50% no-repeat; }

/* Highlight the selected subnav */
.slot1 .subSlot1 .leftNav1 .subLeftNav1 a, .slot1 .subSlot2 .leftNav1 .subLeftNav2 a, .slot1 .subSlot3 .leftNav1 .subLeftNav3 a, .slot1 .subSlot4 .leftNav1 .subLeftNav4 a, .slot1 .subSlot5 .leftNav1 .subLeftNav5 a, .slot1 .subSlot6 .leftNav1 .subLeftNav6 a, .slot1 .subSlot7 .leftNav1 .subLeftNav7 a, .slot1 .subSlot8 .leftNav1 .subLeftNav8 a,
.slot2 .subSlot1 .leftNav2 .subLeftNav1 a, .slot2 .subSlot2 .leftNav2 .subLeftNav2 a, .slot2 .subSlot3 .leftNav2 .subLeftNav3 a, .slot2 .subSlot4 .leftNav2 .subLeftNav4 a, .slot2 .subSlot5 .leftNav2 .subLeftNav5 a, .slot2 .subSlot6 .leftNav2 .subLeftNav6 a, .slot2 .subSlot7 .leftNav2 .subLeftNav7 a, .slot2 .subSlot8 .leftNav2 .subLeftNav8 a,
.slot3 .subSlot1 .leftNav3 .subLeftNav1 a, .slot3 .subSlot2 .leftNav3 .subLeftNav2 a, .slot3 .subSlot3 .leftNav3 .subLeftNav3 a, .slot3 .subSlot4 .leftNav3 .subLeftNav4 a, .slot3 .subSlot5 .leftNav3 .subLeftNav5 a, .slot3 .subSlot6 .leftNav3 .subLeftNav6 a, .slot3 .subSlot7 .leftNav3 .subLeftNav7 a, .slot3 .subSlot8 .leftNav3 .subLeftNav8 a,
.slot4 .subSlot1 .leftNav4 .subLeftNav1 a, .slot4 .subSlot2 .leftNav4 .subLeftNav2 a, .slot4 .subSlot3 .leftNav4 .subLeftNav3 a, .slot4 .subSlot4 .leftNav4 .subLeftNav4 a, .slot4 .subSlot5 .leftNav4 .subLeftNav5 a, .slot4 .subSlot6 .leftNav4 .subLeftNav6 a, .slot4 .subSlot7 .leftNav4 .subLeftNav7 a, .slot4 .subSlot8 .leftNav4 .subLeftNav8 a,
.slot5 .subSlot1 .leftNav5 .subLeftNav1 a, .slot5 .subSlot2 .leftNav5 .subLeftNav2 a, .slot5 .subSlot3 .leftNav5 .subLeftNav3 a, .slot5 .subSlot4 .leftNav5 .subLeftNav4 a, .slot5 .subSlot5 .leftNav5 .subLeftNav5 a, .slot5 .subSlot6 .leftNav5 .subLeftNav6 a, .slot5 .subSlot7 .leftNav5 .subLeftNav7 a, .slot5 .subSlot8 .leftNav5 .subLeftNav8 a,
.slot6 .subSlot1 .leftNav6 .subLeftNav1 a, .slot6 .subSlot2 .leftNav6 .subLeftNav2 a, .slot6 .subSlot3 .leftNav6 .subLeftNav3 a, .slot6 .subSlot4 .leftNav6 .subLeftNav4 a, .slot6 .subSlot5 .leftNav6 .subLeftNav5 a, .slot6 .subSlot6 .leftNav6 .subLeftNav6 a, .slot6 .subSlot7 .leftNav6 .subLeftNav7 a, .slot6 .subSlot8 .leftNav6 .subLeftNav8 a,
.slot7 .subSlot1 .leftNav7 .subLeftNav1 a, .slot7 .subSlot2 .leftNav7 .subLeftNav2 a, .slot7 .subSlot3 .leftNav7 .subLeftNav3 a, .slot7 .subSlot4 .leftNav7 .subLeftNav4 a, .slot7 .subSlot5 .leftNav7 .subLeftNav5 a, .slot7 .subSlot6 .leftNav7 .subLeftNav6 a, .slot7 .subSlot7 .leftNav7 .subLeftNav7 a, .slot7 .subSlot8 .leftNav7 .subLeftNav8 a, 
.slot8 .subSlot1 .leftNav8 .subLeftNav1 a, .slot8 .subSlot2 .leftNav8 .subLeftNav2 a, .slot8 .subSlot3 .leftNav8 .subLeftNav3 a, .slot8 .subSlot4 .leftNav8 .subLeftNav4 a, .slot8 .subSlot5 .leftNav8 .subLeftNav5 a, .slot8 .subSlot6 .leftNav8 .subLeftNav6 a, .slot8 .subSlot7 .leftNav8 .subLeftNav7 a, .slot8 .subSlot8 .leftNav8 .subLeftNav8 a { font-weight:600; background: url('images-layout/dash-blue.gif') 0 50% no-repeat; }

.slot1 .subSlot1 .leftNav1 .subLeftNav1 a:hover, .slot1 .subSlot2 .leftNav1 .subLeftNav2 a:hover, .slot1 .subSlot3 .leftNav1 .subLeftNav3 a:hover, .slot1 .subSlot4 .leftNav1 .subLeftNav4 a:hover, .slot1 .subSlot5 .leftNav1 .subLeftNav5 a:hover, .slot1 .subSlot6 .leftNav1 .subLeftNav6 a:hover, .slot1 .subSlot7 .leftNav1 .subLeftNav7 a:hover, .slot1 .subSlot8 .leftNav1 .subLeftNav8 a:hover,
.slot2 .subSlot1 .leftNav2 .subLeftNav1 a:hover, .slot2 .subSlot2 .leftNav2 .subLeftNav2 a:hover, .slot2 .subSlot3 .leftNav2 .subLeftNav3 a:hover, .slot2 .subSlot4 .leftNav2 .subLeftNav4 a:hover, .slot2 .subSlot5 .leftNav2 .subLeftNav5 a:hover, .slot2 .subSlot6 .leftNav2 .subLeftNav6 a:hover, .slot2 .subSlot7 .leftNav2 .subLeftNav7 a:hover, .slot2 .subSlot8 .leftNav2 .subLeftNav8 a:hover,
.slot3 .subSlot1 .leftNav3 .subLeftNav1 a:hover, .slot3 .subSlot2 .leftNav3 .subLeftNav2 a:hover, .slot3 .subSlot3 .leftNav3 .subLeftNav3 a:hover, .slot3 .subSlot4 .leftNav3 .subLeftNav4 a:hover, .slot3 .subSlot5 .leftNav3 .subLeftNav5 a:hover, .slot3 .subSlot6 .leftNav3 .subLeftNav6 a:hover, .slot3 .subSlot7 .leftNav3 .subLeftNav7 a:hover, .slot3 .subSlot8 .leftNav3 .subLeftNav8 a:hover,
.slot4 .subSlot1 .leftNav4 .subLeftNav1 a:hover, .slot4 .subSlot2 .leftNav4 .subLeftNav2 a:hover, .slot4 .subSlot3 .leftNav4 .subLeftNav3 a:hover, .slot4 .subSlot4 .leftNav4 .subLeftNav4 a:hover, .slot4 .subSlot5 .leftNav4 .subLeftNav5 a:hover, .slot4 .subSlot6 .leftNav4 .subLeftNav6 a:hover, .slot4 .subSlot7 .leftNav4 .subLeftNav7 a:hover, .slot4 .subSlot8 .leftNav4 .subLeftNav8 a:hover,
.slot5 .subSlot1 .leftNav5 .subLeftNav1 a:hover, .slot5 .subSlot2 .leftNav5 .subLeftNav2 a:hover, .slot5 .subSlot3 .leftNav5 .subLeftNav3 a:hover, .slot5 .subSlot4 .leftNav5 .subLeftNav4 a:hover, .slot5 .subSlot5 .leftNav5 .subLeftNav5 a:hover, .slot5 .subSlot6 .leftNav5 .subLeftNav6 a:hover, .slot5 .subSlot7 .leftNav5 .subLeftNav7 a:hover, .slot5 .subSlot8 .leftNav5 .subLeftNav8 a:hover,
.slot6 .subSlot1 .leftNav6 .subLeftNav1 a:hover, .slot6 .subSlot2 .leftNav6 .subLeftNav2 a:hover, .slot6 .subSlot3 .leftNav6 .subLeftNav3 a:hover, .slot6 .subSlot4 .leftNav6 .subLeftNav4 a:hover, .slot6 .subSlot5 .leftNav6 .subLeftNav5 a:hover, .slot6 .subSlot6 .leftNav6 .subLeftNav6 a:hover, .slot6 .subSlot7 .leftNav6 .subLeftNav7 a:hover, .slot6 .subSlot8 .leftNav6 .subLeftNav8 a:hover,
.slot7 .subSlot1 .leftNav7 .subLeftNav1 a:hover, .slot7 .subSlot2 .leftNav7 .subLeftNav2 a:hover, .slot7 .subSlot3 .leftNav7 .subLeftNav3 a:hover, .slot7 .subSlot4 .leftNav7 .subLeftNav4 a:hover, .slot7 .subSlot5 .leftNav7 .subLeftNav5 a:hover, .slot7 .subSlot6 .leftNav7 .subLeftNav6 a:hover, .slot7 .subSlot7 .leftNav7 .subLeftNav7 a:hover, .slot7 .subSlot8 .leftNav7 .subLeftNav8 a:hover, 
.slot8 .subSlot1 .leftNav8 .subLeftNav1 a:hover, .slot8 .subSlot2 .leftNav8 .subLeftNav2 a:hover, .slot8 .subSlot3 .leftNav8 .subLeftNav3 a:hover, .slot8 .subSlot4 .leftNav8 .subLeftNav4 a:hover, .slot8 .subSlot5 .leftNav8 .subLeftNav5 a:hover, .slot8 .subSlot6 .leftNav8 .subLeftNav6 a:hover, .slot8 .subSlot7 .leftNav8 .subLeftNav7 a:hover, .slot8 .subSlot8 .leftNav8 .subLeftNav8 a:hover { font-weight:600; background: url('images-layout/dash-blue.gif') 0 50% no-repeat; }



/***************************************************************
Default Blob Styles
***************************************************************/
.blobDefault {
	padding-left:4px;
	margin-bottom:12px;
}
.blobDefault h2 {
	margin-bottom:3px;
}

.blobImage {
	margin-bottom:12px;
}

.blobSummary {
	margin-top:1em;
	margin-bottom:12px;
}
.blobSummary .summaryColumn1 {
	width:48%;
}
.blobSummary .summaryColumn2 {
	width:48%;
}
.blobSummary .padded {
	padding-right:4px;
}



.blobStyle1 {
	margin-left:-6px;
	margin-right:-6px;
	margin-bottom:12px;
	background: url('images-layout/blob-style-2-left.gif') top left repeat-y;
}
.blobStyle1 .topLeft {
	background: url('images-layout/blob-buy1-top-left.gif') top left no-repeat #eee;
}
.blobStyle1 .topRight {
	padding-top:5px;
	height:24px;
	text-align:center;
	background: url('images-layout/blob-buy1-top-right.gif') top right no-repeat;
}
.blobStyle1 .topRight h2 { display:inline; margin:0; padding:0 3px; font-size:130%; border:1px solid #606060; background-color:#fff;}
.blobStyle1 .blobBody {
	margin-left:4px;
	background: url('images-layout/blob-style-2-right.gif') top right repeat-y;
}
.blobStyle1 .bottomLeft {
	background: url('images-layout/blob-style-2-bottom-left.gif') bottom left no-repeat;
}
.blobStyle1 .bottomRight {
	height:13px;
	font-size:1px;
	background: url('images-layout/blob-style-2-bottom-right.gif') bottom right no-repeat;
}


.blobStyle2 {
	margin-bottom:12px;
	background: url('images-layout/blob-style-2-left.gif') top left repeat-y #fff;
}
.blobStyle2 .topLeft {
	background: url('images-layout/blob-style-2-top-left.gif') top left no-repeat;
}
.blobStyle2 .topRight {
	height:22px;
	background: url('images-layout/blob-style-2-top-right.gif') top right no-repeat;
}
.blobStyle2 .topRight h2 { margin:0; padding:8px 0 0 0; font-size:120%; text-align:center; }
.blobStyle2 .blobBody {
	padding:4px 4px 0 6px;
	text-align:center;
	background: url('images-layout/blob-style-2-right.gif') top right repeat-y;
}
.blobStyle2 .bottomLeft {
	background: url('images-layout/blob-style-2-bottom-left.gif') bottom left no-repeat #fff;
}
.blobStyle2 .bottomRight {
	height:13px;
	font-size:1px;
	background: url('images-layout/blob-style-2-bottom-right.gif') bottom right no-repeat;
}


.blobStyle3 {
	margin-bottom:12px;
	padding:.5em;
	
	border-width: 1px;
	border-style:solid;
	border-color:#6c8098;
	
	background-color:#eee;
}
.blobStyle3 h2{
	text-align:center;
	/*color:#6c8098;*/
}


.blobStyle4 {
	padding:8px 0 0 2%;
	width:98%;
	background: url('images-layout/blob-style-4-bg.gif') top left no-repeat;
}


.blobBuy1 {
	margin-bottom:0px;
	background: url('images-layout/blob-buy1-left.gif') bottom left no-repeat #eee;
}
.blobBuy1 .topLeft {
	background: url('images-layout/blob-buy1-top-left.gif') top left no-repeat #eee;
}
.blobBuy1 .topRight {
	padding-top:5px;
	height:23px;
	text-align:center;
	background: url('images-layout/blob-buy1-top-right.gif') top right no-repeat;
}
.blobBuy1 .topRight h2 {
	display:inline;
	margin:0;
	padding:0 3px;
	font-size:130%;
	border:1px solid #606060;
	background-color:#fff;
}
.blobBuy1 .blobBody {
	margin:0 0 0 4px;
	padding:7px 6px 10px 5px;
	height:100%;
	background: url('images-layout/blob-buy1-right.gif') bottom right no-repeat;
}
.blobBuy1 .blobBody  p {
	
}
.blobBuy1 .blobBody table {
	margin-bottom:0px;
	margin-left:2%;
	width:94%;
}
.blobBuy1 .blobBody .buttonStyleCart1 {
	margin-left:24px;
	font-size:110%;
}
.blobBuy1 .blobBody h2 { margin:0; padding:8px 0 7px 0; text-align:center; color:#343434; }
.blobBuy1 .blobBody ul {
	margin:3px 0 4px 0;
	padding-left:30px;
}
.blobBuy1 .blobBody a{
	text-decoration:none;
}
.blobBuy1 .blobBody a:hover{
	text-decoration:underline;
}
.blobBuy1 .bottomLeft {
	display:none;
	height:23px;
	border:1px solid red;
}
.blobBuy1 .bottomRight {
	
}



.blobBuy2 {
	margin-bottom:12px;
	background: url('images-layout/blob-style-2-left.gif') top left repeat-y #fff;
}
.blobBuy2 .topLeft {
	display:none;
}
.blobBuy2 .topRight {
	
}
.blobBuy2 .blobBody {
	padding:4px 4px 0 6px;
	background: url('images-layout/blob-style-2-right.gif') top right repeat-y;
}
.blobBuy2 .blobBody h2 { margin:0; padding:8px 0 0 0; text-align:center; }
.blobBuy2 .blobBody ul {
	margin:4px 0;
	padding-left:30px;
}
.blobBuy2 .blobBody a{
	text-decoration:none;
}
.blobBuy2 .blobBody a:hover{
	text-decoration:underline;
}
.blobBuy2 .bottomLeft {
	background: url('images-layout/blob-style-2-bottom-left.gif') bottom left no-repeat #fff;
}
.blobBuy2 .bottomRight {
	height:13px;
	font-size:1px;
	background: url('images-layout/blob-style-2-bottom-right.gif') bottom right no-repeat;
}



.blobBuy3 {
	margin-bottom:0;
	border-bottom:1px solid #ccc;
	background: url('images-layout/blob-style-2-left.gif') top left repeat-y #fff;
}
.blobBuy3 .topLeft {
	display:none;
}
.blobBuy3 .topRight {
	
}
.blobBuy3 .blobBody {
	padding:4px 4px 0 6px;
	background: url('images-layout/blob-style-2-right.gif') top right repeat-y;
}
.blobBuy3 .blobBody h2 { margin:0; padding:8px 0 0 0; text-align:center; }
.blobBuy3 .blobBody a{
	text-decoration:none;
}
.blobBuy3 .blobBody a:hover{
	text-decoration:underline;
}
.blobBuy3 .bottomLeft {
	display:none;
}
.blobBuy3 .bottomRight {

}


.divStyle1 {
	clear:left;
	padding:6px;
	background: url('images-layout/gradient.gif') bottom left repeat-x;
}
.divStyle1 img{
	padding:0 6px 6px 0;
}


/***************************************************************
List Styles
***************************************************************/
.ulStyle1 {
	margin-top:3px;
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 li {
	margin:0;
	padding-bottom:2px;
	padding-left:12px;
	background: url('images-layout/bullet-arrow.gif') 0 .2em no-repeat;
}
.ulStyle1 li a {
	text-decoration:none;
}
.ulStyle1 li a:hover, .ulStyle1 li a:active {
	text-decoration:underline;
}
.ulStyle1 ul {
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 ul li {
	padding-left:10px;
	background: url('images-layout/bullet-arrow.gif') 0 .2em no-repeat;
}

.ulStyle2 {
	margin:6px 0 6px 0;
	padding-left:15px;
}
.ulStyle2 li {
	padding-left:0;
}




.ulStyleSpaced li{
	margin-bottom:.6em;
}

.olStyleSpaced li{
	margin-bottom:.6em;
}
.olStyleSpaced li p{
	padding:.6em 0 0 0;
}

.ulTutorial {
	display:inline;
	margin:0px;
	padding:0px;
	list-style:none;
}
.ulTutorial li {
	float:left;
	padding-top:1.6em;
	height:3em;
	background: url('images-layout/product-tour-blue-line.gif') 0% 50% repeat-x;
}
.ulTutorial li a, .ulTutorial li a:link, .ulTutorial li a:visited {
	padding:15px 17px;
	text-decoration:none;
	font-weight:600;
	color:#8a9fcf;
	
	background: url('images-layout/product-tour-circle-non-fill.gif') 50% 50% no-repeat;
}
.ulTutorial li a:hover, .ulTutorial li a:active {
	color:#fff;
	background: url('images-layout/product-tour-circle-fill.gif') 50% 50% no-repeat;
}
.ulTutorial .back, .ulTutorial .back:link, .ulTutorial .back:visited, .ulTutorial .back:hover, .ulTutorial .back:active {
	padding-right:20px;
	width:38px;
	background: url('images-layout/product-tour-back-arrow.gif') 0% 50% no-repeat;
}
.ulTutorial .forward, .ulTutorial .forward:link, .ulTutorial .forward:visited, .ulTutorial .forward:hover, .ulTutorial .forward:active {
	padding-left:31px;
	width:42px;
	background: url('images-layout/product-tour-forward-arrow.gif') 100% 50% no-repeat;
}
.ulTutorial .current, .ulTutorial .current:link, .ulTutorial .current:visited, .ulTutorial .current:hover, .ulTutorial .current:active {
	color:#fff;
	background: url('images-layout/product-tour-circle-solid.gif') 50% 50% no-repeat;
}

/***************************************************************
Table Styles
***************************************************************/


.comparison {
	margin:8px 5px 15px 0;
	font-size:110%;
	border-collapse:collapse;
}
.comparison th {
	padding:8px 8px 6px 12px;
	
	/*height:50px;*/
	
	text-align:center;
	font-size:110%;
	font-weight:600;
	color:#000;
	
	background: url('images-layout/table-top.gif') top left repeat-x #f3f3f3;
}
.comparison th a { color:#fff; }
.comparison th a:link, .comparison th a:visited { }
.comparison th a:hover {
	text-decoration:none;
}
.comparison .highlight {
	font-weight:600;
	color:#4fbf13;
}
.comparison td {
	padding:4px 7px 4px 8px;
	
	text-align:center;
	color:#000;
	
	border-width:1px 0;
	border-style:solid;
	border-color:#606060;
	background-color:#f3f3f3;
}
.comparison th.textLeft, .comparison td.textLeft {
	text-align:left;
}
.comparison .topLeft {
	text-align:left;
	background: url('images-layout/table-top-left.gif') top left no-repeat;
}
.comparison .topRight { 
	background: url('images-layout/table-top-right.gif') top right no-repeat;
}
.comparison .left {
	text-align:left;
	padding-left:14px;
	background: url('images-layout/table-left.gif') top left repeat-y #f3f3f3;
}
.comparison .right {
	background: url('images-layout/table-right.gif') top right repeat-y #f3f3f3;
}
.comparison .bottomLeft {
	padding-bottom:8px;
	padding-left:12px;
	text-align:left;
	border:none;
	background: url('images-layout/table-bottom-left.gif') bottom left no-repeat #f3f3f3;
}
.comparison .bottom {
	padding-bottom:8px;
	border:none;
	background: url('images-layout/table-bottom.gif') bottom left repeat-x #f3f3f3;
}
.comparison .bottomRight {
	padding-right:12px;
	padding-bottom:8px;
	border:none;
	background: url('images-layout/table-bottom-right.gif') bottom right no-repeat #f3f3f3;
}


.features {
	
}
.features th {
	background-color:#ddd;
}

.bordered {
	margin-right:6px;
}

.bordered td {
	border-width:0 0 1px 1px;
	border-style:solid;
	border-color:#6c8098;
}
.bordered td td {
	border:none;
}
.bordered .top {
	border-width:1px 0 1px 1px;
	border-style:solid;
	border-color:#6c8098;
}
.bordered .right {
	border-right:1px solid #6c8098;
}


/***************************************************************
Text Styles
***************************************************************/
.bigger {
	font-size:120%;	
}
.smaller {
	font-size:89%;
}
.price {
	font-weight:600;
	color:#065e25;
}

.alumiknox {
	font-weight:600;
	color:#b51c30;
}

.bonusText, .errorText{
	font-weight:600;
	color:#b51c30;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}
.yes {
	font-weight:600;
	color:#065e25;
}
.no {
	font-weight:600;
	color:#8f2525;
}

.alignText1 {
	text-align:center;
}

/* ------------------ Headers -----------------*/
.productName {
	font-size:150%;
	color:#4fbf13; /*#f80;*/
}
.important {
	font-size:150%;
	color:#4fbf13; /*f80;*/
}

.categoryHeader {
	margin:1.25em 0 .5em -12px;
	padding:5px 10px;
	color:#fff;
	background-color: #3c80cb;
	/*background-color:#b6c2db;*/
}

.tagline {
	font-size:130%;	
}
.tagline em {
	color:#4fbf13; /*#f80;*/
}

.trademark {
	font-size:60%;
}

/* ------------------- Links ------------------*/
.productLink:link, .productLink:visited {
	text-decoration:none;
	font-weight:600;
	font-size:120%;
	
	color:#1c509b;
}

.productLink:hover, .productLink:active {
	text-decoration:underline;
	color:#1794e2;
}



/***************************************************************
Image Classes
***************************************************************/

.buttonStyle1, .buttonStyle1:link, .buttonStyle1:visited, .buttonStyle1:active,
.buttonStyle2, .buttonStyle2:link, .buttonStyle2:visited, .buttonStyle2:active  {
	display:block;
	margin-right:3px;
	padding-top:4px;

	height:21px;
	
	color:#343434;
	text-align:center;
	text-decoration:none;
	font-weight:600;
	
}

.buttonStyle1, .buttonStyle1:link, .buttonStyle1:visited, .buttonStyle1:active {
	width:114px;
	background: url('images-layout/button-1.gif') 50% 50% no-repeat #888;
}
.buttonStyle2, .buttonStyle2:link, .buttonStyle2:visited, .buttonStyle2:active {
	width:145px;
	background: url('images-layout/button-2.gif') 50% 50% no-repeat #888;
}


.buttonStyle1:hover, .buttonStyle2:hover {
	color:#343434;
	text-decoration:underline;
}
.buttonStyle1:hover {
	background: url('images-layout/button-1.gif') 50% 50% no-repeat #888;
}
.buttonStyle2:hover {
	background: url('images-layout/button-2.gif') 50% 50% no-repeat #888;
}




.buttonStyleCart1, .buttonStyleCart1:link, .buttonStyleCart1:visited, .buttonStyleCart1:active {
	display:block;
	padding-top:4px;
	width:114px;
	height:21px;
	
	color:#343434;
	text-align:center;
	text-decoration:none;
	font-weight:600;
	background: url('images-layout/button-1.gif') 50% 50% no-repeat #888;
}

.buttonStyleCart1:hover {
	color:#343434;
	text-decoration:underline;
	background: url('images-layout/button-1.gif') 50% 50% no-repeat #888;
}



#featuredImage {
	float:left;
	margin:0 8px 8px 0;
}

.thumbnail {
	float:left;
	margin:0 8px 8px 0;
}
.thumbnail img {
	margin-bottom:12px;
}
.thumbnail p {
	display:none;
}


/***************************************************************
Miscellaneous Stuff
***************************************************************/

/*--------------- Floating --------------------*/
.clear {
	clear:both;
}

.float {
	float:left;
}
.floatOpposite {
	float:right;
}



.extraLine {
	padding-bottom:1.8em;
}
tr.extraLine td {
	padding-bottom:.75em;
}
.indentStyle1 {
	padding-left:2.5em;
}

/*--------------- Testimonial -----------------*/
.testimonial {
	margin:10px;
	padding:7px 5px 5px 7px;

	border:solid 1px #6c778d;
	
	background-color:#f0f0f5;
}



/*--------------- Site Name -------------------*/
#siteName {
	position:absolute;
	left:-999em;
}



/*--------------- Development Helps -------------------*/

.devAidBox {
	position:absolute;
	top:5px;
	left:5px;
	padding:5px;
	
	border:1px solid #4fbf13;
	
	background-color:#fff;
}
body>div.devAidBox {
	position:fixed;
}