/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #212121;
	font-size: 11px;
	background: url(../img/body-bg.jpg) repeat-x top left #fff;
}

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: auto;
	display: block;
}

#header {
	margin: 0;
	padding: 0;
	height: 94px;
}

#header a.logo {
	margin: 0;
	padding: 0;
	width: 277px;
	height: 94px;
	background: url(../img/gb-logo.gif) no-repeat top left;
	outline: none;
	border: none;
	display: block;
	float: left;
}

#header .userbox {
	margin: 10px 20px 0 0;
	padding: 0;
	float: right;
	color: #f1f1f1;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}

#header .userbox a {
	text-decoration: none;
	color: #FFFF99;
	line-height: 20px;
	font-size: 11px;
}

#header .userbox a:hover {
	color: #FFFF99;
	text-decoration: underline;
}

#header .userbox a.logout {
	background: url(../img/ico-logout.gif) no-repeat right;
	text-decoration: none;
	color: #FFFF99;
	padding-right: 10px;
	line-height: 20px;
	font-size: 11px;
}

#header .userbox a.logout:hover {
	color: #FF9900;
	background: url(../img/ico-logout-hover.gif) no-repeat right;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#header ul li {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
}

#header ul li a {
	margin: 0;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #FFFF99;
	line-height: 20px;
	font-size: 11px;
	border-right: 1px solid #ff9;
}

#header ul li a:hover {
	color: #fff;
}

#left_nav {
	margin: 0;
	padding: 0;
	float: left;
	width: 181px;
	height: auto;
	display: block;
}

#content {
	margin: 0;
	padding: 0;
	width: 620px;
	height: auto;
	float: left;
	background: url(../img/content-bg.jpg) repeat-x top left #fff;
}

#right_nav {
	margin: 0;
	padding: 0;
	float: left;
	width: 183px;
	height: auto;
	display: block;
}

.searchbox {
	margin: 0;
	padding: 0;
	background: #F0F0C3;
	border-left: 1px solid #8C8B76;
	border-right: 1px solid #8C8B76;
	width: 178px;
	height: 45px;
}

.searchbox_title {
	margin: 0;
	padding: 0;
	background: url(../img/boxhead-cautare.jpg) top left no-repeat;
	height: 39px;
	width: 181px;
	display: block;
}

.search_field {
	width: 125px;
	height: 20px;
	line-height: 20px !important;
	border: 2px solid #CBCE99;
	margin: 5px 0 0 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
}

.search_btn {
	width: 31px;
	height: 26px;
	background: url(../img/btn_search.jpg) no-repeat top left;
	border: none;
	margin: 5px 0 0 5px;
	float: left;
}

/* meniul categoriilor */
#CatMenu {
	margin: 0;
	padding: 0;
	background: url(../img/leftmenu-bg.jpg) no-repeat top left #F0F0C3;
	border-left: 1px solid #8C8B76;
	border-right: 1px solid #8C8B76;
	width: 178px;
	height: auto;
}

#CatMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#CatMenu ul li {
	display: block;
	border-bottom: 1px solid #F9F6E0;
}

#CatMenu ul li ul {
	margin: 5px;
	padding: 0;
	list-style-type: none;
}

#CatMenu ul li ul li {
	display: block;
}

#CatMenu ul li ul li a {
	display: block;
	background: #FBFAEE;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
}

#CatMenu ul li ul li a:hover {
	display: block;
	background: #505050;
	padding-left: 10px;
}

#CatMenu ul li a {
	height: 25px;
	line-height: 25px;
	display: block;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/leftmenu-arrow.gif) right no-repeat;
	color: #353535;
	padding-left: 10px;
	font-size: 13px;
}

#CatMenu ul li a:hover {
	color: #f1f1f1;
	background: url(../img/leftmenu-arrow-hover.gif) right no-repeat #505050
		;
	padding-left: 20px;
}

#CatMenu ul li a.selected {
	height: 25px;
	line-height: 25px;
	display: block;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f1f1f1;
	background: url(../img/leftmenu-arrow-hover.gif) right no-repeat #505050
		;
	padding-left: 10px;
}

.CatMenu_bottom {
	margin: 0;
	padding: 0;
	background: url(../img/leftmenu-bottom.jpg);
	width: 180px;
	height: 17px;
	display: block;
}

