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 {
    color: #181b77;
	background-image: url("../image/background.jpg");
	background-repeat: repeat-x;
	background-color: #eff0ef;	
}
body, h1, h2, h3, h4, h5, h6, table, tr, th, td {
    font-family: Arial, arial, georgia, helvetica, verdana, lucida, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
	color: #181b77;
}	
body, table { height:100%; }
html, body, #wrapper {
	padding: 0;
	border: none;
	text-align: center;
	margin:0px auto;
}
input, select, option, textarea {
	font-family: Arial, arial, georgia, helvetica, verdana, lucida, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
	color:#181b77;
}
strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
a {
	color:#000066;
	text-decoration:none;
	font-weight:normal;
	outline: none;
}
a:visited, a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-top:0px;
}

/* ERR REPORTING */
#error404Message {
	font-size:14px;
	margin-top:70px;
	z-index:1000;
	color:#333333;
	text-align:center;
	height:150px;
}
#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:none;
	color:#333333;
	width:527px;
	height:auto;
}
#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:none;
	color:#333333;
	width:527px;
	height:auto;
}
#wrapper {
	text-align: left;
	width: 960px;
	margin: 0px auto;
	display: block;
	clear: both;
}
.top{
	width: 960px;
	height: 92px;
	display: block;
}
.sigla{
	float: left;
	width: 113px;
	height: 48px;
	margin-top: 24px; /*new*/
}
a.link_sigla, a.link_sigla:active, a.link_sigla:visited, a.link_sigla:link, a.link_sigla:hover{
	border: 0px;
}
.div_top_buttons{
	float: right;
	width: 800px; /*new*/
	height: 23px; 
	margin-top: -8px; /*new*/
	text-align: right;
}
a.top_buttons, a.top_buttonsa:link, a.top_buttonsa:visited, a.top_buttons:active{
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #181b77;
	text-decoration: none;
}
a.top_buttons:hover{
	text-decoration: underline;
}
.vertical_line{
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #9d9d9d;
}
#searchForm{
	float: right;
	width: 354px;
	height: 23px; 
	margin-left: 500px;
	display: block; /*new*/
	margin-bottom: 20px;
	margin-top: -25px;
}
.search{
	float: left;
	width: 292px;
	height: 23px;
	text-align: right;
	border: solid 1px #d3d3d3;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	background-color: #fcfcfc;
}
#searchInput{
	float: left;
	width: 185px;
	height: 15px;
	border: none;
	background-color: #fcfcfc;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 4px;
	margin-left: 2px;
	display: table;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
}
.search_buttons{
	float: right;
	border: 0px;
}
.cautare_avansata{
	float: right;
	width: 93px;
	padding-top: 1px;
}
.menu_top{
	background-image: url("../image/menu_top_background.jpg");
	background-repeat: no-repeat;
	width: 960px;
	height: 35px;
	display: block;
	clear: both;
}
.menu_top li {
	list-style-type: none;
	float: left;
	width: 133px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 3px;
	text-align: center;
}
a.menu_top_button, a.menu_top_button:visited, a.menu_top_button:active, a.menu_top_button:link, a.menu_top_button:hover{
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

/*content*/
.left{
	float: left;
	width: 165px;
}
.right{
	float: right;
	width: 780px;
}
.right_left{
	float: left;
	width: 600px;
}
.right_right{
	float: right;
	width: 165px;
}
.content{
	width: 960px;
	display: block;
	clear: both;
}

.produse{
	width: 121px;
	height: 22px;
	margin-top: 0px; /*new*/
	display: block;
	margin-left: 8px;
}
a.tab_produse, a.tab_produse:active, a.tab_produse:visited, a.tab_produse:link, a.tab_produse:hover{
	background-image: url('../image/produse.jpg');
	background-repeat: no-repeat;
	width: 60px;
	height: 22px;
	display: table;
	float: left;
}
a.tab_produse:hover, .tab_produse_hover{
	background-image: url('../image/produse_over.jpg');
	width: 60px;
	height: 22px;
	display: table;
	float: left;
}
#tab_produse_left, #tab_produse_left_hover{
	float: left;
	background-image: url('../image/produse.jpg');
	background-repeat: no-repeat;
	width: 60px;
	height: 22px;
	display: table;
}
#tab_produse_left_hover{
	background-image: url('../image/produse_over.jpg');
}
#tab_produse_right, #tab_produse_right_hover{
	float: right;
	background-image: url('../image/branduri.jpg');
	background-repeat: no-repeat;
	width: 60px;
	height: 22px;
	display: table;
}
#tab_produse_right_hover{

	background-image: url('../image/branduri_over.jpg');
}
a.tab_branduri, a.tab_branduri:active, a.tab_branduri:visited, a.tab_branduri:link, a.tab_branduri:hover{
	background-image: url('../image/branduri.jpg');
	background-repeat: no-repeat;
	width: 60px;
	height: 22px;
	display: table;
	float: right;
}
a.tab_branduri:hover, .tab_branduri_hover{
	background-image: url('../image/branduri_over.jpg');
	width: 60px;
	height: 22px;
	display: table;
	float: right;
}
.categorii{
	width: 163px;
	border: solid 1px #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffffff;
	padding-bottom: 20px;
}
.name_categorii_branduri{
	background-image: url('../image/categorie_background.jpg');
	background-repeat: no-repeat;
	width: 150px;
	height: 18px;
	margin-left: 3px;
	margin-top: 3px;
	padding-left: 7px;
	padding-top: 6px;
	font-family: "Arial";
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}	
a.categories, a.categories:link, a.categories:active, a.categories:visited, a.categories:hover{
	background-image: url('../image/categories_background.jpg');
	background-repeat: no-repeat;
	width: 147px;
	height: 17px;
	margin-top: 9px;
	font-family: "Arial";
	font-weight: bold;
	font-size: 11px;
	color: #2e3192;
	margin-left: 3px;
	padding-left: 10px;
	padding-top: 3px;
	border-bottom: dotted 1px #dddddd;
	display: table;
	text-decoration: none;
}
*html a.categories, *html a.categories:link, *html a.categories:active, *html a.categories:visited, *html a.categories:hover{
        display: block;
        clear: both;
}
*:first-child+html a.categories, *:first-child+html a.categories:link, *:first-child+html a.categories:active, *:first-child+html a.categories:visited, *:first-child+html a.categories:hover{
        display: block;
        clear: both;
}
a.categories:hover, a.categories_hover{
	background-image: url('../image/categories_background_over.jpg');
	color: #ffffff;
}
.categories_minus{
	background-image: url('../image/categories_background_minus.jpg');
	background-repeat: no-repeat;
	width: 147px;
	height: 17px;
	margin-top: 9px; /*new*/
	font-family: "Arial";
	font-weight: bold;
	font-size: 11px;
	margin-left: 3px;
	padding-left: 11px; /*new*/
	padding-top: 3px;
	border-bottom: dotted 1px #dddddd;
}
.categories_minus2{
	background-image: url('../image/subcategory2_over.jpg');
	background-repeat: no-repeat;
	width: 147px;
	height: 17px;
	margin-top: 9px; /*new*/
	font-family: "Arial";
	font-weight: bold;
	font-size: 11px;
	margin-left: 3px;
	padding-left: 11px; /*new*/
	padding-top: 3px;
	border-bottom: dotted 1px #dddddd;
}

