
/* SC: see adminstyles.css - use those classes with mods for our site */
 

/* Form box properties */

/*
Input {
	border-width: 1px;
	border-color: #003366;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #003366;
	background-color: #E7EAEF;
}
Input.noborder {
	border-width: 1px;
	border-color: #003366;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #003366;
	background-color: #FFFFFF;
}
Input.darkborder {
	border-width: 2px;
	border-color: #003366;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color : #003366;
	background-color: #E7EAEF;
}
Textarea {
	border-width: 1px;
	border-color: #003366;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #003366;
	background-color: #E7EAEF;
}
Select {
	font-size: 11px;
	border-width: 1px;
	border-color: #003366;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #003366;
	background-color: #E7EAEF;
}
*/

.prodid {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Horizontal rule properties */

HR {
 color: #d78e45;
 background-color:#d78e45;
 /* yellow:
 color: #F7E78C;
 background-color: #F7E78C;
 */
 height:1px;
 border:0;
 margin:0;
 padding:0;
}

TABLE {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
}

TABLE.cobtbl{
	/*background-color: #95A7CF;*/
}
TD.cobhl{
 font-size:12px;
 color:#B86D36;
 /*background-color: #F6EDB7;*/
}
TD.cobll{
 font-size:12px;
 /*background-color: #FFFFFF;*/
}
.advsrch {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #865c32;
}

.products {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Can't use relative size here because of browser differences - some apply the percent to the parent style and some aren't. */
	font-size:  12px;
	color: #865c32;
}

/* not used now
.prodoptions {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #865c32;
}
*/

.detaildescription, .proddescription {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:  11px;
 color: #865c32
}
/* This is the store breadcrumb */
.prodnavigation {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:  12px;
  color: #865c32;
 /* callout color:color: #d78e45;*/
}

/* For categories page if desired:*/
/* The classes explained
P.catname: The alignment of the category name
P.catdesc: The alignment of the category description
IMG.catimage: The properties of the category image
TD.catimage: The alignment of the category image
TD.catname: The alignment of the category name
TD:catnavigation: The alignment of the top category navigation
P.navdesc: The properties of the text "View all products in all categories".
*/
P.catname {
text-align: left;
margin-top: 0px;
margin-bottom: 0px;
vertical-align:top;
}
P.catdesc {
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
}
IMG.catimage {
border:1px;
border-thickness: 1px;
border-color: #000;
border-style: solid;
vertical-align:top;
}
TD.catimage {
vertical-align:top;
}

TD.catname {
vertical-align:top;
text-align: left;
}
// styles for navigation add-on product:
.nav {
	color: #d78e45;
	font-size:10px;
}

/* Breadcrumb colors: */
TD.catnavigation, P.catnavigation, TD.prodnavigation, P.prodnavigation{
vertical-align:middle;
text-align: left;
color: #d78e45;
font-weight: bold;
}

TD.catnavigation a:link, TD.prodnavigation a:link {
	font-weight: bold;
	color: #d78e45;
	text-decoration: none;
}

TD.catnavigation a:visited, TD.prodnavigation a:visited {
	font-weight: bold;
	color: #d78e45;
	text-decoration: none;
}

TD.catnavigation a:active, TD.prodnavigation a:active{
	font-weight: bold;
	color: #d78e45;
	text-decoration: none;
}

TD.catnavigation a:hover, TD.prodnavigation a:hover {
   font-weight: bold;
   text-decoration: underline;
}
.navdesc {
 color: #865c32;
}

/* Page Numbers with Nxt, Previous */
TD.pagenums, P.pagenums{
text-align:center;
color: #d78e45;
font-weight: normal;
}

TD.pagenums a:link{
	font-weight: bold;
	color: #d78e45;
	text-decoration: none;
}

TD.pagenums a:visited {
	font-weight: bold;
	color: #d78e45;
	text-decoration: none;
}

TD.pagenums a:active{
	font-weight: bold;
	color: #d78e45;
	text-decoration: none;
}

TD.pagenums a:hover {
   font-weight: bold;
   text-decoration: underline;
}
