
/* MASTER PREPRESS SYSTEMS RETAIL COMPREHENSIVE CSS */
/*------------------------------------------------------------*/
/***************  TABLE OF CONTENTS   ***********************/

/*

COMPANY NAME - 

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 
*/

@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{}
h2{}
h3{}
h4{
    font-size: 18px;
    padding: 0 0 5px 0;
}
h5{}

fieldset{
    padding: 7px 0 0 10px;
}
pre{
    display: none;
}
a{
    color: #838bc5;
}
a:hover{
    color: #333;
}
/*------------------------------------------------------------*/
/***************  ASP GENERATED CONTAINERS ********************/

body{
  background: url(store_images/bg.jpg) repeat-x;
  font: normal normal normal 12px Arial, sans-serif;
  color: #555;
}

#aspnetForm{
}

#container{
background: #fff;
width: 904px; /* 994px standard container width */
margin: 0 auto;
}
/*------------------------------------------------------------*/
/********************      WRAPPERS     ***********************/
#cart-search-wrap{
  padding: 5px 0 0 0;
  width: 320px;
  height: 60px;
  float: right;
}
#topcartWrap{ /*--- standard to wrap abbr cart with text and image of cart ---*/
float: left;
height: 36px;
}
#leftnavWrapper{
    background: url(store_images/left-bg.jpg) repeat-y;
    width: 172px;
    float: left;
}
#leftnavbottom{
    background: url(store_images/btm-left-nav2.jpg) no-repeat;
    height: 9px;
    width: 172px;
}
#top-wrap{
    background: url(store_images/top-bg.jpg) repeat-x;
    height: 92px;
    width: 844px;
    padding: 0 30px;
}
#bottom-cap{
    background: url(store_images/bottom-cap.jpg) no-repeat;
    width: 904px;
    height: 21px;
}
#bottom-wrap{
    background: url(store_images/bottom-bg2.jpg) no-repeat;
    padding: 0 30px;
}
#splash{
    background: url(store_images/bottom-bg.jpg) no-repeat;
    width: 844px;
    height: 350px;
    padding: 0 30px 10px 30px;
    overflow: hidden;
}
#splash2{
    background: url(store_images/bottom-bg.jpg) no-repeat;
    width: 844px;
    height: 100px;
    padding: 0 30px 10px 30px;
    overflow: hidden;
    display: none;
}
#clear{
    width: 100%;
    clear: both;
}
#top-file-center, #btm-file-center{
    display: none;
}
#top-port-login{
    background: url(store_images/top-left-nav.jpg) no-repeat;
    height: 10px;
    width: 172px;
}
#btm-port-login{
    background: url(store_images/btm-left-nav2.jpg) no-repeat;
    height: 10px;
    width: 172px;
}
#top-content{
    background: url(store_images/top-content.jpg) no-repeat;
    height: 10px;
    width: 662px;
    float: right;
    margin: 3px 0 0 0;
}
#btm-content{
    background: url(store_images/btm-content.jpg) no-repeat;
    height: 10px;
    width: 662px;
    clear: both;
    float: right;
}
/*------------------------------------------------------------*/
/********************  CUSTOM DIVISIONS ***********************/
#topoffeat{
    background: url(store_images/top-left-nav.jpg) no-repeat;
    height: 22px;
    padding: 10px 0 0 0;
    font: normal normal bold 16px Arial, sans-serif;
    text-align: center;
}
#btmoffeat{/* bottom styling of featured product div */
    background: url(store_images/btm-left-nav2.jpg) no-repeat;
    height: 10px;
    width: 172px;
}
#topofcat{/* styling above nav category */
    background: url(store_images/top-left-nav.jpg) no-repeat;
    height: 22px;
    padding: 10px 0 0 10px;
    font: normal normal bold 16px Arial, sans-serif;
}
#btmofcat{/* bottom styling of nav category */
    background: url(store_images/btm-left-nav2.jpg) no-repeat;
    height: 10px;
    clear: both;
}
/*------------------------------------------------------------*/
/********************  PORTAL LOGIN ***************************/

