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

html, body {
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, p, input, select {
	color:#000000;
}
/* Submit button used in forms */
.button_submit {
	background-color:#888888;
	color:#ffffff;
	font-weight:bold;
	border:1px #666666 outset;
	padding-left:1em;
	padding-right:1em;
	padding-top:0.2em;
	padding-bottom:0.2em;
}
ul {
	padding-left:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:1.3em;
	margin-top:0.5em;
}
ul li {
	padding-top:0em;
	padding-bottom:0em;
	padding-left: 0em;
	list-style-type:square;
}
ol {
	padding-left:0.4em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:1.3em;
	margin-top:0.5em;
}
ol li {
	padding-top:0em;
	padding-bottom:0em;
	padding-left: 0em;
}

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

h1, h2, h3, h4, h5, h6 {
	margin-top:0px;
	/*margin-bottom:0.5em;*/
	margin-bottom:0.3em;
}

p {
	margin-top:0px;
	margin-bottom:1em;
}

.layout {
	width:100%;
	margin-bottom:20px;
}

#ywdstretchedback {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:none;
}

/*#wrapper {
  position:relative;
  z-index:20;
}*/
#wrapperfooter {
	position:relative;
	/* interfered with catalog list rollovers */
	/*z-index:30;*/
}

/* columns used for dropshadows */
#shadowvert, #shadowvertleft {
	width:9px;
}
#shadowhoriz {
	height:10px;
}
#shadowcorner, #shadowcornerleft {
	width:9px;
	height:10px;
}
#shadowbottomleft {
	width:9px;
}

.banner {
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	overflow:hidden;
	cursor:pointer;
}
.bannertext {
	padding-left:30px;
	/*height:100px;*/
	overflow:hidden;
	font-weight: bold;
	font-size: 32px;
	letter-spacing:-3px;
	line-height: 100px;
}
.bannertextdefault {
	text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}
#flashcontent {
	margin:0px;
	padding:0px;
	/*overflow-x:hidden;*/
	overflow:hidden;
}
.footer {
	width:100%;
}
/*.tertiarynav, .footertext, .footerlogo {*/
.tertiarynav {
	height:21px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-top:5px;
}
.tertiarynav_level1, .tertiarynav_level2 td {
	padding-right:20px;
}
.footertext {
	padding-left:5px;
	padding-right:5px;
}
.footerlogo, .footerlogo a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9px;
	display:block;
	color:#666;
	text-decoration:none;
	/*width:220px;*/
	width:190px;
	-webkit-border-radius:20px; 
	-moz-border-radius:20px;
	white-space:nowrap;
}
.footerlogo a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:none;
	-webkit-border-radius:20px; 
	-moz-border-radius:20px;
}
.footertext, .footertext a, .footertextmobile, .footertextmobile a {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:9px;
	line-height:14px;
	color:#666666;
	text-align:left;
	/*vertical-align:top;*/
}
.footertext a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:none;
}
.footericon {
	vertical-align:top;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
}


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

h1 {
	color:#000000;
	/*font-weight:normal;*/
}
h2 {
	color:#000000;
	/*font-weight:normal;*/
}
h3  {
	color:#000000;
}
h4 {
	color:#000000;
}
h5  {
	color:#000000;
}
h6 {
	color:#000000;
}

/*#outercontenttable {
	border-width:1px;
}*/
.contenttable, .contenttablesub {
	width:100%;
	/*height:250px;*/
	min-height:50px;
	/*border-width:1px;*/
}
.contentmaincol {
	width:100%;
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#ffffff;
}
.contentmaincolsub {
	width:100%;
	vertical-align:top;
	padding-left:30px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:30px;
	background-color:#ffffff;
}

#contentheader {
	/*width:100%;*/
	vertical-align:top;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	border-bottom:1px inset transparent;
}

#contentfooter {
	/*width:100%;*/
	vertical-align:top;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	/*border-bottom:1px inset transparent;*/
}

/* removes gap from content headers and footers */
#contentheader .maincolbox, #contentfooter .maincolbox {
	margin:0px;
}

.leftcol {
	vertical-align:top;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:5px;
	padding-right:5px;
	background-color:#ffffff;
}

.rightcol, .rightcolsub {
	vertical-align:top;
	/*padding-left:5px;
	padding-right:5px;*/
	padding-top:20px;
	padding-bottom:30px;
	background-color:#ffffff;
}

#contentrightcol {
	width:170px;
	margin-left:5px;
	margin-right:5px;
}