.subcategories{
	width: 157px;
	margin-left: 3px;
	margin-top: 8px;
	font-family: "Arial";
	font-size: 11px;
	color: #0e6a00;
}
a.subcategory1, a.subcategory1:active, a.subcategory1:link, a.subcategory1:visited, a.subcategory1:hover,
a.subcategory2, a.subcategory2:active, a.subcategory2:link, a.subcategory2:visited, a.subcategory2:hover, .subcategory1_hover, .subcategory2_hover{
	background-image: url('../image/subcategory_green1.jpg');
	background-repeat: no-repeat;
	width: 135px;
	height: 17px;
	padding-left: 23px;
	padding-top: 3px;
	border-bottom: solid 1px #ffffff;
	display: inline-block;
	clear: both;
	color: #0e6a00;
}
a.subcategory2, a.subcategory2:active, a.subcategory2:link, a.subcategory2:visited, a.subcategory2:hover{
	background-image: url('../image/subcategory_green2.jpg');
}
a.subcategory1:hover, a.subcategory2:hover, .subcategory1_hover, .subcategory2_hover{
	background-image: url('../image/subcategory_over.jpg');
	color: #cccccc;
	text-decoration: none;
}
a.subcategory1:hover, a.subcategory2:hover{
	color: #ffffff;
}
/*center*/
.flash{
	width: 595px;
	height: 260px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 3px;
	padding-top: 3px;
}
.category_center{
	width: 595px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 8px;
	display: inline-block;
}
.category_center_green, .category_center_blue{
	background-image: url('../image/category_center_green.png');
	background-repeat: no-repeat;
	width: 562px;
	height: 19px;
	font-family: "Arial";
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	padding-left: 30px;
	padding-top: 6px;
	border-bottom: solid 1px #ffffff;
}
.category_center_blue{
	background-image: url('../image/category_center_blue.png');
}
.rss{
	float: right;
	width: 44px;
	height: 14px;
	margin-right: 12px;
}
*html .rss{
margin-top: -13px;
}
*:first-child+html .rss{
margin-top: -13px;
}
.category_content_left, .category_content_left_bottom, .category_content_left_white, .category_content_left_white_bottom{
	float: left;
	background-image: url('../image/category_content_left.jpg');
	background-repeat: no-repeat;
	width: 286px;
	height: 144px;
	background-color: #e4f2eb;
	padding-left: 10px;
	padding-top: 13px;
}
.category_content_right, .category_content_right_bottom, .category_content_right_white, .category_content_right_white_bottom{
	float: right;
	background-image: url('../image/category_content_right.jpg');
	background-repeat: no-repeat;
	width: 286px;
	height: 144px;
	background-color: #e4f2eb;
	padding-left: 10px;
	padding-top: 13px;
	margin-right: 3px;
}
*html .category_content_right, *html .category_content_right_bottom, *html .category_content_right_white, *html .category_content_right_white_bottom{
padding-left: 5px;
}
.category_content_left_bottom{
	background-image: url('../image/category_content_left_bottom.jpg');
	background-repeat: no-repeat;
}
.category_content_right_bottom{
	background-image: url('../image/category_content_right_bottom.jpg');
	background-repeat: no-repeat;
}
.category_content_left_white{
	background-image: url('../image/category_content_left_white.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.category_content_right_white{
	background-image: url('../image/category_content_right_white.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.category_content_left_white_bottom{
	background-image: url('../image/category_content_left_white_bottom.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.category_content_right_white_bottom{
	background-image: url('../image/category_content_right_white_bottom.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.category_content_image{
	float: left;
	width: 77px;
	height: 85px;
	border: solid 1px #cccccc;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	padding-top: 2px;
	padding-left: 2px;
	background-color: #ffffff;
}
.category_content_text{
	float: right;
	width: 180px;
	height: 55px;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #181b77;
	margin-right: 12px;
}
*html .category_content_text{
        margin-right: 7px;
        padding-left: 5px;
}
.category_content_pret{
	float: right;
	width: 180px;
	font-family: "Arial";
	font-size: 12px;
	color: #181b77;
	text-align: left;
	margin-right: 12px;
}
*html .category_content_pret{
        margin-right: 7px;
	padding-left: 5px;
}
.category_content_valoare_pret{
	float: right;
	width: 180px;
	font-family: "Arial";
	font-size: 18px;
	color: #76ab01;
	margin-right: 12px;
}
*html .category_content_valoare_pret{
        margin-right: 7px;
	padding-left: 5px;
}
.indigo11{
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	font-weight: normal;
}
.adauga_cos_home{
	float: left;
	width: 129px;
	height: 23px;
	margin-top: 15px;
}
.vezi_detalii{
	float: right;
	width: 129px;
	height: 23px;
	margin-top: 15px;
	margin-right: 15px;
}
*html .vezi_detalii{
        margin-right: 5px;
}

.banner{
	width: 596px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 20px;
	display: table;
}
.bar_tabs{
	width: 570px;
	border-bottom: solid 3px #171a76;
	margin-left: 10px;
	margin-top: 9px;
	display: table;
}
.tab_tr{
	height: 18px;
	padding-left: 8px;
	display: block;
}
.tab_td{
	float: left;
	padding: 0px;
	margin-right: 3px;
	height: 18px;
}
a.tab, a.tab:active, a.tab:link, a.tab:visited{
	width: 107px;
	height: 17px;
	background-image: url('../image/tab_green.jpg');
	background-repeat: no-repeat;
	font-family: "Arial";
	font-size: 11px;
	color: #171a76;
	display: block;
	clear: both;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
}
a.tab:hover, .tab_hover{
	width: 107px;
	height: 17px;
	background-image: url('../image/tab_blue.jpg');
	background-repeat: no-repeat;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	display: inline-block;
	clear: both;
	text-align: center;
	padding-top: 3px;
}
.best_seller_table{
	width: 571px;
	margin-left: 10px;
	background-color: #ffffff;
}
.best_seller_td{
	width: 137px;
	height: 247px;
	background-image: url('../image/best_seller_background.jpg');
	background-repeat: no-repeat;
	padding-top: 5px;
}
.best_seller_td_right{
	width: 137px;
	height: 247px;
	background-image: url('../image/best_seller_background_right.jpg');
	background-repeat: no-repeat;padding-top: 5px;
}
.best_seller_td_bottom{
	width: 137px;
	height: 247px;
	background-image: url('../image/best_seller_background_bottom.jpg');
	background-repeat: no-repeat;
}
.best_seller_td_bottom_right{
	width: 137px;
	height: 247px;
}
.best_seller_title{
	width: 136px;
	height: 30px;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #181b77;
	text-align: center;
	display: table;
}
.best_seller_image{
	float: left;
	width: 77px;
	height: 85px;
	border: solid 1px #cccccc;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	padding-top: 2px;
	padding-left: 2px;
	background-color: #ffffff;
	margin-left: 27px;
	margin-top: 5px;
}
ul.star{
	list-style-type: none;
	display: block;
	clear: both;
	margin-left: 8px;
	padding-top: 5px;
}
li.star{
	float: left;
	width: 20px;
	height: 20px;
	padding: 0px;
}
.star_image{
	width: 22px;
	height: 21px;
}
.best_seller_pret{
	font-family: "Arial";
	font-size: 12px;
	color: #181b77;
	text-align: center;
	display: block;
	clear: both;
	padding-top: 5px;
}
.best_seller_valoare{
	font-family: "Arial";
	font-size: 18px;
	color: #76ab01;
	margin-right: 12px;
	text-align: center;
}
.best_seller_button{
	margin-top: 10px;
}

/*cos cumparaturi*/
.cos_cumparaturi{
	width: 163px;
	border: solid 1px #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffffff;
	margin-bottom: 20px;  /*new*/
	text-align: left;
	padding-bottom: 20px;
}
.cos_image{
	width: 20px;
	height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 70px;
}
.acum_in_cos{
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-align: center;
}
.nr_produse{
	height: 24px;
	font-family: "Arial";
	font-size: 24px;
	font-weight: bold;
	color: #76ab01;
	text-align: center;
	margin-top: 5px;
}
.pret_cos{
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #76ab01;
}
.vizualizare_cos{
	width: 143px;
	height: 23px;
	margin-left: 5px;
	margin-top: 6px;

}

/*bannere*/
.banner_right{
	width: 160px;
	border: solid 1px #dddddd;
	-moz-border-radius: 5px;
	background-color: #ffffff;
	margin-top: 15px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*copyright kanvas*/
.copyright_kanvas{
	width: 960px;
	height: 40px;
	display: block;
	clear: both;
	
}
.copyright{
	float: left;
	width: 860px;
	font-family: "Arial"; 
	font-size: 11px;
	color: #181b77;
	margin-bottom: 5px;
}
.kanvas{
	float: right;
	width: 200px;
	margin-right: 0px;
	margin-bottom: 5px;
}

/*bottom*/
.bottom_center{
	background-image: url('../image/background_bottom2.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-left: 15px;
	display: block;
}
.bottom{
	background-image: url('../image/background_bottom3.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	display: block;
	clear: both;
}
.table_bottom_tr{
	width: 960px;
}
.table_bottom_td{
	width: 190px;
	padding-left: 60px;
}
.bottom_title{
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #181b77;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 12px;
}
a.bottom_button{
	background-image: url('../image/bottom_button.jpg');
	background-repeat: no-repeat;
	font-family: "Arial";
	font-size: 11px;
	color: #646464;
	text-align: left;
	padding-left: 25px;
	margin-bottom: 5px;
	display: block;
	clear: both;
}
.banner_bottom{
	margin-top: 20px;
}
.banner_bottom_tr{
	width: 960px;
	display: block;
}
.banner_bottom_td{
	float: left;
	padding: 0px;
	margin-right: 5px;
}

/*lista produse*/
.esti_aici{
	width: 600px;
	font-family: "Arial";
	font-size: 11px;
	color: #646464;
	margin-top: 0px;
}
.prima_pagina{
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
}
.title{
	width: 600px;
	height: 20px;
	border-bottom: dotted 1px #a0a0a0;
	font-family: "Arial";
	font-size: 17px;
	font-weight: bold;
	color: #181b77;
	margin-top:5px;
}
.sort_price_bar{
	width: 586px;
	height: 18px;
	background-color: #e4eef2;
	margin-top: 5px;
	font-family: "Arial";
	font-size: 11px;
	color: #1b1e7a;
	padding-top: 2px;
	padding-left: 14px;
}
.sort_price_bar_left{
	float: left;
	width: 320px;
	text-align: left;
}
.sort_price_bar_right{
	float: right;
	width: 240px;
	text-align: right;
	padding-right: 5px;
}
a.indigo{
	font-family: "Arial";
	font-size: 11px;
	color: #1b1e7a;
}
.blue{
	font-family: "Arial";
	font-size: 11px;
	color: #00baff;
}
.arrow{
	margin-left: 4px;
}
.product_box{
	width: 570px;
	border-bottom: dotted 1px #b5b5b5;
	margin-top: 15px;
	margin-left: 13px;
	display: inline-block;
	clear: both;
	padding-bottom: 15px;
}
.image_description{
	width: 360px;
	float: left;
}
.price_shopping{
	width: 200px;
	float: right;
	text-align: right;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
}
.product_box_title{
	width: 570px;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #00baff;
	margin-bottom: 10px;
}
.product_box_image{
	float: left;
	width: 75px;
	height: 84px;
	border: solid 1px #cccccc;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.product_box_description{
	float: right;
	width: 259px; /*new*/
	margin-left: 0px; /*new*/
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	line-height: 16px; /*new*/
}
.indigo_bold{
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	font-weight: bold;
}
.green{
	font-family: "Arial";
	font-size: 20px;
	font-weight: bold;
	color: #76ab01;
}
.adauga_cos{
	width: 129px;
	height: 23px;
	margin-top: 15px;
	margin-left: 70px;
}
.product_box_bottom{
	width: 570px;
	padding-top: 15px;
	display: block;
	clear: both;
}
.product_box_bottom_left{
	float: left;
	width: 335px;
	text-align: left;
}
.product_box_bottom_right{
	float: right;
	width: 235px;
	text-align: right;
}
a.product_box_button{
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #0e6a00;
}
.line{
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #9d9d9d;
}
.filter_title{
	width: 120px;
	margin-left: 30px;
	margin-top: 13px;
	margin-bottom: 2px;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #76ab01;
}
.filterCheckbox{
	border: none;
}
.filter_text{
	width: 120px;
	margin-left: 7px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
}
.options_box{
	width: 145px;
	border-bottom: dotted 1px #b5b5b5;
	margin-left: 8px;
	padding-bottom: 7px;
}
.aplica_filtre
{
	margin-left: 10px;
}

/*pagina produs*/
.product_info_box{
	width: 592px;
	display: block;
	clear: both;
}
#product_info_box_left {
	float:left;
	width:240px;
	height:280px;
}
#product_info_box_right {
	float:right;
	width:350px;
	height:280px;
}
.product_info_img{
	float: left;
	width: 214px;
	height: 238px;
	border: solid 1px #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	background-color: #ffffff;
	margin-top: 16px;
	margin-left: 10px;
}
.product_info_img_trs{
	display:block;
	clear:both;
}
.product_info_title{
	float: right;
	width: 331px;
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	color: #00baff;
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 9px;
}
.product_info_line{
	float: right;
	width: 331px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	margin-right: 10px;
	margin-top: 2px;
}
.product_info_indigo_bold{
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #181b77;
}
.product_info_pret_name_left{
	float: left;
	width: 110px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-align: left;
	margin-left: 10px;
	margin-top: 21px;
}
.product_info_pret_name_right{
	float: right;
	width: 205px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-align: left;
	margin-top: 21px;
	margin-right: 10px;
}
.product_info_pret{
	float: left;
	width: 110px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	margin-left: 10px;
}
.product_info_pret_value{
	font-family: "Arial";
	font-size: 20px;
	font-weight: bold;
	color: #b0b0b0;
	text-decoration: line-through;
}
.product_info_pret_promotional{
	float: right;
	width: 205px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	margin-right: 10px;
}
.product_info_pret_promotional_value{
	font-family: "Arial";
	font-size: 20px;
	font-weight: bold;
	color: #76ab01;
}
.product_info_comenzi{
	float: right;
	width: 331px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	margin-right: 10px;
	margin-top: 0px;
}
.product_info_timbru_verde{
	float: right;
	width: 331px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	margin-right: 10px;
	margin-top: 0px;
	color:#1a9507;
	height:18px;
	margin-top:4px;
	margin-bottom:4px;
}
.product_info_adauga_cos{
	width: 331px;
	height: 33px;
	margin-top: 10px;
	margin-left: 9px;
}
.product_buttons{
	width: 571px;
	border: solid 1px #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: "Arial";
	font-size: 11px;
	color: #9d9d9d;
	display: inline-block;
	clear: both;
	margin-top:5px;
}
.product_buttons_link_box{
	width: 450px;
	float: left;
}
a.product_buttons_link, a.product_buttons_link:link, a.product_buttons_link:visited, a.product_buttons_link:active, a.product_buttons_link:hover{
	font-family: "Arial";
	font-size: 11px;
	color: #1b1e7a;
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: none;
}
a.product_buttons_link:hover, .product_buttons_link_hover{
	color: #00baff;
	text-decoration: underline;
}
.sigla_produs{
	float: right;
	height: 18px;
	margin-right: 5px;
}
.tab_td_stars{
	float: right;
	padding: 0px;
	margin-right: 3px;
	height: 18px;
}
.star_green_grey{
	margin-top: 5px;
}
.product_info_text{
	width: 571px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-align: justify;
	margin-left: 10px;
	padding-top: 23px;
	padding-bottom: 31px;
	line-height: 13px;
	display: inline-block;
}
.produs_bar_tabs{
	float: left;
	width: 570px;
	border-bottom: solid 3px #171a76;
	margin-left: 10px;
	margin-top: 22px;
	display: table;
}
.produse_compatibile_table_box{
	width: 571px;
	margin-left: 12px;
}
.produse_compatibile_table{
	width: 571px;
	background-color: #ffffff;
	padding-bottom: 6px;
}
.produse_compatibile_td{
	width: 139px;
	height: 216px;
	background-image: url('../image/best_seller_background.jpg');
	background-repeat: no-repeat;
	padding-top: 5px;
}
.produse_compatibile_td_right{
	width: 139px;
	height: 216px;
	background-image: url('../image/best_seller_background_right.jpg');
	background-repeat: no-repeat;
}
.produse_compatibile_td_bottom{
	width: 139px;
	height: 216px;
	background-image: url('../image/best_seller_background_bottom.jpg');
	background-repeat: no-repeat;
}
.produse_compatibile_td_bottom_right{
	width: 139px;
	height: 216px;
}
.produse_compatibile_title{
	width: 136px;
	height: 30px;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #181b77;
	text-align: center;
	margin-top: 10px;
	display: table;
}
.produse_compatibile_image{
	float: left;
	width: 77px;
	height: 85px;
	border: solid 1px #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	background-color: #ffffff;
	margin-left: 23px;
	margin-top: 1px;
}
.produse_compatibile_pret{
	width: 130px;
	font-family: "Arial";
	font-size: 12px;
	color: #181b77;
	text-align: center;
	display: block;
	clear: both;
	padding-top: 7px;
}
.produse_compatibile_valoare{	
	width: 135px;
	font-family: "Arial";
	font-size: 18px;
	color: #76ab01;
	font-weight: bold;
	text-align: center;
}
.produse_compatibile_button{
	margin-top: 7px;
}
.arrow_green_left{
	float: left;
	margin-top: -146px;
	margin-left: 10px;
}
.arrow_green_right{
	float: right;
	margin-right: 18px;
	margin-top: -146px;
}
.pagina_submenu{
	width: 571px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-align: justify;
	margin-top: 13px;
	margin-left: 10px;
	margin-bottom: 15px;
	line-height: 13px;
}
.space_top{
	height: 7px;
}

/*date tehnice*/
.product_info_tehnice{
	width: 571px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.tehnic_name_product{
	width: 571px;
	font-family: "Arial";
	font-size: 11px;
	color: #1b1e7a;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: -3px;
}
.tehnic_table{ 		/*new*/
	width: 571px;	/*new*/
	display: block; /*new*/
}					/*new*/
.tehnic_tr{			/*new*/
	width: 571px;	/*new*/
	display: inline-block; /*new*/
	clear: both;	/*new*/
}					/*new*/
.tehnic_title{
	width: 561px;
	height: 16px;
	background-image: url("../image/tehnic_title.jpg");
	background-repeat: no-repeat;
	font-family: "Arial";
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 10px;
	border-top: solid 1px #ffffff;
	display: block; /*new*/
}
.tehnic_left_green, .tehnic_left_grey{ /*new fara float */
	width: 217px;
	height: 21px; /*new*/
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	background-color: #e4f2eb;
	font-family: "Arial";
	font-size: 11px;
	color: #1b1e7a;
	padding-left: 18px;
	padding-top: 2px;
}
.tehnic_left_grey{
	background-color: #f2f2f2;
}
.tehnic_right_green, .tehnic_right_grey{ /*new fara float */
	width: 311px;
	height: 21px; /*new*/
	border-top: solid 1px #ffffff;
	background-color: #e4f2eb;
	font-family: "Arial";
	font-size: 11px;
	color: #1b1e7a;
	padding-left: 24px;
	padding-top: 2px;
}
.tehnic_right_grey{
	background-color: #f2f2f2;
}

/*cont nou*/
.cont_nou_please_login{
	width: 571px;
	margin-left: 9px;
	margin-top: 13px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
}
#cont_nouForm, #contactForm, #pers_fizicaForm, #pers_juridicaForm{
	width: 571px;
	margin-left: 11px;
	margin-top: 15px;
	display: block;
	clear: both;
}
.cont_nou_left{
	float: left;
	width: 278px;
}
.cont_nou_right{
	float: right;
	width: 278px;
}
.cont_nou_name{
	float: left;
	width: 270px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	font-weight: bold;
	margin-bottom: 3px;
}
*html  .cont_nou_name{
	width: 265px;
}
.cont_nou_nameInput{
	width: 260px;
	height: 25px;
	background-image: url("../image/cont_nou_input_background.jpg");
	background-repeat: no-repeat;
	font-family: "Arial";
	font-size: 17px;
	color: #119204;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 8px;
	margin-top: 4px;
	margin-bottom: 10px;
	border: 0px;
}
.cont_nou_obligatoriu{
	width: 571px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-align: center;
	margin-top:  2px;
	display: inline-table;
}
.cont_nouSubmit, .loginSubmit, .contactSubmit, .persona_fizicaSubmit{
	width: 129px;
	height: 23px;
	border: none;
	margin-top: 24px;
	margin-left: 220px;
}
.cont_nou_termeni{
	width: 550px;
	margin-left: 11px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	border: solid 1px #e1e2e3;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 11px;
	padding-right: 10px;
	margin-top: 37px;
	margin-bottom: 22px;
}
.grena{
	width: 8px;
	font-family: "Tahoma";
	font-size: 12px;
	color: #ac0653;
	display: table;
}
.grena_span{
	font-family: "Tahoma";
	font-size: 12px;
	color: #ac0653;
}
.indigo_bold{
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	font-weight: bold;
}
#last_promotionsCheckBox{
	margin-right: 7px;
}

/*login*/
.loginSubmit{
	width: 129px;
	height: 23px;
	border: none;
	margin-top: 11px;
	margin-left: 220px;
}
.lost_pass_box{
	width: 571px;
	text-align: center;
	display: block;
	clear: both;
}
a.lost_pass, a.lost_pass:active, a.lost_pass:link, a.lost_pass:visited, a.lost_pass:hover{
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-align: center;
	text-decoration: underline;
}
.click_new_account{
	width: 550px;
	margin-left: 11px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-align: center;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 11px;
	padding-right: 10px;
	margin-top: 50px;
	margin-bottom: 22px;
}
#loginForm{
	width: 571px;
	margin-left: 11px;
	margin-top: 15px;
	display: block;
	clear: both;
}
#advSearchForm{
	width: 571px;
	height:175px;
	margin-left: 11px;
	margin-top: 15px;
	display: block;
	clear: both;
}
#AdvSearchInput {
	width: 554px;
	height: 23px;
	background-image: url("../image/bg_search.jpg");
	background-repeat: no-repeat;
	font-family: "Arial";
	font-size: 17px;
	color: #119204;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 8px;
	margin-top: 4px;
	margin-bottom: 10px;
	border: 0px;
}
#search_result {
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	font-family:Arial;
	color:#181b77;
	padding-left:12px;
}
.searchSelectInput{
	width: 280px;
	height: 25px;
	font-family: "Arial";
	font-size: 17px;
	color: #119204;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 10px;
	border:1px solid #d3d3d3;
	-moz-border-radius:5px;
	background-color:#f8f8f8;
	background-image:url('../image/bg_sel.jpg');
	background-repeat:repeat-x;
}
a.aici, a.aici:active, a.aici:link, a.aici:visited, a.aici:hover{
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-decoration: underline;
}

