@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg-body.gif) #FFFFFF top repeat-x;
	margin:0px;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	color:#444444;
	}
	
a.general:link, a.general:visited {
	color:#444444;
	text-decoration:underline;
	padding-right:24px;
	background:url(../images/cart-arrow.gif) bottom right no-repeat;	
}
a.general:hover{
	color:#444444;
	text-decoration:none;
}

a.regular:link, a.regular:visited {
	color:#444444;
	text-decoration:underline;
}
a.regular:hover{
	color:#444444;
	text-decoration:none;
}
	
/*----------------------------------------------------------------------------
Basic layout*/
#pagecontainer{
	text-align:left;
	margin:0 auto;
	display:block;
	width:977px;
}
#leftcontainer {
	width: 225px;
	padding-left: 9px;
	display:block;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#rightcontainer {
	width: 230px;
	margin: 0 auto;
	display:block;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
#centercontainer {
	width:714px;
	margin: 40px 30px 0px 0px;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#headercontainer {
	text-align:left;
	height: 164px;
	margin:0 auto;
	display:inline;
	width:977px;
}
#footercontainer{
	width:100%;
	display:block;
	float:left;
	background:url(../images/bg-footer.gif) repeat-x top left;
	margin-top: 200px;
}
/*----------------------------------------------------------------------------
Homepage layout*/
#header-left{
	width:359px;
	height:164px;
	display:inline;
	float:left;
	background:url(../images/bg-header-left.gif) top left no-repeat;
}
#logo{
	width:302px;
	height:120px;
	background:url(../images/logo.jpg) no-repeat top left;
	margin-top:29px;
}
#header-right{
	width:618px;
	height:164px;
	display:inline;
	float:left;
	color:#444444;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#cart{
	display:inline;
	float:left;
	height:71px;
	width:148px;
	line-height:16px;
	position:relative;
	background:url(../images/bg-cart.gif) top left;
	padding-top:60px;
	padding-left:80px;
	margin-left: 390px;
}
#cart a{
	color:#444444;
	text-decoration:underline;
	padding-right:24px;
	background:url(../images/cart-arrow.gif) bottom right no-repeat;	
}
#cart a:hover{
	color:#444444;
	text-decoration:none;
}
#number{
	position:absolute;
	top:73px;
	left:28px;
	font-size:20px;
	color:#444444;
	text-align:center;
	width:25px;
	height:25px;
	}
.button a{
	height:23px;
	float:left;
	font-size:14px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding:0px 20px 0px 20px;
	padding-top:10px;
}
.button a:hover{
	background:url(../images/bg-button.gif) bottom center no-repeat;
}
.block-noline{
	width:230px;
	display:block;
	float:left;
	margin-bottom:15px;
	margin-top:54px;
	background:url(../images/bg-rightblock-up.gif) top left no-repeat;
	position:relative;
}
.block-wline{
	width:230px;
	display:block;
	float:left;
	margin-bottom:15px;
	background:url(../images/bg-rightblock-up.gif) top left no-repeat;
}
.block-bottom{
	width:230px;
	height:12px;
	display:block;
	float:left;
	background:url(../images/bg-rightblock-bottom.gif) bottom left no-repeat;
}
.dog{
	position:absolute;
	top:-69px;
	right:0px;
	width:124px;
	height:111px;
	display:block;
	background:url(../images/dog.gif);
}
.cat{
	position:absolute;
	top:-83px;
	right:0px;
	width:133px;
	height:127px;
	display:block;
	background:url(../images/cat.gif);
}
.bird{
	position:absolute;
	top:-75px;
	right:0px;
	width:79px;
	height:110px;
	display:block;
	background:url(../images/bird.gif);
}
.rodent{
	position:absolute;
	top:-50px;
	right:0px;
	width:129px;
	height:74px;
	display:block;
	background:url(../images/rodent.gif);
}
.fish{
	position:absolute;
	top:-50px;
	right:0px;
	width:92px;
	height:86px;
	display:block;
	background:url(../images/fish.gif);
}
.reptile{
	position:absolute;
	top:-68px;
	right:0px;
	width:132px;
	height:107px;
	display:block;
	background:url(../images/reptile.gif);
}
.block-pozazilei img{
	display:block;
	float:left;
	margin:15px 0px 15px 0px;
	border-bottom: 5px solid #ffcb00;	
}
.block-pozazilei a{
	color:#ffcb00;
	text-decoration:none;
}
.block-pozazilei a:hover{
	text-decoration:underline;
}
.block-right{
	width:193px;
	display:block;
	float:left;
	border-bottom:#222222 solid 1px;
	padding:16px 16px 15px 16px;
	text-align:justify;
}
.block-right img{
	display:block;
	float:left;
	margin:15px 0px 15px 0px;
}
.block-right a{
	color:#ffcb00;
	text-decoration:none;
}
.block-right a:hover{
	text-decoration:underline;
}
.readmore{
	display:block;
	float:left;
	width:200px;
	height:17px;
	text-align:center;
}
.readmore a{
	background-color:#ffcb00;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color:#332333;
	padding:5px;
}
.readmore a:hover{
	text-decoration:none;
}
.title{
	color:#ea3900;
	font-size:14px;
	font-weight:bold;
	width:220px;
	display:inline;
	float:left;
	text-align:left;
	margin: 15px 0px 15px 10px;
	position: relative;
	}
