@import url("overlay.css");
* {
/* font-size: 13px; */
}

table.padded-table td { 
    padding:2px; 
}

#shoppingCart {
    margin-top:10px;
}

.itemPrice {
    width:75px; 
    text-align:center;
    border-bottom:1px solid;
    border-right:1px solid;
    
}

#payment_form {
    clear:both;
	margin: 7px auto 0;
    width: 518px;
	border: 1px solid #ccc/*#9cbfea*/;
	/*padding: 3px 25px 25px 25px;*/
}

#payment_form .payment_description {
    
}

#payment_form .payment_details {
    
}

#paymentPayPal input[type=image]{

	width:145px;
	height:34px;

}


#payment_form span {
    font-family: sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #666666;
}

#payment_form h2 {
    *background: none repeat scroll 0px 0px #FFF;
    *color: rgb(255, 255, 255);
    *border-radius: 5px 5px 5px 5px;
    *box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.46);
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    margin: 0px;
    padding: 10px 0px 0px 15px;
    text-align: center;
    width: 500px;
}

#payment_form .section {
    color: #000000;
    font-size: 12px;
    padding: 0 15px 10px 15px;
    text-align: left;
}

#payment_form .section label {
    float: left;
    font-size: 13px;
    padding: 5px 5px 0px 0px;
    text-align: right;
    width: 170px;
}

#payment_form .field {
    background-color: #F3F3F3;
    border: 1px solid #d9d9d9;
    border-radius: 3px 3px 3px 3px;
    float: left;
    margin-bottom: 4px;
    padding: 5px;
    width: 200px;
	/*height: 22px;*/
}

#payment_form #country, #payment_form #shipCountry, #payment_form #state, #payment_form #shipState{
    width: 200px;
}


#payment_form .fields {
    background-color: #F3F3F3;
    border: 1px solid #d9d9d9;
    border-radius: 3px 3px 3px 3px;
    float: left;
    margin-bottom: 8px;
    margin-right: 10px;
    padding: 5px;
    /*width: 80px;*/
}

#payment_form .field:hover, #payment_form .fields:hover {
    border: 1px solid #5886D3;
}

#payment_form .field:focus, #payment_form .fields:focus {
    border: 1px solid #5886D3;
}

#payment_form .field_float {
    float: left;
    margin-bottom: 8px;
    margin-right: 10px;
}

#payment_form .static_value {
    margin-top:8px;
    font-size:15px;
    font-weight:bold;
}

#payment_form #paymentCreditCard {    
    float: left;
    font-weight: bold;
    height: 85px;        
    text-align: center;
    width: 100px;
    margin-top: -11px;
}

#payment_form #paymentCreditCard label {
    float:none;
    font-weight: bold;
    text-align: center;
    widows: 100px;
    padding: 0;
    cursor:pointer;
}

#payment_form #paymentPayPal {
    cursor: pointer;
    float: left;           
    padding-left: 5px;
    text-align: center;
    margin-top: 0px;
}

#payment_form .cart_totals {
    width: 80px;
    font-size: 12px;
    font-weight: bold;
}

#payment_form .payOr {
    float: left; 
    width: 75px; 
    text-align: center; 
    margin-left: 140px; 
    font-weight: bold; 
    margin-top: 21px;
}

#payment_rt {
    float: right;
	margin: 7px auto 0;
    width: 249px;
	border: 1px solid #ccc;
	padding: 7px;
	background-color: #fff;
}

#payment_rt  p {
font: 13px Verdana, Arial, sans-serif;
color: #000;
padding: 8px 0 8px 0;
line-height: 18px;
}

#payment_rt  h2 {
font: 20px Verdana, Arial, sans-serif;
color: #000;
font-weight: bold;
line-height: 18px;
}

#disclaimer {
    margin-bottom: 20px;
}

.divSpacer {
    clear: both;
}

.hiddenBox {
    display: none;
}

.cvvBox {
    background-color: #FFF;
    border: 1px dotted black;
    height: 300px;
    width: 450px;
    position: fixed;
    top:200px;
    left:35%;
    z-index: 1000;
}

.cvvBox p {
    padding: 0 10px 0 10px;
}

.echeck_help {
    background-image: url("images/echeck-help.gif");
    width: 315px;
    height: 53px;
    margin: 0 auto;
}

.BoxClose {    
    height: 20px;
    position: absolute;
    text-indent: -9999px;
    top: 0px;
    width: 20px;
    right: 0;
    cursor: pointer;
}

.click {
    cursor: pointer;
}

.divShip {
    margin-top:5px;
}

