@charset "utf-8";

.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.logintf {
	background-color: #99CCFF;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.loginlabel {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.tabs {
	visibility: visible;
	display: list-item;
}
.catframe {
	height: 815px;
	width: 775px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
.forms {
	background-color: #FFFFFF;
	color: 000000;
	border: 1px solid #FF9900;
}
#main .bodytext .footer #addmessage {
	visibility: hidden;
}
.headertext {
	font-size: 9px;
	color: #FFFFFF;
}
.yellowbox {
	background-color: #FFFFCC;
	border: 1px dashed #99CCFF;
	padding: 5px;
}


.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.textfield {
	background-color: #99CCFF;
}
.medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.billadddiv {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 440px;
	padding: 5px;
}
.paymentdiv {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 440px;
	padding: 5px;
}
.shipaddrdiv {
	visibility: hidden;
	padding: 5px;
}
.errortext {
	color: #FF0000;
}
.mediumwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.orange {
	color: #FF9900;
}
