html {
	overflow-y: scroll;
	overflow-x: auto;
}
#Body {
	position: relative;
	margin: 8px auto;
	width: 900px;
}

/* BEGIN: Header */
#Header {
	height: 149px;
	background: transparent url(../images/body/bg_sprite.gif) no-repeat scroll -900px bottom;
}
#Title {
	position: absolute;
	top: 25px;
	left: 180px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #1F63A1;
	padding: 20px 33px;
}
#Title h1 {
	width: 0;
	height: 0;
	overflow: hidden;
}
#Logo {
	position: absolute;
	top: 30px;
	left: 16px;
}
#Slogan {
	position: absolute;
	right: 23px;
	top: 0;
}
/* END: Header */

/* BEGIN: Main */
#Main {
	position: relative;
	overflow: hidden;
	padding: 0;
	width: 900px;
	background: transparent url(../images/body/bg_sprite.gif) repeat-y scroll left top;
}
.spotlights_-_page_specific #Main,
.spotlights_-_site-wide #Main {
	background-position: -1800px top;
}
/* END: Main */

/* BEGIN: Content */
#Content {
	float: right;
	width: 720px;
	overflow: hidden;
}
#Editable {
	padding: 18px;
	width: 684px;
	overflow: hidden;
}
.spotlights_-_page_specific #Editable,
.spotlights_-_site-wide #Editable {
	float: left;
	padding-right: 9px;
	width: 484px;
}
#Spotlight {
	float: left;
	padding: 4px;
	width: 200px;
}
#Content #Spotlight h2 {
	margin: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
#Content #SpotlightNewToolbar ul {
	margin: 0;
}
#Content #SpotlightNewToolbar ul li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
}
#Content #SpotlightNewToolbar ul li a {
	display: block;
}
#Spotlight .block {
	border: 1px solid transparent;
	width: 188px;
}
#Spotlight .block,
#Spotlight .editDiv {
	margin: 0 0 5px;
	padding: 0 5px;
	zoom: 1;
	overflow: hidden;
}
#Spotlight .editDiv {
	padding: 5px;
}
#Spotlight .blockEdit {
	float: right;
}
#Spotlight .blockAddItem {
	float: left;
}
#Content #Spotlight .blockEdit ul {
	margin: 0;
}
#Content #Spotlight .blockEdit ul li {
	float: left;
	list-style-type: none;
	line-height: 29px;
}
#Content #Spotlight .blockEdit ul li a {
	padding-left: 5px;
	display: block;
}
#Content #Spotlight h3 {
	clear: both;
	margin: 5px -5px;
	/*border-bottom: 1px dotted #8DB4D9;*/
	padding-bottom: 4px;
	color: #DE8A2E;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#Spotlight .item {
	clear: both;
	margin: 5px 0;
	zoom: 1;
	overflow: hidden;
}
#Spotlight .links .item {
	padding: 5px 5px 5px 12px;
	background-color: #B9BABC;
}
#Content #Spotlight .links .item a {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#Spotlight .images .item {
}
#Spotlight .item .editDiv,
#Spotlight .item .editDiv2 {
	float: right;
}
#Content #Spotlight .item .editDiv2 img {
	vertical-align: middle;
}
#Help {
	float: right;
	margin: -13px -7px 0 14px;
	font-size: 77%;
}
#Help a {
	text-decoration: none;
}
#Help a img {
	vertical-align: middle;
}
#Breadcrumbs {
	margin: -10px 0 0 -10px;
	font-size: 77%;
	text-transform: lowercase;
}
#Breadcrumbs a.inactive {
	color: #FF0000;
}
#HomeLinks {
	position: relative;
	z-index: 200;
	overflow: hidden;
	width: 690px;
	height: 155px;
}
#HomeLinks a {
	display: block;
	float: left;
}
#HomeChild {
	position: absolute;
	z-index: 100; /* photo slides under the home links */
	right: 1px;
	bottom: -1px; /* IE6 shows a 1 pixel gap */
}
.block {
	margin: 1em 0;
	border-bottom: 1px solid #8DB4D9;
	padding-bottom: 1em;
}
.block.last {
	border: 0 none;
	padding: 0;
}
#formTable {
	margin: 10px 0px 0px 0px;
}
#formTable .cell {
	padding: 2px 10px 2px 10px;
}
#formTable .fieldTitle {
	font-weight: bold;
	padding: 2px 10px 2px 10px;
}
#formTable .fieldTitleSmall {
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	font-size: 10px;
}
#formTable .frame {
	height: 300px;
	overflow: scroll;
	overflow-x: hidden;
}
#Content .calLegend {
}
#Content .calLegend ul {
	margin: 0.5em 0;
}
#Content .calLegend ul li {
	float: left;
	padding-right: 1em;
	list-style-type: none;
	white-space: nowrap;
}
.calendar {
	clear: both;
	width: 100%;
	text-align: center;
}
.calendar table {
	width: 100%;
	/*border: 1px solid #AFC6E7;*/
}
.calendar td {
	border: 2px solid #AFC6E7;
	width: 14%;
}
#Content .calendar .nav {
	text-align: center;
}
#Content .calendar .month {
	padding: 5px 0;
	text-align: center;
}
.calendar .dayTitle {
	padding: 5px 0;
	background-color: #AFC6E7;
	/*color: #FFFFFF;*/
	font-weight: bold;
}
.calendar .day {
	padding: 5px;
	height: 65px;
	text-align: left;
	vertical-align: top;
}
.calendar .dayWrap {
}
.calendar .day .dayNum {
	text-align: right;
}
.calendar .day .dayEvent {
	margin: 0.5em 0;
}
.calendar .day .dayEvent img {
	padding-right: 5px;
}

