#myaccount-body {
	border: 0px solid green;
}

#myaccount-top {
	width: 100%;
	border: 0px solid orange;
	margin-bottom: 10px;
}

#mainPageContent {
	width: 650px;
	border: 0px dashed red;
	margin: 0 auto;
}

#mainPageContentWide {
	width: 100%;
	border: 0px dashed purple;
	margin: 0 auto;
	position: relative;
}

#mainPageContentWide legend {
	border: 1px solid #822f1a;
	background-color: #f9f5ee;
	padding: 10px 15px;
}

.smallCaption img {
	height: 50px;
}

.leftMargin120 {
	margin-left: 120px;
}

#myaccount-mediumFormContent {
	width: 650px;
	border: 0px solid green;
	margin: 0 auto;
}

#myaccount-body .menu {
	border: 0px solid green;
	width: 250px;
	margin: 45px -10px 0 0;
	padding-left: 20px;
	float: right;
}

#myaccount-body .menuHigh {
	border: 0px solid green;
	width: 250px;
	margin: 0px -10px 0 0;
	padding-left: 20px;
	float: right;
}

#myaccount-body .menu li, .menuHigh li {
	border-bottom: 1px solid;
	margin-bottom: 6px;
	height: 2em;
	font-size: .8em;
	padding-left: 20px;
	-webkit-border-radius: 1em 0 0 1em;
	-moz-border-radius: 1em 0 0 1em;
	border-radius: 1em 0 0 1em;
}

#myaccount-body .menu a li, .menuHigh a li {
	background-color: #efe2cd;
}

#myaccount-body .menu a:hover li, .menuHigh a:hover li {
	background-color: #fff;
}

#myaccount-body .menu .first, .menuHigh .first {
	color: #80491e;
	background-color: transparent;
	font-size: 1.1em;
	border: 0;
}

#myaccount-body aside {
	width: 650px;
	margin: 0 auto;
	font-style: italic;
}

#myaccount-body aside.left {
	width: 640px;
	font-style: italic;
	margin-left: 10px;
	text-align: left;
}

#myaccount-body h1 {
	font-family: 'Quattrocento Sans', sans-serif;
	text-align: center;
	color: #c7994a;
	font-weight: 400;
	font-size: 1em;
}

#myaccount-body h2 {
	font-family: 'Quattrocento Sans', sans-serif;
	text-align: center;
	color: #80491e;
	font-weight: 400;
	font-size: 1.8em;
	margin-top: .2em;
	height: 1.1em;
	padding-top: .2em;
	background-color: #efe2cd;
}

/* h3 has logo built in, but you need to add a space before your text starts. */

#myaccount-body h3 {
	font-family: 'Expletus Sans', cursive;
	margin: .8em 0 .2em 0;
	text-align: left;
	font-weight: 400;
	font-size: 1.2em;
	color: black;
}

#myaccount-body h3:before {
	content: url(../images/wsna-logo-foal-red_25.png) " ";
	vertical-align: sub;
}

/* h4 is the same as h3 but without the logo */

#myaccount-body h4 {
	font-family: 'Expletus Sans', cursive;
	margin: .8em 0 .2em 0;
	text-align: left;
	color: #822f1a;
	font-weight: 400;
	font-size: 1.6em;
	line-height: 1.3em;
}

#myaccount-body h5 {
	font-family: 'Quattrocento Sans', sans-serif;
	color: #80491e;
	font-weight: 700;
	font-size: 1.2em;
	margin: 0;
}

#myaccount-body h6 {
	font-family: 'Quattrocento Sans', sans-serif;
	color: #80491e;
	font-weight: 700;
	font-size: 1.2em;
	margin: 5px 0;
	width: 100%;
	padding: 5px 0;
}

#myaccount-links ul {
	list-style: none;
}

#myaccount-links li {
	padding: 0 0 0 50px;
}

#myaccountTOC {
	margin-left: 150px;
}

#myaccountTOC-links ul {
	list-style: none;
}

#myaccountTOC-links li {
	padding: 0 0 0 30px;
}