/* tables in content area */
.contentmaincol table, .contentmaincolsub table, #contentleftcol table, #contentrightcol table {
	border-collapse:collapse;
	/*border-color:#ffffff;*/
	/*border-style:solid;*/
}
/*#content table {
	border-collapse:collapse;
	border-style:solid;
}*/
.contentbottomlinks table, .contentbottomlinksgoback table {
	border-style:none;
}

/* links in content area */
.contentmaincol a, .contentmaincolsub a, #contentrightcol a, #contentleftcol a, #contentheader a, #contentfooter a {
	color:#0054a6;
	font-weight:bold;
	text-decoration:none;
}
.contentmaincol a:hover, .contentmaincolsub a:hover, #contentrightcol a:hover, #contentleftcol a:hover, #contentheader a:hover, #contentfooter a:hover {
	/*color:#ffffff;
	background-color: #0054a6;*/
	text-decoration:underline;
}
#contentheader {
	clear:both;
}
/* breadcrumb links */
.breadcrumbs {
	/*padding-left:30px;*/
	padding-right:10px;
	/*padding-top:1em;*/
	padding-bottom:1em;
}
/*.breadcrumbs a, .breadcrumbs a:hover {
	color: #000000;
	text-decoration:none;
	border-bottom:none;
	font-weight:normal;
}*/

/* ---- NAVIGATION --- */
.navbararea, .navbar {
	float:left;
	/* workaround required for IE6 float bug */
	display:inline;
}
.navbararea {
	width:100%;
	cursor:pointer;
}
/*.navbuttons td {
	padding:0px;
	width:140px;
	border-left:1px solid #ffffff;
}*/
.navbutton, .navbuttonon {
	vertical-align:middle;
}
.navbuttonspacer {
	display:none;
	border-style:none;
}
.navbuttonsdivider {
	width:1px;
	color:#ccc;
}
.navlinks, .navlinkson {
	font-weight: normal;
	display: block;
	text-decoration:none;
	/*height:100%;*/
	padding-top:0em;
	padding-bottom:0em;
	padding-left:0.6em;
	padding-right:0.6em;
}
#ywdnavhoriztier2 .navlinks, #ywdnavhoriztier2 .navlinkson {
	display:inline;
}
#ywdnavhoriztier2spacer {
	line-height:1.8em;
}
.navleft, #contentleftcol {
	width:160px;
	margin-bottom:30px;
	/*padding-left:10px;*/
	padding-left:0px;
}
/*.navleft1, .navleft1current {
	color: #000000;
	font-weight: normal;
	text-decoration:none;
	display:block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	margin-bottom:0em;
}
.navleft2, .navleft2current, .navleft3, .navleft3current {
	color: #000000;
	font-weight: normal;
	text-decoration:none;
	display:block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	margin-bottom:0em;
}*/
.navleft1, .navleft1current {
	color: #000000;
	font-weight: normal;
	text-decoration:none;
	display:block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left:8px;
	padding-right: 0.3em;
	margin-bottom:0em;
}
.navleft2, .navleft2current, .navleft3, .navleft3current {
	color: #000000;
	font-weight: normal;
	text-decoration:none;
	display:block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 10px;
	padding-right: 0.3em;
	margin-bottom:0em;
}
.navleft1current, .navleft2current, .navleft3current {
	color: #000000;
	font-weight:bold;
}
.navleft2offset {
	display:none;
}
.linearnavbar, .linearnavbarsearch {
	width:100%;
	/*height:2em;*/
	height:28px;
	text-align:right;
	vertical-align:top;
	margin:0em;
}
.linearnavbarsearch {
	height:3em;
}
.linearnavbar td, .linearnavbarsearch td {
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:0.5em;
	padding-right:0.5em;
	text-align:center;
	vertical-align:middle;
}
.linearnavbarsearch td {
	vertical-align:top;
	padding-top:1em;
}
.linearnavbar td a, .linearnavbarsearch td a {
	color:#ffffff;
	font-weight:normal;
	/*text-transform:uppercase;*/
	text-decoration:none;
}
.linearnavbar td a:hover, .linearnavbarsearch td a:hover {
	/*color:#ffffff;
	background-color:#000000;*/
	text-decoration:underline;
}
.linearnavbar form, .linearnavbarsearch form {
	margin:0px;
	padding:0px;
}

.tertiarynav {
	/*padding-left:30px;*/
	color:#999999;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.tertiarynav a {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	padding-left:0.1em;
	padding-right:0.1em;
	padding-top:0.3em;
	padding-bottom:0.3em;
}
/*.tertiarynav a:hover {
	text-decoration:underline;
}*/


