/* Page Structure*/

@import url("content.css");

/* TOC

1: - Global Styles

2: - Header

3: - Main Nav

4: - Content

5: - Footer

*/


/* 1 :-------- Global Styles ------------ */

	body {
		min-width: 995px;
		margin: 0 auto;
		padding: 0;
		color: #554e4e;
		}
	.backgroundGradient {
		background: url(/images/elements/content-gradient.gif) top repeat-y;
		padding: 0;
		margin: 0 auto -25px;
		}
	.topFlag {
		background: url(/images/generic/flag-top.jpg) top no-repeat;
		padding: 0;
		margin: 0 auto;
		}
	.lowerFlag {
		margin: 0 auto;
		padding: 0 0 35px;
		background: url(/images/generic/flag-bottom.jpg) bottom no-repeat;
		}
	.skipLink {
		position: absolute;
		margin-top: -999px;
		}
	.container {
		width: 985px;
		padding: 0 0 0 10px;
		margin: 0 auto;
		position: relative;
		}		
	a {
		text-decoration: none;
		color: #399d22;
		}
	a:hover {
		text-decoration: underline;
		}
	a img {
		border: 0;
		}
	.clear {
		clear: both;
		}

/* 2 :-------- Header ------------ */

	.header {
		height: 157px;
		/*width: 1005px;*/
		width:995px;
		margin: 0 auto;
		overflow: hidden;
		}
	.mainLogo {
		position: absolute;
		width: 146px;
		height: 94px;
		margin-top: 25px;
		margin-left: 15px;
		background: url(/images/generic/mainLogo.jpg) no-repeat;
		text-indent: -9999px;
		}
	.beta {
		position: absolute;
		width: 146px;
		height: 15px;
		margin-top: 118px;
		margin-left: 15px;
		background: url(/images/generic/mainLogo-beta.jpg) no-repeat;
		text-indent: -9999px;
		}
	.memberLogin {
		width: 365px;
		float: left;
		padding: 6px 0 0;
		}
	.loggedIn p {
		display: inline;
		}
	.loggedIn {
		float: left;
		width: 65%;
		padding: 6px 0 0 0;
		}
	.loginOptions {
		float: left;
		width: 105px;
		font-size: .95em;
		vertical-align: top;
		}
	.loginOptions ul{
		margin: 0;
		padding: 0;
		list-style: none;
		}
	.loginOptions a {
		color: #fffffe;
		padding: 0 0 0 7px;
		text-decoration: none;
		background: url(/images/elements/loginArrows.gif) 0 4px no-repeat;
		}
	.loginOptions a:hover {
		color: #fffffe;
		text-decoration: underline;
		}
	.loggedInOptions {
		float: right;
		margin: 5px 0 0 0;
		width: 30%;
		}
	.loggedInOptions .myAccount {
		text-indent: -9999px;
		background: url(/images/buttons/btn_myAccount.gif) no-repeat top left;
		height: 21px;
		/*padding: 0 5px 3px 0;*/
		display: block;
		float: left;
		width: 55%;
		}
	.loggedInOptions .myOrders {
		text-indent: -9999px;
		background: url(/images/buttons/btn_myOrders.gif) no-repeat top left;
		height: 21px;
		/*padding: 0 5px 3px 0;*/
		display: block;
		float: left;
		width: 55%;
		}		
	.loggedInOptions input.logout {
		float: left;
		width: 40%;
		padding: 0 5px 0 0;
		}
	.loginOptions .logout {
		text-indent: 9999px;
		background: url(/images/buttons/btn_logout.gif) no-repeat top left;
		height: 21px;
		display: block;
		}

	.loginButton {
		font-size: .95em;
		vertical-align: top;
		margin: -2px 0 0;
		}
	.searchBar {
		float: right;
		text-align: right;
		}
	.loginText {
		color: #fffffe;
		border: 1px solid #a01b20;
		background: url(/images/elements/loginBox.gif);
		font-size: .95em;
		margin: -2px 5px 0;
		padding: 2px;
		width: 75px;
		vertical-align: top;
		}
	.searchText {
		color: #fffffe;
		border: 1px solid #a01b20;
		background: url(/images/elements/loginBox.gif);
		font-size: .95em;
		margin: -1px 5px 0;
		padding: 2px;
		width: 130px;
		vertical-align: top;
		}
	.searchButton {
		font-size: .95em;
		vertical-align: top;
		margin: -1px 0 0;
		}
	.loginArea {
		color: #fffffe;
		float: right;
		}
	.loginArea a{
		color: #fffffe;
		}
	.loginArea .myCart {
		background: url(/images/generic/panel_myCart.gif) no-repeat;
		height: 40px;
		width: 66px;
		float: left;
		padding: 11px 10px 0 9px;
		}
	.loginArea .myCart a {
		display: block;
		width: 65px;
		padding: 0 0 0 7px;
		text-decoration: none;
		background: url(/images/elements/loginArrows.gif) 0 4px no-repeat;
		}
	.loginArea .myCart a:hover {
		text-decoration: underline;
		}
	.loginArea2 {
		background: url(/images/generic/panel_login.gif) no-repeat;
		height: 40px;
		width: 470px;
		float: left;
		padding: 5px 10px 0; 
		margin-left: 4px;
		}
	.loginArea3 {
		background: url(/images/generic/panel_search.gif) no-repeat;
		height: 40px;
		width: 207px;
		float: left;
		padding: 10px 10px 0; 
		margin-left: 4px;
		}
	.loginAreaIMG {
		/*background: url(/images/generic/panel_login_img.gif) no-repeat;*/
		height: 40px;
		width: 490px;
		float: left;
		/*padding: 5px 10px 0; */
		margin-left: 4px;
		}
	#facebook-link {
		background: url("../images/buttons/home-facebook.png") no-repeat scroll 0 0 transparent;
	    height: 16px;
	    left: 24px;
	    opacity: 0.8;
		filter: alpha(opacity=80);
	    position: absolute;
	    top: -1px;
	    width: 87px;
	    z-index: 1000;
	}	
	#twitter-link {
		background: url("../images/buttons/home-twitter.png") no-repeat scroll 0 0 transparent !important;
		
	    height: 16px;
	    left: 123px;
		filter: alpha(opacity=80);
	    opacity: 0.8;
	    position: absolute;
	    top: -1px;
	    width: 87px;
	    z-index: 1000;
	}
	#facebook-link:hover, #twitter-link:hover {
		background-position: 0 0 !important;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	#facebook-box {
	    overflow: hidden;
		height: 21px;
	    padding: 0 0 0 97px;
	    position: relative;
	    width: 233px;
	}
	.facebook-sub {
		position: absolute;
		left: 0;
		top: 2px;
	}

