/* CSS Document */


#shoppingCart table {
float: left;
margin-left: 15px;
margin-top: 10px; 
border-collapse: collapse;
width: 628px;
border: 1px solid #ccc;
}

*html #shoppingCart table {
width: 610px;
}

*+html #shoppingCart table {
width: 610px;
}

#shoppingCart th, td {
padding: 0.1em 1em;
height: 35px;
text-align: left;
}
#shoppingCart td {
color: #666;
}
#shoppingCart .itemCategory{
font-weight:bold;
}
#shoppingCart caption {
margin: 1em 0;
}
#shoppingCart col {
border-right: none;
border-top: 1px solid #ccc;
}
#shoppingCart thead {
height: 35px;
border-top: solid 1px #ccc;
border-bottom: solid 1px #ccc;
text-align: left;
}
.borderHorizontal{
border-bottom: 1px solid #ccc;
}
#shoppingCart th {
color: #666;
border-top:  solid 1px #ccc;
border-bottom: solid 1px #ccc;
font-size: 1em;
font-weight: bold;
text-align: left;
}

.totalBar {
background-color: #e9e6e6;
border-bottom: solid 1px #ccc;
}
.grayBar {
background-color: #e9e6e6;
padding: 10px;
}
#buttons table {
border: none;
margin-left: 15px;
margin-top: 10px; 
}
#buttonsBilling table {
width: 750px;
float: left;
border: none;
margin-left: 15px;
margin-top: 10px; 
}
.checkout {
float: right;

}
.update {
float: left;

}
.back {
float: left;

}

.completeOrder {
float: right;
}

#billing {
margin-left: 15px;
margin-top: 10px; 
border-collapse: collapse;
width: 750px;
border: 1px solid #ccc;
float: left;
}
#billing table {

border-collapse: collapse;

}
#billing th, td {
padding: 0.1em 1em;
height: 35px;
text-align: left;
}
#billing td {
color: #666;
}
#billing .itemCategory{
font-weight:bold;
}
#billing caption {
margin: 1em 0;
}
#billing col {
border-right: none;
border-top: 1px solid #ccc;
}
#billing thead {
height: 35px;
border-top: solid 1px #ccc;
border-bottom: solid 1px #ccc;
text-align: left;
}
.borderHorizontal{
border-bottom: 1px solid #ccc;
}
#billing th {
color: #666;
border-top:  solid 1px #ccc;
border-bottom: solid 1px #ccc;
font-size: 1em;
font-weight: bold;
text-align: left;
}
#clearfix form input {
width: 100px;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
font-size: .8em;
background-color: #ffffff;
}
input {
background-color: white;  
color: #666;
float: left;
margin: 0 20px 10px 0;
}
.input p {
font-weight: bold; 
font-size: 1em;
}
.infoBox {
float: left;
width: 200px;
margin: 0 10px 10px 0;
}
.infoBox_shipping {
float: left;
width: 400px;
margin: 0 10px 10px 0;
}
.infoBox {
padding: 5px;
}
.shippingInstructions {
 border: 1px solid #999999;
 }
 .shippingInstructions p{
padding: 5px;
 }
.print a{background-image:url(../Images/Icons/btn_print_icon.gif) left no-repeat;
padding: 0 0 0 12px;
}

.total{
font-weight:bold;
padding: 10px 0;
}




/* TABLE RELATED code from Ben (search page only) */

.searchBorder{
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: none;}

#SearchResults table {
	text-align:left;
	margin:0;
	padding:0; 
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ccc;
}
#SearchResults tr {
	border-bottom: 1px solid #ccc;
}


#SearchResults table tr, th {
	background-color:#d9d9d9;
	padding:10px;
	border-top: 1px solid #ccc;
	}
	
#SearchResults table tr.white {
	background-color:#FFFFFF;
	border:none;
	border-bottom: 1px solid #ccc;
	}

#SearchResults table tr.gray {
	background-color:#EDEDED;
	border:none;
	border-bottom: 1px solid #ccc;
	}
	
	
	
	
	
/* FEATURE PRODUCTS TABLES */

table.tables
{ width: 950px;
background-color: #a7a9ac;
border: 1px #a7a9ac solid;
border-collapse: collapse;
border-spacing: 0px; }


td.tableheader
{ background-color: #a7a9ac;
border: 1px #a7a9ac solid;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #666666;
padding-top: 2px;
padding-bottom: 2px; }

.tableheader2 thead{
background-color: #999999;
border:1px #cccccc solid;}

.tableheader2 th {
background-color: #a7a9ac;
font-weight: bold;
font-size: 11px;
color: #666666;
padding-top: 8px;
padding-bottom: 8px;
text-align:left;
}


td.tables
{ border-bottom: 1px #a7a9ac solid;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #666666;
background-color: #ffffff;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }


td.tablegray
{ border-bottom: 1px #a7a9ac solid;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #666666;
background-color: #dcddde;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

/* END FEATURE PRODUCTS TABLES */

#orderStatus table {
margin-left: 0;
margin-top: 10px; 
border-collapse: collapse;
width: 950px;
border: 1px solid #ccc;
}
#orderStatus th, td {
padding: 0.1em 1em;
height: 35px;
text-align: left;
}
#orderStatus td {
color: #666;
}
#orderStatus .itemCategory{
font-weight:bold;
}
#orderStatus caption {
margin: 1em 0;
}
#orderStatus col {
border-right: none;
border-top: 1px solid #ccc;
}
#orderStatus thead {
height: 35px;
border-top: solid 1px #ccc;
border-bottom: solid 1px #ccc;
text-align: left;
}
#orderStatus th {
color: #666;
border-top:  solid 1px #ccc;
border-bottom: solid 1px #ccc;
font-size: 1em;
font-weight: bold;
text-align: left;
}
#orderStatus .button {
border: none;
}

