/* -----------------------------
	Design: Tim Blumer
	CSS: Thuy Copeland ~ api-webservices.com
	Created: 2007-11-29
	Last Edit: 2007-11-30
	URI: http://www.angusjournal.com/gmaa/
------------------------------- */
/* @group Layout */

body{
	margin: 0;
	padding: 0;
}
body, p{
	font: 14px "Gill Sans", Futura, "Trebuchet MS", sans-serif;
}
p{
	padding: 0;
	margin: 0 0 1em;
}

.announcement{
	margin: auto;
	width: 300px;
	text-align: center;
	padding: 10px;
	border: 2px dashed #030;
}
#container{
	background: url(../images/template/body_bg.gif) repeat-y;
	width: 742px;
	margin: auto;
}
#wrapper{
	background: url(../images/template/header.gif) no-repeat;
	padding-top: 130px;
}
#leftcol{
	float: left;
	width: 150px;
	padding-top: 1em;
}
#leftcol ul{
	padding: 0;
	list-style-type: none;
	float: right;
	text-align: right;
	margin: 0 0 1em;
}
#leftcol li{
	font-variant: small-caps;
	font-size: 20px;
	letter-spacing: .125em;
	padding: 3px 8px 0 0;
}
#leftcol li a{
	text-decoration: none;
	color: #fff;
	display: block;
	width: 130px;
	padding: 0 5px 0 0;
	border: 1px outset #b3b3b3;
}
#leftcol li a:hover{
	border: 1px inset #b3b3b3;
	color: #030;
}
#leftcol p{
	font-size: 12px;
	text-align: right;
	padding-right: 1em;
}
#leftcol p a:hover{
	color: #fff;
}
#rightcol{
	/*padding-left: 150px;*/
	float: left;
	width: 592px;
}
#content{
	padding: 0;
	margin: 0 1.25em 0 1.5em;
}
#content a:hover{
	color: #529775;
}
#content img.no-border {
	border: 0 none;
	padding: 0;
	background: none;
}
#footer{
	background: #fff url(../images/template/footer.gif) no-repeat;
	clear: both;
	padding: 2px 0 0;
	height: 25px;
}
#footer ul{
	padding: 0 0 0 160px;
	margin: 0;
}
#footer li{
	display: inline;
	font-variant: small-caps;
	font-size: 16px;
	letter-spacing: .125em;
	padding-right: .5em;
}
#footer li a{
	text-decoration: none;
	color: #fff;
}
#footer li a:visited{
	color: #529775;
}
#footer li a:hover{
	text-decoration: underline;
}
.poweredByAJ{
	text-align: right;
	width: 740px;
	margin: auto;
	padding: 1em;
}
.poweredByAJ a{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.poweredByAJ a:hover{
	color: #1d7ffd;
}
.poweredByAJ img{margin-bottom:-3px;}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.smallbox{
	width: 300px;
	margin: auto;
}
.smallbox .flexslider ol.flex-control-nav.flex-control-paging{
visibility: hidden;
}
.banner{
	background-color: #c5122f;
	border: 2px solid #9a0e25;
	border-radius: 5px;
	opacity: 1;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.banner p{
	font-size: 1em;
}
.iconFont{
	font-size: 2.5em;
}

.yellow {
	background-color: #f0ff00;
}
/* @end */
/* @group Typography */

body{font-size: 100%;}
strong{font-weight: bold;}
em{font-style: italic;}
p {margin-bottom: 10px;}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
	color: #063;}

h1 {font-size: 1.8em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}

/* LVHA */
a, a:link {}
a:visited {}
a:hover {}
a:active {}

figure{
	position: relative;
	text-align: center;
	background-color: #f9f9f9;
	padding: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgb(215, 215, 215);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgb(215, 215, 215);
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #a8a8a8;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #d7d7d7;
}
figure img{
	padding: 0!important;
	background: none!important;
	border-radius: 0px!important;
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
	border: 1px solid #8f8f8f!important;
}
figcaption{
	font-size: .9em;
	font-style: italic;
	width: 100%;
	text-shadow: 0 1px 0 #ffffff;
}
blockquote {
	padding: 8px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 5px;
	text-indent: 23px;
	display: block;
	text-shadow: 0 1px 0 #ffffff;
	font-style: italic;
	font-size: 1em;
	line-height: 1.3em;
	background-color: #f4f4f4;
	-webkit-box-shadow: inset 0 0 8px #e1e1e1;
	box-shadow: inset 0 0 8px #e1e1e1;
}
blockquote .cite{
	display: block;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}
blockquote .cite:before, blockquote .cite:after{content: " ~ ";}
/* @end */
/* @group Pretty Forms */

form {
	margin: 0 0 1em;
	padding: 0;
}
form ul{
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px!important;

}
form ul li{
	margin-bottom: 10px;
	list-style-type: none;
}
form ul li input{
	padding: 0;
	width: auto;
	margin: 0 8px 8px 0;
}
label {color: #333;}
input, textarea {
	color: #333;
	background: #ffffff;
	border: 1px solid #d8d8d8;
	margin: 0;
	padding: 8px;
	font-size: 1em;
	-webkit-box-shadow: inset 0 0 4px #dadada;
	box-shadow: inset 0 0 4px #dadada;
	border-radius: 6px;
}
input:focus, textarea:focus{ 
  outline: none;
  -webkit-box-shadow: 0px 0px 8px #51cbee;
  box-shadow: 0px 0px 8px #51cbee;  z-index: 3;
}

/* fancy checkboxes and radio buttons */
.option {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 16px;
	height: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.option>input {
	position: absolute;
	left: 0;
	width: inherit;
	height: inherit;
	opacity: 0
}
.checkbox,.radio {
	display: block;
	height: 100%;
	border: 1px solid #d7d7d7;
	border-top-color: #bbb;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: box-shadow;
	box-shadow: inset 0 0 4px #dadada;
	background-color: #ffffff;
}
.checkbox:before,.radio:before {
	content: '';
	display: none
}
input:focus+.checkbox,input:focus+.radio,input.focus+.checkbox,input.focus+.radio {
	border-color: #51b5fb;
	-webkit-box-shadow: inset 0 0 2px rgba(81,181,251,0.8),0 0 3px rgba(81,181,251,0.8);
	box-shadow: inset 0 0 2px rgba(81,181,251,0.8),0 0 3px rgba(81,181,251,0.8)
}
input:checked+.checkbox,input:checked+.radio {background: #ffffff}
input:checked+.checkbox:before,input:checked+.radio:before {display: block}
.checkbox:before {
	position: absolute;
	top: 4px;
	left: 3px;
	width: 7px;
	height: 3px;
	border: solid #9b9795;
	border-width: 0 0 3px 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.radio {border-radius: 8px}
.radio:before {
	margin: 4px;
	width: 6px;
	height: 6px;
	background: #9b9795;
	border-radius: 3px
}
/* end fancy checkboxes and radio buttons */

/* .realname, .ranch, .address, .email, .city, .comments  {width: 422px;}
.zip {width: 200px;}
.phone {width: 200px;}
.comments {height: 133px;} */
/* state dropdown menu */
/* .state {
width: 210px;
height: 35px;
} */

/* .select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-bottom-color: #c4c4c4;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: -o-linear-gradient(top, #fcfcfc,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc),to(#eee));
	background-image: linear-gradient(to bottom, #fcfcfc,#eee);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgb(86, 86, 86);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgb(86, 86, 86);
	text-decoration: none;
	color: #333333!important;
	}

.select>select {
	display: block;
	position: relative;
	width: 112%;
	height: 34px;
	margin: 0;
	padding: 6px 8px 8px;
	text-shadow: 0 1px white;
	background: transparent;
	background: rgba(0,0,0,0);
	border: 0;
	-webkit-appearance: none;
	font-size: 100%;
}

.select>select:focus {
	z-index: 2;
	width: 100%;
	outline: 1px solid #51cbee;
	outline-offset: -1px;
	outline-width:5px;
}

.select>select::-ms-expand {
	display: none
}

.select option {
	text-shadow: none
}

.select:before,.select:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 11px;
	right: 10px;
	width: 0;
	height: 0;
	border: 3px dashed;
	border-color: #aaa transparent;
	border-color: rgba(0,0,0,0.4) transparent;
	pointer-events: none
}

.select:before {
	border-bottom-style: solid;
	border-top: none
}

.select:after {
	margin-top: 6px;
	border-top-style: solid;
	border-bottom: none
} */
/* End state dropdown menu */
fieldset {
	border: 1px solid #333;
	padding: 10px;
	display: block;
	position: relative;
}
fieldset .twoCol{
	display: block;
	float: left;
	width: 443px;
	padding: 8px;
	margin: 0;
}
legend {
	background: #333;
	padding: 2px 6px;
	color: #fff;
}

/**********************************************/
/********        Form Classes          ********/
/**********************************************/

label {
    font-weight: 400;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
}

select {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    height: 36px;
}

fieldset {
    margin-bottom: 5px;
    padding: 0;
    border: none;
}

.btn-form:disabled {
    opacity: .65;
    cursor: not-allowed;
    pointer-events: all;
}

.btn-form[disabled],
.btn-form[disabled]:hover,
.btn-form[disabled]:focus,
.btn-form[disabled]:active {
    background-color: #f5f5f5;
    border-color: #cccccc #cccccc #b3b3b3;
    border-bottom-color: #a2a2a2;
    color: #333;
    text-shadow: 0 1px 0 #ffffff !important;
    outline: none;
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 4px rgb(86, 86, 86);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 4px rgb(86, 86, 86);
}

.btn-form {
    -webkit-transition: outline .25s ease-in-out;
    -o-transition: outline .25s ease-in-out;
    transition: outline .25s ease-in-out;
}

.btn-form:focus,
.btn-form:active:focus {
    outline-offset: 2px;
    outline: 2px solid #f3a36a;
}

.form-control:focus {
    border-color: #86b7fe;
    -webkit-box-shadow: 0 0 0 2px #86b7fe;
    box-shadow: 0 0 0 2px #86b7fe;
}

.breederFormError,
.form-control.breederFormError {
    border-color: #d64947;
}

.breederFormError:focus,
.form-control.breederFormError:focus {
    -webkit-box-shadow: 0 0 0 2px #d64947;
    box-shadow: 0 0 0 2px #d64947;
}

.breederFormErrorMesssage {
    display: none;
    position: relative;
    color: #d64947;
    font-size: 12px;
    font-style: italic;
    white-space: nowrap;
}

.breederFormError~.breederFormErrorMesssage {
    display: block;
    margin-left: 2px;
    top: 1px;
}

.breederFormOptional {
    font-size: 85%;
    color: #888;
}

.form-container {
    max-width: 540px;
}

.form-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-6 {
    width: 50%;
    float: left;
}

.col-xs-3 {
    width: 25%;
    float: left;
}

.sm-pad-3-col>.col-xs-6 {
    padding-right: 5px;
}

.sm-pad-3-col>.col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.sm-pad-3-col>.col-xs-3:last-child {
    padding-right: 0;
}

.sm-pad-2-col>.col-xs-6:first-child {
    padding-right: 5px;
}

.sm-pad-2-col>.col-xs-6:last-child {
    padding-left: 5px;
}

.breederEmailHeading,
.breederEmailHeadingC {
    display: none;
}

.grow-wrap {
    display: grid;
}

.grow-wrap::after {
    content: attr(data-replicated-value) " ";
    white-space: pre-wrap;
    visibility: hidden;
}

.grow-wrap>textarea {
    resize: none;
    overflow: hidden;
}

/* Match the other input field styles */
.grow-wrap>textarea,
.grow-wrap::after {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #333;
    min-height: 100px;
    padding: 8px;
    grid-area: 1 / 1 / 2 / 2;
    -webkit-box-shadow: inset 0 0 4px #dadada;
            box-shadow: inset 0 0 4px #dadada;
}

.g-recaptcha {
    margin-bottom: 10px;
}

/* @end */

/* @group AJAX Members List */

#memnav a{
 	font-size: 15px;
	font-weight: bold;
	background-color: #026433;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	}
	
#memnav a:hover{
	font-size: 15px;
	font-weight: bold;
	background-color: #4ab855;
	color: #fff;
	text-decoration: none;
	padding: 3px;

	}
/* @end */

/* @group lightbox */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/template/blank.gif) no-repeat;

/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/template/prevlabel.gif) no-repeat left 15%;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/template/nextlabel.gif) no-repeat right 15%;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData {
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* @end */
/* @group buttons */
.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 14px;
	margin-bottom: 5px;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	*text-align: center;
	text-shadow: 0 1px 0 #ffffff!important;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #cccccc #cccccc #b3b3b3;
	border-bottom-color: #a2a2a2;
	border-radius: 6px;
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgb(86, 86, 86);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgb(86, 86, 86);
	text-decoration: none;
	color: #333333!important;
}
/* .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled]:hover {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
} */
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {*margin-left: 0;}
.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.blueBtn {
	color: #ffffff!important;
	text-shadow: 0 -1px 0 #002a80!important;
	background-color: #006dcc;
	*background-color: #0044cc;
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 68, 204, 1.0) rgba(0, 68, 204, 1.0) rgba(0, 42, 128, 1.0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	text-decoration: none;
}
.blueBtn:hover {
	color: #ffffff;
	background-color: #0044cc;
	*background-color: #003bb3;
}
.redBtn {
	color: #ffffff!important;
	text-shadow: 0 -1px 0 #811114!important;
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(189, 54, 47, 1.0) rgba(189, 54, 47, 1.0) rgba(128, 36, 32, 1.0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.redBtn:hover {
	color: #ffffff;
	background-color: #bd362f;
	*background-color: #a9302a;
}
.yellowBtn {
	color: #ffffff!important;
	text-shadow: 0 -1px 0 #b35300!important;
	background-color: #faa732;
	*background-color: #f89406;
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(248, 148, 6, 1.0) rgba(248, 148, 6, 1.0) rgba(173, 103, 4, 1.0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.yellowBtn:hover {
	color: #ffffff;
	background-color: #f89406;
	*background-color: #df8505;
}
.greenBtn {
	color: #ffffff!important;
	text-shadow: 0 -1px 0 #005f24!important;
	background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(81, 163, 81, 1.0) rgba(81, 163, 81, 1.0) rgba(56, 112, 56, 1.0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.greenBtn:hover {
	color: #ffffff;
	background-color: #51a351;
	*background-color: #499249;
}
.blkBtn {
	color: #ffffff!important;
	text-shadow: 0 -1px 0 #000000!important;
	background-color: #363636;
	*background-color: #222222;
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(34, 34, 34, 1.0) rgba(34, 34, 34, 1.0) rgba(0, 0, 0, 1.0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.blkBtn:hover {
	color: #ffffff;
	background-color: #222222;
	*background-color: #151515;
}

/* @end */
/* @group Misc */
hr{
	border-top: 1px dashed #aeaeae;
	border-bottom: 1px dashed #e8e8e8;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.left {float: left; margin-right: 10px; margin-bottom: 10px;}
.right {float: right; margin-left: 10px; margin-bottom: 10px;}
.center {margin: 0 auto; text-align: center;}
.clear {clear: both;}

.sale-summary {
	margin-bottom: 10px;
}

.sale-summary th {
	text-align: left;
}

/* @end */
