html {
    border-left: 0px;
}
body, form, a, div, span, ul, ol, li, table, caption, tr, th, td, img, strong, em, p, h1, h2, h3, h4, h5, h6, pre {
    padding: 0px;
    border: 0px;
    margin: 0px;
}
body{
	background-color: #ffffff;
	background-image:url('../image/bg.jpg');
	background-repeat: repeat-x;
	background-position:top center;
}
body, h1, h2, h3, h4, h5, h6, table, tr, th, td {
    font-family: arial, georgia, helvetica, verdana, lucida, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
	color: #454545;
} 
input, select, option, textarea {
	font-family: arial, georgia, helvetica, verdana, lucida, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
	color:#454545;
	border:1px solid #aaaaaa;
}
strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
	font-size:22px;
	font-weight:normal;
}
h2 {
	font-size:19px;
	font-weight:normal;
}
h3 {
	font-size:14px;
	margin-bottom:10px;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:11px;
	font-weight:normal;
}
#h1Title {
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
.topMenuSelected {
	font-weight:bold;
	color:#ffffff;
	font-size:13px;
}
p {
	margin-top:0px;
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:11px;
}
a {
	color:#393939;
	text-decoration:none;
	outline:none;
}
a, a:visited, a:hover, a:link, a:active{
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #3f4c6b;
}
strong {
	font-weight:bold;
}
small {
	font-size:10px;
}
tbody {
	color:#000000;
}
/* TinyMCE HACK */ 
p { 
	margin-bottom:15px;
	font-size:12px;
}
.MsoNormal {
	text-align:left;
	font-size:12px;
	font-family:arial;
}
.paddingMe {
	padding:10px;
	font-weight:bold;	
}
/* end HACK */

#error404Message {
	font-size:14px;
	margin-top:30px;
	z-index:1000;
	color:#333333;
	text-align:center;
}
#feedback_user {
	background: #fff6bf url('../image/icons/information.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-bottom:2px solid #B5D4FE;
	border-top:2px solid #B5D4FE;
	list-style-type:none;
}
#feedback_user ul {
	list-style-type:none;
}
#feedback_system {
	background: #fff6bf url('../image/icons/exclamation.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	list-style-type:none;
}
#showMessageBar {
	background-color:#ECE784;
	text-align:center; 
	padding:5px; 
	border-top:1px solid #cccccc; 
	border-bottom:1px solid #cccccc;
}
#wrapper{
	width: 845px;
	margin: 0px auto;
}

/*top*/
#top{
	width: 845px;
	height: 92px;
	margin-top: 8px;
}
#top_left{
	float: left;
	width: 200px;
	height: 80px;
}
#top_right{
	float: right;
	width: 300px;
	height: 80px;
	text-align: right;
	margin-left: 340px;
	display: inline-table;
}
#sigla{
	width: 200px;
	height: 80px;
}
#logged{	
	font-family: "Arial";
	font-size: 12px;
	color: #485472;
	text-align: right;
	height: 14px;
}
#email{	
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #485472;
	height: 14px;
}
#search{
	width: 192px;
	height: 25px;
	margin-top: 22px;
	margin-left: 110px;
}
#search_background{
	background-image:url('../image/search_background.jpg');
	background-repeat: no-repeat;
	float: left;
	width: 165px; 
	height: 30px;
}
#serchInput{
	background-image:url('../image/searchInput_background.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
	border: none;
	width: 130px;
	height: 14px;
	font-family: "Arial";
	font-size: 12px;
	text-align: right;
	margin-right: 10px;
	color: #485472;	
	border: none;
	margin-top: 5px;
}
#search_go{
	float: right;
	width: 26px;
	height: 27px;
}
/* AUTOCOMPLETE FOR SEARCH */
.autocomplete {
  	position:absolute;
  	border:0px;
  	margin:0;
  	padding:0;
  	width:123px;
  	background-color:#f7f7f7;
}
.autocomplete ul {
  	list-style-type:none;
  	margin:0;
  	padding:0;
  	width:123px;
}
.autocomplete ul li.selected { background-color: #ffb;}
.autocomplete ul li {
  	list-style-type:none;
  	display:block;
  	margin:0;
  	padding:2px;
  	cursor:pointer;
  	width:123px;
}

#menu{
	background-image:url('../image/menu.jpg');
	background-repeat: no-repeat;
	width: 845px;
	height: 45px;
}
ul.menu{
	display: inline;
	margin-top: 20px;
	width: 845px;
	height: 45px;
	list-style-type: none;
}
li.menu{
	float: left;
	width: 140px;
	text-align: center;
	margin-top: 13px;
}
a.menu_link, a.menu_link:link, a.menu_link:active, a.menu_link:visited 
{
	font-family: "Arial";
	font-size: 13px;
	text-align: center;
	color: #ffffff;
}
a.menu_link:hover
{
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
#submenu{
	width: 825px;
	height: 14px;
	text-align: center;
	display: table;
	margin-top: 13px;
	margin-left: 10px;
	display: block;
}
a.submenu_link, a.submenu_link:link, a.submenu_link:active, a.submenu_link:visited 
{
	font-family: "Arial";
	font-size: 10px;
	text-align: center;
	color: #485472;
}
a.submenu_link:hover
{
	font-family: "Arial";
	font-size: 10px;
	text-align: center;
	color: #a60328;
}
.line_submenu{
	text-align: center;
	font-family: "Arial";
	font-size: 10px;
	color: #c5c5c5;
}

/*content*/
#left{
	float: left;
	display: block;
	width: 647px;
}
#right{
	float: right;
	width: 189px;
}
#left_left{
	float: left;
	width: 189px;
	display: block;
}
#left_right{
	float: right;
	width: 451px;
	margin-left: 7px;
	margin-bottom: 25px;
	display: block;
}

