/* == AccountExpiration Basic Style by David 'skOre' Deutsch == */

/* COLORS: General */
/* 000 - for strong text */
/* 00bcec - for backgrounds */
/* 003e56 - for borders */
/* 1d78b1 - for light borders */
/* b0efff - for light backgrounds */
/* COLORS: Steps */
/* 80df02 - Done Step */
/* 80df02 - Current Step */
/* 80df02 - Done Step */

/* == "Not Allowed" Page styling == */

table#cc_list {
clear: both;
width: 100%;
}

cc_list.tr {
height: 60px;
}
alert
td.cc_icons {
width: 60%;
padding: 5px;
}

img.cc_icon {
padding: 0 2px;
}

td.cc_gateway {
padding: 5px;
width: 40%
}

/* == Subscription Plans Page == */

.subscriptions {
width: 100%;
height: 100%;
clear: left;
}

.subscriptions table {
width: 100%;
padding-top: 4px;
}

.subscriptions th {
padding: 2px;
font-family: Georgia, "Times New Roman", serif;
font-size: 160%;
font-weight: normal;
text-align: left;
color: #000;
border-bottom: 1px solid #848484;
width: 100%;
}

.subscriptions td {
margin: 6px;
font-family: Tahoma, Verdana, Helvetica, sans-serif;
font-size: 110%;
text-indent: 20px;
color: #777;
}

.subscriptions td.buttons {
padding: 0px 12px;
border: none;
background: #FAFAFA url(images/plan_bck.jpg) repeat-x center;
text-align: right;
text-indent: 0px;
}

.gateway_button {
position: relative;
float: right;
background: #fff;
padding: 0px 4px;
margin: 0px 4px;
}

/* == Style for the PaymentPage OLD Style== */

/* == Style for the Payment Plans Box == */

.box_introduction {
width: 30em;
float: left;
margin: 0 4em;
background: #FAFAFA url(images/plan_bck.jpg) repeat-x center;
}

.introduction_text {
text-align: center;
}

.box_oneplan { /*Wrapping Box for one payment plan*/
position: relative;
float: left;
width: 95%;
margin: 5px;
}

.box_name { /*Box that holds the plans name*/
position: relative;
float: left;
width: 600px;
height: 24px;
border-bottom: 2px solid #848484;
padding: 1px;
}

H1.plan_name { /*Style for the name of the plan*/
padding-left: 1em;
margin-top: 4px;
}

.box_info { /*Box that holds all the plan information*/
position: relative;
width: 60%;
float: right;
margin: 5px auto;
background: #FAFAFA url(images/plan_bck.jpg) repeat-x center;
}

P.plan_desc { /*The plans description*/
margin-top: 1px;
padding-left: 1em;
padding-bottom: 1em;
}

/* == Style for the Payment Gateways Box == */

#allgateways { /*Wrapping Box for Payment Gateways*/
position: relative;
float: left;
width: 100%;
margin: 0 auto;
}

.box_onegateway { /*Wrapping Box for one Payment Gateway*/
position: relative;
float: left;
width: 165px;
border-bottom: 1px solid #848484;
border-left: 1px solid #848484;
border-right: 1px solid #848484;
margin: 4px;
}

.box_outer_button { /*Wrapping Box for one Button*/
position: relative;
height: 80px;
margin: auto auto;
width: 140px;
}

.box_button { /*Second Wrapping Box for one Button*/
position: relative;
top: 25px;
height: 60px;
margin: 0 auto;
text-align: center; /*workaround for IE*/
}

.box_gateway_description { /*Wrapping Box for Gateway Description*/
border: 1px solid #848484;
background-color: #fafafa;
padding: 2px;
margin: 5px;
}

H1.gateway_title { /*Description Text Heading*/
display: block;
font-size: 90% !important;
border-bottom: 1px solid #848484;
padding-bottom: 2px;
}

P.gateway_description { /*Description Text*/
display: block;
font-size: 90% !important;
}

input.box_select { /*Radio Button Style*/
padding-top: 50% !important;
}

/* == Styling for Thank you and Cancel Pages == */

table.plan_disclaimer { /*disclaimer at the end of the PaymentPlan Site*/
background: url(images/tbl_header.jpg) repeat-x top left;
border: 1px solid #999;
font-family: Tahoma, Verdana, Helvetica, sans-serif;
font-size: 95%;
text-indent: 2px;
}

