/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; text-align:left; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Arial, sans-serif; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited {
	color: #8792a6;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Arial, sans-serif;
	background: #FFFFFF;
}

#page {
	width: 880px;
	margin: 0 0 0 70px;
	font-size: 1.2em;
	color: #2f323b;
	background: #FFFFFF;
	padding: 15px 0 0;
}

#top {
	margin: 0 0 20px;
}
	#logo {
		margin: 0 0 15px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 628px;
			height: 76px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/logo-1.png) no-repeat 0 0;
			}
	#menu {
		float: left;
		margin: 0 0 20px;
		background: #fccaad;
	}
		#menu ul {
		}



			#menu li {
				float: left;
			}
				#menu li a:link, #menu li a:visited {
					float: left;
					display: block;
					position: relative;
					height: 9px;
					overflow: hidden;
				}
					#menu li a:link span, #menu li a:visited span {
						position: absolute;
						left: 0;
						top: 0;
						width: 100%;
						height: 100%;
						background: url(../img/menu-1.png) no-repeat 0 0;
					}
/*
				#menu #b1 a:link, #menu #b1 a:visited { width: 116px; }
				#menu #b1 a:link span, #menu #b1 a:visited span { background-position: 0 -9px; }
				#menu #b1 a:link:hover span, #menu #b1 a:visited:hover span,
				#menu #b1.active a:link span, #menu #b1.active a:visited span { background-position: 0 -9px; }

				#menu #b2 a:link, #menu #b2 a:visited { width: 80px; }
				#menu #b2 a:link span, #menu #b2 a:visited span { background-position: -116px 0; }
				#menu #b2 a:link:hover span, #menu #b2 a:visited:hover span,
				#menu #b2.active a:link span, #menu #b2.active a:visited span { background-position: -116px -9px; }

				#menu #b3 a:link, #menu #b3 a:visited { width: 109px; }
				#menu #b3 a:link span, #menu #b3 a:visited span { background-position: -196px 0; }
				#menu #b3 a:link:hover span, #menu #b3 a:visited:hover span,
				#menu #b3.active a:link span, #menu #b3.active a:visited span { background-position: -196px -9px; }

				#menu #b4 a:link, #menu #b4 a:visited { width: 122px; }
				#menu #b4 a:link span, #menu #b4 a:visited span { background-position: -305px 0; }
				#menu #b4 a:link:hover span, #menu #b4 a:visited:hover span,
				#menu #b4.active a:link span, #menu #b4.active a:visited span { background-position: -305px -9px; }

				#menu #b5 a:link, #menu #b5 a:visited { width: 125px; }
				#menu #b5 a:link span, #menu #b5 a:visited span { background-position: -427px 0; }
				#menu #b5 a:link:hover span, #menu #b5 a:visited:hover span,
				#menu #b5.active a:link span, #menu #b5.active a:visited span { background-position: -427px -9px; }

				#menu #b6 a:link, #menu #b6 a:visited { width: 103px; }
				#menu #b6 a:link span, #menu #b6 a:visited span { background-position: -552px 0; }
				#menu #b6 a:link:hover span, #menu #b6 a:visited:hover span,
				#menu #b6.active a:link span, #menu #b6.active a:visited span { background-position: -552px -9px; }
*/


				#menu #b1 a:link, #menu #b1 a:visited { width: 100px; }
				#menu #b1 a:link span, #menu #b1 a:visited span { background-position: 0 0px; }
				#menu #b1 a:link:hover span, #menu #b1 a:visited:hover span,
				#menu #b1.active a:link span, #menu #b1.active a:visited span { background-position: 0 -9px; }

				#menu #b2 a:link, #menu #b2 a:visited { width: 80px; }
				#menu #b2 a:link span, #menu #b2 a:visited span { background-position: -116px 0; }
				#menu #b2 a:link:hover span, #menu #b2 a:visited:hover span,
				#menu #b2.active a:link span, #menu #b2.active a:visited span { background-position: -116px -9px; }

				#menu #b3 a:link, #menu #b3 a:visited { width: 109px; }
				#menu #b3 a:link span, #menu #b3 a:visited span { background-position: -240px 0; }
				#menu #b3 a:link:hover span, #menu #b3 a:visited:hover span,
				#menu #b3.active a:link span, #menu #b3.active a:visited span { background-position: -240px -9px; }

				#menu #b4 a:link, #menu #b4 a:visited { width: 122px; }
				#menu #b4 a:link span, #menu #b4 a:visited span { background-position: -348px 0; }
				#menu #b4 a:link:hover span, #menu #b4 a:visited:hover span,
				#menu #b4.active a:link span, #menu #b4.active a:visited span { background-position: -348px -9px; }

				#menu #b5 a:link, #menu #b5 a:visited { width: 125px; }
				#menu #b5 a:link span, #menu #b5 a:visited span { background-position: -470px 0; }
				#menu #b5 a:link:hover span, #menu #b5 a:visited:hover span,
				#menu #b5.active a:link span, #menu #b5.active a:visited span { background-position: -470px -9px; }

				#menu #b6 a:link, #menu #b6 a:visited { width: 110px; }
				#menu #b6 a:link span, #menu #b6 a:visited span { background-position: -595px 0; }
				#menu #b6 a:link:hover span, #menu #b6 a:visited:hover span,
				#menu #b6.active a:link span, #menu #b6.active a:visited span { background-position: -595px -9px; }