#left_right2{
	float: right;
	width: 452px;
	margin-left: 7px;
	background-color:#f6f6f6;
	display: block;
}

#content{
	width: 845px;
	margin-top: 35px;
	display: block;
	clear: both;
}
.categories{
	background-image:url('../image/menu_arrow_right.png');
	background-repeat: no-repeat;
	width: 169px; 
	height: 19px;
	margin-top: 1px;
	margin-bottom: -2px;
	display: table;
	padding-top: 3px;
	padding-left: 5px;
	color:#3f4c6b;
}
.categories_content{
	width: 186px;
	border:1px solid #b2b2b2;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color:#f8f8f8;
	padding-bottom: 15px;
	color:#3F4C6B;
}
.line_menu_bottom{
	margin-top: -3px;
	display: table;
	margin-bottom: 25px;
}
.line_white_bottom{
	width: 451px;
	height: 4px;
	display: block;
	clear: both;
}
.categories_menu {
}
.categories_menu_link, .categories_menu_link:link, .categories_menu_link:visited, .categories_menu_link:hover, .caregory_menu_link:active{
	width: 145px; 
	height: 14px;
	margin-top: 5px;
	margin-left: 10px;
	font-family: "Arial";
	font-size: 12px;
	color: #485472;
	display: table;
}
.menu_arrow_left{
	background-image:url('../image/category.png');
	background-repeat: no-repeat;
	width: 187px;
	height: 38px;
	border-right:1px solid #b2b2b2;
}
.categories_menu{
	width: 171px;
	height: 22px;
	margin-top: 13px;
	margin-left: 8px;
	display: table;
}
.categories_hover{
	background-image: url('../image/menu_down.png');
	background-repeat: no-repeat;
	width: 169px; 
	height: 19px;
	font-family: "Arial";
	font-size: 12px;
	color: #ffffff;
	margin-top: 1px;
	margin-bottom: -2px;
	display: table;
	padding-top: 3px;
	padding-left: 5px;
	display: table;
}
.categories_hover a {
	color:#ffffff;
}
.subcategories{
	margin-top: 7px;
	margin-left: 15px;
	padding-left:5px;
}
.br_20{
	height: 20px;
}
a.subcategories_link, a.subcategories_link:active, a.subcategories_link:link, a.subcategories_link:visited, a.subcategories_link:hover{
	width: 145px; 
	height: 10px;
	font-family: "Arial";
	font-size: 11px;
	color: #656a6f;
	display: inline-block;
	clear: both;
	/*padding-top: 3px;*/
}
a.subcategories_link:hover{
	text-decoration: underline;
}
#browse_authors{
	width: 186px;
	background-color: #f8f8f8;
	border:1px solid #b2b2b2;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.author{
	width: 170px;
	height: 23px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: dotted 1px #b5b5b5;
}
.author_last {
	width: 170px;
	height: 24px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 0px;
}
a.author_name, a.author_name:link, a.author_name:active, a.author_name:visited {
	font-family: "Arial";
	font-size: 12px;
	color: #485472;
	margin-left: 7px;	
	padding-top: 5px;	
	display: block;
	text-decoration: none;
}
a.author_name:hover{
	text-decoration: underline;
}
.autorSelected {
	font-family: "Arial";
	font-size: 12px;
	color: #485472;
	margin-left: 7px;	
	padding-top: 5px;	
	display: table;
	font-weight:bold;
}

/*center*/
.menu_arrow_center_top{
	background-image:url('../image/menu_arrow_center_top2.png');
	background-repeat: no-repeat;
	background-position: 0px;
	width: 450px;
	height: 39px;
        border-right: 1px solid #b2b2b2;
}

/*center*/
.menu_arrow_center{
	background-image:url('../image/menu_arrow_center.png');
	background-repeat: no-repeat;
	background-position: 0px;
	width: 450px;
	height: 38px;
        border-right: 1px solid #b2b2b2;
}

.menu_arrow_center2{
	background-image:url('../image/menu_arrow_center.png');
	background-repeat: no-repeat;
	background-position: 0px;
	width: 450px;
	height: 38px;
        border-right: 1px solid #b2b2b2;
}

.menu_arrow_center_title{
	float: left;
	
	height: 25px;
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
	color: #990225;
	padding-left: 35px;
	padding-top: 12px;
	display: table;
}
.back{
	float: right;
	width: 80px;
	padding-top:1px;
}
a.back_btn, a.back_btn:link, a.back_btn:active, a.back_btn:visited, a.back_btn:hover{
	height: 25px;
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
	color: #990225;
	padding-left: 15px;
	padding-top: 11px;
	display: block;
}
.menu_arrow_center{
	margin-top: 30px;
	
}
#flash{
	width: 449px;
	height: 220px;
	border: 1px solid #b2b2b2;
	border-top: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color:#ffffff;
	display: block;
	clear: both;
}
#flash2{
	width: 449px;
	height: 220px;
	border: 1px solid #b2b2b2;
	border-top: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color:#ffffff;
	display: block;
	clear: both;
}
.flash_bottom{
	margin-top: -3px;
	display: block;
}
#listProducts {
	width:449px;
	border: solid 1px #b2b2b2;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color: #ffffff;
	padding-bottom:7px;
	margin-bottom:25px;
}
.center_inline_top{
	background-color: #ffffff;
	width: 449px;
	height: 210px;
	display: block;
	clear: both;
}
.center_inline{
	background-color: #ffffff;
	width: 450px;
	height: 210px;
	display: block;
	clear: both;
}
.center_inline_bottom{
	background-image:url('../image/lines_center.png');
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 449px;
	height: 210px;
	display: block;
	clear: both;
}
.line_new_bottom{
	padding-top: -20px;
}
.center_left{
	float: left;
	width: 224px;
	height: 210px;
	display: block;
}
.center_right{
	float: right;
	width: 224px;
	height: 210px;
	display: block;
}
.products_title{
	font-family: "Arial";
	font-size: 12px;
	color: #3f4c6b;
	width: 200px;
	height: 30px;
	margin-left: 10px;
	margin-top: 24px;
	margin-bottom: 15px;
	display: block;
	clear: both;
}
.products_editia{
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	width: 200px;
	margin-left: 10px;
}
.products_image{
	float: left;
	width: 81px;
	height: 90px;
	margin-left: 10px;
}
.products_content{
	float: left;
	width: 119px;
	height: 80px;
	font-family: "Arial";
	font-size: 12px;
	color: #3f4c6b;
	padding-left: 10px;
	margin-top: 0px;
}
.price_red{
	font-family: "Arial";
	font-size: 18px;
	color: #b91b26;
}
.products_buttons{
	width: 200px;
	margin-left: 100px;
	display: block;
	clear:both;
}
.products_button_left{
	float: left;
	width: 94px;
	height: 22px;
	margin-top: 15px;
}
.products_button_right{
	float: right;
	width: 94px;
	height: 22px;
	margin-top: 15px;
}