/*abonare newsletter*/
.abonareSubmit{
	width: 129px;
	height: 23px;
	border: none;
	margin-top: 8px;
	margin-left: 220px;
}
.policy{
	width: 550px;
	margin-left: 11px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-align: center;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 11px;
	padding-right: 10px;
	margin-top: 36px;
	margin-bottom: 8px;
}
.line_grey{
	font-family: "Arial";
	font-size: 11px;
	color: #d3d3d3;
}
#newsletterForm{
	width: 571px;
	margin-left: 11px;
	margin-top: 15px;
	display: block;
	clear: both;
}

/*contact*/
#textarea_msg{
	width: 270px;
	height: 142px;
	background-image: url("../image/msg_background.jpg");
	background-repeat: no-repeat;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-align: left;
	padding-left: 5px;
	padding-right: 3px;
	margin-top: 4px;
	margin-bottom: 10px;
	border: 0px;
}
.contactSubmit{
	margin-top: 13px;
}

/*administrare cont - persoana fizica*/
.pers_fizica{
	float: left;
	width: 278px;
	margin-top: 18px;
	margin-left: 10px;
	text-align: right;
}
.pers_juridica{
	float: right;
	width: 278px;
	margin-top: 18px;
	text-align: left;
	margin-right: 14px;
}
*html .pers_fizica{
	width: 265px;
}
*html .pers_juridica{
	width: 265px;
}
.date_personale{
	width: 571px;
	height: 22px;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #181b77;
	margin-top: 14px;
	margin-bottom: 13px;
	border-bottom: dotted 1px #b5b5b5;
	display: inline-table;
}
.persona_fizicaSubmit{
	margin-top: 34px;
	margin-bottom: 10px;
}