.myaccountTOC-bullet {
	font-size: 1.1em;
}

.myaccountTOC-bullet:before {
	content: url(../images/diamond-gold.png) " ";
}

.indent30 {
	margin-left: 30px;
}

					/* for the group containing the individual listings */

#listingGroup {
	width: 640px;
	border-top: 1px solid #c7994a;
	margin-left: 10px;
}

					/* For the block for each individual listing */

.listingGroup-block {
	border-bottom: 1px solid #c7994a;
	float: left;
	width: 640px;
	padding: 10px 0;
}

.listingGroup-block .listingGroup-image {
	width: 18%;
	float: left;
}

.listingGroup-block .listingGroup-nameedit {
	width: 27%;
	float: left;
}

.listingGroup-block .listingGroup-favorites-name {
	width: 80%;
	float: left;
}

.listingGroup-block.listingGroup-stats {
	width: 50%;
	float: left;
}

.listingGroup-name {
	font-family: 'Cinzel', serif;
	color: #c7994a;
	font-weight: 700;
	font-size: 1em;
}

.listingGroup-edit {
	font-size: 1em;
}

.listingGroup-delete {
	color: red;
	font-size: .8em;
	margin-left: 110px;
}

.listingGroup-status .listingGroup-clicks .listingGroup-expire {
	font-size: .9em;
}

.directoryCategory {
	margin-left: 288px;
}

/*

#stallionlist {
	position: relative;
	width: 675px;
	border: 1px solid orange;
	float: left;
}
#topbar {
	/*border-top: solid 1px #80491e;*/
	width: 675px;}

.stallionlist-indiv {
	margin-left: 1px;
	border-bottom: solid 1px #80491e;
	padding-top: 10px;
	width: 673px;
	height: 80px;
}

.stallionlist-name {
	color: #801517;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	margin-left: 100px;

}

.stallionlist-edit {
	font-weight: normal;
	font-size: 12px;
	position: absolute;
	margin-left: 100px;
	margin-top: 25px;
}

.stallionlist-delete {
	font-weight: normal;
	color: red;
	font-size: 12px;
	position: absolute;
	margin-left: 100px;
	margin-top: 50px;
}

.stallionlist-status {
	font-weight: normal;
	font-size: 14px;
	position: absolute;
	margin-left: 275px;
	width:400px;
}

.stallionlist-clicks {
	font-weight: normal;
	font-size: 14px;
	position: absolute;
	margin-left: 275px;
	margin-top: 25px;
	width:400px;
}

.stallionlist-expire {
	font-weight: normal;
	font-size: 14px;
	position: absolute;
	margin-left: 275px;
	margin-top: 50px;
	width:400px;
}

*/

#newstallionbutton {
	width: 210px;
	height: 20px;
	border: solid 1px #801517;
	background-color: #801517;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 14px;
	color: white;
	text-align: center;
	display:block;
}

.nextbutton {
	width: 210px;
	height: 40px;
	border: solid 1px #801517;
	background-color: #801517;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 14px;
	color: white;
	text-align: center;
	display:inline-block;
}

#stallionform {
	position: relative;
	margin-left: 150px;
	width: 675px;
}
.stallionchooselisting-sectionheader {
	width: 630px;
	height: 15px;
	border: solid 1px #801517;
	background-color: #ebd8c6;
	margin-top: 10px;
	margin-left: 150px;

	padding: 10px;
	font-size: 14px;
	color: #801517;
	text-align: left;
	font-weight: bold;
}
.stallionform-sectionheader {
	width: 675px;
	height: 15px;
	border: solid 1px #801517;
	background-color: #ebd8c6;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 14px;
	color: #801517;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
}

#save-and-keep-working-button {
	width: 240px;
	height: 35px;
	border: solid 1px #801517;
	background-color: #801517;
	margin-top: 10px;
	padding: 8px 10px 10px 10px;
	font-size: 14px;
	color: white;
	text-align: center;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
float: left;
}

