BODY {
	background-image: url(images/bg_medium.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, sans-serif;
	color: #030100;
	margin: 0px;
	font-size: 12px;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	margin-bottom:0; margin-top:0;
	/* color: #E32804; */
	}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-bottom:0;
	font-style:italic;
	color: #3c8736;
}

FORM {
	display: inline;
}
CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
TEXTAREA {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

a {
	color: #114293;
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: underline;
}
a:hover {
	color: #114293;
	text-decoration: none;
}

.a-button {
    background: #FF8000;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0px #757575;
    color: #FFFFFF;
    line-height: 26px;
    text-decoration: none;
    padding: 5px;
    font-size: 16px;
    font-weight: bolder;
}

/*FOOTER*/
a.footer {
	color: #F12C06;
	text-decoration: none;
}
a.footer:hover {
	color:#341E1A;
	text-decoration: none;
}
TR.footer {
	background: #D9D9DB;
}
TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #D9D9DB;
	color: #F12C06;
}
TD.footer_link {
	color:#341E1A;
}
a.footer_links {
	color:#341E1A;
	font-size:12px;
	text-decoration: underline;
}
a.footer_links:hover{
	color:#341E1A;
	text-decoration: none;
}

/*copyright*/
a.copyright {
	color:#0d0f74;
	text-decoration:underline;
}
a.copyright:hover {
	color:#0d0f74;
	text-decoration:none;
}
TD.copyright {
	color:#0d0f74;
	font-size:11px;
	vertical-align:middle;
}

/*pageResults*/
span.pageResults {
    padding: 5px;
    margin: 1px;
    background: #3A77B4;
	color: white;
    font-weight: bolder;
    font-size: medium;
}
A.pageResults {
    padding: 5px;
    margin: 1px;
    background: #DFEDF7;
	color: black;
    text-decoration: none;
    border: 1px solid #90C2E1;
}
A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
/* message box */
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */
.inputRequirement {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
}
/*shopping cart box*/
TD.shop_cart_header {
	color:#FFFFFF;
	background-color:#000000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
A.shop_cart_header {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
A.shop_cart_header:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.shop_cart_content {
	color:#000000;
	font-size:10px;
	font-weight:bold;
	background-color:#F3F3F3;
}

/* product list navigation */
.product_list_nav {
    float: right;
    width: 70%;
}
ul#sort_by {
    list-style: none;
}
ul#sort_by li {
    list-style: none;
    position: relative;
}
ul#sort_by ul {
    margin: 0;
    padding: 5px;
    width: 160px;
    list-style: none;
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #B7D300;
}
ul#sort_by a {
    padding-left: 5px;
    font-size: 13px;
    display: block;
    background: #fff;
    text-decoration: none;
    color: blue;
}
ul#sort_by li:hover li a:hover,
ul#sort_by li:hover li:hover a,
ul#sort_by li.iehover li a:hover,
ul#sort_by li.iehover li.iehover a {
    text-decoration: underline;
    color:#003366;
}
ul#sort_by li:hover ul,
ul#sort_by ul li:hover ul,
ul#sort_by li.iehover ul,
ul#sort_by ul li.iehover ul {
    display: block;
}

/*LEFT column*/
.categories_box {
	margin-bottom: 10px;
}
.categories_box_header {
	padding: 5px;
	background-color: #FF9800;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
}
.navigation ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation ul {
	background: #f3f3f3;
	color: #666;
	font-size: 16px;
	display: block;
}
.navigation ul li {
	padding: 5px;
}
.navigation ul li:hover .submenu {
	display: block;
	max-height: 400px;
	background: #ddd;
}
.navigation .submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.navigation .submenu li {
	padding: 0;
}
.navigation .submenu a {
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 5px;
	font-size: 12px;
	color: #000;
}
.navigation .submenu a:hover {
	background-color: #999;
}

.manufacturers_box {
	background: #f3f3f3;
	padding-bottom: 5px;
}
.manufacturers_box_header {
	padding: 5px;
	background-color: #FF9800;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
}
.manufacturers_box a {
	display: block;
	padding: 2px 0px 2px 5px;
	font-size: 14px;
	text-decoration: none;
	color: #666;
}
.manufacturers_box a:hover {
	background-color: #ddd;
}

/*RIGHT column*/
.whats_new_box {

}
.whats_new_box_header {
	padding: 5px;
	background-color: #f12c06;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
}


a.sitename {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size:14px;
}
TR.header {
	background: #ffffff;
}
TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-weight : bold;
	font-size: 10px;
	text-align:center;
	vertical-align:middle;
	background-color:#E8E8E8;
	color:#114293;
}
A.headerNavigation {
	color:#114293;
	font-size: 10px;
	vertical-align:middle;
	text-decoration:none;
}
A.headerNavigation:hover {
	color:#114293;
	text-decoration:underline;
}
.search_box {
	background-color:#D9D9DB;
}
TR.headerError {
	background: #ff0000;
}
TD.headerError {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.infoBox {
	background: #FFFFFF;
}
.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #b8b8b8;
	color: #ffffff;
}
TR.infoBoxHeading{
	height: 15px;
}
TD.infoBox, SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background-color:#F0F0F0;
}
TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #B8B8B8;
	border-spacing: 1px;
}
.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color:#E8E8E8;
	color:#114293;
	font-weight: bold;
}
TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E32804;
    padding-top: 5px;
    padding-bottom: 5px;
}
TD.pageHeading_new {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E32804;
}
TR.subBar {
	background: #f4f7fd;
}
TD.subBar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
TABLE.main, TD.main, P.main, .main A {
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
}
TD.accountCategory {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #aabbdd;
}
TD.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
TD.fieldValue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
TD.tableHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
SPAN.newItemInCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
}

