/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.ccerror {
	font-weight: bold;
	color: #990000;
}

.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
	background: #616461;
	color: #000000;
	margin: 0;
	text-align:center;
}
.centered {
	width: 720px;
	margin: 0 auto;
	background-image: url(images/shadow.jpg);
	padding-right: 14px;
	padding-left: 15px;
	background-repeat: repeat-y;
}


A {
  color: #694976;
  text-decoration: none;
}

A:hover {
  color: #694976;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
	color: #FFFFFF;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  font-weight : bold;
}

A.headerNavigation {
	color: #FFFFFF;
	font-size: 12px;
}

A.headerNavigation:hover {
  color: #FFFFFF;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #616461;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #616461;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #987BA7;
  color: #ffffff;
}

TD.infoBoxHeading1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #987BA7;
  color: #ffffff;
  text-indent: 10px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #D0BED8;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #6C4C7B;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4D3656;
	background-image: url(images/heading_rule.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	margin-bottom: 5px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	padding-left: 10px;
	padding-right: 10px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.footText {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.2em;
	margin: 0;
}
.footText a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.Crumbs {
	margin: 0px;
	height: 30px;
	width: 100%;
	color: #FFFFFF;
	padding: 0;
	text-indent: 5px;
	font-size: 12px;
	line-height: 2.2em;
	background-color: #6C4C7B;
}
.logoff {
	background-color: #6C4C7B;
	width: 10%;
	text-align: left;
}
.logoff a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.logoff a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}
TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
TEXTAREA {
  width: 80%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}
TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}
TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}
SPAN.productSpecialPrice {
	color: #ff0000;
	font-size: 16px;
}
TD.boxtext SPAN.productSpecialPrice, TD.productListing-data SPAN.productSpecialPrice{
font-size: 11px;

}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
}
.messageStackError, .messageStackWarning {
 	font-family: Verdana, Arial, sans-serif; 
 	font-size: 10px; 
 	background-color: #ffb3b5; }
.messageStackSuccess {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	background-color: #99ff00; }
	
	
.privatemessages { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	background-color: transparent; 
	font-weight: bold; 
	color: #ff0000; 
	text-align: center; 
	border: 1px solid #ff0000;  
	padding: 2px; 
}

/* input requirement */

.inputRequirement { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; color: #ff0000; 
}

.content {
	background-color:#FFFFFF;
	width: 720px;
	margin: 0;
	padding: 0;
	text-align:left;
}
.cpyrt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/copybg.jpg);
	font-size: 11px;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 720px;
	color: #FFFFFF;
	line-height: 2.2em;
}
.searchbox {
	float: left;
	height: 30px;
	width: 188px;
	border:none;
	background-image: url(images/search_bg.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.main_nav {
	float: left;
	height: 30px;
	width: 532px;
}
.main_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.main_nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
.main_nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.2em;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/btn_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 133px;
	text-align: center;
}
.main_nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.searchbox {
	width: 188px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.leftnav ul {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 160px;
	padding-top: 0px;
	list-style-type: none;
	background-color: #4D3656;
}
.leftnav ul li {
	position: relative
}
.leftnav li ul {
	display: none; 
	left: 159px; 
	position: absolute; 
	top: 0px;
}
.leftnav ul li a {
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	background: #4D3656;
	padding-bottom: 5px;
	color: #FFFFFF;
	padding-top: 5px;
	border-bottom: #A88BB7 1px solid;
	text-decoration: none;
	width: 160px;
	height: 10px;
}
* html .leftnav ul li { 
	float: left; height: 1%; 
} 
* html .leftnav ul li a {
 	height: 1%; 
} 
.leftnav ul li a:hover {
	background: #987BA7;
	color: #FFFFFF;
	text-decoration: none;
}
.leftnav li ul li a {
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 4px;
	padding-top: 4px;
}
.leftnav li:hover ul {
	display: block;
}
.leftnav li.over ul {
	display: block;
}

.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
	background-color: #4D3656;
	font-size: 12px;
	height: 840px;
}
.leftnav h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	clear: left;
	height: 30px;
	width: 160px;
	background-image: url(images/nav_heading_bg.jpg);
	text-indent: 20px;
	color: #FFFFFF;
	line-height: 1.7em;
}
.leftnav img {
	height: 11px;
	width: 11px;
	border: none;
	margin: 0px;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.subHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/subheading_rule.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
img#techinfo1 {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 213px;
	width: 144px;
	margin-right: 20px;
	margin-left: 20px;
}
img#brochure3 {
	width: 80px;
	border: none;
	height: 169px;	
}
img#brochure2 {
	margin-left: 40px;
	margin-right: 40px;
	width: 141px;
	height: 180px;
	border: none;
}
img#brochure1 {
	height: 169px;
	margin-left: 70px;
	width: 80px;
	border: none;
}
img#latestservices1, img#latestservices2, img#latestservices1b, img#latestservices4 {
	padding: 0px;
	height: 110px;
	width: 480px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
	border: none;
}
img#latestservices1a {
	padding: 0px;
	height: 110px;
	width: 480px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
	border: none;
}
img#rainracer1{
	width: 300px;
	height: 225px;
	margin: 10px 0 10px 120px;
	border: none;
}
img#rainracer2{
	width: 307px;
	height: 230px;
	margin: 10px 0 10px 117px;
	border: none;
}
img#rainracer3{
	width: 400px;
	height: 214px;
	margin: 10px 0 10px 70px;
	border: none;
}
img#techinfo2 {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 208px;
	width: 265px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