/*lista produse*/
#filter_box{
	background-image:url('../image/background_filter.jpg');
	background-repeat: no-repeat;
	border: 0px;
	width: 451px;
	height: 165px;
}
#filter_box_nobg{
	width: 439px;
    	display: table;
   	border:1px solid #b2b2b2;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
    background-color:#ffffff;
    border-top: 0px;
    font-size:11px;
    color:#3f4c6b;
    padding:5px;
}
#filter_content{
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	margin-left: 12px;
}
#filter_left{
	float: left;
	width: 220px;
	margin-top: 20px;
}
#filter_right{
	float: right;
	width: 220px;
	margin-top: 20px;
}
.filter_title{
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #990225;
	margin-left: 12px;
}
.filter_select{
	width: 200px;
	margin-left: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#menu_produse{
	width: 430px;
	height: 20px;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: -33px;
	display: inline-table;
}
.button_produse_bg{
	background-image:url('../image/button_grey.png');
	background-repeat: no-repeat;
	width: 106px;
	height: 20px;
	display: inline-table;
	text-align: center;
	padding-top: 3px;
	margin-left: 1px;
}
.button_produse_bg_hover {
	background-image:url('../image/button_red.png');
	background-repeat: no-repeat;
	width: 106px;
	height: 20px;
	display: inline-table;
	text-align: center;
	padding-top: 3px;
	margin-left: 1px;
	color:#ffffff;
	font-weight:bold;
}
a.button_produse, a.button_produse:link, a.button_produse:visited, a.button_produse:active{
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
}
a.button_produse:hover{
	font-family: "Arial";
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}
/*pag produse*/
#filter_box_page{
	background-image:url('../image/background_page.png');
	background-repeat: no-repeat;
	border:1px solid #b2b2b2;
	border-top: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color:#ffffff;
	width: 449px;
	height: 342px;
}
.stars_page{
	width: 120px;
	height: 20px;
	margin-left: 323px;
}
.book_image{
	float: left;
	width: 140px; 
	height: 200px;
	margin-left: 30px;
}
.book_info{
	float: right;
}
.materie{
	width: 240px;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #3f4c6b;
	margin-top: 10px;
}
.profil{
	width: 227px;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #3f4c6b;
}
.autor{
	width: 240px;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #990225;
}
.disponibil{
	width: 240px;
	font-family: "Arial";
	font-size: 12px;
	color: #3f4c6b;
	margin-top: 20px;
}
.pret{
	width: 240px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
}
.cantitate{
	float: left;
	width: 50px;
	height: 14px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	margin-top: 20px;
	padding-top: 5px;
	margin-bottom: 25px;
	margin-left: 20px;
}
.cantitate_nr{	
	float: right;
	background-image:url('../image/cantitate.jpg');
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: -15px;
	width: 25px;
	height: 23px;
	font-family: "Arial";
	font-size: 18px;
	color: #b91b26;
	text-align: center;
	margin-right: 156px;
	margin-bottom: 25px;
}
.buttons_add{
	width: 200px;
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
	margin-left:20px;
}
a.button_add_card, a.button_add_card:visited, a.button_add_card:active, a.button_add_card:link, a.button_add_card:hover{
	background-image:url('../image/button_add_red.png');
	background-repeat: no-repeat;
	float: left;
	width: 94px;
	height: 22px;
	font-family: "Arial";
	font-size: 11px;
	color: #ffffff;
	padding-top: 3px;
	text-align: center;
}
a.button_add_wishlist, a.button_add_wishlist:visited, a.button_add_wishlist:active, a.button_add_wishlist:link, a.button_add_wishlist:hover{
	background-image:url('../image/button_add_blue.png');
	background-repeat: no-repeat;
	float: right;
	width: 94px;
	height: 22px;
	font-family: "Arial";
	font-size: 11px;
	color: #ffffff;
	padding-top: 3px;
	text-align: center;
}
.galerie_foto{
	width: 390px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	margin-top: 30px;
	margin-left: 60px;
	display: table;
	float: left;
}
.comenzi_tel{
	float: left;
	width: 205px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	margin-left: 13px;
	margin-top: 25px;
}
.comenzi_email{
	float: left;
	width: 300px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
}
a.recomandari, a.recomandari:active, a.recomandari:link, a.recomandari:visited, a.recomandari:hover{
	float: right;
	width: 205px;
	font-family: "Arial";
	font-size: 11px;
	color: #089dcb;
	text-align: right;
	margin-right: 15px;
	margin-top: 25px;
}
.pret_vechi{
	font-family: "Arial";
	font-size: 14px;
	color: #3f4c6b;
	text-decoration: line-through;
}
.red{
	font-family: "Arial";
	font-size: 18px;
	color: #b91b26;
	margin-left: 10px;
}
.red_phone{
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #990225;
	margin-left: 5px;
}
.button_produse_detalii{
	background-image:url('../image/button_grey_big.png');
	background-repeat: no-repeat;
	width: 136px;
	height: 20px;
	display: inline-table;
	text-align: center;
	padding-top: 3px;
	margin-left: 1px;
	color: #3f4c6b;
}
.button_produse_detalii_hover {
	background-image:url('../image/button_red_big.png');
	background-repeat: no-repeat;
	width: 136px;
	height: 20px;
	display: inline-table;
	text-align: center;
	padding-top: 3px;
	margin-left: 1px;
	color: #ffffff;
	font-weight:bold;
}
#detalii_produs{
	border:1px solid #b2b2b2;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	width: 449px;
	height:450px;
	display: table;
	margin-bottom: 20px;
}
.detalii_produs_content{
	width: 428px;
	padding-top: 23px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
}
.detalii_produs_left{
	float: left;
	border-right: dotted 1px #b5b5b5;
	width: 215px;
	height: 120px;
	margin-top: 15px;
	margin-left: 10px;
}
.detalii_produs_right{
	float: right;
	width: 210px;
	height: 140px;
	margin-top: 15px;
	margin-right: 10px;
}
.detalii_produs_info_name{
	float: left;
	width: 200px;
	margin-top: 2px;
	padding-left: 5px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	border-bottom: dotted 1px #b5b5b5;
}
.detalii_produs_center_line {
	
}
.detalii_produs_info{
	float: right;
	width: 200px;
	height:auto;
	margin-top: 2px;
	padding-left: 5px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	font-weight: bold;
	border-bottom: dotted 1px #b5b5b5;
}
.detalii_produs_download{
	background-image:url('../image/download_pdf.jpg');
	background-repeat: no-repeat;
	margin-top: -10px;
	margin-left: 130px;
	padding-top:13px;
	padding-left: 50px;
	width: 200px;
	height: 42px;
	display: table;
	cursor:pointer;
	text-align:left;
	font-family: "Arial";
	font-size: 11px;
	color: #ffffff;
}
.detalii_produs_download_text{ }

