    body#shop_venus FORM
    {
        margin:0;
        padding:0;
    }
    div.relativeContainer{
        position:relative;
        height:354px;
        width:519px;
    }
    div.relativeContainerSmall{
        position:relative;
        height:282px;
        width:519px;
    }    
    div.absoluteContainer{
        position:absolute;
        width:519px;
        top:15px;
        left:15px;
    }
    
    body#shop_venus div#body_content
    {
        height:auto;
        min-height:600px;
        background:url(../images/ShopNow_bg.jpg) repeat-x scroll 0 0;
        padding-top:27px;
    }
    /* IE fix */
    * html body#shop_venus div#body_content {
    height: 700px;
    }

    body#shop_venus div#leftContent
    {
        float:left;
        margin: 20px 0 0 0;
        padding-left:30px;
        width:410px;
    }
    body#shop_venus div#body_content H1
    {
        text-indent:-9999px;
        height:29px;
        width:410px;
        margin:0 0 0 26px;
        background:url(../images/ShopNow_header.png) no-repeat 0 0;
    }
    body#shop_venus div#body_content div#leftContent div#selectProduct
    {
    	width:410px;
    }
    
    body#shop_venus div#body_content div#leftContent div#selectProduct div#goButton {
        float:right;
        position:absolute
        width:23px;
    }
    body#shop_venus div#body_content div#leftContent div#selectProduct label
    {
        color:#1A5C8C;
        font-size:1.1em;
    }
    body#shop_venus div#body_content div#leftContent div#productContainer
    {
        position:relative;
            height:270px;
    }
    body#shop_venus div#body_content div#leftContent div#productContainer div.productDetails
    {
        margin-top:25px;
        visibility:hidden;
    }
    body#shop_venus div#body_content div#leftContent div#productContainer div.productImage
    {
        float:left;
    }
    body#shop_venus div#body_content div#leftContent div#productContainer div.productContent
    {
        float:left;
        width:210px;
    }
    body#shop_venus div#body_content div#leftContent div#productContainer div.productContent div.description
    {
        color:#444444;
        font-size:0.75em;
        font-weight:normal;
        margin-left:12px;
    }
    body#shop_venus div#body_content div#leftContent div#productContainer div.productContent div.link
    {
        margin-top:10px;
        margin-left:12px;
    }
    body#shop_venus div#body_content div#leftContent div#productContainer div.productContent div.link a
    {
        font-size:0.75em;
        padding-left:11px;
        background: url(../images/cta_carrot.gif) no-repeat center left;
    }
    body#shop_venus div#body_content div#rightContent
    {
        float:left;
        margin: 20px 0 0 0;
    }
    body#shop_venus div#body_content div#rightContent div#iframeContainer
    {
        background: transparent url(../images/ShopOnline_bg.png) no-repeat 0 0;
        width:519px;
        height:334px;
        position:absolute;
        top:0;
        left:0;
    }
	body#shop_venus div#body_content div#rightContent  h2
    {
		font-size:1.25em;
		font-weight:bold;
		margin:0;
        color:#1A5C8C;
        padding-bottom:4px;
    }
    body#shop_venus div#body_content div#rightContent  H4
    {
        color:#0099FF;
        padding-bottom:4px;
    }
    body#shop_venus div#body_content div#rightContent div#stores
    {
        background: transparent url(../images/StoreNearYou_bg.png) no-repeat 0 0;
        width:519px;
        height:232px;
        position:absolute;
        top:0;
        left:0;
    }
    body#shop_venus div#body_content div#rightContent div#stores_disclaimer
    {
        visibility:hidden;
        padding-left:17px;
        width:460px;
        position:relative;
        top:70px;
    }
    body#shop_venus div#body_content div#rightContent div#stores_disclaimer P
    {
        width:430px;
        color:#999999;
        font-size:0.7em;
        margin-bottom:10px;
    }
    body#shop_venus .productDetails{
        position:absolute;
        top:0;
        left:0;
    }
    body#shop_venus div.noscriptMessage {
        background:transparent url(../images/alert_image.png) no-repeat scroll 10px 7px;
        color:#0099FF;
        font-weight:bold;
        margin-left:25%;
        padding:0 0 5px 50px;
        width:500px;
    } 


