/* Mycloset Global CSS */

/* Main tags adjustements */
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

div.border { border-color: #aeaeae; }

html, body { height: 100%; } /*css fix for display 100% vertical height*/

.spacer { clear: both; height: 1px; }

input[type="text"], input[type="password"] {
	background: transparent url(../images/input-top.jpg) repeat scroll top left;
	border: 1px solid #aeaeae;
	color: #999999;
	vertical-align: baseline;
	text-align: left;
	width: 100%;
}

input[type="submit"] {margin-top: 5px;}
a, a:hover, a:visited {text-decoration: none;}
a {color: #3E3E3E;}
a:hover {color: #5e9e9e;}

.drawBorder { border: 1px inset black;}
.hmenu {clear:left;}

body {
	/*background: #9FD8E8 none repeat scroll 0 0;*/
	/*background: #F7F8F8 none repeat scroll 0 0;*/
	/*background: #C2C7CA url(../images/back1.gif) repeat scroll 0 0;*/
	/*background: #C2C7CA url(../images/02.gif) repeat 0 0;*/
	/*background: #5E9E9E;*/
	/*background: #9FD8E9; culoare de pe mycloset*/
	background: #cecece; 
	/*background: #ECECEC;*/
	/*background: white;*/
	height: 100%;
}

* html .container { height: 100%; }

.container, .leftContent, .rightContent, .mainContent {min-height: 100%; height: 100%;}

/* margins shadow */

#shadowContainer {
	width: 970px;
	background: transparent url(../images/shadow_3px_5.gif) repeat-y top left;
	margin: 0 auto;
	min-height: 100%;
	min-width: 970px;
	border: 0px solid black;
}

#header {
	position: relative; 
	background: #cecece;
}

#logo {float: left;}

#logo a {
	margin: 5px 0px 0px 5px;
	display: block;
	overflow: hidden;
	top: 0px;
	left: 0px;
	float: left;
	width: 200px;
	height: 60px;
}

/*#logo a h1 {top: 3px; left: 10px; text-indent: -9999px; display: hidden;}*/

#topLinksContainer {
	background: transparent url(../images/freshgenerator.png) no-repeat scroll top left;
	width: 525px;
	float: right;
	overflow: hidden;
	height: 26px;
}

#topLinksContainer ul {
	height: 26px;
	padding: 5px 0px 0px 0px;
	display: block;
	margin: 0 auto;
	border: 0px solid black;
}

#topLinksContainer ul li.first { border-left: medium none;}

#topLinksContainer ul li {
	border-color: #C5C5C5;
	border-style: none none none solid;
	border-width: 0px 0px 0px 1px; 
	float: left;
	font-weight: bold;
	line-height: 16px;
	display: inline ;
}

#topLinksContainer ul li span {
	margin: 0px 5px 0px 5px;
}

#topLinksContainer ul li.cartIcon {
	background: transparent url(../images/icons/shopping_cart.png) no-repeat center left;
	text-indent: 10px;
}

#topLinksContainer ul li a { 
	 margin: 0px 5px 0px 5px;
	 display: inline-block;
}

#topLinksContainer ul li a.action {
	 margin: 0px 5px 0px 0px;
	 display: inline-block;
	 font-size: 0.9em;
}

#searchFormContainer {
	float: right;
}

#searchFormContainer form {
	display: inline;
	float: right;
	margin-bottom: 5px;
}

#searchFormContainer form input#mainSearchInput {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	width: 460px;
	border: 1px solid #aeaeae;
	font-size: 1.4em;
	color: #999999;
	text-align: left;
	text-indent: 5px;
	background: white url(../images/business_icon-search.png) no-repeat scroll 99% 50%;
}

#searchFormContainer form input.button {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #aEaEaE;
	color: #3e3e3e;
	height: 23px;
}

#mainMenuContainer {width: 950px;}

#mainNav {
	float: left;  
	width: 100%;
	display: block;
	height: 28px;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	overflow: hidden;
}


#mainNav ul {
	background: transparent url(../images/menu_bkg.jpg) repeat-x scroll 0 0; 
	height: 28px;
	position: relative;
}

#mainNav ul li {
	float: left; 
	cursor: pointer;
	display: block;
	text-align: center;  
}

#mainNav ul li a, #mainNav ul li span {
	text-transform: capitalize;
	border-left: 1px solid #CECECE;
	/*color: #4B4B54;*/
	color: #3E3E3E;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	position: relative;
	width: 100%;
}

#mainNav ul li a:hover, #mainNav ul li span, #mainNav a.home { 
	color: #FFFFFF;
	background: transparent url(../images/menu_bkg.jpg) repeat-x scroll 0 -29px;
}

