﻿.Rotator
{
    position:absolute;
    width:993px;
    height:360px;
    margin:0 auto;
}
.btnGreen
{
    background-image:url('../images/blue_buttonbg.png');
    height:30px;
    width:160px;
    background-color:Transparent;
    border:none;
}
.GreenButton
{
    width:160px;
    height:30px;
    background-image:url('../images/blue_buttonbg.png');
    background-color:Transparent;
    border:none;
    color:White;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
}
.YellowButton
{
    width:150px;
    height:35px;
    border:none;
    background-image:url('../images/Buttons.png');
    background-repeat:no-repeat;
    background-color:Transparent;
    background-position:0 -300px;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
}
.YellowButton:hover
{
    background-position:0 -350px;
}
.YellowButton2
{
    width:150px;
    height:35px;
    border:none;
    background-image:url('../images/Buttons.png');
    background-repeat:no-repeat;
    background-color:Transparent;
    background-position:0 -300px;
    font-size:14px;
    line-height:14px;
    vertical-align:top;
    font-weight:bold;
    cursor:pointer;
}
.YellowButton2:hover
{
    background-position:0 -350px;
}
.NormalGreen
{
    width:160px;
    height:30px;
    background-color:Transparent;
    border:none;
    background-image:url('../images/blue_buttonbg.png');
    color:White;
    line-height:30px;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
}
.SubButton_Add
{
    border:none;
    background-color:Transparent;
    color:Blue;
    text-decoration:underline;
    font-size:11px;
    cursor:pointer;
}
.Proceed
{
    width:990px;
    text-align:center;
    background-color:White;
    float:left;
    top:50px;
    margin:0 auto;
}
.proceedtablediv
{
    text-align:left;
    width:500px;
}
.proceedtablediv h2
{
    text-align:center;
}
.proceedtablediv td
{
    vertical-align:top;
    padding-bottom:3px;
    padding-left:8px;
    padding-right:8px;
}
.proceedtablediv h4
{
    font-size:14px;
}
.rbProceedContent
{
    width:500px;
    height:200px;
    text-align:center;
    position:relative;
    top:50px;
    margin:0 auto;
}
.Proceed_Table
{
    position:relative;
    width:540px;
    margin:0 auto;
}
.blue-button 
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('../images/blue_buttonbg.png') no-repeat;
    color:#fff; 
        text-decoration:none !important; 
        width:160px; 
        height:30px; 
        font:bold 16px Arial, Helvetica, sans-serif;
        line-height:30px;
        text-align:center; 
        display:block; 
        cursor:pointer;
    }
#C1IC
{
    min-height:378px !important;
    }
    *:first-child+html #C1IC {padding-bottom:17px;}


input
{
    margin:0;
    padding:0;
}
.samples
{
    float:left;
    padding:10px;
}
a.smalllink
{
    font-size:11px;
    color:Blue;
    text-decoration:underline;
    cursor:pointer;
    font-weight:normal;
    position:relative; /*this is the key*/
    z-index:24;
}
a.smalllink:hover{z-index:25; background-color:#ff0}

a.smalllink span{display: none}

a.smalllink:hover span{ /*the span will display just on :hover state*/
    display:block;
    padding:5px;
    position:absolute;
    top:2em; left:2em; width:30em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center
}
.psamples
{
    font-size:1.1em;
}
.rbTablediv
{
    margin:2px 1px 10px 1px;
    display:block;
}
.AmazonBox
{
    position:relative;
    margin-top:-200px;
}
.statusdiv
{
   text-align:right;
   padding:0;
   margin:0;
}
#C2Image {width:996px; height:88px; clear:both;}