.center-title{
	color:#444444;
	font-size:24px;
	width:714px;
	display:block;
	float:left;
	margin-bottom:15px;
	text-align:left;
	}
.center-title a{
	color:#444444;
	text-decoration:none;
	}
.center-title a:hover{
	color:#ea3900;
	text-decoration:none;
	}
.ordonare{
	color:#444444;
	font-size:12px;
	width:700px;
	height:24px;
	display:block;
	float:left;
	margin-bottom:15px;
	text-align:left;
	background:url(../images/bg-ordonare.gif) top left no-repeat;
	padding:8px 7px 0px 7px;
	}
.ordonare strong{
	float:left;
	}
.ordonare img{
	padding:0px 2px 1px 2px;
	border:none;
}
/*----------------------------------------------------------------------------
-forms*/
input.long {
	width:203px;
	height:19px;
	border:solid #999999 1px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color: #666666;
	text-decoration: none;
	padding:4px 0px 0px 5px;
	margin-bottom:7px;
	float:left;
	display:inline;
	margin-left: 10px;
}
input.short {
	width:165px;
	height:19px;
	border:solid #999999 1px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color: #666666;
	text-decoration: none;
	padding:4px 0px 0px 5px;
	margin-bottom:7px;
	float:left;
	display:inline;
	margin-left: 10px;
}
input.shorter {
	width:150px;
	height:17px;
	border:solid #999999 1px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color: #666666;
	text-decoration: none;
	padding:2px 0px 0px 5px;
	margin-bottom:7px;
	margin-right:5px;
	float:left;
	display:block;
}
select.short_s {
	width:220px;
	height:20px;
	border:solid #999999 1px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color: #666666;
	text-decoration: none;
	padding:2px 0px 0px 5px;
	margin-bottom:7px;
	margin-right:5px;
	float:left;
	display:block;
}
input.pagenumber-formfield {
	width:30px;
	height:13px;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color: #666666;
	text-decoration: none;
	padding-left:2px;
}
input.pagenumber-submit {
	height:18px;
	border:none;
	background-color:#fbe700;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color:#333333;
	display:inline;
	margin-left:10px;
	padding:0px 3px 0px 3px;
}
.textarea{
	width:443px;
	height:100px;
	border:solid #999999 1px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color: #333333;
	text-decoration: none;
	padding:2px 0px 0px 5px;
	float:left;
	display:block;
	overflow:auto;
}
input.submit {
	height:28px;
	border:none;
	background-color:#ea3900;
	float:left;
	display:inline;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color:#ffffff;
	padding:0px 10px 0px 10px;
	margin-top:2px;
	overflow: visible;
}
input.submitright {
	height:28px;
	border:none;
	background-color:#ea3900;
	float:right;
	display:inline;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color:#ffffff;
	padding:0px 10px 0px 10px;
	margin-top:2px;
	margin-right:4px;
	overflow: visible;
}
input.submit-smaller {
	height:21px;
	border:none;
	float:right;
	display:block;
	background-color:#ffcb00;
	padding:0px 5px 0px 5px;
}
input.submit-search {
	height:28px;
	width:27px;
	border:none;
	float:right;
	display:inline;
	background: url(../images/search.jpg) top left no-repeat;
	margin-right: 10px;
	margin-top: -2px;
}
.selectionlist {
	width:225px;
	height:21px;
	border:solid #999999 1px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color: #333333;
	text-decoration: none;
	padding:2px 0px 0px 5px;
	margin-bottom:7px;
	float:left;
	display:block;	
}
.small-links{
	display:inline;
	float:left;
	width:150px;
	color:#333333;
	font-size:11px;
	margin-left:10px;
}
.small-links a{
	width:140px;
	display:inline;
	float:left;	
	padding-left:10px;
	padding-top:2px;
	background:url(../images/arrow.gif) 0px 5px no-repeat;
	color:#333333;	
	text-decoration:none;
}
.small-links a:hover{
	text-decoration:underline;
}
/*----------------------------------------------------------------------------
-sidebars*/
.sidebar-menu{
	float:left;
    width:230px;
	margin:0;
	padding:0;
	list-style-type:none;
	margin-top:12px;
}
.sidebar-menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.sidebar-menu ul li{
	display:block;
}
ul.sidebar-menu li a {
	display:block;
	width:220px;
	border-bottom: 1px solid #dfdfdf;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none;
	padding:5px 0px 4px 10px;
	color:#333333;
}
ul.sidebar-menu li a:hover {
	color:#FFFFFF;
	background:#4ba7dc;
}
/*----------------------------------------------------------------------------
-oferte*/
.oferte{
	display:block;
	width:225px;
	border-bottom: 1px solid #434343;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none;
	float:left;
	color: #dedede;
	padding-bottom:10px;
	margin-bottom:10px;
}
.oferte-pic{
	width:65px;
	height:65px;
	background-color:#FFFFFF;
	border-bottom: 5px solid #ffcb00;	
	display:block;
	float:left;
	text-align:center;
}
.oferte-name{
	width:150px;
	height:70px;
	display:block;
	float:left;
	padding:0px 0px 0px 10px;
}
/*----------------------------------------------------------------------------
-produse*/
.product-block-home{
	width:173px;
	height:320px;
	display:inline;
	float:left;
	border-bottom:#cccccc solid 1px;
	position:relative;
}
.product-block-separator{
	width:7px;
	height:340px;
	display:inline;
	float:left;
}
.product-pic{
	width:173px;
	height:173px;
	display:inline;
	float:left;
	background-color:#FFFFFF;
	text-align:center;
	position:relative;
}
.product-name a{
	width:173px;
	height:30px;
	display:inline;
	float:left;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#444444;
}
.product-description{
	width:173px;
	height:40px;
	display:inline;
	float:left;
	font-size:12px;
	text-decoration:none;
	color:#444444;
	text-align:justify;
}
input.product-buy{
	display:inline;
	float:left;
	width:173px;
	height:32px;
	color:#FFFFFF;
	background:url(../images/bg-addtocart.gif) top left no-repeat;
	border:none;
}
.product-price{
	display:inline;
	float:left;
	width:80px;
	color:#FFFFFF;
	border:none;
	position:relative;
}
.product-price strong{
	width:80px;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 0px 0px 5px;
	line-height:10px;
	font-weight:bold;
	position:absolute;
	top:-32px;
	left:0px;
}
.product-price strong strike{
	font-size:10px;
	text-decoration:line-through;
	font-weight:normal;
}
.product-icons{
	position:absolute;
	top:115px;
	right:0px;
}
.product-icons img{
	padding-right:3px;
}
/*----------------------------------------------------------------------------
Detailpage layout*/
.center-title-small{
	color:#ffcb00;
	font-size:12px;
	width:470px;
	display:block;
	float:left;
	padding-bottom:15px;
	margin-bottom:15px;
	text-align:left;
	border-bottom:solid 1px #434343;
}
.center-title-small img{
	padding:0px 5px 2px 5px;
	}