/* 3 :-------- Main Nav ------------ */

	#mainNav {
		margin:82px auto 0;
		/*padding-left: 160px;
		width: 871px;*/
		padding-left: 210px;
		padding-top: 0;
		margin-left:10px;
		text-indent: -9999px;
		position: absolute;
		width:775px;
		}
	#mainNav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	#mainNav li {
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		display:block;
		}
	#mainNav a {
		display: block;
		font-size: 1em;
		padding: 5px 0;
		text-decoration: none;
		color: #333;
		background-position: 0 0;
		background-repeat: no-repeat;
		}
	#mainNav .level01On a {
		background-position: 0 -28px;
		}
	#mainNav a:hover {
		background-position: 0 -28px;
		}
		
/* nav backgrounds */
			
	#mainNav .home {
		width: 59px; 
		background-image: url(/images/nav/mainNav_home.gif);
		}
	#mainNav .news {
		width: 59px; 
		background-image: url(/images/nav/mainNav_news.gif);
		}
	#mainNav .season {
		width: 73px; 
		background-image: url(/images/nav/mainNav_season.gif);
		}
	#mainNav .theClub {
		width: 85px; 
		background-image: url(/images/nav/mainNav_theClub.gif);
		}
	#mainNav .fanzone {
		width: 80px; 
		background-image: url(/images/nav/mainNav_fanzone.gif);
		}
	#mainNav .memberzone {
		width: 112px; 
		background-image: url(/images/nav/mainNav_memberzone.gif);
		}		
	#mainNav .shop {
		width: 57px; 
		background-image: url(/images/nav/mainNav_shop.gif);
		}
	#mainNav .southsCares {
		width: 121px; 
		background-image: url(/images/nav/mainNav_southsCares.gif);
		}
	#mainNav .corporate {
		width: 99px; 
		background-image: url(/images/nav/mainNav_corporate.gif);
		}
	#mainNav .membership {
		width: 108px; 
		background-image: url(/images/nav/mainNav_membership.gif);
		}
	#mainNav .sstv {
		width: 53px; 
		background-image: url(/images/nav/mainNav_sstv.gif);
		}
	#mainNav .auctions {
		width: 70px; 
		background-image: url(/images/nav/mainNav_auctions.gif);
		}
		
/* 4 :-------- Content ------------ */

