
/* MASTER PREPRESS SYSTEMS RETAIL COMPREHENSIVE CSS */
/*------------------------------------------------------------*/
/***************  TABLE OF CONTENTS   ***********************/

/*

COMPANY NAME - St Charles 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{
    width: 100%;
    height: 75px;
    background: #ff0000;
    font: normal normal bold 12px Arial, 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;
}
pre{
    display: none;
}
hr{
	background: #ccc;
	border: 0;
	height: 1px;
}
/*------------------------------------------------------------*/
/***************  ASP GENERATED CONTAINERS ********************/

body{
	background: url(store_images/bg.jpg) repeat-x;
  font: normal normal normal 12px Arial, sans-serif;
  color: #555;
}

#aspnetForm{
}

#container{
width: 100%;
}
#container2{
width: 960px; /* 994px standard container width */
margin: 0 auto;
}
/*------------------------------------------------------------*/
/********************      WRAPPERS     ***********************/

#cart-search-wrap{
		background: url(store_images/top-wrap-bg2.jpg) no-repeat;
    width: 960px;
    height: 138px;
}
#topcartWrap{ /*--- standard to wrap abbr cart with text and image of cart ---*/
		background: url(store_images/cart-shad.png) no-repeat 45px 56px;
    width:170px;
    float: right;
    clear: right;
    padding: 25px 0 0 0;
}
#leftnavWrapper{
    width: 200px;
    float: left;
    padding: 25px 0 0 0;
}
#leftnavWrapper li{
    list-style: none;
}
#splash{
    width: 760px;
    height: 277px;
    overflow: hidden;
	float: right;
}
#s1{

	}

#bottom-wrap{
	background: url(store_images/bottom-bg.jpg) repeat-y;
	width: 960px;
}
#page-cap{
	background: url(store_images/cap.jpg) no-repeat;
	width: 960px;
	height: 10px;
	}
/*------------------------------------------------------------*/
/********************  CUSTOM DIVISIONS ***********************/
#topoffeat{
    text-align: center;
    padding: 5px 0 0 0;
    font: normal normal bold 18px Arial;
    color: #39c;
}
#btmoffeat{/* bottom styling of featured product div */
    height: 10px;
}
#topofcat{/* styling above nav category */
    padding: 35px 0 0 5px;
    font: normal normal bold 18px Arial;
    color: #39c;
}
#btmofcat{/* bottom styling of nav category */
    height: 10px;
    clear: both;
}
/*------------------------------------------------------------*/
/********************  PORTAL LOGIN ***************************/
#port-login-wrap {
	float:left;
	width:338px;
}
#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-heading li, .login-areas-info li {
    list-style: none;
}
.login-heading 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-heading 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-heading ul, .login-areas-info ul, #port-login ul, #file-center ul{
    padding: 0 !important;
    margin: 0 !important;
}
#port-login label{
	clear: both;
	display: block;
}
#submit-port{
    padding: 1px 2px;
    margin: 10px 0 20px 0;
}
.shadow-input{}
#portUserName{}
#portPassword{}
/*------------------------------------------------------------*/
/********************       LOGO        ***********************/
#store-logo{
  float: left;
  padding: 0 0 0 10px;
}
#store-logo a{
    width: 249px;
    height: 89px;
    display: block;
    font: normal normal normal 72px Arial;
    text-decoration: none;
    color: #898989;
}
/*------------------------------------------------------------*/
/********************  ASP SEARCH BOX   ***********************/
#search-area{
		width: 200px;
	}
#searchDuplicate{
		padding: 5px 0 0 0;
	}
#searchBox{
    width:200px;
    height:14px;
    float: right;
}

#ctl00_lblSearch{
    display: none;/*-- search text "Enter Search Terms:" --*/
}
    .searchTitle{}/*-- class for #ctl00_lblSearch --*/
    #ctl00_txtSearch{}/*-- id for .searchBox --*/
    .searchBox{
    width:95px;
    height:12px;
    float: left;
    border: 1px #666 solid;
    font-size: 10px;
    color: #666;
}

/*------------------------------------------------------------*/
/******************  ASP ABBREVIATED CART   *******************/

#cartType{/*-- cart text "Items in Cart" --*/
float: left;
padding: 9px 0 0 0;
font-family: Arial;
color: #fff;
font-size: 12px;
}

#cartpic{/*-- cart icon --*/
width: 38px;
height: 49px;
float: left;
}

