.category-menu-down
{
	background:url(images/meniustangaplus-01.png) no-repeat;
}

.category-menu-up
{
	background:url(images/meniustangaminus-01.png) no-repeat;
}

.brand-menu-down
{
	background:url(images/meniustanga-brandsplus-01.png) no-repeat;
}

.brand-menu-up
{
	background:url(images/meniustanga-brandsminus-01.png) no-repeat;
}

.collection-menu-down
{
	background:url(images/meniustanga-colectiiplus-0.png) no-repeat;
}

.collection-menu-up
{
	background:url(images/meniustanga-colectiiminus-0.png) no-repeat;
}

.menubutton
{
	margin:0 7px;
	padding:4px 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	border:none;
	outline:none;
	display: -moz-inline-stack;
	display:inline-block;
	vertical-align:bottom;
	*display: inline;
	zoom: 1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	color: #000;
}

.menubutton:hover
{
	color: #ff7e00;
	background: #202020;
}

.menubutton:active
{
	position: relative;
	top:0px;
}

/* start shopping cart dropdown */

#shopping-cart-info
{
	position: relative;
	z-index: 1000;
}

#shopping-cart-link
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#shopping-cart-info .dropdown
{
	display: none;
	position: absolute;
	top: 13px;
	left: -296px;
	width: 400px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ca4615;
	z-index: 1000;
}

#shopping-cart-info a
{
	text-decoration: none;
}

.dropdown table tr.top td
{
	font-weight: bold;
	border-bottom: 1px solid #ca4615;
	padding-bottom: 5px;
}

.dropdown table tr.bottom td
{
	border-top: 1px solid #ca4615;
	padding-top: 9px;
}

.dropdown table td
{
	padding: 5px;
}

.dropdown table td.image
{
	width: 50px;
	height: 50px;
}

.dropdown table td.product
{
	width: 200px;
}

.dropdown table td.quantity
{
	width: 34px;
	text-align: center;
	font-weight: bold;
}

.dropdown table td.price
{
	width: 100px;
	text-align: right;
	font-weight: bold;
}

.dropdown table td.total
{
	text-align: right;
	font-weight: bold;
}

/* end shopping cart dropdown */

/* start star rating styles */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating
{
	background: url(images/star.gif) left -1000px repeat-x;
}

