/* TotalSupport - Stylesheet 
	main.css - Site Layout and Functionality 
	coded by: Tim Brown timbrown@tsinfotech.com */ 

/* ----------| =Initial Page Structure |---------- */ 
/* --| =Apply 0 margin and 0 padding to all elements |-- */ 
* { 
	margin: 0; 
	padding: 0;
}
/* --| =apply a background to the html element using the HTML selector |-- */ 
html {
	background:#fff;
}
/* --| =set font size "Default Font" and optional font styling...set color for all text in site here |-- */ 
body { 
	font: .8em/1.6em Arial, Sans-serif; 
	color:#000;
}

/* --| =Apply grey background for main content area |-- */ 
.tblMainContent {
	background-color:#fff;
	text-align:left;
	vertical-align:top;
	border: 1px solid #C6C8CA;
	border-right:none;
} 

/* ----------| =EndInitial Page Structure |---------- */ 

/* ----------| =Heading Styles |---------- */ 

h2,h3, h4, h5, h6 {
	margin: 4px 8px; 
	padding: 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #CB3633;
}
h3, h4, h5, h6 {
	color: #CB3633;
}
h2 { 
	font-size: 1.3em;
	color: #000;
}
h3 { 
	margin: 4px 14px; 
	font-size: 1.2em;
}
h4 { 
	margin: 4px 20px; 
	font-size: 1.1em;
}
h5, h6 { 
	margin: 4px 26px; 
	font-size: 1em;
}

/* =requiredFields message styling when a user fails to fill out a required form element*/
h3.requiredFields {
	margin:2px 5px;
	padding:0 0 0 20px;
	font-size: 1em;	
	color:#CB3633;
}
/* =requiredMsg styling for error messaging*/
h3.requiredMsg {
	margin:2px 5px;
	padding:0 0 0 16px;
	font-size: 1em;
}
h3.level1 {
	margin:0 5px 5px 12px;
	font-size: 1.2em;
	color:#441212;
}
h4.level2 {
	margin:0 5px 5px 30px;
	font-size: 1.1em;
	color: #12366a;
}
h5.level3 {
	margin:0 5px 5px 45px;
	font-size:1.1em;
}
h5.formFieldMsg {
	font-size: .9em;
	color:#000;
	font-style:italic;
	margin: 0 0 0 50px;
}
h5.msg {
	font-size: .9em;
	font-weight:normal;
	margin: 0 5px 0 50px;
}
h5 a {
	color:#b19122;
}
h5 a:hover {
	color:#cb3633;
}
/* ----------| =EndHeading Styles |---------- */ 

/* ----------| =Link Styles |---------- */ 

a { 
	color:#cb3633 /*#00274C */;
}

a:hover { 
	color:#b19122;
	text-decoration:none;
}
a.plainSmall { 
	text-decoration:none;
}
a.lBottomLink {
	font-weight:bold;
	text-decoration:underline;
	color:#CB3633;
	padding: 0px 5px 0px 10px;
}
a.lBottomLink:hover {
	color:#000;
	text-decoration:none;
}

/* ----------| =EndLink Styles |---------- */
 
/* ----------| =Utilties ---Styling for basic elements and useful classes to 
apply to elements when a specific style wants to be achieved |---------- */

a img { 
	border: 0;
}

img {
	border:0;
	vertical-align:top;

}
.ctrVAlign {
	vertical-align:middle;
}
img.cartImg {
	border: 1px solid #0e2062;
	margin:0 5px;
	float:left;
}
img.YesNo {
	margin: 0 0 0 20px;
}
img.menu {
	margin: 0 45px;
}
img.menuRMA {
	margin: 0;
}
img.statusBar {
	margin: 2px 5px 2px 12px;
}
img.footerLogo {
	margin: 4px 0 0 0;
	vertical-align:middle;
}

p {
	margin: 5px 15px;
	color: #636466;
}
p.topMargin {
	margin: 5px 8px;
	color: #636466;
}

hr {
	width:98%;
}

.right { 
	float: right; 
	margin: .2em 0 .2em 10px; 
}