#file-center{
    display: none;
}
#file-center legend{
    font: normal normal bold 16px Arial, sans-serif;
}
#file-center ul{
    padding: 0 0 0 20px;
}
#port-login{
    clear: both;
}
#port-login legend{
    font: normal normal bold 16px Arial, sans-serif;
    color: #666;
    text-align: center;
}
#port-login li{
    float: left;
    width: 100%;
    margin: 3px 0 0 0;
}
#portUserName{
    margin: 0 10px 0 0;
}
#port-login fieldset, #file-center fieldset{
    
    border: 0;
}
#port-login label{
    padding: 0 0 2px 0;
    display: block;
}
#portUserName, #portPassword{
    width: 128px;
}
#submit-port{
    float: right;
}
#pass-wrap{
    float: left;
}
/*------------------------------------------------------------*/
/********************       LOGO        ***********************/
#logo{
  float: left;
  padding: 0 0 0 10px;
}
#logo a{
    width: 300px;
    height: 55px;
    display: block;
    font: normal normal bold 18px Arial, sans-serif;
    text-decoration: none;
}
/*------------------------------------------------------------*/
/********************  ASP SEARCH BOX   ***********************/

#searchBox{
width:165px;
height:20px;
float: right;
padding: 5px 0 0 0;
}

#ctl00_lblSearch{
display: none;/*-- search text "Enter Search Terms:" --*/
}
.searchTitle{}/*-- class for #ctl00_lblSearch --*/
#ctl00_txtSearch{
    float: right;
    height:18px;
    margin:4px 0 0;
}/*-- id for .searchBox --*/
.searchBox{
width: 100px;
}

/*------------------------------------------------------------*/
/******************  ASP ABBREVIATED CART   *******************/

#cartType{/*-- cart text "Items in Cart" --*/
float: left;
font: normal normal normal 14px Arial, sans-serif;
color: #666;
padding: 10px 0 0 0;
}

#cartpic{/*-- cart icon --*/
width: 33px;
height: 36px;
float: left;
}

#abreviatedCart{/*-- just the cart number --*/
display: block;
width: 23px;
height: 20px;
float: left;
text-align: center;
font: normal normal normal 14px Arial, sans-serif;
color: #666;
padding: 10px 0 0 0;
}


/*------------------------------------------------------------*/
/*********************  ASP NAV MENU   ************************/

/* navMenu body */
#navMenu{
display: block;
height:20px;
clear: both;
}

.navMenu1ItemDiv{
height: 20px;
float: left;
padding: 0 5px;
}

.navMenu1ItemLink{
height: 20px;
text-decoration: none;
font: normal normal normal 12px Arial, sans-serif;
color: #999;
}
.navMenu1ItemDiv a:hover{
color: #333;
}
/*-- automatic navigation id's use hard links --*/
#navMenuShopCart, #navMenuLogin, #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   **********************/
#feat-area{
    height:100px;
    width: 100px;
    float: right;
}

/* featured product body*/
#featuredProduct{
height:180px;
}


.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;
text-align: center;
}
#featuredProduct a:hover{
color: #ff0000;
}
#ctl00_lblFeaturedProductInfo{}
.featuredProductInfo{}

/*------------------------------------------------------------*/
/*******************    NAV CATEGORY     **********************/


/* category body */
#navCategory{
min-height:100px;
height:auto !important;
height:100px;
}
#ctl00_menuCategory{/* wraps menu items */
    padding:  0 0 0 30px;
}
.slide{/* flyout menu items container*/
border: 1px #0053a1 solid;
background-color: #fff;
}
.text{/* styling for all menu text*/
padding: 0;
}
#ctl00_menuCategory li{
width: 150px;
padding: 3px 0;
}
#ctl00_menuCategory a{/* use this to add icon to left of menu text */
text-decoration: none;
}
#ctl00_menuCategory ul li a:hover{
color: #ff0000;
}
.navCategoryItem{}
.navCategoryItemLink{}

