
/* MASTER PREPRESS SYSTEMS RETAIL COMPREHENSIVE CSS */
/*------------------------------------------------------------*/
/***************  TABLE OF CONTENTS   ***********************/

/*

COMPANY NAME - Easy Biz Printing

GENERAL ELEMENTS -         h1 thru h5, img, etc..
PAGE FONT STYLE -          font styling for entire page except store content area.
ASP GENERATED CONTAINERS - body, aspnetform, container.
ASP SEARCH BOX -           searchbox.
ASP ABBREVIATED CART -     topcartwrap, cartType, cartPic, abbreciatedcart.
ASP NAV MENU -             navmenuitemdiv, navmenuitemlink, generated nav links.
ASP SMALL CART -           only used on customer request.
FEATURED PRODUCT -         
NAV CATEGORY -             
STORE CONTENT AREA - 
STORE FOOTER - 
PAGE TITLES - 
PAGE BUTTONS -
LIST PAGE -
SHOPCART PAGE -
DETAIL PRODUCT PAGE -
LOGIN PAGE -
USER CREATED STORE PAGE -
LOST PASSWORD PAGE -

****/


@import "reset.css";

/*------------------------------------------------------------*/
/******************   STORE HTML initial FORMAT    ****************
body
    #aspnetForm
        #container
            --storetop.inc-- 
            #searchbox
            --storeaboveabbrevcart.inc--
            #abreviatedCart
            --storeabovenav.inc--
            #navMenu
            --storeabovesmallcart.inc--
						#smallCart
						--storeabovefeatured.inc--
		  			#featuredProduct
		    		--storeabovecategory.inc--
		    		#navCategory
		    		--storeabovecontent.inc--
		    		#storeContentArea
	     			--storebottom.inc--
			
****/
/*------------------------------------------------------------*/
/***************  GENERAL ELEMENTS   **************************/

img{/* stops the blue border around link images for IE */
border: none;
}

h1{
    width: 98%;
    border-bottom: 1px #ccc solid;
}
h2{}
h3{}
h4{}
h5{}

fieldset{
    padding: 7px 0 10px 10px;
}
#printerId{
    display: none;
}
pre{
    display: none;
}
#no-javascript noscript{
    width: 100%;
    height: 75px;
    background: #ff0000;
    font: normal normal bold 12px Trebuchet ms, sans-serif;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 100;
    padding: 5px 25px 0 25px;
    border: 5px #fc0 solid;
}
#no-javascript a{
    color: #00ffff;
}
#no-javascript a:hover{
    color: #ffff00;
}
#no-javascript{
    width: 100%;
    height: 75px;
    background: #ff0000;
    font: normal normal bold 12px Trebuchet ms, sans-serif;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 100;
    padding: 5px 25px 0 25px;
    border: 5px #fc0 solid;
}

/*------------------------------------------------------------*/
/***************  ASP GENERATED CONTAINERS ********************/

body{
  font: normal normal normal 12px Trebuchet ms, sans-serif;
  border-top: 8px #44718f solid;
  color: #555;
}

#aspnetForm{
}

#container{
width: 100%;
  overflow: hidden;
}
#container2{
width: 992px;
margin: 0 auto;
}
/*------------------------------------------------------------*/
/********************      WRAPPERS     ***********************/

#cart-search-wrap{
	background: url(store_images/cart-search-wrap-bg.jpg) no-repeat;
    width: 992px;
	height: 133px;
}
#topcartWrap{
	display: none; /*the cart is being duplicated by javascript, for a different location*/
    width:170px;
    float: right;
    clear: right;
}
#cart-dupe{
	background: url(store_images/cart-bg.jpg) no-repeat;
	width:158px;
	height: 32px;
    float: right;
	padding: 0 60px 0 0;
	margin: 5px 0 0 0;
}
#leftnavWrapper{
    width: 200px;
    float: left;
	padding: 0 0 0 35px;
}
#leftnavWrapper li{
    list-style: none;
}
#bottom-wrap{
	background: url(store_images/bottom-bg.jpg) repeat-y;
	width: 992px;
}
#page-cap{
	background: url(store_images/page-cap.jpg) no-repeat bottom;
	width: 992px;
	height: 27px;
	}
#splash{
	background: url(store_images/splash-bg.jpg) no-repeat;
	height: 425px;
	width: 960px;
	margin: 0 auto;
}
#splash-fade{
	background: #fff;
	width: 100%;
	height: 425px;
	position: absolute;
	left: 0px;
	overflow: hidden;
}