.center-title-small a{
	color:#ffcb00;
	text-decoration:none;
	}
.center-title-small a:hover{
	text-decoration:underline;
	}	
.details-summary{
	width:714px;
	display:block;
	float:left;
	position:relative;
	border-bottom:1px solid #cccccc;
}
.details-gallery{
	width:400px;
	height:493px;
	display:block;
	float:left;
	margin-right: 20px;
}
.details-gallery-pic{
	width:400px;
	height:400px;
	background-color:#FFFFFF;
	display:block;
	float:left;
	margin-bottom: 12px;
	background:url(../images/bg-gallery.gif) top left no-repeat;
}
.details-gallery-thumb{
	width:64px;
	height:64px;
	background-color:#FFFFFF;
	text-align:center;
	display:block;
	float:left;
	margin:0px 12px 12px 0px;
	border:#cccccc solid 1px;
}
.details-info{
	width:294px;
	display:block;
	float:left;
	color: #333333;
}
.details-name{
	color:#2c87bd;
	font-size:24px;
	width:714px;
	height:50px;
	display:block;
	float:left;
	font-weight:normal;
	text-align: right;
}
.details-icons{
	position:absolute;
	top:20px;
	right:340px;
	width:50px;
}
.details-icons img{
	padding-bottom:3px;
}
.details-useful{
	color:#333333;
	font-size:12px;
	width:294px;
	display:block;
	float:left;
	padding-bottom:10px;
	border-bottom:1px #cccccc solid;
	margin-bottom: 10px;
}
.details-buy{
	width:182px;
	height:68px;
	display:block;
	float:right;
	margin-top:20px;
	background:url(../images/bg-buy.gif) top left no-repeat;
	border:none;
}
.details-pret{
	width:294px;
	display:block;
	float:left;
	margin-top:30px;
	color: #333333;
	font-size: 24px;
}
.details-description{
	margin:8px 0px 15px 0px;
	width:714px;
	display:block;
	float:left;
	color:#333333;
	text-align:justify;
	}
