﻿/* @override http://skibeedist.com/style.css */

a {
	outline:none;
}
.style1 {
	text-align: left;
}
.detail {
	font-family: Arial;
	font-size: 9pt;
	color: #317028;
}
.mfr {
	font-family: Arial;
	font-size: 9pt;
	color: black;
}
.item {
	font-family: Arial;
	font-size: 9pt;
	color: black;
}
.price {
	font-family: Arial;
	font-size: 9pt;
	color: black;
}

.freeship {
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	color: red;
}

.weight {
	font-family: Arial;
	font-size: 9pt;
	color: black;
}
#leftstretch {
	position:relative;
	top:25px;
	display:block;
	height:auto;
	padding-bottom:50px;
}
.catlink, .cathighlight, a.subcatlink, a.subcathighlight {
	font-family: "Swiss 721 SWA",Helvetica,Ariel,sans-serif;
}
a.catlink, a.cathighlight {
	text-decoration: none;
	font-size: 16px;
	color: #a02732;
	display: inline;
	font-weight: bold;
	background-color: #ededed;
}
a:hover.catlink, a:hover.cathighlight, a:active.catlink, a:active.cathighlight, a.current.catlink, a.current.cathighlight {
	color: #317028;
}
/************************************/
.catlink a:link, .catlink a:visited {
text-decoration: none;
 font-size: 17px;
 color: #a02732;
 display: inline;
 font-weight:bold;
 background-color: #ededed;

}
.catlink a:hover {}
.catlink a:active {}

.catlink a.current {
 color: red;
}
/************************************/
a:link.subcatlink, a:visited.subcatlink {
	text-decoration: none;
	font-size: 12px;
	color: #a02732;
	display: inline;
	background-color: #ededed;
	height: 10px;
}
a.current.subcatlink, a:active.subcatlink, a:hover.subcatlink, a.subcathighlight {
	text-decoration: none;
	font-size: 12px;
	color: #317028;
	display: inline;
	background-color: #ededed;
}
a.subcathighlight  {
	font-weight: bold;
}
/*************************************/
.subcatlink a:link, .subcatlink a:visited {
background-color:#EDEDED;
color:#A02732;
display:inline;
font-size:12px;
height:10px;
text-decoration:none;
}
.subcatlink a:hover, .subcatlink a:active, .subcatlink a.current, a.subcathighlight {
background-color:#EDEDED;
color:#317028;
display:inline;
font-size:12px;
text-decoration:none;
}
.catlink, .cathighlight, .subcatlink a, .subcathighlight a {
font-family:"Swiss 721 SWA",Helvetica,Ariel,sans-serif;
}
/*************************************/
.subtable {
	line-height: 10px;
}
.style2 {
	text-align: right;
}
.style3 {
	background-image: url('/images/bkgrd-band.gif');
	background-position: right top;
	background-repeat: repeat-x;
	height: 30px;
}
.bigBold {
	font-family: "Swiss 721 SWA",Helvetica,Ariel,sans-serif;
	color: #A02732;
	font-size: 30px;
	font-weight: bold;
}
#top-nav a {
	text-decoration: none;
	font-size: 12px;
	font-family: "Swiss 721 SWA",Helvetica,Ariel,sans-serif;
}
#top-nav a:link, #top-nav a:visited {
	color: #6DA98F;
}
#top-nav a:hover, a #top-nav a:active {
	color: #A02732;
}
a:link.contactname, a:visited.contactname {
	color: black;
	position: absolute;
	right: 220px;
	top: 48px;
	font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
a:active.contactname, a:hover.contactname {
	color: #A02732;
}
#search {
	width: 68px;
}
#query {
	float: right;
}
#searchbutton {
	background-position: 0pt 3px;
	background-repeat: no-repeat;
	height: 22px;
	width: 68px;
	float: right;
}

/**********SEARCH RESULTS PAGE ********************/
td#searchtag {}
table.searchres {
	border:1px #ccc solid;
	margin: 1px;
	width:200px;
}
table#searchtable {
	font-family:"Swiss 721 SWA",Helvetica,Ariel,sans-serif;
	font-size:10px;
}

/* @group new entry.html styling */

/*************NEW STORE LISTING ****************/
table#entries { 
	width: 100%;
	/*background-color: yellow;*/
}
tr.entrydetail { 
	width: 100%;
	vertical-align: top;
	float: left;
	/*background-color: pink;*/
}
ul.single-entry { 
	margin-bottom: 10px; 
	list-style-type: none;
	/*display: table;*/
}
ul.single-entry li { 
	/*display: table-cell;*/
	display:block;
	float: left;
}
li.photo {
	width: 125px;
	height: 100px;
}
li.photo img { 
	margin: 10px;
}
li.detail { 
	width: 350px;
	font-weight: bold;
	padding: 10px;
}
span.mfr { 
	font-weight: normal;
	line-height: 20px;
}
span.item { 
	/*font-weight: normal;*/
}
li.pdfclass { 
	/*display: table-cell;*/
	display:block;
	width: 15px;
	/*background-color: palegoldenrod;*/
	height: 20px;
	margin-top: 10px;
}
li.pdfclass a { 
	display: block;
	height: 20px;
	width: 15px;
}
li.price { 
	/*display: table-cell;*/
	padding: 10px;
}
li.weight { 
	/*display: table-cell;*/
	padding: 10px;
}
li.buygroup { 
	/*display: table-cell;*/
	padding: 10px;
}

/* @end */