#cartTable{
	width: 600px;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#stav{
	width: 500px;
}

#stavMy{
	width: 530px;
	background-color: #F5F5F5;
	height: 100px;
	padding: 20px;	
	margin-bottom: 20px;
	margin-left: 10px;
}

#cartTableMy{
	width: 600px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.check{
	margin: 0px;
	padding: 0px;
}

.cartSelect{
	width: 20px;
	float: left;
	height: 28px;
}

.cartCode{
	width: 80px;
	float: left;
	height: 28px;
}

.cartCodeD{
	width: 80px;
	float: left;
	line-height: 19px;
}

.cartName{
	width: 237px;
	float: left;
	height: 28px;
}

.cartBox{
	width: 207px;
	float: left;
	height: 28px;
}

.cartDate{
	width: 70px;
	float: left;
	height: 28px;
}

.cartQuantity{
	width: 40px;
	float: left;
	height: 28px;
}

.cartQuantitySum{
	width: 35px;
	float: left;
	height: 28px;
	text-align: center;
}

.cartPrice{
	width: 70px;
	float: left;
	height: 28px;
}

.cartPriceD{
	width: 75px;
	float: left;
	height: 28px;
}

.cartPriceSum{
	width: 75px;
	float: left;
	height: 28px;
}

.cartPriceSumTwo{
	width: 75px;
	float: left;
	height: 28px;
}

.cartInput{
	border-color : #888888;
	border-style: solid;
	border-width: 1px;
	width: 25px;
	height: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: black;
	text-align: center;	
}

.cartRefresh{
	width: 210px;
	float: left;
	height: 28px;
	text-align: right;
}

#cartRefreshButton{
	border-width: 0px;
	border-style: none;
	background-image: url(../images/refresh.jpg);
	width: 150px;
	height: 22px;
	cursor : pointer;
}

#cartAction{
	width: 580px;
	margin-top: 20px;
	height: 30px;
}

#actionComboBox{
	float: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

#actionComboBoxLabel{
	float: right;
	margin-top: 3px;
	margin-right: 10px;
}

#createNewCartButton{
	border-width: 0px;
	border-style: none;
	background-image: url(../images/newCart.jpg);
	width: 150px;
	height: 22px;
	cursor : pointer;
	margin-left: 435px;
	margin-top: 4px;
	position: absolute;
}

#cartComboBox{
	position: absolute;
	margin-left: 315px;
	margin-top: 6px;
	width: 110px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

#createBack{
	background-image: url(../images/createBack.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 30px;
}

#createLabel{
	position: absolute;
	margin-left: 255px;
	margin-top: 8px;
	width: 110px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

.green{
	 color: green;
}

.red{
	 color: red;
}

.orange{
	 color: orange;
}

#cartButtons{
	height: 30px;
	margin-left: 10px;
	float: left;
}

#cartButtonsLeft{
	width: 430px;
	float: left;
}

#cartButtonsRight{
	padding: 0 0 0 430px;
}

#endBuyButton{
	border-width: 0px;
	border-style: none;
	background-image: url(../images/endBuy.jpg);
	width: 150px;
	height: 22px;
	cursor : pointer;
	margin-top: 10px;
}

#cartBuyButton{
	border-width: 0px;
	border-style: none;
	background-image: url(../images/cartBuy.jpg);
	width: 150px;
	height: 22px;
	cursor : pointer;
	margin-top: 10px;
}

#regButton{
	border-width: 0px;
	border-style: none;
	background-image: url(../images/regButton.jpg);
	width: 150px;
	height: 22px;
	cursor : pointer;
	margin-top: 10px;
}

#saveButton{
	border-width: 0px;
	border-style: none;
	background-image: url(../images/saveButton.jpg);
	width: 150px;
	height: 22px;
	cursor : pointer;
	margin-top: 10px;
}

#cartBackButton{
	border-width: 0px;
	border-style: none;
	background-image: url(../images/cartBack.jpg);
	width: 150px;
	height: 22px;
	cursor : pointer;
	margin-top: 10px;
}

#cartBackButtonTwo{
	border-width: 0px;
	border-style: none;
	background-image: url(../images/cartBack.jpg);
	width: 150px;
	height: 22px;
	cursor : pointer;
	margin-left: 80px;
	margin-top: 20px;
}

#twoContainers{
	width: 580px;
	padding-top: 10;
	margin-left: 10px;
}

#selectImporter{
	width: 290px;
	padding: 0px;
	float: left;
}

#destination{
	width: 290px;
	float: left;
	margin-left: 0px;
}

.radio{
	width: 30px;
	margin: 0;
	float: left;
}

.radioLabel{
	width: 180px;
	margin: 0;
	float: left;
}

.radioPrice{
	width: 60px;
	margin; 0;
	float: left;
	color: red;
	font-weight: bold;
}

.radioRow{
	width: 270px;
	margin-top: 10px;
	height: 70px;
}

p.information{
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	color: gray;
}