﻿/* ------------------------------------------
 
CSS Stylesheet for CAMPUS WEBSTORE
    Property of:
    Total Computing Solutions
    Last updated 01/25/2010

Created by: Shane Miller
Edited by: Shane Miller and Jeff Gardner

--------------------------------------------*/


/* -------------------------------- General CSS ------------------------------- */

body
{
    
    background-image: url("images/bodyBackgroundGradient2.png");
    background-repeat: repeat-y;
    background-position: center top;
	background-color: #fff;
	position: relative;
    font-family: Verdana;
    margin: 0 auto;
    height: 1100px;
    text-align: center;
}

#wrapper
{
    background-image: url("images/wrapperBackground9.jpg");
    background-repeat: no-repeat;
    background-color: #fff;
    border-right: solid 2px #fff;
    border-left: solid 2px #fff;
    height: 100%;
    min-height: 1200px;
    margin: 0 auto;
    text-align: center;
    width: 1100px;
}

/*                               end of General CSS                            */




/* -------------------------------- Top Banner Area ---------------------------- */

#wrapper .topBanner
{
    height: 100px;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
    width: 1000px;
}

.topBanner #siteHeader
{
    background-color: transparent;
    float: left;
    margin: 2%;
    padding-bottom: 15px;
    text-align: left;
    width: 425px;
}

.topBanner #siteHeader #ctl00_siteLogo
{
    float: left;
    padding-bottom: 15px;
    text-align: left;
}

.topBanner #siteHeader h1
{
    clear:left;
    color: #999999;
    /*color: #fff;*/
    font-family: Verdana;
    font-size: 1em;
    padding: 45px 0 10 0;
    text-align: left;
    width: 425px;
}

.topBanner #contact
{   
    font-size: .75em;
    float: right;
    margin-right: 20px;
    padding-top: 0px;
    text-align: right;
    width: 500px;
}

.topBanner #contact #login
{
    height: 25px;
    margin: 10px 20px 10px 0;
    text-align: right;
}

.topBanner #contact #login a
{
    margin: 5px;
    vertical-align: top;
}

.topBanner #contact #login #contactLink a
{
    line-height:5px;
}

.topBanner #topLoginText
{
    margin-right: 20px;
}

.topBanner #topLoginText a
{
    color: #999;
}

.topBanner #contact #tcs
{
    margin: 3%;
    text-align: right;
}

.topBanner #contact #contactInfo
{
    color: #999;
    /*color: #fff;*/
    margin: 3%;
    padding-right: 25px;
    text-align: left;
    width: 500px;
}

.topBanner #contact #contactInfo a
{
    
    /*color: #fff;*/
}

.topBanner #contact #searchDiv
{
    float: right;
    height: 35px;
    width: 470px;
}

.topBanner #contact #searchDiv #outsideLinks
{
    height: 75px;
    margin: 0px 15px 0px 15px;
}

/*
.topBanner #contact #searchDiv #bannerCart
{
    background-image: url("images/whiteCartBackground3.png");
    background-repeat: no-repeat;
    float: right;
    height: 58px;
    margin-right: 15px;
    text-align: center;
    width: 265px;
}

.topBanner #contact #searchDiv #bannerCart #cartText
{
    height: 30px;
    margin-top: -26px;
    margin-left: 10px;
    text-align: center;
}

.topBanner #contact #searchDiv #bannerCart p
{
    height: 30px;
    width: 150px;
}

.topBanner #contact #searchDiv #bannerCart p a
{
    font-size: 8px;
}

.topBanner #contact #searchDiv #search
{
    float: right;
    height: 25px;
    padding-right:10px;
    padding-top: 14px;
    text-align: left;
    width: 180px;
}

.topBanner #contact #searchDiv #searchBox
{
    margin-top: -10px;
    vertical-align: top;
}

*/

/*                                  end of Top Banner Area                       */




/* -------------------------------  Navigation Bar -------------------------------- */


.topBanner #navBar
{
    margin: 0 auto;
    text-align: center;
    width: 1100px;
}

.topBanner #navBar ul
{
   /* background-image: url("images/navBackgroundNoPipes3.png");
    background-repeat: no-repeat; */
    float: left; 
    height: 30px; 
    margin: 10 auto;
    padding-top: 5px;
    padding-left: 0px;
    text-align: center;
    text-decoration: none;
    width: 1025px;
}


.topBanner #navBar li
{
	float: left;
	height: 30px;
	list-style-type: none;
	margin: 5px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	width: 115px;
}

.topBanner #navBar li a
{
	/*color: #000080;*/
	color: #999;
	font-family: verdana;
	font-size: .8em;
	/*font-weight: bold;*/
	line-height: 20px;
	margin: 13% 0px 0px 0px;
	/*text-decoration: underline;	*/
	text-decoration: none;
}

