/* Class Styles for Purchase Grid */

.PurchaseGrid {
	width: 960px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid #d8d3c1;
}
.PurchaseGrid tr.header td {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	height: 30px;
	background-color: #d8d3c1;
	border-bottom: 1px solid #d8d3c1;
}
.PurchaseGrid tr.header td span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #FF3300;
}
/* This controls the qty-based price
	drop down menu, regardless of the
	type of row it is in
 */
 
.PurchaseGrid tr.odd td select, .PurchaseGrid tr.even td select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display:block;
	margin: 0 auto 5px auto;
	width: 110px;
}
.PurchaseGrid tr.odd td select {
	background-color: #e8e6da;
	border: 2px solid #e8e6da;
}
.PurchaseGrid tr.even td select {
	background-color: #d8d3c1;
	border: 2px solid #d8d3c1;
}
/* The following four styles specify
	different background colors for
	even and odd rows, and make
	table row background colors change
	when curser is hovered over them
*/

.PurchaseGrid tr.odd td {
	background-color: #e8e6da;
	padding: 10px;
}
/*
.PurchaseGrid tr.odd:hover td{
	background-color: #442b1f;
	color: #FFFFFF;
}
*/
.PurchaseGrid tr.even td {
	background-color: #d8d3c1;
	padding: 10px;
}
/*
.PurchaseGrid tr.even:hover td{
	background-color: #442b1f;
	color: #FFFFFF;

}
*/

/* This controls the section below
	the price dropdown
 */
	
.PurchaseGrid div.buyButton {
	display: block;
	margin: 0 auto;
	width: 110px;
	height: 30px;
	padding: 0px;
}
/* This controls the QTY text
	and text box position within 
	the section below the price
	drop down menu
 */

.PurchaseGrid div.buyButton span {
	margin-left: 5px;
	margin-right: 1px;
	vertical-align: bottom;
	position: relative;
	top: -3px;
}
/* This controls the text box
	where users input their
	quantity
*/

.PurchaseGrid div.buyButton input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	vertical-align: bottom;
	text-align: center;
	margin-left: 1px;
}
/* This style is for table cells
   when an item is out of stock
*/
.PurchaseGrid td.outOfStock {
	text-align: center;
}
/* Old Category Grid Style */

.gridLeft {
	width: 33%;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #442B1F;
	text-align: center;
	margin: 0px;
	padding: 10px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #D0C4A2;
	border-bottom-color: #D0C4A2;
	vertical-align: middle;
}
.gridCenter {
	width: 33%;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #442B1F;
	text-align: center;
	margin: 0px;
	padding: 10px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #D0C4A2;
	border-bottom-color: #D0C4A2;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.gridRight {
	width: 34%;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #442B1F;
	text-align: center;
	margin: 0px;
	padding: 10px;
	border-bottom-style: dashed;
	border-bottom-color: #D0C4A2;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.gridLeftBottom {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #442B1F;
	text-align: center;
	margin: 0px;
	padding: 5px;
	border-right-style: dashed;
	border-right-color: #D0C4A2;
	vertical-align: middle;
	border-right-width: 1px;
}
.gridCenterBottom {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #442B1F;
	text-align: center;
	margin: 0px;
	padding: 5px;
	border-right-style: dashed;
	border-right-color: #D0C4A2;
	border-right-width: 1px;
	vertical-align: middle;
}
.gridRightBottom {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #442B1F;
	text-align: center;
	margin: 0px;
	padding: 5px;
	vertical-align: middle;
}
/*  Promotion Code Table in Shopping Cart  */

.promo {
	width: 300px;
}
.promo td {
	border: 1px solid #d8d3c1;
	background-color: #e8e6da;
	padding: 5px;
}
.promo th {
	background-color: #d8d3c1;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 5px;
}
/* Price Drop Down Menu Styles */



/*Shop By Collection Grid*/