.left { 
	float: left; 
	margin: .2em 10px .2em 0; 
}

.clear { 
	clear: both; 
}
.verify {
	 margin:2px;
	color:#FF0000;
	font-weight:bold;
}

ul {
	color:#636466;
	padding: 0px 0px 1px 30px;
	margin: 0 0 0 30px;
}
.notGiven {
	color:#999999;
}
.row1 {background:#C7C3AC;}  
.row0 {background:#faf7e4;} 

.err {
	color: #CB3633;

}
/* ----------| =EndUtilities and basic classes |---------- */ 


/* ----------| =Navigation Styling -- Styling of unordered lists used for navigation  |---------- */
/* ----------| =Internal and External main menu styling  |---------- */ 
ul.mainMenuList {
	position:relative;
	list-style:none;
	margin:0  0 0 30px;
	padding:0;
}

ul.mainMenuList li {
	width:100%;
	text-align:left;	
	margin:5px 0;
	padding: 15px 0;
}

ul.mainMenuList li a {
	display:block;
	margin:0;
	padding: 2px 2px 2px 55px;
	font-weight:bold;
}
ul.mainMenuList li a:hover {
	color:#000;
}
ul.mainMenuList li.alert {
	background:transparent url(../../images/css/mainmenu/alert.jpg) no-repeat left center;
}
ul.mainMenuList li.waiting {
	background:transparent url(../../images/css/mainmenu/waiting.jpg) no-repeat left center;
}
ul.mainMenuList li.view {
	background:transparent url(../../images/css/mainmenu/view.jpg) no-repeat left center;
}
ul.mainMenuList li.create {
	background:transparent url(../../images/css/mainmenu/create.jpg) no-repeat left center;
}
ul.mainMenuList li.search {
	background:transparent url(../../images/css/mainmenu/search.jpg) no-repeat left center;
}
ul.mainMenuList li.confirmedorders {
	background:transparent url(../../images/css/mainmenu/confirmedorders.jpg) no-repeat left center;
}
ul.mainMenuList li.neworders {
	background:transparent url(../../images/css/mainmenu/newproduct.jpg) no-repeat left center;
}
ul.mainMenuList li.shippedorders {
	background:transparent url(../../images/css/mainmenu/shippedorders.jpg) no-repeat left center;
}
ul.mainMenuList li.customers {
	background:transparent url(../../images/css/mainmenu/customer.jpg) no-repeat left center;
}
ul.mainMenuList li.employees {
	background:transparent url(../../images/css/mainmenu/employees.jpg) no-repeat left center;
}
ul.mainMenuList li.products {
	background:transparent url(../../images/css/mainmenu/shippedorders.jpg) no-repeat left center;
}
ul.mainMenuList li.categories {
	background:transparent url(../../images/css/mainmenu/categories.jpg) no-repeat left center;
}
ul.mainMenuList li.manufacturers {
	background:transparent url(../../images/css/mainmenu/manufacturer.gif) no-repeat left center;
}
ul.mainMenuList li.shipping {
	background:transparent url(../../images/css/mainmenu/shipping.jpg) no-repeat left center;
}
ul.mainMenuList li.companies {
	background:transparent url(../../images/css/mainmenu/company.gif) no-repeat left center;
}
ul.mainMenuList li.po {
	background:transparent url(../../images/css/mainmenu/po.jpg) no-repeat left center;
}
ul.mainMenuList li.receivepo {
	background:transparent url(../../images/css/mainmenu/recievepos.jpg) no-repeat left center;
}
ul.mainMenuList li.receivedpo {
	background:transparent url(../../images/css/mainmenu/receivepo.jpg) no-repeat left center;
}
ul.mainMenuList li.invoice {
	background:transparent url(../../images/css/mainmenu/invoice.jpg) no-repeat left center;
}
ul.mainMenuList li.searchinvoice {
	background:transparent url(../../images/css/mainmenu/searchinvoice.jpg) no-repeat left center;
}
ul.mainMenuList li.sessions {
	background:transparent url(../../images/css/mainmenu/sessions.gif) no-repeat left center;
}
ul.mainMenuList li.newuser {
	background:transparent url(../../images/css/mainmenu/newuser.gif) no-repeat left center;
}
ul.mainMenuList li.return {
	background:transparent url(../../images/css/mainmenu/return.jpg) no-repeat left center;
}
ul.mainMenuList li.editprofile {
	background:transparent url(../../images/css/mainmenu/editprofile.jpg) no-repeat left center;
}

/* =StartLeftNav */
a.LinkNav {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#606160;
	padding: 0 0 0 15px;
	display:block;
}
a.LinkNav:hover {
	background-color:#000;
	color:#FFF;
}
/* =endNav */
/* =StartLeftNav SubMenu */
a.subLinkNav {
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#CB3633;
	padding: 0 0 0 8px;
	margin: 0 0 0 20px;
	display:block;
}
a.subLinkNav:hover {
	background-color:#CB3633;
	color:#000;
}
/* =endNav */
ul.parentCat {
	position:relative;
	list-style-type:none;
	margin: 0 2px 0 0;
}
ul.parentCat li a {
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;	
	font-weight:bold;
	padding: 0 0 0 5px;
	display:block;
}
ul.parentCat li a:hover {
	background-color:#cb3633;
	color:#c6a533;
}
ul.subCat1 {
	position:relative;
	list-style-type:none;
	margin: 0 3px 0 10px;
}
ul.subCat1 li a {
	font-size:10px;
	font-weight:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;	
	font-weight:bold;
	padding: 0 0 0 3px;
	display:block;
}
ul.subCat1 li a:hover {
	background-color:#cb3633;
	color:#c6a533;
}
ul.subCat2 {
	position:relative;
	list-style-type:none;
	margin: 0 3px 0 0;
}
ul.subCat2 li a {
	font-size:9px;
	font-weight:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;	
	margin:0 0 0 18px;
	padding: 0 0 0 5px;
	display:block;
}
ul.subCat2 li a:hover {
	background-color:#cb3633;
	color:#c6a533;
}
/* ----------| =Forms Styling of fieldsets, legends, and submit button fieldsets  |---------- */ 
fieldset {
	width:97%;
	clear:left;
	margin: 0 .5em .5em .5em;
	padding:0 0 .5em 0;
}
fieldset.submit {
	float:none;
	width:auto;
	border:none;
	margin: 1.5em .5em;
	text-align:center;
}
fieldset.search label {
	width: 55%;
}

legend {
	margin: 0 0 0 1em;
	padding: 3px;
	color: #c6a534;
	font-weight:bold;
	font-size:1.1em;
}
fieldset ul {
	padding: 1em 0 0 0;
	list-style:none;
}
fieldset li {
	padding: 0 0 .3em 0;
	clear:left;
}
fieldset ol {
	margin: 0 10px .25em 50px;
	padding: 0 0 0 0;
}
fieldset ol li {
	padding: 0 0 .3em 0;
	
}
label {
	float: left;
	width: 40%;
	font-weight:bold;
	margin: 0 .5em 0 0;
	text-align:right;
}
fieldset.display label {
	width: 50%;
}
label.error {
	color: #CB3633;
}
label.required {
	color:#000;
}
label.cerror {
	width: 21%;
	color: #CB3633;
}
label.crequired {
	width: 21%;
	color:#000;
}


/* ----------| =End Forms Styling  |---------- */ 

/* ----------| =EndNavigation Styling  |---------- */ 

/* ----------| =Tables Styling  |---------- */ 

/* =tblCart styling for the shopping cart 
Items list just before proceeding to checkout PageID=MyCart */
/* =tblCart styling for the shopping cart Items list just before proceeding to checkout PageID=MyCart */
table.tblCart {
	width:550PX;
	color:#000;
	margin: 0px 10px 3px 20px;
	border:1PX solid #000;
	background-color: #ebe5d3;

}
table.tblCart th {
	font-weight:bold;
	padding: 4px 3px;
	color:#ebe5d3;
	text-align:center;
	background-color: #000;
}
table.tblCart th.desc {
	text-align:left;
}
table.tblCart td {
	padding: 4px 3px;
	text-align:center;
}

table.tblCart td.cartDesc {
	width: 50%;
	text-align:left;
	font-weight:bold;
	color: #000;
}
table.tblCart td.cartQty {
	width: 10%;
	text-align:center;
}
table.tblCart td.cartUnits {
	width:20%;
	font-weight:bold;
	text-align:right;
	background-color:#daca98;
	color:#000;
}
table.tblCart td.cartTotals {
	width:20%;
	text-align:right;
	background-color:#e6dab4;
	color:#cb3633;

}
table.tblBtns {
	width:550PX;
	color:#636466;
	margin: 0px 10px 3px 20px;
	text-align:right;
}
/* =endTblCart styling for the shopping cart Items list just before proceeding to checkout PageID=MyCart */

/* =display table used for displaying content in styled table with rollover rows */
table.display {
	width: 100%;
	float: left;
	font-size:1em;
	margin: 0 5px 5px 5px;
	border: 1px solid #000;
	border-bottom:none;
	background-color:#C7C3AC;

}
table.display th, table.display td {
	margin: 0;
	padding: 3px;
	text-align: left;
}
table.display td {
	border-bottom: 1px solid #000;
}
table.display th {
	background: #000;
	color: #EBE5D3;
	border-bottom: 1px solid #CB3633;
}
table.display th.ctr, table.display td.ctr {
	text-align:center;
}
table.display tr:hover {
	background: #c6a534;
}
table.display tr.total {
	background: #eee;
}
table.display tr.total:hover {
	background: #eee;
}
table.display td a {
	display: block;
	font-weight:bold;
	padding: 3px;
	color:#cb3633;
}
table.display td a:hover {
	text-decoration:none;	
	color:#000;
}
/* =EndDisplay */

/* =display table used for displaying content in styled table with rollover rows */
table.searchDisplay {
	width: 100%;
	float: left;
	font-size:1em;
	margin: 0 5px 5px 5px;
	border: 1px solid #000;
	border-bottom:none;
	background-color:#C7C3AC;

}
table.searchDisplay th, table.searchDisplay td {
	margin: 0;
	padding: 0 3px;
	text-align: left;
}
table.searchDisplay td {
	border-bottom: 1px solid #000;
}
table.searchDisplay th {
	background: #000;
	color: #EBE5D3;
	border-bottom: 1px solid #CB3633;
}
table.searchDisplay th.ctr, table.searchDisplay td.ctr {
	text-align:center;
}

table.searchDisplay tr:hover {
	background: #EBE5D3;
}
table.searchDisplay td a {
	display: block;
	font-weight:bold;
	padding: 0 3px;
	color:#cb3633;
}
table.searchDisplay td a:hover {
	text-decoration:none;	
	color:#000;
}
/* =EndDisplay */

/* =dispProducts Styling for the product display table */
table.dispProducts {
	width: 98%;
	float: left;
	margin: 2px 5px;
	border: 1px solid #12366a;
	background-color:#ebe5d3;
	border-collapse:collapse;

}
table.dispProducts th, table.dispProducts td {
	margin: 0;
	text-align: left;
}
table.dispProducts th {
	background: #000;
	padding: 1px 4px;
	color: #ebe5d3;
	font-size:1em;

}
table.dispProducts th., table.dispProducts td.ctr {
	text-align:center;
}

table.dispProducts td a {
	display: block;
	font-weight:bold;
	padding: 3px;
	color:#cb3633;
}
table.dispProducts td a:hover {
	text-decoration:none;	
	color:#cb3633;
}
table.dispProducts table tr td a {
	display:inline;
}
table.dispProducts td.btnRight {
	text-align:right;
}
table.dispProducts td.btnLeft {
	text-align:left;
}
/* =endDispProducts Styling for the product display table */

/* =dispProducts Styling for the product display table */
table.singleProdDisp {
	width: 98%;
	float: left;
	font-size:1em;
	margin: 0;

}
table.singleProdDisp th, table.singleProdDisp td {
	margin: 0;
	padding: 3px;
	text-align: left;
	vertical-align:top;
}
table.singleProdDisp th {
	background: #12366a;
	color: #ade781;
}
table.singleProdDisp th.prodHeading, table.singleProdDisp td.prodHeading{
	font-weight:bold;
	text-align:right;
}

table.singleProdDisp td a {
	display: block;
	font-weight:bold;
	padding: 3px;
	color:#cb3633;
}
/* =endsingleProdDisp Styling for the product display table */
/* =Internal and external main menu table styling */
table.mainMenu {
	width: 550px;
	margin: 8px 0 5px 8px;
	padding: 0;
	border: 1px solid #000;
	
}
table.mainMenu tr th {
	text-align:center;
	border-bottom: 1px solid #CB3633;
	padding: 5px;
	background-color:#000;
	color: #EBE5D3;
}

table.mainMenu tr td {
	text-align:center;
	width:33%;
	padding: 8px 4px 4px 4px;
}
table.mainMenu tr td.tblCell {
	text-align:left;
	width:100%;
	padding: 8px 4px 4px 4px;
}


/* =EndMainMenu */

/* general tables */
.tblGeneral {
	width: 100%;
	margin: 5px;
	padding: 2px;
}
table.tblGeneral tr {
	margin: 2px;
	padding: 0px 2px;
	
}
/* end general tables */
/* =woCheckboxes styles */
table.woCheckboxes {
	margin:0 10px 0 0;
	padding:0;
	width:100%;
	border:1px solid #000000;
	text-align:center;
	background-color:#C7C3AC;
}
table.woCheckboxes th {
	background-color:#000000;
	color:#fff;
}
table.woCheckboxes tr td {
	padding: 0;
	border:1px solid #000;
}
/* =Endoutputstyles */


/* End Tables */

#menuLists {
	float:left;
	width: 510px;
	margin: 5px 0 10px 4px;
	padding: 0 20px 0 20px;
}
#menuLists h4 {
	margin: 3px 0 5px -12px;
	padding:2px 4px;
}
#menuLists h4 a {
	text-decoration:none;
	color:#000;
}
#menuLists h4 a:hover {
	text-decoration:underline;
	color:#b19122;
}
#menuDspBox {
	float: left;
	width: 500px;
	margin: 2px 2px;
	padding: 3px 5px;
	border: 1px solid #999;
	background: #eee;

}
#menuDspBox.altRow {
	background: #ccc;
	border: 1px solid #666;
}
#menuDspBox:hover {
	border: 1px solid #333;
	background: #faf7e4;
}
#menuDspBox a:hover {
}
#menuDspBox h5 {
	color: #666666;
	margin:1px;
}
#menuDspBox ul {
	width: 100%;
	list-style:none;
	margin: 0;
}
#menuDspBox ul li {
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
}