.table-element{
	width:714px;
	display:block;
	float:left;
	border-bottom: #ffffff 1px solid;
}	
.table-element-grey{
	background-color:#eeeeee;
	width:220px;
	display:block;
	float:left;
	margin-right:1px;
	padding-left:5px;
	padding-top:2px;
}
.table-element-black{
	width:300px;
	display:block;
	float:left;
	padding-left:5px;
	padding-top:2px;
}
.table2-element-stars{
	width:99px;
	height:20px;
	display:block;
	float:left;
	background-color:#eeeeee;
}	
.table2-element-grey{
	background-color:#eeeeee;
	width:609px;
	height:18px;
	display:block;
	float:left;
	margin-right:1px;
	padding-left:5px;
	padding-top:2px;
	font-weight:bold;
	color: #333333;
}
.table2-element-black{
	width:709px;
	display:block;
	float:left;
	padding-left:5px;
	padding-top:2px;
	text-align:justify;
	margin-bottom:10px;
	margin-top:5px;
	color: #333333;
}
.table3-element-grey{
	background-color:#333333;
	width:460px;
	height:18px;	
	display:block;
	float:left;
	padding-left:10px;
	padding-top:2px;
	font-weight:bold;
	margin-bottom:1px;
	color:#ffcb00;
	font-weight:bold;
}
.table4-element-grey{
	background-color:#333333;
	width:460px;
	display:block;
	float:left;
	padding-left:10px;
	padding-top:12px;
	padding-bottom:12px;
	font-weight:bold;
	margin-bottom:1px;
	color:#ffcb00;
	font-weight:bold;
}