#menu ul li ul {display:none;width:150px;background-color:#fff;padding-bottom:20px;position:absolute;top:115px;z-index:999;height:auto;}

/*
#menu ul li ul {display:none;width:150px;background-color:#D31145;padding-bottom:20px;position:absolute;top:115px;z-index:999;height:auto;}
*/

#menu ul li ul a:link,#menu ul li ul a:visited {}

#menu li.hover ul, #menu li:hover ul {display:block;}
#menu ul li ul li {float:none;}
#menu ul li ul li a:link, #menu ul li ul li a:visited {height:auto;padding:10px 5px 0px 15px;}
/*
	#search {
		float: right;
		margin: -15px 0 0;
			border: solid 1px #8792a6;
			padding: 4px 5px;

	}
*/
	#search {
border:1px solid #8792A6;
float:right;
margin:-12px 0 0;
padding:2px 5px 0;}

		#search label {
			display: none;
		}
		#search input.text {
			float: left;
			margin: 1px 4px 0 0;
			color: #8792a6;
font-size:14px;
			text-align: right;
			border: solid 0px #8792a6;
		}
		#search input.img {
			float: left;			
		}
#slideshow {clear: both;margin: 0 0 0 -71px;width:950px;}
#slideshow .slider {overflow:hidden;height:240px;width:950px;position: relative;}

#slideshow .slider ul {
						width: 10000em;
						height: 240px;
					}
						#slideshow .slider li {
							float: left;
							width: 950px;
							height: 240px;
							position: relative;
						}
							#slideshow .slider li .image {
								position: relative;
								z-index: 1;
							}
							#slideshow .slider li .content {
								position: absolute;
								z-index: 5;
								left: 0;
								bottom: 0;
								width: 950px;
								padding: 10px 10px;
								text-align: center;
								color: #FFFFFF;repeat 0 0;
							}


	#header {
		
		
/*
width:950px;
		height: 241px;
		overflow: hidden;
*/
		
background:transparent none;

	}


.entry #header {width:950px;margin: 0 0 0 -71px;clear:left;z-index:1;}
.page #header {width:950px;margin: 0 0 0 -71px;clear:left;z-index:1;}

		#header .box1 {
			position: absolute;
			left: 71px;
			bottom: 0;
			width: 100px;
			background: url(../img/box1-bg.png) repeat 0 0;
			padding: 10px 10px;
			color: #FFFFFF;
height:185px;
		}
			#header .box1 p {
				margin: 0 0 .9em;
			}
			#header .box1 a:link, #header .box1 a:visited {
				color: #FFFFFF;
			}

