/* WinIE5 needs the following selector to display the padding in #content. This comment cannot be in the selector or it will trigger the end of the MacIE hide. */
/* hide from MacIE \*/
#content {
	height: 1%;
	padding: 26px 0 0 0;
	}
/* end hide */

/* WinIE5 needs the following selector to display the padding in #content. This comment cannot be in the selector or it will trigger the end of the MacIE hide. */
/* hide from MacIE \*/
#content_1col {
	height: 1%;
	padding: 26px 0 0 0;
	}
/* end hide */

.product-content {
  padding: 0 15px 0 15px;
}


#vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 1%;
}
#vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}

#cartitems {
margin-right: 50px;
margin-top: -16px;
}

#view-cart-button {
margin-top: 20px;
margin-right: 8px;
}

#view-cart-area {
background:url(../images/view_cart_area.jpg) no-repeat;
float:right;
width: 277px;
height: 34px;
margin-top: -32px;
margin-right: 4px;
margin-bottom: -2px;
font-family:"Times New Roman", Times, serif;
font-size: 12px;
}

/* The first selector below makes it work in WinIE. WinIE does not support generated content, but will automatically contain a float if the container has a width or height assigned. "height: 1%" can be used because WinIE will not honor this height and will expand the div to whatever height necessary to show the content. */
/* The second selector below overwrites the inline-block display used to help MacIE. */
/* Hides from MacIE \*/
.clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from MacIE */

/************** other hacks *****************/
/* Hides from IE5-mac \*/ 
.hollyhack {
     height: 1%;
} 
/* End hide from IE-mac */ 

img {
margin-left /**/: -3px;
margin-right /**/: -3px;
}