/* sortare dupa preturi */
.sortByPrice {
	margin: 0;
	padding: 0;
	background: #F0F0C3;
	border-left: 1px solid #8C8B76;
	border-right: 1px solid #8C8B76;
	width: 179px;
	height: 45px;
}

.sortByPrice_title {
	margin: 0;
	padding: 0;
	background: url(../img/boxhead-preturi.jpg) top left no-repeat;
	height: 37px;
	width: 181px;
	display: block;
}

/* lista preturi */
#PriceMenu {
	margin: 0;
	padding: 0;
	background: #F0F0C3;
	border-left: 1px solid #8C8B76;
	border-right: 1px solid #8C8B76;
	width: 179px;
	height: auto;
	display: block;
}

#PriceMenu p {
	margin: 0;
	padding: 5px 0 5px 5px;
	text-transform: uppercase;
}

#PriceMenu ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	background: url(../img/PriceMenu-bg.jpg) no-repeat top left;
}

#PriceMenu ul li {
	height: 20px;
	display: block;
	color: #FF6600;
	text-align: center;
}

#PriceMenu ul li a {
	height: 20px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	width: 85px;
	float: left;
}

#PriceMenu ul li a:hover {
	color: #333;
}

.PriceMenu_bottom {
	margin: 0;
	padding: 0;
	background: url(../img/leftmenu-bottom.jpg);
	width: 180px;
	height: 17px;
	display: block;
}

/* continut central */
#mainMenu {
	margin: 0;
	padding: 0;
	height: 40px;
	display: block;
}

#mainMenu ul {
	margin: 0 0 0 49px;
	padding: 0;
	list-style-type: none;
	height: 40px;
}

#mainMenu ul li {
	margin: 0;
	padding: 0;
	height: 40px !important;
	float: left;
	display: block;
}

#mainMenu ul li a.cumCumpar {
	width: 121px;
	height: 39px;
	background: url(../img/menu-cumcumpar.jpg) no-repeat bottom left;
	display: block;
}

#mainMenu ul li a.cumCumpar:hover {
	background: url(../img/menu-cumcumpar.jpg) no-repeat top left;
}

#mainMenu ul li a.cumPlatesc {
	width: 107px;
	height: 39px;
	background: url(../img/menu-cumplatesc.jpg) no-repeat bottom left;
	display: block;
}

#mainMenu ul li a.cumPlatesc:hover {
	background: url(../img/menu-cumplatesc.jpg) no-repeat top left;
}

#mainMenu ul li a.Livrare {
	width: 71px;
	height: 39px;
	background: url(../img/menu-livrare.jpg) no-repeat bottom left;
	display: block;
}

#mainMenu ul li a.Livrare:hover {
	background: url(../img/menu-livrare.jpg) no-repeat top left;
}

#mainMenu ul li a.Memolist {
	width: 91px;
	height: 39px;
	background: url(../img/menu-memolist.jpg) no-repeat bottom left;
	display: block;
}

#mainMenu ul li a.Memolist:hover {
	background: url(../img/menu-memolist.jpg) no-repeat top right;
}

#mainMenu ul li a.contulMeu {
	width: 125px;
	height: 39px;
	background: url(../img/menu-contulmeu.jpg) no-repeat bottom left;
	display: block;
}

#mainMenu ul li a.contulMeu:hover {
	background: url(../img/menu-contulmeu.jpg) no-repeat top left;
}

/* banner mare mijloc */
.centerAd {
	margin: 5px 0 5px 7px;
	padding: 0;
	//border: 2px solid #EBA720;
	width: 600px;
	height: 160px;
	background: #eee;
}

/* lista de produse */
#ProductList {
	margin: 0;
	padding: 0;
	width: 620px;
	background: #fff;
	height: auto;
	display: block;
}

#ProductList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#ProductList ul li {
	margin: 3px 5px;
	padding: 5px;
	background: #F8F8F1;
	border: 1px solid #B7B7B7;
	border-left: none;
	border-right: none;
	height: 220px;
	width: 288px;
	float: left;
}