#wrap {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}
	#content {
		float: left;
		width: 700px;
		overflow: hidden;
	}
	#side1 {
		float: right;
		width: 150px;
		font-size: 91.67%;
	}


#content p {
	line-height: 1.5;
	margin: 0 0 .75em;
}
#content ul {
	list-style: disc;
	margin: 0 0 1em 1.5em;
}

#content h2 {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0 0 .75em;
}
#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 .5em;
}


#side1 h3 {
	font-size: 109.09%;
	font-weight: bold;
	color: #d31145;
	text-transform: uppercase;
	margin: 0 0 .3em;
}
	#side1 h3 img {
		vertical-align: bottom;
	}
#side1 ul {
	margin: 0 0 1em;
}
	#side1 li {
		text-transform: uppercase;
		margin: 0 0 .3em;
	}
#side1 form {
		border: solid 1px #8792a6;
	margin: 0 0 1em;padding:3px;
vertical-align:middle;
}
	#side1 input.text {
/*
		border: solid 1px #8792a6;
*/
		border: solid 0px #fff;
		color: #8792a6;
		padding: 0px;
		width: 120px;
background-color:transparent;
	}


#side1 form div {vertical-align:top;}
#side1 form .imgbutton {vertical-align:bottom;}

#footer {
	border-top: solid 1px #2f323b;
	padding: 1.5em 0;
	font-size: 75%;
	color: #2f323b;
background-image:none; 
width:880px;
}
	#footer p.links {
	}
		#footer p.links a:link, #footer p.links a:visited {
			color: #2f323b;
		}
	#footer p.copyright {
	}


/*-------
// page-1
//-----*/

#contentLeft {
	float: left;
	width: 320px;
}
#contentRight {
	float: right;
	width: 350px;
}
#contentRight .media {
margin-bottom:20px;
}

#content ul.list1 {
	list-style: none;
	margin: 0 0 2em;
}
	.list1 li {
		margin: 0 0 1.5em;
	}
		p.buttons {
			width: 100%;
			overflow: hidden;
			text-transform: lowercase;
			font-size: 91.67%;
		}
			#contentLeft p.buttons a:link, #contentLeft p.buttons a:visited {
				float: left;
				display: block;
				margin: 0 10px 0 0;
				background-color: #d6dbe5;
				color: #2f323b;
				padding: 0 .75em;
line-height:22px;
			}

#contentLeft p.buttons a.scoring:link,#contentLeft a.scoring:visited {width:140px;background-color:transparent;}
a.scoring:link:hover, a.scoring:visited:hover { text-decoration: none; }
.scoring-score {visibility:hidden;}

.video {
	margin: 0 0 20px;
}
.audio {
	margin: 0 0 20px;
}


/*-------
// home
//-----*/

#content #featured {
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin: 0 0 1.5em;
}
	#featured li {
		float: left;
		width: 219px;
		font-size: 83.33%;
		text-transform: uppercase;
		margin: 0 21px 0 0;
	}
		#featured li a:link, #featured li a:visited {
			display: block;
			width: 219px;
			overflow: hidden;
			color: #FFFFFF;
		}
			#featured li a:link img, #featured li a:visited img {
				float: left;
				margin: 0 10px 0 0;
			}
			#featured li a:link span, #featured li a:visited span {
				float: left;
				width: 94px;
				padding: 5px 5px 5px 0;
			}
	#featured li.item1 { background: #faa633; }
	#featured li.item2 { background: #1b4298; }
	#featured li.item3 { background: #d31145; margin: 0; }
.home {background-image:url(../img/smfback.gif);background-repeat:no-repeat;}
.home #contentLeft {
	width: 340px;
}
.home #contentRight {
	width: 350px;
}

#calendar {
	background: #ebebeb;
	padding: 10px 15px;
	width: 320px;
	overflow: hidden;
}
	#calendar table {
		float: left;
		width: 200px;
	}
		#calendar caption {
			font-size: 116.67%;
			text-transform: uppercase;
			text-align: left;
			margin: 0 0 1.75em;
		}
		#calendar th {
			text-align: left;
			font-size: 75%;
			font-weight: normal;
			text-transform: uppercase;
			padding: 2px 4px;
		}
		#calendar td {
			padding: 3px 2px;
		}
			#calendar td a:link, #calendar td a:visited {
				display: block;
				padding: .3em 0;
				background: #FFFFFF;
				text-align: center;
				color: #2f323b;
			}
			#calendar td a.active:link, #calendar td a.active:visited {
				background: #faa633;
			}
	#calendar .info {
		float: right;
		width: 95px;
	}
		#calendar .day {
			display: none;
		}
		#calendar .info p {
			line-height: 1.2;
		}
			#calendar .info a:link, #calendar .info a:visited {
				color: #d31145;
			}




.page #wrap,.mt-profile-view #wrap {border-top:1px solid #000000;
padding-top:20px;clear:both;}

.page #contentLeft {width:700px;}

.mt-profile-view #content ul {list-style-type:none;margin-left:0px;}

.widget-sign-in {
color:inherit;
font-size:inherit;
margin:0 0 1em;
padding:0px;
position:relative;
right:auto;
text-align:left;
top:auto;
width:100%;
}

.widget .widget-content {
padding:0px;
text-transform:uppercase;
}

.widget .widget-header {
border-bottom:0px solid #F3F0E8;
padding:0px;
}

.widget-sign-in .widget-header {
display:block;
}