#Content #eventRSVPOptions {
	margin: 1em 0;
	border-top: 1px solid #8DB4D9;
	padding-top: 1em;
	zoom: 1;
	overflow: hidden;
}
#Content #eventRSVPOptions li {
	float: left;
	margin: 0;
	border-left: 1px solid #8DB4D9;
	padding: 0 1em;
	list-style-type: none;
	font-weight: bold;
}
#Content #eventRSVPOptions li#eventRSVPLinkSelect,
#Content #eventRSVPOptions li#eventRSVPLink {
	border: 0 none;
}
#Content #eventRSVPOptions li#eventRSVPLinkSelect a,
#Content #eventRSVPOptions li#eventRSVPCancelLinkSelect a,
#Content #eventRSVPOptions li#eventRSVPListLinkSelect a {
	color: #CC1100;
}
.rsvpActions p {
	text-align: center;
}


.fieldset {
	position: relative;
	border-bottom: 1px solid #8DB4D9;
	margin-top: 1.5em;
	padding: 1em 0 0.5em;
}
.fieldset fieldset legend span {
	display: block;
	position: absolute;
	left: 0;
	top: -0.6em;
	color: #776A57;
	font-size: 16px;
	font-weight: bold;
}
table.form {
	margin-bottom: 1em;
	width: 100%;
}
table.form td {
	padding: 5px;
	vertical-align: top;
}
table.form table {
	width: 100%;
	margin: 0;
}
table.form table td {
	padding: 0;
}
table.form td.field label {
	float: left;
	margin: 0;
	padding: 0 2% 0 0;
	width: 47.5%;/**/
}
table.form td.field label input {
	line-height: 0;
}
table.jobDetail {
	width: 100%;
}
table.jobDetail th,
table.jobDetail td {
	padding: 0.2em;
}
/* END: Content */

#Column {
	float: right;
	padding-right: 2px;
	width: 178px;
}

/* -------------------------------------------------------------------------- */
/* Product Categories Navigation -------------------------------------------- */
#ProdCatNav {
	margin: 21px 0 15px;
	border-bottom: 21px solid #C2DA5E;
	padding-bottom: 15px;
}
#ProdCatNav li {
	list-style-type: none;
}
#ProdCatNav li a {
	display: none;
}
#ProdCatNav li li a {
	display: block;
	padding: 4px 10px 4px 10px;
	margin: 0;
	font: bold 93% Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	background-color: transparent;
}
#ProdCatNav li li.inside a,
#ProdCatNav li li.current a {
	background-color: #6FC2F1;
	color: #FFFFFF;
}
#ProdCatNav li li.inside li a,
#ProdCatNav li li.current li a {
	padding: 3px 10px 3px 20px;
	background-color: #6FC2F1;
	color: #36348E;
}
#ProdCatNav li li a.inactive,
#ProdCatNav li li li a.inactive {
	color: #FF0000;
}
#ProdCatNav li li li.inside a,
#ProdCatNav li li li.current a {
	background-color: #9CD3F5;
}
#ProdCatNav li li li.inside li a,
#ProdCatNav li li li.current li a {
	padding: 1px 10px 1px 32px;
	font-weight: normal;
	text-transform: lowercase;
}
#ProdCatNav li li li.inside li a:hover,
#ProdCatNav li li.current li a:hover {
	text-decoration: underline;
}
#ProdCatNav li li li li.inside a,
#ProdCatNav li li li li.current a {
	background: #9CD3F5 url(../images/nav-ind.gif) no-repeat scroll 20px 5px;
}
#ProdCatNav li.outside ul {
	display: none;
}
#ProdCatNav li a.inactive,
#ProdCatNav li li a.inactive,
#ProdCatNav li li li a.inactive,
#ProdCatNav li li li li a.inactive,
#ProdCatNav li li li li li a.inactive {
	color: #FF0000;
}
/* Product Categories Navigation -------------------------------------------- */
/* -------------------------------------------------------------------------- */

