/* ------------------------------ BEGIN Global Styles ------------------------------ */

@import url("../../global/CSS/global.css");

/* ------------------------------ END Global Styles ------------------------------ */

/* BE SURE TO COPY YOUR CLIENT STYLES IN THIS MASTER.CSS IN ORDER FOR THE EDITOR TO IMPLEMENT THE CLIENT STYLES-YOU HAVE TO LOAD THEM UP SEPARATELY AS CLIENT.CSS AS WELL */

/*Global Overrides*/

#ctl00_cphPageBody_FlatRate {
	display: none;
}

/* UNIVERSAL */

html, body, div, ol, ul, li, dl, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background-color: #FFF;
	margin: 0px;
}

hr {
	border: 0;
	width: 100%;
	color: #808080;
	background-color: #808080;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

ol li, ul li {
	padding: 0 0 0 15px;
	margin: 0px;
	list-style: none;
}

/* TYPE */

body, p, div, li, td {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #5F604B;
}

a:link, a:visited, a:active {
	color: #739da7;
	text-decoration: underline;
}

a:hover {
	color: #739da7;
	text-decoration: none;
}

strong, b {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	line-height: 16px;
	color: #808080;
}

.optionalheading {
	font-size: 14px;
	line-height: 16px;
	color: #808080;
}

.bodyoptional {
	color: #808080;
}

.bodyoptionalItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* SEARCH */

#searchWrapper {
	float: right;
	width: 205px;
}

#search {
	float: right;
	width: 175px;
	padding-left: 10px;
	background-image: url(/sitefiles/1072/Images/searchField.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 5px;
}

.searchField {
	font-size: 10px;
	color: #999;
	width: 175px;
	border: 0px;
	background-color: transparent;
	margin: 0px;
	background: transparent;
	float: right;
}

.searchButton {
	padding-left: 0px;
	margin-top: -18px;
	float: right;
	background: transparent;
	text-indent: -9999px;
	line-height: 0px;
	border: none;
	width: 43px;
	height: 24px;
	background-image: url(/sitefiles/1072/Images/searchbtn.gif);
	background-repeat: no-repeat;
}

.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #808080;
}

a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #808080;
	text-decoration: none;
}

a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #808080;
	text-decoration: underline;
}

/* MAIN NAV */

#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

#mainnav li ul {
	display: none;
}

#mainnav li {
	padding: 0px;
	margin: 0px;
	height: 30px;
	float: left;
}

#mainnav a {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #808080;
	display: block;
	text-decoration: none;
	padding: 20px;
	text-align: center;
}

#mainnav a:hover {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	display: block;
	text-decoration: none;
	padding: 20px;
	text-align: center;
}

#mainnav a.current {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	display: block;
	text-decoration: none;
	padding: 20px;
	text-align: center;
}

/* SUB NAV */

#subnavWrapper {
	float: left;
	width: 130px;
	padding: 0px;
}

#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}

#subnav li {
	padding: 0px;
	float: left;
	width: 130px;
	background: none;
}

#subnav a {
	font-size: 10px;
	display: block;
	text-decoration: none;
	color: #808080;
	margin: 3px 0;
}

#subnav a:hover {
	font-size: 10px;
	display: block;
	text-decoration: none;
	color: #000;
}

#subnav a.current {
	font-size: 10px;
	display: block;
	text-decoration: none;
	color: #262626;
}

/* PARENT STYLE- THIS JUST NEEDS TO BE THE SAME DIV NAME AS THE CONTAINING SUBMENU CONTAING DIV NAVE */

#subnavWrapper h2 {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	color: #000;
}

#subnavWrapper h2 a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	color: #000;
}

#subnavWrapper p {
	display: none;
}

/* WRAPPERS */

#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	border-top: 5px solid #C5AF2F;
	background-color: #262626;
}

#mainnavWrapper {
	margin: 0px auto;
	padding: 0px;
	height: 30px;
	width: 570px;
	position: absolute;
	top: 30px;
	float: right;
	right: 0px;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 12px;
}

#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

/* TOP */

#top {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 113px;
	position: relative;
}

#logo {
	float: left;
	width: 107px;
	height: 82px;
	color: #FFFFFF;
	position: absolute;
	left: 30px;
	top: 0px;
}

/* CONTENT */

.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#content {
	margin: 0px auto;
	width: 670px;
	background-color: #FFFFFF;
	position: relative;
	padding: 30px;
	border-top: 1px solid #5F604B;
	border-right: 1px solid #5F604B;
	border-left: 1px solid #5F604B;
	height: 300px;
}

#contentDefault {
	margin: 0px auto;
	width: 670px;
	background-color: #FFFFFF;
	position: relative;
	border-top: 1px solid #5F604B;
	border-right: 1px solid #5F604B;
	border-left: 1px solid #5F604B;
	padding: 30px;
}

#contentLeft {
	float: left;
    overflow: hidden;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-top: 50px;
    width: 130px;
}

#contentRight {
	float: right;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-top: 62px;
    position: relative;
    width: 520px;
}

/* @group Calendar List View */

ul.sw-events-detail-categories {
    left: -150px;
    position: absolute;
    top: 254px;
}

ul.sw-events-detail-categories li {
    background: none repeat scroll 0 0 transparent;
    display: block;
    padding: 0;
}

ul.sw-events-detail-categories li a {
    background: none repeat scroll 0 0 transparent;
    color: #808080;
    font-size: 10px;
    margin: 3px 0;
    padding: 0;
}

ul.sw-events-detail-categories li a.selected {
	font-weight: bold;
}

ul.sw-events-detail-timeframes li {
	padding: 0;
}

ul.sw-events-detail-timeframes li a {
    background: none repeat scroll 0 0 #60604B;
    margin: 0 2px;
    padding: 8px 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

ul.sw-events-detail-timeframes li a:hover, ul.sw-events-detail-timeframes li a.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

ul.sw-events-detail-timeframes {
    margin: 0 0 20px;
}

ul.sw-events-detail-list li {
    border: 1px solid #DDDDDD;
    margin: 0 0 20px;
    padding: 20px 160px 20px 20px;
    position: relative;
}

.sw-events-detail-list-event-description ol, 
.sw-events-detail-list-event-description ul {
	margin: 0 0 10px;
}

ul.sw-events-detail-list li li {
	border: none;
	margin: 0;
	padding: 0 0 0 15px;
}

div.sw-events-detail-list-event-details {
    background-color: #60604B;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 120px;
}

div.sw-events-detail-list-event-date {
	font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

div.sw-events-detail-list-event-datetime div {
	color: #FFF;
}

.event-module p.event-detail-description {
	display: none;
}

p.event-detail-location-name {
	font-size: 0;
}

p.event-detail-location-name span {
	font-size: 10px;
}

div.event-detail-contact-wrapper {
    margin: 0;
}


/* @end */


/* PHOTO GALLERY */

.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style: none;
}

.photogallery li {
	padding: 0 6px 6px 0;
	margin: 0px;
	background: none;
	float: left;
}

.photogallery li a {
	padding: 2px;
	border: 1px solid #808080;
	display: block;
}

.photogallery li a:hover {
	padding: 2px;
	border: 1px solid #000;
	display: block;
}

/* FOOTER */

#footer {
	margin: 0px auto;
	padding: 10px 0px 0px;
	width: 730px;
}

#footerRight {
	float: right;
	width: 360px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}

* html #footerRight {
	width: 379px;
	w\idth: 349px;
}

#footerRight a {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C5AF2F;
}

#footerRight a:hover {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C5AF2F;
}

#footerLeft {
	float: left;
	width: 100px;
	padding: 3px 0px 0px;
}

#footerLeft a {
	color: #999999;
	display: block;
	float: left;
	font-family: "Lucida Grande",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0 3px;
	text-decoration: none;
	text-transform: uppercase;
}

#footerLeft a:hover {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

#footerLeftB {
	float: left;
	width: 170px;
	padding: 3px 0px 0px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

#bottomWrapper {
	float: left;
	width: 100%;
}

#bottom {
	width: 700px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5F604B;
	border-bottom-color: #5F604B;
	border-left-color: #5F604B;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 50px;
	padding-left: 30px;
}

