html, body, p, 
	h1, h2, h3, h4, h5, h6, 
	form, fieldset, a, img { 
	margin: 0; 
	padding: 0; 
	border: none;
}

body {
	background-image: url(pics/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

a {
	color: #753589;
	text-decoration: none;
}
a:hover {
	color: #680089;
	text-decoration: underline;
}
p {
	margin: 10px 0;
}
.button {
	background-image: url(pics/bt-normal.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #fff;
	border: 1px solid #c7a8d1;
	font-size: .9em;
	height: 22px;
}
.button1 {
	background-image: url(pics/bg-button1.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
	font-size: .9em;
	height: 18px;
}
#container {
	width: 990px;
	margin: 0px auto;
}
#top {
	background-image: url(pics/bg-top.jpg);
	width: 990px;
	height: 100px;
	color: #fff;	
}
#center {
	width: 735px;
	float: left;
	padding: 15px 0 0 21px;
}

#cos-summary {
	float: left;
	width: 200px;
	height: 85px;
	padding-left: 528px;
	margin-top: 12px;
	line-height: 18px;
}
#cos-summary a {
	color: #fff;
}
#cos-summary a.button1 {
	padding: 2px 4px;
	font-weight: bold;
}
#cos-summary a.button1:hover {
	color: #cdb2d6;
	text-decoration: none;
}
#user-summary {
	width: 170px;
	float: left;
	height: 85px;
	margin-top: 12px;
	margin-left: 80px;
}
#user-summary a {
	color: #fff;
}
.top-menu-user {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.top-menu-user li {
	font-size: 0.9em;
	background-image: url(pics/top-menu-user.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}
.top-menu-user a {
	color: #fff;
}
.top-menu-user a:hover {
	color: #fff;
}

#top-bar {
	background-image: url(pics/bg-top-bar.jpg);
	width: 990px;
	height: 31px;
}
.top-menu-left {
	float: left;
	width: 470px;
	margin: 0;
	padding: 0;
}
.top-menu-left li {
	float: left;
	list-style-type: none;
	font-size: 1em;
	font-weight:bold;
	background-image: url(pics/menu-left-delimiter.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.top-menu-left a {
	display:block;
	color: #fff;
	padding: 8px 16px 5px 16px;	
}
.top-menu-left a:hover {
	color: #bc72d7;
	text-decoration: none;

}


.top-menu-right {
	float: left;
	width: 370px;
	padding: 0;
	padding-left: 150px;
	margin: 0;
}
.top-menu-right li {
	float: left;
	list-style-type: none;
	font-size: 0.9em;
}
.top-menu-right a {
	margin: 8px 7px 0 0;
	background-image: url(pics/bg-top-right-button.jpg);
	background-repeat: no-repeat;
	display:block;
	float:left;
	color: #fff;
	width: 77px;
	height: 15px;
	text-align:center;
}
.top-menu-right a:hover {
	background-position: -78px 0px;
	color: #fff;
	text-decoration: none;
}


#left {
	float: left;
	width: 234px;
	background-color: #cdb2d6;
	background-image: url(/pics/left-btm.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	clear: both;
}
#left-search {
	background-image: url(pics/bg-search.jpg);
	width: 234px;
	height: 42px;
	padding-top: 8px;
}

.left-box-top {
	background-image: url(pics/left-box-top.jpg);
	width: 210px;
	height: 28px;
	margin-left: 7px;
	padding: 8px 0 0 10px;
}
.left-box-top h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.left-box-mid {
	background-color: #601677;
	width: 210px;
	padding: 5px;
	margin-left: 7px;
	color: #fff;
}
.left-box-mid a {
	color: #cdb2d6;
}
.left-box-mid a:hover {
	color: #fff;
	text-decoration: none;
}
.left-box-bot {
	background-image: url(pics/left-box-bot.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 10px;
	margin-bottom: 20px;
	margin-left: 7px;
}



#footer {
	clear:both;
	font-size: 1em;
	border-top: 6px solid #777fba;
	margin-top: 20px;
	padding-top: 5px;
}
#footer-menu {
	float:left;
	width: 740px;
}
ul.footer-menu {
	margin: 0;
	padding: 0;
}
ul.footer-menu li {
	list-style-type: none;
	float:left;
	padding-right: 15px;
}
ul.footer-menu a {
	color: #777fba;
}
#copyright {
	float: right;
	color: #666666;
	width: 250px;
	text-align: right;
}


