body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #55688A;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.thrColFixHdr #outerFrame { 
	width: 57.14em;  /* 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-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #container { 
	width: 55.71em;  /* 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 */
	padding: 0.36em 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header { 
	height: 5.5em;
	padding: 0 0.36em 0 0.36em;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.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: 0.71em 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: 10.89em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 0.71em 0 0 0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 11.16em;/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0.71em 0 0 0;
	padding: 0; /* padding keeps the content of the div away from the edges */
	text-align: right;
}

.thrColFixHdr #sidebar2 .top-image {
	margin: 0 !important;
	padding: 0;
	
}



.thrColFixHdr #mainContent  { 
	margin: 0 !important;
	margin: 0.71em 10.89em; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	padding: 10px 5px;
	width: 460px;
}

.thrColFixHdr #footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	border-top: #a67c52 solid 1px;
} 
.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 */
}

.thrColFixHdr #footer a.boomersLink {
	color:#000000;
	text-decoration: none;
}
.thrColFixHdr #footer a.boomersLink:hover {
	color:#000000;
	text-decoration: none;
}
.thrColFixHdr #footer a.boomersLink:visited {
	color:#000000;
	text-decoration: 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;
}

.contentHolder {
	margin:  0 0.71em;
}

.contentHolder p {
	margin-left:0;
}

.contentHolder h1 {
	margin-left:0;
}

.contentHolder h2 {
	margin-left:0;
}
/****************************************
Logo
****************************************/

#logo { float: left; background: url(../images/boomers_logo.jpg) no-repeat; text-indent: -9999px; width: 327px; height: 70px; overflow: hidden;margin: 0;  }

#logo a { display: block; width: 327px; height: 70px; text-decoration: none; }

#logo_checkout { float: left; background: url(https://www.boomers-boutique-dog-clothing.com//images/boomers_logo.jpg) no-repeat; text-indent: -9999px; width: 327px; height: 70px; overflow: hidden;margin: 0;  }

#logo_checkout a { display: block; width: 327px; height: 70	px; text-decoration: none; }

/****************************************
Top Navigation
****************************************/
#top-nav {
	border: 1px solid #000000;
	height: 1.5em;
	margin: 0;
	padding:0;
	background-color: #fb7540;
}

#top-nav .navi {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

#top-nav .navi ul {
	margin: 0;
	padding:0;
}

#top-nav .navi ul li {
	display: inline;
}


#top-nav .navi ul li a { border-right: #000000 solid 1px; float: left; }

#top-nav .navi ul li a {
	padding: 0.17em 1.00em;
	height:1.4em;
	color: #000000;     /* font colour*/
	text-decoration: none;
}

#top-nav .navi ul li a:hover {
	color: #000000;
	background: #fb7540;     /* button bg colour*/
	text-decoration: none;
}



#index #home_nav, #bestsellers #bestsellers_nav, #newitems #newitems_nav, #contact #contact_nav{
	background: #fb7540;   /* button bg colour while on that page */
}

/****************************************
Left Navigation
****************************************/

#left-nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	*margin-top: -31px;
	
}

#left-nav ul {
	margin: 0;
	padding:0;
}

#left-nav ul li {
	list-style-type: none;
	margin: 0;
	padding:0;
}


#left-nav ul.header li {
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size:16px;
	
}
#left-nav ul.header li a {
	font-weight: bold;
	color:#fb7540;
	text-decoration: none;
	padding: 0;
	margin: 15px 0 5px 0;
	border-bottom: #616465 1px solid; 
	display: block;	
}


#left-nav ul.category li a {
	color:blue;
	font-weight: normal;
	font-size: 12px;
	height: 1.3em;
	display: block;
	text-decoration: none;
	padding: 0 0 0 17px;
	margin: 0;
	border: none;
	
}

#left-nav ul.category li a:hover{
	background: #fb7540; text-decoration: none
}


#left-nav ul.category a:visited {color:blue;}


#shirts-sub li a:hover, #costumes-sub li a:hover, #collars-sub li a:hover, #beds-sub li a:hover, #bowl-sub li a:hover {
	background: #C8C8C8; text-decoration: none
}
		
