/* @override http://flutterclutter.com/shop/shop.css */

.top {background-image: url(img7b/top.png);background-repeat:no-repeat;background-attachment:scroll;}
.left {background-image: url(img7b/left.png);background-repeat:repeat-y;background-attachment:scroll;}
.content {background-color: #39abab;background-image: url(img7b/content.jpg);background-repeat:no-repeat;background-attachment: scroll;}
.contentbox {background-color:#ffffff;padding:2;
	opacity: 1;
	border: 1px solid #000000;
}
body {

	font-size: 10px;
	}
.flashborder {border: 1px solid #000000; background-color:"#38a8a8"}
.productcell {padding:0 10 0 10; background-position: top center;}
.right {background-image:url("img7b/right.png");background-repeat:repeat-y;background-attachment:scroll;}
.bottom_nav {background-image:url("img7b/bottom_nav_blank.png");background-repeat:no-repeat;background-attachment:scroll;}

.gray1 {background-color:#999999;}
.text1 {color:#585858; font: bold 10px/16px arial}
.title1 {color: #003f3e;font: bold 15px/16px arial;
}
.text2 {color: #7f7f7f;
	font: 11px/14px arial;
}
.text3 {color:#999999;font-family:arial;font-size:13px;line-height:13px;}
.text3b {color:#585858;font-family:arial;font-size:12px;line-height:18px;} 
.text4 {color:#CCCCCC;font-family:arial;font-size:11px;line-height:15px;}
/* page a of b */

a.link1:link,a.link1:active,a.link1:visited,a.link1:hover {color: #fff;
	text-decoration: none;
	font: 11px/20px arial;
}
a.link1:hover {color: #000;
	text-decoration: none;
	font: bold 11px/20px arial;
}

a.link1b:link,a.link1b:active,a.link1b:visited,a.link1b:hover {color: #000;	text-decoration: none;font: bold 12px/18px arial;
}

.footer {color:#646464;text-decoration:none;font: normal 11px times;}
a.footerlink:link,a.footerlink:active,a.footerlink:visited,a.footerlink:hover {color:#646464;text-decoration:none;font: normal 11px times;}
a.footerlink:hover {color:#4C7A7D;}

a.link2:link,a.link2:active,a.link2:visited,a.link2:hover{color:#4C7A7D;text-decoration:none;font: normal 12px arial;padding: 2px;}
a.link2:hover {color:#aaaaaa;padding: 2px;}
a.link2b {color:navy;text-decoration:none;font :normal 12px arial;padding: 2px;}

a.link3:link,a.link3:active,a.link3:visited,a.link3:hover {color:#4C7A7D;text-decoration:none;font: bold 12px arial;}
a.link3:hover {color:#333333;}
a.link3b {color:333333;text-decoration:none;	font: bold 12px arial;}

hr {color: #fffffff; background-color: #fffffff; border: 1px dotted #999999; border-style: none none dotted; }

.pageNote {font-size:14px;color:#335e60;font-family:arial;}
.container { float: left; width: 95%; padding: 2px;text-align: left;}
h2 {font-size: 14px;font-weight: bold;padding: 3px;	padding-left: 0;text-align: left;color: #335e60;}

#shipInfo .hdr-title,#billInfo .hdr-title, #myAccount .hdr-title, #existingCustomer .hdr-title, #newCustomer .hdr-title ,#createCustomer .hdr-title , #passwordRemindCustomer .hdr-title, #productDetail .hdr-title, #checkoutOnePage .hdr-title,#checkoutConfirm .hdr-title, #checkoutComplete .hdr-title,#clientAccount .hdr-title,#vendorAccount .hdr-title{color: #6D676A;background-color:#F5E8F2;border-style:dotted;border-width: 1px 0px 1px 0px;text-align:left;padding:3px; font-size: 12px; font-weight: bold;}


#viewCart #cartItems thead tr th {color: #6D676A;background-color:#F5E8F2;border-style:dotted;border-width: 1px 0px 1px 0px;text-align:left;padding:3px;font-weight: bold;}

thead, th {color: #6D676A;background-color:#F5E8F2;border-style:dotted;border-width: 1px 0px 1px 0px;text-align:left;padding:3px;font-weight: bold;}


input[type="submit"],input[type="button"] {
	color: #6D676A;
	background-color:#D9EEF3;
	text-align:left;
	padding:3px;
	margin:3px;
	font-weight: bold;
	line-height:18px;
	font-size:10px;
	border: 1px dotted #999999;
}

input[type="submit"]:hover ,input[type="button"]:hover {background-color:#99D4DD;}


a.sublink,a.sublink:visited {color: #095858;}
a.sublink:active,a.sublink:hover {color: #cccccc;}
input {
 background-color: #F8f8f8;
}
.form-label {font-size:12px;color:#999999;}


.list {font-size:12px;color:#999999;
	padding:10px;
	margin:3px;
	}

h2 {font-size:13px;color:#999999;
}
	
.cartInfo { font-size:13px;color:#999999;
}

#joinemail {
     position:absolute;
     left: 40em; 
     top: 600px;

     }	
	 
	 
	 

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:0;
margin-bottom:0;
background-color: #000;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size:14px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.5em 1em;
background-color: #000;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #333;

}

#navcontainer ul li a:hover
{
background-color: #335e60;
color: #fff;
}	 
	 
#active
{
background-color: #335e60;
color: #fff;
}