/* basic elements */
body
{
	margin: 0px;
	color: #000;
	font-Family: "Arial";
}

pre
{
	margin:0px;
	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;
}

#clear-cache, #run-batch {
	white-space:nowrap;
	cursor:pointer;
}

#clear-cache:hover, #run-batch:hover {
	text-decoration:underline;
}

/* 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
{
	float:none;
	position:relative;
	width:1000px;
	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;
}

#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;
}

#login-text {
	font-size:28px;
	color:#16669b;
	font-family:Times;
	font-weight:normal;
	margin-bottom:0px;
}

#accessText	 /*USED IN DEALER HEADER*/
{
	position: absolute;
	top:52px;
	left:440px;
}

.menu-divider {
	background:url('../img/stanton_triangle.jpg') no-repeat center center;
	width:20px;
}

#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
{
	white-space:nowrap;
	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
{
	margin-top:8px;
	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;
}

#store-only
{
	float:left;
}

#store-only div
{
	float:right;
	padding:1px;
}

/* 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;
}

#catalog-pdfs td
{
	padding-right:10px;
}
/* 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;
}

#odd-stock
{
	border:1px solid black;
	text-align:left;
	border-collapse:collapse;
}

#odd-stock th
{
	padding:5px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	border:1px solid black;
	white-space:nowrap;
}

#odd-stock td
{
	padding:3px;
	border:1px solid black;
}

#odd-stock .price
{
	text-align:right;
}

.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
{
	padding:8px;
	text-align:center;
}

#fabric-inventory td.lead-time
{
	padding:0px;
}

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

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

#fabric-inventory .category
{
	font-weight:bold;
}

#fabric-inventory .lead-time
{
	font-size:14px;
	padding:0px;
}

#fabric-inventory .fabric-pic {
	cursor:pointer;	
}

/* 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; }

/* Catalog Page */
#catalog-data th {
	white-space:nowrap;
	text-align:left;
}

.pdf-link {
	font-size:100%;
	color:#D9141B;
	font-weight:bold;
}

.sheet-footer {
	float:right;
	clear:both;
	font-size:65%;
	padding-top:2px;
	page-break-after:always;
	width:100%;
}

.image-not-available {
	margin:20px;
	padding:200px;
	width:200px;
	border:1px black solid;
}

.sort-asc {
	background-image: url(img/dealer/black_up_arrow_small.jpg);
    background-repeat: no-repeat;
	background-position:right center;
	padding-right:15px;
}

/* tear sheet css */
#tear-sheet {
	width:800px;
}
#tear-sheet table {
	text-align:center;
	width:100%;
}

#tear-sheet #base-style {
	font-size:300%;
	font-weight:bold;
	color:#666;
}

/* tearsheet specific configurations */
#tear-sheet #ts-header {
	width:100%;
	height:200px;
}

#tear-sheet #ts-lines {
	max-height:830px;
	max-width:740px;
	width:auto;
	height:auto;
	margin-left:40px;
}

#tear-sheet #ts-date {
    color: #666;
    margin-top: -20px;
    position: absolute;
    width: 750px;
    z-index: 10;
	font-size:65%;
	text-align:right;
}

#tear-sheet #special-comments {
    color: #aaa;
    margin-top: -25px;
    position: absolute;
    width: 250px;
    z-index: 10;
	text-align:left;
	left:40px;
}

/* Sofa */
#tear-sheet #sofa {
	background-image: url(img/dealer/divider_line.jpg);
    background-repeat: no-repeat;
	background-position:left center;
    float: right;
    padding-left: 30px;
    padding-right: 40px;
    width: 400px;
	height:190px;
}

#tear-sheet #logo img {
	max-height:200px;
	max-width:200px;
	width:auto;
	height:auto;
}

#tear-sheet #logo2 img {
	max-width:70px;
	max-height:70px;
}

#tear-sheet #sofa img {
	max-width:420px;
	max-height:170px;
}

/* Only Sofa */
#tear-sheet #sofa.sofa img {
	max-width:600px;
	max-height:600px;
}


/* Logo, Base Style Numeric, and Logo 2 */
#tear-sheet #logo.logo-baseStyleNumeric-logo2,
#tear-sheet #base-style.logo-baseStyleNumeric-logo2,
#tear-sheet #logo2.logo-baseStyleNumeric-logo2 {
	width:700px;
	text-align:center;
}