#preview-online-button {
	width: 240px;
	height: 35px;
	border: solid 1px #801517;
	background-color: white;
	margin-top: 10px;
	margin-left: 75px;
	padding: 8px 10px 10px 10px;
	font-size: 14px;
	color: #801517;
	text-align: center;
	float: right;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#save-for-later-button {
	width: 240px;
	height: 35px;
	border: solid 1px #801517;
	background-color: #801517;
	margin-top: 10px;
	padding: 8px 10px 10px 10px;
	font-size: 14px;
	color: white;
	text-align: center;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
float: left;
}

#preview-print-button {
	width: 240px;
	height: 35px;
	border: solid 1px #801517;
	background-color: white;
	margin-top: 10px;
	margin-left: 75px;
	padding: 8px 10px 10px 10px;
	font-size: 14px;
	color: #801517;
	text-align: center;
	float: right;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#save-and-submit-button {
	width: 240px;
	height: 35px;
	border: solid 1px #801517;
	background-color: #801517;
	margin-top: 10px;
	padding: 8px 10px 10px 10px;
	font-size: 14px;
	color: white;
	text-align: center;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
float: left;
}

#stallionform-items {
	margin-left: 25px;
}

#stallionform-explanations {
	margin-left: 0;
	font-size: 12px;
}

.clear {
	clear: both;
}

/*
#myaccount-body form {
width: 650px;
margin-left: 150px;
}
*/

.WarningMessage {
	font-family: verdana;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	width: 650px;
	margin-left: 150px;
}


.openlanguage{ /*accondion values*/
color: green;
}

.closedlanguage{ /*accordion values*/
color: #801517;
}

/* 2015 styles for top of MyAccount and Purchase pages */

/* div for login, banner, search */

#TopBannerBlockMyAccount {
position: relative;
width: 950px;
height: 65px;
margin-bottom: 35px;  /* needed for sub pages; doesn't affect home page */
border: 0px solid yellow;
}

		/* just the banner area */

#TopBannerMyAccount {
width: 950px;
height: 145px;
border: 0px solid purple;
z-index: 8;
position: relative;

}

/*		 just the area with search and icons, not being used

#TopSearchMyAccount {
border: 0px solid pink;
position: absolute;
width: 500px;
right: 1px;
top: 160px;
z-index: 11;
}
*/

/* Used to position the menu to the rest of the site (home, about, contactus) */

#TopMenuMyAccount {
border:0px solid orange;
line-height:25px;
height:25px;
position:absolute;
top: 5px;
left: 90px;
font-weight:normal;
z-index: 9;
}

/* Used to position the menu to myaccount and purchase pages */

#PurchaseMenuMyAccount {
border:0px solid green;
line-height:25px;
height:25px;
position:absolute;
top: 75px;
left: 90px;
font-weight:normal;
z-index: 9;
}

/* Styles for menu to rest of site */

#MyAccountMainMenu {
	width: 950px;
}

.MyAccountMainMenuItem {
	float: left;
	position: relative;
	padding: .2em 0;
}

.MyAccountMainMenuItem a {
	color: #ebd8c6;
	display: block;
	font-size: .9em;
	line-height: 1.8em;
	padding: 0 .8em;
	border-right: 1px solid #666;
}

.MyAccountMainMenuItem .last {
	border: 0;
}

.MyAccountMainMenuItem a:hover, .topMenu > li:hover > a {
	color: #c7994a;
	text-decoration: underline;
}

/* Tagline goes in front of banner, to right of "WSNA"  */

#myaccount-tagline {
	border: 0px solid pink;
	position: absolute;
	top: 40px;
	left: 470px;
	font-size: 1em;
	color: #c7994a;
	font-style: italic;
	z-index: 200;
}

#myaccount-tagline a {
	color: #c7994a;
}

#myaccount-tagline a:hover {
	text-decoration: underline;
}

/* Here begin styles for individual "product" pages. */

/* Image area on left side, to hold image and thumbnails. */

#contentLeft {
	position: relative;
	width: 335px;
	min-height: 720px;
	float: left;
	border: 0px solid orange;
}