#cover-left{
	background: #fff;
	width: 700px;
	height: 425px;
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	z-index: 100;
	position: absolute;
	margin-left: 50%;
	left: -1196px;
}

#cover-right{
	background: #fff;
	width: 700px;
	height: 425px;
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	z-index: 100;
	position: absolute;
	margin-left: 50%;
	left: 496px;
}
/*------------------------------------------------------------*/
/********************  CUSTOM DIVISIONS ***********************/
#topoffeat{
    padding: 5px 0 0 0;
    font: normal normal bold 18px Trebuchet ms, Arial, Helvetica, sans-serif;
	font-style: italic;
    color: #39c;
}
#btmoffeat{/* bottom styling of featured product div */
    height: 10px;
}
#topofcat{/* styling above nav category */
    padding: 5px 0 0 0;
    font: normal normal bold 18px Trebuchet ms, Arial, Helvetica, sans-serif;
	font-style: italic;
    color: #39c;
}
#btmofcat{/* bottom styling of nav category */
    height: 10px;
    clear: both;
}
/*------------------------------------------------------------*/
/********************  PORTAL LOGIN ***************************/
#port-login fieldset{
    margin: 0;
    border: 0;
    padding: 0;
}
#port-login{
    background: url(store_images/login-bg.jpg) repeat-y;
    width: 325px;
    float: left;
    padding: 0 0 0 25px;
    height: 175px;
}
#file-center{
    width: 175px;
    padding: 0 0 20px 5px;
}
#port-login legend, #file-center legend{
    font-weight: bold;
    color: #707070;
}
#file-center a{
	color: #707070;
	}
#file-center a:hover{
	color: #39f;
	cursor: pointer;
	}
#port-login li, #file-center li, #login-areas li, #login-areas-info li {
    list-style: none;
}
#login-areas li, #login-areas-info li{
    float: left;
    width: 340px;
    margin: 0 10px 0 0;
}
#login-areas-info li{
    background: url(store_images/login-btm.jpg) no-repeat bottom left;
    padding: 0 0 0 10px;
}
#login-areas-info p{
    padding: 0 10px 20px;
}
#login-areas li{
    background: url(store_images/login-head.jpg) no-repeat;
    height: 35px;
    font-weight: bold;
    font-size: 22px;
    color: #555;
    padding: 10px 0 0 10px;
}
#login-areas ul, #login-areas-info ul, #port-login ul, #file-center ul{
    padding: 0;
    margin: 0;
}
#port-login label{
	clear: both;
	display: block;
}
#submit-port{
    padding: 1px 2px;
    margin: 10px 0 20px 0;
}
.shadow-input{}
#portUserName{}
#portPassword{}
/*------------------------------------------------------------*/
/********************       LOGO        ***********************/
#logo{
  float: left;
  padding: 0 0 0 10px;
}
#logo a{
    width: 476px;
    height: 92px;
    display: block;
    font: normal normal normal 28px Trebuchet ms;
    text-decoration: none;
    color: #898989;
}
/*------------------------------------------------------------*/
/********************  ASP SEARCH BOX   ***********************/

#searchBox{
    width:240px;
    height:20px;
    float: right;
	clear: right;
    padding: 5px 10px 0 0;
}

#ctl00_lblSearch{
    display: none;/*-- search text "Enter Search Terms:" --*/
}
.searchTitle{}/*-- class for #ctl00_lblSearch --*/
#ctl00_txtSearch{}/*-- id for .searchBox --*/
.searchBox{
	background: url(store_images/srch-box-bg.jpg) no-repeat;
	border: 1px #cfdbdf solid;
    height: 20px;
	width: 148px;
    float: left;
    margin: 2px 0 0 0;
}

/*------------------------------------------------------------*/
/******************  ASP ABBREVIATED CART   *******************/

#cartType{/*-- cart text "Items in Cart" --*/
	float: right;
}
#cartType a{
	width: 130px;
	height: 20px;
	display: block;
}
#cartpic{/*-- cart icon --*/
	width: 30px;
	height: 33px;
	float: left;
}
#abreviatedCart{/*-- just the cart number --*/
display: block;
width: 25px;
height: 20px;
text-align: right;
color: #ff0099;
padding: 4px 0 0 0;
font: normal bold 18px Trebuchet ms, Arial, Helvetica, sans-serif;
float: left;
}