SPAN.greetUser {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}
TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}
TD.formAreaTitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}
SPAN.errorText {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}
.moduleRow { }
.moduleRowOver { background-image:url(../../images/design/brown/bl_bg.png); cursor:hand; }
.moduleRowSelected { background-image:url(../../images/design/brown/bl_bg.png)}



TABLE.grey_light_box {
	color:#FFFFFF;
}
TD.grey_light_box_header {
	background-image:url(../../images/design/grey_light/bl_bg_header.png);
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
TD.grey_light_box_body {
	background-image:url(../../images/design/grey_light/bl_bg.png);
	color:#FFFFFF;
	font-size:11px;
	text-align:left;
}
TABLE.grey_box {
	color:#FFFFFF;
}
TD.grey_box_header {
	background-image:url(../../images/design/grey/bl_bg_header.png);
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
TD.grey_box_body {
	background-image:url(../../images/design/grey/bl_bg.png);
	color:#FFFFFF;
	font-size:11px;
	text-align:left;
}
TABLE.brown_box {
	color:#515050;
}
TD.brown_box_header {
	background-image:url(../../images/design/brown/bl_bg.png);
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
TD.brown_box_body {
	background-image:url(../../images/design/brown/bl_bg.png);
	color:#515050;
	font-size:11px;
	text-align:left;
}
TABLE.yello_box {
	background-color:#ffea58;
	border-color:#f1a52c;
	border-style:solid;
	border-width:thin;
	padding-left:1px;
	padding-bottom:3px;
}
TD.yello_box_header {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
TD.yello_box_body {
	color:#000000;
	font-size:11px;
	text-align:left;
}
TABLE.red_box {
	color:#FFEA58;
	background-color:#FDA755;
	border-color:#739207;
	border-style:solid;
	border-width:thin;
	padding-left:1px;
	padding-bottom:3px;
}
TD.red_box_header {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
TD.red_box_body {
	color:#000000;
	font-size:11px;
	text-align:left;
}
TABLE.green_box {
	color:#FFEA58;
}
TD.green_box_header {
	background-image:url(../../images/design/green/bl_bg.png);
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
TD.green_box_body {
	background-image:url(../../images/design/green/bl_bg.png);
	color:#000000;
	font-size:11px;
	text-align:left;
}
TD.hobbytrade_box_header {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
TD.hobbytrade_header {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
TD.hobbytrade_box {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
TD.hobbytrade_box_body {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
TD.hobbytrade_yello_header {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
TD.hobbytrade_yello_box {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
TD.hobbytrade_yello_box_body {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
A.btn {
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
A.btn:hover {
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}

TABLE.footer_submit {
	background-color:#FFFFFF;
}
TD.footer_submit {
	background-color:#FFFFFF;
}
TD.customer_greeting{
	font-size:10px;
	text-align:right;
}
TD.menu_item {
	background-image:url(templates/air/images/menu/menu_bg.png);
}
TD.menu_item_selected {
	background-image:url(templates/air/images/menu/menu_bg_selected.png);
}
A.menu_item {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
A.menu_item_selected {
	font-size:10px;
	font-weight:bold;
	color:#DD0404;
}
P.subtotal {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
A.info_box {
	color:#646464;
	font-size:11px;
}
TD.info_box_header {
	color:#404040;
	font-size:10px;
	text-align:right;
	font-weight:bold;
	vertical-align:middle;
}
TD.info_box_body {
	color:#646464;
	font-size:11px;
	text-align:left;
	vertical-align:top;
}
UL.info_box {
	margin-left:0;
	padding-left:inherit;
	margin-bottom:0;
	list-style-position: inside;
	list-style-image: url(images/li_red_arrow.gif);
	text-align:left;
}
TD.tips_box_header {
	background-image:url(../../images/design/tips/bl_header_bg.png);
}
TD.tips_box_header_text {
	background-image:url(../../images/design/tips/bl_header_bg_2.png);
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}
TD.tips_box_body {
	background-color:#FFFFFF;
	color:#646464;
	font-size:11px;
	text-align:left;
	vertical-align:top;
}
P.sub_heading {
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
}

TABLE.img_btn{
	border-style:outset;
	background-color:#CCCCCC;
	border-color:#666666;
	border-width:thin;
}
.related_products {
	border: solid 2px #F19513;
	width: 95%;
	margin-top: 50px;
    margin-left: 10px;
}
.products_info {
	font-weight: bold;
}
.products_info span {
	font-weight: normal;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
