/* FFTB website stylesheet */
/* Last edited 27 November 2007 */

/* general styles */

body {
	padding: 0;
	margin: 0;
	color: #193300;
	font: 0.8em/150% "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	background: #FFF url(../styleImages/bg.png) repeat-y top center;
	text-align: center;
}

a, a:visited {
	color: #717B47;
	text-decoration: none;
}

a:HOVER {
	color: #B83E00;
	text-decoration: underline;
}

#content a, #content a:visited {
	color: #B83E00;
}

#content a:HOVER {
	color: #717B47;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

h1, h2, h3, dl, ul {
	margin-top: 0;
	margin-bottom: 0.5em;
}

h1, h2, h3, h4 {
	font-weight: bold;
	line-height: normal;
	color: #717B47;
}

h1 {font-size: 1.8em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
h5 {text-align: center;}

strong {
	font-weight: bold;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1em 0;
	padding: 0;
}

textarea, input, select {
	background-color: #EEE;
	color: #717B47;
	font-size: 1em;
}

/* structural styles */

#wrapper {
	width: 768px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#content {
	float: right;
	width: 498px;
	padding: 0 10px 270px 10px;
}

#sidebar {
	float: left;
	width: 230px;
	padding: 290px 10px 10px 10px;
	background: transparent url(../styleImages/robin.jpg) no-repeat top left;
	color: #333;
}

#sidebar p, #sidebar li, #sidebar h2, #sidebar h3 {
	color: #333;
}

#sidebar a, #sidebar a:VISITED {
	color: #4B4F2B;
}

#sidebar a:HOVER {
	color: #717B47;
	text-decoration: underline;
}

/* header and main navigation styles */

#header {
	padding-top: 12px;
	color: #999;
}

#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 458px;
	height: 73px;
	background: #FFF url(../styleImages/masthead2.gif) no-repeat top left;
}

#header ul {
	margin: 0;
	padding: 0.5em 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #747D4E;
}

#header ul li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	margin-bottom: 1em;
}

#header ul li a, #header ul li a:VISITED, #breadcrumbs a, #breadcrumbs a:VISITED {
	color: #747D4E;
}

#header ul li a:HOVER, #breadcrumbs a:HOVER {
	color: #B83E00;
	text-decoration: underline;
}

#breadcrumbs {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

#frontpage #breadcrumbs {
	display: none;
}

/* fancy display styles */

.jumplink  {
	clear: left;
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 5px;
}

.floatright {
	float: right;
	margin: 0 0 5px 12px;
}

.partnernav {
	text-align: center;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
}

dl.partners dt {
	padding: 6px 5px 8px 5px;
	background: #CCC url(../styleImages/off.gif) repeat-x top left;
	border: 2px solid #CCC;
	border-bottom: 0;
}

dl.partners dd {
	background-color: #FFF;
	border: 2px solid #CCC;
	border-top: 0;
	padding: 5px;
	padding-top: 0;
	height: auto;
}

dl.partners dt img {
	float: right;
	margin: 5px 5px 5px 10px;
}

.baselink {
	position: absolute;
	left: 0;
	bottom: 0;
}

.baselink a {
	margin-left: 10px;
}

/* sidebar styles */

#sidebar dt {
	padding: 6px 5px 8px 5px;
	background-color: transparent;
	height: auto;
	border: 0;
}

#sidebar dt img {
	float: right;
	margin: 0 0 0 3px;
}

#sidebar dd {
	background-color: transparent;
	padding: 0 5px 1em 5px;
	height: auto;
	border: 0;
	border-bottom: 1px solid #999;
	margin-bottom: 1em;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #999;
}

#sidebar li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #999;
}

/* footer styles */

#footer {
	width: 498px;
	padding: 12px 10px 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: left;
	height: 270px;
}

#footer div {
	float: left;
	width: 154px;
	margin-right: 10px;
	border-right: 1px solid #999;
	padding-right: 5px;
}

#footer p {
	font-size: 0.7em;
	line-height: normal;
}

#footer ul
{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 1em;
}

#footer li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer hr {
	height: 1px;
	color: #4E3E3F;
	background-color: #4E3E3F;
}

/* misc stuff */

.toplink {
	font-size: 0.7em;
	text-align: right;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom: 1px dashed #999;
}

.clearing {
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
}

.clearleft {
	clear: left;
	height: 1px;
	width: 100%;
	overflow: hidden;
}

.clearright {
	clear: right;
	height: 1px;
	width: 100%;
	overflow: hidden;
}

img.display {
	float: right;
	border: 3px solid #FFF;
	margin: 2px 0 0 5px ;
}

/* forms */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 2px solid #717B47;
	padding: 10px;
	margin: 0 0 10px 0;
}

fieldset legend {
	color: #333;
}

fieldset label {
	font-weight: normal;
	color: #333;
}

fieldset input, fieldset textarea {
	background-color: #EEE;
	color: #717B47;
	font: 1em "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

fieldset dd {
	margin: 0;
	padding: 5px;
}

fieldset dt {
	float: left;
	width: 90px;
	padding: 5px;
	font-weight: normal;
}

fieldset #firstname, fieldset #lastname, fieldset #tel, fieldset #email, fieldset #comments {
	width: 300px;
}

