body{

	margin: 0;

	padding:0;

	background-color:#FBFBFB;

	font-family:Tahoma, sans-serif;

}

img 

{ 

	border: none;

	behavior:url("/site/front/templates/iepngfix.htc");

}

a{

	outline:none;

	border:0;

	margin:0;

	padding:0;

}

p, ul, li form, label, img {

	margin: 0;

	border: 0;

	padding: 0;

}



.container

{ 	margin:auto;

	width:95%;

}

.logo {

	cursor:pointer;

	position:absolute;

	top:10px;

	left:30px;

	text-align:center;

	width:auto;

	float:left;

	}

.header {

	background-color:#101000;

	top:0;

	height:40px;

	left:0;

	position:absolute;

	width:100%;

	float:left;

	}

.lang{

	color:#CCCCCC;

	font-size:11px;

	border:medium none;

	bottom:2px;

	margin:0;

	padding:0;

	position:absolute;

	right:2px;

	}

.wrapper {

	background-color:#FFFFFF;

	float:left;

	height:auto;

	width:980px;

}

.sidebar{

	width:200px;

	height:330px;

	margin-right:10px;;

	margin-top:150px;

	padding-bottom:20px;

	float:left;

}

.content{

	margin-top:57px;

	float:left;

	margin-bottom:10px; 

	width:65%;

}

.content a{

	text-decoration:none;

	outline:none;

	color:#339966;

}

.bg_top_content{

	font-family:Arial;

	float:left;

	height:20px;

	padding-top:5px;

	font-size:14px;

	font-weight:bold;

	color:#FBFBFB;

	text-align:center;

	width:100%;

}



.footer {

	background-color:#FFFFFF;

	float:left;

	padding:5px 0 5px 0;

	margin-top:0;

	/*border-top:solid 1px #003366;*/

	border-bottom:solid 1px #003366;

	width:100%;

}

.footer_link{	

	font-family: Arial;

	font-size:11px;

	font-weight:normal;

	text-decoration:none;

	outline:none;

	color: #000000;

	

}

.copyright {

	color:#000000;

	float:left;

	font-family:Arial;

	font-size:11px;

	padding:5px 0 10px 0;

	text-align:center;

	width:100%;

}

/* Menu principal*/

.menu

{

	padding-top:5px;

	height:37px;

	margin-left:280px;

	text-align:left;

	width:700px;

}



.menu ul

{

	padding-top:2px;

	list-style: none;

}



.menu li

{

	float: left;

}



.menu li a

{

	margin-left: 2px;

	display: block;

	padding: 0.4em 1.3em 0.9em 1.1em;

	color: #FFFFFF;

	font-weight: normal;

	font-size: 12px;

	text-decoration: none;

}



.menu li a:hover

{

	background-color:#1E9748;

	color: #fff;

}

.menu li a:active

{

	background-color:#D8D8D8;

	color: #000000;

}

.menu .current_menu_page a {

	background-color:#1E9748;

	color: #fff;

}



/* ########    START Accordion ##########################  */

/* root element for accordion. decorated with rounded borders and gradient background image */

#accordion {

	background:#336699 url(images/h300.png) 0 0;

	width: 200px;

	margin-left:0;

	border:1px solid #2AA382;	

	-background:#666;

}



/* accordion header */

#accordion h2 {

	/*background:#EFEFEF url(images/h30.png);*/

	background:#EFEFEF;

	color:#000;

	font-weight:bold;

	margin:0;

	padding:5px 15px;

	font-size:13px;

	border:1px solid #fff;

	border-bottom:1px solid #ddd;

	cursor:pointer;		

}



/* currently active header */

#accordion h2.current {

	cursor:default;

	background-color:#003366;

	color:#FFF;

	font-weight:bold;

}



#accordion h2:hover {

	cursor:pointer;

	background-color:#003366;

	color:#FFF;

	font-weight:bold;

}



/* accordion pane */

#accordion div.pane {

	border:1px solid #fff;

	border-width:0 2px;

	display:none;

	height:auto;

	padding:15px;

	color:#DCE6ED;

	font-size:12px;

}



/* a title inside pane */

#accordion div.pane h3 {

	font-weight:normal;

	margin:0 0 -5px 0;

	font-size:16px;

	color:#999;

}

/* ########    END Accordion ##########################  */



/* rotator in-page placement */

    div#rotator {

	height:450px;

	padding-top:25px;

}

/* rotator css */

	div#rotator ul li {

	float:left;

	position:absolute;

	list-style: none;

	width:65%;

}

/* rotator image style */	

	div#rotator ul li img {

	border:1px solid #000;

	padding: 4px;

	background: #FFF;

}

    div#rotator ul li.show {

	z-index:500

}





