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

body {
	background:url(../img/bg-body.gif) #FFFFFF top repeat-x;
	margin:0px;
	text-align:center;
	}
/*----------------------------------------------------------------------------
Basic layout*/
#pagecontainer{
	text-align:left;
	margin:0 auto;
	display:block;
	width:980px;
}
fieldset{padding:0px; margin:0px; border:none}
/*----------------------------------------------------------------------------
HEADER*/
#headercontainer {
	text-align:left;
	height: 141px;
	margin:0 auto;
	display:block;
	width:980px;
	background: url(../img/bg-header.gif) top left no-repeat;
	position:relative;
	margin-bottom:20px;
}
#firma-slogan{
	width:192px;
	height:36px;
	position:absolute;
	top:45px;
	left:165px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#344f5f;
}
#firma-slogan a{
	font-size:24px;
	font-weight:bold;
	color:#344f5f;
	text-decoration:none;
}
#logo{
	width:192px;
	height:136px;
	position:absolute;
	top:0px;
	left:0px;
}
#logo img{
	border:none}
#header-links{
	height:22px;
	display:inline;
	float:left;
	color:#344f5f;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:7px 0px 0px 150px;
}
#header-links a{
	color:#344f5f;
	text-decoration:none;
	padding:0px 10px 0px 10px;
}
.qsearch{
	width:260px;
	height:17px;
	color:#344f5f;
	float:right;
	display:inline;
	border:none;
	background:url(../img/bg-qsearch.gif) top left no-repeat;
	font-size:11px;
	padding:5px 0px 0px 5px;
	margin-top:2px;
	}
.qsearch-sbm{
	width:30px;
	height:22px;
	border:none;
	position:absolute;
	top:2px;
	right:0px;
	}

.qsearch:focus{
	background:url(../img/bg-qsearch-focus.gif) top left no-repeat;
	}	
#header-buttons{
	width:550px;
	height:36px;
	display:inline;
	float:right;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:56px;
}
#header-buttons a{
	height:20px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	background: url(../img/bg-button.gif) top center;
	color:#5e859d;
	padding:8px 20px 8px 20px;
	margin-left: 1px;
}
#header-buttons a:hover{
	background: url(../img/bg-button-hover.gif) top center;
	color:#d1114c;
}
#breadcrumb{
	height:20px;
	display:block;
	float:left;
	color:#FFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:780px;
	padding-left:165px;
}
#breadcrumb a{
	color:#FFF;
	text-decoration:none;
	padding-right:10px;
	margin-right:8px;
	background:url(../img/arrow-breadcrumb.gif) center right no-repeat;
}
#breadcrumb img{
	border:none;
	padding-top:3px;
}

/*----------------------------------------------------------------------------
LEFT/RIGHTSIDE*/
#leftcontainer, #rightcontainer {
	width:192px;
	display:block;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#47545c;
}
/*FORMS*/
input.medium {
	width:187px;
	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:#47545c;
}
input.medium:focus {
	background:url(../img/bg-input-focus.gif);
}
input.medium-white {
	width:187px;
	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-white.gif);
	color:#47545c;
	margin-right:10px;
}
input.submit {
	height:23px;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none;
	font-weight:bold;
	padding:4px 10px 5px 10px;
	margin-top:7px;
	float:right;
	display:inline;
	border:none;
	background:#d1114c;
	color:#FFF;
	overflow: visible
}
a.submit {
	height:20px;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none;
	font-weight:bold;
	padding:6px 10px 0px 10px;
	margin-top:7px;
	float:right;
	display:inline;
	border:none;
	background:#d1114c;
	color:#FFF;
}

/*SIDEBARS*/
.block-noline{
	width:192px;
	display:inline;
	float:left;
	margin-bottom:15px;
}
.block-noline .title{
	width:187px;
	display:inline;
	float:left;
	margin-bottom:5px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	background:url(../img/bg-sidetitle.gif) #75d900 bottom left no-repeat;
	padding:5px 0px 10px 5px;
}
.sidebar-menu{
	float:left;
    width:192px;
	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:172px;
	border-bottom: 1px solid #ccd5db;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none;
	padding:5px 0px 4px 20px;
	color:#47545c;
	background:url(../img/arrow-cat_level0.gif) 7px center no-repeat #e6e9eb;	
}
ul.sidebar-menu .cat_level0 a:hover {
	background:url(../img/arrow-cat_level0.gif) 7px center no-repeat #f6cfdb;
}

ul.sidebar-menu .cat_level1 a {
	display:block;
	width:162px;
	border-bottom: 1px solid #ccd5db;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none;
	padding:5px 0px 4px 30px;
	color:#47545c;
	background:url(../img/arrow-cat_level1.gif) 17px center no-repeat #f2f4f5;
}
ul.sidebar-menu .cat_level1 a:hover {
	background:url(../img/arrow-cat_level1.gif) 17px center no-repeat #e3f0d3;
}