h1 {
	font-size: 20px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h3 {
	color: #3E4384;w
	margin: 10px 0 5px 0;
}


.textbox {
	background-color: #E1CBEF;
	border: 1px solid #601677;
}
.checkbox {
	background-color: transparent;
	border: none;
	font-size: 11px;
	color: red;
}
.caption {
	float:left;
	clear:left;
	width: 29%;
	text-align:right;
	margin-right: 1%;
	padding-top: 4px;
	margin-bottom: 1px;
}
.caption1 {
	float:left;
	clear:left;
	width: 29%;
	text-align:right;
	margin-right: 1%;
	font-weight: bold;
}
.field {
	float:left;
	width: 69%;
	margin-bottom: 1px;
}
.field img, .helper {
	vertical-align: bottom;
	margin-left: 3px;
	cursor: help;
}
.clear {
	clear: both;
	font-size: 1px;
}
input.search { 
	background-color: none;
	background-image: url(/pics/bg-field-search.jpg);
	background-repeat: no-repeat;
	width: 112px;
	height: 19px;
	.border: 1px solid transparent; /* IE6/7 hack */
	border: none;
	padding: 3px 5px 0 5px;
	margin: 0 10px 0 24px;
}
ul.list1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.list1 li {
	background-image: url(/pics/bul2.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
}
ul.list2 {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list2 li {
	background-image:url(/pics/bul3.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	margin-top: 5px;
}
ul.list2 a {
	font-weight: bold;
}
.nav-left {
	float: left;
	width: 90px;
	display: table;
}
.nav-center {
	float: left;
	width: 544px;
	display: table;
	text-align: center;
}
.nav-center a {
	margin-left: 3px;
}
.nav-right {
	float: left;
	width: 90px;
	display: table;
	text-align: right;
}
.head-table {
	background-color: #626ca7;
	padding: 2px;
	display: table;
	color: #fff;
	font-weight: bold;
	margin: 5px 0px;
	width: 554px;
}
.head-table a {
	color: #fff;
}
.head-table-cols {
	float: left;
	padding-right: 3px;
}
.head-table-wide {
	background-color: #626ca7;
	padding: 2px;
	display: table;
	color: #fff;
	font-weight: bold;
	margin: 5px 0px;
	width: 731px;
}
.prod-visited {
	clear: both;
	margin-bottom: 5px;
}
.prod-visited a {
	font-weight: bold;
}
.prod-visited span {
	display: block;
}
.prod-visited .price-old {
	text-decoration: line-through;
	color: #9c74ab;
}
.prod-visited .price-new {
	font-weight: bold;
	font-size: 1.1em;
}
.prod-visited img {
	float: left;
	margin-right: 5px;
	border: 1px solid #cf43fd;
}
.generic-img {
	padding: 1px;
	border: 1px solid #cdb2d6;
}
span.new {
	background-image:url(/pics/prod-new.gif);
}
span.discount {
	background-image:url(/pics/prod-discount.gif);
}
.compare-img span.new, .c-image span.new, .promo-box span.new {
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
	right: 0px;
	top: 3px;
	width: 29px;
	height: 14px;
	font-size: 1%;
	text-indent: -5000px;
}
.compare-img span.discount, .c-image span.discount, .promo-box span.discount {
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 3px;
	width: 29px;
	height: 14px;
	font-size: 1%;
	text-indent: -5000px;
}
.price-discount {
	text-decoration: line-through;
	color: #999;
	font-size: .9em;
}
.ajax-loading {
	font-weight: bold;
	color: #939;
}
.ajax-loading img {
	vertical-align: middle;
	margin-right: 5px;
}
.nice-announce {
	padding: 3px;
	background-color: #690;
	border: 1px dotted #CBE4B8;
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
}
.nice-announce a {
	color: #000
}
.warn-announce {
	padding: 3px;
	background-color: #F8EAE9;
	border: 2px dotted #cc0000;
	color: #cc0000;
	margin: 5px 0;
	clear: left;
}
.home-left {
	width: 462px;
	float: left;
	padding-right: 15px;
	border-right: 3px solid #c9cfe9;
	margin-right: 15px;
}
.home-right {
	width: 240px;
	float: left;
}
h1.news {
	background-image: url(/pics/icon-glob.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 0 40px;
	height: 32px;
}
h1.new-prod {
	background-image: url(/pics/icon-boxa.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 0 40px;
	height: 32px;
}


/* USERS */
.login-box-exist {
	width: 350px;
	height: 200px;
	float: left;
	margin-right: 17px;
	padding-right: 17px;
	border-right: 1px dotted #999;
}
.login-box-create {
	width: 350px;
	height: 200px;
	float: left;
}
.bt-logout {
	clear:both;
	text-align: right;
	margin-bottom: 10px;
}
.user-line {
	margin-bottom: 5px;
	clear: left;
	display: table;
}
.user-company-name {
	width: 280px;
}
.user-company-city {
	width: 165px;
}
.user-company-cui {
	width: 100px;
}
.user-address-name {
	width: 337px;
}
.user-address-entity {
	width: 211px;
}
.user-order-no {
	width: 130px;
}
.user-order-date {
	width: 100px;
}
.user-order-value {
	width: 150px;
	text-align: right;
}
.user-order-status {
	width: 162px;
	text-align: right;
}
.users-right {
	float:right; 
	width: 150px;
	margin-left: 10px;
}
.users-left {
	float: left;
	width: 558px;
	padding-right: 10px;
	border-right: 2px solid #c8a9d2;
}




/* CATALOG */
.breadcrumbs {
	width: 735px;
	font-size: .9em;
	margin-bottom: 10px;
}
.categ-descr {
	width: 735px;
	clear:both;
	display:table;
	margin: 10px 0;
}
.categ-descr-img {
	float:left;
	width: 115px;
}
.categ-descr-content {
	float:left;
	width: 620px;
	text-align: justify;
}
.subcategs {
	width: 735px;
	margin-top: 5px;
}
ul.list-subcategs {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.list-subcategs li {
	float: left;
	width: 173px;
	height: 125px;
	text-align: center;
	margin: 10px 4px;
}
ul.list-subcategs li a {
	font-weight: bold;
}
.cat-products {
	width: 565px;
	float: left;
}
.cat-filters {
	width: 170px;
	float: left;
	background-image: url(/pics/head-filter-top.gif);
	background-repeat: no-repeat;
	padding-top: 9px;
}

/* LISTA PRODUSE */
.product-list {
	width: 565px;
	float: left;
}
.product-line-left, .product-line-right {
	width: 250px;
	height: 238px;
	margin-top: 20px;
	padding: 6px;
	float: left;
	background-image: url(/pics/bg-prod.jpg);
	background-repeat: no-repeat;
}
.product-line-left {
	clear: left;
	margin-right: 20px;
}
.product-order {
	clear: both;
	width: 475px;
	height: 23px;
	background-image: url(/pics/bg-order.gif);
	background-repeat: no-repeat;
	padding: 7px 0 0 90px;
}
.product-order a {
	margin-left: 10px;
	font-weight: bold;
	color: #fff;
}
.product-line-left .buttons, .product-line-right .buttons {
	width: 42px;
	float: left;
	margin-top: 10px;
}
.product-line-left .buttons a, .product-line-right .buttons a {
	width: 38px;
	height: 16px;
	display: block;
	background-image: url(/pics/bt-prod-info.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 11px;
	padding: 2px 0 0 4px;
	font-weight: bold;
	margin-top: 3px;
}
.product-line-left .buttons a:hover, .product-line-right .buttons a:hover {
	background-position: -42px 0;
	text-decoration: none;
}
.product-line-left .image, .product-line-right .image {
	border: 1px solid #bebebe;
	float: left;
	width: 206px;
}
.product-line-left .name, .product-line-right .name {
	clear: both;
	padding-top: 10px;
	height: 30px;
}
.product-line-left .name a, .product-line-right .name a {
	color: #515893;
	font-weight: bold;
}
.product-line-left .name a:hover, .product-line-right .name a:hover {
	color: #000;
	text-decoration: none;
}
.product-line-left .price, .product-line-right .price {
	color: #601677;
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.5em;
	width: 160px;
	float: left;
}
.product-line-left .cart, .product-line-right .cart {
	width: 90px;
	float: left;
	text-align: center;
	margin-top: 12px;
}
.product-line-left .cart a, .product-line-right .cart a {
	width: 90px;
	height: 17px;
	display: block;
	background-image: url(/pics/bt-cart-small.gif);
	background-repeat: no-repeat;
	color: #626ca7;
	font-weight: bold;
	padding-top: 1px;
}
.product-line-left .cart a:hover, .product-line-right .cart a:hover {
	background-position: 0 -18px;
	text-decoration: none;
	color: #fff;
}
.product-balloon {
	color: #fff;
	margin-top: 10px;
}
.product-balloon h2 {
	color: #fff;
	font-size: 17px;
}
.product-balloon a {
	color: #000;
}


/* DETALII PRODUS */
.product {
	width: 555px;
	float: left;
	margin-right: 10px;
}
.product-related {
	width: 170px;
	float: left;
	text-align: center;
}
.product-related .inner {
	width: 160px;
	padding: 4px;
	border: 1px solid #626ca7;
	border-top: none;
	background-color: #fff;
}
.prod-rel {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	font-weight: bold;
}
.prod-rel .discount {
	color: #46811F;
	background-image: none;
}
.prod-rel .oldprice {
	color: #666;
	font-size: .9em;
}
.prod-left {
	width: 200px;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}
.prod-left img, .prod-popup img {
	padding: 1px;
	border: 1px solid #a9aeda;
}
.prod-left img.small, .prod-popup img.small {
	float: left;
	margin-right: 3px;
	margin-top: 3px;
}
.prod-right {
	width: 335px;
	margin-top: 15px;	
	float: left;
}
.prod-popup img.selected {
	border: 2px solid #601677;
}
.prod-discount {
	font-size: 1.4em;
	font-weight: bold;
	float: left;
	color: #601677;
	width: 200px;
}
.prod-discount-normal {
	font-size: .7em;
	color: #9b67ac;
	font-weight: bold;
}
.prod-discount-group {
	font-size: .9em;
	color: #9b67ac;
}
.prod-discount-icon {
	width: 64px;
	height: 65px;
	background-image: url(/pics/bg-discount.gif);
	background-repeat: no-repeat;
	float: left;
}
.prod-price {
	font-size: 1.4em;
	font-weight: bold;
	color: #601677;
}
.prod-tva-info {
	clear: left;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.prod-info-line {
	clear: both;
	width: 300px;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #601677;
	min-height: 28px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 35px;
}
.prod-descr {
	margin-top: 20px;
}
.prod-descr ul {
	margin: 0 20px;
	padding: 0 10px;
}
.prod-specs {
	width: 735px;
	clear:left;
	margin: 10px 0;
	display:table;
	font-size: .9em;
	padding-top: 10px;
	border-top: 3px solid #e1e1e1;
}
.prod-spec-categ {
	margin: 5px 0px;
	color: #601677;
	font-weight: bold;
	font-size: 1.3em;
}
.prod-spec-line-1 {
	background-color: #F3F3F3;
	border-bottom: 1px dotted #999;
	clear: left;
	display: table;
	width: 735px;
}
.prod-spec-line-2 {
	background-color: #E4E4E4;
	border-bottom: 1px dotted #999;
	clear: left;
	display: table;
	width: 735px;
}
.prod-spec-label {
	clear: left;
	float: left;
	width: 216px;
	margin-right: 2px;
	text-align: right;
	font-weight: bold;
	padding: 2px;
}
.prod-spec-value {
	width: 509px;
	padding: 2px;
	float: left;
}
.prod-manufact-logo {
	float: right;
	margin: 0px 0px 10px 10px;
}
.prod-comments {
	margin-top: 20px;
	border-top: 3px solid #e1e1e1;
}
.prod-comments h2 {
	font-size: 16px;
	color: #601677;
	margin: 10px 0;
	background-image: url(/pics/icon-comments.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 0 43px;
	height: 29px;
}
.prod-comments h3 {
	font-size: 14px;
	margin: 10px 0;
	color: #4D4D4D;
}
.prod-comments .header {
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-top: 10px;
	color:#666;
}
.prod-options {
	margin-top: 20px;
	border-top: 3px solid #e1e1e1;
}
.prod-options h2 {
	font-size: 16px;
	color: #601677;
	margin: 10px 0;
	background-image: url(/pics/icon-options.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 0 43px;
	height: 29px;
}
.prod-files-link {
	background-image: url(/pics/icon-files.jpg);
	background-repeat: no-repeat;
	padding: 6px 0 0 35px;
	height: 19px;
	margin-top: 10px;
	clear: left;
	font-weight: bold;
}
.prod-video-link {
	background-image: url(/pics/icon-video.jpg);
	background-repeat: no-repeat;
	padding: 6px 0 0 35px;
	height: 19px;
	margin-top: 10px;
	clear: left;
	font-weight: bold;
}
.prod-files {
	width: 347px;
	margin-right: 20px;
	float: left;
}
.prod-files h2 {
	font-size: 16px;
	color: #601677;
	margin: 10px 0;
	background-image: url(/pics/icon-files-big.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 0 43px;
	height: 29px;
}
.prod-video {
	width: 367px;
	float: left;
}
.prod-video h2 {
	font-size: 16px;
	color: #601677;
	margin: 10px 0;
	background-image: url(/pics/icon-video-big.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 0 43px;
	height: 29px;
}
.prod-media {
	margin-top: 20px;
	border-top: 3px solid #e1e1e1;
}
.prod-file-line {
	width: 343px;
	height: 31px;
	margin-bottom: 5px;
	padding: 2px;
	background-image: url(/pics/bg-prod-files.jpg);
	background-repeat: no-repeat;
}
.prod-file-icon {
	width: 30px;
	float: left;
	clear: left;
	margin-right: 5px;
	padding: 2px 0 0 5px;
}
.prod-file-name {
	width: 199px;
	float: left;
	padding-top: 0px;
}
.prod-file-size {
	width: 95px;
	float: left;
	text-align: right;
	padding-top: 7px;
	font-size: .9em;
}


/* COMPARE */
#compare {
	font-size: .9em;
}
#compare table {
	
}
.compare-product {
	margin: 5px 0;
}
.compare-product-name {
	height: 50px;
}
.compare-product-price {
	height: 30px;
}
.compare-spec-categ {
	background-color: #601677;
	color: #fff;
	margin: 5px 0;
	font-weight: bold;
}
.compare-spec-label {
	margin-right: 10px;
	font-weight: bold;
	font-size: .9em;
}
.compare-spec-value {

}
.compare-spec-line-1 {
	background-color: #ccc;
}
.compare-spec-line-2 {
	background-color: #E4E4E4;
}
.compare-img {
	width: 100px;
	height: 66px;
	float: left;
	text-align: center;
	position: relative;
	border: 1px solid #cdb2d6;
	margin-right: 4px;
	padding: 2px;
}

/* CART */
.link-cos {
	color: #fff;
	text-decoration: underline;
}
.link-cos:hover {
	color: #fff;
	text-decoration: none;
}
.cart-line {
	width: 731px;
	clear: both;
	margin-top: 3px;
	display: table;
}
.cart-product {
	width: 478px;
}
.cart-cant {
	width: 60px;
	text-align:right;
}
.cart-price {
	width: 90px;
	text-align: right;
}
.cart-value {
	width: 90px;
	text-align: right;
}
.cart-warn {
	font-size: .9em;
	color: #C00;
}
.cart-img {
	width: 50px;
	float: left;
	border: 1px solid #cdb2d6;
	padding: 2px;
	margin-right: 4px;
	text-align: center;
}
.cart-main {
	width: 380px;
	float: left;
}
.cart-options {
	font-size: .9em;
	color: #000;
}
#ShippingCost {
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 20px;
}




/* FILTRE */
ul.list-filters {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 3px;
	background-color: #626ca7;
}
.cat-filters h3 {
	background-color: #333364;
	clear: both;
	font-size: 14px;
	padding: 2px;
	color: #fff;
	margin: 0;
}
.cat-filters a.active {
	color: #333364;
	font-weight: bold;
}
.cat-filters a {
	color: #fff;
	font-weight: bold;
}
.cat-filters a:hover {
	color: #a8b1ed;
	font-weight: bold;
	text-decoration: none;
}
.cat-filters input {
	vertical-align: middle;
}
.cat-filters .delall {
	background-color: #626ca7;
	padding: 0 0 5px 5px;
}
.cat-filters .delall img {
	vertical-align: top;
}

/* PAGE BROWSE */
.page-browser {
	font-size: .9em;
	margin-top: 20px;
	font-size: 1em;
	clear: both;
}
.page-browser a, .page-browser .link {
	display: block;
	height: 12px;
	width: 12px;
	padding: 1px 2px 2px 2px;
	background-color: #fff;
	border: 1px solid #000;
	text-align: center;
	float: left;
	margin: 0 1px;
	text-decoration: none;
	color: #000;
	font-size: .9em;
}
.page-browser .link {
	background-color: #601677;
	color: #fff;
	border: 1px solid #000;
}
.page-browser a:hover {
	background-color: #cdb2d6;
	color: #601677;
	border: 1px solid #601677;
}
.page-browser .nolink {
	float: left;
	display: block;
	margin: 0 5px;
	padding-top: 1px;
}
.page-browser img {
	margin: 1px 0 2px 0;
}

/* SEARCH CLOUD */
#search-cloud span {
	padding: 2px;
}
#search-cloud span.smallest {
	font-size: .9em;
}
#search-cloud span.small {
	font-size: 1.1em;
}
#search-cloud span.medium {
	font-size: 1.3em;
}
#search-cloud span.large {
	font-size: 1.5em;
}
#search-cloud span.largest{
	font-size: 1.7em;
}
/* HELP */
.helphead {
	padding-left: 12px;
	margin: 0px;
	background-image:url(/pics/bul3.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
}
.helpbody {
	clear: both;
	padding: 3px;
	margin-top: 10px;
	display:none;
	font-size: 1em;
}
.helpbody p {
	text-align:justify;
}
.helpbody h2 {
	font-size: 15px;
}
/* END - HELP */

/* NEWS */
#news-left {
	width: 235px;
	float: left;
	margin-right: 20px;
	clear: left;
}
#news-right {
	width: 480px;
	float: left;
}
ul.news {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.news li {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
}
ul.news li .news-title {
	font-weight: bold;
}
ul.news li .news-date {
	font-size: .9em;
}
ul.news li .news-brief {
	display: block;
	font-size: .9em;
}
.news-date {
	font-weight: normal;
	color: #666;
	font-size: .9em;
}
.news-img {
	margin: 0 10px 10px 0;
	padding: 1px;
	border: 1px solid #cdb2d6;
}

/* ERRORS */
.error {
	color: #c33;
	font-weight: bold;
}
.bg-error {
	background-image: url(/pics/bg-error.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin: 15px 0px;
	xbehavior: url(/iepngfix.htc)
}
.error-title {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
	color: #D50000;
}
.error-list {
	margin: 0px;
	list-style-type: none;
	padding-left: 0px;
}
.error-list li {
	background-image:url(/pics/bul-error.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	padding-left: 11px;
	font-size: .9em;
	margin-top: 5px;
}

/* PROMO LOOP */
#PromoDIV {
	width: 735px;
	height: 190px;
	margin-top: 10px;
}
#banner-controls a {
	color: #fff;
	text-decoration: none;
}
#banner-controls {
	width: 725px;
	padding-left: 10px;
	margin-bottom: 20px;
	text-align: center;
}
#banner-controls .unsel {
	width: 37px;
	height: 24px;
	background-image:url(/pics/promo-tab.jpg);
	margin-right: 3px;
	padding-top: 4px;
	float: left;
	text-decoration:none;
	font-weight:bold;
	display: block;
}
#banner-controls .sel {
	width: 37px;
	height: 22px;
	background-image:url(/pics/promo-tab.jpg);
	background-position: 0px 28px;
	margin-right: 3px;
	padding-top: 6px;
	float: left;
	text-decoration:none;
	font-weight:bold;
	display: block;
	color: #fff;
}
#banner-controls a:hover {
	background-position: 0px 28px;
	padding-top: 6px;
	height: 22px;
	color: #fff;
}