/* root element for accordion. decorated with rounded borders and gradient background image */

#accordion_horiz {

	/*background:#FFFFFF url(images/h150.png) repeat scroll 0;*/

	height:450px;

	margin-top:50px;

	margin-left:30px;

	padding:10px 0 10px 20px;

	width:720px;

	border:1px solid #ddd;

}



/* accordion header */

#accordion_horiz img {

	float:left;

	margin-right:10px;

	cursor:pointer;

	opacity:0.5;

	filter: alpha(opacity=50);

}



/* currently active header */

#accordion_horiz img.current {

	cursor:default;

	opacity:1;

	filter: alpha(opacity=100);

}



/* 

	accordion pane. should initially have zero width and display:none.

	the first pane should override these with inline style

*/

#accordion_horiz div {

	width:0px;

	float:left;	

	display:none;		

	margin-right:10px;

}



/* content inside a pane should have fixed width */

#accordion_horiz div h3 {

	color:#444;

	margin:0 0 -10px 0;

	width:190px;

	font-size:15px;	

}

	

#accordion_horiz div p {	

	font-size:11px;

	width:auto;

}







/* #########################    START Scrollable  */

/* root element for scrollable */

.vertical {  

	

	/* required settings */

	position:relative;

	overflow:hidden;	



	/* vertical scrollers have typically larger height than width */	

	height: 665px;	 

	width: 700px;

	border-top:1px solid #ddd;	

}



/* root element for scrollable items */

.items {	

	position:absolute;

	

	/* this time we have very large space for height */	

	height:20000em;	

	margin: 0px;

}



/* single scrollable item */

.items div {

	border-bottom:1px solid #ddd;

	margin:10px 0;

	padding:15px;

	font-size:12px;

	height:180px;

}



/* elements inside single item */

.items img {

	float:left;

	margin-right:20px;

	height:180px;

	width:240px;

}



.items h3 {

	margin:0 0 5px 0;

	font-size:16px;

	color:#456;

	font-weight:normal;

}



/* the action buttons above the scrollable */

#actions {

	width:700px;

	margin:30px 0 10px 0;	

}



#actions a {

	font-size:11px;		

	cursor:pointer;

	color:#666;

}



#actions a:hover {

	text-decoration:underline;

	color:#000;

}



.disabled {

	visibility:hidden;		

}



.nextPage {

	float:right;

}	





/* #################################   END Scrollable */

.bgr_top{	

	height: 41px;	

}



.bgr_top2{	

	width:300px;	

	height:93px;

}



.btn_cauta{

    background-color:#4454A2;

	padding:1px 2px 1px 2px;

	color:#FFFFFF;

	font-size:14px;

	font-weight:bold;

	text-decoration:none;	

}



.titlu_pagina{

	background-image: url(images/bg_titlu_pagina.jpg);

	background-repeat:no-repeat;

	width:431px;

	background-position:bottom;

	font-family: Arial;

	font-size:16px;

	font-weight:normal;

	text-decoration:none;

	color: #6E655C;

	margin-left:10px;

}



.cautare_input{

	border: none;

	width:160px;

	margin-left:9px;

	font-family: Arial;

	font-size:13px;

	text-decoration:none;

	color:#000033;	

	height:15px;

}

.but_1{

	font-family: Arial;

	font-size:12px;

	background-color:#072741; 

	padding:3px; 

	color:#FFFFFF; 

	text-decoration:none;

	border:none;

}

.but_2{

	font-family: Arial;

	font-size:12px;

	background-color:#072741; 

	padding:3px; 

	color:#FFFFFF; 

	text-decoration:none; 

}

.produs{

	width: 205px;

	margin-left:10px;

	height:270px;

	float:left;

}



.box_prod{	

	width: 205px;

	height:241px;

	background-image:url(images/bg_box_produs.jpg);

	background-repeat:no-repeat;

}

.box_prod_mare{	

	width: 260px;

	height:235px;

	padding-top:15px;

	background-image:url(images/bg_box_produs_mare.jpg);

	background-repeat:no-repeat;

}





.categ_main{

	font-family:Arial, Helvetica, sans-serif;

	text-transform:uppercase;

	background-image:url(images/bg_titlu_categ.png);

	height:24px;

	background-repeat:no-repeat;

	font-size:14px;

	font-weight:bold;

	text-decoration:none;

	color: #FFFFFF;	

	padding-left: 15px;

	padding-top:5px;

}

.reduceri_main{

	font-family:Arial, Helvetica, sans-serif;

	text-transform:uppercase;

	background-image:url(images/bg_titlu_reduceri.jpg);

	height:24px;

	background-repeat:no-repeat;

	font-size:14px;

	font-weight:bold;

	text-decoration:none;

	color: #FFFFFF;	

	padding-left: 15px;

	padding-top:5px;

}