ul.sidebar-menu .cat_level2 a {
	display:block;
	width:152px;
	border-bottom: 1px solid #ccd5db;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none;
	padding:5px 0px 4px 40px;
	color:#47545c;
	background:url(../img/arrow-cat_level2.gif) 27px center no-repeat;
}
ul.sidebar-menu .cat_level2 a:hover {
	background:url(../img/arrow-cat_level2.gif) 27px center no-repeat #f1f8e9;
}

.block-wline{
	width:192px;
	display:inline;
	float:left;
	margin-bottom:15px;
	border-bottom:solid 1px #ccd5db;
	padding-bottom:10px;
}
.block-wline .title{
	width:187px;
	display:inline;
	float:left;
	margin-bottom:5px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	background:url(../img/bg-sidetitle.gif) #75d900 bottom left no-repeat;
	padding:5px 0px 10px 5px;
}
.cart-icon{
	float:left;
	display:inline;
	margin-right:10px;
	border:none	
}
.cart-content1{
	width:120px;
	padding-bottom:5px;
	border-bottom:solid 1px #ccd5db;
	margin-bottom:2px;
	float:left;
	display:inline;
}
/*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;
}

.links{
	text-decoration: underline;
	color:#47545c;
	height:19px;
	padding-top:5px;
	float:none;
	
}
.links:hover{
	color: #d1114c;
}


/*-----------------------------------------------------------------------------
CENTER*/

#centercontainer {
	width:580px;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px 8px 0px 8px;
}
.center-title{
	color:#145cb1;
	font-size:18px;
	width:747px;
	display:inline;
	float:left;
	text-align:left;
	margin-left:22px;
}

/*PRODUCT*/
.product-block-home{
	width:188px;
	height:273px;
	display:inline;
	float:left;
	margin-top:8px;
	background:#e6e9eb;
}
.product-pic{
	width:186px;
	height:186px;
	display:inline;
	float:left;
	text-align:center;
	border:1px solid #ccd5db;
	background:#FFF;
}
.product-pic img{
	border:none;}
.product-name{
	width:186px;
	display:inline;
	float:left;
	text-align:center;
	padding-top:5px;
	height:39px;
	overflow:hidden;
	line-height:1.1em;
	border-top:#FFF solid 1px;
	}
.product-name a{
	font-size:12px;
	text-decoration:none;
	color:#47545c;
	font-weight:bold;
}
.product-price{
	display:inline;
	float:left;
	width:99px;
	color:#d1114c;
	border:none;
	font-size:12px;
	padding-left:10px;
	height:38px;
}
.product-price .strike{
	font-size:11px;
	text-decoration:line-through;
}
.product-buy{
	display:inline;
	float:left;
	width:76px;
	border:none;
	height:38px;
	background:url(../img/addbtn.gif) top left no-repeat;
}


/*FOOTER*/
#footercontainer{
	display:block;
	float:left;
	background: url(../img/bg-footer.gif) repeat-x bottom left;
	height:153px;
	width:100%;
}
.footer-wrapper{
	height:153px;
	width:980px;
	margin:0 auto;
	color:#47545c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(../img/bg-footermenu.gif) 17px bottom no-repeat;
}
.footer-wrapper .content{
	float:left;
	display:inline;
	padding:90px 0px 0px 200px;
	width:600px;
	height:63px;
	text-align:left;
}
.footer-wrapper .content a{
	color:#47545c;
	text-decoration:none;
	font-weight:bold;
	padding-right:10px;
}
.footer-wrapper .content a:hover{
	color:#d1114c;
	text-decoration:none;
}
.footer-wrapper .content .bottomline{
	float:left;
	display:inline;
	width:750px;
	text-align:left;
	margin-top:10px;
}
#xcommerce{
	width:142px;
	height:26px;
	float:right;
	display:inline;
	border:none;
	margin-top:105px;
}

/*-------------------------------------------------------------------
BROWSE*/	
.filtre {
	width:776px;
	float:left;
	display:inline;
	background:#f2f4f5;
}

.grup-filtre {
	width:140px;
	margin-top:12px;
	margin-left:15px;
	float:left;
	display:inline;
}
	.grup-filtre span { text-decoration:underline; font-size:11px; display:block; margin-bottom:5px; }
	.grup-filtre label { font-size:11px; }
	.grup-filtre input[type="checkbox"] { vertical-align:middle; }
	