#mainNav ul li#femei a, #mainNav ul li.first a {border-left: 0 none;}

#mainNav ul li#femei {width: 90px;}
#mainNav ul li#femei a:hover, #mainNav ul li#femei.selected {
	color: #FFFFFF;
	background: transparent url(../images/menu_bkg.jpg) repeat-x scroll 0 -29px;
}

#mainNav ul li#barbati {width: 90px;}
#mainNav ul li#barbati a:hover, #mainNav ul li#barbati.selected {
	color: #FFFFFF;
	background: transparent url(../images/menu_bkg.jpg) repeat-x scroll 0 -58px;
}

#mainNav ul li#recomanda-mycloset {width: 150px;}
#mainNav ul li#recomanda-mycloset a:hover, #mainNav ul li#copii.selected {
	color: #FFFFFF;
	background: transparent url(../images/menu_bkg.jpg) repeat-x scroll 0 -116px;
}

#mainNav ul li#noutati {width: 90px;}
#mainNav ul li#noutati a:hover, #mainNav ul li#noutati.selected {
	color: #FFFFFF;
	background: transparent url(../images/menu_bkg.jpg) repeat-x scroll 0 -232px;
}

#mainNav ul li#vintage {width: 90px;}
#mainNav ul li#vintage a:hover, #mainNav ul li#vintage.selected {
	color: #FFFFFF;
	background: transparent url(../images/menu_bkg.jpg) repeat-x scroll 0 -145px;
}

#mainNav ul li#articole-moda {width: 140px;}
#mainNav ul li#articole-moda a:hover, #mainNav ul li#articole-moda.selected {
	color: #FFFFFF;
	background: transparent url(../images/menu_bkg.jpg) repeat-x scroll 0 -174px;
}

#mainNav ul li#editii-speciale {width: 110px;}
#mainNav ul li#editii-speciale a:hover, #mainNav ul li#editii-speciale.selected {
	color: #FFFFFF;
	background: transparent url(../images/menu_bkg.jpg) repeat-x scroll 0 -203px;
}

#mainNav ul li#kilipiruri {width: 90px;}
#mainNav ul li#kilipiruri a, #mainNav ul li#kilipiruri a:hover, #mainNav ul li#kilipiruri.selected {
	color: #FFFFFF;
	font-size: 1.2em;
	background: transparent url(../images/menu_bkg.jpg) repeat-x scroll 0 -87px;
}

#mainNav ul li#contact {width: 90px;}
#mainNav ul li#contact a:hover, #mainNav ul li#contact.selected {
	color: #FFFFFF;
	background: transparent url(../images/menu_bkg.jpg) repeat-x scroll 0 -261px;
}

#footer { border-top: 3px solid #aeaeae; margin-top: 5px; height: 100px;}

#leftContent {background: #cecece;}

#rightContent { background: #cecece; margin: 0px 0px 0px 0px;}

/*PRODUCTS ANS SEARCH DISPLAY*/
ul {
	list-style: disc;
}
#sale {
	background: transparent url(../images/wtm_redus_60px.gif) no-repeat scroll top left;
	position: relative;
	top: 2px;
	left: 2px;
	height: 44px;
	width: 60px;
	z-index: 10;
	text-indent: -9999px;
}

#product-new {
	background: transparent url(../images/wtm_new_60px.gif) no-repeat scroll top left;
	position: relative;
	top: 2px;
	left: 2px;
	height: 44px;
	width: 60px;
	z-index: 10;
	text-indent: -9999px;
}

.forSale { position: relative;  top: -44px;}

#productDetailsContainer {
}

.productContainer {
	margin: 5px 5px 5px 5px;
	float: left;
	height: 200px !important;
	width: 140px !important;
	overflow: hidden;
	text-align: center;
	background: transparent url(../images/productContainer.gif) no-repeat scroll top left;
}

.productContainer #productDetailsContainer a { text-decoration: none; color: #5e9e9e;}
.productContainer #productDetailsContainer a:hover { text-decoration: underline; color: #5e9e9e;}

.productContainer img {
	display: inline-block;
	margin: 5px 0px 5px 0px;
	width: 136px;
}

.productContainer .productBrand {
	height: 20px;
	color: #5E9E9E; 
	display: block;
	font-size: 1.2em;
	overflow: hidden;   
	font-weight: bold;	
}

.productContainer .productName {
	display: block;
	overflow: hidden;
	color: #5E9E9E;
	height: 30px;
	font-size: 0.9em;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
}

.productContainer .productPrice {
	display: block;
	color: #3E3E3E;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.productContainer .productPriceMsrp {
	line-height: 5px;
	display: block;
	width: 100%;
	color: #990000;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	/*text-decoration: line-through;*/
}