/* BEGIN: Navigation */
#Navigation {
	margin: 15px 0 30px;
	font-weight: bold;
	font-size: 93%;
	font-family: Arial, Helvetica, sans-serif;
}
#Navigation a {
	display: block;
	text-decoration: none;
}
#Navigation .level1,
#Navigation .level1Alt {
}
#Navigation .level1 a,
#Navigation .level1Alt a {
	color: #FFFFFF;
	padding: 4px 10px;
}
#Navigation .level1Alt a,
#Navigation .level1 a.current {
	background-color: #6FC2F1;
}
#Navigation .level2 a,
#Navigation .level2Alt a {
	padding: 3px 10px 3px 20px;
	background-color: #6FC2F1;
	color: #36348E;
}
#Navigation .level2Alt a,
#Navigation .level2 a.current {
	background-color: #9CD3F5;
}
#Navigation .level3 a,
#Navigation .level3Alt a {
	padding: 1px 10px 1px 32px;
	background-color: #9CD3F5;
	font-weight: normal;
	color: #36348E;
}
#Navigation .level3 a:hover,
#Navigation .level3Alt a:hover {
	text-decoration: underline;
}
#Navigation .level3Alt {
	/* Setting image in background of div prevents flicker in IE6 */
	background: #9CD3F5 url(../images/nav-ind.gif) no-repeat scroll 20px 5px;
}
#Navigation .level3Alt a {
	background-color: transparent;
}
/* END: Navigation */

/* BEGIN: Announcements */
#Announcements {
	margin: 15px 16px;
	border: 1px solid #36348E;
	padding: 10px 12px 78px 12px;
	width: 120px;
	zoom: 1;
	background: #AFC6E7 url(../images/body/hotbox_bg.jpg) no-repeat scroll left bottom;
}
#Announcements h2 {
	margin: 0 -12px;
	color: #32428B;
	font-weight: bold;
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 93%;
	text-align: center;
	text-transform: uppercase;
}
#Announcements .editDiv2 {
	margin: 0 auto;
}
#Announcements .item {
	padding-top: 0.75em;
	font-size: 77%;
	clear: both;
}
#Announcements .item .editDiv2 {
	float: right;
}
/* END: Announcements */

/* BEGIN: userAccess */
#userAccess {
	margin: 7px;
	padding: 7px;
	background-color: #f7f7f9;
	font-size: 77%;
	color: #555555;
}
#userAccess a {
	color: #666666;
}
#userAccess a:hover {
	color: #999999;
}
#userAccess ul {
	margin: 1em 0 0 1.5em;
}
#userAccess ul li {
	list-style: disc outside;
}
/* END: userAccess */

/* BEGIN: Footer */
#Footer {
	position: relative;
	overflow: hidden;
	width: 900px;
	padding: 5px 0 0;
	background: transparent url(../images/body/bg_sprite.gif) no-repeat scroll -900px top;
}
#About {
	font-size: 77%;
	text-align: justify;
	background: #C0D1EC url(../images/footer/footer.gif) no-repeat scroll left bottom;
}
#AdminLogin {
	float: left;
	width: 20px;
	height: 20px;
	overflow: hidden;
}
#AdminLogin a {
	display: block;
	overflow: hidden;
	padding: 20px 0 0;
	width: 20px;
	height: 0;
	background: transparent url(../images/blank.gif) no-repeat scroll left top;
}
#SiteDescription {
	padding: 2px 38px 38px;
}
#EditedDate {
	padding: 1px 4px;
	font-style: italic;
	font-family: arial,helvetica,clean,sans-serif;
	text-align: right;
}
/* END: Footer */