#productImageContainer {
	position: relative;
	width: 312px;
	border: 0px solid blue;
	padding: 10px;
	margin: 10px 10px 10px 0;

}

#productImage {
	max-height: 330px;
	max-width: 300px;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

#smallCaptionLeft {
  font-size: .9em;
	line-height: 1.3em;
	float: left;
	padding: 1em;
}

#productThumbsContainer {
	border: 0px solid purple;
	height: auto;
	width: 330px;
	float: left;
}

.productThumb {
	width: 77px;
	border: 0px dashed red;
	margin: 5px 0 0 5px;
	float: left;
}

.productThumbImage {
	max-width: 75px;
	max-height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.smallCaption {
	text-align: center;
	font-size: .8em;
	line-height: 1.2em;
}

#ContentLeftBox {
	width: 310px;
	border: 1px solid #c7994a;
	padding: 5px 5px 5px 10px;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

/* For product description */

#productDescriptionArea {
	width: 360px;
	min-height: 600px;
	float: left;
	padding: 0 5px 10px 10px;
	border-right: 1px solid #c7994a;
	border-left: 1px solid #c7994a;
/*	background-color: #ebd8c6; */
}

#wizardButtonContainer {
	text-align: center;
}

#wizardButton {
	font-size: 1.3em;
	text-align: center;
	width: 220px;
	padding: 10px;
	color: #ebd8c6;
	background-color: #822f1a;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

#wizardButton a {
	color: white;
}

/* Designed for "You might also like" content. */

#contentRight {
	position: relative;
	width: 180px;
	min-height: 500px;
	float: right;
	margin-left: 15px;
	border: 0px solid purple;
}

.youMightLike-name {
	text-align: center;
	font-weight: 700;
	margin-top: 15px;
	color: #822f1a;
}

#youMightLike img {
	max-width: 160px;
	max-height: 200px;
	display: block;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 5px;
}

/* NOTE: for youMightLike caption, using productThumbCaption */

/* here start the styles for the info box and its tabs and content */

#infoBox {
	border: 0px solid red;
	width: 100%;
	height: 400px;
	float: left;
	position: relative;
}

#infoBoxTab1 {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid black;
	width: 200px;
	height: 30px;
	padding: 5px 0 0 10px;
	font-size: 1.1em;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

#infoBoxTab2 {
	position: absolute;
	top: 10px;
	left: 230px;
	border: 1px solid black;
	width: 200px;
	height: 30px;
	padding: 5px 0 0 10px;
	font-size: 1.1em;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

#infoBoxTab3 {
	position: absolute;
	top: 10px;
	left: 450px;
	border: 1px solid black;
	width: 200px;
	height: 30px;
	padding: 5px 0 0 10px;
	font-size: 1.1em;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

#infoBoxTab4 {
	position: absolute;
	top: 10px;
	left: 670px;
	border: 1px solid black;
	width: 200px;
	height: 30px;
	padding: 5px 0 0 10px;
	font-size: 1.1em;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

#infoBoxContent {
	position: absolute;
	top: 45px;
	border: 1px solid black;
	width: 890px;
	height: 330px;
	overflow: auto;
	padding: 10px 15px 5px 10px;
	background-color: #efe2cd;
}

#infoBoxImage1 {
	float: right;
	max-width: 200px;
	max-height: 240px;
	margin: 0 0 5px 10px;
}

#infoBoxImage2 {
	float: right;
	max-width: 200px;
	max-height: 240px;
	margin: 0 0 5px 10px;
}

#displayAds {
	border: 1px solid pink;
}

.adCheckbox {
	border: 0px solid green;
	width: 400px;
	height: 50px;
	padding-top: 10px;
	float: left;
}

.adCheckbox input[type="checkbox"] {
  display: none;
}
.adCheckbox label {
	font-family: 'Expletus Sans', cursive;
  cursor: pointer;
	color: #80491e;
	font-size: 1.4em;
}

.adCheckbox input[type="checkbox"] + label:before {
  border: 1px solid black;
  content: "\00a0";  /* I think this is a non-breaking space. */
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 18px;
  margin: 0 .25em 0 0;
  padding:0;
  vertical-align: top;
  width: 18px;
}