.productContainer .productPrice .productTax {
	font-size: 0.6em;
	font-weight: lighter;
}

#brandSlideContainer { width: 550px;}

#brandSlideContainer .brandSlide
{
	width: 570px;
	background-color: #DFDFDF;
	border: 4px solid #c5c5c5;
	position: relative;
	display: block;
	height: 131px;
	overflow: hidden;
	margin-bottom: 5px;
}

#brandSlideContainer .brandSlide ul { float: left;}

#brandSlideContainer .brandSlide ul li.first { margin-left: 3px;}

#brandSlideContainer .brandSlide ul li {
	float: left; 
	cursor: pointer;
	display: block;
	margin: 5px 5px 5px 4px;
}

#brandSlideContainer .brandSlide ul li a { display: inline-block;}

#brandSlideContainer .brandSlide ul li a:hover { border: 1px solid #aeaeae;}

.sideBox {
	background:transparent url(../images/boxTop.gif) no-repeat scroll left top;
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
	width: 190px;
}

.sideBoxBottom {
	background: transparent url(../images/boxBottom.gif) no-repeat scroll left bottom;
	overflow: hidden;
	padding-bottom: 13px;
	position: relative;
	width: 190px;
}

.sideBoxContent {
	background:transparent url(../images/boxCenter.gif) repeat-y scroll left top;
	margin-top:13px;
	padding:0 13px;
	width: auto;
	height: auto !important;
}

.sideBoxContent h2 {
	background: transparent url(../images/boxHeader.gif) no-repeat scroll center top;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	height: 18px;
	line-height:18px;
	margin-bottom:7px;
	padding-left:8px;
}


.sideBoxContent .boxList {
	height: 250px !important;
	min-height: 250px;
	overflow: auto;
	width: 164px;
}

.sideBoxContent .boxList ul {
	margin:0 5px;
	padding:0;
	width: auto;
}

.sideBoxContent .boxList ul li {
	line-height: 18px;
	height: 18px;
}

.sideBoxContent .boxList ul li.selected {
	background: #EEEEEE;   
	color: #5e9e9e;
}

.sideBoxContent .boxList ul li a {
	display: block;
	font-size: 0.9em;
	text-transform: capitalize;
	font-weight: bold;
}

