@charset "utf-8";
				#center .content .tableCart {
					width:100%;
					border:none;
					border-collapse:collapse;
					background: url(../images/table-bg.png) repeat-x top left;
					font-size:0.7em;
				}
					#center .content .tableCart th {
						padding-left:10px;
						text-align:left;
						color:#ed1651;
						height:30px;
					}
					#center .content .tableCart td {
						font-size:1.2em;
						vertical-align:top;
						padding:10px 0;
						padding-left:10px;
						color:#333;
					}
					#center .content .tableCart .odd td {
						border-bottom: 1px solid #e5e5e5;
					}
					#center .content .tableCart .summ {
						border-bottom: 1px solid #CCC;
						font-style:italic;
					}
					#center .content .tableCart .summ label {
						margin-left:20px;
					}
				#center .content .tableCart .del 
                {
					width:16px;
					height:16px;
					text-indent:-5000px;
					background:url(../images/colored-.png) no-repeat;
					background-position:-42px -445px;
				}
				/*--*
                .tableCart .toCart {
					display:inline-block;
					vertical-align:bottom;
				}    */
                
                .tableCart .inputText {
                    float:left;
                    margin-top:0px;
                    width:20px;
                }
                .tableCart .toCart {
                    float:left;
                    margin-top:-2px;
                    margin-left:10px;
                }
                
                
.order div, .order a {
	float:right;
}
.confirm {
	width:100%;
	line-height:24px;
	text-indent:30px;
	color:#ed1651;
	font-weight:bold;
	font-size:0.9em;
	text-decoration:none;
}
.summBlock {
	background-color:#fc0;
	padding:13px;
	font-weight:bold;
}

.summBlockTotal {
	background-color:#ed1651;
	padding:13px;
	font-weight:bold;
	color:#FFFFFF;
}

#itogo {
	font-size:0.9em;
	padding:13px;
	font-weight:bold;
	color:#ed1651;
    font-weight: bold;
    color: #ed1651;
}

.oform {
	width:60%;
	border:none;
	border-collapse:collapse;
	font-size:0.8em;
}
.oform td {
	padding:5px 0;
}
.otmena {
	font-size:0.9em;
	padding-left:20px;
	width:300px;
}

.clearCart {
    clear:both;
    text-indent:-5000px;
    font-size:5px;
    line-height:15px;
}

.delIcon
{
    width:16px;
    height:16px;
    text-indent:-5000px;
    background:url(../images/colored-.png) no-repeat;
    background-position:-42px -445px;
}