#utilityWrapper {
	width: 670px;
	float: left;
}

#utility ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

#utility li {
	margin: 0px;
	height: 30px;
	float: left;
	padding: 0 17px;
}

#utility a {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #808080;
	display: inline;
	text-decoration: none;
	padding-right: 20px;
	text-align: center;
}

#utility a:hover {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	display: inline;
	text-decoration: none;
	padding-right: 20px;
	text-align: center;
}

#ContentDefaultWrapper {
	float: left;
	width: 100%;
}

#ContentDefaultInner {
	border-left: 1px solid #5F604B;
    border-right: 1px solid #5F604B;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 730px;
}

#pageLeftWrapper {
	float: left;
	width: 130px;
	padding: 20px 0px 0px;
}

/* STORE */

#product-detail-information-container {
	width: 48%;
}

.featured-product-list {
	border: none;
}

.featured-product-list-item {
	height: 260px;
}

.category-list-item {
	border: none;
	height: 230px;
	width: 29%;
}

.category-list-item-image {
	height: 162px;
}

.category-list-item h4 {
	margin: 0;
}

.category-list {
	clear: both;
	float: left;
	list-style-type: none;
	margin: 20px 0 0;
	min-height: 300px;
	padding: 0;
	width: 100%;
}

.product-list-item {
	width: 30%;
}

#sn-tagcat-40, #sn-tagcat-41 {
	margin-top: 20px;
}

#sn-tagcat-40 br, #sn-tagcat-41 br {
	display: none;
}

#product-detail-price {
	font-size: 18px;
	font-weight: bold;
}

div.shopping-cart-coupon-code {
	display: none;
}

.auth-net-checkout {
	background: url("/sitefiles/1072/images/auth-checkout.gif") no-repeat scroll 0 0 transparent;
	border: medium none;
	display: block;
	float: left;
	font-size: 0;
	height: 83px;
	line-height: 0;
	margin-top: 10px;
	text-indent: -9999px;
	width: 262px;
}

p.shopping-cart-shipping-tax-note {
	display: none;
}

/* @group Media Player V2 */

ul.sw-media-archive-crumbs,
div.sw-media-archive-series {
	display: none;
}

ul.sw-media-archive-channels, div.sw-media-archive-series {
	display: none !important;
}

ul.media-archive-channels {
	display: block !important;
    margin-bottom: 40px;
    margin-left: -14px;
    padding: 0;
}

li.channel {
	float: none;
}

.media-archive-channels li a {
	color: #808080;
    padding: 0 0 0 14px;
    text-decoration: none;
}

.media-archive-channels li a:hover {
	background: url("/sitefiles/1072/images/ma-arrow.png") no-repeat scroll 0 4px transparent;
    color: #60604D;
}

li.episode {
    padding: 15px 0;
}

span.sw-media-archive-episode-play a {
	background-color: #E6E6E6;
    color: #60604D;
    text-decoration: none;
}

.sw-media-archive-episode-info h2 a {
	color: #60604D;
	font-size: 11px;
	text-decoration: none;
}

.sw-media-archive-episode-info p .sw-media-archive-episode-date, 
.sw-media-archive-episode-info p .sw-media-archive-episode-time {
	display: none;
}

.main-details h3 {
	color: #b3b3b3;
}

.main-details h2 {
	font-size: 22px;
    font-weight: normal;
    margin: 12px 0;
}

.episode-details span.label {
	font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

div.downloads, div.sharing, div.subscribe {
    border-bottom: 1px solid #DDDDDD;
    height: auto;
    overflow: hidden;
}

.sw-media-archive-episode-button a {
    background-color: #E6E6E6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #60604D;
    text-decoration: none;
}

.sw-media-archive-episode-button a.itunes {
    margin-right: 5px;
}

.metadata span.sw-media-archive-episode-button, 
.downloads span.sw-media-archive-episode-button, 
.sharing span.sw-media-archive-episode-button {
	padding: 0;
}

/* @end */

div.product-list-sort {
	display: none;
}

.generallist blockquote {
	margin: 0 40px 18px;
}
