﻿/* Title: Drovers Tryst Stylesheet
/* Version: 1.01
/* Date: 1-02-2010
/* Developer: pfsmedia
/* orange #ff9e06 
/* red #8b0b04 
*/
* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	/*list-style: none;*/
	border: 0;
	outline: none;
}
body {
	background: #fff;
	margin: 10px 0px 0px 0px;
	font: 0.8em/20px 'trebuchet ms',arial,verdana;
	color: #333;
}
h1	{
	color: #8B0B04;/*333;*/
	font-size: 1.6em;
	text-transform:uppercase;
	margin: 5px 0 10px 0;
}
h2	{
	color: #333;
	font-size: 1.2em;
	margin: 5px 0 5px 0;
}
a { 
	color : #8b0b04;
}
a:hover		{ 
	text-decoration: underline;
}
/* main structure */
#wrapper	{
	width: 961px;
	margin: 10px auto;
	background: #fff;
}
#container	{
	background: #fff;
}
/* header */
#header	{
	height: 100px;
}
#logo	{
	float: left;
	width: 341px; 
	text-align: center;
}
#topMenu { 
	float: right;
	width: 384px;
}
#topMenu ul { 
	list-style-type: none;
}
#topMenu li { 
	display: inline;
	padding: 4px 0px;
}
#topMenu li  a { 
	margin-left: 4px;
}
.search { 
	float: right;
	width: 28%;
	text-align: right;
	vertical-align: middle;
	color: #f5f5f5;
	padding: 2px;
	margin: 10px 0px 0 0;
}
.searchfield {
	background-color: #fff;
	border: 1px solid #ff9e06 ;
	color: #333;
	padding: 0px;
}
/* home page gallery */
#homeSplashImages {
	float: right;
	width: 720px;
	margin: 0 5px 0 0;
}
#s3slider {
  	width: 700px; 
   	height: 280px; 
   	position: relative; 
   	overflow: hidden; 
   	float: right;
}
#s3sliderContent {
   width: 700px; 
   position: absolute; 
   top: 0; 
   margin: 0; 
   padding: 0;
   list-style: none;
}
.s3sliderImage {
   float: left; 
   position: relative; 
   display: none; 
}
.s3sliderImage span {
   position: absolute; /*left: 0; top: 0;*/
   padding: 10px 13px;
   width: 404px;/* 374px;
   background-color: #000;
   filter: alpha(opacity=70); 
   -moz-opacity: 0.7; 
   -khtml-opacity: 0.7; 
   opacity: 0.7; 
   color: #fff;
   display: none; - don't need captions*/
}
.top {
	top: 0; left: 0;
}
.bottom {
	bottom: 0; left: 0;
}
.left {
	top: 0; left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;bottom: 0;
	width: 490px !important;
}

/* events nav and search*/
#eventsNav {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #8b0b04;*/
}
#eventsNav ul	{
	list-style-type: none;
	/*margin: 0 0 10px 222px;*/
	margin-left: 1px;
}
#eventsNav li	{
	/*display: inline;
	border-right: 1px solid #8b0b04;padding: 0 1px;*/
	float: left;
	margin-right: 1px;
}
#eventsNav li a {
	font-size: 1.6em;
	padding: 2px 0;text-align: center;
	/*background: #fff;
	background: url(../images/site/eventsNavbg.jpg);*/
	background: url(../images/site/event-bg.jpg);
	width: 239px;display: block;
	border-bottom: 1px solid #8b0b04;
}
#eventsNav li a:hover {
	color: #700903;text-decoration: none;
}

/* lower events nav */
#boxContent	{
	margin: 0 0 20px 0;
	padding: 0px;
	float: left;
	width: 100%;
}
.boxItem	{
	width: 220px;
	float: left;
	margin: 0 26px 0 0px;
	background: #FCE7C7;
}
.boxItem p, .boxItemR p {
	padding: 5px;
}
.boxItem a, .boxItemR a {
	display: block;
	background: #FF9E06;
	padding: 10px;
	font-size: 1.6em;
	text-align: center;
}
.boxItem a:hover, .boxItemR a:hover {
	text-decoration: none;
	color: #000;
}
.boxItemR	{
	width: 220px;
	float: left;
	margin: 0;
	background: #FCE7C7;
}
/* main content pane */
#mainPane {
	width: 760px;
	float: left;
	margin-left: 20px;
}
#mainPane h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#fff;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}
#mainPane p.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color: #fff;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}
.picborder { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color: #fff;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}
/* home page content */
#mainContent	{
	clear: both;
	float:left;
	width: 950px;
	margin: 5px 18px 0 0;
	padding: 5px;
}
#mainContent p	{
	margin: 3px 0;
}
/* content */
#content	{
	clear: both;
	float: left;
	width: 720px;
	margin: 5px 18px 0 0;
	padding: 5px;
}
#content img	{
	float: right;
}
#content p	{
	margin: 5px 0;
}
#content ul, table#content ul {
	margin-left: 15px;
}
table#content th, table#content td {
	padding: 2px 2px;
	width:90px;
	vertical-align: top;
}
table#content hr {
	background-color: #ff9e06;
	color: #ff9e06;
}
#info	{
	clear: both;
	padding: 5px;
	border-top: 1px solid #8b0b04;
}
#info p	{
	color: #666;
	font-size: 85%;
	margin-top: 2px;
}

