body
{
	background-color: #cfcfcf;
	background-image: url(images/Body_BG.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-size:68.5%;
	width: 919px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	position:relative;
	color:#333333;
}
a:link
{
    color:#ff0000;
}
a:visited
{
    color:#666666;   
}
#header
{
	background-color: #666666;
	background-image: url(images/Header_BG.gif);
	background-repeat: repeat-x;
	display:block;
	margin-top: -1px;
	padding-top: 1px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 1px;
	background-position: top left;
	position:relative;
	min-height:93px;
	width:100%;
}
    #header .headerLinks
    {
        height:35px;
        background:url(images/LoggedInAs_BG.png);
        background-repeat:no-repeat;
        position:absolute;
        float:right;
        top:0;
        right:0;
        padding:0 10px 0 10px;
    }
    #header .headerLinks a
    {
        color:#ffffff;
        text-decoration:none;
        margin:5px;
        padding-left:10px;
        display:inline-block;
        border-left:solid 1px #ffffff;
    }
    #header .headerLinks a:first-child
    {
        
        padding-left:0;
        border-left:none;
    }
    #header .headerlinks a:hover
    {
        color:#ff0000;
    }
#header h1
{
    display: none;
}
#mainContent
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
	font-size:1.4em;
}
#navigation
{
	background-repeat: repeat-x;
	background-image:url(images/navBar_BG.gif);
	background-position: top;
	background-color:#cccccc;
	display: block;
	margin: 93px 0 0 0;
	height:3.4em;
	font-size:1.2em;
	position:relative;
	padding:0;
	border-bottom:solid 2px #aaaaaa;
}
#navigation li
{
	display: block;
	list-style-type: none;
	margin:0;
	float: left;
	height:100%;
	max-width:100px;
	padding-right: 14px;
	padding-left: 14px;
	position:relative;
	background-repeat: repeat-x;
	background-image:url(images/navBar_BG.gif);
	background-position: top;
	background-color:#cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #dddddd;
	overflow:visible;
}
#navigation li:hover
{
    background-color:#666666;
	background-image:url(images/navBar_BG-over.gif);
}
#navigation li:hover ul
{
    display:block;
}
#navigation li:hover a
{
    color:#ffffff;
}
#navigation li:hover ul li:hover a
{
    color:#030303;
}
#navigation li ul
{
    display:none;
    margin:0;
    padding:0;
    position:absolute;
    top:3.4em;
    left:-3px;
    width:170px;
    border:none;
    background-color:none;
	background-repeat: no-repeat;
	background-image:url(images/Submenu_BG.png);
	background-position: bottom left;
	padding:0 1px 3px 3px;
}
#navigation li ul li
{
    display:block;
    float:none;
    max-width:none;
    width:156px;
    border:none;
	background-repeat: repeat-x;
	background-image:url(images/submenuItem_BG.gif);
	background-position: top;
	background-color:#666666;
	padding:8px 5px 8px 5px;
	border-top:solid 1px #555555;
}
#navigation li ul li:hover
{
	background-image:url(images/submenuItem_BG-over.gif);
	background-color:#cccccc;
}
#navigation a
{
    display:block;
    height:100%;
    width:100%; 
    color:#030303;
    text-decoration:none;
    margin-top:.4em;
}
#navigation li ul li a
{
    width:165px;
}
.mouseType
{
    font-size:.675em;
}

.cartMinimalView
{
    clear:both;
}
ul#categoryList
{
 list-Style:none;
 padding:0;
 margin:-5px 10px 0 -10px;
 display:block;
 width:150px;
 background:#666666;
 float:left;
}
ul#categoryList li
{
    display:block;
    background:url(images/navbar_BG-over.gif) repeat-x #666666;
    border-bottom:solid 1px #333333;
    padding:5px;
    color:#ffffff;
}
ul#categoryList li:hover
{
    background:url(images/navbar_BG.gif) repeat-x #cccccc;
    color:#333333;
}

