/* ---- GENERIC (COMMON FOR ALL TEMPLATES AND SKINS) --- */
/* ----       overwrite where appropriate            --- */

/* ---- LAYOUT --- */

/* wrapper div (alignment) */
#wrapper {
	position:relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:975px;
}

/* generic classes */
body {
	margin-left:0px;
	margin-top:20px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#ffffff;
}
body, td, p, input, select, div {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:17px;
	color:#5f6062;
}
a {
	color:#ec008c;
	text-decoration:none;
}
a:hover {
	color:#000000;
	/*text-decoration:underline;*/
}
input, select {
	font-family:Arial,Helvetica,sans-serif;
	color:#000000;
}

ul {
	padding-left:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:18px;
	margin-top: 5px;
	list-style-type: square;
}
ul li {
	padding-top:0px;
	padding-bottom:0px;
	padding-left: 2px;
	list-style-type: square;
}

hr {
	border-top : 1px dotted #cccccc;
	border-bottom : 1px solid transparent;
	border-left : 1px solid transparent;
	border-right : 1px solid transparent;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	color:#000000;
}
h1, h2, h3, h4, h5, h6 {
	margin-top:0px;
}
h1 {
	font-size: 21px;
	line-height: 24px;
	margin-bottom:0.8em;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom:0.8em;
	color:#ec008c;
}
h3  {
	font-size: 14px;
	line-height: 18px;
	margin-bottom:0.4em;
}
h4 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom:0em;
}
h5  {
	font-size: 12px;
	line-height: 16px;
	color:#666666;
	background-color:#ffffff;
	padding:10px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	margin-bottom:1em;
}
h6 {
	font-size: 11px;
	line-height: 16px;
	text-transform:uppercase;
	margin-bottom:0em;
}
p {
	margin-top:0px;
	margin-bottom:0.8em;
}

.layout {
	width:100%;
	margin-bottom:20px;
}
#logo {
	margin-bottom:5px;
}
.banner {
	margin-left:5px;
	margin-bottom:5px;
}
.footer {
	width:100%;
}
.footerlogo, .footerlogo a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:21px;
	color:#aaacaf;
	text-align:right;
	text-decoration:none;
	padding-top:25px;
}
.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#aaacaf;
	text-align:right;
	text-transform:uppercase;
	padding-top:5px;
	white-space:nowrap;
}
.footertext a {
	color:#000000;
}
.footerlogo {
	text-align:right;
}
.footerlogo a:hover, footertext a:hover {
	color:#000000;
	text-decoration:none;
}


/* ---- CONTENT --- */

/* level 1 pages have larger type */
.contenttable,  .contenttable td, .contenttable p, .contenttable input, .contenttable select, .contenttable div {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:17px;
}
.contenttablesub,  .contenttablesub td, .contenttablesub p, .contenttablesub input, .contenttablesub select, .contenttablesub div {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:14px;
}
.contentmaincol {
	width:776px;
	border:1px solid #5f6062;
	padding-left:22px;
	padding-right:0px;
	padding-top:32px;
	padding-bottom:32px;
	margin-left:5px;
	vertical-align:top;
}
#leftcol {
	vertical-align:top;
	width:170px;
	border-bottom:1px solid #5f6062;
	background-image:url(leftcol.gif);
	background-repeat:repeat-y;
}
.maincolunique {
	vertical-align:top;
	width:100%;
	padding-right:40px;
}
.maincolsplit {
	vertical-align:top;
	width:355px;
	padding-right:20px;
}
.rightcol {
	vertical-align:top;
	width:355px;
	padding-right:20px;
}


/* ---- NAVIGATION --- */

/* horizontal navigation */
.navbar {
	margin-left:5px;
	margin-bottom:5px;
	background-color:#d3d4d6;
}
.navbuttons td {
	padding:0px;
	width:90px;
	border-right:1px solid #ffffff;
	text-align:center;
}
.navbutton, .navbuttonon {
	vertical-align:middle;
}

.navlinks, .navlinkson {
	font-weight: bold;
	font-size:11px;
	display: block;
	text-decoration:none;
	/*text-transform:uppercase;*/
	height:100%;
	padding-top:14px;
	padding-bottom:14px;
	color:#5f6062;
}
.navlinkson {
	background-color:#5f6062;
	color:#ffffff;
}

/* left navigation */
/* no level 1 in left nav for this site */
.navleft {
	width:100%;
	margin-top:12px;
	margin-left:5px;
	margin-right:5px;
}
.navleft2, .navleft2current {
	font-size:10px;
	font-weight:bold;
	/*text-transform:uppercase;*/
	line-height:12px;
	color:#5f6062;
	display:block;
	padding-top:4px;
	padding-bottom:4px;
}
.navleft2current {
	color:#ec008c;
}	
.navleft3, .navleft3current {
	font-size:11px;
	line-height:12px;
	color:#5f6062;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
}
.navleft3current {
	font-weight:bold;
	color:#ec008c;
}	


/* tertiary (bottom) nav */
#tertiarynav {
	color:#aaacaf;
	font-size:10px;
	white-space:nowrap;
}
#tertiarynav a {
	font-size:11px;
	color:#5f6062;
}
#tertiarynav a:hover {
	color:#ec008c;
}


/* catalog */
.productList {
	padding:0px;
	margin:0px;
}
.productList a, .productList td a, .prodcell a {
	color:#5f6062;
	font-weight:bold;
}
.WelcomeMwssage {
	display:none;
}







/* ---- GOOGLE SEARCH --- */

/* override Google Search classes */

/* search control */
.gsc-search-button {
	background-color:#888888;
	color:#ffffff;
	padding:0em;
	margin:0em;
	width:auto;
  	border-width:0px;
}
form.gsc-search-box {
  font-size:inherit;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  margin-left:0px;
  width:100%;
  background-color:transparent;
  padding:0px;
  border:0px solid #dedede;
}
table.gsc-search-box {
  border-style:none;
  border-width : 0px;
  border-spacing:0px 0px;
  width:auto;
  margin:0px;
}
table.gsc-search-box td {
  vertical-align : middle;
  padding:0px;
}
td.gsc-search-button {
  width:auto;
}
.gsc-search-button {
  font-size:10px;
  text-transform:uppercase;
}
input.gsc-input {
  padding-left:0.2em;
  border:1px solid #dddddd;
  background-color:#eeeeee;
  width: 10em;
  font-size:11px;
}
td.gsc-branding-text div.gsc-branding-text {
  padding-bottom: 2px;
  text-align:right;
  color: #999999;
  font-size:10px;
  margin-right:0px;
}


/* search results */
.gsc-control {
  width:100%;
}

.gsc-resultsHeader {
  margin-top : 1.5em;
}

.gs-result .gs-title, .gs-result .gs-title *, .gsc-results .gsc-trailing-more-results, .gsc-results .gsc-trailing-more-results *,
.gs-result .gs-title:hover, .gs-result .gs-title *:hover, .gsc-results .gsc-trailing-more-results:hover, .gs-results .gsc-trailing-more-results *:hover {
	color:#0054a6;
	font-weight:bold;
	text-decoration:underline;
	background-color:transparent;
}


