/*basic styles*/
body, html {
    background-color: #fff;
}

form {
    margin:0;
    padding:0;
}

tr, td {
    margin:0;
    padding:0;
}

span.padRight {
    padding-right:10px;
}

span.zeroTen {
    padding:0 10px;
}

td.centered {
    text-align:center;
}

span.location {
    display:inline-block;
    padding: 2px;
}

select.location {
    background-color: #EBF6FB; 
    border: 1px solid #137dc4;
    color: #000; 
    font-family: Arial,verdana,helvetica; 
    font-size: 12px;
}

select[name="ship_via_code"],
textarea/*,
input[type='text']*/ {
    background-Color: #FCFCFC
}

select[name="ship_via_code"],
textarea,
input.textInputField,
input.textQuantityField {
    font-family: Arial, Vendana, Helvetica; 
    font-size: 11px; 
}

input.textInputField,
input.textQuantityField {
    border: #000000 1px solid;
}

input.textQuantityField {
    text-align:center;
    width:48px;
}

td.pagelocation {
    font-family: Arial,verdana,helvetica; 
}
/*end basic styles*/

/*TABLE STYLES*/
table td {
    border-collapse: collapse;
}

table.mainTable {
    border: 1px solid #003D79;
    width:750px;
}

table.pageWrapper {
    border:none;
    width:750px;
}

table.gatherInfo,
table.infoTable {
    text-align:center;
    border:none;
    width:700px;
}

table.infoTable {
    margin: 10px auto 0 auto;
}

    table.infoTable > tbody > tr {
        text-align:center;
        vertical-align:middle;
        background-color: #D6D6D6;
    }

table.contentTable {
    text-align:center;
    width:740px;
}

table.paddedCells,
table.noSpacing {
    border-spacing:0;
    border-collapse:collapse;
}

table.paddedCells {
    border:none;
}

    table.noSpacing > tbody > tr > td {
        padding-left:0;
        padding-right:0;
    }

td.logoCell{
	width:230px;
	padding-left: 35px !important;
	padding-top:20px;
}

table.custLogo {
    width:220px;
    border: none;
}

td.custLogo {
    width:120px;
    text-align:left;
}

td.selectCategory {
    text-align:right;
    padding:5px !important;
    background-color: #003D79;
}

table.paddedCells > tr > td {
    padding:5px;
}
/*END TABLE STYLES*/

/*SHOPPING CART STYLES*/
td.borderCell {
    vertical-align:top;
    text-align:center;
}

th.shoppingCartHeaderLeft,
th.shoppingCartHeader,
th.shoppingCartHeaderRight,
td.shoppingCartHeaderLeft,
td.shoppingCartHeader,
td.shoppingCartHeaderRight,
td.shoppingCartCell,
td.shoppingCartCellLeft,
td.shoppingCartCellRight {
    border-bottom:1px solid #137DC4;
	color: #000000;
}

th.shoppingCartHeaderLeft,
th.shoppingCartHeader,
th.shoppingCartHeaderRight,
td.shoppingCartHeaderLeft,
td.shoppingCartHeader,
td.shoppingCartHeaderRight {
    background-color:#abdaf6;    
}

div.shoppingCartHeaderLeft,
div.shoppingCartCellLeft, 
th.shoppingCartHeaderLeft,
td.shoppingCartHeaderLeft,
td.shoppingCartCellLeft {
    padding: 5px 0 5px 10px !important;
    text-align:left;    
}

div.shoppingCartHeaderRight,
div.shoppingCartCellRight,
th.shoppingCartHeaderRight,
td.shoppingCartHeaderRight,
td.shoppingCartCellRight {
    padding: 5px 5px 5px 0px !important;
    text-align:center;
}

div.shoppingCartHeader,
div.shoppingCartCell,
th.shoppingCartHeader,
td.shoppingCartHeader,
td.shoppingCartCell {
    padding: 5px 0 !important;
    text-align: left;
}

    a.productName{
        color: black;
    }
/*END SHOPPING CART STYLES*/


/*ORIGINAL STYLES*/
td.shoppingCartCell,
td.shoppingCartCellLeft,
td.shoppingCartCellRight,
.blklinktext,
.whitelinktext,
.whitedetailtext{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style:normal;
}