/*#shirts-sub, *//*#costumes-sub,*/ /*#collars-sub,*/ #beds-sub, #bowl-sub {
	display: none;
}

#shirts #shirts-sub, #costumes #costumes-sub, #collars #collars-sub, #beds #beds-sub, #bowl #bowl-sub {
	display: inherit;
}

#sidebar1 .left-nav-sub {
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	/*border: #616465 1px solid;*/
}

#sidebar1 .left-nav-sub hr {
	border: none;
	border-top: #616465 1px solid;
	margin: 5px 0 5px 0;
}
#sidebar1 .left-nav-sub ul{
	margin: 0;
	padding:0;
	
}
#sidebar1 .left-nav-sub ul li {
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
	line-height: 1.4em;
	font-size: 12px;
}

#sidebar1 .left-nav-sub ul li a {
	text-decoration: none;
}

#sidebar1 .left-nav-sub ul li a:hover {
	text-decoration: none;
	
}


/****************************************
Bottom Navigation
****************************************/

#bottom-nav .products { 
	font-size: 12px;
	list-style-type: none; 
	margin: 0 100px 0 100px;
}

#bottom-nav ul li {
	display: inline;
}

#bottom-nav .company { 
	list-style-type: none; 
	margin: 10px 100px 10px 100px;
}

#bottom-nav .company a { 
	text-decoration: none; 
	color: #5a2020;
} 

#bottom-nav .company a:hover {
	text-decoration: underline; 
	color: #c41111;
}

#bottom-nav ul li {
	display: inline;
}

.copyright { padding: 10px 0 10px 0; font-size: 12px;} 
.copyright a { text-decoration: none; color: #5a2020;} 
.copyright a:hover { text-decoration: none; color: #c41111;}
/****************************************
Category Page Extra Navigation
****************************************/
#catNav {
	padding: 0.3em 0.71em;
	margin: 0.71em !important;
	margin: 0.71em 0.51em 0.71em 0.71em;
	border: #000000 1px solid;
	background: #FFFFCC;
	text-align: center;
	font-size: 12px;
}
#catNav p {
	padding: 0;
	margin: 0 0 5px 0;
}
#catNav ul{
	padding: 0;
	margin: 0;
}

#catNav ul li {
	list-style-image:none;
	display: inline;
	margin-right: 10px;
	line-height: 1.4em;
}
#catNav p {
	line-height: 1em;
	margin: 2px 0;
	text-align: left;
}

/****************************************
Products
****************************************/
#mainContent table {
	margin: 0;
	padding: 0;
	text-align: left;
	border-collapse: collapse;
	border: 0;
	
}
#mainContent tr.spacer td {
	width: 10.07em;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;	
}

#mainContent td {
	width: 10.07em;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0 0 0.72em 0;	
}

#mainContent td img {
	width: 10.07em;
	height: 10.07em;
	border: 1px solid #ccc;
	margin: 0 0 0 0.71em;
}

#mainContent span.saleAmount {
	color: #D33D01;
	font-weight: bold;	
}

/****************************************
More Info Page
****************************************/
#mainContent .product_img {
	float: left;
	margin-right: 12px;
}

#mainContent .product_img img{
	border: #616465 1px solid;
}

#mainContent .thumbs {
	margin-top: 5px;
	margin-left: 8px;
}

#mainContent .thumbs img {
	margin: 0;
	padding: 0;
}


#mainContent .product_img .enlarge {
	text-align: center;
	margin-left: 10px;
	font-size: 12px;
}

#mainContent .product_info {
	width: 236px;
	float: left;
}

#mainContent .product_info .details {
	/*border: #616465 1px solid;
	/*background: #FBEEC4;*/
	margin: 0;
	padding: 0;
}



#mainContent .product_info .details .leftBox, #mainContent .product_info .details .rightBox {
	float: left;
	width: 35%;
	text-align: left;
	padding: 0;
	margin:0;
}

#mainContent .product_info .details .rightBox {
	text-align: left;
}

#mainContent .product_info .details .options {
	margin: 0;
    padding: 0;
    line-height: 2;
}

#mainContent .product_info h1 {
	margin: 0;
	padding: 0;
}