img#techinfo3 {
	margin: 0px 0px 0px 50px;
	padding: 0px;
	height: 154px;
	width: 450px;
}
img#techinfo4 {
	margin: 10px 0px 0px 80px;
	padding: 0px;
	height: 212px;
	width: 392px;
}
img#techinfo5 {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	height: 293px;
	width: 264px;
	float: right;
}
img#techinfo6 {
	margin: 0px 25px 0px 0px;
	padding: 0px;
	height: 181px;
	width: 150px;
	float: right;
}
img#techinfo7 {
	margin: 0px 25px 0px 0px;
	padding: 0px;
	height: 67px;
	width: 53px;
	float: right;
}
img#upvc1, img#upvc2, img#upvc3 {
	width: 450px;
	height: 300px;
	margin-left: 50px;
	margin-bottom: 10px;

}
img#upvc4 {
	width: 172px;
	height: 50px;
	margin-top: 0px;
	margin-left: 70px;
}
img#upvc5 {
	width: 320px;
	height: 400px;
	margin-left: 80px;

}
img#upvc6 {
	width: 100px;
	height: 169px;
	margin-right: 25px;
	margin-left: 10px;
	float: right;
}
img#upvc7 {
	width: 100px;
	height: 227px;
	margin-right: 25px;
	margin-left: 10px;
	float: right;
}
img#upvc8 {
	width: 100px;
	height: 225px;
	margin-right: 25px;
	margin-left: 10px;
	float: right;
}
img#secondary1 {
	width: 446px;
	height: 80px;
	margin-left: 30px;
}
img#secondary2 {
	width: 530px;
	height: 183px;
	margin: 0px;
}
img#secondary3 {
	width: 150px;
	height: 172px;
	margin: 0px;
	float: right;
}
img#luxdoors1 {
	width: 400px;
	height: 120px;
	margin-left: 90px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 0;
}
img#luxdoors2 {
	width: 250px;
	height: 256px;
	margin-left: 125px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0;
}
img#luxdoors3 {
	width: 530px;
	height: 166px;
	margin: 0px;
}
img#security1 {
	width: 320px;
	height: 242px;
	margin-left: 130px;
}
img#security2, img#security3, img#security4 {
	width: 120px;
	height: 120px;
	margin-right: 5px;
	float: left;
}
img#glasspatterns1 {
width: 530px;
height: 251px;
margin: 0;
}
img#glasspatterns2, img#glasspatterns3 {
	width: 215px;
	height: 200px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
img#glasspatterns4 {
	width: 256px;
	height: 200px;
	margin-left: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
}
img#gutter1 {
	width: 200px;
	height: 200px;
	margin-left: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
}
img#gutter2 {
	width: 100px;
	height: 39px;
	margin-left: 80px;
	margin-right:20px;
}
img#gutter3 {
	width: 120px;
	height: 148px;
}
img#gutter4 {
	width: 71px;
	height: 34px;
	margin-left: 20px;
}
img#gutter5 {
	width: 255px;
	height: 124px;
	margin-left: 140px;
	margin-bottom: 20px;
	border: none;
}
img#gutter6 {
	width: 500px;
	height: 267px;
	margin: 0px 0px 0px 20px;
	border: none;
}
.price {
	font-size:16px;
	font-weight: bold;
	color: #4D3656;
	padding: 0px;
	width: 535px;
	text-align: right;
	margin: 0px;
}
/* DDB - 041031 - Form Field Progress Bar */
.progress{
	width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
    overflow: hidden;
	background-color: navy;
	padding-left: 5px;
	}
td .brochure {
	text-align: left;
	vertical-align: bottom;
	font-size: 11px;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	border: none;
}
#brochures td img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img#van {
	height: 265px;
	width: 480px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
}
img#bifold1 {
	height: 226px;
	width: 209px;
	margin-left: 156px;
	margin-top: 10;
	margin-bottom: 20px;
	margin-right: 0;
}
img#bifold2 {
	height: 252px;
	width: 393px;
	margin-left: 80px;
	}
img#pdoors {
	height: 400px;
	width: 424px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
img#e44 {
	height: 559px;
	width: 400px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