.blklinktext {	
	text-decoration:none;
	color:#000000;
	text-align:center;
	vertical-align: bottom;
	font-weight: bold;
}

.whitelinktext {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

a.whitelinktext {
	margin-right:10px;
	margin-left:10px;
}

td.whitelinktext {
	background-color:#003D79;
	color:white;
	width:750px;
	height:25px;
}

.whitedetailtext {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-image: url(/webec/images/newimages/headerwebec_05.gif);
	color: #FFFFFF;
	text-align: left;
}

.greybarimage {
	background-image: url(/WebEC/images/headerWebec_02.gif);
}

.imageborder {
	border-style:solid;
	border-color:#003D79;
	
}

.catalogborder {
	background-color: #003D79;

}

.sgBackgroundColorBlue{
	background-color: #003D79;
	
}

.catalogheader28,
.catalogheader {
	font-family: Arial, Verdana, Helvetica;	
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003D79;
    text-align:left;
}

.catalogheader{
	font-size: 12px;
	padding:5px 0px 5px 10px !important;
}

.catalogheader28 {
	height: 28px;
	font-size: 16px;
	padding-left:10px !important;
}

.buttons {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin-left: 15px;
	margin-right: 15px;
  padding: 5px;
}

input.buttons {
	background-color:#003D79;
}

.buttons_nomargin {
    font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#003D79;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: pointer;

}

.prdcat1 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	vertical-align: middle;	

}

.prdcat2 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #ebf6fb;
	color: #000000;
	vertical-align: middle;	

}

.prdcat1 a,
.prdcat2 a{
	margin-bottom: 0;
	padding-bottom: 0
}

.prdcat1 input[type='text'],
.prdcat2 input[type='text']{
	margin-top: 5px;
	margin-bottom: 5px;
}

.categorytext {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 2px;

}

.boldblktext {
	font-family: Arial, Vendana, Helvetica;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;

}

.boldblktextlg {
	font-family: Arial, Vendana, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;

}

.boldwhttext {
	font-family: Arial, Vendana, Helvetica;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;

}

.deletered {
	font-family: Arial, Vendana, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	cursor: pointer;

}

.redmessages {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
}

.boldredtext {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;

}

.smallblktext {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;

}

.smallwhitetext {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;

}

.boldblktext14 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#000000;

}

.boldblktext12 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#000000;
	
}

.blktext12 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	
}

.blktext14 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	
}

A:link {
	text-decoration: none;

}

A:visited {
	text-decoration: none;

}

A:hover {
	text-decoration: underline;

}

.bttmblklinktext {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style:normal;
	text-decoration:none;
	color:#000000;
	text-align:center;
	vertical-align: top;
	font-weight: bold;
}
.bttmblklinktextright {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style:normal;
	text-decoration:none;
	color:#000000;
	text-align:right;
	vertical-align: top;
	font-weight: bold;
}
.bttmblklinktextrightmargin {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style:normal;
	text-decoration:none;
	color:#000000;
	text-align:right;
	vertical-align: top;
	font-weight: bold;
}
.blklinktextleft {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style:normal;
	text-decoration:none;
	color:#000000;
	text-align:left;
	vertical-align: bottom;
	font-weight: bold;
}
.blklinktextleftmargin {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style:normal;
	text-decoration:none;
	color:#000000;
	text-align:left;
	vertical-align: bottom;
	font-weight: bold;
	margin-left: 20px;
}

div.marginTopAndBottom{
	margin-top:5px;
	margin-bottom:5px;
}

div.borderDiv{
	border: 1px solid #003D79;
	display:inline-block;
	margin: 20px auto 5px auto;
    max-width:740px;
}

div.infoDiv{
	padding: 10px 5px; 
	font-family: Arial, Verdana, Helvetica; 
	font-size: 12px; 
	text-align: center;
	height:50px;
	display:table-cell;
	vertical-align:middle;
	width:700px;
}

td.headerPadding{
	background-color:#abdaf6; 
	padding:5px 0px;
}


/*END ORIGINAL STYLES*/
