/* CSS Document */

html, body{
    min-height:101%;
	margin-top:10px;
	padding:10px;
	background-color: #C5D9FE;
	font: 12px verdana, arial, sans-serif;
			
}

p{margin:10px 10px 10px 5px;}

a:link{color: #0000FF; text-decoration:none; font-weight:normal}
a:visited{color: #0000FF; text-decoration:none; font-weight:normal}
a:hover{color: #008000; text-decoration:none; font-weight:bold}

.myBox
{
    margin: 0 auto;
	margin-top: 0;
	margin-bottom: 10px;
    border: 0px solid #ffffff;
    color: #333;
    width: 810px;
    padding: 0;
    background-color: #ffffff;
    border: 0 solid #ffffff;
    /*
    background-image: url(back_test2.jpg);
    background-repeat: no-repeat;
    */
}

.header{
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 2px;
	margin-left: 5px;
}

#mainTable
{

border: 0px solid #C3CBD8;

}


#navlist
{
padding: 1px;
margin-left: 0px;
font: 12px verdana, sans-serif;
width: 14em;
color: #87B0FD; }

#navlist li
{
list-style: none;
margin: 0px;
border-left: 1px #87B0FD dashed;
border-bottom: 1px #87B0FD dashed;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.7em 0.6em 0.7em 0.9em;
text-decoration: none;
}

#navlist li a:link { 
color: #000;
border-left: 3px #FFF solid;
 }
#navlist li a:visited { 
color: #006; 
border-left: 3px #FFF solid;
}

#navlist li a:hover
{
font-weight:bold;
color: #000080;
background: #FFB6C1;
border-left: 3px #87B0FD solid;
}

div#copy{color: #333}
div#copy p{
	font: 0.8em verdana, sans-serif;
	font-weight:normal;
	margin: 0;
}

div#crumb{

	color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
div#crumb p{
	font: 1em verdana, sans-serif;
	font-weight:normal;
	margin: 0 0 0 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 190px;
}
hr {
  border: 0px;
  width: 100%;
  height: 2px;
  
}
h1 {
	font-size: 18px;
	margin-bottom: 2px;
	margin-left: 5px;
}


h2 {
	font-size: 16px;
	margin-bottom: 2px;
}
h3 {
	font-size: 14px;
	margin-bottom: 2px;
}
h4 {
	font-size: 14px;
	margin-bottom: 2px;
}
h5 {
	font-size: 14px;
	margin-bottom: 2px;
}

body#delux a#navdelux,
body#helium a#navhelium,
body#balloon a#navballoon,
body#contact a#navcontact,
body#about a#navabout{
color: #000080;
background: #c2d6fc;
border-left: 3px #87B0FD solid;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 3x;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.view_cart_footer{
padding:5px 0 5px 0;
}