.productPic {
	margin: 0 5px 0 0;
	padding: 0;
	background: #fff;
	border: 1px solid #999;
	width: 110px;
	height: 110px;
	display: block;
	text-align: center;
	float: left;
	position: relative;
	margin-top: -25px;
}

.productPic img {
	display: block;
	width: 106px;
	height: 106px;
	margin: 2px;
}
.price {
	float: left;
	font-size: 20px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 100px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	margin: 5px;
	border: 1px solid #FF9933;
	background: #fff;
}
.cumpara {
	float: right;
}
#ProductList ul li .productTitle {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #d2d2d2;
	color: #505051;
	margin-left: 10px;
	display: block;
}

#ProductList ul li div.productDescr {
	padding: 0;
	margin: 0 0 0 10px !important;
	display: block;
	font-size: 12px;
	color: #000;
	height: auto;
}
#ProductList ul li div.productDetails {
	padding: 0;
	margin: 0 0 0 10px !important;
	font-size: 12px;
	color: #000;
	height: auto;
}

#ProductList ul li .listingprice {
	font-size: 19px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	width: auto;
	margin: 5px;
	border: none;
	background: none;
}

#ProductList ul li .actions {
	display: block;
	text-align: right;
	padding: 5px 0 5px 0;
}

#ProductList ul li .small {
	font-size: 12px;
	font-weight: normal;
}

#ProductList ul li span.outOfStock {
	font-size: 12px;
	color: #212121;
	font-style: bold;
	text-decoration: none;
	background: url(../img/ico-outOfStock.gif) no-repeat left;
	padding-left: 25px;
	margin-right: 5px;
	line-height: 25px;
	height: 25px;
	display: block;
	width: 85px;
}

#ProductList ul li a.addToCart {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
	background: url(../img/ico-addToCart.gif) no-repeat left;
	padding-left: 25px;
	line-height: 25px;
	height: 25px;
	width: 85px;
}

#ProductList ul li a.addToCart:hover {
	color: #000;
}

#ProductList ul li a.detalii {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
	background: url(../img/ico-detalii.jpg) no-repeat left;
	padding-left: 25px;
	margin-right: 5px;
	line-height: 25px;
	height: 25px;
	display: block;
	width: 85px;
}

#ProductList ul li a.detalii:hover {
	color: #000;
}

/* Cosul meu */
#ShopCart {
	margin: 0;
	padding: 0;
	background: #F0F0C3;
	border-left: 1px solid #8C8B76;
	border-right: 1px solid #8C8B76;
	width: 178px;
	height: auto;
}

.Shopcart_title {
	margin: 0;
	padding: 0;
	background: url(../img/boxhead-cosulmeu.jpg) top left no-repeat;
	height: 37px;
	width: 181px;
	display: block;
}

.Shopcart_bottom {
	margin: 0;
	padding: 0;
	background: url(../img/shopcart-bottom.jpg) no-repeat top left;
	width: 180px;
	height: 17px;
	display: block;
}

#ShopCart p {
	margin: 0;
	padding: 5px 0 5px 5px;
	text-transform: uppercase;
	font-size: 11px !important;
}

#ShopCart ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: auto;
	width: 176px;
	display: block;
}

#ShopCart ul li {
	margin: 0;
	padding: 0 !important;
	height: 25px;
	border-bottom: 1px solid #D7D7D7;
	text-transform: uppercase;
	display: block;
	background: #fff;
}

#ShopCart ul li a {
	color: #333;
	text-decoration: none;
}

#ShopCart ul li a:hover {
	color: #000;
	text-decoration: none;
}

#ShopCart .productNr {
	margin: 0;
	padding: 0 6px;
	width: 12px;
	font-weight: bold;
	color: #FF3300;
	text-transform: lowercase;
	float: left;
}

#ShopCart .productNames {
	margin: 0;
	padding: 0;
	width: 90px;
	height: 25px;
	overflow: hidden;
	white-space: break word;
	text-align: left;
	float: left;
	line-height: 10px;
}

#ShopCart .productPrices {
	margin: 0;
	padding: 0;
	width: 12px;
	font-weight: bold;
	float: left;
	height: 25px;
}

#ShopCart .remove {
	margin: 0;
	padding: 0;
	background: url(../img/ico-remove.gif) no-repeat right;
	width: 19px;
	height: 17px;
	display: block;
	float: right;
	height: 25px;
}