/* BEGIN: Credits */
#Credits {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
	width: 900px;
}
#Partners {
	overflow: hidden;
	width: 300px;
	padding: 0 300px;
}
@media print {
	#Partners {
		width: 301px; /* IE will wrap the floated list elements without this extra pixel */
	}
}
#Partners h4 {
	display: none;
}
#Partners li {
	float: left;
	padding: 5px 10px;
}
#Partners li a {}
#Partners img {
	vertical-align: bottom;
}
#Copyright {
	clear: left;
	width: 725px;
	font-size: 77%;
}
#Technology {
	position: absolute;
	right: 0;
	top: 60px;
}
#SwissMango {
	float: right;
	background-image: url(../images/swiss_mango.gif);
}
#SwissMango a {
	display: block;
	overflow: hidden;
	padding: 20px 0 0;
	width: 175px;
	height: 0;
}
#GlobalDesign {
	float: right;
	clear: both;
	font-size: 77%;
}
/* END: Credits */

/* BEGIN: ADMIN STYLES */
#AdminMenus {
	margin: 1em 0;
}
#topMenu {
}
#submenu {
	padding: 2px;
	background-color: #E6E6E6;
}
#topMenu,
#submenu {
	zoom: 1;
	overflow: hidden;
}
#topMenu a,
#submenu a {
	text-decoration: none;
}
#Content #topMenu ul,
#Content #submenu ul {
	margin: 0;
	padding: 0;
}
#topMenu li {
	font-size: 108%;
}
#Content #topMenu li,
#Content #submenu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#topMenu li a {
	display: block;
	float: left;
	padding: 0 12px 0 0;
	background: transparent url(../../images/admin_tabs_sprite.gif) no-repeat right -100px;
}
#topMenu li.selected a {
	background-position: right top;
}
#submenu li a {
	display: block;
	float: left;
	border: 1px solid #E6E6E6;
	padding: 3px 12px;
}
#topMenu li a span {
	display: block;
	float: left;
	padding: 4px 0 3px 11px;
	background: transparent url(../../images/admin_tabs_sprite.gif) no-repeat -1px -100px;
	cursor: pointer;
}
#topMenu li.first a span {
	background-position: 0 -100px;
	padding-left: 12px;
}
#topMenu li.selected a span {
	background-position: -1px 0;
}
#topMenu li.first.selected a span {
	background-position: 0 0;
}
#topMenu li.selected a,
#submenu li.selected a {
	text-decoration: none;
}
#submenu li.selected a {
	border: 1px solid #BBBBBB;
	background-color: #F2F2F2;
}
table.adminListing {
	clear: both;
	margin-bottom: 1em;
	border-bottom: 1px solid #CCC;
	width: 100%;
}
table.adminListing th,
table.adminListing td {
	padding: 0.5em;
}
table.adminListing th {
	border-bottom: 1px solid #CCC;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
table.adminListing td {
	font-size: 93%;
}
table.adminListing .editDiv2 {
	float: right;
	white-space: nowrap;
}
table.adminListing .editDiv2 a {
	text-decoration: none;
}
table.adminListing .editDiv2 a img {
	vertical-align: bottom;
}
table.adminListing tr.odd th,
table.adminListing tr.odd td {
	background-color: #F2F2F2;
}
table.adminListing .numeric {
	text-align: right;
}
/* END: ADMIN STYLES */

/* BEGIN: ECOMMERCE STYLES */
#cartUserLinks {
	position: absolute;
	left: 0;
	top: -8px;
}
#cartUserLinks div {
	float: left;
	/*padding: 0 16px;*/
	padding-right: 18px;
	font-size: 77%;
	line-height: 22px;
}
#cartUserLinks div a {
	padding-left: 18px;
}
#cartUserLoginLink {
	/*background: transparent url(../images/icons/user-login-green.gif) no-repeat scroll 0 4px;*/
	background: transparent url(../images/icons/lock.png) no-repeat scroll 0 2px;
}
#cartUserProfileLink {
	/*background: transparent url(../images/icons/user-comment-blue.gif) no-repeat scroll 0 4px;*/
	background: transparent url(../images/icons/user.png) no-repeat scroll 0 2px;
}
#cartUserLogoutLink {
	/*background: transparent url(../images/icons/user-login-red.gif) no-repeat scroll 0 4px;*/
	background: transparent url(../images/icons/lock-unlock.png) no-repeat scroll 0 2px;
}
#cartLink {
	/*background: transparent url(../images/icons/shopping-cart-blue.gif) no-repeat scroll 0 4px;*/
	background: transparent url(../images/icons/shopping-basket.png) no-repeat scroll 0 2px;
}