/*
.topBanner #navBar #textbooksButton
{
    background-image: url("images/textbooksButtonWhite.png");
    background-repeat: no-repeat;
    width: 120px;
}

.topBanner #navBar #clothingButton
{
    background-image: url("images/clothingButtonWhite.png");
    background-repeat: no-repeat;
}

.topBanner #navBar #suppliesButton
{
    background-image: url("images/suppliesButtonWhite.png");
    background-repeat: no-repeat;
}

.topBanner #navBar #techButton
{
    background-image: url("images/techButtonWhite.png");
    background-repeat: no-repeat;
}

.topBanner #navBar #alumniButton
{
    background-image: url("images/alumniButtonWhite.png");
    background-repeat: no-repeat;
    padding-left: 16px;
}

.topBanner #navBar #buybackButton
{
    background-image: url("images/buybackButtonWhite.png");
    background-repeat: no-repeat;
}

.topBanner #navBar #rentalsButton
{
    background-image: url("images/textbooksButtonWhite.png");
    background-repeat: no-repeat;
}

.topBanner #navBar #calendarButton
{
    background-image: url("images/calendarButtonWhite.png");
    background-repeat: no-repeat;
}

*/

.topBanner #navBar li a:hover
{
    color: #f3d94b;
    text-decoration: underline;
}



/*                                end of Navigation Bar                                  */





/* -------------------------------- SALE banner Area  -------------------------------------- */


.messageBar
{
    background-image: url("images/messageBarBackground4.png");
    background-repeat: no-repeat;
    clear:both;
    height: 150px;
    margin:0 auto;
    text-align: center;
    width: 1000px;
}

.messageBar ul
{
    float: left; 
    height: 150px; 
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
    width: 1000px;
}

.messageBar li
{
	float: right;
	height: 125px;
	list-style-type: none;
	margin: 5px;
	text-align: center;
	text-decoration: none;
	width: 220px;
}


/*                                  end of SALE banner Area                                */




/* ----------------------------------- Content Body Area ------------------------------------ */


.contentBodyArea
{
    /*background-color: White;*/
    background-color: transparent;
    clear:both;
    height: 500px;
    margin: 0 auto;
    padding: 25px 0px 0px 0px;
    text-align: center;
    width: 1100px;
}

.contentBodyArea #contentBodyDiv
{
    
    background-color: transparent;
    background-image: url("images/demoTilt.png");
    background-repeat: no-repeat;
    float: right;
    height: 100%;
    min-height: 500px;
    padding: 25px 10px 0px 0px;
    vertical-align: top;
    width: 600px;
}

.contentBodyArea #contentBodyDiv #title
{
    color: #999;
    font-family: Verdana;
    font-size: 3em;
    padding-bottom: 15px;
    visibility: hidden;
}


.contentBodyArea #contentBodyDiv #commerceArea
{   
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 650px;
}


/* -----------------------------------------   FEATURES page ----------------------------------------- */


.featuresBodyArea
{
    height: 1150px;
}


.featuresBodyArea #featuresDiv #featuresArea
{
    width:1100px;
}

.featuresBodyArea #shipping, #searchEngine, #products, #pageLayout, #payments, #taxes, #functions, #textbooks
{
    float: left;
    margin: 15px;
    text-align: center;
    width: 1000px;
}

.featuresBodyArea #shippingFeatures, #searchEngineFeatures, #productFeatures, #pageLayoutFeatures, #paymentFeatures, #taxFeatures, #functionFeatures, #textbookFeatures
{
    float: left;
    margin: 5px;
    text-align: center;
    width: 775px;
}

.featuresBodyArea #shipping ul, #searchEngine ul, #products ul, #pageLayout ul, #payments ul, #taxes ul, #functions ul, #textbooks ul
{
    float: left;
    width: 775px;
}

.featuresBodyArea #shipping li, #searchEngine li, #products li, #pageLayout li, #payments li, #taxes li, #functions li, #textbooks li
{
    font-size: .8em;
    line-height: 25px;
    list-style-type: none;
    text-align: left;
    width: 750px;
}

.featuresBodyArea #pageLayout ul
{
    float: left;
    width: 775px;
}

.featuresBodyArea #textbooks ul
{
    float: left;
    width: 775px;
}


.featuresBodyArea #featuresArea h2
{
    font-size: 1.25em;
    margin: 10px 10px 10px 0px;
    text-align: left;
  
}

.featuresBodyArea #featuresDiv #featuresArea 
{
    width: 1000px;
}

.featuresBodyArea #shippingImage
{
    float: left;
    width: 200px;
}

.featuresBodyArea #searchImage
{
    float: left;
    width: 200px;
}

.featuresBodyArea #productImage
{
    float: left;
    width: 200px;
}

.featuresBodyArea #pageImage
{
    float: left;
    width: 200px;
}

.featuresBodyArea #paymentImage
{
    float: left;
    width: 200px;
}

.featuresBodyArea #taxImage
{
    float: left;
    width: 200px;
}

.featuresBodyArea #functionsImage
{
    float: left;
    width: 200px;
}

.featuresBodyArea #textbookImage
{
    float: left;
    width: 200px;
}

#bottomButtonsWrapper
{
    height: 100px;
    margin: 0 auto;
    text-align: center;
    width: 1100px;
}

#bottomButtonsDiv
{
    height:40px;
    margin: 0 auto;
    margin-bottom: 100px;
    text-align: center;
    width: 1100px;
    
}

#bottomButtonsDiv #backButton
{
    float: left;
    padding-right: 10px;
    text-align: center;
    width: 530px;
}

#bottomButtonsdiv #forwardButton
{
    float: left;
    padding-left: 10px;
    text-align: center;
    width: 530px;
}


/* ---------------------------------------------------- CONTACT TCS page --------------------------------------- */

.contactBodyArea
{
    height: 700px;
    padding: 25px 0px 10px 0px;
}