.filtre_bottom {
	width:761px;
	height:24px;
	padding:0 0 0 15px;
	margin-top:15px;
	background:#75d900;
	border-top:2px solid #d1114c;
	float:left;
	display:inline;
	color:#FFF;
}
	.filtre_bottom strong { font-size:12px; float:left; display:inline; float:left; padding-top:4px; }
	.filtre_bottom span {  }
	.filtre_bottom img { vertical-align:middle; }
	
.filtru-bottom {
	height:20px;
	padding:4px 16px 0 16px;
	float:right;
	display:inline;
	overflow:hidden;
}
	.filtru-bottom img { margin-left:5px; }

.pagini {
	width:771px;
	height:24px;
	padding:0 0 0 5px;
	margin-top:15px;
	background:#75d900;
	border-top:2px solid #d1114c;
	float:left;
	display:inline;
	color:#FFF;
}
	.filtre_bottom img { vertical-align:middle; }
	
.pagina {
	height:20px;
	padding:4px 5px 0px 5px;
	float:left;
	display:inline;
	overflow:hidden;
}
.pagini img { margin:0px 5px 0px 5px; float:left; display:inline }

/*----------------------------------------------------------------------
DETAILS*/
.details-summary{
	width:780px;
	overflow:visible;
	display:inline;
	float:left;
}
#centercontainer form{float:left; display:inline}
.details-name{
	color:#d1114c;
	font-size:24px;
	width:410px;
	display:inline;
	float:left;
	font-weight:normal;
	text-align: right;
	border-bottom:1px solid #d1d9df;
	padding-bottom:10px;
}
.details-gallery{
	width:360px;
	height:268px;
	display:inline;
	float:left;
	overflow:hidden;
	margin-right:8px;
}
.details-gallery-pic{
	width:266px;
	height:266px;
	border:1px solid #cfd7dd;
	background:#FFF;	
	display:inline;
	float:left;
	margin-right:8px;
	text-align:center;
}
.details-gallery-pic img{
	border:none;
}
.details-gallery-thumb{
	width:84px;
	height:268px;
	float:left;
	display:inline;
}
.details-gallery-thumb a{
	width:82px;
	height:82px;
	border:1px solid #cfd7dd;
	background:#FFF;
	float:left;
	display:inline;
	text-align:center;
	margin-bottom:8px;
	overflow:hidden;
}
.details-gallery-thumb img{
	border:none;
}
.details-useful{
	color:#47545c;
	font-size:12px;
	width:205px;
	height:100px;
	display:inline;
	float:left;
	font-weight:normal;
	text-align: left;
	padding-bottom:10px;
	padding-top:10px;
}
.details-pret{
	width:410px;
	display:inline;
	float:left;
	color: #47545c;
	font-size: 14px;
	padding-bottom: 10px;
	text-align:center
}
.details-pret .strike{
	text-decoration:line-through;
}
.details-pret strong{
	color:#d1114c;
	font-weight:bold;
	font-size:18px;
}
.details-addbtn{
	width:212px;
	height:62px;
	float:left;
	display:inline;
	border:none;
	background:url(../img/bg-buy.gif) top left no-repeat;
}
.details-cant{
	width:161px;
	height:62px;
	float:left;
	display:inline;
	border:none;
	background:url(../img/bg-cantitate.gif) top left no-repeat;
	color:#47545c;
	font-size:14px;
	padding:0px 0px 0px 20px;
}
.details-cant input{
	width:61px;
	height:23px;
	background:url(../img/input-cant.gif) top left no-repeat;
	border:none;
	float:left;
	display:inline;
	margin-top:16px;
	padding:7px 0px 0px 7px;
	color:#47545c;	
}
.details-cant strong{
	padding-top:23px;
	padding-right:5px;
	float:left;
	display:inline;
	font-weight:normal;
}
.details-description{
	width:755px;
	display:inline;
	float:left;
	color:#47545c;
	text-align:justify;
	padding-left:11px;
	padding-top:20px;
	padding-bottom: 15px;
	font-size:12px;
	}
.details-buttonssection{
	width:769px;
	height:91px;
	display:inline;
	float:left;
	padding-left:11px;
	background:url(../img/bg-buttonssection.gif) top left repeat-x;
}
.details-btn-info a{
	width:145px;
	height:26px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#47545c;
	float:left;
	display:inline;
	background: url(../img/icon-info.gif) left top no-repeat;
	margin-right:22px;
	margin-left:22px;
	text-align:center;
	text-decoration:none;
	padding-top:65px;
	}
.details-btn-compare a{
	width:145px;
	height:26px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#47545c;
	float:left;
	display:inline;
	background: url(../img/icon-compare.gif) left top no-repeat;
	margin-right:22px;
	margin-left:22px;
	text-align:center;
	text-decoration:none;
	padding-top:65px;
	}
