
/* MASTER PREPRESS SYSTEMS RETAIL COMPREHENSIVE CSS */
/*------------------------------------------------------------*/
/***************  TABLE OF CONTENTS   ***********************/

/*

COMPANY NAME - SpeedWay Prints

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 -

****/
/**********  COLOR PALETTE  ************/
/*
#000  - USED FOR NAV TYPE
#000  - USED FOR NAV ROLL OVER
#000  - USED FOR MAIN TYPE
#000  - USED FOR BACKGROUND 
*/


/*------------------------------------------------------------*/
/***************  GENERAL ELEMENTS   **************************/

img{/* stops the blue border around link images for IE */
border: none;
}

h1{}
h2{}
h3{}
h4{/*-- USE THIS FOR USER GENERATED HEADING STYLING --*/
background: #014372;
display: block;
width: 590px;
height: 22px;
font: normal normal bold 16px Verdana, sans-serif;
color: #fff;
text-indent: 25px;
margin: 0px 0px 0px 0px;
padding: 3px 0px 0px 0px;
}
h5{}

a{
color: #898989;
}

a: hover{
color: #FE2B6F;
}
/*------------------------------------------------------------*/
/********************  PAGE FONT STYLE   **********************/

#cartType, #abreviatedCart, #searchBox, #navMenu, #featuredProduct, #navCategory, #footer1 {
font: normal normal normal 12px arial, sans-serif;
}

/*------------------------------------------------------------*/
/***************  ASP GENERATED CONTAINERS ********************/

body{
font-family: Arial, sans-serif;
font-size: 12px;
background: #fff url(store-images/bg.jpg) repeat-x;
margin: 0px;
padding: 0px;
}

#aspnetForm{
background: url(store-images/) repeat-y; 
}

#container{
background: url(store-images/) no-repeat;
width: 1004px; /* 994px standard container width */
margin: 0 auto;
padding: 0px 0px 0px 0px;
}


/*------------------------------------------------------------*/
/********************  ASP SEARCH BOX   ***********************/

#searchBox{
width:185px;
height:20px;
padding: 5px 30px 0px 0px;
background: #fff url(store-images/searchbg.jpg) no-repeat;
float: right;
}

#ctl00_lblSearch{
display: none;/*-- search text "Enter Search Terms:" --*/
}
.searchTitle{}/*-- class for #ctl00_lblSearch --*/
#ctl00_txtSearch{}/*-- id for .searchBox --*/
.searchBox{
width: 130px;
background-color: #fff;
border: 1px #d5d4d4 solid;
padding: 2px 0px 0px 0px;
}

/*------------------------------------------------------------*/
/******************  ASP ABBREVIATED CART   *******************/
#storetop{
width: 1004px;
height: 40px;
}

#topcartWrap{ /*--- standard to wrap abbr cart with text and image of cart ---*/
width:160px;
height:37px;
padding: 3px 0px 0px 0px;
background: #fff url(store-images/cartbg.jpg) no-repeat;
float: right;
}

#cartType{/*-- cart text "Items in Cart" --*/
font-size: 13px;
color: #898989;
padding: 5px 0px 0px 0px;
float: left;
}

#cartpic{/*-- cart icon --*/
width: 32px;
height: 32px;
padding: 0px 0px 0px 0px;
float: left;
}

#abreviatedCart{/*-- just the cart number --*/
display: block;
width: 23px;
height: 20px;
padding: 5px 0px 0px 0px;
font-size: 13px;
color: #FE2B6F;
float: left;
}


/*------------------------------------------------------------*/
/*********************  ASP NAV MENU   ************************/
#navmenu-wrap{
background: url(store-images/navmenu-bg.jpg) no-repeat;
width: 984px;
height: 31px;
padding: 4px 0px 0px 20px;
clear: both;
}

#hardnav{
width: 230px;
height: 31px;
float: left;
}

#hardnav a{
float: left;
text-decoration: none;
color: #464646;
font: normal normal bold 13px Arial, sans-serif;
padding: 0px 7px 0px 7px;
}

#hardnav a:hover{
color: #FE2B6F;
}
/* navMenu body */
#navMenu{
display: block;
width:664px;
height:31px;
float: left;
}

.navMenu1ItemDiv{
background: url(store-images/) no-repeat right;
height: 25px;
float: left;
padding: 0px 7px 0px 7px;
}

.navMenu1ItemLink{
height: 30px;
text-decoration: none;
color: #464646;
font: normal normal bold 13px Arial, sans-serif;
}
.navMenu1ItemDiv a:hover{
color: #FE2B6F;
}
/*-- automatic navigation id's use hard links --*/
#navMenuHome, #navMenuShopCart, #navMenuLogin, #navMenuCreateAccount{
display: none;
}
.spacer{}

/*------------------------------------------------------------*/
/*******************  ASP SMALL CART   ************************/

#header-wrap{
background url(store-images/) no-repeat;
width: 1004px;
height: 135px;
}
#products-heading{
background: url(store-images/products-heading.jpg) no-repeat;
width: 184px;
height: 135px;
float: left;
}