#abreviatedCart{/*-- just the cart number --*/
display: block;
width: 23px;
height: 20px;
float: left;
text-align: center;
color: #fff;
font-weight: bold;
font-size: 12px;
padding: 9px 0 0 0;
}


/*------------------------------------------------------------*/
/*********************  ASP NAV MENU   ************************/

/* navMenu body */
#navMenu{
		width: 100%;
		height: 22px;
    clear: both;
}

.navMenu1ItemDiv{
    height: 22px;
    float: left;
	display: inline-block;
}

.navMenu1ItemLink{
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    padding: 2px 8px 0 11px;
    display: inline-block;
    height: 19px;
}
.navMenu1ItemLink:visited{
	color: #fff;
	}
.navMenu1ItemDiv a:hover{
	background: url(store_images/nav-roll.jpg) no-repeat;
	color: #fff;
}
/*-- automatic navigation id's use hard links --*/
#navMenuShopCart, #navMenuCreateAccount, #navMenuLogin, #navMenuOrderHistory{
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{
	width: 200px;

}


.featuredProductLink{
	text-decoration: none;
	display: block;
	}
#ctl00_lnkFeaturedProduct{}
#ctl00_imgFeaturedProduct{/* use to set max width on featured product image */
/*max-width: 150px;*/
/* --- fix for ie6 max-width -- */
/*width: expression(document.body.clientWidth < 150? "150px" : 
document.body.clientWidth > 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: #333;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 7px 0 0 0;
}
.featuredProductName:hover{
color: #ff0000;
}
#ctl00_lblFeaturedProductInfo{}
.featuredProductInfo{}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_lblPriceLabel{
	display: none;
}

/*------------------------------------------------------------*/
/*******************    NAV CATEGORY     **********************/
#navCategory{
	min-height:100px;
	height:auto !important;
	height:100px;
}
#navCategory div{}
.navCategoryItem{
	display: none;
}
.navProductItem{
	width: 180px;
    height: 17px;
    padding: 3px 0 0 20px;
}
.navProductItem:hover{
	background: #39c;
}
.navCategoryItemLink{
	display: block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 11px;
}
.navCategoryItemLink:hover{
	color: #fff;
}

/* category body 
#navCategory{
min-height:100px;
height:auto !important;
height:100px;
}
#ctl00_menuCategory{
    
}
.slide{
    background-color: #39c;
    padding: 5px 0;
}
.slide li{
    width: 250px;
    padding: 0 7px;
}
.slide li a{
    
}
.slide li a:hover{
    
    cursor: pointer;
}
.text{
    padding: 0;
}
.item{
    width: 170px;
    height: 17px;
    padding: 3px 0 0 20px;
}
.item:hover{
	background: #39c;
	}
.link{
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 11px;
}
.link:hover{
    cursor: pointer;
}
.text{
	color: #333;
	font-weight: bold;
	}
.text:hover{
	color: #fff;
	}
.navCategoryItem{}
.navCategoryItemLink{}
*/
/*------------------------------------------------------------*/
/*******************  STORE CONTENT AREA   ********************/

/* content body */
#storeContentArea{
width:735px;/* standard width of Content area is 620px */
min-height: 400px;
height:auto !important;
height:400px;
float: right;
padding: 0 10px 0 0;
margin: 0 0 35px 0;
}
#storeContentArea li{
    list-style: normal;
}
#storeContentArea p{
    margin: 12px 0;
}
#storeContentArea ol, #storeContentArea ul{
    margin: 10px 0;
    padding: 0 0 0 30px;
}
#storeContentArea a{
color: #39c;
font-weight: bold;
}
#storeContentArea a:hover{
color: #fc0;
}
#storeContentArea a img:hover {
filter:alpha(opacity=80);   
-moz-opacity: .8;   
opacity: .8;
}
/*------------------------------------------------------------*/
/*******************     STORE FOOTER      ********************/
#footer-wrap{
	background: #39c;
	width:100%;
	}
#footer-wrap a:hover{
		color: #fc0;
	}
#above-footer{
	width:960px;
	clear: both;
	margin: 0 auto;
	padding: 15px 0 0 0;
	}
#above-footer li{
		list-style: none;
		float: left;
		color: #fff;
	}
#above-footer li span{
		font-weight: bold;
		font-size: 16px;
		color: #fc0;
	}