/*modificari la top*/
/*top - continuare*/
.mail_logout{
	float: right;
	width: 800px; /*new*/
	height: 23px;
	margin-top: 9px;
	text-align: right;
}
.mail_green{
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #119204;
}
.date_add{
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
}
.blue_bold{
	font-family: "Arial";
	font-size: 11px;
	color: #00baff;
	font-weight: bold;
}
.product_box_bottom_wishlist{
	width: 570px;
	padding-top: 11px;
	display: block;
	clear: both;
}
.total_wishlist{
	width: 571px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-align: right;
	border-top: solid 1px #b5b5b5;
	margin-top: 8px;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.total_weight_price{
	font-family: "Arial";
	font-size: 30px;
	color: #00baff;
	font-weight: bold;
	font-style: italic;
}

/*orders*/
.shadow{
	width: 960px;
	height: 20px;
}
.orders_text{
	width: 571px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 6px;
}
.orders_table{
	width: 571px;
	margin-left: 10px;
	margin-bottom: 15px;
	display: block;
	clear: both;
}
.orders_tr_top{
	width: 571px;
	height: 27px;
}
.orders_tr{
	width: 571px;
	height: 27px;
}
.orders_td_top{
	width: 145px;
	height: 26px;
	font-family: "Arial";
	font-size: 11px;
	color: #00baff;
	font-weight: bold;
	text-align: center;
	border-bottom: dotted 1px #b5b5b5;
}
.orders_td{
	width: 145px;
	height: 27px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-align: center;
	border-bottom: dotted 1px #b5b5b5;
}
.orders_green{
	font-family: "Arial";
	font-size: 11px;
	color: #0e9104;
	font-weight: bold;
	text-align: center;
}	
.orders_blue{
	font-family: "Arial";
	font-size: 11px;
	color: #00baff;
	font-weight: bold;
	text-align: center;
}
.orders_red{
	font-family: "Arial";
	font-size: 11px;
	color: #f0000b;
	font-weight: bold;
	text-align: center;
}	

/*shopping cart step 1*/
#shopping_cartForm_1{
	padding-bottom: 44px;
	display: table;
}
.steps_box{
	margin-top: 13px;
	margin-left: 6px;
}
.prev_next{
	width: 571px;
	display: inline-block;
	clear: both;
	margin-top: 11px;
	margin-left: 10px;
}
.prev_step{
	float: left;
	width: 129px;
	height: 23px;
	border: none;
}
.next_step{
	float: right;
	width: 129px;
	height: 23px;
	border: none;
}
.step1_table{
	width: 575px;
	margin-top: 19px;
	margin-left: 10px;
	display: table;
}
.step1_tr{
	width: 575px;
}
.step1_td_top_1, .step1_td_top_2{
	width: 190px;
	font-family: "Arial";
	font-size: 11px;
	color: #00baff;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: dotted 1px #b5b5b5;
}
.step1_td_top_2{
	width: 128px;
}
.step1_td_1, .step1_td_2{
	width: 190px;
	border-bottom: dotted 1px #b5b5b5;
}
.step1_td_2{
	width: 128px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-align: center;
}
.step1_td_3{
	width: 85px;
	border-bottom: dotted 1px #b5b5b5;
}
.step1_td_2_bold{
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	font-weight: bold;
}
.step1_td_2_green{
	font-family: "Arial";
	font-size: 15px;
	color: #76ab01;
	font-weight: bold;
}
.step3_photo{
	float: left;
	width: 73px;
	height: 82px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 3px;
	border: solid 1px #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #ffffff;
}
.step3_name{
	float: right;
	width: 97px;
	margin-left: 10px;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #181b77;
	text-align: left;
}
.step1_delete{
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-decoration: underline;
}
.cantitate_boxInput{
	width: 25px;
	height: 23px;
	background-image: url("../image/cantitate_background.jpg");
	background-repeat: no-repeat;
	font-family: "Arial";
	font-size: 20px;
	font-weight: bold;
	color: #76ab01;
	text-align: center;
	border: none;
}
.step1_minus{
	margin-right: 5px;
}
.step1_plus{
	margin-left: 5px;
}
.step1_total{
	width: 566px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-align: right;
	margin-left: 10px;
	padding-top: 9px;
	padding-bottom: 30px;
}
.modalitate_plata{
	width: 571px;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #00baff;
	margin-left: 10px;
	border-bottom: dotted 1px #b5b5b5;
	padding-bottom: 6px;
}
.modalitate_plata_text, .modalitate_plata_text_box{
	width: 571px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	margin-left: 10px;
	border-bottom: dotted 1px #b5b5b5;
	padding-top: 4px;
	padding-bottom: 3px;
}
.modalitate_plata_text_bold{
	font-weight: bold;
}
.modalitate_plataRadio{
	margin-left: 8px;
	margin-right: 5px;
	border: none;
}