table.payment_details {
background: url(images/tbl_header.jpg) repeat-x top left;
border: 1px solid #999;
font-family: Tahoma, Verdana, Helvetica, sans-serif;
font-size: 95%;
text-indent: 2px;
}

td.payment_item {
padding: 4px;
}

.payment_item {
margin: 10px 10px 0px 10px;
color: #000000;
}

.payment_date {
color: #505050;
text-align: right;
margin: 0px;
}

/* == Styling for the Expired Page == */

#box_expired {
width: 90%;
margin: 5% auto;
text-align: center;
clear: both;
}

#box_pending {
float:left;
width: 90%;
margin: 5% auto;
text-align: center;
padding-bottom: 40px;
}

#alert_level_3 {
width: 100%;
height: 100%;
background:url(images/alert_2.jpg) repeat-x top left #F9FDF0;
}

#alert_level_1 {
width: 100%;
height: 100%;
background:url(images/alert_2.jpg) repeat-x top left #F9FDF0;
}

#alert_level_-1 {
width: 100%;
height: 100%;
background:url(images/alert_2.jpg) repeat-x top left #F9FDF0;
}

#alert_level_2 {
width: 100%;
height: 100%;
background:url(images/alert_2.jpg) repeat-x top left #F9FDF0;}

#expired_greeting {
padding: 3px;
border: 2px solid #fff;
}

#box_expired p {
padding: 3px;
text-align: center;
}

#box_expired strong {
font-weight: bold;
}

#days_left{
padding: 3px;
border: 2px solid #fff;
}

* html #days_left{
}

#days_left h1 {
font-weight: bold;
font-size: 130%;
text-align: center;
}

#days_left p {
font-weight: bold;
font-size: 110%;
text-align: center;
}

#days_left strong {
font-weight: bold;
font-size: 110%;
text-align: center;
}

#renew_button {
padding: 25px;
text-align: center;
border: 2px solid #fff;
}

#upgrade_button {
padding: 15px;
text-align: center;
border: 2px solid #fff;
position: relative;
text-align: center;
display: block;
}

/* == Styling for the Confirmation Page == */

#confirmation {
width: 97%;
}

#confirmation table {
float:left;
width: 100%;
padding-top: 10px;
}

#confirmation th {
background: url(images/tbl_header.jpg) repeat-x top left;
padding: 6px;
margin: 3px;
}

#confirmation td {
padding: 10px;
margin: 3px;
text-align: center;
}

td.confirmation_description {
text-align: left;
}

td.confirmation_button {
text-align: center;
}

td.append_button {
text-align: center;
width: 90%;
}

/* == Styling for the Checkout Page == */

#checkout {
width: 97%;
}

#checkout table {
float:left;
}

table.amount {
float:left;
width: 100%;
padding: 2px 10%;
padding-top: 16px;
}

div#amountbox {
border:#DDD solid 1px;
}

table.amount tr {
position: relative;
float: left;
width: 100%;
padding: 2px;
border-bottom: 1px solid #555;
}

tr.total {
border-top: 2px solid #000;
border-bottom: none !important;
line-height: 32px;
}

td.item {
text-align: left;
width: 50%;
}

td.amount {
float: right;
text-align: right;
width: 40%;
}

td.item_later {
text-align: left;
width: 50%;
color: #999;
}

td.amount_later {
text-align: right;
width: 40%;
color: #999;
}

.couponerror {
float:left;
background-color: #F9FDF0;
clear: both;
width: 100%;
}

.couponwarning {
float:left;
background-color: #ffb;
clear: both;
width: 100%;
}

td.couponinfo {
text-align: center;
background-color: #eee;
}

td.coupondetails {
text-align: center;
}

table#couponsbox {
background-color: #ddd;
}

table#paramsbox {
margin-top: 24px;
background-color: #ddd;
}

table#checkoutbox {
margin-top: 24px;
background-color: #ddd;
}

td.checkout_action {
text-align: center;
}

/* == Styling for the Subscription Details Page == */

#subscription_details {
}

#subscription_details h2 {
font-weight: bold;
font-size: 110%;
}

#subscription_details table {
float:left;
width: 100%;
padding-top:10px;
}

#subscription_details th {
background: url(images/tbl_header.jpg) repeat-x top left;
padding: 6px;
margin: 3px;
}

#subscription_details td{
padding: 10px;
margin: 3px;
text-align: center;
}

#thankyou_page {
}

#cancel_page {
}