#logo-area{
background: url(store-images/logo-area.jpg) no-repeat;
width: 620px;
height: 135px;
float: left;
}
#logo-area p{
padding: 70px 10px 0px 0px;
margin: 0px 0px 0px 0px;
float: right;
color: #fff;
font-weight: bold;
}

#logo{
background: url(store-images/logo.jpg) no-repeat;
width: 227px;
height: 104px;
margin: 0px 0px 0px 20px;
float: left;
}

#featured-top{
background: url(store-images/featured-top.jpg) no-repeat;
width: 200px;
height: 135px;
float: left;
}
/* small cart body*/
#smallCart{/* never use unless customer requests it */
display: none;
}
#ctl00_lblSmallCartInfo{}
.smallCartInfo{}
#smallCartItem{}
.smallCartItemLink{}


/*------------------------------------------------------------*/
/*******************  FEATURED PRODUCT   **********************/

#rightnavWrapper{
width: 200px;
float: right;
}

#featured-heading{/*-- styling above featured product div --*/
background: url(store-images/featured-heading.jpg) no-repeat;
width:200px;
height:66px;
}

/* featured product body*/
#featuredProduct{
width:190px;
height:136px;
padding: 20px 10px 0px 0px;
background: url(store-images/featured-bg.jpg) no-repeat;
}

#btmofFeat{/* bottom styling of featured product div */
}
.featuredProductLink{}
#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{

}
#ctl00_lblFeaturedProduct{}
.featuredProductName{/*-- spaces featured product text further below image and centers it --*/
display: block;
line-height: 35px;
}
#featuredProduct a:hover{
color: #FE2B6F;
}
#ctl00_lblFeaturedProductInfo{}
.featuredProductInfo{}

/*------------------------------------------------------------*/
/*******************    NAV CATEGORY     **********************/

#leftnavWrapper{
width: 804px;
float: left;
}

#topofCat{/* styling above nav category */
}

/* category body */
#navCategory{
width:153px;/* standard width of nav category is 174px */
padding: 0px 0px 0px 30px;
background: url(store-images/nav-category-bg.jpg) no-repeat;
float: left;
min-height: 400px;
height:auto !important;
height:400px;
}

#btmofCat{/* bottom styling of nav category */
}
#ctl00_menuCategory{/* wraps menu items */
padding: 0px 0px 0px 0px;
}
.slide{/* flyout menu items container*/
border: 1px #0053a1 solid;
background-color: #fff;
}
.text{/* styling for all menu text*/
padding: 0px 0px 0px 0px;
}
#ctl00_menuCategory ul li{
width: 150px;
}
#ctl00_menuCategory ul li a{/* use this to add icon to left of menu text */
padding: 5px 0px 5px 0px;
text-decoration: none;
}
#ctl00_menuCategory ul li a:hover{
color: #FE2B6F;
}
.navCategoryItem{}
.navCategoryItemLink{}

/*------------------------------------------------------------*/
/*******************  STORE CONTENT AREA   ********************/

/* content body */
#storeContentArea{
width:590px;/* standard width of Content area is 620px */
background: url(store-images/contentarea-bg.jpg) no-repeat;
padding: 10px 15px 0px 15px;
min-height: 400px;
height:auto !important;
height:400px;
float: left;
}
#storeContentArea a:hover{
color: #FE2B6F;
}

/*------------------------------------------------------------*/
/*******************     STORE FOOTER      ********************/

#footer1{/* store Footer there is no footer generated by asp */
background: url(store-images/) repeat-x;
clear: both;
width:1004px;
height:50px;
color: #000;
border-top: 1px #898989 solid;
margin: 50px 0px 0px 0px;
padding: 5px 0px 0px 0px;
}

#footer1 a{
color: #959595;
text-decoration: none;
padding: 0px 5px 0px 5px;
}

#footer1 a:hover{
color: #fe2b6f;
}

#footer1 p{
text-align: center;
margin: 5px 0px 5px 0px;
}
#footer1 span{
color: #959595;
}

/*------------------------------------------------------------*/
/*******************     PAGE TITLES      ********************/


#shopCartPage_pageTitle, #lostPassword_pageTitle, #loginPage_pageTitle, #createAccount_pageTitle, #storeOrderFormPageTitle, .storePageTitle, #detailPage_pageTitle, #listPage_pageTitle{
background: #014372;
display: block;
width: 580px;
height: 22px;
font: normal normal bold 16px Arial, sans-serif;
color: #fff;
margin: 5px 0px 20px 0px;
padding: 3px 0px 0px 10px;
}


/*------------------------------------------------------------*/
/*******************     PAGE BUTTONS      ********************/

#ctl00_btnSearch{}/*-- id for .searchButton --*/
.searchButton{
width: 50px;
height: 20px;
background: url(store-images/search-button-bg.jpg) repeat-x;
border: 1px #d5d4d4 solid;
color: #898989;
font: normal normal normal 13px Arial, sans-serif;
}