/*------------------------------------------------------------*/
/*********************  ASP NAV MENU   ************************/

/* navMenu body */
#navMenu{
	width: 100%;
	height: 33px;
    clear: both;
	padding: 0 0 0 25px;
}

.navMenu1ItemDiv{
	background: url(store_images/nav-bord.jpg) no-repeat right;
    height: 33px;
    float: left;
    padding: 0 12px;
}

.navMenu1ItemLink{
    text-decoration: none;
    font: normal normal 16px Trebuchet ms, Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 5px 0 0 0;
    display: block;
}
.navMenu1ItemLink:visited{
	color: #fff;
	}
.navMenu1ItemDiv a:hover{
	color: #6cf;
}
/*-- automatic navigation id's use hard links --*/
#navMenuShopCart, #navMenuCreateAccount{
	display: none;
}
.spacer{}

/*------------------------------------------------------------*/
/*******************  ASP SMALL CART   ************************/
/* small cart body*/
#smallCart{/* never use unless customer requests it */
	display: none;
}
#ctl00_lblSmallCartInfo{}
.smallCartInfo{}
#smallCartItem{}
.smallCartItemLink{}


/*------------------------------------------------------------*/
/*******************  FEATURED PRODUCT   **********************/


/* featured product body*/
#featuredProduct{
	height:200px;
	width: 150px;
}
.featuredProductLink{
	display: block;
	text-decoration: none;
	}
#ctl00_lnkFeaturedProduct{}
#ctl00_imgFeaturedProduct{/* use to set max width on featured product image */
max-width: 150px;
max-height: 150px;
/* --- fix for ie6 max-width -- */
width: expression(document.body.clientWidth < 150? "150px" : 
document.body.clientWidth > 150? "150px" : "auto"); 
height: expression(document.body.clientHeight < 150? "150px" : 
document.body.clientHeight > 150? "150px" : "auto"); 
}
.featuredProductImage{
	max-height: 150px;
	height: auto !important;
	height: 150px;
	}
#ctl00_lblFeaturedProduct{}
.featuredProductName{/*-- spaces featured product text further below image and centers it --*/
	display: block;
	text-align: center;
	color: #39c;
	font-size: 14px;
	text-decoration: underline;
}
.featuredProductName:hover{
color: #f09;
}
#ctl00_lblFeaturedProductInfo{}
.featuredProductInfo{}

/*------------------------------------------------------------*/
/*******************    NAV CATEGORY     **********************/


/* category body */
#navCategory{
	min-height:100px;
	height:auto !important;
	height:100px;
}
#ctl00_menuCategory{/* wraps menu items */
}
.slide{/* flyout menu items container*/
    background-color: #f5f5f5;
    border: 1px #bbb solid;
    padding: 5px 0;
}
.slide li{
    width: 250px;
    padding: 0 7px;
}
.slide li a:hover{
    cursor: pointer;
}
.text{/* styling for all menu text*/
    padding: 0;
}
.item{
    width: 170px;
    height: 17px;
    padding: 5px 0 5px 20px;
}
.item:hover{
	background: #f5f5f5;
	}
.link{/* use this to add icon to left of menu text */
    display: block;
    text-decoration: none;
    color: #555;
	font-size: 14px;
}
.link:hover{
    cursor: pointer;
}
.text{
	color: #555;
	}
.text:hover{
	color: #ccc;
	}
.navCategoryItem{}
.navCategoryItemLink{}

/*------------------------------------------------------------*/
/*******************  STORE CONTENT AREA   ********************/

/* content body */
#storeContentArea{
width:705px;/* standard width of Content area is 620px */
min-height: 400px;
height:auto !important;
height:400px;
float: right;
padding: 0 40px 0 0;
}
#storeContentArea li{
    list-style: normal;
}
#storeContentArea ol, #storeContentArea ul{
    margin: 10px 0;
    padding: 0 0 0 30px;
}
#storeContentArea a:hover{
color: #ff0000;
}

/*------------------------------------------------------------*/
/*******************     STORE FOOTER      ********************/
#footer-wrap{
	width:100%;
	}