.star-rating
{
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li
{
	display: inline;
}

.star-rating a,
.star-rating .current-rating
{
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover
{
	background-position: left bottom;
}

.star-rating a.one-star
{
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars
{
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars
{
	width: 60%;
	z-index: 4;
}

.star-rating a.four-stars
{
	width: 80%;
	z-index: 3;
}

.star-rating a.five-stars
{
	width: 100%;
	z-index: 2;
}

.star-rating .current-rating
{
	z-index: 1;
	background-position: left center;
}

.inline-rating
{
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
}

.small-star
{
	width: 50px;
	height: 10px;
}

.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating
{
	background-image: url(images/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/* end star rating styles */

/* New styles */

.button
{
	color: #000;
	padding: 2px 5px;
	background-color: #ff9055;
	border: 1px solid #ca4615;
	cursor: pointer;
}

.buttonb
{
	color: #000;
	padding: 2px 5px;
	background-color: #f26422;
	border: 1px solid #ca4615;
	cursor: pointer;
	font-weight: bold;
}

table.cici
{
	border: none;
	border-spacing: 0;
	width: 100%;
}

td.title
{
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-color: #ca4615;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	padding: 5px 18px;
}

td.tab
{
	background-color: #f26422;
	font-size: 14px;
	text-align: center;
	border-color: #ca4615;
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	padding: 5px 18px;
}

td.tab.selected
{
	background-color: #fff;
	border-bottom-width: 0px;
	font-weight: bold;
}

td.empty
{
	background-color: transparent;
	width: 100%;
	border-color: #ca4615;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
}

td.body
{
	background-color: #fff;
	text-align: left;
	border-color: #ca4615;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
}

td.lightgrey
{
	background-color: #e9e9e9;
	border: 1px solid #fff;
	text-align: left;
	padding: 3px 20px;
}

td.fixedwidth
{
	width: 150px;
}

.orange
{
	background-color: #f26422;
	border: 1px solid #ca4615;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 4px 20px;
}

.msg
{
	background-color: #e9e9e9;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	border: 3px solid #fff;
	padding: 5px 20px;
}

.success
{
	color: green;
	font-weight: bold;
}

.error
{
	color: #f00;
	font-weight: bold;
	border-style: none;
}

.light_color
{
	background-color: #ff9055;
}

.middle_color
{
	background-color: #f26422;
}

.dark_color
{
	background-color: #ca4615;
}

.margin
{
	margin: 10px;
}

a.tab
{
	font-family: verdana;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.orange_text
{
	color: #f26422;
	font-weight: bold;
	text-decoration: none;
}

.promotion
{
	color: #ff6600;
	font-family: Tahoma, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 3px;
	text-decoration: none;
}

.product_picture
{
	border: 1px solid #CCCCCC;
}

/* End new styles */

body
{
	margin: 0px;
	padding: 0px;
}

p,body,font,div,td,th,caption
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

a.info
{
	position: relative;
	z-index: 24;
	color: #000;
	text-decoration: none;
}

a.info:hover
{
	z-index: 25;
}

a.info span
{
	display: none;
}

a.info:hover span
{
	display: block;
	position: absolute;
	top: 8em;
	left: 1em;
	width: 15em;
	border: 1px solid #a0afba;
	background-color: #fff;
	color: #426075;
	text-align: center;
}

h1
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

h3
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}

h4
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.faq_gray
{
	font-size: 14px;
	color: #666;
}

.faq_olive
{
	font-size: 14px;
	color: #3a6135;
}

.big
{
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.standard
{
	font-weight: normal;
}

.standardsmall
{
	font-weight: normal;
	font-size: 9px;
}

.lightsmall
{
	color: #fff;
	font-size: 9px;
}

.lightstandard
{
	color: #fff;
	font-weight: normal;
}

.middle
{
	color: #f0b5b5;
}

.olive
{
	color: #163106;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.cart
{
	font-family: tahoma;
	font-size: 9px;
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	border-top: 0px solid;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	margin: 1px;
}

.cartsmall
{
	font-size: 9px;
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	border-top: 0px solid;
	font-weight: bold;
	color: #f0b5b5;
	background-color: transparent;
	margin: 1px;
}

.totalprice
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	border-top: 0px solid;
	font-weight: bold;
	color: #f00;
	background-color: transparent;
	margin: 1px;
}

.login
{
	font-size: 12px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	margin: 1px;
}

.myaccount_tab_bottom
{
	border-bottom: 1px solid;
	border-left: 0px solid;
	border-right: 1px solid;
	border-top: 0px solid;
	text-align: center;
	border-color: #82a1dd;
	margin: 1px;
}

.myaccount_tab_top
{
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	text-align: center;
	border-color: #82a1dd;
	margin: 1px;
}

.myaccount_bottomright
{
	border-bottom: 1px dotted #a9c0ff;
	border-right: 1px dotted #a9c0ff;
}

.myaccount_bottom
{
	border-bottom: 1px dotted #a9c0ff;
}

.myaccount_right
{
	border-right: 1px dotted #a9c0ff;
}

.comparison_button
{
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	background-color: #d2e7ff;
}

.pageseparator
{
	border-bottom: 2px dotted #a9c0ff;
}

img
{
	border: none;
}

.tah10
{
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #000;
}

.tah8
{
	font-family: verdana;
	font-size: 8px;
	text-decoration: none;
	color: #333;
}

.tah8cautare
{
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #333;
}

.tah11
{
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}

.ver11
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}

.ver11_gri
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #b5b5b5;
}

.ver11red
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #f00;
}

.tah9
{
	font-family: tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #fff;
}

.ver9
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000;
}

.ver12
{
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.ver8
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 2px;
	text-decoration: none;
	color: #e6edf7;
}

.bottom-link
{
	color: #fff;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.titlu
{
	font-family: tahoma;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #c38937;
}

.titlu_alb
{
	font-family: tahoma;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.titlu_albastru
{
	font-family: tahoma;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #3c78aa;
}

.titlu_negru
{
	font-family: tahoma;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.titlu_verde
{
	font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #4f9d00;
}

.titlu_verde a:link
{
	color: #4f9d00;
}

.meniu_st
{
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #3c78aa;
}

.titlu_rosu
{
	font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #b01018;
}

.titlu_rosu_1
{
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #f28900;
}

.tah9_maro
{
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #c38937;
	font-weight: bold;
}

div.myspace-scroll-box
{
	height: 100px;
	width: 444px;
	font: 10pt verdana;
	overflow: auto;
}

.meniustg
{
	font-family: Tahoma, arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	color: #7b7b7b;
}

.meniustg1
{
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #f28900;
}

.meniustg1_r
{
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #4dac01;
}

.meniustg12_r
{
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #7b7b7b;
}

.meniustg0
{
	font-family: Tahoma, arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	color: #f28900;
}

.meniustg0_r
{
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #4dac01;
}

.ver11orange
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #f90;
	font-weight: bold;
}

.ver11green
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #090;
	font-weight: bold;
}

.button:hover,
.buttonb:hover
{
	background-color: #ffd59e;
}

.black,
.titlu_alb a:hover,
.titlu_verde a:hover,
.titlu_verde a:active
{
	color: #000;
}

#note,.small
{
	font-size: 9px;
}

a.header,.no_underline
{
	text-decoration: none;
}

.faq,.cat
{
	font-size: 14px;
}

.light,
.bottom-link a:link,
.bottom-link a:active,
.bottom-link a:hover,
.bottom-link a:visited,
.titlu_alb a:link,
.titlu_alb a:active
{
	color: #fff;
}

.lightmenu,
.top-link a:hover
{
	color: #fff;
	text-decoration: none;
}

.ver10,
.ver11link
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000;
}

.top-link a:link,
.top-link a:active
{
	color: #000;
	text-decoration: none;
}

.titlu_albastru_module_news,
.titlu_albastru_module_news a
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #3c78aa;
}

.tah9_maro a:hover,
.tah9_maro a:link,
.tah9_maro a:active,
.tah9_maro a:visited
{
	color: #c38937;
	text-decoration: none;
	font-size: 10px;
}

.meniustg a:hover,
.meniustg1 a:link,
.meniustg1 a:active,
.meniustg0 a:hover,
.meniustg0 a:link,
.meniustg0 a:active
{
	color: #f28900;
}

.meniustg a:link,
.meniustg a:active,
.meniustg_r a:link,
.meniustg_r a:active,
.meniustg1 a:hover,
.meniustg1_r a:hover,
.meniustg12 a:hover,
.meniustg12 a:link,
.meniustg12 a:active,
.meniustg12_r a:hover,
.meniustg12_r a:link,
.meniustg12_r a:active
{
	color: #787878;
}

.meniustg_r,
.meniustg12
{
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #7b7b7b;
}

.meniustg_r a:hover,
.meniustg1_r a:link,
.meniustg1_r a:active,
.meniustg0_r a:hover,
.meniustg0_r a:link,
.meniustg0_r a:active
{
	color: #4dac01;
}

#triggers
{
	text-align:center;
}

#triggers img
{
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* styling for elements inside overlay */

#slideshow
{
	position: relative;
	height: 264px;
	margin-bottom: 10px;
}

#slideshow div
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	height: 264px;
	background-color: #FFF;
}

#slideshow div.active
{
	z-index: 10;
	opacity: 1.0;
}

#slideshow div.last-active
{
	z-index: 9
}

#slideshow div img
{
	height: 264px;
	display: block;
	border: 0;
	margin-bottom: 0px;
}

/* footer */
.logomic{
float:left;
padding-left:30px;
padding-top:22px;
width:180px;
text-align:center;
font-family:Tahoma,Arial;
font-size:11px;
color:#000;}

.separator_footer {
background: url(images/separator_footer.png);
width:5px;
height:37px;
margin-left:10px;
margin-right:10px;
margin-top:23px;
float:left;
}
.meniu_footer{
float:left;
margin-top:35px;
margin-left:10px;
margin-right:10px;
width:130px;
}
.meniu_footer ul {
padding:0px;
margin:0px;
font-family:Tahoma,Arial;
font-size:11px;
color:#fff;
font-weight:600;
}
.meniu_footer li{
list-style-type:none;
font-family:Tahoma,Arial;
font-size:11px;
color:#000;
}
.meniu_footer1{
float:left;
margin-top:35px;
margin-left:10px;
width:107px;
margin-right:10px;
}
.meniu_footer1 ul {
padding:0px;
margin:0px;
font-family:Tahoma,Arial;
font-size:11px;
color:#fff;
font-weight:600;
}
.meniu_footer1 li{
list-style-type:none;
font-family:Tahoma,Arial;
font-size:11px;
color:#000;
}
.abonare_footer{
float:left;
margin-top:25px;
margin-left:10px;
margin-right:10px;
width:440px;
font-family:Verdana,Arial;
font-size:15px;
color:#FFFFFF;
font-weight:400;
}
.abonare_user{
font-family:Tahoma,Arial;
font-size:12px;
width:280px;
text-align:right;

}
.abonare_user input{
font-size: 12px;
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
color: #000;
background-color: #fff;
margin-top:1px;}

.menubutton1
{
	margin:0 2px;
	padding:4px 13px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	border:none;
	outline:none;
	display: -moz-inline-stack;
	display:inline-block;
	vertical-align:bottom;
	*display: inline;
	zoom: 1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	color: #000;
}

.menubutton1:hover
{
	color: #ff7e00;
	background: #202020;
}

.menubutton1:active
{
	position: relative;
	top:0px;
}