.contactBodyArea #contactDiv
{
    
    padding-top: 25px;
    width: 1100px;
}

.contactBodyArea #contactDiv #contactArea
{
    margin: 0 auto;
    text-align: center;
    width:850px;
}

.contactBodyArea #contactDiv #contactArea #addressAndImage
{
    height: 200px;
    margin: 10px;
    padding-top: 30px;
    text-align: center;
    width:1100px;
}

.contactBodyArea #contactDiv #contactArea #addressAndImage h1
{
    font-size: 20px;
}

.contactBodyArea #contactDiv #contactArea #addressAndImage #address
{
    float: left;
    height: 200px;
    margin: 10px;
    text-align: left;
    width: 400px;
}

.contactBodyArea #contactDiv #contactArea #addressAndImage #address #addy
{
   padding-left: 15px;
}


.contactBodyArea #contactDiv #contactArea #addressAndImage #image
{
    float: left;
    height: 200px;
    margin: 10px;
    width: 400px;
}

.contactBodyArea #contactDiv #contactArea #mapAndForm
{
    clear:both;
    height: 350px;
    margin: 10px;
    width:850px;
}

.contactBodyArea #contactDiv #contactArea #mapAndForm #map
{
    float: left;
    height: 300px;
    margin: 10px;
    width: 400px;
}

.contactBodyArea #contactDiv #contactArea #mapAndForm #form
{
    float: left;
    height: 300px;
    margin: 10px;
    width: 400px;
}

.contactBodyArea #contactDiv #contactArea #mapAndForm #form #nameDiv, #phoneDiv, #emailDiv, #subjectDiv
{
    float: left;
    height: 10px;
    margin: 10px;
    width: 450px;
}

.contactBodyArea #contactDiv #contactArea #mapAndForm #form #bodyDiv
{
    float: left;
    height: 100px;
    margin: 10px;
    width: 450px;
}

.contactBodyArea #contactDiv #contactArea #mapAndForm #form #checkboxDiv
{
    float: left;
    height: 10px;
    margin: 0px;
    width: 450px;
}

.contactBodyArea #contactDiv #contactArea #mapAndForm #form #submitDiv
{
    float: left;
    height: 10px;
    margin: 10px;
    width: 450px;
}
.contactBodyArea #contactDiv #contactArea #mapAndForm #form .text
{
    float: left;
    text-align: left;
    width: 100px;
}

.contactBodyArea #contactDiv #contactArea #mapAndForm #form .input
{
    float: left;
    width: 300px;
}

.contactBodyArea #contactDiv #contactArea #mapAndForm #form #comments
{
    float: left;
    height: 100px;
    width: 300px;
}

.contactBodyArea #contactDiv #contactArea #mapAndForm #form #checkbox
{
    
}



/* ----------------------------- Cart Details Page ------------------------------- */

.contentBodyArea #ctl00_ContentPlaceHolder1_cartotals
{
    text-align: right;
    font-size: 1.25em;
}

.contentBodyArea #lbEmptyCart
{
    font-family: Verdana;
    font-size: 2em;
    font-weight: bold;
    
}


div.news #cartitems
{
    
    font-size: .85em;
    
}


#cartDetails
{
    float: right;
    text-align: right;
}

#upcartdetail
{
    width: 600px;
}


/*                          end of Cart Details Page                            */


.contentBodyArea #linksDiv
{
    clear: both;
    float: right;
    height: 900px;
    text-align: center;
    width: 400px;
}


.contentBodyArea .linksDiv #catalogDiv
{
    /*background-image: url("images/catalogBackground5.png");
    background-repeat: no-repeat; */
    background-color: transparent;
    float: right;
    height: 300px;
    margin: 20 auto;
    text-align: center;
    width: 400px;
}

.contentBodyArea .linksDiv #catalogDiv #demoLady
{
    margin-bottom: 15px;
    margin-top: 15px;
}

.contentBodyArea .linksDiv #catalogDiv #buttonsDiv
{
    padding: 10px;
}


.contentBodyArea .linksDiv #catalogDiv #catalogArea
{
    float: right;
    height: 200px;
    min-height: 100px;
    padding-right: 0px;
    text-align: center;
    vertical-align: top;
    width: 500px;
}

.contentBodyArea .linksDiv #catalogDiv #CatalogLink
{
    background-color: Transparent;
    width: 400px;
}

.contentBodyArea .linksDiv #catalogDiv #CatalogLink a
{
    color: #fff;
}

.contentBodyArea .linksDiv #catalogDiv #cart
{
    background-color: Transparent;
    border: none;
    margin-left: -15px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: top;
    width: 180px;
}

ul#miniCartHeader
{
    float: left;
    margin: 0;
    padding-top: 15px;
    width: 150px;
}

ul#miniCartHeader li
{
    float: left;
    list-style-type: none;
    width: 55px;
}

.minicarttext #ctl00_MiniCart1_HyperLink1 a
{
    font-size: 2em;
}

.contentBodyArea .linksDiv #catalogDiv #cart #minicartimage
{
    background-image: url("images/cart.gif");
    background-repeat: no-repeat;
}

.contentBodyArea .linksDiv #catalogDiv .minicart
{
    border: none;
    padding-bottom: 30px;
    /*margin-right: 35px;*/
    margin-top: 10px;
    text-align: center;
    vertical-align: top;
}