.sideBoxContent .boxList ul li a:hover { background: #EEEEEE; color: #5e9e9e;}

.sideBoxContent .sizeBox {
	height: 250px !important;
	min-height: 250px;
	overflow: auto;
	width: 164px;
}

.sideBoxContent .sizeBox ul {
	 width: 100%;
}

.sideBoxContent .sizeBox ul li {
	 display: inline;
	 text-align: center;
}

.sideBoxContent .sizeBox ul li a {  
	 float: left;
	 display: block;
	 border: 1px solid #aeaeae;
	 width: 30px;
	 margin: 2px;
	 padding: 2px;
}


.sideBoxContent .ajutorList {width: auto;}
.sideBoxContent .ajutorList li { line-height: 18px; height: 18px;}
.sideBoxContent .ajutorList li.selected { background: #EEEEEE; color: #5e9e9e; }
.sideBoxContent .ajutorList li.ajutorCategorie { font-size: 1.1em; font-weight: bold;}
.sideBoxContent .ajutorList li a { display: block; font-weight: bold; padding-left: 10px; font-size: 1em; color: #777777;}
.sideBoxContent .ajutorList li a:hover { color: #5E9E9E; background: #EEEEEE;}

.firstArticle { margin-top: 13px; }
.level1 a { font-size: 1.1em; }
.level2 a { padding-left: 10px; font-weight: bold; font-size: 1em; color: #777777;}
.level2 a:hover { color: #5e9e9e; }

.level3 a { padding-left: 20px; font-weight: bold; font-size: 0.9em; color: #777777;}
.level3 a:hover { color: #5e9e9e; }

#subHeader { padding: 2px 0px 2px 0px; height: 20px; float: left;}

#subHeader #breadCrumbs .breadCrumbSeparator { font-size: 1.25em; line-height: 1.25em; font-weight: bold; vertical-align: middle;}

#subHeader #breadCrumbs a {font-weight: bold;}

#subHeader #breadCrumbs a:hover {color: #5E9E9E;}

#subHeader #breadCrumbs .currentBreadCrumb {color: #5e5e5e; font-weight: bold; font-size: 0.9em}

#title h1 {
	color: #494949;
	margin-bottom: 2px;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0px 10px 0px;
}

#featuredCategoryContainer #featuredCategory { margin-bottom: 10px;}

#featuredCategoryContainer #featuredCategory .left { float: left;}

#featuredCategoryContainer #featuredCategory .right { float: right;}

#s3slider { 
	 width: 136px; /* important to be same as image width */ 
	 height: 102px; /* important to be same as image height */
	 position: relative; /* important */
	 overflow: hidden; /* important */
	 margin: 0 auto;
}

#s3sliderContent {
	 width: 136px; /* important to be same as image width or wider */
	 position: absolute; /* important */
	 top: 0; /* important */
	 margin-left: 0; /* important */
}

.s3sliderImage {
	 float: left; /* important */
	 position: relative; /* important */
	 display: none; /* important */
}

.s3sliderImage span {
	 position: absolute; /* important */
	 left: 0;
	 font-weight: bold;
	 font: 0.9em Verdana,"Trebuchet MS",sans-serif;
	 padding: 5px 5px;
	 width: 136px;
	 background-color: #000;
	 filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	 -moz-opacity: 0.7; /* here you can set the opacity of box with text */
	 -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	 opacity: 0.7; /* here you can set the opacity of box with text */
	 color: #fff;
	 display: none; /* important */
	 top: 0;

	 /*
			 if you put
			 top: 0; -> the box with text will be shown at the top of the image 
			 if you put
			 bottom: 0; -> the box with text will be shown at the bottom of the image
	 */
}

#resultsContainer {
	/*background: transparent url(../images/containerMain.gif) repeat-y scroll top left;*/
}

#topResultsContainer {
	/*background: transparent url(../images/containerTop.gif) no-repeat scroll 0 0;*/
	background: #F0EFED none repeat scroll 0 0;
	border: 2px solid #c5c5c5;
	text-align: center;
	height: 40px;
}

#bottomResultsContainer {
	/*background: transparent url(../images/containerBottom.gif) no-repeat scroll 0 0;*/
	margin-top: 5px;
	background: #F0EFED none repeat scroll 0 0;
	border: 2px solid #c5c5c5;
	text-align: center;
	height: 40px;
}

#sortContainer select {margin: 0; padding: 0;}

#sortContainer {float: left; margin-top: 5px; margin-left: 5px;}

#pagination {margin: 5px 5px 0px 0px; float: right; text-align: right; font-size: .9em;}

#pagination a.paginate {border: 1px solid #999999; padding: 0px 6px 0px 6px;}

#pagination a.paginate:hover {background-color: #5e9e9e; border: 1px solid #000080; color: #FFFFFF;}

#pagination span.current {border: 1px solid #000080; font-weight: bold; padding: 0px 6px 0px 6px; background-color: #5e9e9e; color: #FFFFFF; cursor: default;}

#pagination span.inactive {cursor: default; border: 1px solid #999; padding: 0px 6px 0px 6px; color: #999;}


#articlePanel {margin-top:13px;position:relative;width:190px;height:200px;overflow:hidden;}
#articlePanel ul {display:block;height:10000px;width:190px;}
#articlePanel ul li {float:left;}
#articlePanel ul li a {display:block;overflow:hidden;width:190px;height:50px;}
#articlePanel ul li a .titlu {margin-top:5px;float:left;padding-left:13px;font-weight:bold;color:#3E3E3E;width:130px;height:40px;}
#articlePanel ul li a .descriere {float:left;margin-top:2px;padding-left:13px;font-weight:normal;color:#3E3E3E;font-size:0.8em;width:110px;}

#titluArticol {font-size:2em;font-weight:bold;color:#3E3E3E;line-height:60px;border-bottom: 2px solid #eeeeee;}
#continutArticol {font-size:1.1em;line-height:18px;padding-top:10px;}


#footerLinksContainer {}

#footerLinksContainer ul {padding-left:85px;height:20px;margin: 5px 5px 5px 0px;float:left;}
#footerLinksContainer ul li.first {border-left: medium none;}
#footerLinksContainer ul li {border-color:#999999;border-style:none none none solid;border-width: 0px 0px 0px 1px;float:left;font-weight:bold;line-height:0.9em;display:inline;padding:0;}
#footerLinksContainer ul li a {margin: 0px 5px 0px 5px;color:#3E3E3E;text-decoration:none;font-size:1em;display:inline-block;}
#footerLinksContainer ul li a:hover {color:#5E9E9E;}

#footerAffiliatesContainer .affiliates{color:#5d5d5d;text-align:center;font-weight:bold;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:.75em;}

#footerDetaliiFirma {text-align: center;}

#tabelRecomanda tr td {text-align:left;border-bottom: 2px solid #aeaeae;} 
#tabelRecomanda tr td textarea {overflow: hidden;height: 60px;}

#prodBrief { 
	padding: 0;
	margin-top: 15px;
}

#prodBrief .details h2 {color: #a8492f;font-size:1.1em;font-weight:bold;text-align:left;margin-bottom:5px;}
#prodBrief .details a {font-size: 1.3em;}
#prodBrief p.prodPrice {color: #5e9e9e; font-size: 1.3em;}

#prodBrief #facebookLike {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#prodBrief #facebookLike iframe {
	margin: 0 auto;
	margin-left: 0px;
}

