﻿/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
BODY, P, I, EM, TD, TH, DIV, UL, OL, DL, LI, TEXTAREA
{ font-size: 12px; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 text-align:left;
 }
INPUT {
	text-align:left;
	font-size: 12px; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;

}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #454545;
  line-height: 14px;
  font-size: 12px;
  color: #000;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Commonly used to style page titles. */
H1 { font-size: 24px; line-height: 28px; color: #FF6600; text-decoration: none; font-style: normal; text-align: center }

H2 { font-size: 22px; line-height: 26px; color: #FF6600; text-decoration: none; font-style: normal; text-align: center }

H3 { font-size: 18px; line-height: 20px; color: #246494; text-decoration: none; font-style: normal; text-align: center }

H4 { font-size: 16px; line-height: 18px; color: #246494; text-decoration: none; font-style: oblique; text-align: center }

.whtop { font-size: 11px; font-weight: bold; color: #ffffff; background: #246494 }

.find { color: #FFFFFF; font-family: Arial, Verdana; font-size: 7.2pt }

.cat { BACKGROUND: #FF6600; color: #FFFFFF; font-family: Arial, Verdana; font-size: 7.2pt }

.sc { BACKGROUND: #000000; color: #66FFFF; font-family: Arial, Verdana; font-size: 7.2pt; font-weight: 300; }

/* global styles */
a {
	color: #175D7F;
	text-decoration: none;
}
a:hover { text-decoration:underline; color: #FF6600; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #ffffff;
  width: 890px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  border: solid 2px #23a5e3;
}
#outerWrapper #header {
  background-color: #23a5e3;
  height: 120px;
  text-align:left;
  font-size: 18px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  font-weight: bold;
  }
#outerWrapper #header h1 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#outerWrapper #topNavigation {
  background-color: #ebebeb;
  height: 35px;
  background-repeat: repeat;
  background-image: url('../../carportsandmore_images/fon03.gif');
  border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
  padding-left:5px;
  font-style: normal;
  font-size:12px;
  color:#454545;
  }

#outerWrapper #topNavigation li  {
	display: inline-block;
	list-style: none;
	float: left;
	background: transparent;
	line-height: 18px;
	font-size:110%;
	padding: 0px 0px 0px 0px;
	width: auto;
}
#outerWrapper #topNavigation li img {
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 5px;
}

#outerWrapper #topNavigation ul  {
	background:transparent;
	list-style: none;
	float: left;
	margin: 0 0 0 0; 
	display: inline-block;
	width: 100%;
	padding-left:10px;
	padding-right:0px;
    	}
#outerWrapper #topNavigation ul li a {
	text-decoration:none;
	font-weight: 400;
	color:#454545;
	}
#outerWrapper #topNavigation ul li a:hover { 
text-decoration:underline;
color:#fff;
 }
#outerWrapper #topNavigation h3 {
	font-style:oblique;
	font-size:16px;
	color:#1981b7;
	}
#outerWrapper #contentWrapper {
  background-color: #ffffff;
}
#outerWrapper #contentWrapper #leftColumn1 {
	width:180px;
	background-color: #246494;
	float: left;
	font-size: 12px;
	border-left: solid 0px #23a5e3;
/* Sets the right border properties for an element using shorthand notation */	
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	vertical-align: top;
	}
	
#outerWrapper #contentWrapper #leftColumn1 .box {
	/* General style of each box in left column */
	padding: 5px 0px 5px 0px;
	font-size: 90%;
	margin-bottom: 5px;
}

#outerWrapper #contentWrapper #leftColumn1 .box p {
	margin:0px;
	padding-bottom:10px;
}

#outerWrapper #contentWrapper #leftColumn1 ul {
	/* General style of list style in left column; including category listing */
	list-style-type: none;
	padding: 10px 10px 10px 15px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	font-size: 100%;
	border: 0px solid #eee;
}

#outerWrapper #contentWrapper #leftColumn1 ul a {
	background:url('../../images/e01.gif') no-repeat;
	vertical-align:	baseline;
	padding-left:15px;
	line-height:20px;
	color:#ffffff;
}

#outerWrapper #contentWrapper #leftColumn1 h2 {
  color: #ff6600;
  font-size: 16px;
  line-height:22px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: bold;
  font-style: oblique;
  background-image:url('../../carportsandmore_images/Button-1.png');
}
#outerWrapper #contentWrapper #leftColumn1 h1 {
  color: #ff6600;
  font-size: 120%;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-style: oblique;
  font-weight: bold;
}
#outerWrapper #contentWrapper #rightColumn1 {
  float: right;
   /* Sets the left border properties for an element using shorthand notation */
  width: 160px;
  padding: 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #ffffff;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	width: auto;
	padding: 10px 10px 10px 10px;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	
    background-color : #ffffff;
	margin: 0 10px 0 180px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	}
#outerWrapper #contentWrapper #content h2 {
  color: #ff6600;
  font-size: 16px;
  line-height:22px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: bold;
  font-style: oblique;
}
#outerWrapper #contentWrapper #content h1 {
  color: #ff6600;
  font-size: 20px;
  line-height:26px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: bold;
  font-style: oblique;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  display: block;
  clear: both;
}
#outerWrapper #footer {
	height: 45px;
	text-align: center;
	color: #fff;
	font-size: 90%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-style: normal;
	padding: 22px 5px 5px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url('../../carportsandmore_images/fon_bot0.gif');
}
#footer a {
	color:#454545;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
/* Styles to be use in 6.50 */
.hdrproduct{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}
#outerWrapper #contentWrapper #main {
	font-size:90%;
	line-height:18px;
	width:98%;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:100%; 
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#1981B7; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#175D7F; 
	text-decoration:underline;
}

/* Main area text styles */
#outerWrapper #contentWrapper #main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight : bold;
	margin:0px 0px 15px 0px;
	color:#175D7F;
	text-align:left;
	text-transform:capitalize;
}
#outerWrapper #contentWrapper #main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	text-transform:capitalize;
}
#outerWrapper #contentWrapper #main .size {
	width: 100%;	
}
#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:0px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px;
text-align:left; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:left; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:0px;
	margin-bottom:0px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }
.white {color: #FFFFFF;}