/* recaptcha */
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#ffffff !important; 
 }
 
 #recaptcha_table {
   border-color: #ffffff !important; 
 }
 
 #recaptcha_response_field {
    background-color:#efefef;
	border-color:#cccccc !important;
	color:#26395a;
	font-weight:bold;	
	-moz-border-radius: 3px; 
 }

/*step2 - login*/
.click_shopping_cart{
	width: 550px;
	margin-left: 11px;
	font-family: "Arial";
	font-size: 14px;
	color: #181b77;
	text-align: center;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 11px;
	padding-right: 10px;
	margin-top: 50px;
	margin-bottom: 22px;
}
a.aici_green, a.aici_green:active, a.aici_green:link, a.aici_green:visited, a.aici_green:hover{
	font-family: "Arial";
	font-size: 14px;
	color: #0a8f03;
	font-weight: bold;
	text-decoration: underline;
}

/*step2 - persona fizica*/
#shopping_cartForm_2{
	padding-bottom: 26px;
	width: 571px;
	margin-left: 11px;
	margin-top: 15px;
	display: block;
	clear: both;
}

/*step3*/
.modalitate_plata_finish{
	width: 571px;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #181b77;
	margin-left: 10px;
	border-bottom: dotted 1px #b5b5b5;
	padding-bottom: 6px;
}
.date_contact_finish_box{
	width: 571px;
	display: block;
	margin-left: 11px;
}
.date_contact_finish_left{
	float: left;
	width: 280px;
}
.date_contact_finish_right{
	float: right;
	width: 280px;
}
.date_contact_finish_name{
	width: 280px;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #181b77;
	margin-top: 14px;
}
.date_contact_finish_info{
	width: 268px;
	padding-left: 12px;
	font-family: "Arial";
	font-size: 17px;
	font-weight: bold;
	color: #119204;
	margin-top: 9px;
}