#submit {                                     
    background-image: none;
    font-family: "AllerBold", "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 5px 17px;
    line-height: 1.3;
    height: auto;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.46);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.46);
    }
#submit:hover {
    text-decoration: none;
    color:#e5a43a;
}
.submit {
    text-align: center;
}
.section_text {
    padding: 0 50px;
}
.disclaimer {
    padding: 0 70px 0 50px;
}
.error {
    color: white;
    padding: 11px;
    background-color: red;
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;
}
#crossProducts {
/*width: 93%;*/
margin: 0 auto;
}

#payment_form .section2 {
    color: #000000;
    font-size: 12px;
    padding: 10px 15px 10px 33px;
    text-align: left;
	/*border: #e3e3e3 solid 3px;*/
}

#payment_form .section2 label {
    /*float: left;*/
    font-size: 13px;
    padding: 5px 5px 0px 0px;
    /*text-align: right;*/
    width: 170px;
}

#payment_form .section2  .shipfields {
	float:left; 
	padding-right: 16px;
	width: 215px;
}

#payment_form .section2 table {margin:auto}

#paymentButtonCC {padding: 10px;}

#crossProducts_top{
margin: 0 auto;
text-align: center;
}

#crossProducts_top h3{
font-weight:bold;}

#payment_form .section2_mid {
    color: #000000;
    font-size: 12px;
    padding: 10px 15px 10px 33px;
    text-align: left;
	/*border: #e3e3e3 solid 3px;*/
}
#payment_form .section2_mid label {
    float: left;
    font-size: 13px;
    padding: 5px 5px 0px 0px;
    text-align: right;
    width: 170px;
}

#payment_form .section2_mid table {margin:auto}

#continueShopping{float:left;}

.cartbutton{background-color: #c0c0c0;
	background-image: linear-gradient(#ccc,#999);
	border: medium none;
	border-radius: 15px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.46);
	color: white;
	cursor: pointer;
	font-family: "AllerBold","Arial","Helvetica",sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	line-height: 1.3;
	padding: 5px 17px;
	float: left;
}

#shipFieldsCC{
	width: 401px;
}

.shipfields input[type="text"] {
	height:19px !important;
}

.shipFields select {
	height:19px !important;
}

.clearSameAsShipping {
  clear: both;
  height: 0px;
  margin-top: -20px;
}

#sameAsShipping{
	float: left;
}