.adCheckbox input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: #822f1a;
  content: "\2713";  /* This is the checkmark. */
  text-align: center;
	padding-top: 4px;
}

.adCost {
	background-color: #efe2cd;
	width: 100px;
	height: 40px;
	padding: 10px 10px 0 0;
	margin: 10px 10px 0 0;
	float: right;
	text-align: right;
	font-size: 1.4em;
}

.adCost::before {
	content: "$";
	font-size: 1em;
}

.adTableRow {
	display: table-row;
	width: 100%;
}

.adLeftCell {
	display: table-cell;
	width: 40%;
	padding-right: 20px;
}

.adRightCell {
	display: table-cell;
	width: 40%;
}

.onlineExtraCheckbox input[type="checkbox"] {
  display: none;
}
.onlineExtraCheckbox label {
  cursor: pointer;
	color: black;
	font-size: 1em;
}

.onlineExtraCheckbox input[type="checkbox"] + label:before {
  border: 1px solid black;
  content: "\00a0";  /* I think this is a non-breaking space. */
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 18px;
  margin: 0 .25em 0 0;
  padding:0;
  vertical-align: top;
  width: 18px;
}

.onlineExtraCheckbox input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: #822f1a;
  content: "\2713";  /* This is the checkmark. */
  text-align: center;
	padding-top: 4px;
}

.arrowHighlight {
	font-weight: 700;
	padding: 5px 0;
}

.arrowHighlight:before {
	content: url(../images/arrow-right.gif) " ";
}

.arrowHighlight:after {
	content: " " url(../images/arrow-left.gif) ;
}


.wizardCommentsBox input[type="text"] {
	width: 600px;
}

.wizardTable {
	background-color: #f9f5ee;
	padding-left: 5px;
	margin-bottom: 10px;
}

.adContainer {
	background-color: #f9f5ee;
	padding: 0 0 5px 5px;
	margin-bottom: 10px;
}

.stallionNameForTable {
	color: #822f1a;
	font-weight: 700;
}

.wizardTable1 {
	width: 100%;
	border: none;
}

.wizardTable1 th {
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.wizardTable1Checkbox {
	width: 10%;
}

.wizardTable1Name {
	width: 30%;
	color: #822f1a;
}

.wizardTable1PrintOnline {
	width: 20%;
}

.wizardTable select {
	width: 150px;
}

.wizardTable1Clicks {
	width: 20%;
}

.wizardTable1Size {
	width: 25%
}

.wizardTable1Expiration {
	width: 12%;
}

.wizardTable1Cost {
	width: 8%;
}

.wizardTable2 {
	width: 100%;
	border: none;
}

.wizardTable2 th {
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.wizardTable2Checkbox {
	width: 10%;
}

.wizardTable2Name {
	width: 52%;
	color: #822f1a;
}

.wizardTable2PrintOnline {
	width: 30%;
}

.wizardTable2Cost {
	width: 8%;
}

.wizardTable3 {
	width: 100%;
	border: none;
}

.pseudoRow1 {
	font-weight: 700;
	text-align: left;
	line-height: 1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #da491b;
}

.pseudoRow2 {
	text-align: left;
	padding: 5px 0;
	border-bottom: 1px solid #da491b;
}

.wizardTable3Checkbox {
	display: table-cell;
	width: 150px;
}

.wizardTable3Name {
	font-family: 'Cinzel', serif;
	color: #da491b;
	font-size: 1.2em;
	display: table-cell;
	padding-left: 10px;
	width: 650px;
}

.wizardTable3Name input[type="text"] {
	width: 550px;
	margin-top: 10px;
}

.wizardTable3Cost {
	display: table-cell;
	width: 10px;
}

.wizardTable3MoreOptions {
	display: table-cell;
	padding-left: 160px;
	width: 600px;
}

.wizardTable3MoreOptions label {
	font-weight: 700;
	color: black;
}

.wizardTable3MoreOptions select {
	width: 600px;
}

.dropdown400 {
	width: 400px;
}