/* home page content styles */
	#home #content {
		padding: 1px 0 0 2px;
		margin: 0;
		width: 816px;
		float: left;
		}
	#home .homeFlash {
		padding: 0;
		margin: 0;
		width: 816px;
		height: 280px;
		overflow: hidden;
		}
	#home .homeFlashError {
		padding: 30px;
		}	
	#home .homeLeftContent {
		width: 416px;
		height: 502px;
		overflow: hidden;
		background: #f6f6f6 url(/images/elements/bg-homeLeftContent.gif) bottom repeat-x;
		float: left;
		}
	#home .homeNews {
		font-size: .9em;
		padding: 0;
		margin: 0;
		width: 416px;
		height: 254px;
		position: relative;
		}
	#home .homeNews .newsBlackBg {
		position: absolute;
		width: 195px;
		height: 254px;
		background: url(/images/elements/home-news-gradient.gif) no-repeat;
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		opacity: 0.9;		
		}
	#home .homeNews .linkToNews {
		position: absolute;
		top: 0;
		left: 195px;
		width: 220px;
		height: 254px;
		}
	#home .homeNews .video {
		position: absolute;
		background: url(/images/icons/home-news-video.gif) no-repeat;
		width: 24px;
		height: 18px;
		text-indent: -9999px;
		left: 375px;
		bottom: 18px;
		}
	#home .homeNews .newsDetails {
		font-size: 1em;
		padding: 0 0 0 18px;
		color: #fffffe;
		width: 160px;
		height: 238px;
		display: block;
		position: absolute;
		left: 0px;
		top: 18px;
		}
	#home .homeNews .newsDetails h5 a {
		color: #fffffe;
		text-decoration: none;
		}
	#home .homeNews .newsDetails h5 a:hover {
		text-decoration: underline;
		}
	#home .homeNews .newsDetails a {
		color: #48e06b;
		text-decoration: none;
		float: left;
		display: block;
		}
	#home .homeNews .newsDetails a:hover {
		text-decoration: underline;
		}
	#home .homeNews .newsDetails #homeNewsMembersOnly {
		background: url(/Images/Icons/lock_home.gif) 0 0 no-repeat;
		text-indent: -9999px;
		display: block;
		height: 16px;
		width: 11px;
		float: left;
		margin: -2px 0 0 5px;
		}
	#home .homeNews .newsDetails h5 {
		/*font-size: 2em;*/
		font-size: 1.9em;
		line-height: 1.1em;	
		padding: 2px 0 0;
		margin: 0;
		text-transform: uppercase;
		display: block;
		height: 38%;
		overflow: hidden;
		/*overflow: hidden;
		height: 93px;*/
		}
	#home .homeNews .newsDetails #homeNewsDate {
		padding-top: 8px;
		display: block;
		width: 100%;
		}
	#home .homeNews .newsDetails .list {
		height: 15px;
		clear: both;
		}
	#home .homeNews .newsDetails .list .back {
		display: block;
		width: 18px;
		height: 14px;
		margin-right: 1px;
		text-indent: -9999px;
		float: left;
		background: url(/images/buttons/btn-prevNews.gif) no-repeat;
		}
	#home .homeNews .newsDetails .list .back:hover {
		background: url(/images/buttons/btn-prevNewsOn.gif) no-repeat;		
		}
	#home .homeNews .newsDetails .list a.newsItem {
		display: block;
		width: 18px;
		height: 14px;
		text-indent: -9999px;
		float: left;
		background: #5b5b5b;
		margin-right: 1px;
		}
	#home .homeNews .newsDetails .list a:hover.newsItem {
		background: #959595;
		}
	#home .homeNews .newsDetails .list .newsItemOn {
		display: block;
		width: 18px;
		height: 14px;
		text-indent: -9999px;
		float: left;
		background: url(/images/buttons/btn-homeNewsOn.gif);
		margin-right: 1px;
		}
	#home .homeNews .newsDetails .list .next {
		display: block;
		width: 18px;
		height: 14px;
		text-indent: -9999px;
		float: left;
		background: url(/images/buttons/btn-nextNews.gif) no-repeat;
		}
	#home .homeNews .newsDetails .list .next:hover {
		background: url(/images/buttons/btn-nextNewsOn.gif) no-repeat;
		}
	#home .homeNews .newsDetails div {
		padding: 10px 0 0;
		margin: 0 0 5px;
		height: 45px;
		display: block;
		overflow: hidden;
		font-size: 1em;
		}
	#home .homeRightContent {
		width: 356px;
		/*height: 501px;
		overflow: hidden; -- removed for game day matches display */
		float: left;
		border-top: 1px solid #d1d4d4;
		padding: 0 0 0 20px;
		margin: 0;
		}
	#home .community {
		padding: 0;
		margin: 10px 0 0;
		width: 376px;
		position: relative;
		height: 235px;
		}
	#home .community .twitter-sub {
	    position: absolute;
	    right: 84px;
	    top: 2px;
	}
	#home .gameDayInfo {
		width: 375px;
		height: 190px;
		overflow: auto;
		}
	#home .gameDayInfo .promo {
		display: block;
		margin-top: 3px;
		/*overflow: hidden;*/
		}
	#home .gameDay {
		font-size: .9em;
		padding: 10px 0 15px;
		width: 349px;
		}
	#home .gameDay .home {
		text-indent: -9999px;
		width: 13px;
		height: 27px;
		margin-top: -27px;
		padding-left: 139px;
		background: url(/images/elements/gameDay-blackRabbit.gif) right no-repeat;
		}
	#home .gameDay .away {
		text-indent: -9999px;
		width: 13px;
		height: 27px;
		margin-top: -27px;
		padding-left: 139px;
		background: url(/images/elements/gameDay-whiteRabbit.gif) right no-repeat;
		}
	#home .gameDay .win {
		text-indent: -9999px;
		width: 13px;
		height: 27px;
		margin-top: -27px;
		padding-left: 173px;
		background: url(/images/elements/win.gif) right no-repeat;
		}
	#home .gameDay .matchRound {
		text-transform: uppercase;
		padding-bottom: 2px;
		display: block;
		width: 349px;
		border-bottom: 1px solid #cdcdcd;
		}
	#home .gameDay .gameDetails {
		text-align: right;
		margin-top: -18px;
		display: block;
		}
	#home .gameDay .team1 {
		margin-top: 4px;
		font-size: 2em;
		width: 190px;
		border-bottom: 1px solid #cdcdcd;
		}
	#home .gameDay .team2 {
		font-size: 2em;
		width: 349px;
		border-bottom: 1px solid #cdcdcd;
		}
	#home .gameDay .scoreBg {
		background: url(/images/elements/bg-home-score.gif) no-repeat;
		margin-top: -52px;
		margin-left: 192px;
		width: 36px;
		height: 52px;
		display: block;
		}
	#home .gameDay .score1 {
		height: 22px !important;
		width: 36px;
		padding: 1px 10px 0 8px;
		color: #fff;
		font-size: 2em;
		}
	#home .gameDay .matchReport {
		background: url(/images/buttons/btn-matchReport.gif) no-repeat;
		text-indent: -9999px;
		margin-top: -25px;
		width: 89px;
		height: 18px;
		display: block;
		float: right;
		position: relative;
		}
	#home .gameDay .matchPreview {
		background: url(/images/buttons/btn-matchPreview.gif) no-repeat;
		text-indent: -9999px;
		margin-top: -46px;
		width: 89px;
		height: 18px;
		display: block;
		float: right;
		position: relative;
		}
	#home .gameDay .buyTickets {
		background: url(/images/buttons/btn-buyTickets.gif) no-repeat;
		text-indent: -9999px;
		margin-top: -25px;
		width: 89px;
		height: 18px;
		display: block;
		float: right;
		position: relative;
		}
	#home .links {
		width: 416px;
		float: left;
		padding: 0 0 15px;
		margin: 15px 0 0;
		}
	#home a.featuredLinks {
		color: #7f7676;
		font-size: .9em;
		width: 176px;
		padding: 0 0 15px 20px;
		display: block;
		float: left;
		cursor: pointer;
		}
	#home a:hover.featuredLinks {
		text-decoration: none;
		}
	#home .featuredLinks .info {
		width: 112px;
		display: block;
		padding: 5px 0 0 0;
		float: left;
		}
	#home .featuredLinks .btn {
		display: block;
		width: 61px;
		height: 18px;
		float: right;
		text-indent: -9999px;
		background: url(/images/buttons/btn-readOn.gif) 0 0 no-repeat;
		}
	#home .featuredLinks img {
		margin-left: 3px;
		padding-top: 2px;
		width: 61px;
		height: 55px;
		float: left;
		}
	#home .featuredLinks .link {
		width: 176px;
		font-size: .9em;
		padding-bottom: 2px;
		border-bottom: 1px solid #dcdddc;
		display: block;
		cursor: pointer;
		}
	#home .homeShop {
		width: 356px;
		float: left;
		}
	#home a.homeShop {
		color: #7f7676;
		cursor: pointer;
		}
	#home a:hover.homeShop{
		text-decoration: none;
		}
	#home .title {
		background: url(/images/elements/home-southsShop.gif) no-repeat;
		text-indent: -9999px;
		border-bottom: 1px solid #dcdedc;
		display: block;
		margin: 16px 0 11px;
		}
	#home .homeShop .productTitle {
		width: 215px;
		font-size: 2em;
		line-height: 1.1em;	
		float: left;
		margin-bottom: 10px;
		color: #039726;
		font-weight: bold;
		}
	#home .productPrice {
		width: 80px;
		display: block;
		font-size: 1.8em;
		float: right;
		color: #039726;
		font-weight: bold;
		}
	#home .productDesc {
		font-size: .9em;
		width: 196px;
		display: block;
		}
	#home .homeShop img {
		margin-top: 20px;
		width: 100px;
		float: right;
		}
	#home .viewItem {
		background: url(/images/buttons/btn-viewItem.gif) no-repeat;
		display: block;
		width: 63px;
		height: 18px;
		margin-right: 2px;
		float: left;
		text-indent: -9999px;
		}
	#home .prevItem {
		background: url(/images/buttons/btn-prevItem.gif) no-repeat;
		display: block;
		width: 21px;
		height: 18px;
		margin-right: 1px;
		float: left;
		text-indent: -9999px;
		}
	#home .nextItem {
		background: url(/images/buttons/btn-nextItem.gif) no-repeat;
		display: block;
		width: 21px;
		height: 18px;
		float: left;
		text-indent: -9999px;
		}