#ShopCart .odd {
	background: #fff !important;
}

#ShopCart .even {
	background: #F7F4E6 !important;
}

#ShopCart .total {
	margin: 0;
	padding: 0;
	width: 168px;
	height: 26px;
	background: url(../img/shopCart-total.jpg) no-repeat top left;
	color: #000;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	display: block;
	font-size: 12px;
	line-height: 26px;
}

#ShopCart a.shopCart_btn {
	margin: 5px 0 0 0;
	padding: 0;
	width: 77px;
	height: 25px;
	background: url(../img/shopCart-btn.jpg) no-repeat top left;
	color: #000;
	text-align: center;
	display: block;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}

/*top vanzari*/
#topSales {
	margin: 0;
	padding: 0;
	background: #F0F0C3;
	border-left: 1px solid #8C8B76;
	border-right: 1px solid #8C8B76;
	width: 178px;
	height: auto;
}

.topSales_title {
	margin: 0;
	padding: 0;
	background: url(../img/boxhead-last.jpg) top left no-repeat;
	height: 37px;
	width: 181px;
	display: block;
}

.topSales_bottom {
	margin: 0;
	padding: 0;
	background: url(../img/shopcart-bottom.jpg) no-repeat top left;
	width: 180px;
	height: 17px;
	display: block;
}

#topSales p {
	margin: 0;
	padding: 5px 0 5px 5px;
	text-transform: uppercase;
	font-size: 11px;
}

#topSales ul {
	margin: 0 0 0 9px;
	padding: 0;
	list-style-type: none;
	height: auto;
	width: 160px;
	display: block;
}

#topSales ul li {
	margin: 0;
	padding: 0 !important;
	height: 40px;
	border-bottom: 1px solid #333;
	display: block;
}

#topSales ul li a {
	color: #F26522;
	text-decoration: none;
	border: none;
	float: left;
	width: 120px;
	height: 33px;
	margin: 3px 0 0 3px !important;
}

#topSales ul li a:hover {
	color: #000;
	text-decoration: none;
}

#topSales .productPic_small {
	width: 33px !important;
	height: 33px;
	overflow: hidden;
	float: left;
}

/* pagina de produs disponibil */
#productPage {
	margin: 0;
	padding: 0;
	width: 620px;
	background: #fff;
	height: auto;
	display: block;
}

#productPage .productImage {
	margin: 0;
	padding: 0;
	float: left;
	width: 314px;
	background: url(../img/productImage_boxbg.jpg) repeat-y top left;
}

#productPage .productImage .boxtop {
	margin: 0;
	padding: 0;
	width: 314px;
	height: 20px;
	display: block;
	background: url(../img/productImage_boxtop.jpg) no-repeat top left;
}

#productPage .productImage .boxbottom {
	margin: 0;
	padding: 17px 0 0 0;
	width: 314px;
	height: 38px;
	display: block;
	background: url(../img/productImage_boxbottom.jpg) no-repeat top left;
}

#productPage .productImage .pImage {
	margin: 5px !important;
}

#productPage .productImage .pImage img {
	margin: 5px !important;
}

#productPage .productImage a.mareste {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	height: 14px;
	line-height: 14px;
	background: url(../img/icon-mareste.gif) no-repeat top left;
	color: #000;
	text-decoration: underline;
}

#productPage .productImage a.video {
	margin: 0 0 0 45px;
	padding: 0 0 0 20px;
	height: 14px;
	line-height: 14px;
	background: url(../img/icon-video.gif) no-repeat top left;
	color: #000;
	text-decoration: underline;
}

#productPage .productImage a.comentarii {
	margin: 0 0 0 45px;
	padding: 0 0 0 20px;
	height: 14px;
	line-height: 14px;
	/*background: url(../img/icon-comentarii.gif) no-repeat top left;*/
	color: #000;
	/*text-decoration: underline;*/
	text-decoration: none;
	/*pus pentru cod produs si am comentat cele 2 de mai sus*/
}

#productPage .productPrices {
	margin: 0;
	padding: 0;
	float: left;
	width: 298px;
	background: url(../img/productPrices_boxbg.jpg) repeat-y top left;
}