/* from the Affilistore stylesheet */

img {
	border:none;
}

.floatLeft {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}

.floatRight {
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
}

/* image widths and heights */
.smallProductImage {
	width:75px;
	/*height:65px;*/
	max-height:155px;
}

.featureProductImage {
	margin: 0 auto;
	width:150px;
	/*height:65px;*/
}

.searchButton {
	background-color: #4B4F2B;
	border: 1px solid #4B4F2B;
	color: #FFF;
	font-weight: bold;
	padding: 0px;
	margin-top: -3px;
}

#searchbox {
	margin:4px 0px 8px 0px;
	border:1px solid #ccc;
	width:142px;
	padding:2px;
}
#featureProduct ul {
	text-align:center;
}
#featureProduct li a {
	background-image:none;
	margin:0px;
	padding:0px;
}
#pullDownNav {
	background-color:#eeeeee;
	padding:5px;
	margin:0px 0px 10px 0px;
}
#productDisplay td, #compareDisplay td {
	padding:0px 10px 30px 0px;
}
#singleProductDisplay {
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px solid #cccccc;
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
}
#singleProductDisplay ul {
	margin:0px;
	padding:0px;
}
#singleProductDisplay ul li {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px;
	display:inline;
	list-style-type:none;
	width:100%;
}
#singleProductDisplay img {
	margin:10px 0px 10px 0px;
	padding:0px;
	max-width:450px;
	/*width:450px*/
}


.styleProdName {
	font-size:120%;
	color:#006699;
	font-weight:bold;
}
.styleProdPromo {
	font-size:100%;
	color:#333333;
	font-weight:bold;
}
.styleProdPrice {
	font-size:120%;
	color:green;
	font-weight:bold;
}
.styleProdMerchant {
}
.styleProdID {
}
.styleProdCategory {
}
.styleProdBrand {
}
.styleProdDescription {
}

.singleProdName {
	font-size:120%;
	color:#006699;
	font-weight:bold;
}
.singleProdPromo {
	font-size:100%;
	color:#333333;
	font-weight:bold;
}
.singleProdPrice {
	font-size:120%;
	color:green;
	font-weight:bold;
}
.singleProdBrand {
	font-size:120%;
	color:#006699;
	font-weight:bold;
}
.singleProdDesc {
	font-size:100%;
	color:#333333;
}
.singleProdId {
	font-size:100%;
	color:#666666;
	font-weight:normal;
}
.singleProdMerchant {
}
.singleProdCategory {
}

a.button, a.bigbutton {
	position:relative;
	float:left;
	color:#000000;
	display:inline;
	padding:7px 0px 0px 42px;
	font-weight:bold;
	background-image:url(../styleImages/butBg.jpg);
	background-repeat:no-repeat;
	width:80px;
	height:25px;
	margin:10px 0px 0px 0px;
}
a.catNavOn {
	font-weight:bold;
	color:green;
}
a.catNavOff {
	font-weight:normal;
}
a.brandNavOn {
	font-weight:bold;
	color:gray;
}
a.brandNavOff {
	font-weight:normal;
	color:gray;
}
#linksDisplay {
	position:relative;
	float:left;
	width:100%;
}
#linksDisplay li{
	margin:0px 0px 10px 0px;
}
#catDisplay {
	position:relative;
	float:left;
	width:100%;
}
#catDisplay ul {
	position:relative;
	float:left;
	width:100%;
	padding:10px 0px 10px 0px;
	margin:0px;
}
#catDisplay li {
	position:relative;
	float:left;
	width:260px;
	height:80px;
	padding:0px 10px 0px 0px;
	margin:0px;
	list-style-type:none;
	display:block;
}
.adminInput {
	width:300px;
}
#myLink {
	border:1px solid #cccccc;
	background-color:#FFFFCC;
	font-family:'Courier New', Courier, mono;
	padding:10px;
	margin:10px 0px 10px 0px;
	clear:both;
}
#newsItems ul {
	padding:10px 0px 10px 0px;
	margin:0px;
}
#newsItems li {
	position:relative;
	float:left;
	clear:both;
	padding:0px 0px 10px 0px;
	margin:0px;
	width:100%;
	list-style-type:none;
}
#newsPage h1 {
	position:relative;
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	line-height:180%
}
#newsPage ul {
	padding:0px;
	margin:0px;
}
#newsPage li {
	position:relative;
	float:left;
	padding:0px 0px 30px 0px;
	margin:0px;
	width:100%;
	list-style-type:none;
}
#newsPage ul li ul {
	padding:5px 0px 5px 0px;
	margin:5px 0px 5px 0px;
}
#newsPage ul li ul li {
	position:relative;
	float:none;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 30px;
	width:auto;
	list-style-type:disc;
}
.tabExpand {
	position:relative;
	width:100%;
	margin:0px 0px 10px 0px;
}
	/* ie6 hack to prevent tables dropping */
	*html .tabExpand {
		position:relative;
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
	}
	
.tabExpand td {
	text-align: center;
	border-right: 1px dashed #999;
	border-bottom: 1px dashed #999;
}