/*------------------------------------------------------------*/
/*******************  STORE CONTENT AREA   ********************/

/* content body */
#storeContentArea{
    background: url(store_images/content-bg.jpg) repeat-y 10px 0;
    width:640px;/* standard width of Content area is 620px */
    min-height: 575px;
    height:auto !important;
    height:575px;
    float: right;
    padding: 0 10px 0 22px;
}
#storeContentArea a:hover{
    color: #ff0000;
}

/*------------------------------------------------------------*/
/*******************     STORE FOOTER      ********************/

#footer{
    background: url(/sites/532/website/store_images/foot-bg.jpg) no-repeat 0 -110px;
    width: 844px;
    height: 155px;
    padding: 0 30px;
    clear: both;
}
.foot-child{
    float: left;
}
#child1{
    width: 300px;
}
#child1 li a{
    font-size: 10px;
	color: #27387d;
}
#child1 li a:hover{
    color: #ff0000;
}
#child2{
    width: 200px;
}
#child3{
    width: 225px;
}
.foot-child li{
    font-size: 12px;
    padding: 0 15px;
}
.foot-child ul{
    margin: 3px 0;
    height: 70px;
    padding: 10px 0 0 0;
}
/*------------------------------------------------------------*/
/*******************     PAGE TITLES      ********************/


#shopCartPage_pageTitle, #lostPassword_pageTitle, #loginPage_pageTitle, #createAccount_pageTitle, #storeOrderFormPageTitle, .storePageTitle, #detailPage_pageTitle, #listPage_pageTitle, #productCustomize_pageTitle{
height: 27px;
font: normal normal bold 16px Arial, sans-serif;
border-bottom: 1px #999 solid;
margin: 0 0 25px 0;
display: block;
width: 98%;
}


/*------------------------------------------------------------*/
/*******************     PAGE BUTTONS      ********************/

#ctl00_btnSearch{}/*-- id for .searchButton --*/
.searchButton{
    float: right;
    height: 21px;
    width: 54px;
    margin: 3px 0 0 0;
    font-size: 11px;
    padding: 0 0 5px 0;
}
.searchButton:hover{
    color: #fff;
}
#ctl00_ContentPlaceHolder1_btnSubmit,  #ctl00_ContentPlaceHolder1_btnCheckout, #ctl00_ContentPlaceHolder1_btnContinue, #ctl00_ContentPlaceHolder1_btnLogIn, #ctl00_ContentPlaceHolder1_btnCreateAccount, #ctl00_ContentPlaceHolder1_Button1, #ctl00_ContentPlaceHolder1_btnAddToCart{
    padding: 3px 5px;
    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 */

