/*
Custom Styles for PHPurchase
*/

/* begin Styles */

#viewCartTable img {
	margin:0 0 0 10px;
}

#viewCartTable th {
    background-color: #666666 !important;
 	border-bottom: 1px solid #666666 !important;
}

#viewCartTable td .entry-view-field-name {
    background-color: #474747;
	/* background-color: #EAF2FA; */
} 

td .entry-view-field-value {
    background-color: #232323!important;
}


.Cart66ButtonPrimary, .Cart66ButtonSecondary, #content .Cart66ButtonPrimary, 
#content .Cart66ButtonSecondary, .Cart66CartButton .purAddToCart {
  font-size: 14px !important;
  line-height: inherit !important;
  height: inherit !important;
  padding: 0.15em 1em !important;
  border: 1px solid #6B15AA !important;
  background-color: #511082 !important;
  background-image: -webkit-linear-gradient(#511082, #3D0C62) !important;
  background-image: -moz-linear-gradient(#511082, #3D0C62) !important;
  background-image: -o-linear-gradient(#511082, #3D0C62) !important;
  background-image: -ms-linear-gradient(#511082, #3D0C62) !important;
  background-image: linear-gradient(#511082, #3D0C62) !important;
}

.Cart66GravityFormDisplay {
	color:#E8E8E8;
}

.Cart66GravityFormDisplay li {
    line-height: 1em;
    list-style-image: url("images/tick.png")!important;
    padding: 0;
}

/*
.phorm2 td {
	border: 0px;
} */

.phorm2 input[type=text],
.phorm2 input[type=password],
.phorm2 select {
	width: 240px;
}


.phorm2 ul li {
	margin: 0 0 6px 0;
	padding: 0 !important;
}

#Cart66AccountLogin.phorm2 input[type=text],
#Cart66AccountLogin.phorm2 input[type=password] {
	width: 200px;
}
#billingAddress {
	width:420px!important;
}

/* Account Info Readonly fields */
#Cart66AccountLogin  input.readonly {
	background-color:transparent;
	border:none;
	color:#E8E8E8;
	font-weight:bold;
}

.part-price {
	font-size: 1.2em;
	font-weight: bold;
	margin: 3px 7px 4px 16px;
}

#ccInfo input[type=text], #accountInfo input[type=text],
#accountInfo input[type=password],
#ccInfo select, #accountInfo select {
	width: 240px!important;
}

#ccInfo #payment-securityId {
    width: 80px!important;
}

select#payment-cardExpirationMonth,  select#payment-cardExpirationYear{
	width:115px!important;
}

div#billiingInfo ul li, div#shippingInfo ul li {
    list-style-image: none!important;
    list-style-type:none!important;
}

#Cart66ZipWarning h2, #Cart66ShippingWarning h2 {
	color: #666666;
}

#paypalexpresscheckout {
    float: right !important;
    margin: 10px 10px 0px 0px !important;
}

div.pp-checkout {
	display: block;
	border-bottom:dotted thick #511082;
}

#Cart66PayPalPro_form  ul li{
	list-style-image:none !important;
}

#Cart66PayPalPro_form.phorm2 ul.shortLabels li label {
    width: 105px; !important;
}

.summary-message{
    position: relative;
    padding: 7px 15px!important;
    margin-bottom: 18px;
    margin-right:25px;
    color: #404040;
	background-color:#E6C4FF !important;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #E6C4FF), color-stop(100%, #CC88FF)) !important;
    background-image: -webkit-linear-gradient(#E6C4FF, #CC88FF) !important;
    background-image: -moz-linear-gradient(#E6C4FF, #CC88FF) !important;
    background-image: -o-linear-gradient(#E6C4FF, #CC88FF) !important;
    background-image: -ms-linear-gradient(#E6C4FF, #CC88FF) !important;
    background-image: linear-gradient(#E6C4FF, #CC88FF) !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #CC88FF #CC88FF #BA5EFF !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-width: 3px !important;
    border-style: solid;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  }

.summary-message a{
	font-weight: bold;
    color: #404040;
}  

#viewCartTable tr td:first-of-type {
	max-width: 406px !important;
}

.cart66-cart-item-number, .cart66-receipt-item-number {
	color: #FBDA01 ;
}

.checkout-custom-field {
	width: 450px;
	margin: 0 0 20px 0; 
}

.phorm2 .errorField {
    border: 5px solid #AD0000 !important;
}