#productPage .productPrices .boxtop {
	margin: 0;
	padding: 0;
	width: 298px;
	height: 50px;
	display: block;
	background: url(../img/productPrices_boxtop.jpg) no-repeat top left;
}

#productPage .productPrices .boxname,#productPage .productPrices .boxtop h1
	{
	margin: 0;
	padding: 30px 0 0 30px;
	color: #FF5A00;
	font-size: 16px;
	font-weight: bold;
}

#productPage .productPrices .addtocart {
	margin: 0 0 0 18px;
	padding: 0 0 0 33px !important;
	float: left;
	width: 88px;
	height: 33px;
	display: block;
	color: #000;
	text-transform: uppercase;
	line-height: 33px;
	background: url(../img/addtocart.jpg) no-repeat top left;
}

#productPage .productPrices ul#priceOptions {
	margin: 0;
	padding: 0;
	border-left: 1px solid #666;
	list-style-type: none;
	float: left;
}

#productPage .productPrices ul#priceOptions li {
	width: 140px;
	height: 30px;
	margin: 0 0 2px 0;
	font-size: 16px;
}

#productPage .productPrices ul#priceOptions li a {
	padding: 7px 0 0 12px;
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#productPage .productPrices span.white {
	color: #f1f1f1;
}

#productPage .indisponibil {
	margin: 3px 0 0 -20px;
	padding: 0;
	background: url(../img/icon-indisponibil.jpg) no-repeat top left;
	height: 26px;
	line-height: 26px;
	padding-left: 30px;
	color: #999999;
	font-weight: bold;
	float: left;
}

#productPage .infobox {
	margin: 10px 0 0 10px;
	padding: 0 0 0 35px;
	background: url(../img/infobox-bg.jpg) no-repeat top left;
	width: 245px;
	height: 45px;
	font-weight: bold;
}

#productPage .infobox p {
	padding-top: 5px;
}

#productPage .productPrices ul#priceOptions li.unprodus {
	background: url(../img/box-1produs.jpg) no-repeat top left;
}

#productPage .productPrices ul#priceOptions li.douaproduse {
	background: url(../img/box-2produse.jpg) no-repeat top left;
}

#productPage .productPrices ul#priceOptions li.treiproduse {
	background: url(../img/box-3produse.jpg) no-repeat top left;
}

#productPage .productPrices .boxbottom .btn_productbox {
	margin: 10px 0 0 0;
	padding: 0 25px 0 0;
	width: 65px;
	height: 32px;
	color: #000;
	line-height: 32px;
	text-transform: uppercase;
	float: left;
	background: url(../img/btn_productbox.gif) no-repeat top left;
	text-align: right;
}

#productPage .productPrices .boxbottom {
	margin: 15px 0 0 0;
	padding: 0;
	width: 298px;
	height: 56px;
	display: block;
	background: url(../img/productPrices_boxbottom.jpg) no-repeat top left;
}

#productPage .productDescription {
	margin: 0;
	padding: 10px;
	color: #333;
}

#productPage .productDescription ul {
	margin: 0;
	padding: 20px;
	color: #333;
}

#productPage .intertitle {
	margin: 0 10px 0 10px;
	padding: 3px 10px;
	border: 1px solid #EBBB3B;
	font-weight: bold;
	font-size: 16px;
	color: #898989;
	border-left: none;
	border-right: none;
	height: 20px;
	display: block;
}

ul.comments {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 400px;
	height: auto;
	display: block;
}

ul.comments li {
	margin: 10px 10px 0 10px !important;
	padding: 0;
	background: url(../img/icon-comentarii.gif) no-repeat;
	background-position: 5px 0px;
	width: 380px;
	height: auto;
	border-bottom: 1px dashed #999;
}

ul.comments li .username {
	color: #E8A61E;
	font-weight: bold;
	font-size: 12px;
	padding: 20px 0 0 25px;
	height: 20px;
}

ul.comments li .comment {
	margin: 0;
	padding: 0;
	font-style: italic;
	margin-left: 40px;
	width: 300px;
	display: block;
}

ul.comments li.yellow {
	background: url(../img/icon-comentarii.gif) no-repeat #FDFCF7;
}