/*------------------------------------------------------------*/
/*******************       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: 0 20px;
}
.listPage_categoryLink{
text-decoration: none;
display: block;
text-align: center;
}
.listPage_categoryImage{
text-decoration: none;
}
.listPage_categoryName{}
.listPage_categoryDescription{
display: block;
text-align: center;
}
.listPage_productDiv{/*-- individual product and text styling on category page--*/
    width: 170px;
    float: left;
    margin: 0 20px;
    height: 190px;
}
.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{
    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{
    width: 180px;
    height: 170px;
    float: left;
    margin: 0 20px 20px;
}
#detailPage_productImage:hover{
    cursor: pointer;
}
#detailPage_clickForLargeImage{
}
#detailPage_descriptionsHolder{
    width: 500px;
    float: left;
    margin: 0 0 20px 0;
}
#detailPage_fullProductDescription{/*-- rich text area for individual product --*/
    
}
#detailPage_priceTable{
    padding: 0 0 20px 0;
}
#ctl00_ContentPlaceHolder1_pnlPricingGrid{
    clear: both;
    padding: 0 0 20px 0;
}
#detailPage_quantity{}
#detailPage_quantityInstructions{

}
#detailPage_orderNotes{}
#detailPage_additionalInstructions{

}
#detailPage_uploadFile{}
#detailPage_addToCart{}
.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{}
#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{

}
#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;
}
.formTable{
    margin: 0 0 20px 0;
}
.formTable input{
    margin: 6px 0;
}
.formCell{
    text-align: right;
    padding: 0 10px 0 0;
}
/*------------------------------------------------------------*/
/***************          CREATE ACCOUNT PAGE   **************/
#createAccount_accountInfoTable td{
    
}
#ctl00_ContentPlaceHolder1_ddCountry{
   
}
#createAccount_accountInfoTable input{
    margin: 3px 0;    
    width: 200px;
}
#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;
}
/*------------------------------------------------------------*/
/********************    LOST PASSWORD PAGE   *****************/
#lostPassword_instructions{

}
#lostPassword_inputArea{}
#ctl00_ContentPlaceHolder1_txtEmail{}
/*------------------------------------------------------------*/
/***************  E-DOCBUILDER STYLING   ***********************/

#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: 0 0 5px 0;
}
 
 
#eDocBuilder_pageSelector{
width:75px;
margin: 10px 0px 5px 10px;
padding:10px 0px;
height:20px;
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%;
}
#productCustomize_confirm{
    display: block;
    height: 100px;
    width: 700px;
}
/*------------------------------------------------------------*/
/***************  INSTANT PRICING STYLING   *******************/
#ctl00_ContentPlaceHolder1_pnlPricingCalculator{
    background: url(store_images/calc-cap.jpg) no-repeat;
    width: 546px;
    clear: left;
    margin: 0 0 20px 0;
    padding: 32px 0 0 0;
}
#detailPage_calculator{
    background: url(store_images/calc-bg.jpg) repeat-y;
    padding: 15px 0 0 0;
}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_divQuantity{
    padding: 0 0 10px 20px;
    width: 500px;
    height: 18px;
}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_divQuantity span{
    font-size: 14px;
    color: #555;
}
.PriceCalc_QuantityDD{

}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_divGridParm{
    padding: 0 0 10px 20px;
    width: 500px;
    height: 18px;
}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_divCalcParm{
      
}
.PriceCalc_CalcParm{
    padding: 0 0 10px 20px;
    width: 500px;
    height: 18px;
}
.PriceCalc_GridParm{
    clear: both;
}
.PriceCalc_CalcParm span, .PriceCalc_GridParmLabel{
    font-size: 14px;
    color: #555;
}
.PriceCalc_CalcParmDD{}
.PriceCalc_GridParmDD, .PriceCalc_CalcParmDD, .PriceCalc_QuantityDD{
    float: right;
}
.PriceCalc_GridParmLabel, .PriceCalc_CalcParmLabel, .PriceCalc_QuantityLabel{
    width: 250px;
    float: left;
}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_divResults{
    background: url(store_images/instant-bg.jpg) no-repeat;
    width: 516px;
    height: 69px;
    padding: 70px 0 0 30px;
}
#ctl00_ContentPlaceHolder1_PriceCalcCtl1_divResults span{
    font-weight: bold;
    font-size: 24px;
    color: #555;
}
#ctl00_ContentPlaceHolder1_lblInformation{
    font-size: 12px;
    color: #ff0000;
}
/*------------------------------------------------------------*/
/***************        CHECKOUT PAGE       *******************/

.checkoutPage_tableTitle{
    background: url(store_images/th-bg.jpg) repeat-x;
    height: 22px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 0 0 0;
}
#ctl00_ContentPlaceHolder1_ddShipping{
    margin: 0 0 15px 75px;
    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{
    height: 18px;
}
#ctl00_ContentPlaceHolder1_btnCheckOut{}
#ctl00_ContentPlaceHolder1_ddBilling{
    height: 20px;
}