@charset "UTF-8";
body  {
	font: 10px Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link, a:visited {
	color:#1cbbb6; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #F96E36;	text-decoration: none;
	font-weight: bold;
}

.twoColFixLt #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	line-height: 2;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	margin-top: -1px;
	z-index:0;
}
.twoColFixLt #myright {
	float: right; /* since this element is floated, a width must be given */
	padding-right:5px;
}
.twoColFixLt #mainContent { 
/*moved because of IE */
margin-left:220px;
} 
.twoColFixLt #copybox {
	/*margin: 0 0 0 220px;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 750px;
	margin-top: 100px;
	padding: 0px;
} 

.twoColFixLt #copyboxcollections {
	/*margin: 0 0 0 220px;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	width: 550px;
	margin-top: 10px;
	padding: 0px;
} 

.twoColFixLt #copyboxy {
	/*margin: 0 0 0 220px;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:normal;
	width: 550px;
	margin-top: 100px;
	padding: 0px;
} 
.twoColFixLt #mary {
	width: 104px;
	padding: 0px;
	top: 200px;
} 
.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;
}

.collection {
	font: 12px Arial, Helvetica, sans-serif;
	line-height:16px;
}
.collhead {
	font: 11px Arial, Helvetica, sans-serif;
	line-height:12px;
}
.subhead {
font: 12px Arial, Helvetica, sans-serif bold;
color:#F96E36;
} 
.storeholder{ width:45%; float:left; margin-bottom:10px; margin-top:5px; margin-left:4%; height:100px; line-height:16px;}
#results { padding-left: 10px;}
.storeheader{
font: 12px Arial, Helvetica, sans-serif bold;
color:#F96E36;
font-weight:bold;
border-bottom:1px solid #000;
margin-bottom: 5px;
padding-left: 0px;
margin-top:5px;
text-transform:uppercase;
}
.storename {
	
	font-weight:bold;
	font-size:12px;
}
.orangetxt {
color:#F96E36;
line-height:12px;
}
.bluetxt {
color:#1cbbb6;
line-height:12px;
}

img {border:none;}

.lW { float: left; clear: left; height: 15px; }
.rW { float: right; clear: right; height: 15px; }
.style1 {font-size: 11px}