/* basic elements */
body
{
	margin: 0px;
	color: #000;
	font-Family: "Arial";
}
table
{
	font-family:"Arial";
	font-size:12px;
}
a
{
	color:#146698;
	font-size:12px;
	font-Family:arial;
	text-decoration: none;
}
a:hover, #dealerMenu a:hover, #admin-menu a:hover
{
	text-decoration:underline;
}

a.url
{
	text-decoration:underline;
}

.total td
{
	font-size:14px;
	font-weight:bold;
}
	
img
{
	border:0px;
}

/* class divs */
table.product
{
	color:black;
}
table.dealerLogin
{
	font-family:"Century Gothic";  /*used for login on dealer index page*/
	color:#146698;
	font-size:13px;
}
a.top_menu
{
	text-decoration:none;
	color:white;
	white-space:nowrap;
}
input.btn_submit
{
	height:25px;
	width:69px;
	border-width:0px;
	background-image: url(img/login_btn.gif);
	cursor:pointer;
	font-Family:'Arial';
}

input.btn_login
{
	height:25px;
	width:69px;
	border-width:0px;
	background-image: url(img/login_btn.gif);
	cursor:pointer;
	font-Family:'Arial';
}
input.login
{
	border-color: #146698;
	border-width:1px;
	width:100px;
	height:15px;
}
input.field_edit
{
	border:none;
	width:100px;
	height:15px;
}

td.top_menu
{
	font-Family:'Arial';
	font-size:12px;
}
td.login_inputs
{
	padding-left:10px;
	padding-bottom:5px;
}
td.so_inputs
{
	padding-right:25px;
	padding-left:5px;
}

/* specific divs */
#pageBody
{
}

#siteTitle
{
	height:42px;
	background:url('../img/stanton_menu_bg.jpg') no-repeat left;
	width:942px;
	margin-top:31px;
}
#title
{
	color:white;
	float:left;
	padding:10px 20px 0 20px;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
}
#siteTitleLinks
{
	font-family:"Century Gothic";
	font-size: 12px;
	padding-left: 75px;
	font-variant: normal;
	background-color:red;
}
#pageContent
{
	position:relative;
	width:900px;
	padding: 0px 0px 0px 40px;
}
#pageTitle
{
	height:30px;
	padding: 3px;
	background:url('../img/admin_title_bg.gif') no-repeat scroll 0 80% #fff;
	font-size:16px;
}
#pageDescription
{
	font-Family:"Century Gothic";
	font-size:12px;
}

#site_menu
{
	background:url('../img/stanton_menu_bg.jpg') no-repeat left;
	margin-bottom:0px;
}

#main-content
{
	padding:25px 0 0 10px;
	width:700px;
}

td#main-content
{
	vertical-align:top;
}

#dealerIndexDescription	 /*USED IN DEALER INDEX*/
{
	font-size:11px;
}	
#siteLogin
{
	font-Family:"Century Gothic";
	font-size:12px;
}
#accessText	 /*USED IN DEALER HEADER*/
{
	position: absolute;
	top:52px;
	left:440px;
}

#siteDivider   /*USED IN DEALER HEADER*/
{
	margin-top:8px;
	padding-top:46px; 
	background:url('../img/stanton_menu_bg.jpg') no-repeat left;
	height:42px;
	width:932px;
}

#dealerMenu		/*USED IN DEALER HEADER*/
{
 	position: absolute;
	top:159px;
	left:10px;
}

#dealerMenu a, #admin-menu a
{
	color:white;
	font-weight:bold;
	letter-spacing:1px;
	font-Family:arial;
	text-decoration: none;
}

#message
{
	margin-left:300px;
	font-size:11px;
	color:red;
}

#admin-menu table#menu
{
	width:620px;
}

table#menu
{
	width:900px;
}

table#menu td
{
	font-weight:bold;
	color:white;
	padding:0 5px;
}

/*css definitions below are for dealer/stock.php */
table.stock_list
{
	font-size: 10px;
	text-align:center;
	font-weight:bold;
	border-collapse:collapse;
	color:black;
	font-family:'Verdana';
}
th.sl_title
{
	text-align:left;
	font-family:"Georgia";
	font-size:16px;
	margin-bottom:2px;
	border-bottom: solid 1px black;
}
td.gh
{
	background-color:#CCCCCC;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid black;
}
td.data
{
	font-size:9px;
	padding:1px;
	border:1px solid black;
}	
#special1
{
	text-align:left;
	font-size:9px;
}