/*finalizare*/
.order_inreg_text{
	width: 576px;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #181b77;
	text-align: center;
	margin-top: 17px;
}
.order_inreg_number{
	width: 576px;
	font-family: "Arial";
	font-size: 17px;
	font-weight: bold;
	color: #119204;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 5px;
}
.finish_total{
	width: 566px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	margin-left: 10px;
	padding-top: 9px;
	padding-bottom: 26px;
	text-align: center;
}
.check_mail{
	width: 566px;
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	margin-left: 10px;
	text-align: center;
}
.factura_proforma{
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	font-weight: bold;
}
.here{
	font-family: "Arial";
	font-size: 11px;
	color: #181b77;
	text-decoration: underline;
}

/* AUTOCOMPLETE FOR SEARCH */
.autocomplete {
  	position:absolute;
  	border:0px;
  	margin:0;
  	padding:0;
  	width:200px;
  	background-color:#eeeeee;
  	color:#000066;
}
.autocomplete ul {
  	list-style-type:none;
  	margin:0;
  	padding:0;
  	width:200px;
}
.autocomplete ul li.selected { background-color: #ffb;}
.autocomplete ul li {
  	list-style-type:none;
  	display:block;
  	margin:0;
  	padding:2px;
  	cursor:pointer;
  	width:200px;
}