.bestsell_main{

	font-family:Arial, Helvetica, sans-serif;

	text-transform:uppercase;

	background-image:url(images/bg_titlu_bestsell.jpg);

	height:24px;

	background-repeat:no-repeat;

	font-size:14px;

	font-weight:bold;

	text-decoration:none;

	color: #FFFFFF;	

	padding-left: 15px;

	padding-top:5px;

}



.text_inchis12{	

	font-family: Arial;

	font-size:12px;

	color: #363636;

	text-decoration:none;

	font-weight:normal;

}



.titlu_alb{	

	font-family: Arial;

	font-size:13px;

	font-weight:bold;

	text-decoration:none;

	color: #FFFFFF;	

}



.text_maro12b{	

	font-family: Arial;

	font-weight:bold;

	font-size:12px;

	text-decoration:none;

	color: #7B6550;

}



.text_gri12{	

	font-family: Arial;

	font-weight: normal;

	font-size:12px;

	text-decoration:none;

	color:#FFFFFF;

}

.text_cont{	

	font-family: Arial;

	font-weight: normal;

	font-size:12px;

	text-decoration:none;

	color:#000066;

}



.titlu_produs{	

	font-size:11px;

	font-family:Arial;

	font-weight:normal;

	text-decoration:none;

	color:#6A6A6A;

	padding-top:10px;

	height:13px;

}

.btn_produs{

	margin-left:4px;  

	font-family:Comic Sans MS, Comic Sans MS, cursive;

}



.text_maro16{

	font-family: Arial;

	font-size:16px;

	font-weight:normal;

	text-decoration:none;

	color: #6E655C;

}



.input_cautare{

	width: 95px;

	height:14px;

	border: solid 1px #E2DAD3;

	font-family:Arial;

	font-size:12px;

	text-decoration:none;

	font-weight:normal;

	color: #7B6550;

	padding-left:7px;

}



.pret{

	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;

	font-size:11px;

	text-decoration:none;

	color: #002667;

	background-color:#F2F2F2;

	text-align:center;

	height: 20px;

	border-top: solid 1px #F2F1F0;

	border-bottom: solid 1px #F2F1F0;

	margin-top:2px;

	width: 200px;

	margin-left:2px;

	padding-top:2px;

}

.pret_redus

{

	text-decoration:line-through; 

	color:#CC0000; 

	font-size:12px;

}

.pret_mic

{

	width:130px; 

	font-family:Trebuchet,Sans-Serif;

	font-size:10px; 

	margin-top:1px; 

	margin-left:8px; 

	/*background-color:#F7F7F7; */

	color:#D3DEEB; 

	padding:2px; 

	margin-bottom:8px;

}

.pret_redus_mic

{

	text-decoration:line-through; 

	color:#660000; 

	font-size:11px;

}

.text_alb{	

	font-weight: normal;

	font-size:12px;

	text-decoration:none;

	color:#FFFFFF;

}

.text_info{	

	font-weight: bold;

	font-size:13px;

	text-decoration:none;

	color:#001C34;

}

.text_err{	

	font-weight: bold;

	font-size:13px;

	text-decoration:none;

	color:#990000;

}





/* Lista de categorii */

.left_menu  a

{

/*background: #fff url('n4.gif') repeat-x;*/

color: #3e99e0;

font-weight: normal;

font-size: 1.1em;

text-decoration: none;

}

.left_menu  a:hover

{

border-bottom: 1px solid #001C34;

}

.left_menu  a:active

{

color: #000000;

}



/* Tabel cos cumparaturi  */

#tabel_cart

{

	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;

	font-size: 11px;

	margin:5px;

	margin-left:10px;

	text-align: center;

	border-collapse: collapse;

}

#tabel_cart th

{

	font-size: 12px;

	font-weight: normal;

	padding: 2px;

	background: #b9c9fe url('images/gradhead.png') repeat-x;

	border-top: 2px solid #d3ddff;

	border-bottom: 1px solid #fff;

	border-left: 1px solid #d3ddff;

	color: #039;

}

#tabel_cart td

{

	padding: 2px; 

	border-bottom: 1px solid #fff;

	color: #669;

	border-top: 1px solid #fff;

	background: #e8edff url('images/gradback.png') repeat-x;

	border-left: 1px solid #d3ddff;

}

#tabel_cart td a

{

	font-weight:bold;

	text-decoration:underline;

	color:#000033;

	font-family:Arial, Helvetica, sans-serif;

}

#tabel_cart tfoot tr td

{

	background: #e8edff;

	font-size: 12px;

	color: #99c;

}

#tabel_cart tbody tr:hover td

{

	background: #d0dafd url('images/gradhover.png') repeat-x;

	color: #339;

}
