﻿.modalPopupBackground
{
	width: 790px;
	height: auto;
	background-color: White;
	padding-left: 20px;
	padding-right: 20px;
/* CSS Hack for IE6 -> IE6 doesn't support "position:fixed;" */
/* code below overrides the problem */
	_left: 70px!important;
/* And of the CSS Hack */
}
div.modalPopupBackground_top
{
	height: 25px;
	font-weight: 900;
	background-color: #969494;
	color: #f1f0f1;
	font-size: 10pt;
	margin-left:-20px;
	margin-right:-20px;
}
div.modalPopupBackground_top span {
	position: absolute;
	padding-top: 4px;
	padding-left: 20px;
}
input.modalPopupBackground_input1
{
	float: left;
	margin-left: 15px;
	background: url(../images/popup_cancel.png) no-repeat;
	width: 135px;
	height: 24px;
	border: 0;
	cursor: pointer;
	padding-bottom: 5px;
}
input.modalPopupBackground_input2
{
	float: right;
	margin-right: 15px;
	background: url(../images/popup_go_to_cart.png) no-repeat;
	width: 134px;
	height: 24px;
	border: 0;
	color: White;
	cursor: pointer;	
	padding-bottom: 5px;
}
.modalBackground
{
	background-color: Gray;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
}
.modalPopupBackground_content {

}
.modalPopupBackground_content_left {
	float: left;
	width: 275px;
	padding-left: 90px;
}
.modalPopupBackground_content_left img {
	float: left;
	max-width: 85px;
	max-height: 85px;
	overflow: hidden;
	padding: 10px;
}
.modalPopupBackground_content_left span {
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:15px 10px 0 10px!important;
}
.modalPopupBackground_content_left span.kod {
	color:#9D9D9B;
	float:left;
	font-size:11px;
	padding:4px 0 0 2px!important;
}
.modalPopupBackground_content_right {
	float: left;
	overflow: hidden;
	width: 260px;
	padding-top: 15px;
	padding-left: 50px;
}
.modalPopupBackground_bottom {
	clear: both;
	border-top: solid 1px #969494;
	padding-top: 11px;
	padding-bottom: 35px;
	padding-left: 70px;
	padding-right: 70px;	

/* CSS Hack for IE6, IE7 and IE8 */
	_display: inline;
	_float: left;
	]display: inline;
	]float: left;
	_padding-bottom: 10px;
	]padding-bottom: 10px;
/* And of the CSS Hack */
}
.ShipmentSameCostCards .content_header {
	font-size:16px;
	font-weight:bold;
	padding-top:15px;
	text-align:center;
}
.ShipmentSameCostCards .content_header span {
	padding-right: 10px;
}
.modalPopupBackground .description_list {
	padding-bottom: 10px;
}
.modalPopupBackground .description_list ul{
	width:260px;
}
.modalPopupBackground .description_list ul li ul{
	width:auto!important;
}
.modalPopupBackground .description_list ul li {
	clear: both;
	padding-top: 5px;
	width:260px;	
}
.modalPopupBackground .description_list ul li ul li {
	clear: none;
	padding-top: 0px;
	width:auto;	
}
.modalPopupBackground .description_list ul li ul {
	padding-left: 5px !important;
	float: left;
}
.modalPopupBackground .description_list ul li span {
	font-size:8pt;
	text-transform:uppercase;
}
.modalPopupBackground .description_list ul li span{
	width:85px;
	text-align: right;
	line-height: 14px;
}
.modalPopupBackground .description_list ul li ul li span{
	width: auto;
	text-align: left;
	font-weight: 600;
	font-size: 9pt;
}