ul#categoryList ul
{
    display:none;
    list-style:none;
    margin:5px;
    margin-top:-23px;
    font-size:.85em;
    width:150px;
    position:absolute;
    left:105px;
}
ul#categoryList ul li
{
  background:url(images/navbar_BG.gif) repeat-x #cccccc;
  margin:0;
  border:0; 
}

ul#categoryList ul li a
{
    color:#333333;
    text-decoration:none;
}
ul#categoryList ul li:hover a
{
    color:#ffffff;
}
ul#categoryList ul li:hover
{
  background:url(images/navbar_BG-over.gif) repeat-x #666666;
}
ul#categoryList ul li
{
    display:block;
}
ul#categoryList li:hover ul
{
    display:block;
}

.productDetailsSidebar
 {
    width:200px;
    float:right;
 }
 table.productDetailsRentalInfo
 {
    border:solid 1px #999999;
    font-size:.85em;
    padding:0;
    margin-top:1em;
 }
 table.productDetailsRentalInfo td,
 table.productDetailsRentalInfo th
 {
    border-right:solid 1px #999999;
    margin:0;
    padding:5px
 }
 table.productDetailsRentalInfo .lastCell
 {
    border:none;
 }
 
 .developerNotes
 {
    clear:both;
    width:500px;
    margin:1em auto 1em auto;
    padding:25px;
    background-color:#ffffcc;
 }
 #productListingContainer
 {
    display:block;
    width:738px;
    padding:0;
 }
 
 .productListing
 {
    text-align:center;
    display:inline;
    float:left;
    background:#ffffff;
    border:solid 1px #eeeeee;
    margin:.5em;
    padding:0;
 }
 .productListing:hover
 {
    background:#eeeeee;
    border-color:#dddddd;
 }
.productListing a
{
    width:150px;
    height:175px;
    display:block;
    padding:.5em;
    margin:0;
    text-decoration:none;
}
.productListing .brandName
{
    font-size:.75em;
    color:#333333;
}
table.cartDetails,
table.listing,
{
    border:solid 1px #999999;
    background-color:#c9c9c9;
    font-size:.8em;
}
table.listing
{
    width:100%;
}
table.cartDetails td,
table.listing td
{
    margin:0;
    padding:.35em;
    padding-right:.5em;
    padding-left:.5em;
}
table.cartDetails td.loadedBy,
table.cartDetails td.scannedBy
{
    width:150px;
}
table.cartDetails th,
table.listing th
{
   font-size:.75em;
   text-transform:uppercase;
   letter-spacing:.125em;
}
table.cartDetails .alternate,
table.listing .alternate
{
    background:#eeeeee;
}
table.cartDetails .datarow,
table.listing .datarow
{
    background:#fcfcfc;
}
table.cartDetails .footerRow
{
    background:#eeeeee;
}
table.cartDetails .alternate:hover,
table.listing .alternate:hover,
table.cartDetails .datarow:hover,
table.listing .datarow:hover
{
    background:#9c9c9c;
    color:#ffffff;
}
table.cartDetails tr.datarow:hover a,
table.listing tr.datarow:hover a,
table.cartDetails tr.alternate:hover a,
table.listing tr.alternate:hover a
{
    color:#ffffff;
}
.listing .selected
{
    background:#CC0000;
    display:block;
    padding:5px;
    margin:-5px;
    color:#ffffff;
}
.AdminPanel
{
    padding:1em;
    display:block;
    background:#eeeeee;
    margin:10px 0 10px 0;
    border:solid 1px #999999;
}
.AdminPanel h2
{
    font-size:1.25em;
    margin:0;
}
.AdminPanel a:visited
{
    color:#ff0000;
}
.AdminPanel a:hover
{
    text-decoration:none;
}
.cartMinimalView
{
    display:block;
    background:#eeeeee;
    margin:1em 0 1em 0;
    padding:1em;
}
.cartMinimalView h2
{
    font-size:1em;
    margin:0;
}
.addToCartControl
{
    display:block;
    margin:1em 0 1em 0;
}
div.formSection
{
    margin:15px 0 15px 0;
    padding-bottom: 15px;
    border-bottom: solid 2px #cccccc;
    clear:both;
    overflow:auto;
}
div.formSection .labelFieldPair
{
    display:block;
    padding:0 0 10px 0;
}
div.formSection .label
{
    float:left;
    display:block;
    width:200px;
    text-align:right;
    font-weight:bold;
    padding-right:.5em;
}
div.formSection#userInfo .label
{
    width:100px;
}
div.formSection#addUser .label
{
    width:150px;
}
div.formSection#customerOrderSearch .label
{
    width:75px;
}
div.formSection#customerOrderSearch
{
    overflow:auto;
}
div.formSection .longLabel
{
    display:block;
    font-weight:bold;
}
div.formSection .field
{
}
div.formSection ul
{
    margin-top:0;
}