#productPage .addComment_box {
	margin: 10px 10px 0 0;
	padding: 0 0 10px 0;
	float: right;
	width: 200px;
	height: auto;
}

#productPage .addComment_box .box_title {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../img/icon-comentarii.gif) no-repeat top left;
	height: 16px;
	border-bottom: 1px solid #D4D4D4;
	line-height: 16px;
}

.input_text {
	margin: 5px;
	padding: 3px 0 0 5px;
	color: #959595;
	background: url(../img/bg-input-text.jpg) repeat-x top left #fff;
	height: 18px !important;
	border: 2px solid #8A8A8A;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
}

.input_text:focus {
	color: #000;
}

.input_textarea {
	margin: 5px;
	padding: 5px 0 0 5px;
	color: #555;
	background: url(../img/bg-textarea.jpg) repeat-x top left #fff;
	height: 50px !important;
	width: 180px;
	border: 2px solid #8A8A8A;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
}

.input_textarea:focus {
	color: #000;
}

.add_comment {
	margin: 0;
	padding: 0;
	background: url(../img/btn_add_comment.jpg) no-repeat top left;
	width: 160px;
	height: 26px;
	line-height: 24px;
	padding-left: 23px;
	border: none;
}

/* pagina cosul meu */
#productPage table.continutCos {
	margin: 10px 10px 0 10px;
	display: block;
	width: 600px;
}

#productPage .continutCos th {
	border-right: 1px solid #fff;
	height: 30px !important;
	line-height: 30px !important;
	color: #000;
	text-transform: uppercase;
}

#productPage .continutCos td {
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ddd;
	border-top: none;
	border-right: none;
}

#productPage .continutCos td input.cantitate {
	width: 20px;
	height: 16px !important;
	line-height: 18px;
	border: 1px solid #999999;
	padding-left: 3px;
}

#productPage .continutCos td a {
	color: #FF6600;
	font-weight: bold;
}

#productPage .continutCos tr.odd {
	background: #FAF6E3;
}

#productPage .continutCos tr.even {
	background: #fff;
}

#productPage .continutCos_partial {
	background: url(../img/cos-partial.jpg) no-repeat top left;
	width: 600px;
	height: 40px;
	display: block;
	margin-left: 10px;
}

#productPage .continutCos_partial .pret_total {
	font-size: 16px;
	font-weight: bold;
	padding-right: 15px;
	padding-top: 9px;
	float: right;
}

#productPage .continutCos_bottom {
	background: url(../img/cos-bottom.jpg) no-repeat top left;
	width: 600px;
	height: 40px;
	display: block;
	margin-left: 10px;
}

#productPage .continutCos_bottom .pret_total {
	font-size: 16px;
	font-weight: bold;
	padding-right: 15px;
	padding-top: 9px;
	float: right;
}

#productPage .continutCos_bottom a.achita {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 10px 0 0;
	color: #000;
	float: right;
	text-decoration: none;
}

#productPage .btn {
	margin: 10px 5px 0 0;
	padding: 0 25px 0 0;
	width: 65px;
	height: 32px;
	color: #000;
	line-height: 32px;
	text-transform: uppercase;
	float: right;
	background: url(../img/btn_productbox.gif) no-repeat top left;
	text-align: right;
}

#productPage .btn_continua {
	margin: 10px 5px 0 0;
	padding: 0 25px 0 0 !important;
	width: 190px;
	height: 32px;
	color: #000;
	line-height: 32px;
	text-transform: uppercase;
	float: left;
	background: url(../img/btn_continua.gif) no-repeat top right;
	text-align: right;
}

#productPage .btn_aut_plata {
	margin: 10px 5px 0 0;
	padding: 0 25px 0 0 !important;
	width: 190px;
	height: 32px;
	color: #000;
	line-height: 32px;
	text-transform: uppercase;
	float: right;
	background: url(../img/btn_continua.gif) no-repeat top right;
	text-align: right;
}

#textPage {
	margin: 0;
	padding: 0;
	width: 620px;
	background: #fff;
	height: auto;
	display: block;
}

#textPage p {
	padding: 5px 10px;
	margin: 0;
}