#footer{/* no footer generated by asp use this one */
	background: url(store_images/footer-bg.jpg) no-repeat;
	width:992px;
	height:110px;
	clear: both;
	margin: 0 auto;
	padding: 15px 0 0 0;
	color: #44718f;
}
#footer a{
	color: #44718f;
	text-decoration: none;
}
#footer a:hover{
	color: #3cf;
}
#footer li{
    list-style: none;
}
.foot-child{
    float: left;
}
#child1{
	width: 160px;
	padding: 0 0 0 30px;
}
#child1 li{
	font-weight: bold;
	font-style: italic;
}
#child1 a{
    font-size: 9px;
	font-weight: bold;
	font-style: italic;
}
#child2{
    width: 600px;
	padding: 0 15px;
}
#child2 li{
    float: left;
}
#child2 a{
    font-size: 13px;
    padding: 0 7px;
	color: #f09;
}
#child3{
	width: 140px;
	padding: 0 30px 0 0;
}
#child3 li{
	font-weight: bold;
	font-style: italic;
}
#child3 a{
	font-weight: bold;
	font-style: italic;
}
.foot-child li a{
    text-decoration: none;
}
.foot-child ul{
    margin: 3px 0;
    height: 70px;
    padding: 10px 0 0 0;
}
#page-clear{
	width: 992px;
	height: 20px;
	clear: both;
	}
/*------------------------------------------------------------*/
/*******************     PAGE TITLES      ********************/


#shopCartPage_pageTitle, #checkoutPage_PageTitle, #lostPassword_pageTitle, #loginPage_pageTitle, #createAccount_pageTitle, #storeOrderFormPageTitle, .storePageTitle, #detailPage_pageTitle, #listPage_pageTitle, #productCustomize_pageTitle, #orderPage_pageTitle, #profile_pageTitle, #checkout2Page_pageTitle{
	font: normal normal bold 28px Trebuchet ms, Arial, Helvetica, sans-serif;
	border-bottom: 1px #ccc solid;
	margin: 0 0 25px 0;
	display: block;
	width: 95%;
	color: #f09;
}
#loginPage_pageTitle{
    display: none;
}
#login-pagetitle-wrap{
    
}
#login-pagetitle{
    font: normal normal bold 28px Trebuchet ms, Arial, Helvetica, sans-serif;
    border-bottom: 1px #ccc solid;
    margin: 0 0 25px 0;
    display: block;
    width: 95%;
	color: #f09;
}
/*------------------------------------------------------------*/
/*******************     ORDER FORM PAGE     ********************/
#orderFormElementsAjax, #orderFormElementsNonAjax{
	padding: 0 0 0 25px;
	}
.formTable{
    margin: 0 0 20px 0;
}
.formTable input{
    margin: 6px 0;
}
.formCell{
    text-align: right;
    padding: 0 10px 0 0;
}
.orderFormSectionTitle{
	padding: 15px 0 3px 0;
	font-weight: bold;
	color: #444;
	font-size: 110%;
	}
#orderFormElementsAjax input, #orderFormElementsAjax select{
	margin: 0 0 0 10px;
	}
#orderFormElementsAjax label{
	margin: 0 0 0 7px;
	}

/*------------------------------------------------------------*/
/*******************     PAGE BUTTONS      ********************/

#ctl00_btnSearch{
    
}
.searchButton{
	background: url(store_images/srch-btn-bg.jpg) no-repeat 0 2px;
	border: 0;
	float: left;
	width: 86px;
	height: 27px;
	font: normal bold 16px Trebuchet ms, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 0 10px 0;
	display: block;
}
.searchButton:hover{	
	cursor: pointer;
	color: #f09;
}
#ctl00_ContentPlaceHolder1_btnSubmit,  #ctl00_ContentPlaceHolder1_btnCheckout, #ctl00_ContentPlaceHolder1_btnContinue, #ctl00_ContentPlaceHolder1_btnLogIn, #ctl00_ContentPlaceHolder1_btnCreateAccount, #ctl00_ContentPlaceHolder1_Button1, #ctl00_ContentPlaceHolder1_btnAddToCart{
    margin: 10px 0 20px 0;
}
.searchButton:hover, #ctl00_ContentPlaceHolder1_btnSubmit:hover, #ctl00_ContentPlaceHolder1_btnCheckout:hover, #ctl00_ContentPlaceHolder1_btnContinue:hover, #ctl00_ContentPlaceHolder1_btnLogIn:hover, #ctl00_ContentPlaceHolder1_btnCreateAccount:hover, #ctl00_ContentPlaceHolder1_btnSendPassword:hover, #ctl00_ContentPlaceHolder1_Button1:hover{
    
}
#ctl00_ContentPlaceHolder1_btnSendPassword{

}
#shopCartPage_button{}/* button container */