/* ---- LIST-BASED HORIZONTAL DHTML NAVIGATION, ORIGINAL STYLE --- */

#nav, #nav ul {
	float: left;
	/*width: 36em;*/
	width: 100%;
	list-style: none;
	/*line-height: 1;*/
	background: #ffffff;
	padding: 0;
	margin:0;
	z-index:999999;
}
#nav a {
	display: block;
	white-space:nowrap;
	/*width: 10em;*/
	color: #000000;
	text-decoration: none;
	padding-left:0.8em;
	padding-right:1em;
	padding-top:0.3em;
	padding-bottom:0.3em;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
}
.dhtmlnavactive {
	background-color:#dddddd;
}
.sfmenudivider {
	float:right;
	text-shadow:none;
}
/*#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}*/
#nav li {
	float: left;
	padding: 0;
	/*width: 10em;*/
	list-style:none;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 18.4em;
	/*border:1px solid #dddddd;*/
	margin: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=gray, direction=135, strength=3)";
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=gray, direction=135, strength=3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
#nav li li {
	padding-right: 1em;
	width: 17.3em
}
#nav li ul a {
	width: 18.4em;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
}
#nav li ul ul {
	/*margin: -1.75em 0 0 18em;*/
	margin-top:-1.8em;
	margin-left:18em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #dddddd;
}


/* ---- ROUNDED COLOURED BUTTONS --- */

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .3em 0.5em .32em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button a {
	text-decoration: none;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}

/* ---- CSS3 LIST-BASED DHTML NAVIGATION --- */
/* fixes suckerfish issues with jquery-based content sliders */
.sf-menu li {
	z-index:999999999;
}
#css3dnav1 {
	margin: 0;
	/*padding: 7px 6px 0;*/
	padding: 3px 3px 0;
	line-height: 100%;
	/*border-radius: 2em;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;*/
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */

	border: solid 1px #6d6d6d;
}
#css3dnav1 li {
	/*margin: 0 5px;*/
	margin: 0 3px;
	/*padding: 0 0 8px;*/
	padding: 0 0 4px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#css3dnav1 a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 8px;
	margin: 0;
	/*-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;*/
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#css3dnav1 .current a, #css3dnav1 li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#css3dnav1 ul li:hover a, #css3dnav1 li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#css3dnav1 ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#css3dnav1 ul {
	background: #ddd; /* for non-css3 browsers */
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	/*top: 35px;*/
	top: 27px;
	left: 0;
	border: solid 1px #b4b4b4;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#css3dnav1 li:hover > ul {
	display: block;
}
#css3dnav1 ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#css3dnav1 ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#css3dnav1 ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
/*#css3dnav1 ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#css3dnav1 ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}*/
/* clearfix */
#css3dnav1:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#css3dnav1 {
	display: inline-block;
}
html[xmlns] #css3dnav1 {
	display: block;
}
* html #css3dnav1 {
	height: 1%;
}

/* grid can be toggled in YWD Designer */
/*
#designgrid {
	width:100%;
	height: 100%;
	float: left;
	background-image:url(../../display/grid.png);
	z-index:999;
	position:absolute;
	left:0;
	top:0;
	visibility:hidden;
}
*/

/* links at the bottom of content area */
.contentbottomlinks, .contentbottomlinksgoback {
	margin-top:20px;
	margin-bottom:20px;
}
.contentbottomlinks table td {
	padding:0px;
	/*border-top:1px dotted #a0a0a0;*/
	vertical-align:top;
}	
.contentbottomlinksgoback table td {
	/*border-left:1px dotted #a0a0a0;*/
	padding-top:1em;
}
.contentbottomlinks table td a, .contentbottomlinks table td a:hover, .contentbottomlinksgoback table td a, .contentbottomlinksgoback table td a:hover {
	background-color:transparent;
	border-bottom:0px;
}	


/* top of page link */
.topofpage {
	margin-top:30px;
}
.topofpage a {
	text-decoration:none;
	font-weight:normal;
}
.topofpage a:hover {
	text-decoration:none;
	font-weight:normal;
}
.topofpagelink {
	padding-left:0px;
}

/* printer friendly link */
.printerfriendlylink {
	padding-left:2px;
}

/* share (social networking) links */
.sharelink {
	padding-left:0px;
}
.sharelinkicon img {
	border:none;
	margin-top:5px;
}
/* AddThis social media widgets */