.contentBodyArea .linksDiv #catalogDiv #catalogArea #catalog
{
    background-color: transparent;
    border: none;
    line-height: 15px;
    /*margin-left: -20px;*/
    vertical-align: top;
    width: 165px;
}

.contentBodyArea .linksDiv #catalogDiv #catalogArea #catalog .catalogHeader
{
    text-align: left;
}

.contentBodyArea .linksDiv #catalogDiv #catalogArea #catalog #catalogLink
{
    padding-left: 50px;
}

.contentBodyArea .linksDiv #quickLinksDiv
{
    background-image: url("images/catalogBackground5.png");
    background-repeat: no-repeat;
    clear: left;
    float: left;
    height: 300px;
    padding: 15px;
    text-align: center;
    width: 170px;
}

.contentBodyArea .linksDiv #quickLinksDiv h2
{
    color: #030493;
    font-size: 1em;
    font-family: helvetica;
    padding: 0 0 10 0px;
    text-align: left;
}

.contentBodyArea .linksDiv #quickLinksDiv ul
{
    list-style-type: none;
    padding: 5px;
}

.contentBodyArea .linksDiv #quickLinksDiv li 
{
    text-align: left;
}

.contentBodyArea .linksDiv #quickLinksDiv li a
{
    color: #fff;
    font-family: helvetica;
    font-size: .85em;
    text-align: left;
}

.contentBodyArea #contentBodyBottom
{
    /*background-image: url("images/contentBodyBottom.png");
    background-repeat: no-repeat;*/
    clear: both;
    height: 146px;
    margin: 0 auto;
    padding-bottom: 125px;
    padding-top: -100px;
    text-align: center;
    width: 600px;
    
}


#bottomButtonsDiv
{
    background-color: transparent;
    height: 40px;
    width: 1000px;
}

#backButton
{
    float: left;
    line-height: 40px;
    margin-right: 15px;
    vertical-align: top;
    width: 400px;
}

#forwardButton
{
    float: left;
    line-height: 40px;
    margin-left: 15px;
    vertical-align: top;
    width: 400px;
}



/*                                end of Content Body Area                      */





/* ---------------------------------- Footer  Area ------------------------------------- */
.footer
{
    /*background: url("images/footerBackground.png");
    background-repeat: no-repeat;*/
    clear: both;
    height: 400px;
    margin: 0 auto;
    padding-top: 0px;
    text-align: center;
    width: 1000px;
}

.footer h2
{
    padding-top: 2px;
    color: #333;
    font-size: 1em;
    font-family: helvetica;
}

.footer ul
{
    list-style-type: none;
}

.footer li 
{
    text-align: left;
}

.footer li a
{
    color: #fefdac;
    font-family: helvetica;
    font-size: .85em;
    text-align: left;
}


.footer .footerHr
{
    clear: both;
    color: #eaeaea;
    width: 990px;
}

.footer .siteMap
{
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
}

.footer h2
{
    padding: 0 0 10 0px;
    text-align: left;
}
.footer #leftDiv
{
    float: left;
    margin: 10px;
    width: 310px;
}

.footer #leftDiv p
{
    list-style-type: none;
    text-align: left;
}

.footer #middleDiv
{
    float: left;
    margin: 10px;
    width: 310px;
}

.footer #leftDiv p
{
    list-style-type: none;
    text-align: left;
}

.footer #rightDiv
{
    float: left;
    margin: 10px;
    width: 310px;
}

.footer #rightDiv #videoHint
{
    font-size: .8em;
}

.footer #leftDiv p
{
    color: #fff;
    list-style-type: none;
    text-align: left;
}


.footer #footerControl
{
    clear:left;
    margin: 0 auto;
    padding-top: 75px;
    text-align: center;
    width: 1000px;
}
.footer #TCSFooter1
{
    color: Black;
    margin: 0 auto;
    text-align: center;
}


/*                                   end of Footer area                          */







/*  ----------------------------------- old css ---------------------------- */
/*  ----------------------------------- old css ---------------------------- */
/*  ----------------------------------- old css ---------------------------- */
/*  ----------------------------------- old css ---------------------------- */



.mainheader
{
    width: 100%;
    background-color: transparent;
    margin-bottom: 15px;
    visibility: hidden;
}

.mainheader h3
{
    color: #808080;
    font-family: Verdana;
    font-size: 2em;
    padding-bottom: 5px;
    visibility: hidden;
}

.mainheader h5
{
    background-color: #eaeaea;
    color: #404040;
    font-family: Verdana;
    font-size: 1em;
    visibility: hidden;
}



