/*==============================================================================
 Copyright (c) 2008, MTC Software, Inc. and Gunarama Wholesale, Inc.
 All Rights Reserved. This file contains proprietary trade secrets of
 MTC Software,Inc. and Gunarama Wholesale, Inc. No part of this file may be
 reproduced or transmitted in any form or by any means, electronic or
 mechanical, including photocopying and recording, for any purpose without the
 expressed written permission of MTC Software, Inc. and Gunarama Wholesale, Inc.
================================================================================
Application		:   GW-LE.COM
File Name		:	gwle.css
Author			:	Tom Clark
Date Created	:	4-11-08
Notes			:	all styles are listed alphabetically
==============================================================================*/

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #880028;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #880028;
	text-decoration: none;
}
a.login_cart {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #C2C2C2;
}
a.login_cart:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.sidebar_link {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #A7A7A7;
	text-decoration: none;
}
a.sidebar_link:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.sidebar_link_active {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.sidebar_link_active:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #A7A7A7;
	text-decoration: none;
}
a.sidebar_inactive {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A7A7A7;
	text-decoration: none;
}
a.sidebar_inactive:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.small_link {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
}
a.small_link:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
a.whitelink {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
}
a.whitelink:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.dots {
	font-family:Arial,sans-serif;
	font-size: 10px;
	color: #A7A7A7;
}
.error_notice {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.FormButton {
	font-size: 11px;
	text-transform: uppercase;
    width: 150px;
	font-family:Arial,sans-serif;
	font-weight: bold;
	color:#4C4C4C;
	background-color:#A4A4A4;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	cursor: pointer;
}
h1 {
	font-family: Tahoma,Arial,sans-serif;
	color: #000000;
}
h2 {
	font-family: Tahoma,Arial,sans-serif;
	color: #000000;
}
h3 {
	font-family: Tahoma,Arial,sans-serif;
	color: #000000;
}
h4 {
	font-family: Tahoma,Arial,sans-serif;
	color: #000000;
}
hr.sidebar_thinline {
	margin-left: 14px;
	margin-right: 5px;
	margin-top:0px;
	margin-bottom: 1px;
	size: 1px;
	color: #A7A7A7;
}
hr.sidebar_thinline_IE {
	margin-left: 14px;
	margin-right: 5px;
	margin-top:-8px;
	margin-bottom: 1px;
	size: 1px;
	color: #A7A7A7;
}
.input_field {
	font-family:Tahoma, arial,helvetica,sans-serif; 
	font-size:11px;
}
.login_cart {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C2C2C2;
}
#login_cart_area {
	padding-top: 3px;
}
.product_description {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.product_price {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.product_sale_price {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #396AB7;
}
.product_reg_price {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}
.SearchButton {
	font-size: 13px;
	text-transform: uppercase;
    width: 90px;
	font-family:Arial,sans-serif;
	font-weight: bold;
	color:#555555;
	background-color:#A4A4A4;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	cursor: pointer;
}
#searchform {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#sidebar {
	overflow: auto;
	height: 450px;
	width: 175px;
	margin-top:0px;
	margin-left:30px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #A7A7A7;
}
#sidebar_IE {
	overflow: auto;
	height: 450px;
	width: 175px;
	margin-top:-12px;
	margin-left:30px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #A7A7A7;
}
table.sidebar_tabs {
	margin-top:30px;
	margin-left:25px;
}
td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
td.bottombar {
	height: 42px;
	width: 846px;
	background-image: url(images/bottombar.gif);
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
}
td.blue_special {
	height: 273px;
	width: 152px;
	background-image: url(images/productblue.gif);
	background-repeat: no-repeat;
}
td.red_special {
	height: 273px;
	width: 152px;
	background-image: url(images/productred.gif);
	background-repeat: no-repeat;
}
td.blue_product {
	height: 127px;
	width: 623px;
	background-image: url(images/bluehorizproductbar.gif);
	background-repeat: no-repeat;
}
td.red_product {
	height: 127px;
	width: 623px;
	background-image: url(images/redhorizproductbar.gif);
	background-repeat: no-repeat;
}
td.landing {
	height: 169px;
	width: 847px;
	background-image: url(images/homelandingpanel.jpg);
	background-repeat: no-repeat;
	padding-left: 362px;
	padding-right: 30px;
}
td.inventory {
	height: 70px;
	width: 847px;
	background-image: url(images/blank_rounded_panel.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}
td.login_cart {
	height: 20px;
	width: 258px;
	background-image: url(images/utilitiesbg.jpg);
	background-repeat: no-repeat;
}
td.page_title {
	height: 61px;
	width: 654px;
	background-image: url(images/titlebar.jpg);
	background-repeat: no-repeat;
	padding-top:3px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7A7A7A;
}
td.page_title_wide {
	height: 61px;
	width: 880px;
	background-image: url(images/titlebarlong.jpg);
	background-repeat: no-repeat;
	padding-top:3px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7A7A7A;
}
td.sidebar {
	height: 536px;
	width: 211px;
	background-image: url(images/sidebar.gif);
	background-repeat: no-repeat;
}
td.sidebar_selected {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5C5C5C;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
}
td.specials_reg_price {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
td.specials_description {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height:60px;
}
td.specials_sale_price {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #C60015;
	height: 40px;
}
td.welcome {
	height: 94px;
	width: 654px;
	background-image: url(images/welcomebghalf.jpg);
	background-repeat: no-repeat;
}
#welcome {
	margin-top:20px;
	margin-left:40px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.whitetext {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.whitetextsmall {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
