.system_DisplayNone{ display:none; }

.RecalculateCartIcons{
	padding:0px;
	margin: 0px;
}

body, table, td, span, a, b, input, select{}



.onesteporder-fl_left{ float:left; }
.onesteporder-fl_right{ float:right; }
.onesteporder-center{text-align:center;}
.onesteporder-width1000{ max-width:972px; min-width:700px; margin: 0 auto; text-align:left;  }

.onesteporder-center-IFrame{text-align:center;}
.onesteporder-width1000-IFrame{ width:972px; margin: 0 auto; text-align:left; padding:25px;}




.onesteporder-block-title{
	color: #606060;
    font-size: 16px;
    padding-bottom: 30px;
}
.onesteporder-block-title-nobg{
	font-family:"Calibri";
	font-size:17px;
	color:#000000;
	display:inline-block;
	padding: 20px;
	height:22px;
	line-height:22px;
}
.onesteporder-remove-all-elements{ 	float:right; margin: 24px 0px 0px 0px;}
.onesteporder-remove-all-elements a{
	font-family:"Verdana";
	font-size: 11px!important;
	color:#1799c4;
	text-decoration:underline;
	/* border-bottom:1px dotted #1799c4; */
	line-height: 17px;
	margin-right:35px;
	font-weight:normal;
}
	.onesteporder-remove-all-elements a:hover{
		text-decoration:none;
	}
	.onesteporder-remove-all-elements a span{
		background: url('../images/onesteporder/onesteporder-icons.png') left top no-repeat;	
		border: 0px;
		font-size: 0px;
		width: 18px;
		height: 20px;
		background-position: -9px -9px;
		cursor: pointer;
		margin: 2px 0px 0px 7px;
		display:inline-block;
		vertical-align:middle;
	}
		.onesteporder-remove-all-elements a span.hover{ background-position: -30px -9px; }
		.onesteporder-remove-all-elements a span.active{ background-position: -51px -9px; }
		.onesteporder-remove-all-elements a span.disabled{ background-position: -72px -9px; }

	
	