.txtfield {
	background-color: #FFFFFF;
	border: 1px solid #000;
}
.formtxtfield {
	background-color: #FFFFFF;
	border: 1px solid #000;
	padding: 3px;
}
.txtfielddropdown {
	background-color: #FFFFFF;
	border:1px solid black;
}
.labelcell  { 
	color: black; 
	background-color: transparent; 
	width: 250px ;
	border-bottom: 1px solid #ffcc33
}
.fieldcell  { 
	background-color: #fff; 
	text-align: right; 
	/*margin-right: 5px; */
} 
.submitbtn {
   background-color: #ff9e06;
   border: 1px solid #8b0b04;
   padding: 1px;
}
.submitbtn_g {
   font: bold 75% Tahoma,Arial, Helvetica, sans-serif;
   background-color: #fafafa;
   border:1px solid #B9A985;
}
#footer	{
	width: 701px;
	margin: 10px auto;
}

.index{
	width: 525px;
	float: right;
	clear: right;
	margin: 10px 20px 17px 0px;
	padding: 10px;
	border: 1px solid #E4701E;
	background: inherit;
}
.index_row{
	width: 525px;
	float: left;
	clear: both;
	margin: 0px 0px -5px 0px;
	padding: 0px;
}

/* outside main box - bottom */
#bottomOutside	{
	width: 960px;
	margin: 10px auto;
	border-top: 1px solid #8b0b04;
}
#bottomOutside ul.lowbar	{
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 5px;
}
#bottomOutside li	{
	display: inline;
}
#bottomOutside li a	{
	color: #333;
	margin-right: 20px;
}
#bottomOutside li a#farright	{
	color: #34389c;
	float:right;
	margin-right: 0;
}
#bottomOutside li a#farright:hover	{
	color: #ed008c;
	text-decoration: underline;
}
#bottomOutside li a:hover	{
	text-decoration: underline;
	color: #000;
}
#sponsors	{
	width: 960px;
	margin: 0px auto;
}
#leftSponsor	{
	float: left;
	padding: 2px;
}
#leftSponsor ul { 
	list-style-type: none;
	margin: 0;
}
#leftSponsor li { 
	color: #000000;
	display: inline;
}
#midSponsor	{
	float: left;
	padding: 2px;
	margin-left: 70px;
}
#midSponsor ul { 
	list-style-type: none;
	margin: 0;
}
#midSponsor li { 
	color: #000000;
	display: inline;
	margin-left: 10px;
}
#rightSponsor	{
	float: right;
	padding: 2px;
	margin-left: 60px;
}
#rightSponsor ul { 
	list-style-type: none;
	margin: 0;
}
#rightSponsor li { 
	color: #000000;
}
/*===== product display formatting =====*/
.productDisplay	{
	width: 100%;
	float: left;
	margin: 0;
	padding: 5px;
	border: 1px solid #E4701E;
}
.productDisplay p	{
	margin: 5px 0;
}
.productDisplayLeft {
	width: 140px;
	float: left;
}
.productDisplayPic	{
	width: 140px;
	height: 160px;
	float: left;
	padding: 15px 0 0px 0; /*8px 20px 60px 6px;*/
	background-image: url(../images/site/thumb-bgd.gif);
	background-repeat: no-repeat;
	font-size: 80%;
}
.productDisplayPic	img {
	margin: 0 auto;
	display: block;
}
.productDisplayNoPic	{
	width: 140px;
	height: 160px;
	float: left;
	padding: 15px 0 0px 0; /*8px 20px 60px 6px;*/
	background-image: url(../images/site/thumb-bgd.gif);
	background-repeat: no-repeat;
	font-size: 80%;
}
.productDisplayEventTitle {
	padding-left: 5px;
}
.productDisplayInfo	{
	float: left;
	width: 400px;
	margin: 3px 0px;
	padding-right: 5px;
	border-right: 1px solid #e4701e;
}
.productDisplayAdvertiserInfo	{
	float: left;
	width: 580px;
	margin: 3px 0 0 20px;
	padding-right: 5px;
}
.productDisplayAdvertiserInfoNoImage	{
	float: left;
	width: 720px;
	margin: 3px 0 0 20px;
	padding-right: 5px;
}
.productDisplayOrder	{
	width: 200px;
	float: right;
	margin: 3px 0px;
	padding: 5px;
}
.productDisplayOrder a	{
	color: #8b0b04;
	text-decoration: none;
}
.productDisplayOrder a:hover	{
	text-decoration: underline;
}

