/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #796353;	
	font: 13px tahoma, arial, sans-serif;
	color: #483A31;
}

a {
	text-decoration: underline;
}
a:link, 
a:visited {
	color: #600;
}
a:hover, 
a:active {
	color: #796353;
}
p {margin: 0 0 1.2em}

ul, 
ol {
	margin: 10px 30px;
}
li {
	padding: 2px 0;
}
ul {
	list-style: square url(../../img/li.gif);
}

dl {
	margin: 0 0 20px 10px;
}
dt {
	font-weight:bold;
	margin-top: 15px;
	}
dd {
	text-indent: 12px;
	background: transparent url(../../img/dd.gif) no-repeat left;
}

h1 {
	margin: 0;
	padding: 0;
}
#content h1 {
	margin: 0 0 10px 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color:#93987A;
	text-transform:uppercase;
	letter-spacing: .5px;
	margin-bottom: 10px;
}
h3 {
	font-weight: normal;
	color: #782727;
	font-size: 14px;
	border-bottom: 1px solid #782727;
	padding: 15px 5px 0 0;
	margin-left: 0;
	margin-bottom: 5px;
}
h3 a {
	display: block;
	text-decoration: none;
}
h4 {
	font-size: 13px;
}
.txtc {
	text-align: center;
}
.txtr {
	text-align: right;
}
.small {
	font-size: .85em;
}
.red {
	color: #930;
}
.top {
	vertical-align: top;
}
.fltr {
	float:right;
	margin: 5px 0 5px 10px;	
}
.fltl {
	float:left;
	margin: 5px 15px 5px 0;
}
#sub-header form {
	float: left;
	width: 280px;
	height: 24px;
	/* background: transparent url(../../img/search-bg.jpg) no-repeat; */ /* Remove until store is back online then uncomment it. */
}

#sub-header form span {
	float: left;
	font-size: 11px;
	padding-top: 5px;
	clear: both;
	width: 285px;
	margin-top: 4px;
	background-color: #600;
	color: #F0ECE4;
	padding: 3px 0 4px 4px;
	border: 1px solid #A94F61;
}
#sub-header input {
	float: left;
	border: 1px solid #CCC1AA;
	font-size: 13px;
	width: 180px;
	margin-top: 2px;
	height: 18px;
	margin-left: 2px;
}
#sub-header input.b {
	width: 50px;
	border-width: 0;
	background-color:#796353;
	color: #E9E3D9;
	font-size: 11px;
	cursor:pointer;
	height: 18px
}

#sub-content {
	font-size: 11px;
}
.featured,
.logos {
	display: block;
	clear: both;
	border: 1px solid #DCD3CD;
	border-bottom-width: 0;
	width: 248px;
	height: 60px;
	font-size: 12px;
	background-color: #fff;	
	margin: 0;
	padding: 0;
}
.icons {
	padding-left: 10px;
}
.icons p {
	float: left;
	margin-right: 6px;
}
a.featured {
	cursor:pointer;
}
.featured img,
.logos img {
	float: left;
}
.featured span {
	padding-top: 10px;
	padding-left: 2px;
}
.featured img {
	margin-right: 5px;
}
.featured span.img {
	float: left;
	padding: 0;
	width: 80px;
	height: 60px;
	border-right: 1px solid #DCD3CD;
	text-align:center;	
}
.logos {
	width: 250px;
	height: 155px;
	padding: 10px 0;
	border-bottom-width: 1px;
}
.closeouts {
	width: 252px;
	height: 67px;
	margin-top: 10px;
	font-size: 12px;
	/* background: transparent url(../../photos/closeouts-bg.jpg) no-repeat bottom; */ /* Add back when Closeouts are added back */
}
.closeouts p {
	padding: 10px;
}
.closeouts a {
	padding-left: 20px;
}
.logos img {
	margin: 4px;
}
#orderform,
#ft11 {
	float: left;
	height: 30px;
}
#orderform {
	width: 100px;
	margin: 10px 0 0 50px;
}
#ft11 {
	float: right;
	width: 60px;
	margin: 10px 40px 0 0 ;
}
#orderform span,
#ft11 span {
	display: none;
}
.link-block {
	clear: both;
	padding: 10px;
}
.link-block .link-logo {
	float: left;
	margin-right: 15px;
	text-align: center;
	width: 120px;
}
.link-block h4 {
	padding-top: 10px;
}
.news-date {
	text-align: right;
	clear: left;
	margin-bottom: 10px;
}
.event p {
	float: left;
	width: 400px;
}
.event .date {
	font-weight: bold;
	width: 100px;
	clear: right;
}
.tournament-event p {
	float: left;
	width: 350px;
}
.tournament-event .date {
	margin-left: 50px;
	font-weight: bold;
	width: 100px;
	clear: right;
}