img#spectus_logo {
	height: 80px;
	width: 206px;
	border: none;
	margin-left: 180px;
	margin-top: 10px;
	}
img#veka_logo {
	height: 99px;
	width: 239px;
	border: none;
	margin-left: 150px;
	}
img#rehau_logo {
	height: 42px;
	width: 137px;
	border: none;
	margin-left: 225px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
img#canopies1 {
	width: 160px;
	height: 234px;
	border: none;
	margin-left: 60px;
	}
img#entrance {
	width: 160px;
	height: 229px;
	border: none;
	margin-left: 60px;
	}
img#stormfront {
	width: 160px;
	height: 226px;
	border: none;
	margin-left: 60px;
	}
img#canopy1, img#canopy2, img#canopy3, img#canopy4, img#canopy5, img#canopy6 {
	width: 150px;
	height: 110px;
	border: none;
	margin-top: 20px;
	margin-left: 20px;
	}
	
img#alderbury1 {
	width:229px;
	height: 244px;
	border: none;
	margin-top: 20px;
	margin-left: 20px;
	}
	
img#alderbury2 {
	width: 200px;
	height: 144px;
	border: none;
	margin-left: 50px;
	}
img#westbury1 {
	width: 169px;
	height: 280px;
	border: none;
	margin-top: 20px;
	margin-left: 180px;
	}
img#newmarket1 {
	width: 170px;
	height: 251px;
	border: none;
	margin-top: 20px;
	margin-left: 190px;
	}
img#hopberry {
	width: 175px;
	height: 278px;
	border: none;
	margin-top: 20px;
	margin-left: 180px;
	}
	
img#haymarket {
	width: 167px;
	height: 251px;
	border: none;
	margin-top: 20px;
	margin-left: 190px;
	}
	
img#fly1 {
	width: 200px;
	height: 183px;
	margin: 10px 0px 10px 150px;
	border: none;
	}
img#fly2 {
	width: 165px;
	height: 334px;
	margin: 10px 0px 10px 170px;
	border: none;
	}
img#fly3 {
	width: 165px;
	height: 270px;
	margin: 10px 0px 10px 170px;
	border: none;
	}
img#fly4 {
	width: 165px;
	height: 249px;
	margin: 10px 0px 10px 170px;
	border: none;
	}
img#fly5 {
	width: 165px;
	height: 256px;
	margin: 10px 0px 10px 170px;
	border: none;
	}
img#fly6 {
	width: 165px;
	height: 235;
	margin: 10px 0px 10px 170px;
	border: none;
	}
img#fly7 {
	width: 165px;
	height: 287px;
	margin: 10px 0px 10px 170px;
	border: none;
	}
img#fly8 {
	width: 165px;
	height: 319px;
	margin: 10px 0px 10px 170px;
	border: none;
	}
img#fly9 {
	width: 165px;
	height: 235px;
	margin: 10px 0px 10px 70px;
	border: none;
	}
img#fly9a {
	width: 165px;
	height: 287px;
	margin: 10px 0px 10px 0;
	border: none;
	}
img#grid1 {
	width: 410px;
	height: 88px;
	margin: 10px 0px 10px 50px;
	border: none;
	}
img#clean1 {
	width: 410px;
	height: 88px;
	margin: 10px 0px 10px 50px;
	border: none;
	}
img#grid2 {
	width: 200px;
	height: 159px;
	margin: 10px 0px 10px 70px;
	border: none;
	}
img#grid3 {
	width: 150px;
	height: 106px;
	margin: 10px 0px 10px 0px;
	border: none;
	}
img#grid4 {
	width: 211px;
	height: 153px;
	margin: 10px 0px 10px 90px;
	border: none;
	}
img#grid5 {
	width: 149px;
	height: 115px;
	margin: 10px 0px 10px 0px;
	border: none;
	}
img#grid6 {
	width: 440px;
	height: 170px;
	margin: 10px 0px 10px 60px;
	border: none;
	}
img#grid7 {
	width: 220px;
	height: 410px;
	margin: 10px 0px 10px 50px;
	border: none;
	}
img#grid8 {
	width: 220px;
	height: 410+px;
	margin: 10px 0px 10px 0px;
	border: none;
	}