#pictureContainer .picture {display: block; margin: 0 auto; text-align: center;}
#pictureContainer .picture img {position: relative; margin: 0 auto; border: 2px solid #AEAEAE;}
#pictureContainer .picture {display: block; margin-bottom: 20px; z-index: 10;}
#pictureContainer .picture .zoom-strip {position: relative; display: block;color: #000;margin: 0 auto;width: 240px; line-height: 20px;height: 20px;top: 5px;text-indent: -15px;filter: alpha(opacity=50);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);-moz-opacity: 0.80;opacity:0.80;background: #F0EFED url(../images/icons/icon_zoom_right.gif) no-repeat scroll 97%;}

#prodDetails .prodDropdownLabel {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

#prodDropdowns h2 {
	font-size: 1.3em;
	border-bottom: 1px solid #aeaeae;
}

#prodDropdowns select {
	margin: 0px 0px 0px 0px;
}

#prodDropdowns #prodDropdownColor #colorSelect {
	width: 100%;
	font-size: 1.2em;
}

#prodDropdowns #prodDropdownSize #sizeSelect {
	width: 100%;
	font-size: 1.2em;
}

#prodDropdowns {
	padding: 10px 15px 3px;
	background: #F0EFED;
}

#product-description {
	margin-top: 50px;
	padding: 10px 15px 3px;
	background: #F0EFED;
}

#product-description ul {
	margin-left: 15px;
	list-style: disc;
}

#product-description h2 {
	font-size: 1.3em;
	border-bottom: 1px solid #aeaeae;
}

a.cartButton {
	background: transparent url(../images/cart.gif) no-repeat scroll center center;
	cursor: pointer;
	display: block;
	width: 201px;
	height: 41px;
	line-height: 41px;
	margin-top: 5px;
	text-align: center;
	float: right;
	font-size: 1.4em;
	font-weight: bold;
	color: #DFDFDF;
}

a.cartButton:hover {
	background: transparent url(../images/cartOn.gif) no-repeat scroll center center;
	color: #FFFFFF;
}

a.button {
	color: #FFFFFF;
	background: transparent url(../images/menu_bkg.jpg) repeat-x scroll 0 -29px;
	height: 28px;
	line-height: 28px;
	display: block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	float: right;
}

a.orange {
	background: transparent url(../images/menu_bkg.jpg) repeat-x scroll 0 -116px;
}

a.red {
	background: transparent url(../images/menu_bkg.jpg) repeat-x scroll 0 -87px;
}

a.button:hover {
	background: transparent url(../images/menu_bkg.jpg) repeat-x scroll 0 -58px;
}

#helpContainer {
	padding: 10px 15px 3px;
	background: #F0EFED;
	border: 2px solid #aeaeae;
}

#helpContainer h1 {
	font-size: 1.5em;
	border-bottom: 1px solid #aeaeae;
	padding-bottom: 5px;
}

#artListContainer .artContainer .titlu {
	font-size: 1.5em;
	background-color: #F0EFED;
	display: block;
	text-indent: 10px;
	margin-bottom: 0px;
}

#helpContainer #helpBody ul {
	margin-left: 15px;
}

#helpContainer #helpBody ul li {
	list-style: outside;
	margin-bottom: 5px;
}

#helpContainer #helpBody blockquote {
	text-align: justify;
	margin-left: 0px;
}

#cartTblContainer {
	font-size: 11px;
	width: 100%;
}

#cartTbl table {
	width: 100%;
	border-collapse: collapse;
	border: 0 none;
	margin: 4px 0 0;
	padding: 0;
}

#cartTbl .cartHead {
	background-color: #F0EFED;
}

#cartTbl tr.cartHead td {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	color: black;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0px 0px 0px 5px;
	text-align: left;
}

#cartTbl tr.cartFoot td {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	color: black;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0px 0px 0px 5px;
	text-align: left;
	background-color: #F0EFED;
}

#cartTbl tr {
	background-color: white;
}

#cartTbl tr td {
	vertical-align: top;
	padding: 3px;
	margin: 0px;
	/*border-left: 1px solid white;
	border-right: 1px solid white;*/
	border-bottom: 1px solid #cccccc;
}