.details-buttonssection{
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	width:714px;
	display:block;
	float:left;
	margin:20px 0px 20px 0px;
	padding:15px 0px 15px 0px;
}
.details-btn-info{
	width:165px;
	height:35px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	float:left;
	display:block;
	background: url(../images/icon-info.gif) left top no-repeat;
	margin-right:10px;
	margin-bottom:10px;
	padding:15px 0px 0px 55px;
	}
.details-btn-info a{
	color:#333333;
	text-decoration:none;	
	}
.details-btn-compare{
	width:165px;
	height:35px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	float:left;
	display:block;
	background: url(../images/icon-compare.gif) left top no-repeat;
	margin-right:10px;
	margin-bottom:10px;
	padding:15px 0px 0px 55px;
	}
.details-btn-compare a{
	color:#333333;
	text-decoration:none;	
	}
.details-btn-friend{
	width:165px;
	height:35px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	float:left;
	display:block;
	background: url(../images/icon-friend.gif) left top no-repeat;
	margin-right:10px;
	margin-bottom:10px;
	padding:15px 0px 0px 55px;
	}
.details-btn-friend a{
	color:#333333;
	text-decoration:none;	
	}
.details-btn-comment{
	width:165px;
	height:35px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	float:left;
	display:block;
	background: url(../images/icon-comment.gif) left top no-repeat;
	margin-right:10px;
	margin-bottom:10px;
	padding:15px 0px 0px 55px;
	}
.details-btn-comment a{
	color:#333333;
	text-decoration:none;	
	}	
.detail-alarma{
	margin:0px 0px 15px 0px;
	width:714px;
	display:block;
	float:left;
	color:#333333;
	text-align:justify;
	border-bottom:1px solid #cccccc;
	padding-bottom:15px;
	}
.similare{
	margin:15px 0px 15px 0px;
	width:714px;
	display:block;
	float:left;
	color:#333333;
	text-align:left;
	}
.similare-block{
	width:350px;
	display:block;
	float:left;
	margin-bottom:10px;
}
.similare-pic{
	width:64px;
	height:64px;
	background-color:#FFFFFF;
	border: 1px solid #cccccc;	
	display:block;
	float:left;
	text-align:center;
}
.similare-name{
	width:274px;
	height:70px;
	display:block;
	float:left;
	padding:0px 0px 0px 10px;
}
/*----------------------------------------------------------------------------
Browse-page layout*/
.browse-product{
	width:433px;
	height:131px;
	display:block;
	float:left;
	background-color:#333333;
	position:relative;
	padding:10px;
}
.browse-pic{
	width:126px;
	height:126px;
	background-color:#FFFFFF;
	border-bottom: 5px solid #ffcb00;	
	text-align:center;
	display:inline;
	float:left;
	margin-right:10px;
}
.browse-info{
	width:294px;
	height:131px;
	display:block;
	float:left;
}
.browse-name {
	color:#ffcb00;
	font-size:12px;
	width:294px;
	display:block;
	float:left;
	font-weight:bold;
	margin-bottom: 6px;
}
.browse-name a{
	color:#ffcb00;
	text-decoration:none;
}
.browse-name a:hover{
	color:#ffcb00;
	text-decoration:underline;
}
.browse-useful{
	color:#ffffff;
	font-size:11px;
	width:294px;
	display:block;
	float:left;
	text-align:justify;
}
.browse-buy{
	width:433px;
	height:19px;
	display:block;
	float:left;
	background-color:#333333;
	padding:10px;
	margin-top:1px;
	margin-bottom:15px;
}
.browse-pret{
	width:315px;
	height:19px;
	display:block;
	float:left;
	font-weight:bold;
	color:#ffcb00;
}
.browse-buy a{
	font-weight:bold;
	color:#ffcb00;	
	background:url(../images/arrow-big.gif) 100px 0px no-repeat;
	padding-right:20px;
	padding-bottom:2px;
	text-decoration:none;
	}