#ctl00_ContentPlaceHolder1_btnSubmit,  #ctl00_ContentPlaceHolder1_btnCheckout, #ctl00_ContentPlaceHolder1_btnContinue, #ctl00_ContentPlaceHolder1_btnLogIn, #ctl00_ContentPlaceHolder1_btnCreateAccount, #ctl00_ContentPlaceHolder1_Button1{
margin: 10px 0px 20px 0px;
background: url(store-images/search-button-bg.jpg) repeat-x;
border: 1px #d5d4d4 solid;
color: #898989;
font: normal normal normal 13px Arial, sans-serif;
}
.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{
background: url(store-images/search-button-bg.jpg) repeat-x;
border: 1px #d5d4d4 solid;
color: #606060;
font: normal normal normal 13px Arial, sans-serif;
}
#ctl00_ContentPlaceHolder1_btnSendPassword{
background: url(store-images/search-button-bg.jpg) repeat-x;
border: 1px #d5d4d4 solid;
color: #898989;
font: normal normal normal 13px Arial, sans-serif;
}
#shopCartPage_button{}/* button container */

/*------------------------------------------------------------*/
/*******************       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;
padding: 0px 20px 0px 20px;
}
.listPage_categoryLink{
text-decoration: none;
}
.listPage_categoryImage{
text-decoration: none;
}
.listPage_categoryName{}
.listPage_categoryDescription{
color: #666;
text-align: left;
}
.listPage_productDiv{/*-- individual product and text styling on category page--*/
width: 150px;
float: left;
margin: 0px 25px 0px 25px;
}
.listPage_productDiv img{}
.listPage_productLink{
text-decoration: none;
}
.listPage_productImage{
text-decoration: none;
}
.listPage_productName{}
.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{
font: normal normal normal 12px arial, sans-serif;
}
#shopCartPage_cartTable{
font: normal normal normal 12px arial, sans-serif;
}
#ctl00_ContentPlaceHolder1_tblCart{}
.infoTable{}
.infoHeaderRow{}
.infoHeaderCell{}
.infoRow1{}
.infoCell{}
.infoCellCenter{}
.infoCellRight{}

/*------------------------------------------------------------*/
/***************     DETAIL PRODUCT PAGE       ****************/
#detailPage_pageInstructions{
font: normal normal normal 12px arial, sans-serif;
}
#detailPage_productImage{
float: left;
padding: 15px;
border-right: 1px #ccc solid;
margin: 0px 10px 0px 0px;
}
#detailPage_clickForLargeImage{
font: normal normal normal 12px arial, sans-serif;
}
#detailPage_productDescription{/*-- small product discription --*/
font: normal normal normal 12px arial, sans-serif;
}
#detailPage_fullproductDescription{/*-- rich text area for individual product --*/
}
#detailPage_priceTable{
font: normal normal normal 12px arial, sans-serif;
}
#detailPage_quantity{}
#detailPage_quantityInstructions{
font: normal normal normal 12px arial, sans-serif;
}
#detailPage_orderNotes{}
#detailPage_additionalInstructions{
font: normal normal normal 12px arial, sans-serif;
}
#detailPage_uploadFile{}
#detailPage_addToCart{}
.priceTableHeaderRow{}
.priceTableHeaderCell{
padding: 0px 20px 0px 0px;
}
.priceTableRow1{}
.priceTableCell{}
.storeInstructions{}
#ctl00_ContentPlaceHolder1_imgProduct{}
#ctl00_ContentPlaceHolder1_tblPricing{}
#ctl00_ContentPlaceHolder1_txtQuantity{}
#ctl00_ContentPlaceHolder1_ddQuantity{}
#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{}
/*------------------------------------------------------------*/
/*******************       LOGIN PAGE      ********************/
#ctl00_ContentPlaceHolder1_lblYourEmailAddress{
font: normal normal normal 12px arial, sans-serif;
}
#ctl00_ContentPlaceHolder1_txtUserName{}
#ctl00_ContentPlaceHolder1_lblPassword{
font: normal normal normal 12px arial, sans-serif;
}
#ctl00_ContentPlaceHolder1_txtPassword{}
#ctl00_ContentPlaceHolder1_lnkLostPassword{
font: normal normal normal 12px arial, sans-serif;
}
#ctl00_ContentPlaceHolder1_lnkNewAccount{
font: normal normal normal 12px arial, sans-serif;
}
#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{}


/*------------------------------------------------------------*/
/********************    LOST PASSWORD PAGE   *****************/
#lostPassword_instructions{
font: normal normal normal 12px arial, sans-serif;
}
#lostPassword_inputArea{}
#ctl00_ContentPlaceHolder1_txtEmail{}

/*------------------------------------------------------------*/
/***************  E-DOCBUILDER STYLING   ***********************/

#eDocBuilder_instructions{
width:310px;
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;
}
 
#eDocBuilder_updatePreviewButton{
width:100px;
margin-top:10px;
height:20px;
margin-bottom:5px;
}
 
 
#eDocBuilder_pageSelector{
width:75px;
margin: 10px 0px 5px 10px;
padding:10px 0px;

float: left;
}
 
#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;
}
#edoc_left{
float: left;
border-right: 1px #ccc solid;
}

.eDocBuilder_choiceControl_textArea{
width: 100%;
height: 200px;
}

.eDocBuilder_choiceControl_textBox{
width: 100%;
}
