.contur{width: 600px; height: 100%;}
.contur .topContur{ height: 5px;}
.contur .topContur .leftTop{ height: 5px; width: 5px; background: url("imgs/site/border_top_left.gif") no-repeat top left;}
.contur .topContur .middleTop{height: 5px; background: url("imgs/site/border_top.gif") repeat-x top left;}
.contur .topContur .rightTop{height: 5px; width: 5px; background: url("imgs/site/border_top_right.gif") no-repeat top right;}
.contur .centerContur {border-left: 1px solid #D4D5D7; border-right: 1px solid #D4D5D7; padding-left: 10px; padding-right: 10px;}
.contur .bottomContur{ height: 5px;}
.contur .bottomContur .leftBottom{height: 5px; width: 5px; background: url("imgs/site/border_bottom_left.gif") no-repeat bottom left;}
.contur .bottomContur .middleBottom{height: 5px; background: url("imgs/site/border_bottom.gif") repeat-x bottom left;}
.contur .bottomContur .rightBottom{height: 5px; width: 5px; background: url("imgs/site/border_bottom_right.gif") no-repeat bottom right;}
#timbru_verde{font-size:12px; color:#0099FF; font-weight:bold;}


/*---------------- CART ----------------------------*/
.cart-head{
	color:#444444;
	font-size:11px;
	width:734px;
	height:24px;
	display:inline;
	float:left;
	margin-bottom:1px;
	text-align:left;
	font-weight:bold;
	padding:4px 7px 0px 0px;
	border-bottom:solid 1px #d6d6d6;
	background:url(images/arrow-expand.gif) right center no-repeat;
	}
.cart-head a{
	color:#444444;
	text-decoration:none;
	}
.cart-content{
	color:#444444;
	font-size:11px;
	width:742px;
	display:inline;
	float:left;
	text-align:left;
	font-weight:bold;
	background-color:#eeeeee;
	margin-bottom:5px;
	}
.cart-content-row{
	color:#444444;
	font-size:11px;
	width:742px;
	display:inline;
	float:left;
	text-align:left;
	font-weight:bold;
	border-bottom:solid 1px #ffffff;	
	}
.cart-content-column{
	color:#444444;
	font-size:11px;
	display:inline;
	float:left;
	text-align:left;
	font-weight:bold;
	padding:5px 7px 5px 7px;
	}
.cart-content-column a{
	color:#444444;
	font-weight:normal;
	text-decoration:underline;
	}
.cart-content-column a:hover{
	font-weight:normal;
	text-decoration:none;
	}	
.cart-content-column-nopadding{
	color:#444444;
	font-size:11px;
	display:inline;
	float:left;
	text-align:left;
	font-weight:bold;
	padding:0px;
	}
.cart-content-column-nopadding img{
	border:#cccccc solid 1px;
	margin-right:10px;
	}
input.cantitate{
	width:30px;
	height:13px;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color: #666666;
	text-decoration: none;
	padding-left:2px;
}
input.adresa{
	width:120px;
	height:13px;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color: #666666;
	text-decoration: none;
	padding-left:2px;
}
input.adresa-long{
	width:220px;
	height:13px;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color: #666666;
	text-decoration: none;
	padding-left:2px;
}
input.cart-submit {
	width:182px;
	height:68px;
	margin-top:20px;
	background:url(images/bg-send.gif) top left no-repeat;
	border:none;
}
input.cart-subsubmit {
	height:24px;
	border:none;
	background:#dedede;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color:#ea3900;
	display:inline;
	padding:5px 10px 5px 10px;
	overflow:visible;
	float:right;
	margin-right:7px;
	font-weight:bold;
}
input.cart-subsubmit:hover {
	background:#d3d3d3;
}
.termeni{
	text-align:left;
	width:714px;
	height:20px;
	display:block;
	float:left;
	padding-top:10px;
	color:#444444;
}
.termeni a{
	color:#999999;
	text-decoration:none;	
}
.termeni a:hover{
	text-decoration:underline;
}


.clear {
  clear: both;
  height: 1px;
  line-height:1px;
}