/*------------------------------------------------------------*/
/*******************       ORDER PAGE      ********************/

#orderPage_orderGrid{
    padding: 0 0 0 15px;
}

/*------------------------------------------------------------*/
/*******************       LIST PAGE       ********************/

#listPage_pageDescription{/*-- rich text editor area for list page --*/
}
.listPage_categoryDiv{/*-- styling for category images and text on home page --*/
    width: 150px;
    float: left;
    margin: 25px 15px 40px;
}
.listPage_categoryLink{
text-decoration: none;
display: block;
text-align: center;
}
.listPage_categoryImage{
text-decoration: none;
	margin: 0 0 10px 0;
}
.listPage_categoryName{
	display: block;
	clear: both;
	}
.listPage_categoryDescription{
display: none;
text-align: center;
}
.listPage_productDiv{/*-- individual product and text styling on category page--*/
    width: 150px;
    float: left;
    margin: 20px 0 40px;
    height: 190px;
    border-right: 1px #ccc dotted;
    padding: 0 40px;
}
.listPage_productDiv img{}
.listPage_productLink{
text-decoration: none;
}
.listPage_productImage{
text-decoration: none;
	margin: 0 0 10px 0;
}
.listPage_productName{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	display: block;
	clear: both;
	}
.listPage_productDescription{}
#categoryListings{}/*-- area container for categories on list page(shown when category driven) --*/
#productListings{}/*-- area container for products on list page(shown when product driven) --*/

/*------------------------------------------------------------*/
/*******************    SHOPCART PAGE      ********************/
#shopCartPage_instructions{
    padding: 0 0 20px 0;
}
#shopCartPage_cartTable{

}
#ctl00_ContentPlaceHolder1_tblCart{
    border: 1px #e0ddd4 solid;
    border-collapse: collapse
}
.infoTable{
}
.infoHeaderRow{}
.infoHeaderCell{
    background: url(store_images/th-bg.jpg) repeat-x;
    padding: 5px 10px;
    font-weight: bold;
    border-right: 1px #e0ddd4 solid;
}
.infoRow1{
    background: #fff;
    padding: 3px 0;
}
.infoRow2{
    background: #f8f8f8;
}
.infoRow1:hover{
    background: #ccffff;
}
.infoRow2:hover{
    background: #ccffff;
}
.infoCell{
    padding: 3px 10px;
}
.infoCellCenter{}
.infoCellRight{}
.shopCartCellItem, .shopCartCellQuantity, .shopCartCellDescription, .shopCartCellPrice, .shopCartCellOptions{
    text-align: center;
    padding: 5px 10px;
}
.shopCartCellItem{
    color: #555;
    font-weight: bold;
}
.shopCartCellOptions a{}
/*------------------------------------------------------------*/
/***************     DETAIL PRODUCT PAGE       ****************/
#detailPage_pageInstructions{

}
#detailPage_productImage{
    display: none;
}
#detailPage_productImage:hover{
    cursor: pointer;
}
#detailPage_clickForLargeImage{
    display: none;
}
#detailPage_descriptionsHolder{
    float: right;
    clear: right;
    margin: 0 0 20px 0;
}
#detailPage_fullProductDescription{/*-- rich text area for individual product --*/
    width: 430px;
    padding: 0 10px 0 0;
}
#detailPage_priceTable{
    display: none;
}
#ctl00_ContentPlaceHolder1_pnlPricingGrid{
    background: url(store_images/prod-detail-bg.jpg) no-repeat;
    padding: 41px 0 20px 0;
    width: 250px;
}
#detailPage_quantity{
    margin: 0 auto;
    width: 200px;
}
#detailPage_quantityInstructions{
    font-size: 14px;
}
#detailPage_orderNotes{
    background: url(store_images/calc-bg.jpg) repeat-y;
    width: 250px;
    border-top: 1px #dadada solid;
    padding: 10px 0 0 0;
}
#detailPage_additionalInstructions, #ctl00_ContentPlaceHolder1_txtInstructions{
    width: 200px;
    margin: 0 auto;
    display: block;
}