img#3d {
margin: 5px 0 5px 0;
}
img#glazing1 {
width: 500px;
height: 375px;
margin: 5px 0px 15px 15px;
border: none;
}
img#glazing2 {
width: 500px;
height: 346px;
margin: 5px 0px 15px 15px;
border: none;
}
img#glazing3 {
width: 240px;
height: 264px;
margin: 5px 0px 15px 145px;
border: none;
}
img#glazing4 {
width: 144px;
height: 213px;
margin: 5px 0px 15px 170px;
border: none;
}
img#glazing5 {
width: 300px;
height: 248px;
margin: 5px 0px 15px 105px;
border: none;
}
h1, h2 { 
	background-image: url(images/subheading_rule.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 16px;
	font-weight: bold;
	color: #4D3656;
	height: 20px;
	margin-left: 10px;
}

h2 { 
   font-size: 14px;
   margin-left: 0px;
}
ul.sitemap {
color: #ff0000;
}
#flash1 {
margin-left: 35px;
}
#flash2 {
margin-left: 15px;
margin-bottom: 20px;
}
.glassimg {
width: 105px;
height: 120px;
text-align: center;
float: left;
margin: 10px 0 0 0;
}
.glassimg p {
margin: 0;
padding: 0;
width: 105px;
font-weight: bold;
}
.glassimg img {
border: none;
margin: 0;
padding: 0;
}
img#vanfactoryfinal {
width:479px;
height: 360px;
border: none;
margin-left: 30px;
}
img#maddash {
width: 480px;
height: 110px;
border: none;
margin: 10px 0px 20px 40px;
}
img#smarttint1, img#smarttint2, img#smarttint4 {
width: 480px;
height: 172px;
border: none;
margin: 10px 0px 20px 40px;
}
img#smarttint3 {
width: 219px;
height: 163px;
border: none;
margin: 10px 0px 20px 170px;
}
img#smarttint5 {
width: 420px;
height: 260px;
border: none;
margin: 10px 0px 20px 60px;
}
img#smarttint6 {
width: 402px;
height: 258px;
border: none;
margin: 10px 0px 20px 70px;
}
img#upvcbifold1 {
width: 404px;
height: 382px;
border: none;
margin: 10px 0px 20px 60px;
}
img#upvcbifold2 {
width: 130px;
height: 198px;
border: none;
margin: 10px 0px 20px 180px;
}
img#upvcbifold3 {
width: 128px;
height: 185px;
border: none;
margin: 10px 0px 20px 180px;
}
.hidden {
display: none;
}

img#cleaning2 {
width: 204px;
height: 125px;
border: none;
margin: 0px 40px 0px 40px;
}
img#cleaning3 {
width: 169px;
height: 125px;
border: none;
margin: 0px 40px 0px 40px;
}
img#cleaning4, img#cleaning5, img#cleaning1 {
width: 167px;
height: 125px;
border: none;
margin: 0px 40px 0px 40px;
}
img#cleaning6 {
width: 195px;
height: 125px;
border: none;
margin: 0px 40px 0px 40px;
}
img#easyfix {
border: none;
width: 152px;
height: 71px;
margin: 10px 0 20px 180px;
}
img#easyfix2 {
border: none;
width: 191px;
height: 168px;
margin: 10px 0 20px 160px;
}
img#easyfix3 {
border: none;
width: 274px;
height: 163px;
margin: 10px 0 20px 120px;
}
img#easyfix4 {
border: none;
width: 375px;
height: 103px;
margin: 10px 0 20px 90px;
}
<!--advanced cart -->
SPAN.removeProduct {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #3366FF;
  font-weight: normal;
}

INPUT.quantitybox {
  border: 1px;
  border-style: solid;
  border-color: #000000;
    font-size: 12px;
  width: 20px;
  height: 22px;
  border-spacing: 0px;
  background: #F8f8f9;
}

/* Links Manager II v1.26 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}
.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}
A.linkListing-heading {
  color: #FFFFFF;
}
A.linkListing-heading:hover {
  color: #FF0000;
}
TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}
A.linkListing-data {
  color: #FF0000;
}
A.linkListing-data:hover {
  color: #FF0000;
}
TR.linkListing-odd {
  background: #f8f8f9;
}
TR.linkListing-even {
  background: #F5F5F5;
}
.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid black; 
}
.linkFeaturedHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #dbd6d6;
  color: #000;
  text-align: center;
}
A.linkListingHeading {
  color: #000000;
}
A.linkListingHeading:hover {
  color: #FF0000;
}
.linkFeaturedMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #000;
  text-align: center;
}
A.linkFeaturedMain {
  color: #FFFFFF;
}
A.linkFeaturedMain:hover {
  color: #FF0000;
}
.linkListingMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #000000;
  text-align: left;
}
A.linkListingMain {
  color: #000000;
}
A.linkListingMain:hover {
  color: #FF0000;
}
.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
A.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 1.5;
}
A.linkListingCats:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FF0000;
}
.linkListingSubCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
}
A.linkListingSubCats {
  color: #000;
  line-height: 1.5;
}
A.linkListingSubCats:hover {
  color: #FF0000;
}
.linkListingDescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #000;
  text-align: center;
}
TABLE.linkSubmit {
  border: 3px;
  border-style: ridge;
  border-color: #b6b7cb;
}
TR.linkSubmit {
  background-color: #f8f8f9;
}
/* Links Manager II v1.26 end */