/* Retweet + Like + Share */
.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_button_compact .at15t_compact {
    float: left;
}

#ywdbottomiconsother {
	clear:both;
}

/* go back icon link */
.gobacklink {
	padding:2px;
}
	
/* layoutref image toggled in YWD Designer */
.layoutref100, .layoutref50 {
	position:absolute;
	top:0px;
	left:0px;
	z-index:998;
	padding:0px;
	margin-left:9px;
	margin-right:9px;
	visibility:hidden;
}
.layoutref50 {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

/* top image is clickable (goes to Home) so show pointer */
#ywdtop {
	cursor:pointer;
}

/* "convert to PDF" button at the top of a printer friendly window */
#ywdpdfconvert {
	background-color:#ffffff;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:20px;
}

/* default content block spacing */
.leftcolbox, .maincolbox, .rightcolbox {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
}

/* twitter and facebook side badges */
#ywdsidebadgesleft {
	z-index:200;
	position:fixed;
	top:120px;
	left:0px;
}
#ywdsidebadgesright {
	z-index:201;
	position:fixed;
	top:120px;
	left:auto;
	right:0px;
}
.ywdsidebadgeicon {
	margin-bottom:10px;
}
.ywdsidebadgeicon #floatingbuttons div {
	margin-top:5px;
	margin-bottom:5px;
}

/* ---- FLOATING I-FRAME CONTAINER --- */

/* sites iframe container */
#ywdfloat {
	position:absolute;
	text-align:left;
	z-index:200;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}
#ywdfloatingframe {
	background-color:#fff;
}
#ywdfloatclosebutton {
	position:absolute;
	text-align:left;
	z-index:201;
	text-align:right;
}
#ywdfloatscreen {
	position:absolute;
	z-index:199;
	background-image:url(ywdscreen50perc.png);
	width:100%;
	min-height:2000px;
	top:0px;
	left:0px;
	display:none;
}

/* ---- E-COMM --- */

/* override in template's main.css if necessary */
	.prodlisthoriz, .prodlistvert {
	width:100%;
}
.prodlisthoriz td {
	padding:10px;
	margin:10px;
	/*border:1px solid #dddddd;*/
	vertical-align:top;
}
.prodlistvert td {
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	/*border-top:1px solid #dddddd;*/
}
.proddetail {
	margin-top:10px;
	padding:10px;
	border:1px solid #dddddd;
}
.prodcell {
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}
.prodcell2 {
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}



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

/* overrides Google Website Search API 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%;
}
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;
}
input.gsc-input {
	padding-left:0.2em;
	border:1px solid #dddddd;
	background-color:#f2f2f2;
	/*width: 10em;*/
	width:130px;
}
td.gsc-branding-text div.gsc-branding-text {
	padding-bottom: 2px;
	text-align:right;
	color: #cccccc;
	font-size:0.9em;
	margin-right:0px;
}
/* hide the 'clear' (x) button */
.gsc-clear-button {
	display:none;
}


/* 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;
}



/* ---- AD MANAGER --- */

/* override in template's main.css if necessary */

#banneradtop {
	position:absolute;
	top:42px;
	right:24px;
	z-index:3;
	padding:0px;
	margin:0px;
	text-align:right;
}


/* ---- SITEMAP ---- */
.sitemaplevel1div {
	text-transform:uppercase;
	border-top:1px dotted #bbbbbb;
	margin-top:0.5em;
}
.sitemaplevel1link {
	text-transform:uppercase;
}


/* ---- SURVEYS --- */

.surveystable td {
	padding-left:0.5em;
	padding-top:0.3em;
}
.surveysquestion {
	font-weight:bold;
}
/*.surveysbutton {
}*/


/* ---- NEWSLETTER --- */

.newslettertable td {
	padding-left:0.5em;
	padding-top:0.3em;
}
.newsletterheading {
	font-weight:bold;
}
/*.newsletterbutton {
}*/


/* ---- FORMS MANAGER --- */

.formarea {
	overflow:hidden;
}
.formtable td {
	padding-left:0.0em;
	padding-right:1em;
	padding-top:0.3em;
	padding-bottom:0.3em;

}


/* ---- NEWS RELEASES --- */

.newsdate {
	padding-bottom:0.5em;
	white-space:nowrap;
	width:7em;
}
.newsheadline {
	padding-left:2em;
	padding-bottom:0.5em;
}
#newstickercontainer {
	height:2em;
	padding-top:0.2em;
	padding-bottom:0.5em;
	margin:0px;
	/*background-color:#eeeeee;*/
}
#newstickercontainer ul {
	margin-left:0em;
}
#newstickercontainer li {
	list-style:none;
	padding-left:0em;
}

