@charset "UTF-8";
/* CSS Document */

.thrColFixHdr #container {
	width: 950px;
	text-align: left;
	background-image: url(images/brickSides-front.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 5;
	background-color: fee5fe;
} 

#fadeshow1 {
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	z-index: -10;
	top: 0px;
}

TD {
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	color: #0065B1;
	font-weight: bold;
}

P {
	font-size: 14px;
	font-family : Arial, Helvetica, sans-serif;
	color: #0065b1;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 20px;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;	
}




.thrColFixHdr #header {
	background-repeat: no-repeat;
	background-image: url(images/1-topbannerFlash.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 253px;
	background-color: fee5fe;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #0065B1;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 160px;
	margin-bottom: 0px;
	margin-left: 150px;
	min-height: 400px;
} 
.thrColFixHdr #footer {
	background:#ccff99;
	font-family: Arial, Helvetica, sans-serif;
	color: #0065B1;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #D3D396;
	border-right-color: #D3D396;
	border-bottom-color: #D3D396;
	border-left-color: #D3D396;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #0065B1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0065B1;
}
a:hover {
	text-decoration: none;
	color: #742e7a;
}
a:active {
	text-decoration: none;
	color: #742e7a;
}

div .i {
	padding: 1em;
}

HR {
height: 0;
border-width: 0px;
}


/*category layout*/

P.catname {
text-align: center;
margin-bottom: 2px;
vertical-align: top;
text-transform: uppercase;
color: #0065B1;

}

IMG.catimage {
border-style: hidden;
vertical-align: top;
}

TD.catimage {
vertical-align:top;
}

TD.catname {
vertical-align: top;
text-align: center;
}




/*properties of text "view all products in all cat"*/
P.navdesc {
vertical-align:middle;
text-align: left;
color: #742e7a;
text-transform:lowercase;
}



/*minicart*/
TD.mincart {
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color:#f5f5dc;
	text-align:left;

}

/*edit price color*/
SPAN.price {
COLOR: #742e7a;
font-size:12px;
font-weight:bold;

}



/*top product navigation*/
td.prodnavigation {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #90b3d4;
	text-transform: lowercase;
	text-align:left;
}

P.prodnavigation {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #90b3d4;
	text-transform: lowercase;
	text-align:left;
}

div.prodprice{
}


/*table backgrounds ie search, checkout, cart*/
/* for the table*/
TABLE.cobtbl{
background-color: #f5f5dc;
color : #0065B1;
}
/* for cell highlights*/
TD.cobhl{
background-color: #f5f5dc;
color : #0065B1;
}
/* for cell lowlights*/
TD.cobll{
background-color: #FFFFff;
color : #0065B1;

}



/*numbers at the bottom of the page that show there is more product*/
P.pagenums {
	font-size: 13px;
	font-family : Arial, Helvetica, sans-serif;
	text-align:center;
	color: #0065B1;
}
/* current page number properties ie bold red*/
SPAN.currpage {
color: #742e7a;
font-weight: bold;
}




/*product page*/

/*properties of the text "product id"*/
div.prodid {
font-size: 11px;
font-family : Arial;
color : #742e7a;
}
/*properties of the product name on the prod page*/
div.prodname {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	text-align: center;

}
/*propeties of the discounts text for the product page*/
div.proddiscounts {
font-size: 11px;
font-family : Arial;
color : #0065B1;
}

/*alignment of the product image on the product page*/
td.prodimage {
	vertical-align:top;
}
/*propterite of the product img*/
img.prodimage {


}
/*properties of the text in the short product description*/
div.proddescription {
font-size: 11px;
font-family : Arial;
color : #0065B1;
}
/*properties of the price on the product pages*/
div.prodprice {
font-size: 12px;
font-family : Arial;
color:#742e7a;
text-align:center;
text-transform:uppercase;

}



/*product detail page*/
/*properties of the text "product id"*/
div.detailid {
	text-align: left;
}
/*properties of the product name on the pdetail page*/
div.detailname {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#0065B1;
	text-transform:uppercase;
	text-align:left;
}
/*propeties of the discounts text for the product detail page*/
div.detaildiscounts {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-align:left;
}

/*alignment of the product image on the product detail page*/
td.detailimage {
	vertical-align:top;
	padding-bottom: 20px;	
}
/*propterite of the product img*/
img.prodimage {
	text-align:left;

}
/*properties of the text in the long product description*/
div.detaildescription {
	text-align:left;
}
/*properties of the price on the product detail pages*/
div.detailprice {
	font-family:Arial, Helvetica, sans-serif;
	color:#742e7a;
	text-align:left;
	text-transform:uppercase;
	font-size:12px;

}






/*number of in stock items*/
div.prodinstock {
font-size: 11px;
font-family : Arial;
color: #666666
}




/*edit cart thumbnail image*/
img.cartimage {
width: 100px;
border:1px;
}




/*edit extra image classes*/
span.extraimage{
color: #CC0000;
}
/*just for the first number*/
span.extraimagenum{
color: #000;
}




/*edit giant images background color*/
.giantimgname{
background-color:blue;
}
/*"back to products" bkgrd*/
.giantimgback{
background-color:yellow;
}




/* add to cart button alignment buy button and quantity box*/
.buybutton{
vertical-align:bottom;

}



/*product search button and field*/
td.prodfilter {
color: #44BA04;
font-weight:bold;

}

input.prodfilter {
border: 1px solid #44BA04;
background-color: #EDEDED;
}

.prod3buy {
text-align: center;
}

.table{
	
}
/*controls the editable region text*/
#textPg{
	margin-left:25px;
	color:#0065B1;
	font-size:12px;
	text-align:left;
	margin-top:25px;
	margin-right:25px;
	
}
/*controls the editable region header*/

#HrtextPg{
	margin:25px;
	color:#742e7a;
	text-transform:uppercase;
	font-size:12px;

}
/*controls the editable region no margin*/
#textPgNoMarg{
	color:#0065B1;
	font-size:12px;
	text-align:right;
}

/*email page receipts*/
/*bkgrd color of email receipt*/
.receiptbody{
	background-color:#FFF6F2;
	}
/*bkgrd color of the prodcut option row*/
.receiptoption{background-color:#FFE6E6;}
/*horizontal row*/
.receipthr{height: 0;border-width: 0px 0 0 0;border-style: solid;border-color: #9EBE25;}
/*highlighted product row*/
.receipthl{background-color:#FDD6E8;}
/*header row*/
.receiptheading{background-color:#980048;color: #FFFFFF;font-weight:bold; }




/*thanks page*/
.receiptoption{background-color:#FFEDB7;}
.receipthr{height: 0;border-width: 1px 0 0 0;border-style: solid;border-color: #F89961;}
.receipthl{background-color:#9FB5FF;}
.receiptheading{background-color:#F89961;color: #FFFFFF;font-weight:bold; }
#container #mainContent .table table tr td {
	text-align: center;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 50px;
	padding-right: 50px;
	color: #0065b1;
}
