﻿/*Styles for Subscribe.html*/

.product
    {
        width:230px;
        height:250px;
        background:url(../images/product.png) no-repeat;
        margin:5px;
        float:left;
        position:relative;
        top:140px;
      -webkit-box-shadow: 0px 0px 10px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
      -moz-box-shadow: 0px 0px 10px #000; /* FF3.5 - 3.6 */
       box-shadow: 0px 0px 10px #000;
    }
    #contentwrapper
    {
        width:100%;
       background:url(../images/productsbg.png) repeat-x;  
        position:relative;
        bottom:30px; 
        height:650px;
    }
    .product h2
    {
        width:103%;
        background:#362CFC;
        padding: 3px 0px;
        font-size:17px;
        position:relative;
        bottom:10px;
        right:4px;
        text-align:center;
        border-bottom:2px solid white;
        border-top:2px solid white;
        
    }
    #productwrapper
    {
        width:960px;
        margin:auto;
        margin-bottom:0px;
        color:White;
        height:500px;
        margin-bottom:-30px;
       
  
    }
    #mainContent
    {
        padding-bottom:0px;   
    }
    #subscribeh1
    {
        width:100%;
        padding: 5px 0px;
        border-bottom:black 1px solid;   
    }
    .buybutton
    {
       position:absolute;
       bottom:5px;
       left:60px;
    }
    #mainInfo
    {
        height:250px;
        width:960px;
        margin:auto;
        background:url(../images/productheader2.png) no-repeat;
        background-position:-15px 0; 
        position:relative; 
        bottom:15px;
        margin-bottom:-15px;
    }
    #mainInfo ul
    {
        position:absolute;
        top:10px;
        left:290px;
    } 
    #maininfowrapper
    {
        width:100%; 
       
    }
    #price
    {
        position:absolute;
        left:20px;  
        top:25px; 
    }
    #box
    {
        position:absolute;
        right:30px;  
        top:10px; 
    }
    #paypalcards
    {
        position:absolute;
        bottom:10px;
        right:20px;   
    }
    img
    {
        border:none;   
    }
    body
    {
        padding:0px;
        margin:0px;
   
    }
    iframe
    {
        margin:0px;
        padding:0px;   
    }
    #paymentinfo
    {
        position:relative;
        top:130px;
        color:Black;  
     
    }
   #paymentinfo p
    {
        color:Black;
        width:950px;
        margin:auto;
        font-size:15px;
          
    }