.details-btn-comment a{
	width:145px;
	height:26px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#47545c;
	float:left;
	display:inline;
	background: url(../img/icon-comment.gif) left top no-repeat;
	margin-right:22px;
	margin-left:22px;
	text-align:center;
	text-decoration:none;
	padding-top:65px;
	}
.details-btn-friend a{
	width:145px;
	height:26px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#47545c;
	float:left;
	display:inline;
	background: url(../img/icon-friend.gif) left top no-repeat;
	margin-right:22px;
	margin-left:22px;
	text-align:center;
	text-decoration:none;
	padding-top:65px;
	}
.details-alarma{
	width:755px;
	/*height:53px;*/
	float:left;
	display:inline;
	padding:22px 11px 22px 14px;
	background: url(../img/bg-alarma.gif) top right no-repeat #e6e9eb;
	color:#47545c;
	font-size:12px;
}
.detail-comments-title{
	display:inline;
	float:left;
	height:30px;
	width:755px;
	padding-left:11px;
	padding-right:14px;
	padding-top:25px;
	border-bottom:solid 1px #e8ebed;
	color:#47545c;
	font-size:12px;
}
.detail-comments-title img{
	padding:0px 10px 0px 10px;
}
.detail-comment{
	display:inline;
	float:left;
	width:755px;
	padding-left:11px;
	padding-top:10px;
	padding-bottom:10px;
	color:#47545c;
	font-size:12px;
}
.detail-comment .head{
	line-height:1em;
	width:755px;
	}
.detail-comment img{
	padding:0px 0px 5px 0px;
	display:inline;
	float:left;
}
.detail-comment span{
	padding:5px 20px 5px 0px;
	color:#a3a9ad;
	border-bottom:1px solid #e8ebed;
	display:inline;
	float:left;
}
.detail-comment .body{
	width:755px;
	text-align:justify;
	float:left;
	display:inline;
	padding-top:5px;
	}


.similare-section{
	width:780px;
	display:inline;
	float:left;
	overflow:hidden;
}
.similare-section .title{
	width:775px;
	display:inline;
	float:left;
	margin-bottom:5px;
	margin-top:15px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	background:url(../img/bg-sidetitle.gif) #75d900 bottom left no-repeat;
	padding:5px 0px 10px 5px;
}
.similare{
	display:inline;
	width:191px;
	height:91px;
	border-bottom: 1px solid #ccd5db;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none;
	float:left;
	color: #47545c;
	margin-right:4px;
}
.similare-pic{
	width:82px;
	height:82px;
	border: 1px solid #ccd5db;
	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:103px;
	display:inline;
	float:left;
}

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

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

/********************** CARACTERISTICI ADITIONALE ************************/

.tblDetalii {margin-bottom:5px; float:left; display:inline;}
.tblDetalii td {padding:3px 5px; text-align:left; border-bottom:solid 1px #fff; color:#333; width:368px;}
.green_line{background-color:#F2F4F5}
.white_line{background-color:#f8f9fa}

/*---------------------------------------------------------------------LICITARE*/

.licit-row{
	color:#47545C;
	font-size:11px;
	width:778px;
	display:inline;
	float:left;
	text-align:left;
	font-weight:normal;
	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;
	}
.licit-column-ex{
	color:#697c88;
	font-size:11px;
	display:inline;
	float:left;
	text-align:left;
	font-weight:normal;
	padding:0 0 5px 0px;
	margin:0 0 0 200px;
	width:600px;
	}
.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-textfield-small{
	width:50px;
	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	
}
.range{
	display:inline;
	float:left;
}
.licit-column .c{
	display:inline;
	float:left;
	height:13px;
	margin:0;
	padding:0;
	width:13px;
	margin:4px 5px 0 0;
}
.licit-select{
	width:234px;
	height:22px;
	padding-top:3px;
	background: #e6e9eb;
	border:none;
	color:#47545C;
	font-size:11px;
	display:inline;
	float:left;
	border:none;
	border:1px solid #999;
	padding: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;
}
h1{
	float:left;
	display:inline;
	width:778px;
	font-family:Helvetica,Arial,Calibri,sans-serif;
	font-size:18px;
	color:#D1114C;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
	font-weight:normal;
	margin-bottom:10px;
}

.asearch-select{
	background:#EEE none repeat scroll 0 0;
	color:#666;
	font-size:11px;
	padding-left:3px;
	padding-top:2px;
	width:238px;
	height:20px;
	border:none;
	border-left:1px solid #999;
	border-top:1px solid #999;
	float:left;
	display:inline;
	margin-top:5px;
}
.contentText{
float:left;
display:inline;
padding-top:5px;
}
.contentText a{
color:#D1114C;
text-decoration:none;
}