/* PROMO BOX */
.promo-box {
	position: relative;
}
.promo-box .box1 {
	width: 139px;
	height: 139px;
	background-image: url(/pics/bg-prod-small.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 10px 0 0 5px;
	padding: 3px;
	position: relative;
	text-align: center;
	font-size: .9em;
}
#promo-box1 {

}
.box1 .img {
	width: 135px;
	height: 94px;
}
.box1 .img img {
	padding: 1px;
	border: 1px solid #cdb2d6;
}
.box1 .name {
	height: 30px;
}
.box1 .price {
	font-size: 1.1em;
	font-weight: bold;
	color: #515893;
}

/* NEWSLETTER */
#newsletter {
	width: 505px;
	height: 36px;
	padding: 10px 0 0 230px;
	margin-top: 20px;
	background-image: url(/pics/bg-newsletter.jpg);
	background-repeat: no-repeat;
}
#newsletter .textbox {
	background-color: #fff;
}

/* SITEMAP */
.sitemap {
	margin: 50px 0 0 40px;
}
.sitemap li {
	margin-top: 5px;
}
.sitemap li.ident1 {
	margin-left: 20px;
	margin-top: 0px;
}
.sitemap li.ident2 {
	margin-left: 40px;
	margin-top: 0px;
}


/* LOGO PROD */
#manufact {
	padding-top: 20px;
	clear: both;
	width: 990px;
}
#manufact img {
	margin: 5px;
	float: left;
	padding: 1px;
	background-color: #cdb2d6;
	border: 1px solid #7D4B8D;
}

#credits {
	clear: both;
	margin-top: 5px;
	padding: 10px 0;
	color: #666;
}
#credits a {
	color: #426BCC;
}