.intertitle {
	margin: 0 10px 0 10px;
	padding: 3px 10px;
	border: 1px solid #EBBB3B;
	font-weight: bold;
	font-size: 16px;
	color: #898989;
	border-left: none;
	border-right: none;
	height: 20px;
	display: block;
}

#textPage a {
	color: #000;
	text-decoration: underline;
}

/* pagina de autentificare / creare cont */
#authPage {
	margin: 0;
	padding: 0 160px 0 0;
	width: 400px;
	background: #fff;
	height: auto;
	display: block;
	float: right;
}

#authPage p {
	padding: 5px 10px;
	margin: 0;
}

#authPage a {
	color: #000;
	text-decoration: underline;
}

ul#auth_box {
	list-style-type: none;
	margin: 0 auto !important;
	width: 400px;
	height: auto;
}

ul#auth_box p.auth_short {
	float: left;
	height: 30px;
	line-height: 30px;
	color: #666666;
	width: 200px;
	text-align: left;
	margin: 0;
	padding: 0;
}

ul#auth_box li {
	margin: 0;
	padding: 0;
	float: none;
}

ul#auth_box p.auth_long {
	float: left;
	line-height: 20px;
	color: #666666;
	width: 200px;
	text-align: left;
	margin: 0;
	padding: 0;
}

td.auth {
	float: left;
	line-height: 20px;
	color: #666666;
	width: 180px;
	text-align: right;
	margin: 0;
	padding: 0;
}

/*
input.auth_send {
	float: left;
	line-height: 30px;
	padding: 0 10px 0 0;
	margin-left: 1px;
	height: 32px;
	color: #666666;
	width: 90px;
	text-align: center;
	background: url(../img/btn_productbox.gif) no-repeat top left;
	border: none;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}
*/
input.auth_send {
	float: left;
	line-height: 30px;
	padding: 0 10px 0 0;
	margin-left: 10px;
	height: 32px;
	color: #666666;
	width: 90px;
	text-align: center;
	background: url(../img/btn_productbox.gif) no-repeat top left;
	border: none;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}

a.auth_send {
	float: left;
	line-height: 30px;
	padding: 0 7px 0 0 !important;
	margin-left: 5px;
	margin-top: 0px;
	height: 32px;
	color: #666666;
	width: 90px;
	text-align: center;
	background: url(../img/btn_productbox.gif) no-repeat top right;
	border: none;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none !important;
}

.input_text_auth {
	margin: 5px;
	padding: 3px 0 0 5px;
	color: #959595;
	background: url(../img/bg-input-text.jpg) repeat-x top left #fff;
	height: 18px !important;
	border: 2px solid #8A8A8A;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
}

.input_textarea_auth {
	margin: 5px;
	padding: 5px 0 0 5px;
	color: #555;
	background: url(../img/bg-textarea.jpg) repeat-x top left #fff;
	height: 50px !important;
	width: 180px;
	border: 2px solid #8A8A8A;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
}

.input_textarea_auth:focus {
	color: #000;
}

.auth_message {
	margin: 0;
	padding: 5px 0 0 10px;
	float: left;
	color: #FF3300;
}

.forgot_pass {
	margin: 0 10px 10px 10px;
	float: right;
}

.forgot_pass a {
	color: #FF6600;
}

.forgot_pass a:hover {
	color: #000;
}

#footer {
	margin: 0 auto;
	padding: 0;
	background: url(../img/footer-bg.jpg) repeat-x top left;
	height: 40px;
	width: 1000px;
}

#footer .left {
	margin: 0;
	padding: 0;
	float: left;
	background: url(../img/footer-left.jpg) no-repeat top left;
	width: 13px;
	height: 41px;
	display: block;
}

#footer .right {
	margin: 0;
	padding: 0;
	float: right;
	background: url(../img/footer-right.jpg) no-repeat top right;
	width: 13px;
	height: 41px;
	display: block;
}

#footer .copytext {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 40px;
	text-transform: uppercase;
	color: #898989;
}

#footer ul#footerMenu {
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
	list-style-type: none;
}

#footer ul#footerMenu li {
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #898989;
	line-height: 20px;
}

#footer ul#footerMenu li a {
	margin: 0;
	padding: 0 5px;
	color: #898989;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
}