.maincontent
{
    max-width: 700px;
    min-width: 690px;
    width: 99%; /*height: 100%;*/
    background-color: #ffffff;
}
.HomeHeaderLink
{ 
    background-color: #d3d3d3;
    font-family: Verdana;
    font-size: 1.2em;
    font-weight: bold;
    padding: 4px;
}
.DisplayNone
{
    display: none;
}
.tablevalign td
{
    vertical-align: top;
}
.TopBar
{
   /* background-image: url(Images/topbar.png);*/
    border: solid 1px #16549d;
    border-left: none;
    border-right: none;
    color: #352854;
}
a.topBarText
{
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
.topBarText
{
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
.mainbody
{
    width: 900px; /*height: 100%;*/
    background-color: #404040;
}

.BigTextBox
{
    height: 27px;
    font-size: 1.6em;
    font-weight: bold;
}

.bigbox
{
    height: 30px;
    font-size: 25px;
}
.orderhistorybg
{
    background-color: #404040;
}
.textboxinput
{
    font: 10pt verdana;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}
.sidestuff
{
    background-color: #808080;
    font-family: Arial;
    border-right: Solid, 1px, white;
    margin-left: 5px;
    text-align: left;
}
.FileUploadSteps
{
    border-bottom: solid 1px black;
    font-weight: bold;
    font-size: 15px;
}
.whiteborder
{
    border-style: solid;
    border-color: white;
    border-width: 1px;
}
.fullheight
{
    /*height: 100%;*/
}
.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}
/*Popup Control*/
.popupControl
{
    background-color: White;
    position: absolute;
    visibility: hidden;
}
/*Reorder List*/
.dragHandle
{
    width: 10px;
    height: 15px;
    background-color: Blue;
   /* background-image: url(images/bg-menu-main.png); */
    cursor: move;
    border: outset thin white;
}

.callbackStyle
{
    border: thin blue inset;
}

.callbackStyle table
{
    background-color: #5377A9;
    color: Black;
}


.reorderListDemo li
{
    list-style: none;
    margin: 2px;
   /* background-image: url(images/bg_nav.gif); */
    background-repeat: repeat-x;
    color: #FFF;
}

.reorderListDemo li a
{
    color: #FFF !important;
    font-weight: bold;
}

.reorderCue
{
    border: dashed thin black;
    width: 100%;
    height: 25px;
}

.itemArea
{
    margin-left: 15px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    text-align: left;
}
a.quicklinks:link
{
    color: #000000;
}
a.quicklinks:hover
{
    color: #000000;
}
a.quicklinks:visted
{
    color: #000000;
}
a.quicklinks:active
{
    color: #000000;
}
.quicklinks
{
    background-color: White;
}




/*groupbox deal*/

/*form {
		background-color: #c8c0a8;
		color: black;
		font: 90% "Arial Narrow", Arial, sans-serif;

		padding: 1em;
	}*/

.formrow
{
    /*position: relative;*/
    height: 12em;
}

.setl, .setr
{
    width: auto;
    margin: 0em;
    padding: 0em; /*position: absolute;*/
    top: 0;
}
.setl
{
    /*left: 0; 	    padding:1px 1px 1px 1px;*/
}





fieldset
{
    width: auto;
}

legend
{
    background-color: Transparent;
    
    font-size:14px;
}

/*.input {
		margin: 1em;
		padding: .5em;
	}
	
	label {
		padding: 0.5em;

	}*/





/*Accordion*/
.accordionLink
{
    color: White;
    font-family: Verdana;
    text-align: left;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContent
{
    background-color: #d3d3d3;
    border: 2px solid #000000;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/*Modal Popup*/
.modalBackground
{
    background-color: #d3d3d3;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalErrorBackground
{
    background-color: white;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalOKButton
{
    background-color: #44A241;
    color: White;
    font-weight: bold;
}
.modalOKButtons
{
    background-color: #44A241;
    color: White;
    font-weight: bold;
    border: 1px solid #FFFFFF;
}
.TextBookSearchGoButton
{
    background-color: #D4D0C8;
    color: Black;
    font-weight: bold;
    height: 19px;
    border: 1px solid #000000;
}
.CheckoutButtons
{
    background-color: #EDEBEB;
    color: Black;
    font-weight: bold;
    border: 1px solid #000000;
}
.ErrorMessage
{
    color: Red;
    font-size: x-large;
}
.FlatCSSButton
{
    background-color: #EDEBEB;
    color: Black;
    border: 1px solid #000000;
    height: 19px;
}
.FlatCSSButtonAdded
{
    background-color: #FFFFC0;
    color: Black;
    border: 1px solid #000000;
    height: 19px;
}
.modalPopup
{
    background-color: Transparent;
    border-style: hidden;
    padding: 3px;
}
.modalsBackground
{
    background-color: #9EBEF5;
    color: Black;
    font-weight: bold;
    text-align: left;
    padding: 10px;
}
.modalsErrorBackground
{
    background-color: #FBEA99;
    color: #BD2A1B;
    font-weight: bold;
    text-align: left;
    padding: 10px;
}
.modalPolicyBackground
{
    background-color: #9EBEF5;
}
.modalPopups
{
    background-color: Transparent;
    border-style: hidden;
}
.modalPopupPolicyEdit
{
    background-color: Transparent;
    border-style: hidden;
}
.cartitemsalignright
{
    text-align: right;
    border-color: Red;
    border-style: solid;
    border-width: 1px;
}
.PaymentBox
{
    text-align: right;
    border-color: Red;
    border-style: solid;
    border-width: 1px;
}
.Boxes
{
    text-align: right;
    border-color: black;
    border-style: solid;
    border-width: 1px;
}
.cartsteps
{
    text-align: left;
    border-color: black;
    border-style: solid;
    border-width: 1px;
}
.setzindex
{
    z-index: 0;
}

.alignright
{
    text-align: right;
}
.CheckoutInfoHeader
{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.CheckoutInfoText
{
    text-align: left;
}
.CheckoutProgress
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.alignleft
{
    text-align: left;
}
.subtotal
{
    text-align: right;
    border-top: 1px solid #ffffff;
    margin-top: 0px;
}

.hidden
{
    display: none;
}
.visable
{
    display: inline;
}




/* ----------------------------------  Shopping Cart, Login, etc ---------------------------------*/

.cartitems
{
    text-align: left;
}
.minilogin
{
    width: 100%;
    background-color: transparent;
}
.minicatalog
{
    width: 100%;
    background-color: transparent;
}
.minicart
{
    margin-left: -6px;
    width: 100%;
    background-color: transparent;
}
.minisellbackcart
{
    width: 100%;
    background-color: transparent;
}
.minihours
{
    width: 100%;
    background-color: transparent;
}

/* ----------------------------- end of Shopping Cart, Login, etc -------------------*/









.textalignright
{
    text-align: right;
}
.textalignleft
{
    text-align: left;
}
.billingleft
{
    text-align: left;
}
.shippingleft
{
    text-align: left;
}
.buttonstyle
{
    font: 10pt verdana;
    background-color: #ADADAD;
    border-color: black;
    border-width: 1px;
}
.inputstylefac
{
    font: 10pt verdana;
    background-color: White;
    border-style: solid;
    border-color: black;
    color: Red;
    border-width: 1px;
    font-weight: bold;
    border-spacing: 1px;
    margin-bottom: 1px;
}
.inputstylefacgridview
{
    font: 8pt verdana;
    background-color: White;
    border-style: solid;
    border-color: black;
    color: black;
    border-width: 1px;
}
.inputstyle
{
    font: 10pt verdana;
    background-color: White;
    border-style: solid;
    border-color: black;
    width: 300;
    border-width: 1px;
}
.inputsmallstyle
{
    font: 8pt verdana;
    height: 15px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}
.reqfield
{
    font: 10pt verdana;
    background-color: #FFFCB3;
    color: Red;
    border-color: black;
    border-width: 1px;
    font-weight: bold;
}
.missingdata
{
    font: 10pt verdana;
    background-color: yellow;
    color: black;
    border-color: black;
    border-width: 2px;
    font-weight: bold;
}

.selectstyle
{
    font: 10pt verdana;
    background-color: white;
    border-color: Black;
    border-width: 1px;
}
.TCSFooterInfo
{
    color: White;
}


#temp-note
{
    background: #ccd2de bottom repeat-x;
    padding: 0;
    margin: 1em 0;
    border: 1px solid #9FA7B7;
    line-height: 150%;
}
.note-icon
{
    padding: 15px 15px 15px 50px;
    border: 1px solid #fff;
}






/*------------------------------  This CSS is for the Rounded Corners  ----------------------------------*/


div.news
{
    background-color: Transparent;
    width: 90%;
    margin-bottom: 0px;
    margin-right: 25px;
    border-color: Black;
    border-style: solid;
    border-width: 1px;
}
div.news2
{
    width: 100%;
    margin-bottom: 0px;
}

/*

#header
{
    height: 57px;
    background: url(Images/coop_logo.jpg) 0 0 no-repeat;
}
#minicartimage1
{
    background: url(Images/cart.gif);
}

#miniloginimage
{
    background: url(Images/login.gif) 0 0 no-repeat;
}
.minicartimage
{
    background: url(Images/cart.gif);
}

*/


/* ------------------------------- Navigation styles ----------------------------------------*/

/*
#nav
{
    float: left;
    width: 900px;
    margin-top: -19px;
    font-size: 0.94em;
    line-height: 1em;
}
#nav ul
{
    margin: 0;
    padding: 0 0 0 135px;
    list-style: none;
}
#nav li
{
    float: left;
    margin: 0 0 0 -1px;
    padding: 0 0 0 6px;
    background: url(Images/nav1-custom.gif) 0 100% no-repeat;
}
#nav li:hover
{
    background-position: -6px 100%;
}
#nav a
{
    float: left;
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial;
    background: url(Images/nav2-custom.gif) 100% 100% no-repeat;
    padding: 5px 14px 12px 8px;
    text-decoration: none;
}
#nav li:hover a
{
    background-image: url(Images/nav1-custom.gif);
}
*/

 /* Hide from IE5-Mac */
#nav a
{
    float: none;
}
/* End IE5-Mac hack */

/*
#nav a:hover
{
    color: #fff;
    text-decoration: underline;
}
#home #nav #t1, #services #nav #t2, #projects #nav #t3, #about #nav #t4, #contact #nav #t5
{
    background-position: -12px 100%;
    padding-left: 26px;
    margin: 0 2px 0 1px;
}
#home #nav #t1 a, #services #nav #t2 a, #projects #nav #t3 a, #about #nav #t4 a, #contact #nav #t5 a
{
    background-image: url(Images/nav2s-custom.gif);
    padding-left: 0;
    padding-right: 19px;
}
#nav #t1, #home #nav #t1
{
    margin-left: 0;
}
#nav #t5, #contact #nav #t5
{
    margin-right: 0;
}



ul
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 25px;
}

li
{
    list-style-image: url(../images/arrow.gif);
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 10px 0px;
    text-align: left;
}

*/

/*
li ul
{
    padding: 0px 0px 0px 0px; 
    margin: 8px 0px 0px 15px;
}

*/

/* Indented List Item */
/*
li ul li
{
    list-style-image: url(../images/circle_list1.gif);
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 10px 0px;
    text-align: left;
}

ul.sublink
{
    padding: 0px 0px 0px 0px; /* DON'T CHANGE!! */
    margin: 0px 0px 0px 33px; /* Change the last item to adjust the left padding */
}

li.sublink
{
    list-style-image: url(../images/nav_circle.gif);
    padding: 0px 0px 0px 0px; /* DON'T CHANGE!! */
    margin: 0px 5px 7px 0px; /* top right bottom left */
}

*/

/* ------------------------------- end of Navigation styles ----------------------------------------*/





.gdf
{
    background-attachment: fixed;
    background-image: url(Images/cart.gif);
    background-repeat: no-repeat;
}
/* CSS Document */

.coop
{
    background-image: url(Images/banner.jpg);
    border-right: solid;
    border-width: 2px;
    border-color: #FFFFFF; /*background-attachment: fixed; 	background-repeat: no-repeat; 	background-position: left top;*/
}
.coopbackground
{
    background-image: url(Images/background.gif);
}





/*---------------------------- Default settings for links - no class --------------------------*/

a:link, a:visited
{
    color: #000066;
    text-decoration: none;
}
a:hover
{
    color: #339900;
    text-decoration: underline;
}



/*---------------------------- end of Default settings for links - no class --------------------------*/




input.searchbox
{
    border: 1px solid #FFFFFF;
    background-color: #CCCCCC;
    height: 18px;
    color: #000066;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(../images/google1.jpg);
    background-repeat: no-repeat;
    background-position: left;
}
.contact_enterbox1
{
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    height: 18px;
    color: #000066;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.contact_enterbox2
{
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    height: 100px;
    color: #000066;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}





/*------------------------------------   CSS reset and basic Headings    ---------------------------------------- */

div
{
    margin: 0px 0px 0px 0px;
}
td
{
    font-size: 12px;
}
h1
{
    font-family: Arial;
    font-size: 24px;
    color: #000066;
    margin-bottom: 8px;
    margin-top: 0px;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 5px;
    margin-top: 0px;
}
h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #748699;
    margin-bottom: 8px;
    margin-top: 0px;
}
h4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    background-color: #73B25B;
    padding: 3px 0px 3px 5px;
    margin-bottom: 0px;
    margin-top: 0px;
}
h5
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    background-color: #606E7F;
    padding: 4px 0px 4px 5px;
    margin-bottom: 0px;
    margin-top: 0px;
}
h6
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000066;
    display: block;
    background-color: #C3CDD5;
    padding: 3px 0px 3px 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    border: 1px solid #606E7F;
}

/*--------------------------------------- end of CSS reset and basic headings --------------------------*/



.ClassComments
{
    color: Red;
    font-size: larger;
}
.table_data_blue
{
    color: #4C6286;
}
.table_data_grey
{
    color: #4B4B4B;
}
.table_data_white
{
    color: #FFFFFF;
    font-weight: bold;
}
.jump_menus
{
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
    background-color: #FFFFFF;
}
.audience_jump_menus
{
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
    background-color: #EEEEEE;
}
.highlight
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #336600;
}
.italic_1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #666666;
}
a.link_1:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4C6286;
    text-decoration: none;
}
a.link_1:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4C6286;
    text-decoration: none;
}
a.link_1:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #339900;
    text-decoration: underline;
}
a.link_2:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000066;
    text-decoration: none;
}
a.link_2:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000066;
    text-decoration: none;
}
a.link_2:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #339900;
    text-decoration: underline;
}
a.link_3:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #C3CDD5;
    text-decoration: none;
}
a.link_3:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #C3CDD5;
    text-decoration: none;
}
a.link_3:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}
a.footer_link_grey:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #CCCCCC;
    text-decoration: none;
}