#detailPage_uploadFile{
    background: url(store_images/calc-bg.jpg) repeat-y;
    width: 250px;
    padding: 10px 0 0 0;
}
#ctl00_ContentPlaceHolder1_lblUploadInstructions{
    padding: 0 10px;
    width: 230px;
    display: block;
}
#detailPage_addToCart{
    background: url(store_images/calc-btm-bg.jpg) no-repeat;
    width: 250px;
    height: 70px;
    padding: 0 0 20px 0;
}
#ctl00_ContentPlaceHolder1_btnSubmit{
    margin: 10px 0 0 24px;
}
.priceTableHeaderRow{}
.priceTableHeaderCell{
    text-align: center;
    background: url(store_images/th-bg.jpg) repeat-x;
    border-right: 1px #e0ddd4 solid;
}
.priceTable{
    
}
.priceTable th{
    padding: 5px 10px;
    font-weight: bold;
}
.priceTable td{
    text-align: center;
    
}
.priceTableRow1{
    background: #fff;
}
.priceTableRow2{
    background: #f8f8f8;
}
.priceTableRow1:hover{
    background: #ccffff;
}
.priceTableRow2:hover{
    background: #ccffff;
}
.priceTableCell{
    padding: 5px 10px;
}
.storeInstructions{}
#ctl00_ContentPlaceHolder1_imgProduct{
    padding: 0 0 0 10px;
}
#ctl00_ContentPlaceHolder1_tblPricing{
    border-collapse: collapse;
    border: 1px #e0ddd4 solid;
}
#ctl00_ContentPlaceHolder1_txtQuantity{
    height: 18px;
    font-size: 12px;
    margin: 0 0 15px 5px;
}
#ctl00_ContentPlaceHolder1_ddQuantity{
    width: 200px;
    height: 20px;
    font-size: 14px;
}
#ctl00_ContentPlaceHolder1_txtInstructions{}
#ctl00_ContentPlaceHolder1_RadWindowManager1_wrapper{}
#ctl00_ContentPlaceHolder1_RadWindowManager1StyleSheetHolder{}
#ctl00_ContentPlaceHolder1_RadWindowManager1{}
#ctl00_ContentPlaceHolder1_RadWindowManager1_MinimizeTemplate{}
#ctl00_ContentPlaceHolder1_RadWindowManager1_AlertTemplate{}
#ctl00_ContentPlaceHolder1_RadWindowManager1_ConfirmTemplate{}
#ctl00_ContentPlaceHolder1_RadWindowManager1_PromptTemplate{}
#RadWSplashHolder{}
.RadUploadProgressArea{
	position: absolute;
	}
#ctl00_ContentPlaceHolder1_RadProgressArea1{
	position: relative;
	}
/*------------------------------------------------------------*/
/*******************       LOGIN PAGE      ********************/
#ctl00_ContentPlaceHolder1_lblYourEmailAddress{}
#ctl00_ContentPlaceHolder1_txtUserName{}
#ctl00_ContentPlaceHolder1_lblPassword{}
#ctl00_ContentPlaceHolder1_txtPassword{}
#ctl00_ContentPlaceHolder1_lnkLostPassword{}
#ctl00_ContentPlaceHolder1_lnkNewAccount{}
#loginPage_instructions{}
#loginPage_accountArea{}
#loginPage_emailAddress{}
#loginPage_password{}
#loginPage_submit{}
#loginPage_lostPassword{}
#loginPage_newCustomers{}
#ctl00_ContentPlaceHolder1_lblPleaseLogIn{}
#ctl00_ContentPlaceHolder1_lblInfo{}

/*------------------------------------------------------------*/
/***************     USER CREATED STORE PAGE    **************/
.storePageContent{}
.instructions{
    display: block;
}
/*------------------------------------------------------------*/
/*******************      PROFILE PAGE     ********************/
#profile_instructions{
    padding: 0 0 0 15px;
}
#ctl00_ContentPlaceHolder1_profile_accountInfoTable{
    padding: 0 0 0 15px;
}
#ctl00_ContentPlaceHolder1_profile_accountInfoTable td{
		position: relative;
   	text-align: right;
	}
#ctl00_ContentPlaceHolder1_profile_accountInfoTable tr{
		width: 600px;
	}
#ctl00_ContentPlaceHolder1_profile_accountInfoTable span{
		position: absolute;
   	margin: 3px 0 0 135px;
	}
#ctl00_ContentPlaceHolder1_profile_accountInfoTable td input{
		height: 18px;
		margin: 3px 0;    
    float: left;
    width: 130px;
	}
#ctl00_ContentPlaceHolder1_profile_accountInfoTable td select{
		height: 20px;
		margin: 3px 0;    
    float: left;
    width: 130px;
	}