#footer ul#footerMenu li a:hover {
	color: #000;
}

.cleaner {
	clear: both;
}

/* main player box */
.videoPlayer {
	width: 220px;
	height: 180px;
	overflow: hidden;
	border: 1px solid #EBBB3B;
	float: left;
}

#navlist {
	margin-left: 20px;
	padding-left: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navlist li {
	padding-left: 20px;
	background-image: url(/img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0;
}

#navlist li a {
	text-decoration: none;
}

#navlist li a:hover {
	color: #F0F0C3;
	text-decoration: none;
	background-color: #555555;
}

/*  new product prices style  */ /* psd = produs simplu disponibil */
#productPage .productPrices .with_boxbottom {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	width: 298px;
	height: 168px;
	display: block;
	background: url(../img/productPrices_boxbottom.jpg) no-repeat bottom
		left;
}

#productPage .productPrices a {
	color: #333;
}

#productPage .productPrices .boxname_psd {
	margin: 0;
	padding: 15px 0 0 0;
	color: #FF5A00;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#productPage .productPrices .pret_psd {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 15px 0 15px 0;
}

#productPage .productPrices .addtocart_psd {
	margin: 0 0 15px 70px;
	padding: 0 0 0 42px !important;
	float: left;
	width: 158px;
	height: 35px;
	display: block;
	_display: inline;
	color: #FFF;
	text-transform: uppercase;
	line-height: 37px;
	font-weight: bold;
	font-size: 13px;
	text-decoration:none;
	background: url(../img/cumpara_verde.jpg) no-repeat top left;
}

#productPage .productPrices .memolist_psd {
	font-size: 11px;
	color: #333;
	text-align: center;
	width: 288px;
	margin: 0;
	padding: 0 10px 0 0;
}

/*  psi = produs simplu indisponibil */
#productPage .indisponibil_psi {
	margin: 3px 0 0 80px;
	padding: 0;
	background: url(../img/icon-indisponibil.jpg) no-repeat top left;
	height: 26px;
	line-height: 26px;
	padding-left: 30px;
	color: #999999;
	font-weight: bold;
}

#productPage .productPrices .memolist_psi {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 298px;
	margin: 0;
	padding: 10px 0 0 0;
}

#productPage .productPrices .memolist_psi a {
	color: #ff5a00;
}

#productPage .productPrices .memolist_psi a:hover {
	color: #000;
}

/*  pmd = produs multi disponibil */
#productPage .productPrices .boxname_pmd,#productPage .productPrices .boxname_pmd h1
	{
	margin: 0;
	padding: 15px 0 0 10px;
	color: #FF5A00;
	font-size: 14px;
	font-weight: bold;
}

#productPage .productPrices .boxname_pmd .pret_pmd {
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0 10px 0 0;
	padding: 0 10px 0 10px;
	background: #fff;
	border: 1px solid #ddd;
	_display: inline;
}

#productPage .productPrices ul.pricelist_pmd {
	margin: 0;
	padding: 4px 4px 4px 7px;
	list-style-type: none;
}

#productPage .productPrices ul.pricelist_pmd li {
	border-bottom: 1px solid #ddd;
	line-height: 18px;
}

#productPage .productPrices ul.pricelist_pmd li:hover {
	color: #FF6600;
}

#productPage .productPrices ul.pricelist_pmd .pricelist_name {
	width: 140px !important;
	overflow: hidden;
	display: block;
	float: left;
}

#productPage .productPrices ul.pricelist_pmd a.pricelist_buy {
	background: url(../img/in_stock.gif) no-repeat center right;
	padding-right: 45px;
	color: #FF3300;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #ddd;
}

#productPage .productPrices ul.pricelist_pmd a.pricelist_buy:hover {
	color: #FF6600;
}

#productPage .sms_order_pmd {
	color: #999 !important;
	text-decoration: none;
	padding: 10px 10px 0 0;
	float: right;
	_display: inline;
}

/*  pmi = produs multi disponibil */
#productPage .productPrices ul.pricelist_pmd .pricelist_ind {
	background: url(../img/price-ind-icon.jpg) no-repeat center right;
	padding-right: 25px;
	border-right: 1px solid #ddd;
	display: inline;
	margin-left: 48px;
}