#tear-sheet #logo2.logo-baseStyleNumeric-logo2 {
	text-align:right;
}

/* Base Style Alpha and Sofa */
#tear-sheet #logo2.baseStyleAlpha-sofa,
#tear-sheet #logo.baseStyleAlpha-sofa {
	display:none;
}

#tear-sheet #base-style.baseStyleAlpha-sofa {
	width:300px;
	padding-top:50px;
	text-align:center;
	float:left;
}

/* Logo, Base Style Numeric, Logo 2, and Sofa */
#tear-sheet #logo.logo-baseStyleNumeric-logo2-sofa,
#tear-sheet #logo.logo-baseStyleAlpha-logo2-sofa {
	width:300px;
	text-align:center;
	float:left;
	padding-top:35px;
	padding-left:30px;
}

#tear-sheet #base-style.logo-baseStyleNumeric-logo2-sofa,
#tear-sheet #base-style.logo-baseStyleAlpha-logo2-sofa {
	width:170px;
	text-align:right;
	float:left;
	padding-top:10px;
}

#tear-sheet #logo2.logo-baseStyleNumeric-logo2-sofa,
#tear-sheet #logo2.logo-baseStyleAlpha-logo2-sofa {
	float:left;
	padding-top:10px;
	padding-left:10px;
}

#tear-sheet #sofa.logo-baseStyleNumeric-logo2-sofa,
#tear-sheet #sofa.logo-baseStyleAlpha-logo2-sofa {
	float:right;
}

/* Logo, Base Style Alpha, and Sofa */
#tear-sheet #logo.logo-baseStyleAlpha-sofa img {
	max-width:250px;
}

#tear-sheet #logo.logo-baseStyleAlpha-sofa {
	width:300px;
	text-align:center;
	float:left;
	padding-top:35px;
	padding-left:30px;
}

#tear-sheet #base-style.logo-baseStyleAlpha-sofa {
	width:300px;
	text-align:center;
	float:left;
	padding-top:8px;
	padding-left:30px;
	font-size:275%;
}

/* Logo and Base Style Alpha */
#tear-sheet #logo.logo-baseStyleAlpha {
	width:800px;
	text-align:center;
	padding-top:10px;
}

#tear-sheet #base-style.logo-baseStyleAlpha {
	font-size:300%;
	text-align:center;
	padding-top:10px;
}

#tear-sheet #logo.logo-baseStyleAlpha img {
	max-width:400px;
	max-height:100px;
	padding-top:10px;
}

.dealer-button {
	width:120px;
	height:90px;
	border:2px #5BA8D6 solid;
	border-radius:10px;
	box-shadow: 5px 5px 5px #eee;
	padding:5px;
	vertical-align:bottom;
	text-align:center;
}

.dealer-button div {
	height:50px;
}

.dealer-button a {
	color:#5f5f2c;
	font-family:serif;
	outline:0;
	white-space:nowrap;
}

.dealer-button a:hover {
	text-decoration:none;
}

.dealer-button img {
}

.roomgroups-popup{
	position:fixed;
	z-index:1200;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	display:none;
}

.roomgroups-popup .roomgroups-popup-container{
	position:relative;
	margin-left: auto;
    margin-right: auto;
    max-width: 940px;
    width: 80%;
    margin-top: 20px;
    background: white;
	padding: 20px;
	top: 20%;
	border-radius: 4px;
    box-shadow: 1px 1px 10px #2a2a2a;
}
.roomgroups-popup .roomgroups-popup-container .roomgroups-popup-close{
	position: absolute;
    right: 10px;
    top: 10px;
	font-size: 28px;
	cursor:pointer;
}
.roomgroups-popup .roomgroups-popup-container .roomgroups-popup-close:hover{
	color: #363636;
    background: #e7e7e7;
    border-radius: 30px;
}
.roomgroups-popup .roomgroups-popup-container .roomgroups-popup-body{
	width: 100%;
    display: inline-block;
    vertical-align: top;
}

.tr-header-title{
	position: sticky;
    top: 0px;
    background: white;
}
.tr-title{
	position: sticky;
    top: 38px;
}.page-download-bottom{	height: 30px;    padding: 3px;    background: url(../img/admin_title_bg.gif) no-repeat scroll 0 40% #fff;    font-size: 16px;    margin-bottom: 10px;    padding-top: 50px;    clear: both;    position: relative;}