a.footer_link_grey:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #CCCCCC;
    text-decoration: none;
}

a.footer_link_grey:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}

.footer_white10px
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

.footer_grey10px
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #CCCCCC;
    border-top-color: #FFFFFF;
}
a.global_nav-01:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000066;
    display: block;
    background-color: #CCCCCC; /*border-bottom: 2px solid #FFFFFF;*/
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: 1px;
    text-decoration: none;
}
a.global_nav-01:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000066;
    display: block;
    background-color: #CCCCCC; /*border-bottom: 2px solid #FFFFFF;*/
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: 1px;
    text-decoration: none;
}
a.global_nav-01:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
    display: block;
    background-color: #EEEEEE;
    border-right: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: 1px;
    text-decoration: none;
}
a.global_left_nav2:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    display: block;
    background-color: #606E7F;
    border-top: 2px solid #606E7F;
    border-bottom: 2px solid #606E7F;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 20px;
    padding-bottom: 6px;
    text-decoration: none;
}
a.global_left_nav2:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    display: block;
    background-color: #606E7F;
    border-top: 2px solid #606E7F;
    border-bottom: 2px solid #606E7F;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 20px;
    padding-bottom: 6px;
    text-decoration: none;
}
a.global_left_nav2:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #606E7F;
    display: block;
    background-color: #C3CDD5;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 20px;
    padding-bottom: 6px;
    text-decoration: none;
}
a.global_left_nav_2top:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    display: block;
    background-color: #606E7F;
    border-top: 2px solid #606E7F;
    border-bottom: 2px solid #606E7F;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 20px;
    padding-bottom: 6px;
    text-decoration: none;
}
a.global_left_nav_2top:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    display: block;
    background-color: #606E7F;
    border-top: 2px solid #606E7F;
    border-bottom: 2px solid #606E7F;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 20px;
    padding-bottom: 6px;
    text-decoration: none;
}
a.global_left_nav_2top:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #606E7F;
    display: block;
    background-color: #C3CDD5;
    border-top: 2px solid #C3CDD5;
    border-bottom: 2px solid #FFFFFF;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 20px;
    padding-bottom: 6px;
    text-decoration: none;
}
a.global_left_nav_2bot:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    display: block;
    background-color: #606E7F;
    border-top: 2px solid #606E7F;
    border-bottom: 2px solid #606E7F;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 20px;
    padding-bottom: 6px;
    text-decoration: none;
}
a.global_left_nav_2bot:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    display: block;
    background-color: #606E7F;
    border-top: 2px solid #606E7F;
    border-bottom: 2px solid #606E7F;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 20px;
    padding-bottom: 6px;
    text-decoration: none;
}
a.global_left_nav_2bot:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #606E7F;
    display: block;
    background-color: #C3CDD5;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #C3CDD5;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 20px;
    padding-bottom: 6px;
    text-decoration: none;
}
.border_bottom
{
    border-bottom: solid;
    border-width: 2px;
    border-color: #FFFFFF;
}