/*shopping_bag_step1*/
.menu_arrow_center_top_blue{
	background-image:url('../image/menu_arrow_center_blue.jpg');
	background-repeat: no-repeat;
	width: 648px;
	height: 38px;
}
.menu_arrow_center_title_blue{
	width: 600px;
	height: 26px;
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
	color: #990225;
	padding-left: 35px;
	padding-top: 12px;
	display: table;
}
.shopping_cart{
	width: 646px;
	background-image: url('../image/background_shopping_cart2.jpg');
	background-repeat: no-repeat;
	background-color: #e8e8e8;
	background-position:4px 4px;
	display: table;
	padding-bottom:20px;
	border:1px solid #b2b2b2;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
}

.shopping_cart3{
	width: 646px;
	background-image: url('../image/background_shopping_cart2.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position:4px 4px;
	display: table;
	padding-bottom:20px;
	border:1px solid #b2b2b2;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
}

.shopping_cart_bg_2  {
	background-image: url('../image/background_shopping_cart.jpg');
	background-color:#E7E7E7;
	background-position:top center;
}
.shopping_cart_buttons_top{
	width: 634px;
	height: 22px;
	margin-left: 4px;
}
.shopping_cart_button_left{
	float: left;
	width: 290px;
	margin-top: 10px;
	margin-left: 8px;
}
.shopping_cart_button_right{
	float: right;
	width: 305px;
	text-align: right;
	margin-top: 10px;
	margin-right: 5px;
}
.shopping_cart_stars{
	float: left;
	width: 120px;
	height: 20px;
	margin-left: 0px;
}
.shopping_cart_content{
	width: 625px;
	margin-left: 15px;
	margin-top: 25px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
}
.shopping_cart_table{
	width: 635px;
	margin-top: 27px;
	display: block;
	clear: both;
	margin-left: 3px;
}
.tr_line{
	background-image: url('../image/tr_line.png');
	background-repeat: no-repeat;
	height: 1px;
	width: 625px;
}
.products{
	width: 290px;
}
.quantity{
	width: 65px;
	text-align: center;
}
.ShoppingCartHover {
	border: 5px dashed #aaa;
    background:#efefef;
}
.numberInput{
	background-image: url('../image/number_form.jpg');
	background-repeat: no-repeat;
	width: 33px;
	height: 21px;
	border: 0px;
	text-align: center;
	font-family: "Arial";
	font-size: 18px;
	color: #b91b26;
	margin-top: 20px;
}
a.numberInput_delete, a.numberInput_delete:hover, a.numberInput_delete:active, a.numberInput_delete:visited, a.numberInput_delete:link{
	font-family: "Arial";
	font-size: 11px;
	color: #485472;
	text-decoration: underline;
	margin-top: 3px;
	display: block;
}	
.price{
	width: 150px;
	text-align: center;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
}
.price_style{
	font-family: "Arial";
	font-size: 16px;
	color: #3f4c6b;
}
.total_price{
	width: 115px;
	text-align: center;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
}
.total_price_style{
	font-family: "Arial";
	font-size: 18px;
	color: #b91b26;
}
.red{
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #990225;
}
.blue{
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #3f4c6b;
}
.products_ordered_image{
	float: left;
	width: 80px; 
	height: 90px;
	margin-left: 9px;
}
.products_ordered_info{
	float: right;
	width: 200px;
}
.product_materie{
	height: 14px;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #3f4c6b;
}
.product_info{
	height: 60px;
	font-family: "Arial";
	font-size: 12px;
	color: #3f4c6b;	
}
.product_available{
	height: 14px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;	
}
.shopping_cart_total{
	width: 627px;
	height: 37px;
	text-align: right;
	margin-left: 4px;
	margin-top: -10px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
}
.total_value{
	font-family: "Arial";
	font-size: 30px;
	font-weight: bold;
	color: #ff5400;
}
.shopping_cart_buttons_center{
	width: 634px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 7px;
	display: table;
}
.shopping_cart_button_left_center{
	float: left;
	width: 290px;
	margin-top: 10px;
	margin-left: 4px;
}
.shopping_cart_button_right_center{
	float: right;
	width: 305px;
	text-align: right;
	margin-top: 10px;
	margin-right: 7px;
}
.menu_arrow_center_top_red{
	background-image:url('../image/menu_arrow_center_blue.jpg');
	background-repeat: no-repeat;
	width: 648px;
	height: 36px;
	margin-top: 20px;
}
.menu_arrow_center_title_red{
	width: 600px;
	height: 25px;
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
	color: #990225;
	padding-left: 35px;
	padding-top: 12px;
	display: table;
}
.delivery {
	width: 646px;
	border:1px solid #b2b2b2;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color: #f4f4f4;
	margin-bottom: 20px;
}
.modality{
	margin-top: 10px;
}
.delivery_left{
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-top: 18px;
}
.delivery_left_content{
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	margin-top: 23px;
}
.delivery_right{
	float: right;
	width: 315px;
	margin-top: 18px;
}
.delivery_right_content{
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #990225;
	margin-top: 23px;
}
.shopping_cart_buttons_bottom{
	width: 634px;
	height: 20px;
	margin-top: 35px;
	margin-bottom: 15px;
	margin-left: 7px;
	display: table;
}
.shopping_cart_button_left_bottom{
	float: left;
	width: 290px;
	margin-top: 10px;
	margin-left: 4px;
}
.shopping_cart_button_right_bottom{
	float: right;
	width: 305px;
	text-align: right;
	margin-top: 10px;
	margin-right: 7px;
}
.background_bottom{
	/*background-image:url('../image/background_bottom.jpg');
	background-repeat: no-repeat;
	display: block;
	clear: both;
	height: 6px;
	width: 648px;
	margin-left: -1px;*/
}
/*end of shopping_bag_step1*/

/*LOGIN FORM*/
.signin{
	border-bottom: solid 1px #c2c2c2;
	display: table;
	width: 627px;
	margin-left: 5px;
	margin-right: 15px;
}
.singin_left{
	float: left;
	width: 320px;
}
.singin_right{
	float: right;
	width: 297px;
}
.singin_left_content{
	width: 300px;
	margin-left: 15px;
	margin-top: 15px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	margin-bottom: 12px;
}
.singin_left_user{
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #3f4c6b;
	margin-left: 15px;
	margin-top: 7px;
}
.form_singnin{
	background-image: url('../image/shopping_cart_input.png');
	background-image: no-repeat;
	width: 302px;
	height: 27px;
	margin-left: 15px;
	margin-top: 2px;
}
.userInput, .passwordInput{
	background-image: url('../image/signin_background.jpg');
	background-image: repeat-x;
	border: 0px;
	width: 240px;
	height: 17px;
	margin-left: 18px;
	margin-top: 2px;
	font-family: "Arial";
	font-size: 17px;
	font-weight: bold;
	color: #990225;
}
.singin_buttons{
	width: 300px;
	height: 22px;
	margin-bottom: 15px;
	margin-left: 7px;
	display: table;
}
.singin_buttons_left{
	float: left;
	width: 70px;
	margin-left: 124px;
	margin-top: 15px;
}
.singin_buttons_right{
	float: left;
	width: 95px;
	margin-left: 8px;
	margin-top: 10px;
	text-align: left;
}
a.uitat_parola, a.uitat_parola:link, a.uitat_parola:visited, a.uitat_parola:active, a.uitat_parola:hover{
	font-family: "Arial";
	font-size: 11px;
	color: #485472;
	text-decoration: underline;
}
.singin_right_content{
	width: 290px;
	margin-left: 5px;
	margin-top: 15px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	margin-bottom: 12px;
}
/*end of LOGIN FORM*/

/*shopping_bag_step2*/
.signin{
	border-bottom: solid 1px #c2c2c2;
	display: table;
	width: 625px;
	margin-left: 5px;
	margin-right: 5px;
}
.signin_left{
	float: left;
	width: 300px;
}
.signin_right{
	float: right;
	width: 300px;
}
.signin_left_content{
	width: 300px;
	margin-left: 5px;
	margin-top: 15px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	margin-bottom: 12px;
}
.signin_left_user{
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #3f4c6b;
	margin-left: 5px;
	margin-top: 7px;
}
.form_signnin{
	background-image: url('../image/shopping_cart_input.png');
	background-image: no-repeat;
	width: 302px;
	height: 27px;
	margin-left: 4px;
	margin-top: 3px;
	display:block;
	clear:both;
}
.userInput, .passwordInput, .nameInput, .surnameInput, .cnpInput, .addressInput, .cityInput, .zipInput, .phone1Input, .phone2Input, .emailInput, .hourInput{
	background-image: url('../image/signin_background.jpg');
	background-image: repeat-x;
	border: 0px;
	width: 280px;
	height: 20px;
	margin-left: 8px;
	margin-top: 2px;
	font-family: "Arial";
	font-size: 17px;
	font-weight: bold;
	color: #990225;
}
.signin_buttons{
	width: 300px;
	height: 22px;
	margin-bottom: 15px;
	display: table;
}
.signin_buttons_left{
	float: left;
	width: 145px;
	margin-left: 10px;
	margin-top: 15px;
}
.signin_buttons_right{
	float: right;
	width: 145px;
	margin-top: 10px;
	text-align: right;
}
a.uitat_parola, a.uitat_parola:link, a.uitat_parola:visited, a.uitat_parola:active, a.uitat_parola:hover{
	font-family: "Arial";
	font-size: 11px;
	color: #485472;
	text-decoration: underline;
}
.signin_right_content{
	width: 290px;
	margin-left: 5px;
	margin-top: 15px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	margin-bottom: 12px;
}
.signup{
	display: table;
	width: 625px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
}
.signup_content{
	width: 615px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	margin-left: 5px;
}
.signup_left{
	float: left;
	width: 300px;
	margin-top: 5px;
}
.signup_right{
	float: right;
	width: 310px;
	margin-top: 5px;
}
.signup_user{
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #3f4c6b;
	margin-left: 5px;
	margin-top: 7px;
}
.signup_name_star{
	width: 300px;
	display: block;
	clear: both;
}
.signup_left_user{
	width: 280px;
	float: left;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #3f4c6b;
	margin-left: 5px;
	margin-top: 2px;
}
.star_right{
	float: right;
	width: 5px;
	font-family: "Arial";
	font-size: 18px;
	font-weight: bold;
	color: #990225;
	height: 5px;
}

.textarea_signnin{
	background-image: url('../image/textarea.jpg');
	background-image: no-repeat;
	width: 627px;
	height: 97px;
	margin-left: 4px;
	margin-top: 3px;
}
.other_infoInput{
	background-image: url('../image/textarea_background.jpg');
	background-image: repeat-x;
	border: 0px;
	width: 610px;
	height: 90px;
	margin-left: 8px;
	margin-top: 3px;
	font-family: "Arial";
	font-size: 17px;
	font-weight: bold;
	color: #990225;
}
.info_delivery{
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
.red{
	font-family: "Arial";
	font-size: 18px;
	font-weight: bold;
	color: #b91b26;
	margin-left: 5px;
}
.signup_buttons_bottom{
	width: 634px;
	height: 20px;
	margin-bottom: 7px;
	margin-left: 5px;
	display: table;
}
.info_delivery{
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
.info_formular_delivery{
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
/*end of shopping_bag_step2*/
/*right*/
.menu_arrow_blue{
	background-image:url('../image/menu_arrow_blue.png');
	background-repeat: no-repeat;
	width: 190px;
	height: 38px;
}
.menu_title{
	width: 250px;
	height: 14px;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #485472;
	padding-left: 35px;
	padding-top: 12px;
	display: table;
}
.menu_shopping_cart{
	width: 187px;
	background-color: #f4f4f4;
	border:1px solid #b2b2b2;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display: table;
	/*margin-bottom: 25px;*/
}

.div25{
	height: 23px;
}

/*shopping cart*/
.cos{
	width: 186px;
	height: 20px;
	text-align:center;
	padding-top: 15px;
	margin-bottom: 15px;
}
.now{
	width: 187px;
	font-family: "Arial";
	font-size: 12px;
	color: #485472;
	text-align: center;
}
.nr_items{
	width: 187px;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #9a0225;
	text-align: center;
	margin-bottom: 37px;
}
.button_cos{
	margin-left: 15px;
	padding-bottom: 0px;
	margin-bottom: 23px;
}

/*newletter*/
.menu_newsletter{
	width: 187px;
	background-color: #f4f4f4;
	border:1px solid #b2b2b2;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.content_newsletter{
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 12px;
	width: 165px;
	font-family: "Arial";
	font-size: 12px;
	color: #9a0225;
}
.email_newsletter{
	background-image:url('../image/email.png');
	background-repeat: no-repeat;
	width: 169px;
	height: 21px;
	margin-left: 10px;
}
#email_newsletterInput{
	border: none;
	background-color: #e4f2fe;
	width: 160px;
	height: 15px;
	margin-top: 2px;
	margin-left: 5px;
	font-family: "Arial";
	font-size: 12px;
	color: #485472;
	text-align: right;
}
.buttons_newsletter{
	width: 185px;
	padding-top: 12px;
	padding-bottom: 27px;
	display: table;
}
.button_newsletter_left{
	float: left;
	font-family: "Arial";
	font-size: 12px;
	color: #485472;
	text-decoration: underline;
	padding-left: 10px;
}
.button_newsletter_right{
	float: right;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #485472;
	padding-right: 10px;
}

/*promo right*/
.promo_right{
	width: 190px; 
}
.promo_r{
	margin-bottom: 20px;
}
/*promo_left*/
.promo_left{
	width: 189px; 
	margin-bottom: 22px;
	display: table;
}

/*Complete offer*/
.menu_offer{
	width: 187px;
	background-color: #ffffff;
	border:1px solid #b2b2b2;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-bottom:20px;
}
.offer_content{
	width: 145px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Arial";
	font-size: 12px;
	color: #485472;
}
.offer_image{
	width: 22px;
	height: 16px;
	padding-left: 83px;
	padding-right: 83px;
	padding-bottom: 15px;
}
.offer_download{
	width: 170px;
	padding-bottom: 25px;
	padding-left: 10px;
	text-align: center;
}
a.offer_download_link, a.offer_download_link:link, a.offer_download_link:visited, a.offer_download_link:active, a.offer_download_link:hover{
	font-family: "Arial";
	font-size: 12px;
	color: #b91b26;
	text-decoration: none;
}
a.offer_download_link:hover{
	text-decoration: underline;
}


/*wishlist*/
.wishlist_content{
	width: 629px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	padding-top: 8px;
	padding-left: 10px;
}
.wishlist_product{
	width: 638px;
	display: block;
	clear: both;
}
.produs{
	width: 620px;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #990225;
	padding-top: 20px;
	margin-left: 8px;
	padding-left: 2px;
	border-bottom: solid 1px #c2c2c2;
}
.wishlist_left{
	float: left;
	width: 250px;
	margin-top: 9px;
	margin-left: 8px;
}
.wishlist_right{
	float: right;
	width: 360px;
	margin-top: 9px;
	margin-right: 12px;
}
.wishlist_image{
	float: left;
	width: 81px;
	height: 90px;
}
.wishlist_info{
	float: right;
	width: 165px;
}
.product_info1{
	height: 45px;
	font-family: "Arial";
	font-size: 12px;
	color: #3f4c6b;
	width: 160px;	
}
.product_pret, .product_currency{
	font-family: "Arial";
	font-size: 12px;
	color: #3f4c6b;	
	width: 160px;
}
.product_disponibilitate{
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	width: 160px;
}
.red_small{
	font-family: "Arial";
	font-size: 11px;
	color: #990225;
	margin-left: 10px;
}
.red_price{
	font-family: "Arial";
	font-size: 16px;
	color: #990225;
	font-weight: bold;
	margin-left: 10px;
}
.wishlist_top_left{
	float: left;
	width: 170px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
}
.wishlist_top_right{
	float: right;
	width: 170px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
}
.wishlist_stars{
	width: 92px;
	height: 15px;
	margin-left: 0px;
	float:right;
	width:90px;
}
.wishlist_rating{
	float:left;
	width:75px;
}
.wishlist_voted{
	width: 365px;
	height: 30px;
	display: table;
	text-align:right;
}
.wishlist_add{
	width: 355px;
	text-align: left;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #3f4c6b;
}
.wishlist_add_input{
	background-image: url('../image/wishlist_add.jpg');
	background-repeat: no-repeat;
	width: 368px;
	height: 27px;
}
.descriptionInput{
	background-image: url('../image/signin_background.jpg');
	background-repeat: repeat-x;
	border: none;
	width: 355px;
	height: 20px;
	margin-top: 3px;
	margin-left: 6px;
	font-family: "Arial";
	font-size: 17px;
	font-weight: bold;
	color: #990225;
}
a.wishlist_buttons, a.wishlist_buttons:link, a.wishlist_buttons:hover, a.wishlist_buttons:active, a.wishlist_buttons:visited{
	font-family: "Arial";
	font-size: 11px;
	color: #485472;
	text-decoration: underline;
	display: block;
}
.wishlist_buttons_line{
	width: 626px;
	margin-top: 10px;
	margin-left: 5px;
	padding-bottom: 10px;
	border-bottom: solid 1px #c2c2c2;
	display: block;
	clear: both;
}
.wishlist_td1{
	width: 165px;
	text-align: left;
}
.wishlist_td2{
	width: 140px;
	text-align: left;
}
.wishlist_td3{
	width: 225px;
	text-align: left;
}
.wishlist_td4{
	width: 94px;
}
/*end of wishlist*/

/*contact us*/
.contact_us{	
	background-image: url("../image/contact_us_bg.jpg");
	background-repeat: repeat-y;
	border:1px solid #b2b2b2;
	border-top:0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	width: 449px;
	display: table;
	padding-bottom:10px;
}
.contact_us_content{
	width: 429px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	margin-left: 12px;
	margin-top: 9px;
}
#contact_us_form{
	margin-top: 10px;
}
.contact_us_name_star{
	width: 420px;
	display: block;
	clear: both;
	margin-left: 8px;
	margin-top: 3px;
}
.contact_us_user{
	width: 280px;
	float: left;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #3f4c6b;
	margin-left: 5px;
	margin-top: 2px;
	text-align:left;
}
.contact_usInput{
	background-image: url('../image/contact_us_input.jpg');
	background-repeat: no-repeat;
	width: 429px;
	height: 27px;
	margin-left: 10px;
	margin-top: 3px;
	display:block;
	clear:both;
}
.contact_us_nameInput, .contact_us_surnameInput, .contact_us_emailInput, .contact_us_phone1Input{
	background-image: url('../image/signin_background.jpg');
	background-repeat: repeat-x;
	border: 0px;
	width: 410px;
	height: 20px;
	margin-left: 8px;
	margin-top: 2px;
	font-family: "Arial";
	font-size: 17px;
	font-weight: bold;
	color: #990225;
}
.contact_us_textarea{
	background-image: url('../image/contact_us_textarea.jpg');
	background-repeat:no-repeat;
	width: 429px;
	height: 169px;
	margin-left: 10px;
	margin-top: 25px;
	border: none;
}
.contact_us_textareaInput{
	background-image: url('../image/contact_us_textarea_bg.jpg');
	background-repeat: repeat-x;
	border: 0px;
	width: 415px;
	height: 160px;
	margin-left: 8px;
	margin-top: 3px;
	font-family: "Arial";
	font-size: 17px;
	font-weight: bold;
	color: #990225;
}
.recaptcha{
	width: 330px;
	text-align: center;
	margin:0px auto;
	margin-top: 13px;
}
.contact_usSubmit{
	width: 449px;
	margin-top: 25px;
	text-align: center;
	padding-bottom: 20px;
}
.contact_formSubmit{
	width: 449px;
	margin-top: 13px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
.contact_us_bottom{
	/*background-image: url('../image/contact_us_bottom.jpg');*/
	/*background-repeat: repeat-x;*/
	/*margin-top: -10px;*/
}
.contact_us_bottom1{
	background-image: url('../image/contact_us_bottom.jpg');
	background-repeat: repeat-x;
	padding-top: -10px;
}
.personal_info{
	font-family: "Arial";
	font-size: 11px;
	color: #485472;
	width: 380px;
	margin-left: 40px;
	text-align: center;
	padding-bottom: 35px;
}
a.termeni, a.termeni:active, a.termeni:link, a.termeni:visited, a.termeni :hover{
	font-family: "Arial";
	font-size: 11px;
	color: #485472;
	text-decoration: underline;
}
/*end of contact us*/

/*downloads - lista*/
.download_div{
	width: 430px;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 2px;
	border-bottom: dotted 1px #b5b5b5;
}
.title_doc{
	width: 430px;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #990225;
	text-align: left;
}
.date_doc{
	width: 430px;
	font-family: "Arial";
	font-size: 12px;
	color: #485472;
	text-align: left;
}
.content_doc{
	width: 430px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	margin-top: 11px;
}
.buttons_doc{
	width: 430px;
	text-align: right;
	margin-bottom: 13px;
}
a.download_button, a.download_button:visited, a.download_button:link, a.download_button:active, a.download_button:hover{
	font-family: "Arial";
	font-size: 11px;
	color: #990225;
	text-decoration: underline;
}
.download_space{
	width: 430px;
	height: 52px;
	display: block;
	clear: both;
}
.download_bottom{

}
/*end of downloads - lista*/

/*download - document*/
.document_div{
	width: 430px;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 2px;
}
.title_date{
	float: left;
	width: 330px;
}
.document_title_doc{
	width: 330px;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #990225;
	text-align: left;
}
.document_date_doc{
	width: 330px;
	font-family: "Arial";
	font-size: 12px;
	color: #485472;
	text-align: left;
}
.document_content_doc{
	width: 430px;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	margin-top: 11px;
	display:inline-block;
	clear: both;
}
.document_download{
	float: right;
	width: 94px;
	height: 22px;
	margin-top: 4px;
}
.document_button_down{
	width: 430px;
	text-align: right;
	margin-top: 25px;
}
.document_space{
	width: 430px;
	height: 85px;
	display: block;
	clear: both;
}
/*end of download - document*/

/*my orders*/
.orders_content{
	width: 628px;
	margin-top: 10px;
	margin-left: 10px;
}
.orders_table{
	width: 628px;
	margin-top: 11px;
	padding-left: 10px;
}
.orders_td_top{
	width: 157px;
	height: 25px;
	text-align: center;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #990225;
	border-bottom: solid 1px #c2c2c2;
}
.orders_td{
	width: 155px;
	height: 25px;
	text-align: center;
	font-family: "Arial";
	font-size: 11px;
	color: #3f4c6b;
	border-bottom: solid 1px #c2c2c2;
}
.orders_tr{
}
.orders_tr_white{
	background-color: #ffffff;
}
.orders_tr_green{
	background-color: #f1f1f1;
}
.orders_td_green{
	width: 155px;
	text-align: center;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #9cc946;
	border-bottom: solid 1px #c2c2c2;
}
.orders_td_blue{
	width: 155px;
	text-align: center;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #46c1c9;
	border-bottom: solid 1px #c2c2c2;
}
.orders_td_red{
	width: 155px;
	text-align: center;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #d14242;
	border-bottom: solid 1px #c2c2c2;
}
.orders_space{
	height: 10px;
}
/*end of my orders*/



/* PAGES */
.menu_arrow_center_top_blue_pages{
    background-image:url('../image/menu_arrow_center_blue.jpg');
    background-repeat: no-repeat;
    width: 648px;
    height: 38px;
}

.menu_arrow_center_title_blue_pages{
    width: 600px;
    height: 25px;
    font-family: "Arial";
    font-weight: bold;
    font-size: 12px;
    color: #485472;
    padding-left: 35px;
    padding-top: 12px;
    display: table;
}

.shopping_cart_pages{
    width: 636px;
    display: table;
   	border:1px solid #b2b2b2;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
    background-color:#ffffff;
    font-size:11px;
    color:#3f4c6b;
    padding:5px;
    margin-bottom:30px;
}

/*bottom*/
#bottom{
	background-image:url('../image/bottom.jpg');
	background-repeat: repeat-x;
	background-color:#eeeeee;
	height: 70px;
	margin-top: 70px;
	display: block;
	clear:both;
}
#buttons_bottom{
	padding-top: 15px;
	text-align: center;
	display: block;
	clear: both;
}
a.button_bottom, a.button_bottom:active, a.button_bottom:link, a.button_bottom:visited, a.button_bottom:hover{
	text-align: center;
	font-family: "Arial";
	font-size: 11px;
	color: #606060;
	text-decoration: none;
}
a.button_bottom:hover{
	text-decoration: underline;
}
.line{
	text-align: center;
	font-family: "Arial";
	font-size: 11px;
	color: #606060;
}
#copyright{
	text-align: center;
	font-family: "Arial";
	font-size: 11px;
	color: #929292;
}
#copyright_an{
	text-align: center;
	font-family: "Arial";
	font-size: 11px;
	color: #606060;
}
#kanvas{
	height: 21px;
	margin-top: 7px;
	margin: 0px auto;
	display: block;
	clear: both;
}

#filterForm {
	border:0px;
}
#productQuantityInput {
	width:22px;
	height:18px;
	text-align:center;
	border:0px;
	margin-top:2px;
	font-weight:bold;
	color:#990000;
}

#news_alert {
	background-image:url('../image/news_alert.png');
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 60px;
	padding-right: 8px;
	margin-top: 20px;
	margin-bottom: -20px;
	width: 843px;
	height: 26px;
	font-weight: bold;
}

#anunt_top {
	border: 0px;
	background-color: transparent;
	width: 768px;
	font-weight: bold;
	color: #a50328;
}
