A.login_link { color: #873420; font-family: arial; font-size: 8pt; text-decoration: none }
A.login_link:hover { color: #873420; font-family: arial; font-size: 8pt; text-decoration: underline }
.black_text { color: #000000; font-family: arial; font-size: 8pt; font-weight: bold }

#accountContainer { cursor: hand; cursor: pointer; padding: 4px 0px 0px 73px; font-weight: bold;  }
#toolA { background-image: url(/store/images/store_acct.gif); background-repeat: no-repeat; width: 195px; height: 21px; }
#toolB { background-image: url(/store/images/store_cart.gif); background-repeat: no-repeat; width: 484px; height: 21px; cursor: hand; cursor: pointer }
#toolC { width: 82px; height: 21px }

#fontSizer { text-align: right; vertical-align: top; padding: 0px 20px 11px 0px }

#itemText { padding-left: 73px; padding-top: 4px; font-weight: bold }

#shippingPlace { line-height: 14px; }
.radioLine { padding-bottom: 5px; }

.bot { padding: 0px 0px 5px 0px; }

.gr { background-color: #f1f1f1; border-bottom: 1px #ffffff; height: 20px; cursor: hand; cursor: pointer; vertical-align: middle;}

.pending { color: #07b40f; font-weight: bold }
.botLine { border-bottom: solid 1px #cbc9cb; padding: 0px 0px 3px 0px }

.optionTitle { background-color: #f3f7fb; border-top: solid 1px #dedede; border-bottom: solid 1px #336699; }


.report-box {
    border: 1px solid #555;
    border-radius: 5px;
    width: 570px;
    margin-bottom: 23px;
    box-shadow: 2px 2px 2px #cacaca;
    padding-bottom: 23px;
}

.titleRow {
    background-color: #f1f1f1;
}
.report-title {
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    padding: 11px 0;
    text-align: center;
    background-color: #f1f1f1;
    border-bottom: 1px dotted #555;
}
.itemRow {
    width: 540px;
    height: 30px;
    padding: 11px 11px 0 11px;
}

.itemRowB {
    background-color: #f5f5f5;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ddd;
}

.itemDesc {
    float: left;
    width: 200px;
}
.itemInput {
    float: left;
}
.itemInput input[type=text] {
        border: solid 1px #aaa;
		padding: 3px;
}

.why-ask-full-birth {
    cursor: help;
}

#UIStore-container {
    background-color: #fff;
    min-height: 650px;
    border-top: solid 1px #D0C9C9;
}

#UIStore-sidebar {
    width: 155px;
    float: right;
}

#UIStore-body {
    width: 765px;
}

.UIStore-item {
    clear: both;
    width: 100%;
}

.UIStore-prod-image {
    width: 150px;
    padding-right: 23px;
    text-align: center;
    float: left;
}
.UIStore-prod-image img {
    height: 120px;
}

.UIStore-prod-desc {
    float: left;
    width: 200px;
    padding-right: 11px;
}

.UIStore-prod-qty {
    float: left;
    width: 160px;
    padding-bottom: 23px;
}

.UIStore-prod-cost {
    width: 140px;
    float: left;
}
.UIStore-prod-cost div {
    width: 70px;
    float: left;
}

.UIStore-prod-message {
    vertical-align: bottom;
    padding-bottom: 5px;
}


.UIStore-prod-total {
    vertical-align: bottom;
    text-align: right;
    color: #535e53;
    padding-right: 20px;
    font-size: 18px;
}
.UIStore-prod-total div {
    float: left;
    padding-left: 23px;
}

.UIStore-prod-checkout {
    clear: both;
     text-align: right;
     padding: 32px 20px 43px 0;
}

#UIBody-content {
    width: 100% !important;
    background-color: #fff;
}
#UIBody-header-bar {
	display: none;
}
#UIContent-container {
    width: 100%;
}
#UIContent-left {
    width: 78% !important;
}

#UISidebar-cart {
    cursor: hand;
    cursor: pointer;
}

#myContinueButton,
#finalCreditButton {
    background: rgba(87,231,68,1);
    background: -moz-linear-gradient(top, rgba(87,231,68,1) 0%, rgba(41,126,40,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87,231,68,1)), color-stop(100%, rgba(41,126,40,1)));
    background: -webkit-linear-gradient(top, rgba(87,231,68,1) 0%, rgba(41,126,40,1) 100%);
    background: -o-linear-gradient(top, rgba(87,231,68,1) 0%, rgba(41,126,40,1) 100%);
    background: -ms-linear-gradient(top, rgba(87,231,68,1) 0%, rgba(41,126,40,1) 100%);
    background: linear-gradient(to bottom, rgba(87,231,68,1) 0%, rgba(41,126,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57e744', endColorstr='#297e28', GradientType=0 );


    background-color: #285C7E;
    cursor: hand;
    cursor: pointer;
    -webkit-appearance: none;
}

@media only screen and (max-width: 400px) {
	.UIStore-prod-image,
	.UIStore-prod-desc {
		width: 99%;
	}
	.UIStore-prod-image a img {
		height: auto;
		width: 98%;
	}
	.prod-title {
		padding-bottom: 11px;
	}
	.prod-title .grey_textSM {
		font-size: 1.2em !important;
	}

	.UIContainer {
		/* border: solid 1px #ddd; */
	}
}