#profile_button{
	margin: 0 0 25px 0;
	}
/*------------------------------------------------------------*/
/***************          CREATE ACCOUNT PAGE   **************/
#createAccount_accountInfoTable td{
   	position: relative;
   	text-align: right;
}
#createAccount_accountInfoTable tr{
		width: 600px;
	}
#createAccount_accountInfoTable span{
   	position: absolute;
   	margin: 3px 0 0 130px;
   	width: 130px;
}
#createAccount_accountInfoTable input{
    margin: 3px 0;    
    float: left;
    width: 130px;
}
#createAccount_accountInfoTable select{
    margin: 3px 0;    
    float: left;
    width: 132px;
}
#createAccount_accountInfoTable{
    padding:  0 0 0 20px;
}
#ctl00_ContentPlaceHolder1_RequiredFieldValidator1, #ctl00_ContentPlaceHolder1_RequiredFieldValidator2, #ctl00_ContentPlaceHolder1_RequiredFieldValidator3, #ctl00_ContentPlaceHolder1_RequiredFieldValidator4, #ctl00_ContentPlaceHolder1_RequiredFieldValidator5, #ctl00_ContentPlaceHolder1_RequiredFieldValidator6, #ctl00_ContentPlaceHolder1_RequiredFieldValidator7{
    display: block;
    clear: both;
    font-size: 11px;
}
#ctl00_ContentPlaceHolder1_ddCountry, #ctl00_ContentPlaceHolder1_ddState{
	width: 158px;
	}
#createAccount_button{
	width: 255px;
	}
#createAccount_button input{
	float: right;
	}
/*------------------------------------------------------------*/
/********************    LOST PASSWORD PAGE   *****************/
#lostPassword_instructions{
	width: 500px;
	padding: 0 0 15px 0;
}
#lostPassword_inputArea{}
#ctl00_ContentPlaceHolder1_txtEmail{
	height: 15px;
	margin: 0 10px 0 0;
	}
/*------------------------------------------------------------*/
/***************  E-DOCBUILDER STYLING   ***********************/
#eDocBuilder_container{
	width: 2000px;
	}
#eDocBuilder_instructions{
width:100%;
margin: 0px 0px 5px 0px;
}
 
#eDocBuilder_choices{
width:310px;
margin:0px 0px 10px 0px;
padding:0px 15px 0px 0px;
}
 
 
#eDocBuilder_previewContainer{
width:100%;
margin: 0px 0px 0px 20px;
overflow-x:auto;
overflow-y:hidden;
clear: left;
}
 
#eDocBuilder_updatePreviewButton{
width:100px;
margin-top:10px;
height:20px;
margin-bottom:5px;
}
 
 
#eDocBuilder_pageSelector{
margin: 12px 10px 5px 10px;
padding:10px 0px;
float: left;
}
#eDocBuilder_pageSelector label{
    padding: 0 7px 0 0;
}
#eDocBuilder_sizeSelector{
width:150px;
margin: 10px 0px 5px 0px;
padding:10px 0px;
height:20px;
float: left;
 
}
 
.eDocBuilder_choiceItemContainer{
padding: 5px 0px 5px 0px;
/*border-bottom:1px dotted #000000;*/
}
 
#eDocBuilder_copyright{
margin:0px 0px 5px 0px;
padding:0px;
clear:both;
font-size:x-small;
font-style:italic;
}
 
#eDocBuilder_confirmation{
margin:0px 0px 5px 0px;
padding:0px;
clear:both;
 }

#edoc_right{
float: left;
width: 1500px;
}
#edoc_left{
float: left;
border-right: 1px #ccc solid;
border-left: 1px #ccc solid;
background: #f9f9f9;
padding: 0 0 0 15px;
width: 350px;
}
#eDocBuilder_choices input{
	height: 16px;
	margin: 3px 0 0 0;
	padding: 0 0 0 10px;
	}
.eDocBuilder_choiceControl_textArea{
width: 100%;
height: 200px;
}

.eDocBuilder_choiceControl_textBox{
width: 95%;
}
#productCustomize_confirm{
    display: block;
    height: 100px;
    width: 700px;
}
.eDocBuilder_choicePrompt_text{
	color: #999;
	}
#ctl00_ContentPlaceHolder1_CheckBox1{
	margin: 0 10px 0 0;
	}