#directShipProductTabs
{
    background:#dddddd;
    padding:0;
    margin:10px;
    max-width:850px;
}
#directShipProductTabs .categoryTabs
{
    list-style:none;
    padding:0;
    margin:0;
    display:block;
    background:#ffffff;
    overflow:auto;
    font-size:.85em;
}
#directShipProductTabs .categoryTabs li
{
    float:left;
    display:block;
    max-width:150px;
    margin-right:10px;
    padding:0;
}

#directShipProductTabs .categoryTabs li a
{
    border:solid 1px #dddddd;
    border-bottom:solid 2px #ffffff;
    display:block;
    background:#eeeeee;
    margin:0;
    padding:10px;
    color:#666666;
}

#directShipProductTabs .categoryTabs li a.selectedTab 
{
    background:#dddddd;
    color:#000000;
    border-bottom:#dddddd;
    
}
.categoryTabs .selectedTab a
{
    color:#000000;
    text-decoration:none;
}
#directShipProductTabs table.productList
{
    margin:10px;
}
#directShipProductTabs table.productList th
{
   font-size:.75em;
   text-transform:uppercase;
   letter-spacing:.125em;
   padding:.5em;
}
#directShipProductTabs table.productList td
{
   padding:.5em;
}
#directShipProductTabs table.productList tr.datarow
{
   background:#ffffff;
}
#directShipProductTabs table.productList tr.alternate
{
   background:#eeeeee;
}
#directShipProductTabs table.productList tr.datarow:hover,
#directShipProductTabs table.productList tr.alternate:hover
{
   background:#999999;
   color:#ffffff;
}
#directShipProductTabs table.productList tr.datarow:hover a,
#directShipProductTabs table.productList tr.alternate:hover a
{
   background:#999999;
   color:#ffffff;
}

.searchPanelContainer
{
    background:#dddddd;
    margin-bottom:1em;
    padding:.5em;
    overflow:auto;
}
.searchPanel
{
    float:left;
    margin-right:15px;
    border-right:solid 1px #999999;
    padding-right:15px;
}
.searchPanel p
{
    margin:0 0 5px 0;
}

.searchPanelContainer h3
{
    font-size:.85em;
}

.userDetails
{
    display:block;
    background:#ffffff;
}
.userDetails h3,
.userDetails .userControls
{
    font-size:1em;
    display:block;
    background:#efefef;
    padding:1em;
}
.userDetails p
{
    margin:1em;
}

div.tabs,
div#tabs
{
    overflow:auto;
}
div.tabs ul,
div#tabs ul
{
    list-style:none;
    padding:0;
    margin:0;
    vertical-align:bottom;
}
div.tabs li,
div#tabs li
{
    display:block;
    background:#efefef;
    width:100px;
    padding:5px;
    margin:0 5px 0 0;
    border-bottom: solid 2px #ffffff;
    float:left;
    text-align:center;
    min-height:35px;
    vertical-align:bottom;
}
div#tabs li,
div.tabs li
{
    padding:0;
    border:none;
    background:none;
    width:auto;
}