.pagenumber{
	width:714px;
	height:30px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	float:left;
	display: block;
}
.pagenumber a{
	color:#666666;
	text-decoration:underline;
}
.pagenumber a:hover{
	color:#666666;
	text-decoration:none;
}
.footer-wrapper{
	height:37px;
	width:977px;
	margin:0 auto;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.footer-left{
	height:26px;
	width:800px;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding-top:11px;
	position:relative;	
}
.footer-right{
	height:37px;
	width:123px;
	display:block;
	float:left;
	background:url(../images/logo-x.jpg) top left;
	}
.footer-right a:hover{
	height:37px;
	width:123px;
	background:url(../images/logo-x.jpg) top right;
	}
.footermenu{
	width:977px;
	margin:0 auto;
	margin-top:100px;
}
.themenu{
	width:188px;
	display:block;
	float:left;
	background:url(../images/bg-footermenu.gif) top left no-repeat;
	margin:0 auto;
	position:absolute;
	bottom:37px;
	left:0px;
	}
.footerpic{
	width:206px;
	height:192px;
	background:url(../images/footerpic.gif);
	position:absolute;
	left:147px;
	bottom:37px;
	display:block;
	float:left;
}
/*----------------------------------------------------------------------------
-footerbars*/
.footer-bar{
	float:left;
    width:188px;
	margin:0;
	padding:0;
	list-style-type:none;
	margin-top:12px;
	text-align:left;
}
.footer-bar ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.footer-bar ul li{
	display:block;
}
ul.footer-bar li a {
	display:block;
	width:178px;
	border-bottom: 1px solid #dfdfdf;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none;
	padding:5px 0px 4px 10px;
	color:#333333;
}
ul.footer-bar li a:hover {
	color:#ea3900;
}
/*----------------------------------------------------------------------------
Filters*/
.filter-block{
	width:230px;
	display:block;
	float:left;
	margin-bottom:15px;
	background:url(../images/bg-rightblock-up.gif) top left no-repeat;
}
.filter-block a{
	color:#444444;
	text-decoration:none;
	padding-left:10px;
}
.filter-block a:hover{
	text-decoration:underline;
}
.filter-block a img{
	border:none;
	margin-right:5px;
	margin-bottom:1px;
}
.filter-title{
	margin:10px 0px 5px 10px;
	float:left;
	display:block;
	width:200px;
	color:#333333;
}
.filter-remove{
	text-align:right;
	display:block;
	float:left;
	width:200px;
	padding-right:10px;
}
.filter-remove a{
	color:#ea3900;
}
.filter-remove a:hover{
	text-decoration:underline;
}

/*----------------------------------------------------------------------------
CART*/
.cart-head{
	color:#444444;
	font-size:12px;
	width:707px;
	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:12px;
	width:714px;
	display:inline;
	float:left;
	text-align:left;
	font-weight:bold;
	background-color:#eeeeee;
	margin-bottom:5px;
	}
.cart-content-row{
	color:#444444;
	font-size:12px;
	width:714px;
	display:inline;
	float:left;
	text-align:left;
	font-weight:bold;
	border-bottom:solid 1px #ffffff;	
	}
	
.cart-content-column-50-perc {
	width:333px;
}	
.cart-content-column-66-perc {
	width:465px;
}	
.cart-content-column-33-perc {
	width:220px;
}	

	
.cart-content-column{
	color:#444444;
	font-size:12px;
	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:12px;
	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 url(../images/arrow-breadcrumb.gif) no-repeat 0px 8px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color:#ea3900;
	display:inline;
	padding:5px 10px 5px 16px;
	overflow:visible;
	float:right;
	margin-right:7px;
}
input.cart-subsubmit:hover {
	height:24px;
	border:none;
	background:#d9d9d9 url(../images/arrow-breadcrumb.gif) no-repeat 0px 8px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color:#ea3900;
	display:inline;
	padding:5px 10px 5px 16px;
	overflow:visible;
	float:right;
	margin-right:7px;
}
.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: 0;
}