/*===== extended display formatting =====*/
.extendedDisplay	{
	width: 100%;
	float: left;
	margin: 0;
	padding: 5px;
	border: 1px solid #E4701E;
}
.extendedDisplay p	{
	margin: 5px 0;
}
.extendedDisplayPic	{
	width: 300px;
	float: left;
	padding: 15px 0 0px 0; 
}
.extendedDisplaySummary	{
	float: left;
	width: 400px;
	margin: 3px 0px;
	padding-right: 5px;border-bottom: 1px solid #e4701e;
}
.extendedDisplayInformation	{
	float: left;
	width: 100%;
	margin: 8px 0px;
	padding: 0 0px;
	
}


/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:90%; 
	margin-bottom:10px;
}
div.breadcrumb a { 
	color:#1981B7; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#175D7F; 
	text-decoration:underline;
}
/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#fce9cc;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}
table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-weight : bold;
	color:#333;
	font-size: 95%;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}
table.customerservice td {
	padding: 10px;
}
table.customerservice ul {
	margin: 0px;
	padding: 0px 10px 0px 25px;
}
table.customerservice li a:hover	{
	text-decoration: underline;
}

/* shopcustomer.asp form */
table.tbl_customer {
	width:100%;
}
table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	border-bottom: 1px solid #B9BAC9;
	padding: 3px;
}
table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}
table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

/* standard table display */
.std_table {
/*	background:#F9F9F9;*/
	background: #FCE9CC;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
}
.std_table table { 
	border-collapse:collapse;
	width:85%;
}
.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
}
.std_table td {	
	padding: 0px 5px 0px 0px; 
}

/* forms fieldset */
fieldset.maillist {/* newsletter subscription */
	position: relative;
	float: left;
	width: 99%;
	margin: 0 0 0 0;
	padding: 0 0 0 0.5em;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	height: 1%;
}
fieldset.alt {
	background-color: #E6E3DD;
	width: 100px;
}
label {
	display: block;
}
label.checkbox {
	float: left;
	width: 14em;
	margin-right: 1em;
}

legend {
	padding-bottom: 5px;
	font-weight: bold;
}
legend span {
	position: absolute;
	left: 1.2em;
	top: .5em;
	/*font-size: 135%;*/
}
fieldset ol {
	padding: 0;
	list-style: none;
	min-height: 180px;
}

fieldset ol li {
	padding-bottom: 1em;
	float: left;
	clear: left;
	width: 100%;
	padding-left: 0;
}

fieldset.alt li {
	padding-bottom: 1em;
	float: left;
	clear: left;
	width: 70px;
}

fieldset ol.order {
	padding: 3.5em 1em 0 1em;
	list-style: none;
	height: 520px;
}

fieldset li.form {
	padding-bottom: 0.8em;
	float: left;
	clear: left;
	width: 100%;
}

fieldset input {
	 width: 300px;
} 
fieldset input.short {
	 width: 30px;
} 
fieldset.submit {
	float: left;
	width: 50px;
	padding-top: 1.5em;
	padding-left: 12em;
	border: 0;
}
input.submit {
	width: 100px; 
	margin: 10px 0 0 128px; 
	font-weight: bold;
}
input.submitMail {
	width: 100px; 
	margin: 10px 0 10px 200px; 
	font-weight: bold;
}
/* google maps */
#mapBox {
  float: left;
  width: 360px;
  height: 350px;
  margin-right: 15px;
}
#locations	{
	overflow:auto;
	width: 375px;
	height: 650px;
	float: left;
}
.inputBorder {
	border: 1px solid #999;
}
/* end Google Maps */

/* General Classes */
.menuhdr	{
	background-color : #ff9e06;
	color: #8b0b04;
	font-weight: bold;
	padding: 3px 5px;
	text-align: left;
}
.menubdr{
	background-color : #B3B7BB;
}
.img{
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.img:hover{
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.highlight	{
	background-color: #FFFFCC;
}
.small	{
	font-size: 95%;
	line-height: 100%;
	color: #333; 
}
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.clear	{
	clear: both;
}
input {border: 1px solid #ff9e06;}
.fs {font-size: 90%;}
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }

