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

body {
	background:url(../img/bg-body.gif) repeat;
	margin:0px;
	}
#pagecontainer{
	text-align:center;
	margin:0 auto;
	display:block;
	width:100%;
	background:url(../img/bg-page.gif) top left repeat-x;
	height:107px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
fieldset{padding:0px; margin:0px; border:none; float:left; display:inline;}
form{padding:0px; margin:0px; border:none; float:left; display:inline;}
.clear{clear:both;}

/*-------------------------------------------------------------------------------------------------------------------------------
HEADER*/

#headercontainer {
	text-align:left;
	height: 161px;
	margin:0 auto;
	display:block;
	width:980px;
	background: url(../img/bg-header.gif) bottom left no-repeat;
	position:relative;
	font-size:11px;
}
#logo{
	width:247px;
	height:81px;
	position:absolute;
	top:0px;
	left:0px;
}
#logo img{border:none}
#header-links{
	height:18px;
	display:inline;
	float:left;
	font-size:11px;
	padding:5px 0px 0px 270px;
	width:438px;
}
#header-links a{
	color:#333;
	text-decoration:none;
	padding:0px 15px 0px 15px;
}
.qsearch{
	display:inline;
	float:left;
	padding:10px 0px 0px 415px;
	margin-top:-58px;
}
input.qsearch{
	width:259px;
	height:18px;
	color:#555;
	float:left;
	display:inline;
	border:none;
	background:url(../img/bg-qsearch.jpg) top left no-repeat;
	font-size:11px;
	padding:11px 0px 0px 5px;
	margin-top:2px;
	}
#cart{
	float:left;
	display:inline;
	width:200px;
	height:65px;
	background:url(../img/bg-cart.jpg) top left no-repeat;
	padding:16px 0px 0px 72px;
}
#cart a{
	color:#9d301b;
	text-decoration:underline;
}
#header-buttons{
	width:960px;
	height:26px;
	display:inline;
	float:left;
	font-weight:bold;
	margin-left:20px;
}
#header-buttons a{
	height:19px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	padding:7px 20px 0px 20px;
	margin-left: 1px;
	border-left:solid 1px #9d301b;
	border-right:solid 1px #9d301b;
}
#header-buttons a:hover{
	background: url(../img/bg-button_hover.gif) top left repeat-x;
	border-left:solid 1px #6e2213;
	border-right:solid 1px #6e2213;
	color:#333;
}
#breadcrumb{
	height:39px;
	display:inline;
	float:left;
	color:#FFF;
	width:960px;
	padding-left:20px;
	font-size:12px;
	margin-top:15px;
}
#breadcrumb a{
	color:#FFF;
	text-decoration:none;
	padding-right:10px;
	margin-right:7px;
	background:url(../img/arrow-breadcrumb.gif) center right no-repeat;
}
#breadcrumb img{border:none}


/*-------------------------------------------------------------------------------------------------------------------------------
MAINCONTAINER*/


#maincontainer{
	display:block;
	margin:0 auto;
	width:980px;
	background:url(../img/bg-main.gif) top left repeat-y;
	border-bottom:3px solid #ccc;
	text-align:left;
	overflow:visible;
	margin-bottom:20px;
}


/*-------------------------------------------------------------------------------------------------------------------------------
LEFTCONTAINER*/

#leftcontainer {
	width:229px;
	display:inline;
	float:left;
	text-align:left;
	margin:13px 0px 0px 18px;
	overflow:visible;
}
.block-noline{
	width:229px;
	display:inline;
	float:left;
	margin-bottom:15px;
}
.block-noline .title{
	width:219px;
	display:inline;
	float:left;
	margin-bottom:10px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	background:url(../img/bg-title.gif) bottom left no-repeat;
	padding:5px 0px 10px 10px;
}
.block-noline .titletop{
	width:229px;
	display:inline;
	float:left;
	font-size:1px;
	background:url(../img/bg-titletop.gif);
	line-height:1em;
	height:1px;
}
.block-wline{
	width:229px;
	display:inline;
	float:left;
	margin-bottom:15px;
	border-bottom:1px solid #EEE;
	padding-bottom:10px;
	font-size:12px;
	text-align:justify;
}
.block-wline strong{
	color:#9d301b;
	font-weight:normal;
	float:left;
	padding-bottom:5px;
}
.block-wline a{
	color:#9d301b;
	text-decoration:underline;
}
.block-wline a:hover{
	text-decoration:none;
}
.block-wline .title{
	width:219px;
	display:inline;
	float:left;
	margin-bottom:5px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	background:url(../img/bg-title.gif) bottom left no-repeat;
	padding:5px 0px 10px 10px;
}
.block-wline .titletop{
	width:229px;
	display:inline;
	float:left;
	font-size:1px;
	background:url(../img/bg-titletop.gif);
	line-height:1em;
	height:1px;
}
/*-------------------------------------------------------------------------------------------------------------------------------
SIDEBARMENU*/
.sidebar-menu{
	float:left;
    width:229px;
	margin:0;
	padding:0;
	list-style-type:none;
}
.sidebar-menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.sidebar-menu ul li{
	display:block;
}
ul.sidebar-menu .cat_level0 a {
	display:block;
	width:209px;
	border-bottom: 1px solid #EEE;
	font-size:12px;
	text-decoration: none;
	padding:5px 0px 4px 20px;
	background:url(../img/arrow-cat_level0.gif) 7px center no-repeat #F5F5F5;
	color:#333
}
ul.sidebar-menu .cat_level0 a:hover {
	background:url(../img/arrow-cat_level0.gif) 7px center no-repeat #EEE;
}
ul.sidebar-menu .cat_level1 a {
	display:block;
	width:199px;
	border-bottom: 1px solid #EEE;
	font-size:12px;
	text-decoration: none;
	padding:5px 0px 4px 30px;
	background:url(../img/arrow-cat_level1.gif) 17px center no-repeat #FFF;
	color:#333
}
ul.sidebar-menu .cat_level1 a:hover {
	color:#9d301b;
}

ul.sidebar-menu .cat_level2 a {
	display:block;
	width:189px;
	border-bottom: 1px solid #EEE;
	font-size:12px;
	text-decoration: none;
	padding:5px 0px 4px 40px;
	background:url(../img/arrow-cat_level1.gif) 27px center no-repeat #FFF;
	color:#333
}
ul.sidebar-menu .cat_level2 a:hover {
	color:#9d301b;
}

/*-------------------------------------------------------------------------------------------------------------------------------
FORMS*/

input.medium {
	width:179px;
	height:18px;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none;
	padding:4px 0px 0px 5px;
	margin-top:7px;
	float:left;
	display:inline;
	border:none;
	background:url(../img/bg-input.gif);
	color:#555;
}
input.submit {
	height:22px;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none;
	font-weight:bold;
	padding:0px 6px 0px 6px;
	margin-top:7px;
	float:left;
	display:inline;
	border:none;
	background: url(../img/bg-submit.gif) top left repeat-x;
	color:#FFF;
	margin-left:2px;
}


/*-------------------------------------------------------------------------------------------------------------------------------
CENTERCONTAINER*/

#centercontainer {
	width:698px;
	display:inline;
	float:left;
	margin:0px 0px 0px 17px;
	padding-top:13px;
	font-size:12px;
}
#banner {
	width:698px;
	height:167px;
	display:inline;
	float:left;
	background:url(../img/bg-banner.jpg) top left no-repeat;
	position:relative;
}
#banner .sign{
	width:169px;
	height:204px;
	top:0px;
	left:0px;
	position:absolute;
}
#banner .gradient{
	width:183px;
	height:167px;
	top:0px;
	left:397px;
	position:absolute;
}
#banner .content{
	width:256px;
	height:117px;
	float:left;
	display:inline;
	color:#DDD;
	font-size:12px;
	padding:50px 0px 0px 120px;
}
#banner .content strong{
	font-size:14px;
	width:256px;
	float:left;
	border-bottom:1px solid #666;
	color:#FFF;
	padding-bottom:5px;
	margin-bottom:5px;
}
#banner .pic{
	width:300px;
	height:167px;
	float:right;
	display:inline;
	overflow:hidden
}
#banner .pic img{
	width:300px;
	border:none;
}
#sorting {
	width:578px;
	height:27px;
	float:left;
	display:inline;
	background:#9d301b;
	color:#FFF;
	font-size:11px;o
	font-weight:bold;
	padding:0px 0px 0px 120px;
}
#sorting strong{
	height:21px;
	padding-top:6px;
	float:left;
	display:inline;
}
#sorting span{
	height:21px;
	padding:6px 5px 0px 10px;
	float:right;
	display:inline;
	background: url(../img/bg-sort.gif) top left no-repeat;
	color:#FFF;
	font-weight:normal;
}
#sorting span a img{
	padding-right:5px;
	padding-left:3px;
	border:none;
}
#filter{
	width:680px;
	float:left;
	display:inline;
	background:#EEE;
	font-size:11px;
	padding:9px;
}
#filter .column{
	width:165px;
	float:left;
	display:inline;
	padding-right:5px;
}
#filter .column strong{
	text-decoration:underline;
	font-weight:normal;
}
#filter .column input[type="checkbox"] { vertical-align:middle; }

/*-------------------------------------------------------------------------------------------------------------------------------
PRODUCT*/

.product-block-spacer{
	float:left;
	display:inline;
	width:10px;
	height:243px;
}
.product-block-home{
	width:167px;
	height:243px;
	display:inline;
	float:left;
	margin:10px 0px 10px 0px;
	background: url(../img/bg-product.gif) top left no-repeat;
}
.product-pic{
	width:167px;
	height:167px;
	display:inline;
	float:left;
	text-align:center;
}
.product-pic img{
	border:none;}
.product-name{
	width:149px;
	display:inline;
	float:left;
	text-align:center;
	height:36px;
	overflow:hidden;
	line-height:1em;
	padding-bottom:5px;
	padding-left:9px;
	font-size:12px;
	}
.product-name a{
	font-size:11px;
	text-decoration:none;
	color:#47545c;
	font-weight:bold;
}
.product-price{
	display:inline;
	float:left;
	width:167px;
	color:#9d301c;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
.product-price .strike{
	font-size:10px;
	text-decoration:line-through
}

/*-------------------------------------------------------------------------------------------------------------------------------
PAGINATIE*/

#paginatie{
	background:url(../img/bg-paginatie.gif) top left no-repeat;
	float:left;
	display:inline;
	width:698px;
	height:27px;
	text-align:center;
	margin: 10px 0px 10px 0px;
}
#paginatie .pagini{
	display:inline;
	float:left;
	height:27px;
	text-align:center;
	width:598px;
}
#paginatie .pagini a{
	color:#FFF;
	background:url(../img/bg-paginatie-separator.gif) top left no-repeat;
	font-size:12px;
	text-decoration:none;
	padding:6px 10px 6px 11px;
	display:inline;
	float:left;
}
#paginatie .pagini a:hover, #paginatie .pagini a .selected{
	color:#FFF;
	background:url(../img/bg-paginatie-separator.gif) top left no-repeat #333;
	font-size:12px;
	text-decoration:none;
	padding:6px 10px 6px 11px;
	display:inline;
	float:left;
}
#paginatie .pagini img{
	display:inline;
	float:left;
}
#paginatie .back{
	float:left;
	display:inline;
	width:50px;
	height:27px;
	background: url(../img/bg-paginatie-back.gif) top left no-repeat #555;
}
#paginatie .forward{
	float:left;
	display:inline;
	width:50px;
	height:27px;
	background: url(../img/bg-paginatie-fw.gif) top right no-repeat #555;
}

/*-------------------------------------------------------------------------------------------------------------------------------
FOOTER*/

#logos{
	float:left;
	display:inline;
	width:960px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:30px;
}

#logos img{
	float:left;
	display:inline;
	border:none;
	margin-left:7px;
}
#logos p{
	margin:0px;
	padding:0px;
	
}

#footercontainer{
	display:inline;
	float:left;
	width:920px;
	margin-left:30px;
	border-top:1px solid #CCC;
	padding-bottom:20px;
}
.footer-wrapper{
	width:920px;
	margin:0 auto;
	color:#666;
	font-size:11px;
}
.footer-wrapper .content{
	float:left;
	display:inline;
	width:600px;
	height:63px;
	text-align:left;
	padding-top:10px;
}
.footer-wrapper .content a{
	color:#555;
	text-decoration:none;
	font-weight:bold;
	padding-right:10px;
}
.footer-wrapper .content a:hover{
	color:#d1114c;
	text-decoration:none;
}
#xcommerce{
	margin-top:20px;
	float:right;
	display:inline;
	border:none;
	width:200px;
	height:15px;
	padding:30px 0 0 0;
	color:#AAA;
	font-size:10px;
	text-decoration:none;
	background:url(../img/xcommerce.gif) top left no-repeat;
}

/*-------------------------------------------------------------------------------------------------------------------------------
DETAILS*/

.details-name{
	font-size:18px;
	width:698px;
	display:inline;
	float:left;
	color: #9d301b;
	padding-bottom:10px;
}
.details-summary{
	width:698px;
	display:inline;
	float:left;
	background:url(../img/bg-summary.gif) bottom left no-repeat;
	height:252px;
}
.details-summary .details-useful{
	font-size:12px;
	width:358px;
	display:inline;
	float:left;
	padding:0px 0px 10px 10px;
}
.details-summary .details-useful span{
	width:179px;
	display:inline;
	float:left;
}
.details-summary .sdescription{
	float:left;
	display:inline;
	width:348px;
	height:65px;
	font-size:12px;
	padding:10px;
	overflow:hidden;
}
.details-summary .sdescription a{
	color:#9d301b;
	text-decoration:underline;
}
.details-pret{
	width:348px;
	display:inline;
	float:left;
	font-size:12px;
	padding:10px;
	text-align:center
}
.details-pret .strike{
	text-decoration:line-through;
	color:#9d301b;
}
.details-pret strong{
	color:#9d301b;
	font-weight:normal;
	font-size:18px;
}
.details-addbtn{
	width:288px;
	height:36px;
	display:block;
	border:none;
	background:url(../img/bg-buy.gif) top left no-repeat;
	margin-left:40px;
}
.details-gallery{
	width:330px;
	height:252px;
	display:inline;
	float:right;
}
.details-gallery .left{
	float:left;
	display:inline;
	width:39px;
	height:252px;
	background: url(../img/btn-gallery-left.gif) top right no-repeat;
}
.details-gallery .right{
	float:left;
	display:inline;
	width:39px;
	height:252px;
	background: url(../img/btn-gallery-right.gif) top left no-repeat;
}
.details-gallery .left a, .details-gallery .right a{
	display:block;
	width:100%;
	height:100%;
}
.details-gallery .pic{
	float:left;
	display:inline;
	width:250px;
	height:250px;
	border:1px solid #AAA;
	background:#FFF;
	overflow:hidden;
}
.details-buttonssection{
	width:698px;
	height:87px;
	display:inline;
	float:left;
	background:url(../img/bg-buttonssection.gif) top left repeat-x;
	border-bottom:1px #C1C1C1 solid;
	margin-top:20px;
	padding-top:10px;
}
.details-btn-info a{
	width:174px;
	height:30px;
	font-size:12px;
	font-weight:bold;
	color:#555;
	float:left;
	display:inline;
	background: url(../img/icon-info.gif) center top no-repeat;
	text-align:center;
	text-decoration:none;
	padding-top:57px;
	}
.details-btn-info a:hover{
	color:#9d301b;
	background: url(../img/icon-info-hover.gif) center top no-repeat;
	}
.details-btn-comment a{
	width:174px;
	height:30px;
	font-size:12px;
	font-weight:bold;
	color:#555;
	float:left;
	display:inline;
	background: url(../img/icon-comment.gif) center top no-repeat;
	text-align:center;
	text-decoration:none;
	padding-top:57px;
	}
.details-btn-comment a:hover{
	color:#9d301b;
	background: url(../img/icon-comment-hover.gif) center top no-repeat;
	}
.details-btn-compare a{
	width:174px;
	height:30px;
	font-size:12px;
	font-weight:bold;
	color:#555;
	float:left;
	display:inline;
	background: url(../img/icon-compare.gif) center top no-repeat;
	text-align:center;
	text-decoration:none;
	padding-top:57px;
	}
.details-btn-compare a:hover{
	color:#9d301b;
	background: url(../img/icon-compare-hover.gif) center top no-repeat;
	}
.details-btn-friend a{
	width:174px;
	height:30px;
	font-size:12px;
	font-weight:bold;
	color:#555;
	float:left;
	display:inline;
	background: url(../img/icon-friend.gif) center top no-repeat;
	text-align:center;
	text-decoration:none;
	padding-top:57px;
	}
.details-btn-friend a:hover{
	color:#9d301b;
	background: url(../img/icon-friend-hover.gif) center top no-repeat;
	}
.details-description{
	color:#333;
	float:left;
	display:inline;
	padding:10px 0px 10px 0px;
	font-size:12px;
	text-align:justify;
	width:698px;
}
.tblDetalii {margin-bottom:5px; float:left; display:inline;}
.tblDetalii td {padding:3px 5px; text-align:left; border-bottom:solid 1px #fff;	color:#333;}
.green_line{background-color:#F6F6F6}
.white_line{background-color:#F2F2F2}
.details-alarma{
	width:630px;
	height:66px;
	float:left;
	display:inline;
	padding:20px 0px 0px 68px;
	background: url(../img/bg-alarma.gif) top right no-repeat #e6e9eb;
	font-size:12px;
	border-bottom:1px solid #C1C1C1;
}
.detail-comments-title{
	display:inline;
	float:left;
	height:30px;
	width:698px;
	padding-top:25px;
	border-bottom:solid 1px #ECECEC;
	font-size:12px;
}
.detail-comments-title img{
	padding:0px 5px 0px 5px;
}
.detail-comment{
	display:inline;
	float:left;
	width:698px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	border-bottom:solid 1px #ECECEC;
}
.detail-comment img{
	padding:0px 5px 0px 0px;
}
.similare-section{
	width:698px;
	display:inline;
	float:left;
	overflow:hidden;
}
.similare-section .title{
	width:690px;
	display:inline;
	float:left;
	margin-bottom:5px;
	margin-top:15px;
	font-size:12px;
	font-weight:bold;
	background:#EEE;
	padding:5px 0px 5px 8px;
	border-bottom:1px solid #C1C1C1;
}
.similare{
	display:inline;
	width:228px;
	height:91px;
	border-bottom: 1px solid #ECECEC;
	font-size:11px;
	float:left;
	margin-right:4px;
}
.similare-pic{
	width:84px;
	height:84px;
	border: 1px solid #ECECEC;
	background-color:#FFFFFF;
	display:inline;
	float:left;
	text-align:center;
	margin:0px 4px 4px 0px;
	overflow:hidden
}
.similare-pic img{
	border:none}
.similare-name{
	width:130px;
	display:inline;
	float:left;
	color:#333;
}
.similare-name a{
	color:#333;
	text-decoration:none;
}

/*---------------- CART ----------------------------*/
.cart-head{
	color:#444444;
	font-size:11px;
	width:690px;
	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:698px;
	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:698px;
	display:inline;
	float:left;
	text-align:left;
	font-weight:bold;
	border-bottom:solid 1px #ffffff;	
	}
.cart-content-column-50-perc {
	width:330px;
}	
.cart-content-column-66-perc {
	width:450px;
}	
.cart-content-column-33-perc {
	width:219px;
}	

.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 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:320px;
	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;
}

#centercontainer h1{
	color:#9D301B;
	display:inline;
	float:left;
	font-size:18px;
	padding-bottom:10px;
	width:690px;
}

/********************************* CONTACT */
.licit-row{
	color:#47545C;
	font-size:11px;
	width:690px;
	display:inline;
	float:left;
	text-align:left;
	font-weight:normal;
	padding-left:7px;
	font-family:Arial, Helvetica, sans-serif
	}
.licit-column{
	color:#47545C;
	font-size:11px;
	display:inline;
	float:left;
	text-align:left;
	font-weight:normal;
	padding:5px 0px 5px 0px;
	}
.licit-column-nopadding{
	font-size:11px;
	display:inline;
	float:left;
	text-align:left;
	font-weight:normal;
	padding:0px;
	}
.licit-textfield{
	width:234px;
	height:16px;
	padding-top:3px;
	background: #e6e9eb;
	border:none;
	color:#47545C;
	font-size:11px;
	display:inline;
	float:left;
	border-left:1px solid #999;
	border-top:1px solid #999;
	padding-left:2px;
	font-family:Arial, Helvetica, sans-serif	
}
.licit-textarea{
	width:500px;
	height:116px;
	padding-top:3px;
	background: #e6e9eb;
	border:none;
	color:#47545C;
	font-size:11px;
	display:inline;
	float:left;
	border-left:1px solid #999;
	border-top:1px solid #999;
	padding-left:2px;
	font-family:Arial, Helvetica, sans-serif	
}
.licit-row label{
	width:120px;
	display:inline;
	float:left;
	padding-top:3px;
}

/*OFERTE*/
.oferte{
	display:inline;
	width:192px;
	border-bottom:solid 1px #ccd5db;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
}
.oferte-pic{
	width:82px;
	height:82px;
	background-color:#FFF;
	display:inline;
	float:left;
	text-align:center;
	border:#d1d9df solid 1px;
}
.oferte-pic img{ border:none}
.oferte-name{
	width:98px;
	display:inline;
	float:left;
	padding:0px 0px 0px 10px;
}

/*-----------------------------------------------------------------------------*/

.homebanner{
	margin: 2px 2px 0px 0px;
	float:left;
	display:inline;
	border:1px solid #DDD;
}