/**css shared between all. placement and colors that are the same*/
@import url("user/user.css");
body {
	background: white;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size:.8em;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	/*font-size: 140%;
	font-weight: bold;*/
	margin: 0px;
	/*padding: 10px 0 0px 0;*/
}

h2 {
	/*font-size: 120%;
	font-weight: bold;*/
	margin: 0;
	/*padding: 10px 0 10px 0;*/
}

h3 {
	/*font-size: 100%;
	font-weight: bold;*/
	margin: 0;
	/*padding: 5px 0;*/
}

h3.nopad {
	/*font-size: 100%;
	font-weight: bold;*/
	margin: 0;
	/*padding: 10px 0 0 0;*/
}
h4{
	/*font-size: 100%;
	font-weight: bold;*/
	margin: 0;
	/*padding: 5px 0;*/
}
h5 {
	/*font-size: 100%;
	font-weight: bold;*/
	margin: 0;
	/*padding: 5px 0;*/
}
h6 {
	/*font-size: 100%;
	font-weight: bold;*/
	margin: 0;
	/*padding: 5px 0;*/
}
pre {
	/*font-size: 100%;
	font-weight: bold;*/
	margin: 0;
	/*padding: 5px 0;*/
}
img {
	border: 0;
}

input.plain {
	font-size: 12px;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

select, input {
	font-size: 12px;
}

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	/*width: 100%;*/
}
 tr, td, th {
	padding: 0;
	vertical-align: top;

}

.clear {
	clear: both;
}

#body {
text-align:center;
}

#site-container{
 width:1000px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
}
#logo{
 float:left;
 /*padding-top:10px;*/
}
#search-container {
 float:right;
 padding-top:10px;
 
}
#sitelinks{
 clear:right;
  float:right;
 padding-top:10px;
}


#sitelinks a {
	display: block;
		height:25px;
	padding:7px 10px 0px 23px;
	font-size:85%;
	text-decoration:none;
	color:black;
	text-transform:uppercase;
}
#sitelinks1{
 clear:right;
  float:right;

}


#sitelinks1 a {
	display: block;
		height:25px;
	padding:7px 10px 0px 23px;
	font-size:85%;
	text-decoration:none;
	color:black;
	text-transform:uppercase;
}
#subSite a {
	display: block;
		height:25px;
	padding:7px 10px 0px 23px;
	font-size:85%;
	text-decoration:none;
	color:black;
	text-transform:uppercase;
}



#nav-top{
clear:both;
height:29px;
position:relative;
top:10px;
background:url(img/nav-bg.gif) top left repeat-x;
}

ul#uisTopMenu{
	padding: 0;
	margin: 0;
	list-style: none;
	width:930px;
}
ul#uisTopMenu a {
	display: block;
	padding:7px 10px 0px 10px;
	font-weight:bold;
	font-size:85%;
	text-decoration:none;
	color:black;
	text-transform:uppercase;
}

ul#uisTopMenu li {
	float: left;
	height:29px;
	background:url(img/nav-line.gif) top right no-repeat;
}
#nav-2{
clear:both;
height:30px;
position:relative;
top:10px;
}


#nav-2 a {
  display:block;
	float:left;
	padding:5px 10px;
	font-size:85%;
	text-decoration:underline;
	color:black;
	text-transform:uppercase;
}

#main-site{
 clear:both;
 position:relative;
 border:1px solid #4FA600;
/* z-index:-6;*/
}

#left-col, #content{
padding:10px;
}
#left-col {
	background-color:#E1E1E1;
	border-right:1px solid #4FA600;
	width:180px;
}
#bottom-logo{
   float:left;
	 position:relative;
	 left:79px;
	 top:-8px;
	 z-index:6;
	 width:250px;
}
/*#footer{
 clear:both;
 width:930px;
 margin-top:10px;
}*/
#site-credits{
 margin-top:10px;
 color:#444;
}
/*#footer-nav a:hover{
  text-decoration:none;
}*/
#editor-content
{
	width:774px;
	min-height: 300px;
	height: auto !important;	/* min-height fix for IE */
	height: 300px;	
}

/*
SHOPPING CART CSS
*/
.disc
{
	font-family: Arial,Script,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #000000;
}
.success
{
	font-family: Arial,Script,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #2C9449;
	background-color: #DCF4D0;
	text-align: center;
	font-weight: bold;
}
.error
{
	font-family: Arial,Script,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #FF6600;
	background-color: #FFE4D2;
	text-align: center;
	font-weight: bold;
}
li a
{
	text-decoration: none;
	color: #222245;
}

.padding
{
	padding: 7px;
}


.heading
{
	font-family: Arial,Script,sans-serif,Garamond,Times New Roman;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	/*line-height: 20px;*/
}
.bor_base
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.prtable
{
	background-image: url(images/tbl_bg.gif);
	/*width:auto;*/
	
}

.prdboxdet
{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9b9b9b;
	border-left-color: #9b9b9b;
	width:250px;
}

.prod
{
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9b9b9b;
	border-left-color: #9b9b9b;
}
.quantity
{
	font-family: Arial,Script,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #333333;
	text-align: center;
}

.price
{
	font-family: Arial,Script,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}

.quantity input
{
	font-family: verdana, arial;
	font-size: 10pt;
	color: #333333;
	border: 1px solid #666666;
}
.heading1
{
	font-family: Arial,Script,sans-serif,Garamond,Times New Roman;
	font-size: 14px;
	color: #2c9449;
	font-weight: bold;
	text-align: center;
	/*line-height: 20px;*/
}

.catnav ul
{
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}

.catnav li
{
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}
.catnav li li
{
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	list-style: none;
}


.strikeouttext
{
	font-family: Arial,Script,sans-serif,Garamond,Times New Roman;
	color: #222245;
	font-weight: normal;
	text-decoration: line-through;
}

.cart
{
	font-family: Arial,Script,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #222245;
}

.cart a
{
	font-family: Arial,Script,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #222245;
	text-decoration: none;
}

.cart a:hover
{
	font-family: Arial,Script,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #222245;
	text-decoration: underline;
}

.leftnavheading
{
	font-family: Arial,Script,sans-serif,Garamond,Times New Roman;
	font-size: 13px;
	color: #3E8E02;
	text-decoration: none;
}

.cartheading
{
	font-family: Arial,Script,sans-serif,Garamond,Times New Roman;
	font-size: 14px;
	color: #222245;
	font-weight: bold;
	text-decoration: none;
}

.cartheading a
{
	font-family: Arial,Script,sans-serif,Garamond,Times New Roman;
	font-size: 14px;
	color: #222245;
	font-weight: bold;
	text-decoration: none;
}

.cartheading a:hover
{
	font-family: Arial,Script,sans-serif,Garamond,Times New Roman;
	font-size: 14px;
	color: #222245;
	font-weight: bold;
	text-decoration: underline;
}
.catnav ul
{
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}

.catnav li
{
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}
.catnav li li
{
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	list-style: none;
}

/*beginning of formatting for new checkout page*/
.newbutton
{
	background:#A6C480 none repeat scroll 0 0;
    border:1px solid #3E8E02;
    color:#000000;
    cursor:pointer;
    padding:2px;
}
.newbutton:hover
{
	background:#009900 none repeat scroll 0 0;
border:1px solid #3E8E02;
color:#FFFFFF;
padding:2px;
}
.outer-container
{
	background-color: #d9d9d9;
	padding: 3px;
	/*width: 680px;*/
}
.inner-container
{
	background-color: #fff;
	padding: 3px;
	
}

h4.section-header
{
	/*color: #c1952d;*/
	font-size: 120%;
	margin: 1px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}
.number
{
	margin: 0px 10px 2px 9px;
}
.checkout
{
	width: 100%;
}
.checkout th
{
	border-bottom: 3px solid #c1952d;
	text-align: left;
}
.checkout td
{
	font-size: 10pt;
}
.note
{
	font-style: italic;
	font-size: 80%;
}

th.note
{
	font-style: italic;
	font-size: 80%;
}

.newTextHeading
{
	color: #222245;
}

.newText
{
	color: #222245;
}

.newText a
{
	color: #c1952d;
	text-decoration: underline;
}

.newText a:hover
{
	color: #c1952d;
	text-decoration: none;
}

.newCartheading
{
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

.newCartheading a
{
	color: #3E8E02;
	text-decoration: underline;
}

td.newCartheading a
{
	color: #3E8E02;
	text-decoration: underline;
}


.newCartheading a:hover
{
	text-decoration: none;
}

td.newCartheading a:hover
{
	text-decoration: none;
}


.newCart
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 12px;
	color: #000000;
}

.newCart a
{
	color: #3E8E02;
	text-decoration: underline;
}

td.newCart a
{
	color: #3E8E02;
	text-decoration: underline;
}

.newCart a:hover
{
	color: #3E8E02;
	text-decoration: none;
}

td.newCart a:hover
{
	color: #3E8E02;
	text-decoration: none;
}


.bgcommon
{
	width:100%;
}

.prdboxdet  table, tr, td, th 
{
		/*width:auto;*/
		border: 2px;
}
table.prtable 
{
	padding:4px;
	margin:4px;
}

.searchTitle
{
	background: #d9d9d9;
	font-weight: bold;
}
td.searchTitle
{
	padding: 3px 0px 0px 3px;
}

.searchResult
{
	color: #222245;
}
.searchKey
{
	color: #72b234;
	background: #d9d9d9;
	font-weight: bold;
}
.tableHeader
{
	background: #d9d9d9;
	
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.Answers
{
	width:40%;
}

.commentheading
{
    background:#8cbb59;
    color:#ffffff;
    font-weight:bold;
    font-size:13px;
    font-family:Tahoma;
    padding-bottom:5px;
    padding-top:5px;
    padding-left:5px;
}
.subheading
{
    padding-bottom:5px;
    padding-top:5px;
    background:#d9d9d9;
    color:#11212c;
    font-family:Tahoma;
    font-size:14px;
    padding-left:5px;
    
}
.commenttext
{
    padding-bottom:5px;
    padding-top:5px;
    color:#11212c;
    font-size:12px;
    padding-left:10px;
    padding-right:5px;
    
}
#footer {
clear:both;
font-size:80%;
height:22px;
padding:7px 0 0;
text-align:center;
}
#cartlist td{padding:3px 0px;}