﻿
body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:10pt;
    margin:0px;
    padding:0px;
}

P {
    margin:0px 0px 5px;
}

/* Core Platform Styles
--------------------------*/
.block{
    display: block;
}
.inline{
    display: inline;
}
.wrap{
    white-space: normal;
}
.nowrap{
    white-space: nowrap;
}
.italic{
    font-style:italic;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.top{
    vertical-align: top;
}
.bottom{
    vertical-align: bottom;
}
.underline{
    text-decoration: underline;
}
.bold{
    font-weight: bold;
}
.smalltext{
    font-size:0.85em;
}
IMG{
    border:0px;
}
.margin10{
    margin:10px;
}
.watermark {
    color:#A0A0A0;
}
.clearfix { display: inline-block; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;line-height:0; }
.clear{
    clear:both;
}
.floatleft{
    float:left;
}
.floatright{
    float:right;
}
.dottedLine { 
    border-top:1px dotted #068ab4;
    border-bottom:none 0px;
    border-left:none 0px;
    border-right:none 0px;
}
.pagetop 
{
    padding:20px 0px;
    font-weight:bold;
    font-size:smaller;
    border-bottom:dotted 1px #909090;
    text-align:center;

}
.pagetop A, .pagetop A:visited { color:#C04040;text-decoration:none; }
.pagetop A:hover { text-decoration:underline; }

.input-validation-error {
    border:1px solid #990000;
    background-color: #FFE0E0;
}
.field-validation-error{
    font-size: smaller; 
    text-align: left;
    color:#C03333;
    display:block;
    line-height:1.0em;
    margin-bottom:2px;
}
.field-instructions {
    font-size: smaller; 
    text-align: left;
    display:block;
    line-height:1.0em;
    margin-bottom:2px;
}
form {
    margin:0px;
    padding:0px;
}
.messagecontainer{
    margin: 15px 5px 10px 5px;
    color: Red;
    font-size: 1.25em; 
}

/*
|| Forms.  All standard input forms should (account profile, register, etc)
|| should use these styles
||----------------------------------------------------------------------------
*/
.inputform { margin:0px; padding:0px;width:375px; }
.inputform UL { margin:0px;padding:0px;list-style-type:none;display:block;vertical-align:baseline;line-height:1.2em; }
.inputform LI { margin:0px;padding:0px;display:inline-block;line-height:1.2em;}
.inputform-btns { margin-left:155px;margin-top:10px;padding-bottom:15px; }
.inputform P { margin:0px 0px 10px 0px }

.inputfield { padding-left:155px;line-height:1.2em;display:block;vertical-align:baseline; }
.inputlabel { width:165px;font-weight:bold;text-align:right;display:block;float:left;line-height:2.1em;margin-right:5px; }

.inputfield input, .inputfield select {
    width: 200px;
    border:solid 1px #999;
    margin:3px 0px 0px 0px;
}
.inputfield textarea 
{
    width:200px;
    border:solid 1px #999;
    height:80px;
    margin:3px 0px 0px 0px;
    font-family: Arial, Helvetica, Sans-Serif;
}
fieldset 
{
    padding:10px;
}
.disclaimer {
    color:#F03333;
}

/* Validation Summary Box
-------------------------*/
.validation-summary {
    background-color:#FFFFD5;
    border:solid 1px #990000;
    color:#990000;
    margin-bottom:10px;
    padding:5px;
}
.validation-summary-title {
    font-size:1.2em;
    font-weight:bold;
    background-image:url(images/error-red.gif);
    background-repeat:no-repeat;
    padding-left:22px;
    line-height:18px;
}
.validation-summary UL {
    list-style-type:none;
    margin:5px 10px 0px 22px;
    padding:0px;
}
.validation-summary LI {
    margin:0px;
    padding:0px;
}

/* Information Note
-------------------------*/
.information-note
{
	border: 1px solid Gold;
	padding: 2px 40px;
	text-indent: 20px;
	background-color: #FFFFE1;
	background-image: url(images/Information.png);
	background-position: center left;
	background-repeat: no-repeat;
}



/* Confirm Order Page
------------------------------*/
.grpbox { border:solid 1px #ccc;margin-bottom:10px; }
.grpbox-title { border-top:1px solid #FFF;background-color:#f0f0f0;padding:2px 5px;color:#f27d00;}
.grpbox-content {padding:5px 10px;}
.grpbox-sep { border-top:solid 1px #ccc }


/* AddressBook
----------------------------*/
#pg_account_deleteaddressconfirm .formwrapper{
    color: Red;
    margin: 0 0 0 15px;
}

#pg_account_deleteaddressconfirm .inputform-btns {
    margin: 15px 10px 0;
}

/* Edit Address
----------------------------*/
#pg_account_editaddress .pg_account_enteraddress
{
    float:left;
    width:420px
}
#pg_account_editaddress .pg_account_verifyaddress
{
    float:left; 
    width:425px; 
    margin-top: 2px;
}


/* ConfirmOrder Page
----------------------------*/
.shipinfo-items 
{
    margin-top:3px;
    margin-bottom:3px;
}

.shipinfo-items LI
{
    margin-bottom:3px;
}

/* Shipping Options Page
----------------------------*/

.shipoptiontable{
    width:100%;
    background-color:#ffffff;
    border:1px solid #999960;
}
.shipitemdtltable{
    width:100%;
}
.rushprocessing{
    margin:10px 5px;
}
.shipmethod{
    margin-left:5px;
}
.giftorder{
    margin:0px 5px;
}
.ddshipoption{
    margin:10px 0px;
}
.shipitems{
    margin:5px 0px;
}
.shipaddress{
    margin:5px;
}

/* SelectAddress page
----------------------------*/
#MultipleAddressShipOption {
    float:right;
    width:160px;
    text-align:center;
    margin:10px 30px 0px 0px;
}

/* Shopping Cart
----------------------------*/
#pg_cart_shoppingcart{
    margin:10px;
}

/* Payment Options
-------------------------------*/
#Paymentoptions{
    width:100%;
    margin:0px auto;
}
#Paymentoptions .payment_section1 { float: left; width:600px; margin-right: 10px; }
#Paymentoptions .payment_section2 { float: left; width: 230px; }
#Paymentoptions .payment_section3 { font-size: 0.8em; margin: 8px 0pt; }
.paymenthdr{
    background-color:#f0ECE6;
    padding:4px 10px;
    color:#f27d00;
}

#pg_help #PG_Zone1 { float:left;width:215px; }
#pg_help #PG_Zone2 { margin-left:230px; }
.pg_help_toc 
{
    border:1px solid #C0C090;padding:5px;
    background-color:#F9F9E0;
}
.pg_help_toc DIV
{
    font-weight:bold;
}

/* Account - Shopper List
-------------------------------*/
#pg_account_shopperlist TH
{
    /*width: 250px;*/
    padding: 0 15px;
    text-align: left;
}
#pg_account_shopperlist TD
{
    /*width: 250px;*/
    padding: 0 15px;
    text-align: left;
}
.pw-shopperactions 
{
}
.pw-shopperactions UL
{
    margin:0px;
    padding-left:12px;
}