#mainContent .product_info p {
	font-size: 12px;
	/*padding: 5px 0;*/
	margin: 0;	
}


#mainContent .desc {
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
	width: 450px;
}

#mainContent .desc p{
font-size: 12px;
}

#mainContent .product_info p.sku {
	font-size: 10px;
	text-weight: normal;
	margin: 0;
	padding: 0;
	color: #666666;
}

#mainContent .product_info p.salePrice {
	color: #D33D01;
	margin: 0;
	padding: 2px 0;
	font-size: 16px;		
}

#mainContent .product_info p.price {
	margin: 0;
	padding: 5px 0 0 0;
}

#mainContent .product_info p.price_nosale {
	margin: 6px 0;
	padding: 5px 0 0 0;
}

#mainContent .product_info p.price_big {
	margin: 3px 0 3px 0;
	padding: 5px 0 0 0;
	font-size: 14px;
}

#mainContent .product_info hr {
 	height: 1px;
	color: #666;
 }

.details p.size, .details p.color, .details p.quantity {
	margin: 6px 0;
	
}

#mainContent p.tellafriend {
	margin: 0;
	padding: 0;	
	font-size: 12px;	
}
#mainContent p.tellafriend a{
text-decoration:underline;
color:#4a85cb;	
}
#mainContent p.sizeGuide {
	margin: 0 0 5px 25px;
	padding: 0;	
	font-size: 12px;
}
#mainContent p.sizeGuide a{
text-decoration:underline;
color:#0574a2;	
}
#mainContent p.tellafriend img {
border:none;
vertical-align:middle;
margin-right:5px;	
}


#describleP { width: 444px;float:left; padding:0; margin: 10px 0 0 0; font-size: 12px; margin-left: 7px; *margin-left: 4px;}

#describlePLeft {float:left; width:210px; margin-top: 25px; }
#describlePLeftOne ul { }
#describlePLeftOne { border-top:1px #000000 solid;  border-bottom:1px #000000 solid; padding: 10px 0;} 

.descContent { padding: 10px 0;}
#describlePRight {float: right; width:210px;}
#describlePRight p {text-align:center; }
#colorsAvailble {padding: 10px 0;}

#leash { clear:both; margin-top:10px;}

#leash p{ margin-top:20px;}
#mainContent .product_info table {
	margin: 0;
	padding: 0;
	text-align: left;
}

#mainContent .product_info form{
	margin: 0;
	padding: 0;
}

#mainContent .product_info td {
	margin: 0;
	padding: 3px 0;
}
#mainContent .btns {
	margin:8px 0 8px 0;
	padding: 5px 0 3px 0;
	text-align: left;
	clear: left;
}

#mainContent .subproducts {
	float: left;
	margin: 20px 0 0 0; 
	padding: 0;
}

/************ Sizing Chart **************/

#mainContent #sizingChart {
	float: left;
	margin: 10px 0 0 0.71em !important;
	margin: 10px 0 0 0.33em;
	padding: 0;
}

#mainContent #sizingChart  p {
	margin: 0; 
	padding: 0;
}


#mainContent #sizingChart table{
	border: #999999 1px solid;
}

#mainContent #sizingChart tr th{
	background: #616465;
}

#mainContent #sizingChart td{
	text-align:center;
	padding: 3px;
}

/****************************************
Search Layout
****************************************/

#mainContent #searchResults {
	margin: 0.71em;
}

#mainContent #searchResults h2 {
	margin: 10px 0 0.45em 0;
}
#mainContent #searchResults td {
	border-top: 1px #616465 solid;
	border-bottom: 1px #616465 solid;
	margin: 0;
	padding: 0.71em 0;
}

#mainContent #searchResults tr {
	margin: 0.71em;
	padding: 0.71em 0;
}

#mainContent #searchResults td img {
	width: 50px;
	height: 50px;
	margin: 0;
}

#mainContent #searchResults td .search-img {
	float: left;


}

#mainContent #searchResults td .search-details{
	float: left;
	
}

#mainContent #searchResults td .search-details p{
	text-align: left;
	
}
.clothOne{ /*float:left;*/ width:450px; }

a img { border:none; }