/*/// Styles for Product Listing, Product Line pages ///*/

@import "master.css";

/* Layout */

#container-productlisting {
	width: 700px;
	}

#container-productlisting-col1 {
	width: 68%;
	float: left;
	margin: 0;
	display: inline;
	}

#container-productlisting-spectable {
	width: 100%;
	/*background: #ebebeb;*/
	}

#container-productlisting-col2 {
	width: 29%;
	margin: 0 0 0 0;
	display: inline;
	float:right;
	border-left: 1px solid #ebebeb;
	padding-left: 10px;
	}

#container-productlisting-add {
	/*background: #ebebeb;
	border-top: 1px solid #ebebeb;*/
	padding: 7px;
	width: 186px;
	margin: 5px 0 0 0;
	}

* html #container-productlisting-add { /* Corrects padding problems with IE */	
	width: 200px;
	width: 186px;
}

#productlisting-submenu {
	margin-top: 15px;
	clear: both;
	}

#container-product-configurations {
	border: 1px solid #333;
	}

#footer-line {
	clear: left;
	width: 100%;
	text-align: right;
	padding: 15px 0 0 0;
	}	

/* Typography and Links */
	
#container-productlisting h2 {
	margin: 0;
	padding: 0 0 10px 0;
	}

.productid {
	margin: 0;
	padding: 5px 0 0 5px;
	font-size: 11px;
	}

#productlisting-submenu ul li a {
	background: #ccc;
	text-decoration: none;
	color: #333;
	}
	
#productlisting-submenu ul li a:hover {
	background: #fff;
	}

.accessories {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
	
/* Images */

#container-productlisting-col2 img {
	padding-bottom: 10px;
	}

/* Lists */
	
#container-productlisting-col2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#container-productlisting-col2 ul li {
	display: inline;
	padding: 0 5px 0 0;
	}

#productlisting-submenu ul li {
	display: inline;
	margin: 0 20px 0 0;
	font-weight: bold;
	font-size: 14px;
	}

/* Forms */
	
.quantity {
	margin-bottom: 10px;
	}

/* Tables */
	
.product-line-table {
	clear: both;
	border: 0;
	width: 100%;
	text-align: left;
	}
	
.product-line-table td, th {
	vertical-align: top;
	padding: 5px;
	}

.prodid {
	width: 15%;
	font-size: 14px;
	font-weight: bold;
	}
	
.prodprice {
	width: 15%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
	
.prodquantity {
	width: 15%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
	
.products-ordered-table {
	clear: both;
	border: 0;
	width: 95%;
	text-align: left;
	}

.ordercats {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	color: #233e85;
	}
	
.ordercats-right {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #ebebeb;
	color: #233e85;
	}
	
.ordercats-left {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	color: #233e85;
	}
	
.orderprod-right {
	text-align: right;
	}
	
/*product description*/

.descriptTable tbody tr td table tbody tr td {
	width: 100%;
	}