#dspBoxOuter {
	float:left;
	border: none;
	margin: 10px 5px 10px 5px;
	padding: 0 10px 10px;
}
#dspBox {
	float:left;
	width:515px;
	margin: 3px 0;
	padding: 3px 5px;
	border: 1px solid #999999;
	background: #eee;

}
#dspBox.altRow {
	background: #ccc;
	border: 1px solid #666;
}
#dspBox:hover {
	border: 1px solid #333;
	background: #faf7e4;
}
#dspBox a:hover {
}
#dspBox h4 {
	color: #000;
	margin:0 2px;
}
#dspBox h5 {
	color: #666666;
	font-weight:normal;
	margin:0 5px;
}
#dspBox ul {
	list-style:none;
	margin: 0;
	padding:0 0 0 10px;
}
#dspBox ul li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
}
#dspBox ul li.red {
	color:#cb3633;
}

div.movies {
	overflow:auto;
	margin: 5px 0 0 10px;
	padding: 5px;
	width: 515px;
	border: 1px solid #ccc;
	background:#eee;
}
div.movies h5 {
	color:#cb3633;
	margin:0 0 0 10px;
	padding:0;
}
div.movies h5.menu {
	text-align:center;
	margin:5px 0 5px 0;
}
div.movies h5.menu a {
	color:#1a8fce;
}
div.movies embed {
	margin: 0 0 0 17px;
	padding:0;
}