.onesteporder-products-table{
	border: 1px solid #EFEFEF;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
	.onesteporder-products-tr{ border-bottom: 1px solid #F7F7F7; }
	.onesteporder-products-tr td, .onesteporder-products-tr-prelast td{ line-height:38px; vertical-align:middle; }
	
	.onesteporder-products-tr-first{ border-bottom: 0px; }
	.onesteporder-products-tr-last{ border-bottom: 0px; }
	.onesteporder-products-tr-first td{ padding: 10px 0px 0px 0px;}
	.onesteporder-products-tr-first .onesteporder-products-price{ border-bottom:0px; border-top: 1px solid #FFFFFF;}
	.onesteporder-products-tr-prelast .onesteporder-products-price{ border-bottom:0px;}
	.onesteporder-products-tr-last td{ padding: 0px 0px 10px 0px;}
		
		.onesteporder-products-img{
			padding: 0px 20px 0px 50px;
			width: 50px;
		}
		.onesteporder-products-img img{
			width:50px;
		}
		.onesteporder-products-name{ padding:10px 0px 10px 10px; line-height: 21px!important;}
		.onesteporder-products-name a{
			font-family:"Verdana";
			font-size: 11px!important;
			color:#1799c4;
			text-decoration:underline;
			line-height:17px;
			font-weight:normal;
		}
		.onesteporder-products-count{
			width: 170px;
			text-align: center;
		}
		.onesteporder-products-price{
			background: white;
			border-bottom: 1px solid #F7F7F7;
			text-align: center;
			width: 125px;
			font-family: Arial;
			color: black;
			font-size: 14px!important;
		}
		.onesteporder-products-delete{
			width: 88px;
			text-align: center;
		}

			.onesteporder-products-count-icon-p{
				background: url('../images/onesteporder/onesteporder-icons.png') left top no-repeat;
				border: 0px;
				font-size: 0px;
				width: 18px;
				height: 20px;
				background-position: -9px -55px;	
				cursor: pointer;
				position: relative;
				top: -3px;
			}
				.onesteporder-products-count-icon-p-hover{ background-position: -30px -55px; }
				.onesteporder-products-count-icon-p-active{ background-position: -51px -55px; }
				.onesteporder-products-count-icon-p-disabled{ background-position: -72px -55px; cursor:default; }
				
			.onesteporder-products-count-icon-m{
				background: url('../images/onesteporder/onesteporder-icons.png') left top no-repeat;	
				border: 0px;
				font-size: 0px;
				width: 18px;
				height: 20px;
				background-position: -9px -78px;
				cursor: pointer;
				position: relative;
				top: -3px;
			}
				.onesteporder-products-count-icon-m-hover{ background-position: -30px -78px; }
				.onesteporder-products-count-icon-m-active{ background-position: -51px -78px; }
				.onesteporder-products-count-icon-m-disabled{ background-position: -72px -78px; cursor:default;}

			.onesteporder-products-count-input{
				background: url('../images/onesteporder/onesteporder-inputs.png') left top repeat-x;
				width: 48px;
				height: 29px;
				border: 0px;
				background-position: 0px -542px;
				border-left: 1px solid #EFEFEF;
				border-right: 1px solid #EFEFEF;
				text-align: center;
				line-height: 29px;
				font-family: "Calibri";
				font-size: 14px;
				color: #656565;
				position: relative;
				top: -1px;
			}


			a.onesteporder-products-remove{ text-decoration:none }
			a.onesteporder-products-remove span{
				background: url('/img/close_but.png') left top no-repeat;	
				border: 0px;
				font-size: 0px;
				width: 18px;
				height: 20px;
				/*background-position: -9px -32px;*/
				cursor: pointer;
				position: relative;
				top: 2px;
				display:inline-block;
			}
				/*a.onesteporder-products-remove span.hover{ background-position: -30px -32px; }
				a.onesteporder-products-remove span.active{ background-position: -51px -32px; }
				a.onesteporder-products-remove span.disabled{ background-position: -72px -32px; }*/

	

.onesteporder-products-pre-total-div{
	height: 132px;
	margin-bottom: 5px;
}	
.onesteporder-products-pre-total-table{
	width: 490px;
	border-collapse: collapse;
	margin-top: 6px;
	float:right;
}				
.onesteporder-products-pre-total-table td{
	
	border-top: 6px solid white;
}	
.onesteporder-products-pre-total-tr-discount{
	height:34px;
	line-height:34px;
}
.onesteporder-products-pre-total-tr-total{
	height:60px;
	line-height:60px;	
}

.onesteporder-products-pre-total-tr-discount .onesteporder-products-pre-total-td1{
	font-family:"Verdana";
	font-size: 11px!important;
	color:#656565;
	padding-left:40px;
	width:240px;
}
	.onesteporder-products-pre-total-tr-discount .onesteporder-products-pre-total-td1 div{
		color: #818181;
    /*float: left;*/
    
    width: 260px;
	}
	.onesteporder-products-pre-total-tr-discount .onesteporder-products-pre-total-td1 a{
		 color: #5F991B;
    text-decoration: underline;
	}
	.onesteporder-products-pre-total-tr-discount .onesteporder-products-pre-total-td1 a:hover{
		padding-top:1px;
		border-bottom:0px;
	}
.onesteporder-products-pre-total-tr-discount .onesteporder-products-pre-total-td2{
	/*background-color: #F3F3F3;*/
    color: #7B7B7B;
   /* float: left;*/
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: right;
    width: 120px;
}
.onesteporder-products-pre-total-tr-discount .onesteporder-products-pre-total-td3{width: 90px;}



.onesteporder-products-pre-total-tr-total .onesteporder-products-pre-total-td1{
	font-family:"Calibri";
	font-size:17px;
	color:#2f2f2f;
	padding-left:80px;
	width:240px;
}
.onesteporder-products-pre-total-tr-total .onesteporder-products-pre-total-td2{
	font-family:"Calibri";
	font-size:18px;
	color:#2f2f2f;
	text-align:center;
}
.onesteporder-products-pre-total-tr-total .onesteporder-products-pre-total-td3{width: 90px;}


.onesteporder-order-types{
	/*background: url('../images/onesteporder/onesteporder-inputs.png') left top repeat-x;*/
	height: 39px;
margin-bottom:35px;
	/*background-position: 0px -373px;*/
}	
	.onesteporder-order-types ul{
		list-style: none;
		height: 39px;
		/*border-left: 1px solid #D1D1D1;*/
		padding:0px;
		margin:0px;
	}	
		.onesteporder-order-types li{ float: right; }	
			.onesteporder-order-types li a.system_TabOrderingType{
				font-family: "Calibri";
				font-size: 14px;
				color: #5F5F5F;
				text-decoration: none;
				text-shadow: 0px 1px 0px white;

				font-weight:normal;
				display: block;
				text-align: center;
				line-height: 39px;
				border-right: 1px solid #D1D1D1;
			}	
			.onesteporder-order-types li a.system_TabOrderingType:hover{
				background: url('../images/onesteporder/onesteporder-inputs.png') left top repeat-x;
				background-position: 0px -414px;
			}	
			.onesteporder-order-types li a.system_TabOrderingTypeCurrent, .onesteporder-order-types li a.system_TabOrderingTypeCurrent:hover{
				background: url('../images/onesteporder/onesteporder-inputs.png') left top repeat-x;
				background-position: 0px -456px;
				color:#ffffff;
				text-shadow:none;
			}	
	
	.onesteporder-order-types-information-div{
	
	}
	.onesteporder-order-types-information{
		background:#f5f5f5;
		margin-bottom: 55px;
		
	}	
	.onesteporder-order-types-information0{
		width:207px;
	}
	.onesteporder-order-types-information-padding{
		padding: 20px 10px;
		font-family: "Verdana";
		font-size: 11px!important;
		color: dimGray;
		line-height: 17px;
	}
	.onesteporder-order-types-information1, .onesteporder-order-types-information2, .onesteporder-order-types-information3{
		font-family: "Verdana";
		font-size: 11px!important;
		color: dimGray;
		line-height: 17px;
		display:inline-block;
		vertical-align: top;
	}
	.onesteporder-order-types-information1 span{
		background: url('../images/onesteporder/onesteporder-icons.png') left top no-repeat;
		width: 38px;
		height: 35px;
		background-position: -99px -9px;
		display: block;
		float: left;
		margin: 0px 15px 48px 0px;
	}
	.onesteporder-order-types-information2 span{
		background: url('../images/onesteporder/onesteporder-icons.png') left top no-repeat;
		width: 35px;
		height: 34px;
		background-position: -147px -9px;
		display: block;
		float: left;
		margin: 0px 17px 48px 0px;
	}
	.onesteporder-order-types-information3 span{
		background: url('../images/onesteporder/onesteporder-icons.png') left top no-repeat;
		width: 20px;
		height: 36px;
		background-position: -192px -9px;
		display: block;
		float: left;
		margin: 0px 24px 49px 8px;
	}
	.onesteporder-order-types-information1 span.current{background-position: -99px -58px;}
	.onesteporder-order-types-information2 span.current{background-position: -147px -58px;}
	.onesteporder-order-types-information3 span.current{background-position: -192px -58px;}

	.onesteporder-order-types-information-array-tr{
		background:#FFFFFF;
	}
	.onesteporder-order-types-information-array, .onesteporder-order-types-information-array-visible{
		height: 17px;		
		display:inline-block;
		//display:inline;
		//zoom:1;
		
	}	
	.onesteporder-order-types-information-array-visible{ background: url('../images/onesteporder/onesteporder-order-types-information-current.png') center bottom no-repeat; }	

	
	
.onesteporder-contact-div{
	float: left;
    width: 530px;
}	
.onesteporder-delivery-n-payment-div{
	vertical-align:top;
	display:inline-block;
}


.onesteporder-contact-yandex{
	display:inline-block;
	height:60px;
	line-height:61px;
	width: 252px;
	text-align:center;
	vertical-align:top;
}	
	
.onesteporder-contact-yandex a{
	font-family:"Verdana";
	font-size: 11px!important;
	color:#656565;
	text-decoration:underline;
	font-weight:normal;
}	
.onesteporder-contact-yandex a:hover{ text-decoration:none }
	.onesteporder-contact-yandex-lable{color:#000000;}
	.onesteporder-contact-yandex-lable span{color:#ff000a;}

.onesteporder-contact-table{
	/*background: #f5f5f5;*/
	width: 530px;
	border-collapse: collapse;
	/*margin-bottom: 30px;*/
}
	.onesteporder-contact-tr-delay td{ height: 20px; }
	.onesteporder-contact-tr-first{}
	.onesteporder-contact-tr-last{}
	.onesteporder-contact-td-last{
		text-align:right;
		padding:0px 40px;
		line-height:36px;
		font-family:"Verdana";
		font-size: 11px!important;
		color:#696969;
		vertical-align: top;
	}
	.onesteporder-contact-td-last a{
		text-decoration:none;
		border-bottom:1px dotted #1799c4;
		color:#1799c4;
		font-weight:normal;
	}
	.onesteporder-contact-td-last a:hover{
		padding-top:1px;
		border-bottom:0px;
	}
	.onesteporder-contact-tr-first td{
		padding:0px 40px;
		line-height:17px;
		font-family:"Verdana";
		font-size: 11px!important;
		color:#a6a6a6;
		vertical-align: top;
	}
	.onesteporder-contact-tr-first td a{
		font-family:"Verdana";
		font-size: 11px!important;
		color:#1799c4;
		text-decoration:none;
		border-bottom:1px dotted #1799c4;
		font-weight:normal;
	}
		
	.onesteporder-contact-tr{ border-bottom: 1px solid white; }
		.onesteporder-contact-td1{
			/*font-family:"Calibri";	*/		
			font-size: 13px;
   			font-weight: bold;
   			line-height: 17px;
  			padding: 10px 0 10px 10px;
   			vertical-align: middle;
   			width: 150px;
		}
		.onesteporder-contact-td1 span, .onesteporder-contact-td-last span{ color:#ff000a }
		.onesteporder-contact-td2{
			width:240px;
			font-family:"Verdana";
			font-size: 11px!important;
			color:#656565;
			padding:5px 10px;
		}

		.onesteporder-contact-button{
			background-image: url("/img/bg-add_but.png");
    color: #FFFFFF;
    display: block;
    float: left;
    line-height: 31px;
height: 31px;
border:0px;
    margin-top: 23px;
    text-align: center;
    text-decoration: none;
		}
		/*.onesteporder-contact-button-hover{ background-position: 0px -277px; }
		.onesteporder-contact-button-active{ background-position: 0px -307px;}
		.onesteporder-contact-button-disabled{ background-position: 0px -339px; color: #BDBDBD; text-shadow:none; cursor:default;}*/
		
		.onesteporder-contact-input{
			background: #ffffff;
			width: 240px;
			background-position: 0px -509px;
			height: 28px;
			border: 1px solid #D9D9D9;
			line-height: 28px;
			font-family: "Verdana";
			font-size: 11px!important;
			color: #656565;
		}
		.onesteporder-contact-textarea{
			background: #ffffff;
			width: 240px;
			background-position: 0px -509px;
			height: 84px;
			border: 1px solid #D9D9D9;
			line-height: 25px;
			font-family: "Verdana";
			font-size: 11px!important;
			color: #656565;
			resize: none;
		}
		.onesteporder-contact-select{
			width: 240px;
			height: 28px;
			border: 1px solid #D9D9D9;
			line-height: 28px;
			font-family: "Verdana";
			font-size: 11px!important;
			color: #656565;
		}
		

.radio{display:none;}
.custom_radio, .custom_radio_active{
	background: url('../images/onesteporder/onesteporder-icons.png') left top no-repeat;	
	display:inline-block;
	width: 11px;
	height: 16px;
	padding-right: 5px;
	cursor: pointer;
	border:0px!important;
}
.custom_radio{background-position: -9px -124px;}
.custom_radio:hover{background-position: -30px -124px;}
.custom_radio_active{background-position: -51px -124px;}
.custom_radio_active:hover{background-position: -72px -124px;}
.custom_radio_disabled{background-position: -93px -124px!important; cursor:default;}
.custom_radio_active_disabled{background-position: -114px -124px!important; cursor:default;}



.checkbox{display:none;}
.custom_checkbox, .custom_checkbox_active{
	background: url('../images/onesteporder/onesteporder-icons.png') left top no-repeat;	
	display:inline-block;
	width: 11px;
	height: 16px;
	padding-right: 5px;
	cursor: pointer;
	border:0px!important;
}
.custom_checkbox{background-position: -9px -101px;}
.custom_checkbox:hover{background-position: -30px -101px;}
.custom_checkbox_active{background-position: -51px -101px;}
.custom_checkbox_active:hover{background-position: -72px -101px;}

.onesteporder-contact-tr-first label, .onesteporder-contact-td2 label{cursor: pointer;}
.onesteporder-contact-tr-first .custom_checkbox{
	margin: 10px 14px 0px 0px;
	float: left;
}

.onesteporder-contact-td2 .custom_checkbox{ float: left; margin: 3px 10px 0px 0px; }
.onesteporder-contact-td2 label{	line-height:21px; }





#ShippingMethods, #BillingMethods{float: right;
    width:inherit;
    }
#BillingMethods{ float: right;
    /*width: 380px;  */
    width:inherit;
    }


.onesteporder-shipping-n-payment-table{ width:380px;}
	.onesteporder-shipping-n-payment-tr{text-align:left;}
		.onesteporder-shipping-n-payment-td, .onesteporder-shipping-n-payment-td-last{ padding:5px; }
		.onesteporder-shipping-n-payment-td label, .onesteporder-shipping-n-payment-td-last label{cursor: pointer;}
		.onesteporder-shipping-n-payment-td{ border-bottom: 1px dashed#CECCCC; }
		.onesteporder-shipping-n-payment-td-last{}
		
			.onesteporder-shipping-n-payment-radio{
				vertical-align: middle;
				display:inline-block;
			}
			.onesteporder-shipping-n-payment-logo{
				vertical-align: middle;
				display:inline-block;
				margin-left: 15px;
			}
			.onesteporder-shipping-n-payment-name{
				vertical-align: middle;
				display:inline-block;				
				/*font-family:"Calibri";*/
				font-size:14px;
				color:#2f2f2f;
				/*font-weight: bold;*/
				margin-left: 15px;
			}
			.onesteporder-shipping-n-payment-rate{ 
				vertical-align: middle;
				float: right; 
				/*font-family:"Calibri";*/
				font-size:14px;
				color:#1799c4;
			}
			.onesteporder-shipping-n-payment-desc{
				font-family:"Verdana";
				font-size: 11px!important;
				color:#696969;	
				line-height:17px;
				margin-left: 35px;				
			}
			.onesteporder-shipping-n-payment-rate2{}
			.onesteporder-shipping-n-payment-rate2-text{
				font-family:"Verdana";
				font-size: 11px!important;
				color:#A6A6A6;	
				line-height: 28px;
			}
			.onesteporder-shipping-n-payment-rate2 select{
				float:right;
				width: 245px;
				height: 28px;
				border: 1px solid #D9D9D9;
				line-height: 28px;
				font-family: "Verdana";
				font-size: 11px!important;
				color: #656565;
				padding: 0px 0px 0px 5px;	
			}
			
.onesteporder-products-total-div{
	padding:15px 0px 60px 0px;
}			
.onesteporder-products-total{
	display:inline-block;
	//display:inline;
	//zoom:1;
	/*background: url('../images/onesteporder/onesteporder-products-pre-total-table.png') left top;*/
	/* width:489px;  */
	/*height:60px;*/
	margin-bottom:30px;
}				
	.onesteporder-products-total-div1{
	    color: #2F2F2F;
        width: 264px;
        //font-size: 0.8em;
        /*font-family: "Calibri";*/
	   /*font-size: 16px;
        color: #2F2F2F;
		padding-left: 40px;    */
        /*width: 264px;*/
	   /*	line-height:60px;
		display:inline-block;  */
	   /*	//display:inline; */
	   /*	//zoom:1;           */
		/* vertical-align:middle;  */
	}
					
	.onesteporder-products-total-div2{
		/*font-family: "Calibri";*/
		font-size: 18px;
		color: green;
		text-align: center;
		line-height:60px;
		display:inline-block;
		//display:inline;
		//zoom:1;
		/*width:180px;*/
		vertical-align:middle;
	}			
	.onesteporder-products-total-submit-icon, .onesteporder-products-total-submit-icon-fast{
		background: url('../images/onesteporder/onesteporder-icons.png') left top no-repeat;
		background-position: -188px -106px;
		width: 29px;
		height: 23px;
		cursor: pointer;
		position: relative;
		display: inline-block;
		//display:inline;
		//zoom:1;
	}	
	.onesteporder-products-total-submit-icon{ left:-255px; top:4px; }
	.onesteporder-products-total-submit-icon-fast{ left:-308px; top:8px; }	
	
	.onesteporder-products-total-submit-icon-disabled{ background-position: -158px -106px; }		
	.onesteporder-products-total-submit, .onesteporder-products-total-submit-fast{
		background: url('../images/onesteporder/buttons.png') left top repeat-x;
		width: 258px;
		height: 41px;
		border: 0px;
		background-position: 0px 0px;
		text-align: center;
		line-height: 41px;
		/*font-family: "Calibri";*/
		font-size: 27px;
		color: white;
		text-shadow: 0px -1px 0px #00688A;
		padding: 0px 0px 5px 30px;
		cursor:pointer;
	}		
	.onesteporder-noframe-ordering-button {
		background: url('../images/onesteporder/onesteporder-inputs.png') left top repeat-x;
		width: 377px;
		height: 60px;
		border: 0px;
		background-position: 0px 0px;
		text-align: center;
		line-height: 60px;
		/*font-family: "Calibri";*/
		font-size: 27px;
		color: white;
		text-shadow: 0px -1px 0px #00688A;
		cursor: pointer;
		margin: 122px 0px 0px 0px;
	}	
	/*.onesteporder-products-total-submit{ margin: 0px 0px 0px 70px; }	   */
	.onesteporder-products-total-submit-fast{ margin-left: 60px; }
	.onesteporder-products-total-submit-hover{ background-position: 0px -41px; }
	.onesteporder-products-total-submit-active{ background-position: 0px -82px; }
	.onesteporder-products-total-submit-disabled{ background-position: 0px -185px; color: #c7c6c6; text-shadow:none; cursor:default;}
		

	
	
.onesteporder-loading{
	background: url('../images/onesteporder/onesteporder-loading.gif') center 25px no-repeat;
	width: 486px;
	height: 81px;
	/*font-family: "Calibri";*/
	font-size: 27px;
	color: #1799C4;
	text-align: center;
	padding: 70px 0px 0px 0px;
}	


	
		
.onesteporder-fast-div{
	vertical-align:top;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:486px;
}
			
	.onesteporder-products-total-div-fast{}
	.onesteporder-products-total-fast{
		display:inline-block;
		//display:inline;
		//zoom:1;
		background: url('../images/onesteporder/onesteporder-products-pre-total-table.png') left top;
		width:486px;
		height:60px;
		margin: 0px 0px 30px 0px;
	}				
	.onesteporder-products-total-div1-fast{
		/*font-family: "Calibri";*/
		font-size: 17px;
		color: #2F2F2F;
		padding-left: 40px;
		width: 270px;
		line-height:60px;
		display:inline-block;
		//display:inline;
		//zoom:1;
		vertical-align:middle;
	}							
	.onesteporder-products-total-div2-fast{
		font-family: "Calibri";
		font-size: 18px;
		color: #1799c4;
		text-align: center;
		line-height:60px;
		display:inline-block;
		//display:inline;
		//zoom:1;
		width:170px;
		vertical-align:middle;
	}	
	.onesteporder-products-total-fast-footer-delay{ height:60px;}


.error_flag{display:none;}
.error_block{
	background:#de4343 url('../images/onesteporder/onesteporder-error-message.png') 0px 0px;
	border: 1px solid #c43d3d;
	margin: 40px;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	text-align: center;
}
.error_message{
	display: block;
	padding: 15px;
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
}


.onesteporder-coupon-field{
	position: absolute;
	background: white;
	border: 1px solid #E7E5E5;
	padding: 10px 15px;
	margin: 0px 0px 0px -33px;
	display:none;
}
	.onesteporder-coupon-field-input{
		 border: 1px solid #E3E3E3;
    float: left;
    height: 27px;
    line-height: 27px;
    margin-right: 10px;
    margin-top: 23px;
    width: 90px;
	}
	
	
.onesteporder-contact-adresses{

	}
	.onesteporder-contact-adresses-table{
		background: whiteSmoke;
		width: 490px;
		border-collapse: collapse;
		margin-bottom:30px;
	}
		.onesteporder-contact-adresses-tr{
			border-bottom: 1px solid white;
		}
		.onesteporder-contact-adresses-tr-last{
		}
		.onesteporder-contact-adresses-td1{
			width: 219px;
			padding: 10px 0px 10px 40px;
			line-height: 17px;
			font-family: "Verdana";
			font-size: 11px!important;
			color: #656565;
			vertical-align: top;
		}
		.onesteporder-contact-adresses-td2{
			padding:0px 30px;
			font-family: "Verdana";
			font-size: 11px!important;
			color: #656565;
			line-height: 36px;
		}	
		.onesteporder-contact-adresses-tr-delay td{ height: 20px; }
		a.onesteporder-contact-adresses-remove{ text-decoration:none }
		a.onesteporder-contact-adresses-remove span{
			background: url('../images/onesteporder/onesteporder-icons.png') left top no-repeat;	
			border: 0px;
			font-size: 0px;
			width: 18px;
			height: 20px;
			background-position: -9px -32px;
			cursor: pointer;
			position: relative;
			top: 7px;
			left:7px;
			display:inline-block;
		}
	
.message_empty{
	padding: 15px;
	/*font-family: Calibri;*/
	font-size: 16px;
	font-weight: normal;
	color:#2F2F2F;
	text-align:center;
}
		
.message_empty a{
	font-family:"Verdana";
	font-size: 11px!important;
	color:#1799c4;
	text-decoration:underline;
	line-height: 17px;
	font-weight:normal;
}
			
.message_empty a:hover{
	text-decoration:none;
}
	
.adr_form table td input[type="text"]:focus{border: 2px solid #99c506;
            box-shadow: 0 0 4px rgba(122, 164, 5, 1);}




.adr_form table td textarea:focus {
     border: 2px solid #99c506;
            box-shadow: 0 0 4px rgba(122, 164, 5, 1);
}
		
		