/* lower page content styles */
	#lower .container .links {
		float: left;
		padding: 0 0 0 30px;
		margin-top: 40px;
		}
	#lower .container a.featuredLinks, #lower .container a.featuredProduct {
		color: #7f7676;
		font-size: .9em;
		width: 176px;
		margin: 0 15px 0 0;
		/*padding: 0 0 15px 0;*/
		padding: 0;
		display: block;
		float: left;
		cursor: pointer;
		}
	#lower .container a:hover.featuredLinks, #lower .container a:hover.featuredProduct {
		text-decoration: none;
		}
	#lower .container .featuredLinks .info {
		width: 112px;
		padding: 5px 0 0 0;
		float: left;
		}
	#lower .container a.featuredProduct .info {
		color: #399d22;
		width: 72px;
		padding: 5px 0 0 0;
		float: left;
		}
	#lower .container .featuredLinks .link, #lower .container a.featuredProduct .link {
		color: #444444;
		text-transform: uppercase;
		font-weight: bold;
		width: 176px;
		font-size: .9em;
		padding-bottom: 2px;
		border-bottom: 1px solid #dcdddc;
		display: block;
		}
	#lower .featuredLinks .btn {
		display: block;
		width: 61px;
		height: 18px;
		float: right;
		text-indent: -9999px;
		background: url(/images/buttons/btn-readOn.gif) 0 0 no-repeat;
		}
	#lower .featuredLinks img {
		margin-left: 3px;
		padding-top: 2px;
		width: 61px;
		height: 55px;
		float: left;
		}	
	#lower .featuredProduct .btn {
		display: block;
		width: 61px;
		height: 18px;
		float: right;
		text-indent: -9999px;
		background: url(/images/buttons/btn-readOn.gif) 0 0 no-repeat;
		}
	#lower .featuredProduct img {
		padding-top: 1px;
		width: 100px;
		height: 100px;
		float: right;
		}	
	.pageHeader {
		text-transform: uppercase;
		float: left;
		width: 761px;
		/*width: 580px;*/
		height: 168px;
		padding: 0 0 0 27px;
		position: relative;
		}
	.pageHeader .title {
		background: #fff;
		margin: 3px 0 0 0;
		padding: 8px 0 0 0;
		height: 150px;
		overflow: hidden;
		}
	.pageHeader .title h1 {
		/*line-height: 0.6em;*/
		height: 100px;
		margin-bottom: 5px;
		margin-top: 0;
		overflow: hidden;
		color: #039625;
		}
	.pageHeader .title h2 {
		font-size: 3em;
		color: #878787;
		width: 780px;
		/*height: 60%;*/
		height: 54px;
		}
	.printPage {
		background: url(/images/buttons/btn-print.gif) right no-repeat;
		left: 763px;
		top: 28px;
		position: absolute;
		}
	.printPage a{
		width: 27px;
		display: block;
		text-indent: -9999px;
		}
	/* -- AddThis widget -- */	
	.addthis_toolbox {
		margin:20px 0;
		font-size:12px;
		text-transform:uppercase;
		width: 300px;
		float: left;
	}
		.top {
			margin:-135px 0 0 450px;
			}
		.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet {
			margin-top: -2px;
		}
		.addthis_button_compact .at15t_compact {
			margin-right: 4px;
			float: left;
		}  	
		.addthis_button_facebook_like, .addthis_button_tweet, .addthis_button_compact {
		float:left;
		margin-right:10px;
		}
			.addthis_button_facebook_like {
				margin-top:2px;
				}
			.addthis_button_tweet {
				width:50px;;
				}
			.addthis_button_compact {
				width:70px;
				}
	/*.printPage {
		background: url(/images/buttons/btn-print.gif) right no-repeat;
		margin: 30px 33px 0 0;
		float: right;
		}*/
	#content {
		float: left;
		width: 770px;
		padding: 0 0 10px 25px;
		}
	#lower #content .leftContent ul, #content .leftContentNoNav ul {
		list-style: none;
		margin: 10px 0;
		padding: 0;
		}
	#lower #content .leftContent ul li, #content .leftContentNoNav ul li {
		background: url(/images/icons/bullet-green-round.gif) 15px 6px no-repeat;
		padding: 0 0 0 25px;
		}
	#lower #content .leftContent ul li ul li, #content .leftContentNoNav ul li ul li {
		background: url(../images/icons/bullet-green-dash.gif) 15px 6px no-repeat;
		padding: 0 0 0 25px;
		}
	.leftDigitalPartner{
		position:absolute; 
		top:0; 
		left:-77px; 
		width:80px; 
		height:248px;
		}		
	#home .leftContentWithNav {
		width: 985px;
		float: left;
		height: 783px;
		/*position: relative;*/
		}
	#lower .leftContentWithNav {
		width: 985px;
		float: left;
		/*position: relative;*/
		}
	.leftContent{
		float: left;
		width: 580px;
		background: #fff;
		padding: 18px 0 0 0;
		margin: 0 0 0 5px;
		display: block;
		border-top: 1px solid #d1d1d1;
		}
	.leftContentNoNav{
		float: left;
		width: 770px;
		background: #fff;
		padding: 18px 0 0;
		display: block;
		border-top: 1px solid #d1d1d1;
		}
	.rightCol {
		float: right;
		padding: 0 5px 0 0;
		margin: 0;
		width: 160px;
		}
	#sideNav ul {
		text-transform: uppercase;
		font-weight: bold;
		margin: 0;
		padding: 0;
		list-style: none;
		border-top: 1px solid #808080;
		}
	#sideNav ul li {
		width: 160px;
		display: block;
		padding: 0;
		margin: 0 !important;
		list-style: none;
		}
	#sideNav ul li a {
		color: #656565;
		display: block;
		padding: 5px 10px;
		margin: 0;
		text-decoration: none;
		border-bottom: 1px solid #ccc;
		}
	#sideNav ul li a:hover {
		background: #c5c5c5;
		color: #fffffe;
		}
	#sideNav ul li.level01On a {
		background: #aaaaaa url(/images/nav/2nd-nav-bg.gif) no-repeat;
		color: #fffffe;
		}
	#sideNav ul .on ul {
		border-top: none;
		font-size: .9em;
		}
	#sideNav ul .on ul li a {
		margin: 0;
		padding: 5px 0 5px 25px;
		color: #595959;
		font-weight: normal;
		width: 135px;
		background: #f8f8f8 url(/images/icons/bullet-grey-thirdNav.gif) 15px 9px no-repeat;
		}
	#sideNav ul .on ul li a:hover {
		margin: 0;
		padding: 5px 0 5px 25px;
		color: #595959;
		background: #e8e8e8 url(/images/icons/bullet-grey-thirdNav.gif) 15px 9px no-repeat;
		}
		
/* begin level2 .on */
	#sideNav ul li.level02 a, #sideNav ul li.level02on a:hover {
		background: #aaaaaa url(/images/nav/2nd-nav-bg.gif) no-repeat;
		color: #fffffe;
		}
	#sideNav .level02 {
		border-top: none;
		font-size: .9em;
		}
	#sideNav ul.level02 li a {
		margin: 0;
		padding: 5px 0 5px 25px;
		color: #595959;
		font-weight: normal;
		width: 135px;
		display: block;
		background: #f8f8f8 url(/images/icons/bullet-grey-thirdNav.gif) 15px 9px no-repeat;
		}
	#sideNav li.level02On a:hover {
		margin: 0;
		padding: 5px 0 5px 25px;
		color: #595959;
		background: #e8e8e8 url(/images/icons/bullet-grey-thirdNav.gif) 15px 9px no-repeat;
		}
	#sideNav li.level02 a:hover {
		margin: 0;
		padding: 5px 0 5px 25px;
		color: #595959;
		background: #e8e8e8 url(/images/icons/bullet-grey-thirdNav.gif) 15px 9px no-repeat;
		}
	#sideNav li.level02On a {
		background-color: #e8e8e8 !important;
		font-size: .9em;
		}
		
/* end level2 .on*/

/* Begin search button (in secondary nav) */

	#CommonHeaderSearch {
		margin-top: 10px;
		}
	#CommonHeaderSearch p {
		display: inline;
		padding: 4px 0 0 0 !important;
		float: left;
		width: 10px;
		}
	#CommonHeaderSearch .searchDropdown {
		margin: 7px 7px 0 0;
		width: 55%;
		float: left;
		font-size: 1em;
		color: #554e4e;
		border: 1px solid #dadada;
		}
	
	#CommonHeaderSearch .searchButton {
		float: left;
		width: 40%;
		margin: 7px 0 0 0;
		font-size: 1em;
		}
	#CommonHeaderSearch .searchText {
		border: 1px solid #dadada;
		background: #fff;
		padding: 3px;
		margin: 0 5px 0 0;
		float: left;
		width: 130px !important;
		color: #554e4e;
		font-size: 1em;
		background: #fff url(/images/elements/formBg.gif) repeat-x top left;
		}

/* end search button styleZ */
		
/* community server stuff */

#community .homeTop
{
	background-image: url(/images/elements/csLeftColBg.gif);
	background-repeat: repeat-y;
	margin-bottom:20px;
}

#community .homeRow
{
	border-bottom: solid 1px #E4E4E4;
}

#community .homeLeftCol
{
	float:left;
	padding: 20px 19px 39px 12px;
	width:133px;
}

#community .homeRightCol
{
	float:right;
	width:399px;
	padding-bottom: 20px;
}

#community .profileRightCol
{
	float:right;
	width:416px;
	padding-bottom: 20px;
}

#community .profileRightRow
{
	padding-top: 15px;
	padding-left: 17px;
	padding-bottom: 20px;
}
#community .profileRightRowTopBorder
{
	padding-top: 15px;
	padding-left: 17px;
	padding-bottom: 20px;
	border-top: solid 1px #E4E4E4;
}

#community a.homeViewTheBell
{
	width: 133px;
	height: 22px;
	display: block;
	background-image: url(/images/buttons/btn-csUpdatesAndFaqs.gif);
	text-indent: -9999px;
	margin-top:20px;
}
#community a.homeViewAllBlogs
{
	width: 133px;
	height: 22px;
	display: block;
	background-image: url(/images/buttons/btn-csViewAllBlogs.gif);
	text-indent: -9999px;
	margin-top:20px;
}
#community a.homeViewAllGalleries
{
	width: 133px;
	height: 22px;
	display: block;
	background-image: url(/images/buttons/btn-csViewAllGalleries.gif);
	text-indent: -9999px;
	margin-top:20px;
}

#community .homeBlogImage
{
	float:left; 
	margin-right:20px; 
	margin-bottom:10px;
}

#community .homeWhoOnlineOneColumn
{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	border-top-width: 1px;
	border-left-width: 1px;
	color: #333333;
	font-size: 80%;
	text-align: left;	
}

#community ul.contentUl  {
	list-style: none;
	margin: 10px 0;
	margin-left: -10px;
	padding: 0;
	}
#community ul.contentUl li {
	background: url(/images/icons/bullet-green-round.gif) 15px 6px no-repeat;
	padding: 0 0 0 25px;
	}
	
#community .blogListImage	
{
	float:left;
	width:100px;
	margin: 3px 0 0 0;
}

#community .blogListDescription	
{
	float:left;
	width:480px;
	
}

#community .blogListDescriptionHome
{
	/*float:left;
	width:299px;*/
	line-height: 1.4em;
}

/* community server stuff*/
	
	h4.memberZone {
		border-bottom: 1px solid #dadada !important;
		padding: 0 0 5px 0;
		margin: 40px 0 0 0;
		}
	h4.memberZone.noUnderline {
		border-bottom: none !important;
		padding: 0;
		margin: 0;
		}
	
	.southsShopAddress {
		width: 580px;
		}	
	.southsShopAddress h4 {
		padding: 0 0 5px 0;
		margin: 0 0 10px 0;
		color: #399d22;
		width: 100%;
		font-size: 1.4em;
		border-bottom: 1px solid #dadada;
		}
	.shopHome {
		margin-top: 40px;
		float: left;
		width: 580px;
		background: url(/images/elements/address_border.gif) 0 23px repeat-x;
		}
	.shopHome img {
		float: right;
		padding: 0 0 10px 10px;
		}
	.shopHome .address1 {
		float: left;
		width: 580px;
		line-height: 1.5em;
		/*padding: 0 30px 0 0;*/
		padding: 0;
		margin: 0;
		}
	.shopHome .address1 h4 {
		border-bottom: 1px solid #dadada;
		/*padding-right: 120px;*/
		}
	.shopHome .address2 {
		float: left;
		width: 580px;
		line-height: 1.5em;
		padding: 0;
		margin: 0;
		}
	.shopHome .address2 h4 {
		border-bottom: 1px solid #dadada;
		/*padding-right: 120px;*/
		}
	#sitemap {
		width: 770px;
		}
	#sitemap ul {
		margin: 0 0 0 10px;
		padding: 0;
		list-style: none;
		}
	.level10on {
		background: none;
		/*background-position: top center;*/
		}
	.level0on a{
		font-size: 1.2em;
		font-weight: bold;
		}	
	#sitemap ul li.level1 {
		clear: left;
		padding: 0;
		}
	#sitemap ul li.level1 ul {
		padding: 0 0 0 0;
		}
	#sitemap li.level1 a {
		display: block;
		font-size: 1.2em;
		border-top: 1px solid #dadada;
		font-weight: bold;
		padding: 5px 0 3px;
		margin: 0;
		width: 30%;
		}
	#sitemap ul li.level1 ul .level2 {
		display: block;
		width: 770px;
		padding-right: 3%;
		padding-bottom: 5px;
		background: none;
		}
	#sitemap li {
		background: none !important;
		list-style: none !important;
		}
	#sitemap ul {
		background: none !important;
		list-style: none !important;
		}
	#sitemap ul li.level1 ul .level2 a {
		border: none;
		padding: 0;
		margin: 0;
		font-size: 1em !important; 
		}
	#sitemap ul li.level1 ul .level2 ul .level3 a {
		background: url(/images/icons/bullet-green-round.gif) no-repeat 0px 5px;
		border: none;
		padding: 3px 0 0 15px;
		margin: 0;
		font-size: 1em !important; 
		font-weight: normal !important;
		}
	#sitemap li.level2 {
		background: url(/images/icons/bullet-green-dash.gif) no-repeat 7px 5px !important;
		padding: 0 0 0 8px;
		font-weight: normal !important;
		}
	#sitemap li.level3 a {
		padding: 0 0 0 9px !important;
		margin: 0 !important;
		}
	#sitemap li.level3 {
		padding: 0 0 0 17px !important;
		margin: 0 !important;
		}
	#sitemap li.level2 a {
		padding: 0 0 0 9px !important;
		margin: 0 !important;
		}
	#sitemap li.level2 {
		padding: 0 0 0 7px !important;
		margin: 0 !important;
		}
	.level2 a {
		font-weight: bold !important;
		}
		