/* ---- CALENDAR OF EVENTS --- */

#ywdcalendarajax {
	-moz-box-shadow: 3px 3px 10px #888;
	-webkit-box-shadow: 3px 3px 10px #888;
	box-shadow: 3px 3px 10px #888;
	width:745px;
	margin-left:auto;
	margin-right:auto;
}

#calendar {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 40px;
	left:0px;
	/*margin-left: auto;
	margin-right:auto;
	width: 745px;*/
	z-index: 110;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=2) progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=96,finishOpacity=100,startX=100,finishX=100,startY=100,finishY=100);
}

#calendarshadow {
	margin-left: auto;
	margin-right: auto;
}

#monthcalendar {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	/*background-color: #f3f1e9;*/
}

.calendartopbar td {
	background-color: #000;
	color: #eeeeee;
	text-align: left;
	font-size: 14px;
	font-weight:normal;
}
.calendartopbar td a, .calendartopbar td a:hover {
	text-decoration:none;
	/*background-color:#aaaaaa;
	color:#000000;
	font-weight:bold;*/
	background-color:transparent;
	color:#fff;
	font-weight:normal;
}
.calendartopbar .calendararrow {
	text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}
.calendartopbar .currentdatelink {
	font-size:12px;
}
.calendarnav {
	font-size:18px;
	padding-left:3px;
	padding-right:3px;
}
.calendarnav:hover {
	background-color:#ffffff;
}
.calendarnav {
	font-size:18px;
	padding-left:3px;
	padding-right:3px;
}
.calendarnav:hover {
	background-color:#ffffff;
}
#monthcalendar td {
	border-right: solid 1px #c5c4c0;
	border-bottom: solid 1px #c5c4c0;
}

#monthcalendar tr.calendartopbar td {
	border: none;
}

#monthcalendar table.weekend td {
	border-right: none;
	border-bottom: none;
}

#monthcalendar table.weekend td.calsaturday {
	border-bottom: solid 1px #c5c4c0;
}

.shadow {
	background-color: #cccccc;
}

div.caldate {
	text-align: right;
	color: #000000;
	font-size: 11px;
}

span.calendartopdate {
	line-height: 18px;
	padding-left: 3px;
	padding-right: 3px;
}

tr.weekdaylabels td {
	background-color:#e9e9e9;
	color: #000000;
	font-size: 11px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align:center;
}

tr.weekdays td {
	padding: 5px;
	vertical-align:top;
	background-color:#fafafa;
}

/*
#monthcalendar td.currentday:hover, #monthcalendar td.eventday:hover, #monthcalendar td.holiday:hover, #monthcalendar td.day:hover, #monthcalendar table.weekend td.calsaturday:hover {
	border: #525a2a 3px solid;
	border-right: #525a2a 3px solid;
	border-bottom: #525a2a 3px solid;
	padding: 2px;
	width: 149px;
}
*/
tr.weekdays td.weekendtd {
	padding: 0px;
}

#monthcalendar td.currentday {
	background-color: #ffffff;
	border: 3px solid #000000;
	padding: 2px;
	width: 109px;
}

#monthcalendar td.day a, #monthcalendar td.currentday a, .eventtitle {
	color:#000;
	background-color:transparent;
	text-decoration:none;
	line-height:1em;
}

#monthcalendar td.day a:hover, #monthcalendar td.currentday a:hover {
	text-decoration:underline;
}

.eventday {
	background-color: #ebe5d2;
	width: 109px;
}

.eventitem {
	text-align:left;
}

.holiday {
	background-color: #e0e0e0;
	width: 109px;
}

.day {
	width: 109px;
}


/* used in calendar list */
.eventslisttable {
	width:100%;
}
.eventslisttabletabular {
	width:auto;
}
.eventslisttabletabular td {
	vertical-align:top;
	width:auto;
}
.eventslisticon {
	margin-bottom:1em;
	padding:0px;
}
.eventslistics {
	vertical-align:top;
	width:1px;
}
.eventlistics img {
	 border:none;
	 margin-right:0.5em;
}
.eventslistdate {
	white-space:nowrap;
	padding-right:1em;
	vertical-align:top;
}
.eventslisttitle {
	vertical-align:top;
	width:100%;
}
.eventslisttabletabular .eventslisttitle {
	padding-right:2em;
}
.eventslistICS {
	padding-right:1em;
}