div.tabs li a,
div#tabs li a
{
    display:block;
    background:#efefef;
    width:100%;
    min-height:35px;
    padding:5px;
    border-bottom:solid 2px #ffffff;
    width:100px;
}
div.tabs li#remoteControls
{
    width:125px;
}
div.tabs li.selected a,
div#tabs li a.selected
{
    background:#dddddd;
    border:#dddddd;
    color:#333333;
}
div.tabs li a:hover,
div#tabs li a:hover
{
    text-decoration:none;
    background:#cccccc;
    color:#ffffff;
}

div.tabs li.selected a:hover,
div#tabs li a.selected:hover
{
    text-decoration:none;
    background:#dddddd;
    color:#333333;
}

div.tabContents
{
    display:block;
   /* width:600px;*/
    background:#dddddd;
    padding:10px;
}
.comments#customerOrderRequestComments
{
    display:block;
    background:#fefefe;
    padding:10px;
    margin-bottom:10px;
}
.comments#customerOrderRequestCommentsAlt
{
    display:block;
    background:#eeeeee;
    padding:10px;
    margin-bottom:10px;
}
.comments .comment
{
    display:block;
}
.comments .details
{
    font-style:italic;
    font-size:.85em;
    text-align:right;
}
.errorMessage
{
    border:solid 1px #cc0000;
    padding:5px;
    color:#cc0000;
    background-color:#eeeeee;
    margin:10px 0 10px 0;
    display:inline-block;
}
.formSection h2
{
    font-size:1.2em;
    background:#666666;
    color:#ffffff;
    padding:5px;
    margin:0;
}
.formSection .column
{
    float:left;
    padding-right:25px;
    max-width:45%;
}
div.employmentRecord
{
 border:solid 1px #999999;
 padding:5px;
 margin:10px;
 overflow:auto;   
}
div.employmentRecord .address
{
 border-right:solid 1px #999999;
 padding-right:15px;
 margin-right:15px;
 float:left;   
}
div.employmentRecord .details
{
 display:inline-block;
 float:left;
 padding-right:15px;
 margin-right:15px;
 border-right:solid 1px #999999; 
}
.yes
{
    color:#00ff00;
}
.no
{
    color:#ff0000;
}
.formSection ul
{
    margin:.5em;
}
.formSection p
{
    margin:.75em 0;
}
#shortApplication,
#longApplication,
#employmentNotes
{
    font-size:.85em;
    border:solid 1px #999999;
    background:#ffffff;
    padding:0;
    margin:0;
}
#employmentNotes p
{
   margin:0;
   padding:5px;
}
#shortApplication .formSection,
#shortApplication div.employmentRecord
{
    float:left;
    clear:none;
    border:none;
    width:48%;
    margin:0;
    padding:1%;
}

#shortApplication div.employmentRecord
{
    border:solid 1px #999999;
    width:43%;
    margin:0 2% 0 0;
}
#shortApplication #dateSubmitted,
#longApplication #dateSubmitted
{
    display:block;
    font-size:.75em;
    font-weight:normal;
    margin-top:.5em;
}

#shortApplication #applicantName,
#longApplication #applicantName,
#employmentNotes #applicantName
{
    margin:-5px;
    background:#eeeeee;
    padding:15px;
    display:block;
}
#employmentNotes #applicantName
{
    margin:0;
}
#shortApplication .formSection#locations,
#shortApplication .formSection#workHistory
{
    clear:both;
}
#shortApplication .formSection#workHistory
{
    float:none;
    width:100%;
}
.emailLink
{
    position:absolute;
    left:255px;
    top:60px;
    font-weight:bold;
    color:#ffffff;
}
.emailLink a:link,
.emailLink a:visited,
.emailLink a:hover
{
 color:#ffffff;   
}

#employmentStatusUpdater
{
    margin:10px;
    text-align:right;
}

.errorText
{
    color:#CC0000;
}
.jumpersPanel
{
    width:800px;
    margin:auto;
    text-align:center;
}

.homepageJumper
{
    display:inline;
    padding:10px;
    width:220px;
}
.homepageJumper a img
{
    border:none;
}
.inventoryPhotos
{
    width:500px;
    padding:10px;
    
}
.inventoryPhotos img
{
    padding:10px;
}