/* See content.css */

/* 5 :-------- Footer ------------ */

	#footer {
		height: 15px;
		float: left;
		width: 816px;
		}
	#footer div {
		padding: 0;
		margin: 0;
		}
	#footer ul {
		float: left;
		width: 220px;
		margin: 0;
		padding: 0;
		}
	#footer li {
		margin: 0;
		padding: 0 15px 0 0;
		list-style: none;
		float: left;
		}
	#footer a, #footer span a  {
		text-decoration: none;
		text-transform: uppercase;
		color: #fffffe;
		text-indent: -9999px;
		display: block;
		}
	#footer .privacy {
		width: 79px;
		background: url(/images/nav/footer-privacy.gif) bottom left no-repeat;
		}
	#footer .sitemap {
		width: 42px;
		background: url(/images/nav/footer-sitemap.gif) bottom left no-repeat;
		}
	#footer .contact {
		width: 54px;
		background: url(/images/nav/footer-contact.gif) bottom left no-repeat;
		}
	#footer span.copyright {
		display: block;
		text-indent: -9999px;
		float: left;
		width: 196px;
		background: url(/images/nav/footer-copyright.gif) bottom left no-repeat;
		}
	span.credit {
		text-indent: -9999px;
		float: right;
		width: 98px;
		background: url(/images/nav/footer-credit.gif) bottom right no-repeat;
		}
	span.credit a{
		width: 98px;
		display: block;
		color: #fffffe;
		}
		
	/* Print Footer */
	.printFooter {
		display: none;
		}
		
	/* membership popup makes bg go grey */
	.modalBackground {
		background-color: #000;
		filter: alpha(opacity=70);
		opacity: 0.7;
		}
	.modalPopup {
		width: 572px;
		background-color: #fff;
		border: 4px solid #767676;
		padding: 3px;
		}
	.modalPopupHeading {
		/*cursor: move;*/
		padding: 20px 0 15px;
		text-transform: uppercase;
		margin-left: 40px;
		height: 41px;
		width: 477px;
		font-weight: bold;
		width: 70%;		
		color: #039625;
		font-size: 1.6em;
		line-height: 1em;
		}
	.modalPopupInfo {
		padding: 10px 20px 10px 0;
		height: 335px;
		width: 512px;
		border-top: 1px solid #ccc;
		margin-left: 40px;
		overflow: auto;
		}
	.modalPopupInfo ul {
		list-style: none;
		margin: 10px 0;
		padding: 0;
		}
	.modalPopupInfo ul li {
		padding: 0 0 0 23px;
		background: url(/images/icons/bullet-grey-dash.gif) 15px 6px no-repeat !important;
		}
	.modalPopup	.closeMe {
		background: url(/images/buttons/btn-closeMe.gif) no-repeat;
		float: right;
		display: block;
		margin-right: 10px;
		margin-top: 10px;
		width: 58px;
		height: 14px;
		text-indent: -9999px;
		}

			
		
/* community server stuff */
	#community .container .links {
		float: left;
		padding: 0 0 0 30px;
		margin-top: 40px;
		}
	#community .container a.featuredLinks, #community .container a.featuredProduct {
		color: #7f7676;
		font-size: .9em;
		width: 176px;
		margin: 0 15px 0 0;
		/*padding: 0 0 15px 0;*/
		padding: 0;
		display: block;
		float: left;
		cursor: pointer;
		}
	#community .container a:hover.featuredLinks, #community .container a:hover.featuredProduct {
		text-decoration: none;
		}
	#community .container .featuredLinks .info {
		width: 112px;
		padding: 5px 0 0 0;
		float: left;
		}
	#community .container a.featuredProduct .info {
		color: #399d22;
		width: 72px;
		padding: 5px 0 0 0;
		float: left;
		}
	#community .container .featuredLinks .link, #community .container a.featuredProduct .link {
		color: #444444;
		text-transform: uppercase;
		font-weight: bold;
		width: 176px;
		font-size: .9em;
		padding-bottom: 2px;
		border-bottom: 1px solid #dcdddc;
		display: block;
		}
	#community .featuredLinks .btn {
		display: block;
		width: 61px;
		height: 18px;
		float: right;
		text-indent: -9999px;
		background: url(/images/buttons/btn-readOn.gif) 0 0 no-repeat;
		}
	#community .featuredLinks img {
		margin-left: 3px;
		padding-top: 2px;
		width: 61px;
		height: 55px;
		float: left;
		}	
	#community .featuredProduct .btn {
		display: block;
		width: 61px;
		height: 18px;
		float: right;
		text-indent: -9999px;
		background: url(/images/buttons/btn-readOn.gif) 0 0 no-repeat;
		}
	#community .featuredProduct img {
		padding-top: 1px;
		width: 100px;
		height: 100px;
		float: right;
		}					