#cartTbl tr td a {
	text-decoration: underline;
}

#cartTbl tr td.details {
	
}

#cartTbl tr td.pret_unitar {
	font-weight: bold;
}

#cartTbl tr td img {
	border: 1px solid #cccccc;
}

#menuMyAccount {
	color: #111;
	width: 707px;
	display: block;
	border: 0px solid #222;
}

#menuMyAccount li {
	list-style: none; 
	float: left;
}

#menuMyAccount ul a {
	display: block;
	padding: 6px 10px;
	text-decoration: none! important;
	margin: 1px 1px 1px 0px;
	font: 10px Verdana;
	color: #FFF;
	background: #444;
}

#menuMyAccount ul a:hover {
	color: #3E3E3E;
	background-color: snow;
}

#menuMyAccount ul a.selected {
	margin-bottom: 0px;
	color: #000;
	background: snow;
	border-bottom: 1px solid snow;
	/*cursor: default;*/
}


#mainPanel {
	margin: 0px;
	padding: 10px 10px 8px 10px;
	background: snow;
	font: 10pt Georgia;
	-x-system-font: none;
	background: snow none repeat scroll 0 0;
	font-family: Georgia;
	font-size: 10pt;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

.error {
	/*background: #FBE3E4 url(../images/icons/icon_error_32px.png) no-repeat scroll right top;*/
}

#finalizareContainer { width: 97%; background-color: snow; padding: 10px;}

#adresaDeLivrare { width: 100%; float: left;}

#adresaDeLivrare h1 { font-size: 18px; font-weight: bold; margin-bottom: 8px;}

#adresaDeLivrare fieldset { padding: 2px;}

#adresaDeFacturare { width: 100%; float: left;}

#adresaDeFacturare fieldset { padding: 2px;}

#descriereaComenzii { width: 100%; float: left;}

#descriereaComenzii fieldset { padding: 2px;}

#observatii { width: 100%; float: left;}

#observatii fieldset { padding: 2px;}

#selectAdrese {
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#finalizareComments {
	width: 100%;
}

#selectAdrese input {
	padding: 10px;
}

#miniCart table tr th{
	padding: 3px;
	background-color: #eeeeee;
}

#miniCart table tr td.qty {
	text-align: center;
}

#miniCart table tr td {
	border-bottom:1px solid #eeeeee;
}

#last-viewed-products-container {
	margin-top: 10px;
	width: 940px;
	background-color: white;
	padding: 5px 5px 5px;
}

#last-viewed-products-container h2 {
	border-bottom: 1px solid #AEAEAE;
	font-size: 1.3em;
}

#last-viewed-products-container .last-viewed-product {
	display:block;
	width: 100px;
	height: 135px;
	text-align: center;
	float: left;
	margin: 0px 13px 0px 0px;
	border: 2px solid #AEAEAE;
}

#last-viewed-products-container .last-viewed-product-brand {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

#last-viewed-products-container .last-viewed-product-name {
	display: block;
	width: 100%;
	height: 15px;
	text-align: center;
	font-size: 0.8em;
	overflow: hidden;
	vertical-align: middle;
}

#last-viewed-products-container .last-viewed-product-price {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	color: red;
}

dl dt {
	float: left; 
	clear: left; 
	font-weight: bold; 
	/*line-height: 1.6em; */
	width: 120px;
}

.product-heading {
	background-color: #F0EFED;
	font-size: 1.4em;
	font-weight: normal;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	float: left;
	width: 75%;
}

.product-heading a {
	color: #B50938;
}

.product-heading a:hover {
	text-decoration: underline;
	color: #B50938;
}

#product-price {
	background-color: #F0EFED;
	font-size: 1.2em;
	padding: 1px;
	margin-top: 10px;
	float: left;
	text-align: center;
	width: 160px;
}

#product-price #product-price-msrp {
	background-color: #F0EFED;
	display: block;
	color: #990000;
	font-size: 0.6em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#centerHeader #relatiiCuClientii {
	font: bold 27px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-align: center;
}

#centerHeader #relatiiCuClientii .telefon {
	float: left;
	color: #494949;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}

#centerHeader #relatiiCuClientii .program {
	float: left;
	font-size: 12px;
	color: #494949;
	position: relative;
	top: -5px;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}

#centerHeader #relatiiCuClientii .tarif {
	float: left;
	font-size: 10px;
	color: #494949;
	position: relative;
	top: -7px;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}

/* Mycloset_forms.css */
#theform {
	background-color: #F0EFED;/*#4F4F00;*/
	width: 46em;
	float: right;
	}
