@charset "utf-8";
h1 {
	font: bold 1.5em Verdana, Geneva, sans-serif;
	color: #2D4B79;
	margin-bottom: 15px;
	text-align: center;
}
h1.about_btw {
	background: url(/images/headings/about_btw.png) no-repeat 50%;
	height: 39px;
}
h1.account_home {
	background: url(/images/headings/account_home.png) no-repeat 50%;
	height: 38px;
}
h1.btw_site_admin {
	background: url(/images/headings/btw_site_admin.png) no-repeat 50%;
	height: 39px;
}
h1.checkout {
	background: url(/images/headings/checkout.png) no-repeat 50%;
	height: 39px;
}
h1.edit_profile {
	background: url(/images/headings/edit_profile.png) no-repeat 50%;
	height: 39px;
}
h1.login {
	background: url(/images/headings/account_login.png) no-repeat 50%;
	height: 38px;
}
h1.model_search {
	background: url(/images/headings/model_search.png) no-repeat 50%;
	height: 39px;
}
h1.order_confirmation {
	background: url(/images/headings/order_confirmation.png) no-repeat 50%;
	height: 39px;
}
h1.order_details {
	background: url(/images/headings/order_details.png) no-repeat 50%;
	height: 39px;
}
h1.order_history {
	background: url(/images/headings/order_history.png) no-repeat 50%;
	height: 39px;
}
h1.password {
	background: url(/images/headings/recover_password.png) no-repeat 50%;
	height: 39px;
}
h1.payment {
	background: url(/images/headings/payment.png) no-repeat 50%;
	height: 39px;
}
h1.registration {
	background: url(/images/headings/registration.png) no-repeat 50%;
	height: 39px;
}
h1.return_policy {
	background: url(/images/headings/return_policy.png) no-repeat 50%;
	height: 39px;
}
h1.shopping_bag {
	background: url(/images/headings/shopping_bag.png) no-repeat 50%;
	height: 39px;
}
h1.terms {
	background: url(/images/headings/terms.png) no-repeat 50%;
	height: 39px;
}
h1.thank_you {
	background: url(/images/headings/thank_you.png) no-repeat 50%;
	height: 39px;
}
h2 {
	font: bold 1.5em "Century Gothic", Helvetica, Geneva, Arial, sans-serif;
	color: #4375BA;
	margin-bottom: 10px;
}
h3 {
	margin-bottom: 10px;
	color: #353C48;
	font: bold 1.2em "Century Gothic", Helvetica, Geneva, Arial, sans-serif;
}

p {
	font: 1.05em/1.2em Tahoma, Geneva, sans-serif;
	color: #333;
	margin-bottom: 10px;
}
a {
	color: #4375BA;
}
a:hover {
	color: #FFF;
}
table {
	margin: 0px 0px 10px;
	padding: 0px;
	border-collapse: collapse;
	font-family: Tahoma, Geneva, sans-serif;
}
tr {
	margin: 0px;
	padding: 0px;
}
th {
	margin: 0px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	background: #5C82C1;
	color: #FFF;
	font-weight: bold;
}
td {
	margin: 0px;
	padding: 5px;
	vertical-align: top;
}
ul {
	margin: 0px 0px 10px 20px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px 0px 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	border: 1px solid #919191;
	padding: 10px 20px;
	margin-bottom: 10px;
}
legend {
	font-weight: bold;
	color: #4B79BD;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
}
label {
	color: #666;
	font-weight: bold;
}
input {
	color: #333;
	background: #FFF;
	border-top: 1px solid #999;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 1px solid #999;
	margin-bottom: 5px;
	padding: 5px;
}
.formfield_standard {
	width: 400px;
}
.formfield_column {
	width: 300px;
}
.formfield_qty {
	width: 15px;
	text-align: center;
}

input.button {
	background: url(none);
	border-style: none;
	margin: 10px 10px 5px;
}

textarea {
	color: #333;
	background: #FFF;
	border-top: 1px solid #999;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 1px solid #999;
	margin-bottom: 5px;
	padding: 5px;
}
select {
	color: #333;
	background: #FFF;
	border-top: 1px solid #999;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 1px solid #999;
	margin-bottom: 5px;
	padding: 5px;
}
.column_left {
	float: left;
	width: 50%;
}
.column_left fieldset {
	margin-right: 5px;
}
.column_right {
	float: right;
	width: 50%;
}
.column_right fieldset {
	margin-left: 5px;
}
/* BTW - Page Content Styles */
/* Created by Agua Web Design */
/* info@aguawebdesign.com */
/* March 28, 2009 */

.clear {
	clear: both;
}
.hide {
	display: none;
}
.border {
	border: 1px solid #547DBF;
}
.no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center {
	text-align: center;
}
.required {
	font-size: 1em;
	font-weight: bold;
	color: #900;
}
.right {
	text-align: right;
}
.navigation {
	font: bold .8em Verdana, Geneva, sans-serif;
	color: #333;
}
.note {
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
}
.line {
	margin-bottom: 15px;
	border: 1px solid #4F7ABE;
	margin-top: 10px;
}


.x-margin {
	margin-bottom: 13px;
}
.smallfont {
	font-size: .9em;
}