.calentry {clear:left;padding-top:20px;margin-top:20px;border-top:1px solid #000;}
.calendar .calentry div {width:220px;float:left;margin-right:20px;}
.calendar .calentry div a {color:#D31145}
.dates {font:normal 14px arial,helvetica,sans-serif;;color:#8792a6;}
.dates .active {font-weight:bold;color:#D31145;}
.dates .day {background-color:#e3e9f8;padding:2px;font-size:11px;color:#000;vertical-align:middle;}
.dates .active .day {color:#fff;background-color:#D31145;padding:2px;}
.calendar p.buttons  {text-transform:uppercase;text-align:right;}
.calendar p.buttons a:link,.calendar p.buttons a:visited {float:right;color:#000;}
.calendar #content h3,#content h3.big {font-size:18px;text-transform:uppercase;}
.calendar .calentry div.cal3 {margin-right:0px;}
.date {margin-right:20px;}
.dates a:link:hover, .dates a:visited:hover {text-decoration:none;}
.first {margin-left:20px;}
.venue {text-transform:uppercase;}

hr {clear:both;margin:10px 0px 20px;}

a.red,.red,#contentLeft p a:link,#contentLeft p a:visited {color:#D31145}
.history {font-size:14px;margin-bottom:22px;}
.history a {margin-right:75px;}

.taglist {float:left;width:233px;margin-bottom:10px;}

.pressasset {clear:left;}
.pressasset img {margin-bottom:20px;}

.big {font-size:14px;}

.right {float:right;width:400px;text-align:right}

.shop #content,.shop #contentLeft {
width:100%;
}

.NavigationCell a:link, .NavigationCell a:visited, .NavigationCell a:hover, .NavigationCell a:active {padding:10px;}

.CategoriesList {padding-left:5px;}
td {line-height:1.4;padding-right:10px;}
tbody td {padding-right:0px;}
td .VertMenuTitle {color:black;text-transform:uppercase;color:#D31145}
table.VertMenuBorder {border:0px;}
table td .VertMenuTitleBox {height:20px;background-color:white;background-image:none;border-bottom:0px;}
table td.DialogTitle {background-image:none;border:0px;padding:0px;color:black;}
td .VertMenuItems {font-size:11px;}
td a.VertMenuItems:visited,td a.VertMenuItems:hover, td a.VertMenuItems:link {font-size:11px;line-height:1.4;color: #8792a6;text-transform:uppercase}
td .MarketPrice  {font-family:arial,sans-serif;font-size:10px;}
td .ProductTitle:hover, td .ProductTitle {color:#8792a6}

.englarge {float:right;}
.enlarge img {margin-bottom:-4px;}

.expired {background-color:#eee;padding:10px;text-align:center;font-size:14px;font-weight:bold;margin-bottom:20px;}
.expired a {color:#D31145}

/*.swingcentral #logo a:link span, #logo a:visited span {background-image:url(/swinglogo.gif);}*/
.swingcentral #menu #b1 a:link, .swingcentral #menu #b1 a:visited,.swingcentral #menu #b2 a:link, .swingcentral #menu #b2 a:visited , .swingcentral #menu #b3 a:link, .swingcentral #menu #b3 a:visited,.swingcentral #menu #b4 a:link, .swingcentral #menu #b4 a:visited, .swingcentral #menu #b5 a:link, .swingcentral #menu #b5 a:visited, .swingcentral #menu #b6 a:link, .swingcentral #menu #b6 a:visited {width:auto;height:auto;}
.swingcentral #menu ul li ul li a:link, .swingcentral #menu ul li ul li a:visited {padding:10px 5px 0 5px;}
.swingcentral #menu ul li ul {top:120px;}
.swingcentral #menu {background:#FFF none repeat scroll 0 0;}
.swingcentral #slideshow {display:none;}
.swingcentral #menu a {margin-right:20px;}
.social li {clear:left;height:12px;}
.socialicon {vertical-align:top;}


#menu #b1 ul li a:link,#menu #b1 ul li a:visited,#menu #b3 ul li a:link,#menu #b3 ul li a:visited,#menu #b4 ul li a:link,#menu #b4 ul li a:visited,#menu #b5 ul li a:link,#menu #b5 ul li a:visited,#menu #b6 ul li a:link,#menu #b6 ul li a:visited {width:130px;}
#menu li ul li a:hover {background-color:#D31145;color:#ffffff;text-decoration:none;}
#menu ul li ul {padding-top:10px;}
#menu ul li ul li a:link, #menu ul li ul li a:visited {padding:5px 5px 5px 15px;display:block;}

.buytix {position:absolute;top:50px;left:819px;z-index:100;}

/*New Calendar Edits */
#scrollbar1 { width: 700px; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 700px; height: 455px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; width: 25888px; padding: 0; margin: 0; position: absolute; left: 0; top: 0;  }
#scrollbar1 .overview img{ float: left; }
#scrollbar1 .scrollbar{ background: transparent url(/css/track-x.png) no-repeat 0 0; position: relative; margin: 0 0 5px; clear: both; height: 15px; }
#scrollbar1 .track { background: transparent url(/css/trackend.png) no-repeat 100% 0; width: 100%; height:15px; position: relative; }
#scrollbar1 .thumb { background: transparent url(/css/thumb.png) no-repeat 100% 50%; height: 25px; cursor: pointer; overflow: hidden; position: absolute; left: 0; top: -5px; }
#scrollbar1 .thumb .end{ background: transparent url(/css/thumb.png) no-repeat 0 50%; overflow: hidden; height: 25px; width: 5px;}
#scrollbar1 .disable { display: none; }
span.select {
position: absolute;
width: 148px; /* With the padding included, the width is 180 pixels: the actual width of the image. */
 height: 21px;
padding: 0 24px 0 8px;
color: #fff;
font: 12px/21px arial,sans-serif;
 background: url(/select.gif) no-repeat;
 overflow: hidden;
 }
.datepick {float:right;margin-top:5px;}
.scrollcal .caldate {color:#D31145;}
.calbox {float:left;min-width:320px;}
.calint {float:left;position:relative;background-image:url('/images/calbox.png');color:#ffffff;width:263px;min-height:381px;background-color:#000;}
.soldout {background-color:#d42a23;position:absolute;margin-top:183px;margin-left:171px;padding:5px;overflow:hidden;}
.caltext {padding:10px 20px 10px 10px}
.caltext h4 {font-size:16px;text-transform:uppercase;border-bottom:1px solid #ffffff;}
h4 a:link:hover,h4 a:visited:hover {text-decoration:none;color:#fbae3e}
.caltext h4 a {color:#ffffff;font-weight:bold;} 