#theform fieldset {
	height: 20em;
	width: 14.3em;
	border: 0;
	margin: 0;
	padding: 0.5em;
	float: left;
	}
#theform fieldset legend {
	font-size: 4em;
	/*font-family: Arial, "Times New Roman", Times, serif;*/
	color: #3e3e3e;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	height: 2em;
	font-size: 1em;
	}
#theform fieldset div.help {
	color: #aeaeae;
	font-size: 0.75em;
	font-weight: bold;
	height: 5em;
	}
#theform fieldset label {
	font-size: 0.9em;
	display: block;
	line-height: 1.75em;
	}
#theform fieldset input {
	font-size: 0.8em;
	height: 1.75em;
	padding: 0;
	}
	
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #FFCC33;
	}
#theform fieldset strong.error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	}

/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 45em;
	height: 3em;
	border: 10px solid #AEAEAE;
	border-width: 10px 0;
	padding: 0.5em;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	text-align: justify;
	width: 26em;
	float: left;
	font-size: 0.8em;
	}
#theform #pt4 input {
	height: 3em;
	padding: 0;
	font-size: 1em;
	width: 18em;
	color: #666666; 
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;  
	float: right;
	}

#copyright {
	clear: both;
	padding: 0.5em;
	font-size: 0.8em;
	color: #9F9F00;
	font-style: italic;
	text-align: justify;
	}

