.itemTable { /*IE8 i IE7 i IE6*/
	text-align: center;	
}
.itemTable th {
	background: url(../images/backgrounds/bckg_tableHeader.png) repeat-x; 
	height:40px;
	color: #FFF;
	border-right: 1px solid #FFF;
	font-size: 14px; 
	font-weight:bold;
	cursor:default;
}
.thTextScdLine {
	font-size: 11px;
	font-weight:normal;
}
.tableSingleLine td {
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c3c3c3;
}
.productPicture { 
	float:left;
	width: 129px;
 	height: 118px;
	padding: 0 8px 0px 3px;
	border:none;
}
.productPicture { 
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	margin: 0 auto;
}
.productPicture * {
    vertical-align: middle;
}
.productPicture {
    display: block;
}
.productPicture span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
.tableProductName {
	text-align:left;
	padding: 0 10px 0 10px;
}
.tableProductName a, .tableProductName p{
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color:#000;
}
.tableProductName p { padding: 10px 0 10px 0;} 
.tableProductPrice {
	font-size:15px;
	cursor:default;
}
.tableQuantity {
	border: 1px solid #000;	
}
.tableProductQuantity {
	font-size: 13px;
	cursor:default;
}
.tableSum {
	height: 40px;
	vertical-align:bottom;
	font-weight:bold;
	color: #3b77bc;
	font-size:15px;
	cursor:default;
}
.tableButtons {
	text-align:left;
}

#cartButtons {
	margin:0px 20px 20px 20px;
	width: 325px;
	float:right;
}
#cartButtons * {}
.sendQuestion {background:#2a4b71; border:none; color:#FFF; width: 65px; height: 25px; cursor:pointer;
}
/*store*/
#storeButtons {
	margin: 40px auto;
	width: 530px;
}
#storeButtons * {
	margin-right: 10px;
}
/*Step 2*/
#cartStep2 {background:url(../images/backgrounds/bckg_krok1.png) no-repeat;}
#cartStep3 {background:url(../images/backgrounds/bckg_krok2.png) no-repeat;}
#cartStep4 {background:url(../images/backgrounds/bckg_krok3.png) no-repeat;}
#cartStep4, #cartStep3, #cartStep2 {
	margin: 40px auto 30px auto;
	width: 625px;
	height:40px;
}
#stepContent {
	width: 625px;	
	margin: 0 auto;
}
#stepContent p{
	font-weight:bold;
}

#stepContent ul {
	list-style: none;
	margin: 15px 0px 15px 0px; 
}
#stepContent li {
	margin: 5px 5px 5px 0px;	
}
.cartStepRadio {
	margin-right: 10px;	
}
/*order last step*/
#headerInfoBox {margin-bottom: 13px;}