/*------------------------------------------------------------*/
/***************  INSTANT PRICING STYLING   *******************/
#ctl00_ContentPlaceHolder1_pnlPricingCalculator{
    background: url(store_images/calc-cap2.jpg) no-repeat;
    width: 250px;
    padding: 31px 0 0 0;
    clear: left;
}
#detailPage_calculator{
    background: url(store_images/calc-bg.jpg) repeat-y;
    width: 250px;
    padding: 10px 0 0 0;
}
#detailPage_calculator select{
    width: 200px;
    font-size: 13px;
    margin: 0 0 7px 0;
}
#detailPage_calculator span{
    
}
#ctl00_ContentPlaceHolder1_RadAjaxPanel1{
    width: 200px;
    margin: 0 auto;
}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_divQuantity{}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_divQuantity span{}
.PriceCalc_QuantityDD{}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_divGridParm{}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_divCalcParm{}
.PriceCalc_CalcParm{}
.PriceCalc_GridParm{}
.PriceCalc_CalcParm span, .PriceCalc_GridParmLabel{}
.PriceCalc_CalcParmDD{}
.PriceCalc_GridParmDD, .PriceCalc_CalcParmDD, .PriceCalc_QuantityDD{}
.PriceCalc_GridParmLabel, .PriceCalc_CalcParmLabel, .PriceCalc_QuantityLabel{}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_divResults{
    padding: 0 0 15px 0;
    width: 200px;
    height: 40px;
}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_divResults span{
    font-weight: bold;
    font-size: 20px;
    color: #cc0000;
}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_lblPriceLabel{
	display: none;
}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_Label2{
    display: none;
}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_lblFinalPrice{
    float: right;
}
/*------------------------------------------------------------*/
/***************        CHECKOUT PAGE       *******************/

.checkoutPage_tableTitle{
    height: 22px;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 0 0 0;
}
#ctl00_ContentPlaceHolder1_ddShipping{
    margin: 0 0 15px 0;
    height: 20px;
}
.pageInstructions{
    height: 25px;
}
#ctl00_ContentPlaceHolder1_txtShipName, #ctl00_ContentPlaceHolder1_txtShipCompany, #ctl00_ContentPlaceHolder1_txtShipAddress1, #ctl00_ContentPlaceHolder1_txtShipAddress2, #ctl00_ContentPlaceHolder1_txtShipCity, #ctl00_ContentPlaceHolder1_ddShipState, #ctl00_ContentPlaceHolder1_txtShipPostal, #ctl00_ContentPlaceHolder1_ddShipCountry, #ctl00_ContentPlaceHolder1_txtShipPhone, #ctl00_ContentPlaceHolder1_txtShipFax, #ctl00_ContentPlaceHolder1_txtShipEmail, #ctl00_ContentPlaceHolder1_pnlBillingAddress, #ctl00_ContentPlaceHolder1_txtBillName, #ctl00_ContentPlaceHolder1_txtBillCompany, #ctl00_ContentPlaceHolder1_txtBillAddress1, #ctl00_ContentPlaceHolder1_txtBillAddress2, #ctl00_ContentPlaceHolder1_txtBillCity, #ctl00_ContentPlaceHolder1_ddBillState, #ctl00_ContentPlaceHolder1_txtBillPostal, #ctl00_ContentPlaceHolder1_ddBillCountry, #ctl00_ContentPlaceHolder1_txtBillPhone, #ctl00_ContentPlaceHolder1_txtBillFax, #ctl00_ContentPlaceHolder1_txtBillEmail{
    height: 18px;
}
#ctl00_ContentPlaceHolder1_btnCheckOut{}
#ctl00_ContentPlaceHolder1_ddBilling{
    height: 20px;
}
.tabAreaContentHolder table table{
		background: #f5f5f5;
		padding: 0 15px 15px 15px;
		display: block;
	}
#ctl00_ContentPlaceHolder1_btnCheckOut{
	padding: 5px;
	margin: 0 0 25px 0;
	font-size: 18px;
	font-weight: bold;
	color: #555;
	}

/*------------------------------------------------------------*/
/***************        CHECKOUT2 PAGE       *******************/
#checkout2Page_instructions{
	padding: 0 0 15px 0;
	}
#checkout2page_promo{
	padding: 15px 0;
	}
#checkout2Page_deliveryDate, #checkout2Page_poNumber{
	padding: 10px 0;
	}
#checkout2Page_submit{
	margin: 0 0 25px 0;
	}