#CategoryTiles .CategoryTile a {
	font-weight: bold;
}
#CategoryTiles,
#ProductTiles {
	margin: 0 -4px;
	padding-bottom: 10px;
	zoom: 1;
	overflow: hidden;
}
#CategoryTiles .CategoryTile,
#ProductTiles .ProductItem {
	display: inline;
	float: left;
	margin: 6px;
	padding: 8px;
	width: 145px;
	background-color: #E7E8E9;
	text-align: center;
}
#ProductTiles .ProductImageTile {
	width: 145px;
	height: 145px;
}
#ProductTiles .ProductItem .ProductInfo {
	width: 145px;
	height: 100px;
	overflow: hidden;
}
#ProductTiles .ProductItem .text {
	margin: 3px 0;
}
#ProductTiles .ProductItem .products_productName {
	font-weight: bold;
}
#ProductTiles .ProductItem .money {
	color: #CC1100;
	font-weight: bold;
}
#ProductInfo form * {
	vertical-align: middle;
}
#ProductTiles form input {
	width: 1.25em;
}
#ProductTiles .ProductItem input,
#ProductTiles .ProductItem button {
	text-align: center;
}
#ProductTiles .ProductItem .editDiv {
	margin: 5px 0 0;
	padding: 5px 0 5px 5px;
	background-color: #FFFFFF;
}

#ProductDetail {
	zoom: 1;
	overflow: hidden;
}
#ProductImages {
	float: left;
	margin-bottom: 1em;
	width: 340px;
	overflow: hidden;
}
#ProductImage img {
	border: 3px solid #D7D8DA;
	width: 330px;
	height: 330px;
}
#ProductImageThumbs .thumb {
	cursor: pointer;
	float: left;
	margin: 4px 4px 0 0;
}
#ProductImageThumbs .thumb img {
	border: 3px solid #D7D8DA;
	height: 75px;
	width: 75px;
}
#ProductInfo {
	float: left;
	margin-bottom: 1em;
	padding-left: 8px;
	width: 336px;
}
#ProductInfo .products_productName {
	margin-bottom: 0.5em;
	font-size: 108%;
	font-weight: bold;
}
#ProductInfo .longtext {
	height: 268px;
	overflow: auto;
	margin-bottom: 1em;
}
#ProductInfo .money {
	text-align: center;
	color: #CC1100;
	font-weight: bold;
}
#ProductInfo form {
	text-align: center;
}
#ProductInfo form * {
	vertical-align: middle;
}
#ProductInfo form input {
	width: 1.25em;
	text-align: center;
}

#Content #cartNav {
	margin: 1em 0;
	padding-left: 0.5em;
	zoom: 1;
	overflow: hidden;
	border-bottom: 1px solid #8DB4D9;
}
#Content #cartNav li {
	float: left;
	padding: 0.25em 0.75em;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #8DB4D9;
	list-style: none;
	background-color: #F2F2F2;
}
#Content #cartNav li.first {
	border-left-width: 1px;
}
#Content #cartNav li.current {
	color: #CC1100;
	background-color: #FFFFFF;
}

.store .editDiv,
.store_management .editDiv {
	vertical-align: middle;
}
.listing tbody th {
	white-space: nowrap;
}
.listing .thumbnail {
	width: 75px;
}
#Content .listing .money,
#Content .adminListing .money {
	text-align: right;
}
#Content .listing .unit,
#Content .listing .number,
#Content .adminListing .unit,
#Content .adminListing .number  {
	text-align: center;
}
#Content .listing .number img {
	vertical-align: top;
}
#Content .listing .subtotal td,
#Content .listing .total td {
	border-width: 1px 0;
	border-style: solid;
	border-color: #8DB4D9;
	background-color: #EBECED;
	font-weight: bold;
	text-align: right;
}
.listing .total td {
	font-size: 108%;
}
#Content .listing .subtotal .money,
#Content .listing .total .money {
	background-color: #FFFFFF;
}
.listing input.qty {
	width: 1.25em;
	text-align: center;
}
.store .form input {
	width: 12em;
}
.form input.address {
	width: 16em;
}
.form input.state {
	width: 2em;
}
.form input.zip5 {
	width: 3em;
}
.form input.zip4 {
	width: 2.5em;
}
.form input.cardNumber {
	width: 9em;
}
.form input.cvn {
	width: 2.5em;
}
.buttons {
	margin-bottom: 1em;
}
/* END: ECOMMERCE STYLES */