.border_left
{
    border-left: solid;
    border-width: 2px;
    border-color: #FFFFFF;
}

.border_right
{
    border-right: solid;
    border-width: 2px;
    border-color: #FFFFFF;
}

.border_top
{
    border-top: solid;
    border-width: 2px;
    border-color: #FFFFFF;
}

.global_nav_empty
{
    border-bottom: solid;
    background-color: #CCCCCC;
    border-width: 2px;
    border-color: #FFFFFF;
}

.global_nav_left_01
{
    border-right: solid;
    border-width: 2px;
    border-color: #FFFFFF;
    background-color: #606E7F;
}

.table_border_left_blue
{
    border-left: solid;
    border-width: 1px;
    border-color: #9DB0BB;
}

.table_border_right_blue
{
    border-right: solid;
    border-width: 1px;
    border-color: #9DB0BB;
}

.table_border_bot_blue
{
    border-bottom: solid;
    border-width: 1px;
    border-color: #9DB0BB;
}

.table_corner_right_blue
{
    border-bottom: solid;
    border-right: solid;
    border-width: 1px;
    border-color: #9DB0BB;
}

.table_corner_left_blue
{
    border-bottom: solid;
    border-left: solid;
    border-width: 1px;
    border-color: #9DB0BB;
}





/*-----ThickBoxCSS --*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*
{
    padding: 0;
    margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/




#TB_window
{
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_secondLine
{
    font: 10px Arial, Helvetica, sans-serif;
    color: #666666;
}

#TB_window a:link
{
    color: #666666;
}
#TB_window a:visited
{
    color: #666666;
}
#TB_window a:hover
{
    color: #000;
}
#TB_window a:active
{
    color: #666666;
}
#TB_window a:focus
{
    color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


#TB_overlay
{
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.TB_overlayMacFFBGHack
{
    background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG
{
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #TB_overlay
{
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window
{
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color: #000000;
    display: none;
    border: 4px solid #525252;
    text-align: left;
    top: 50%;
    left: 50%;
}

* html #TB_window
{
    /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image
{
    display: block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#TB_caption
{
    height: 25px;
    padding: 7px 30px 10px 25px;
    float: left;
}

#TB_closeWindow
{
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
}

#TB_closeAjaxWindow
{
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}

#TB_ajaxWindowTitle
{
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
}

#TB_title
{
    background-color: #e8e8e8;
    height: 27px;
}

#TB_ajaxContent
{
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}

#TB_ajaxContent.TB_modal
{
    padding: 15px;
}

#TB_ajaxContent p
{
    padding: 5px 0px 5px 0px;
}

#TB_load
{
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load
{
    /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect
{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

* html #TB_HideSelect
{
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent
{
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
}



/*---------------------------------------  CSS for new "Create New User.aspx" page  ----------------------------*/


.blueBanner
{
    background-color: #186a6a;
}

.loginHeader
{
    background-color: #c4e3e6;
    text-align: center;
    font-size: 14px;
    margin-top: 5%;
}
.createUserHelp
{
    margin-top: 5%;
}

.billingHeader
{
    background-color: #c4e3e6;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
   
   
}
.shippingHeader
{
    background-color: #c4e3e6;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
    
  
}
.loginTable
{
    height: 146px;
    margin-bottom:-5%;
}
.billingTable
{
    
    margin-right: 10%;
    
}
.shippingTable
{
    
}
.alignCenter
{
    text-align: center;
}
.changePassword
{
    height: 15px;
}


/* ---------------------------------------------- new footer ----------------------------------- */

#tcsFooterWrapper
{
	margin: 0 auto;
	text-align: center;
	width: 937px;
}

.tcsFooter
{
	clear: both;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

#footerLinks
{
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 475px;
}

#footerLinks img
{
	border: none;
}

#footerLinks ul
{
	display: block;
	float: left;
	list-style-type: none;
}

#footerLinks li
{
	float: left;	
}

#tcsTitle
{
	clear: both;
	margin: 0 auto;
	text-align: center;
}