#af-child1{
		width: 243px;
		height: 140px;
	}
#af-child1 li{
		clear: both;
		width: 100%;
	}
#af-child1 span{
		padding: 0 0 0 25px;
	}
#af-child1 a{
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
	}
#af-child2{
		width: 490px;
		height: 140px;
	}
#af-child3{
		width: 189px;
		height: 140px;
		padding: 0 0 0 10px;
	}
#af-send{
		background: url(store_images/f1.jpg) no-repeat;
		padding: 0 0 0 25px;
	}
#af-request{
		background: url(store_images/f2.jpg) no-repeat;
		padding: 0 0 0 25px;
	}
#af-place{
		background: url(store_images/f3.jpg) no-repeat;
		padding: 0 0 0 25px;
	}
#af-download{
		background: url(store_images/f4.jpg) no-repeat;
		padding: 0 0 0 25px;
	}	
#store-footer{/* no footer generated by asp use this one */
	width:960px;
	height:85px;
	clear: both;
	margin: 0 auto;
}
.foot-child{
    float: left;
}
#child1{
    width: 20%;
    font-size: 9px;
		color: #fff;
}
#child1 li a{
    font-size: 9px;
	color: #fff;
	text-decoration: none;
}

#child2{
    width: 60%;
    color: #fff;
    font-weight: bold;
}
#child2 li{
    float: left;
}
#child2 a{
    color: #fff;
    font-size: 13px;
    padding: 0 7px;
}

#child3{
    width: 20%;
    color: #fff;
}
#child3 a{
    color: #fff;
}

.foot-child li a{
    text-decoration: none;
}
.foot-child ul{
    margin: 3px 0;
    height: 70px;
    padding: 10px 0 0 0;
}
#store-footer li{
    list-style: none;
}
#page-clear{
	width: 960px;
	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{
height: 27px;
font: normal normal bold 16px verdana;
border-bottom: 1px #ccc dotted;
padding: 15px 0 0 0;
margin: 0 0 25px 0;
display: block;
width: 98%;
}
#loginPage_pageTitle{
    display: none;
}
#login-pagetitle-wrap{
    
}
#login-pagetitle{
   height: 27px;
    font: normal normal bold 16px verdana;
    border-bottom: 1px #ccc dotted;
    padding: 15px 0 0 0;
    margin: 0 0 25px 0;
    display: block;
    width: 98%;
}
/*------------------------------------------------------------*/
/*******************     ORDER FORM PAGE     ********************/
#orderFormElementsNonAjax{
	background: url(store_images/contact-bg.jpg) no-repeat;
	width: 500px;
	height: 786px;
	padding: 35px 0 0 75px;
}
#orderFormElementsAjax{
	padding: 0 0 0 25px;
}
.orderFormTitle{
	color: #633;
	font-size: 24px;
	font-weight: bold;
}
#ctl00_ContentPlaceHolder1_RadUpload1_wrapper{
	margin: 0 0 55px 0;
}
.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.jpg) no-repeat;
	display: block;
	float: left;
	width: 20px;
	height: 14px;
	font-size: 8px;
	text-indent: -9999px;
	line-height: 50px;
	border: 0;
}
.searchButton:hover{
		cursor: pointer;
	}
#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--*/
	background: url(store_images/prod-bg.jpg) no-repeat;
    width: 197px;
    float: left;
    height: 229px;
    padding: 15px 0 0 0;
    margin: 0 20px;
}
.listPage_productDiv img{}
.listPage_productLink{
text-decoration: none;
display: block;
}
.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: 460px;
    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;
    color: #fff;
}
#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;
    color: #fff;
}
#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;
    color: #fff;
}
#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: 22px;
    color: #fff;
}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_Label2{
    display: none;
}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_lblFinalPrice{
    float: right;
}
.PriceCalc_Quantity{
	padding: 0 0 10px 0;
}
.PriceCalc_Quantity2{
	padding: 0 0 10px 0;
}
.PriceCalc_Quantity3{
	padding: 0 0 10px 0;
}
#ctl00_ContentPlaceHolder1_panelFileUpload{
	padding: 0 10px;
	color: #fff;
	font-size: 11px;
}
.RadUploadTable{
	width: 100% !important;
	margin: 0 !important;
}
.RadUploadTable td{
	padding: 0 0 5px 0 !important;
}
/*------------------------------------------------------------*/
/***************        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;
	}