/* define styles for view orders page */
#order_header
{
	color:white;
	clear:both;
	background-color:#136698;
	text-align:right;
	padding: 3px 50px 5px 0px;
	font-size:13px;
	font-weight:bold;
}
#order_table, #order_table_bottom
{
	font-family:"Arial";
	font-size:12px;
	color:#000;
}
#order_table_bottom
{
	table-layout:fixed;
}
#order_header a
{
	float:left;
	padding-left:10px;
	color:#fff;
	font-size:12px;
	font-family:"Arial";
}
#admin-menu
{
	padding-top:8px;
}

#order-data
{
	margin:10px 25px;
}

table.order-info
{
	width:100%;
	margin-bottom:40px;
}

table.order-info caption
{
	border-top:black solid 5px;
	height:40px;
}

table.order-info caption div
{
	margin-top:5px;
	float:left;
	padding:0px 15px;
}

table.order-info th
{
	text-align:left;
	font-weight:normal;
	border-bottom:black solid 2px;
	padding:0 3px;
}

table.order-info td
{
}

/* CSS for dealer customer service page */
table.customer-service th
{
	color:black;
	padding-top:20px;
	text-align:left;
	font-size:12px;
}

table.customer-service td
{
	font-size:12px;
	color:black;
	padding:0 5px;
}

/* CSS for customer service form */
#contact-form
{
	font-Family:"Century Gothic";
	font-size:12px;
	width:600px;
}

#contact-form input
{
	width:200px;
}

#contact-form .submit
{
	width:100px;
}

#contact-form .input-title
{
	float:left;
	width:100px;
}

.alert
{
	color:red;
}

.left-menu
{
	margin:20px 60px;
}

.left-menu td
{
	text-align:center;
	padding:7px 0 10px 0;
	background:url(img/left_menu_divider.gif) no-repeat bottom transparent;
}

.left-menu td.no-divider { background:none;}

.left-menu a, .left-menu a:hover
{
	font-size:17px;
	font-variant:small-caps;
	color:#8a6328;
	font-family:helvetica;
	text-decoration:none;
	letter-spacing:.01em;
	white-space:nowrap;
}

.left-menu a:hover
{
}

#catalog-menu
{
	padding-top:5px;
	width:100%;
}

#catalog-menu td
{
	background:none;
	padding:1px 0;
}
/* Invoice List and Fabric List*/

.dealer-list
{
	text-align:right;
}

.dealer-list th, .dealer-list td
{
	font-weight:normal;
	padding:0 10px;	
}

.dealer-list th
{
	text-decoration:underline;
}

.priceTable th
{
	white-space:nowrap;
	text-align:left;
}

/*Fabric Inventory */
#fabric-inventory
{
	margin:0 25px;
}

#fabric-inventory th
{
	text-align:center;
	white-space:nowrap;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	padding:3px;
}

#fabric-inventory td
{
	width:150px;
	padding:8px;
	text-align:center;
}

#fabric-inventory .title
{
	text-align:left;
	color:white;
	text-transform:uppercase;
	background-color:#5DA3D6;
}

#fabric-inventory .fabric
{
	text-align:left;
	width:200px;
}

/* Finished Goods/Stock Program, Sales Report */
#fg-date, #sa-date
{
	font-size:14px;
	font-weight:bold;
}

#finished-goods, #sales-report
{
	border:2px black solid;
	border-collapse:collapse;
}

#finished-goods th, #sales-report th
{
	border:1px black solid;
	padding:5px;
}

#finished-goods td, #sales-report td
{
	border:1px black solid;
	padding:3px;
}

/*dealer alert popup*/
#alert-popup
{
	top:0px;
	left:30px;
	position:absolute;
}
#alert-content
{
	background-color: rgba(255, 255, 255, 0.92);
    border-left: 5px solid #004275;
    border-right: 5px solid #004275;
    margin-left: 0px;
	width:745px;
}

#alert-content-cap, #alert-content-shoe
{
	height:17px;
	width:755px;
}

#alert-content-cap { background:url('/img/dealer/bubble_top.png') no-repeat top center transparent; }
#alert-content-shoe { background:url('/img/dealer/bubble_bottom.png') no-repeat top center transparent; }
#close-popup { color: red; text-align:center; font-size:12px;}
#close-popup-button { cursor:pointer; }