.ShopByCollectionGrid a:link, .ShopByCollectionGrid a:active, .ShopByCollectionGrid a:visited, .ShopByCollectionGrid a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.ShopByCollectionGrid {
	width: 590px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid #d8d3c1;
}
.ShopByCollectionGrid tr.header td {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	height: 30px;
	background-color: #d8d3c1;
	border-bottom: 1px solid #d8d3c1;
}
.ShopByCollectionGrid th {
	height: 45px;
	background:url(http://www.empirepatiocovers.com/images/branding/ShopByCollection/CollectionGridHead.gif);
	width:100%;
	font-size:18px;
	color:#FFFFFF;
	padding-left:10px;
}
.ShopByCollectionGrid th a:link, .ShopByCollectionGrid th a:active, .ShopByCollectionGrid th a {
	color:#FFFFFF;
	text-decoration: underline;
}
.ShopByCollectionGrid tr.header td span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #FF3300;
}
/* This controls the qty-based price
	drop down menu, regardless of the
	type of row it is in
 */
 
.ShopByCollectionGrid tr.odd td select, .ShopByCollectionGrid tr.even td select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.ShopByCollectionGrid tr.odd td select {
	background-color: #e8e6da;
	border: 2px solid #e8e6da;
}
.ShopByCollectionGrid tr.even td select {
	background-color: #d8d3c1;
	border: 2px solid #d8d3c1;
}
/* The following four styles specify
	different background colors for
	even and odd rows, and make
	table row background colors change
	when curser is hovered over them
*/

.ShopByCollectionGrid tr.odd td {
	background-color: #e8e6da;
	padding: 10px;
}
/*
.PurchaseGrid tr.odd:hover td{
	background-color: #442b1f;
	color: #FFFFFF;
}
*/
.ShopByCollectionGrid tr.even td {
	background-color: #d8d3c1;
	padding: 10px;
}
.ShopByCollectionGrid td.lighter {
	height: 45px;
	background-color:#f0efe9;
	width:100%;
	font-size:18px;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
.ShopByCollectionBack {
	text-align:center;
	text-transform:uppercase;
	font:Arial, Helvetica, sans-serif;
	color: #FF3300;
	font-size:16px;
}
span#StrongPrice {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#64726d;
}
.CompareMaterialsGrid {
	width: 422px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse:collapse;
}
#popupper {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse:collapse;
}
.StrongTeal {
	color:#71807b;
	font-weight:bold;
	font-size:16px;
}
.CompareMaterialsGrid tr.header td {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	background-color: #d8d3c1;
	border-bottom: 1px solid #3b3128;
}
.CompareMaterialsGrid th {
	height:44px;
	background:url(../images/branding/ProductSectionHeaderBG.gif) repeat-x #a5beb5;
	width:100%;
	font-size:18px;
	color:#3b3128;
	padding-left:10px;
	border-top: 1px solid #bdb5a6;
	border-left: 1px solid #bdb5a6;
	border-right: 1px solid #bdb5a6;
}
.CompareMaterialsGrid th a:link, .CompareMaterialsGrid th a:active, .CompareMaterialsGrid th a {
	color:#FFFFFF;
	text-decoration: underline;
}
.CompareMaterialsGrid tr.header td span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #FF3300;
}
.CompareMaterialsGrid tr.odd td {
	background:url(../images/branding/MaterialComparison_OddBG.gif) #bfb9ab;
	padding: 4px;
	border-bottom: 1px solid #bdb5a6;
	border-right: 1px solid #bdb5a6;
	border-left: 1px solid #bdb5a6;
	border-collapse:collapse;
}
.CompareMaterialsGrid tr.even td {
	background:url(../images/branding/MaterialComparison_EvenBG.gif) #d3cebf;
	padding: 4px;
	border-bottom: 1px solid #bdb5a6;
	border-right: 1px solid #bdb5a6;
	border-left: 1px solid #bdb5a6;
	border-collapse:collapse;
}
.CompareMaterialsGrid tr.light td {
	background-color: #edece8;
	padding: 4px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-right: 1px solid #bdb5a6;
	border-bottom: 1px solid #bdb5a6;
	border-left: 1px solid #bdb5a6;
}
.CompareMaterialsGrid a:link, .CompareMaterialsGrid a:active, .CompareMaterialsGrid a:visited, .CompareMaterialsGrid a:hover {
	color:#3b3128;
	text-decoration: underline;
	font-weight:bold;
}