.crosssell {border: #225CBE dashed 2px; padding: 5px;width: 255px;margin: 5px 30px;border-radius: 10px;background-color: #F3F3F3;display: inline-block;}
.crosssell:hover {border: #00901e dashed 2px;background-color: #eee;}
#payment_rt .crosssell {margin: 9px auto;width:233px;}
.crosstext{line-height: 15px;font-size: 12px;text-align: left;}
.ctitle{font-size:20px;color:#0C501A;font-weight: bold;}
.csubtitle{font-size:15px;color:#000;font-weight:bold;}

.crosssell2{
	border:#bbb dashed 3px;
	padding:15px 0px;
	float:left;
	width:295px;
	margin: 5px 30px 20px;
	background-color: #F7F7F7;
	display: inline-block;
}
.crosssell2:hover {border:#A5C4F6 dashed 3px;background-color: #eee;}
#payment_rt .crosssell2 {margin: 9px auto;width:233px;}
.crosstext2{line-height: 15px;font-size: 12px;text-align: left;}
.ctitle2{font-size:20px;color:#0C501A;font-weight: bold;}
.csubtitle2{font-size:15px;color:#000;font-weight:bold;}

#cart_lt {float:left; width:510px;}
#cart_ct {float:none; width:510px; margin:auto;}
.cart_title{margin: 0 9px;border-top: 1px solid #d9d9d9;padding-top: 11px;font-weight:bold;}

.crosssellp{background-color: #FFFFFF; border: #bbb solid 2px; width:85%; padding: 8px;padding-right: 15px;margin: 5px 9px;border-radius: 10px;background-color: #F3F3F3;display: inline-block;}
.crosssellp:hover {/*border: #00901e dashed 2px;*/background-color: #eee;}

#DD:hover  {border: #223c6a solid 2px !important;}
#CB:hover  {border: #6a2222 solid 2px !important;}
#O3:hover  {border: #223c6a solid 2px !important;}

.crosssellg{border: #bbb dashed 2px;padding: 2px;width: 279px;margin: 5px 9px;border-radius: 10px;background-color: #F3F3F3;display: inline-block;}
.crosssellg:hover {border: #6B976C dashed 2px;background-color: #eee;}
.crosssellg .ctitle2{color:#0C501A;}

/* MOBILE */@media only screen and (min-device-width: 0px) and (max-device-width: 720px){	#crossProducts_top:before {		content: "Scroll Down For Checkout";		font-size: 18px;		font-weight: bold;		display: inline-block;		margin: 6px 0;	}	#crossProducts_top h3 {		display: none;	}}
@media only screen and (max-device-width: 480px){ 

#payment_form {
	width:calc(100% - 2px);
}

#payment_form .section2_mid  .shipfields {
	float:left; 
	padding-right: 16px;
	  width: 100%;
}

#payment_form .section2_mid {
	padding: 10px 15px 10px 18px;
}

#shippingLabel{
  margin-left: -7px;
}

#payment_form .section2_mid label {
  float: left;
  padding: 5px 5px 0px 0px;
  text-align: left;
  width: 100%;
}

#useShipping{
    margin: 0%;
}

table label {
padding: 13px 9px 0 25px !important;
}

table select {
	max-width:100%;
}

#payment_form .section2_mid table {
  margin-left: -25px;
}

#orderbut{
  display: block;
  padding-top: 34px;
  margin-left: -5%px;
}

#payment_form #paymentPayPal{
margin-top: -15px;
  margin-left: 0;
  text-align: center;
  float: none;
}

.padded-table {
	margin-left: 0px;
}

.crosssell2 {
    width: 97% !important;
    margin: 0px 0px 25px 0px !important;
	min-height: none;
}

.crosssell2 div:nth-of-type(2) {
	float: left;
	width: 30%;
}

.crosssell2 .crosstext2, .crosssell2 div:first-of-type, .crosssell2 div:nth-of-type(4) {
	width: 68%;
    float: right;
    padding-right: 4px;
	text-align: left !important;
}

.cart-row div {
	margin-left: 10px !important;
}

.cart-row  input {
	margin-left: 13px !important;
}

.cart-row button {
  margin-top: 23px;
}

#payment_form .payOr {
  margin: 6px 0px 0px 0px !important;
  text-align: center;
  float: none;
  width: 100%;
}

#payment_form .field {
	
}

#payment_form #paymentCreditCard {
  float: none;
  font-weight: inherit;
  height: inherit;
  text-align: center;
  width: inherit;
  margin-top: -11px;
}

#shoppingCart td{
	font-size:12px;
}

.cart-row:nth-of-type(2) > img{
margin:0px !important;
display:none;
}

.itemPrice {
  min-width: 0px !important;
}

.itemPrice{
vertical-align: middle !important;
}

.cart-row:last-of-type{
	vertical-align: bottom;
}

#payment_form .field {
  max-width: 100% !important;
}

#cardNumber input{
	width:45%;
}

input#cardNumber{
float: left !important;
  width: 59% !important;
  margin-left: 6%;
  margin-bottom: 3% !important;
}

input#cvv{
float: left !important;
    width: 59% !important;
  margin-left: 6%;
  margin-bottom: 3% !important;
}

select#expMo{
  width: 43%;
  clear: both;
  margin-left: 6%;
  margin-top: 1%;
}

select#expYr{
  margin-top: 1%;
  width: 43%;
}
 /*
#creditcardBox label{
	margin: -9px 0px 0px 0px;
}
*/

#creditcardBox  {
	width:96%;
}
img.click {
	display:none;
}

#creditcardBox h3{
	width: 98%;
}

#orderbut{
  padding-top: 99px;
}

#content{
	overflow: hidden;
}

select#shipOption_International  {
	width: 90% !important;
}

select#shipOption_Canada  {
	width: 90% !important;
}

select#shipOption_US  {
	width: 90% !important;
}

#payment_form .section2_mid  input[type="text"]{
  clear: both;
  margin-top: 0px;
  width: 97%;
}

.field select{
	width:150px !important;
}

#payment_form #shipState {
  width: 97%;
}

#payment_form #state {
  width: 100%;
}

#payment_form #country {
width: 100%;
}

#payment_form #shipCountry{
  width: 100%;
}

#payment_form #cardNumber{
    width: 96% !important;
}

#payment_form #cvv{
  width: 96% !important;
}

#shipFieldsCC{
	width: 100%;
	padding-right:0px !important;
}
/* END MOBILE*/
}

@media only screen and (min-device-width: 481px) and (max-device-width: 720px){
	.crosssell2 {
		padding: 15px 5px;
		box-sizing: border-box;
		min-width: 226px !important;
		margin: 0;
		width: 49% !important;
		margin-bottom: 10px;
	}
	
	.crosssell2 + .crosssell2 {
		float: right;
	}
}