/* ---- BLOG --- */

.blognavbararea {
	background-color:none;
	background-image:none;
}
.blognavbar {
	background-color:none;
	background-image:none;
}
.blognavbar #nav a {
	color:#000000;
}
.blognavbar #nav {
	background-color:#eeeeee;
	background-image:none;
}
.blognavbar #nav li {
	background-color:#eeeeee;
	background-image:none;
}
.blognavbararea #nav li:hover, .blognavbararea #nav li ul:hover {
	color:#000000;
	background-color:#dddddd;
	background-image:none;
}
.blognavbararea #nav li a:hover, .blognavbararea #nav li ul a:hover {
	color:#000000;
	background-color:transparent;
	background-image:none;
}
.blognavbar #nav .cal_dates, .blognavbar #nav .cal_link, .blognavbar #nav .calendar_today {
	width:auto;
	padding:0em;
}
.RightNavContent {
	width:160px;
}
.RightNavContentContainer {
	width:160px;
	overflow:hidden;
}
/* from master/admin/applications/blog/content_display/scrollableComments.cfm */
#commentsContainer {
overflow: auto;
max-height: 120px;
height: expression(this.scrollHeight > 120 ? "120px" : "auto"); /* IE */
/*height: 100%;*/
padding: 0px;
/*background: #CCC;*/
border-style:solid;
border-color:#CCC;
border-width: 1px;
width: 95%; /* seems like it couldn't be 100% or scroll bar would not show */
}
#col_one {
margin: 0; 
width: 100%; 
white-space:normal;

}
#col_one_grey {
margin: 0; 
width: 100%; 
white-space:normal;
background: #eee;
}
#col_two {
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 5px;

white-space:normal; 
}
#col_two_grey {
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 5px;
background: #eee;
white-space:normal; 
}
#commentLinks {
align: left;
text-align:left;
padding: 10px 0 5px 15px;
/*width: 99%;*/
padding-left:0px;
width:100%;
}
.blogavatarpic {
	padding-right:10px;
	padding-bottom:10px;
}
.BlogxDate {
	margin-top:0em;
	margin-bottom:0.3em;
}

#blogPagination {
	width:100%;
	margin-top:1em;
	margin-bottom:1em;
}
.paginationPageNumbers{
	padding: 3px 7px 3px 7px;
	margin: 1px;
	border: 1px;
	border-style:solid;
	border-color:#ddd;
}
.paginationPageNumbers a {
	font-weight: bold;
	text-decoration: none;
}
.paginationPageNumbers a:hover, paginationPageNumbers a:active {
	text-decoration:none;
}
.paginationPageNumbersCurrent {
	padding: 3px 7px 3px 7px;
	margin: 2px;border: 1px;
	border-style:solid;
	font-weight: bold;
	border-color:#000;
	background-color:#000;
	color:#fff;
}

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

#my-pager a {
	padding-right:0.5em;
}
.bx-wrapper ul {
	margin-left:0px;
	margin-top:0px;
}

/* tab based slider */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
ul.tabs a {
	background-color:transparent;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ccc;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	color:#000;
}
ul.tabs li a:hover {
	color:#000;
	background: #ccc;
	text-decoration:none;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #ccc;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	/*-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
}
.tab_content {
	padding: 20px;
}

/* ---- CATALOG --- */

.productListItemImage a, .productListItemImage a:hover {
	background-color:transparent;
}
.ecombutton:hover {
	cursor:pointer;
}
.productlistitemtooltip {
	width:auto;
	background-color:transparent;
	background-image:none;
	border:none;
}
.productlistitemtooltipheader {
 display:none;
}
.productlistitemtooltippic img {
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=3, OffY=3, Color='#444444');
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=3, OffY=3, Color='#444444')";
	-webkit-box-shadow:1px 1px 6px #333;
	-moz-box-shadow:1px 1px 6px #333;
	margin:3px;
	border:1px solid #ddd;
}
.productlistitemzoom {
	margin-top:5px;
}


/* ---- IMAGE GALLERIES ---- */
#slider img {
	border-style:none;
	padding:0px;
}


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

/* moved from /bx_styles/bx_styles.css so it could be overriden in YWD Designer */

/*next button*/
.bx-next {
	right:-50px;
	background: url(../../../../bx_styles/gray_next.png) no-repeat 0 -30px;
}

/*previous button*/
.bx-prev {
	left:-50px;
	background: url(../../../../bx_styles/gray_prev.png) no-repeat 0 -30px;
}