#formContainer {
	margin:0 auto;
	float: left;
	margin-bottom: 10px;
}

	/* ----------- My Form ----------- */
	.basic_form {
		 width:340px;
		 padding:10px;
		 margin:0px 5px 0px 5px;
		 font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
		 font-size: 10px;
		 border: solid 2px #AEAEAE;
		 background-color: #F0EFED;
	}
	
	#login_form {
		width: 350px;
	}
	
	#register_form {
		 width: 720px;
		 vertical-align: top;
		 display: block;
	}
	
	#register_form fieldset {
		float: left;
		width: 320px;
		margin: 0px 5px 0px 5px;
	}
	
	#register_form fieldset legend {
		border: 1px solid #aeaeae;
		padding: 3px;
	}
	
	/* ----------- basic_form ----------- */
	.basic_form h1 { font-size: 18px; font-weight: bold; margin-bottom: 8px;}
	.basic_form p { 
		 font-size: 11px; 
		 color: #666666; 
		 margin-bottom: 20px; 
		 border-bottom: 1px solid #aeaeae; 
		 padding-bottom: 10px;
	}
	.basic_form label {
		 font-size: 12px;
		 padding: 0; 
		 margin: 0px 10px 20px 0px; 
		 display:block; 
		 font-weight:bold; 
		 text-align:right; 
		 width:135px; 
		 float:left;
		 line-height: 14px;
		 vertical-align: baseline;                                  
	}
	.basic_form .small { 
		 padding: 0; 
		 margin: 0; 
		 color:#666666; 
		 display:block; 
		 font-size:11px; 
		 font-weight:normal; 
		 text-align:right; 
		 width:135px;
		 line-height:11px;
		 white-space: nowrap;
	}
	.basic_form input[type="text"], .basic_form input[type="password"] { 
		 float: right; 
		 width: 190px; 
		 margin: 2px 0 0px 0px; 
		 font-size: 14px; 
		 height: 20px;
		 color: #3e3e3e;
	}
	
	.basic_form input[type="text"].error, .basic_form input[type="password"].error {
		 border: 1px solid red;
		 padding: 0; 
	}
	
	.basic_form button { clear: both; margin-left:145px; background:#888888; color:#FFFFFF; border:solid 1px #666666; font-size:11px; font-weight:bold; padding:4px 6px;}
	.basic_form #confirm { padding: 0; 
		 margin: 0px 0px 5px 0px; 
		 color: #666666;
		 font-size: 11px; 
		 font-weight: normal; 
		 line-height: 11px;
		 float: left;
		 vertical-align: middle;
		 width: 210px;
	}
	.basic_form input[type="checkbox"] { 
		 margin: 0px 10px 0px 0px; 
		 padding: 0; 
		 vertical-align: middle; 
		 height: 11px;
		 display: block;
		 float: left;
	}
	.basic_form label.error {
		 background:url("../images/icons/icon_cross.gif") no-repeat 0% 50%;
		 text-indent: 18px;
		 font-size: 0.75em;
		 font-weight: bold;
		 height: 20px;
		 line-height: 20px;
		 margin: 0;
		 padding: 0;
		 text-align: left;
		 width: 190px;
		 color: #EA5200;
		 border: 0px solid red;
		 vertical-align: middle;
		 float: right;
	}
	
	.basic_form label.checked {
		 background:url("../images/icons/icon_tick.gif") no-repeat 0% 50%;
		 text-indent: 18px;
		 font-size: 0.75em;
		 font-weight: bold;
		 height: 20px;
		 line-height: 20px;
		 margin: 0;
		 padding: 0;
		 text-align: left;
		 width: 190px;
		 color: #3C823C;
		 border: 0px solid red;
		 vertical-align: middle;
		 float: right;
	}
	
	.basic_form fieldset label {margin: 0px 5px 20px 0px;}
	.basic_form fieldset label, .basic_form fieldset label .small {
		 width: 110px;
	}
	
	.basic_form #sexContainer {
		float: left;
		vertical-align: top;
		line-height: 20px;
		height: 20px;
		font-size: 1.1em;
		font-weight: bold;	
	}
	
	.basic_form fieldset {
		float: left;
	}
	
	
	.basic_form #message {
		width: 190px;
		height: 20px;
		line-height: 20px;
		text-align: left;
		padding: 0;
		margin: 0;
		float: right;
		vertical-align: middle;
	}
	
	.accountForm {
		 text-decoration: none! important;
		 margin: 0;
		 padding: 0;
		 font: 10px Verdana;
		 width: 100%;
		 background-color: snow;
	}
	
	.userData {
		float: left;
		display: block;
		width: 49%;
	}
	
	.accountForm label {
		width: 42%;
		display: block;
		margin: 0;
		padding: 0;
		margin: 3px 5px 3px 0px;
		font-size: 1em;
		font-weight: bold;
		float: left;
		text-align: right;
		height: 16px;
		line-height: 16px;
	}
	
	.accountForm input[type='text'], .accountForm input[type='password'] {
		display: block;
		width: 55%;
		float: left;
		padding: 0;
		margin: 3px 0px 3px 0px;
		font-size: 1.2em;
		line-height: 16px;
		height: 16px;
	}
	
	.accountForm legend {
		border: 1px solid #aeaeae;
		padding: 3px;
	}
	
	.acountForm fieldset {
		margin: 0;
		padding: 0;
	}
	
	.accountForm textarea {
		width: 55%;
		height: 100px;
		float: left;
		margin: 0;
		padding: 0;
	}
	
	.accountForm select {
		width: 55%;
		float: left;
		margin-right: 10px;
	}
	
	.accountForm input.button { 
		clear: both; 
		float: right;
		margin-right: 4px;
		background:#111; 
		color:#FFFFFF; 
		border:solid 1px #666666; 
		font-size: 10px; 
		font-weight: bold; 
		padding:2px 4px;
	}
	
	#address {
		width: 100%;
	}
	
	#address fieldset {
		margin: 0;
		/*padding: 5px;*/
	}
	
	#address input {
		display: block;
		vertical-align: middle;
		float: left;
		padding: 0;
		margin: 3px 0px 3px 0px;
		margin-left: 10px;
		font-size: 1.2em;
		line-height: 21px;
		height: 21px;
	}
	
	#address select[name="tip_adresa"] {
		width: 150px;
		float: left;
	}
	
	#address input[name="description"] {
		margin-left: 0px;
	}
	
	#address input[name="strada"] {
		width: 200px;
		margin-left: 0px;
	}
	
	#address input[name="strada_nr"] {
		width: 25px;
	}
	
	#address input[name="bloc"] {
		width: 50px;
	}
	
	#address input[name="scara"] {
		width: 40px;
	}
	
	#address input[name="apartament"] {
		width: 70px;
	}
	
	#address input[name="etaj"] {
		width: 40px;
	}
	
	#address input[name="sector"] {
		width: 50px;
	}
	
	#address input[name="localitatea"] {
		width: 150px;
		margin-left: 0px;
	}
	
	#address input[name="judetul"] {
		width: 150px;
	}
	
	#address_utils input[name="tip_cladire"] {
		width: 45%;
	}
	
	#address_utils input[name="cod_postal"] {
		width: 50%;
		margin-left: 15px;
	}
	
	#address_utils textarea[name="punct_de_reper"] {
		width: 45%;
		margin-bottom: 0px;
	}
	
	#address_utils textarea[name="comentarii"] {
		width: 50%;
		margin-left: 15px;
		margin-bottom: 0px;
	}
	
	#address_details {
		float: left;
		width: 45%;
		margin-right: 10px;
	}
	
	#address_utils {
		float: left;
		width: 100%;
	}

#promotii td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 0;
}
#promotii td a {
	margin: 0;
	padding: 0;
}
#promotii td a img {
	border: 0;
	margin: 0;
	padding: 0;
}
#promotii tr {
	margin: 0;
	padding: 0;
}
	