/* CSS Document */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> PRINT STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

* { margin:0; padding:0; }

body {
	font-size:69%;
	font-family:"Trebuchet MS",Arial,Sans-serif;
	text-align:left;
	color:#000;
	background:#fff url("ninfashion-logo.jpg"/*tpa=http://www.ninfashion.ro/templates/nin/img/ninfashion-logo.jpg*/) no-repeat;
}

img { border:none; }


h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS",Arial,Sans-serif;
	text-align:left;	
}

h1 {
	font-size:2.2em;
	font-weight:normal;
	padding-left:5px;
	text-transform:uppercase;
}


h2 {
	font-size:1.4em;
	text-transform:uppercase;
}

h2 a {
	color:#DF1079;
	background-color:transparent;
	text-decoration:none;
}

h2 a:hover {
	color:#fff;
	background-color:#DF1079;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
}


h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:5px;
}

h5 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:5px;
}

h6 {
	text-align:center;
	font-size:1em;
	font-weight:bold;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> GENERAL LAYOUT <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#page {
	width:920px;
	text-align:left;
	margin:0 auto;
	padding:0;
	padding-right:0;
}


/* >>>>>>>>>> HEADER <<<<<<<<<< */

#header {
	height:120px;
	padding-right:20px;
	}
	#header-logo {
		display:none;
	}
	
	#header-nav {
		display:none;
		}
		
		#header-login {
			display:none;
		}
	

		#globalnav {
			display:none;
			
		}
		


/* >>>>>>>>>> SIDEBAR <<<<<<<<<< */

#sidebar {
	display:none;
	}
	

/* >>>>>>>>>> CONTENT <<<<<<<<<< */

#content {
	width:920px;
	}
	
	#content-corners {
		width:720px;
		color:#000;
		background-color:#fff;
		float:left;
	}
	
	#content-main {
		padding:10px;
		min-height:400px;
 		height:auto !important;
  		height:400px;
		}
	
		.content-colLeft {
			width:340px;
			margin-top:10px;
			float:left;
		}
	
		.content-colRight {
			width:340px;
			margin-top:10px;
			float:right;
		}
			
		#content-head {
			width:700px;
			height:30px;
			margin-bottom:20px;
			border-bottom:1px solid #eee;
		}
		
		#breadcrumps {
			display:none;
		}

		#breadcrumps a {
			color:#999;
			background-color:#fff;
			text-decoration:none;
		}

		#breadcrumps a:hover {
			color:#DF1079;
			background-color:#fff;
		}
		
		#cart {
			display:none;
		}

		#cart a {
			color:#000;
			background-color:#fff;
			text-decoration:none;
		}

		#cart a:hover {
			color:#DF1079;
			background-color:#fff;
		}

/* >>>>>>>>>> FOOTER <<<<<<<<<< */

#footer {
	display:none;
}

#footer a {
	color:#fff;
	background-color:transparent;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	background-color:#DF1079;
}

#footer ul li {
	display:inline;
}

#footer ul li.spacer {
	margin-left:2px;
	margin-right:2px;
	text-align:center;
}

#footer ul.copyright {
	margin-top:5px;
	text-transform:none;
}

#footer ul li.toTop {
	padding-left:340px;
	text-transform:lowercase;
}

#footer ul li.toTop a:hover{
	background-color:transparent;
	border-top:1px solid #fff;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> PAGE SPECIFIC LAYOUT <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>> PRODUCT CATEGORY INDEX <<<<<<<<<< */

#filters {
	display:none;
}

ul#filtersNav, ul#filtersNav li ul {
	padding: 0;
	margin: 0;
	color: #000;
	background-color:transparent;
	list-style-type: none;
	line-height: 22px;
	z-index: 1000;
}

ul#filtersNav li, ul#filtersNav li ul li {
	width: 100px;
	float: left;
	position: relative;
	cursor: pointer;
	background-color: transparent;
	border-right: 1px solid #fff;
	z-index: 1000;
}

ul#filtersNav li {
	padding-left:10px;
}

ul#filtersNav li ul li{
	padding-left:0;
	width:110px;
}


ul#filtersNav li:hover, ul#filtersNav li ul li:hover {
	color: #fff;
	background-color: #DF1079;
}

ul#filtersNav li.first, ul#filtersNav li.first:hover {
	width: 100px;
	color: #000;
	background-color: transparent;
	font-size:1.1em;
	font-weight:bold;
}

ul#filtersNav li ul {
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
}

ul#filtersNav li ul li {
	color:#000;
	background-color: #D7E1E1;
	border-top: 1px solid #fff;
}

ul#filtersNav li:hover ul, ul#filtersNav li.over ul {
	display: block;
}

#filtersNav li a {
	display: block;
	padding: 0.1em 5px;
	color:#000;
	background-color:transparent;
	line-height: 20px;
	text-decoration: none;
}

ul#filtersNav li ul li a{
	width:100px;	
}

#filtersNav a:hover {
	padding: 0.1em 5px;
	color:#fff;
	background-color:#DF1079;
}

#filtersNav li.reset {
	width:130px;
	border-right:none;
	text-align:right;
	font-size:1.1em;
}

#filtersNav li.reset a{
	color:#999;
	background-color:transparent;
}

#filtersNav li.reset:hover, #filtersNav li.reset a:hover {
	color:#DF1079;
	background-color:transparent;
}


.filter-applied {
	margin-top:10px;
	color:#999;
	background-color:#fff;
	line-height:14px;
	font-size:0.9em;
}

.productBoxContainer {
	width:100%;
	padding-left:7px;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
	float:left;
	background:url("bg-prodBoxContainer.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/bg-prodBoxContainer.gif*/) repeat-x left bottom;
}

.productBox {
	width:140px;
	height:240px;
	border:5px solid #fff;
	text-align:center;
	float:left;
	margin-right:15px;
	padding-top:5px;
	padding-left:10px;
	}

	.productBox p {
		text-align:left;	
	}

	.productBox p.basePrice {
		font-size:1.2em;
		font-weight:bold;
	}

	p.product-code {
		font-size:0.9em;
		color:#999;
		background-color:transparent;
	}

	.productBox img {
		margin-top:5px;
		margin-bottom:5px;
	}

	.productBox ul li{
		display:inline;
		list-style-type:none;
	}

	.productBox ul {
		text-align:left;
		margin-top:5px;
	}

	.productBox ul li a {
		color:#666;
		background-color:#fff;
	}

	.productBox ul li a:hover {
		color:#fff;
		background-color:#DF1079;
		text-decoration:none;
	}

.productBoxHover{
	width:140px;
	height:240px;
	border:5px solid #eee;
	text-align:center;
	float:left;
	margin-right:15px;
	padding-top:5px;
	padding-left:10px;
	}
	
	.productBoxHover p {
		text-align:left;
	}

	.productBoxHover img {
		margin-top:5px;
		margin-bottom:5px;
	}

	.productBoxHover p.basePrice {
		font-size:1.2em;
		font-weight:bold;
	}

	.productBoxHover p.product-code {
		font-size:0.9em;
		color:#999;
		background-color:transparent;
	}

	.productBoxHover ul li{
		display:inline;
		list-style-type:none;
	}

	.productBoxHover ul {
		text-align:left;
		margin-top:5px;
	}


	.productBoxHover ul li a {
		color:#666;
		background-color:#fff;
	}

	.productBoxHover ul li a:hover {
		color:#fff;
		background-color:#DF1079;
		text-decoration:none;
	}

	.last {
		margin-right:0;
	}

	.promo {
	background:url("promo.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/promo.gif*/) 110px 5px no-repeat;
	}

	.specialPrice {
		text-decoration:line-through; 
		font-size:0.8em; 
		font-weight:normal; 
		color:#999; 
		background-color:transparent;
	}
#pages-nav {
		float:left;
		margin-top:15px;
		height:40px;
	}

	#pages-nav ul li {
		display:inline;
		list-style-type:none;
		line-height:24px;
		text-align:center;
	}

	#pages-nav li a{
		margin-right:4px;
		padding-left:6px;
		padding-right:6px;
		padding-top:1px;
		padding-bottom:1px;
		border:1px solid #eee;
		text-decoration:none;
		color:#000;
		background-color:#fff;
	}

	#pages-nav li a:hover{
		margin-right:4px;
		padding-left:6px;
		padding-right:6px;
		padding-top:1px;
		padding-bottom:1px;
		border:1px solid #DF1079;
		text-decoration:none;
		color:#DF1079;
		background-color:#fff;
	}

	#pages-nav li.current a, #pages-nav li.current a:hover{
		background-color:#DF1079;
		color:#FFFFFF;
		border:none;
	}


	#pages-nav li.prev a, #pages-nav li.prev a:hover{
		font-size:0.9em;
		padding:0;
		border:none;
		margin-right:10px;
	}

	#pages-nav li.next a, #pages-nav li.next a:hover{
		font-size:0.9em;
		padding:0;
		border:none;
		margin-left:10px;
	}

	#pages-nav li.disabledP {
		color:#ccc;
		background-color:#fff;
		font-size:0.9em;
		margin-right:10px;
	}
	
		#pages-nav li.disabledN {
		color:#ccc;
		background-color:#fff;
		font-size:0.9em;
		margin-left:10px;
	}
	
	#pages {
		clear:both; 
		width:100%;
		float:left;
		border-top:1px solid #eee;
	}

#showall {
		float:right;
		margin-top:20px;
		height:40px;
		font-size:0.9em;
		margin-right:10px;
	}

	#showall a {
		color:#999;
		background-color:#fff;
	}

	#showall a:hover {
		color:#fff;
		background-color:#DF1079;
		text-decoration:none;
	}


/* >>>>>>>>>> PRODUCT DETAILS <<<<<<<<<< */

#product-image {
	padding-left:15px;
	float:left;
}

#product-thumbs {
	float:right;
	padding-top:80px;
	}
	#product-thumbs ul li{
		list-style-type:none;
		margin-bottom:10px;
	}

p.zoomIn {
	margin-top:15px;
	color:#999;
	background-color:#fff;
	text-align:center;
	font-size:0.9em;
	}
	p.zoomIn a {
		color:#999;
		background-color:#fff;
		text-decoration:none;
	}
	p.zoomIn a:hover {
		color:#DF1079;
		background-color:#fff;
		text-decoration:underline;
	}

.specs {
	width:320px;
	height:360px;
	}
	.specs h1, h2 {
		padding:0;
		margin-bottom:5px;
	}
	.specs h2 {
		text-transform:lowercase;
	}


p.product-description {
	width:280px;
	height:100px;
	margin-top:10px;
}

.product-info {
	width:100px; 
	float:left; 
	margin-right:35px;
}

p.product-basePrice {
	padding-top:10px;
	font-size:1.8em;
}

ul.product-help {
	float:left;
	width:100px;
}

ul.product-help li{
	list-style-type:none;
	display:inline;
	margin-right:2px;
	color:#DF1079;
	background-color:#fff;
	}
	ul.product-help li a{
		color:#DF1079;
		background-color:#fff;
		text-decoration:none;
	}
	ul.product-help li a:hover{
		color:#DF1079;
		background-color:#fff;
		text-decoration:underline;
	}


ul.product-actions {
	float:left;
	width:150px;
	}
	ul.product-actions li{
	list-style-type:none;
	display:inline;
	width:80px;
	display:block;
	line-height:1.4em;
	}
	ul.product-actions li.info {
		background:url("icon-moreInfo.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/icon-moreInfo.gif*/) no-repeat left;
		padding-left:25px;
		margin-bottom:10px;
	}
	ul.product-actions li.wishlist {
		background:url("icon-addWishlist.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/icon-addWishlist.gif*/) no-repeat left;
		padding-left:25px;
	}
	ul.product-actions li a {
		color:#666;
		background-color:#fff;
		text-decoration:none;
	}
	ul.product-actions li a:hover {
		color:#DF1079;
		background-color:#fff;
		text-decoration:underline;
	}

#product-order {
	float:left; 
	margin-top:10px; 
	width:280px;
	background:url("bg-product-order.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/bg-product-order.gif*/) no-repeat top left;
	padding-top:25px;
	padding-left:20px;
	}
	#product-order select{
		width:110px;
		font-size:0.9em;
		font-family:"Trebuchet MS", Arial, Sans-serif;
		margin-right:10px;
	}
button.buy {
  width: 76px;
  height: 28px;
  margin-top: 20px;
  padding: 0;
  border: 0;
  background: transparent url("button-buy.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-buy.gif*/) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer;
  float:left;
}
ul.phone {
	margin-top:15px;
	margin-left:60px;
	float:left;
	}
	ul.phone li {
		list-style-type:none;
	}
	ul.phone li.number {
		font-size:1.1em;
		font-weight:bold;
	}


#product-tabs {
	width:680px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
	float:left;
	}

ul.size-labels {
	margin-top:30px;
	margin-bottom:50px;
	}
	ul.size-labels li{
		display:inline;
		color:#fff;
		background:#666 url("bg-size.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/bg-size.gif*/) repeat left top;
		padding:5px 8px;
		margin-right:5px;
		font-weight:bold;
		text-align:left;
	}
	
	ul.size-labels li.notavailable {
		background:transparent url("bg-size-na.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/bg-size-na.gif*/) no-repeat left top;
		color:#333;
	}

ul.materials {
	margin-bottom:40px;
	margin-top:20px;
	}
	ul.materials li{
		background:url("bullet-arrow.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/bullet-arrow.gif*/) no-repeat left;
		list-style-type:none;
		padding-left:15px;
		margin-left:5px;
	}


ul.care-labels {
	margin-top:10px;
	}
	ul.care-labels li{
		display:inline;
		list-style-type:none;
		margin-right:5px;
	}

ul.related {
	margin-left:5px;
	}
	ul.related li {
		background:url("bullet-arrow.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/bullet-arrow.gif*/) no-repeat left;
		list-style-type:none;
		padding-left:15px;
	}
	ul.related li a {
		color:#DF1079;
		background-color:#fff;
		text-decoration:none;
	}
	ul.related li a:hover {
		color:#DF1079;
		background-color:#fff;
		text-decoration:underline;
	}

	.colors {
		width:100%;
		clear:right;
	}

	.product-color {
		float:left;
		width:100px;
		margin-top:10px;
		margin-right:15px;
		padding-top:5px;
		border:5px solid #eee;
		text-align:center;
		display:block;
	}


#product-other {
	width:700px;
	height:220px;
	float:left;
	border-top:1px solid #eee;
	padding-top:10px;
	background:url("bg-prodothers.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/bg-prodothers.gif*/) repeat-x left top; 
	}
	#recommended {
		width:500px;
		float:left;
		margin-top:10px;
		padding-left:10px;
	}
	
	.recommended-product {
		float:left;
		width:140px;
		margin-top:10px;
		margin-right:15px;
		padding-top:5px;
		border:5px solid #fff;
		text-align:center;
		display:block;
	}
	
	.recommended-product-hover {
		float:left;
		width:140px;
		margin-top:10px;
		margin-right:15px;
		padding-top:5px;
		border:5px solid #eee;
		text-align:center;
		display:block;
	}

#utils {
	float:right;
	width:150px;
	margin-top:10px;
	}
	#utils ul {
		margin-top:10px;
	}
	#utils ul li {
		list-style-type:none;
		display:inline;
		padding-left:25px;
		margin-bottom:2px;
		line-height:20px;
	}
	
	#utils ul li.email {
		background:url("icon-send2friend.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/icon-send2friend.gif*/) no-repeat left;
	}
	#utils ul li.print {
		background:url("icon-print.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/icon-print.gif*/) no-repeat left;
	}
	#utils ul li.pdf {
		background:url("icon-savepdf.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/icon-savepdf.gif*/) no-repeat left;
		margin-bottom:0px;
	}
	#utils ul li a {
		color:#666;
		background-color:#fff;
		text-decoration:none;
	}
	#utils ul li  a:hover {
		color:#DF1079;
		background-color:#fff;
		text-decoration:underline;
	}
	


/* >>>>>>>>>> HELP PAGE <<<<<<<<<< */


#content-copy{
	float:left;
	width:490px;
	padding-left:10px;
	padding-bottom:20px;
	}
	#content-copy h1, h2{
		padding:0;
		margin:0;
		margin-bottom:5px;
	}
	#content-copy h2{
		font-size:1.2em;
	}
	
	#content-copy h2.copy {
		margin-top:20px;
	}
	#content-copy ul {
		margin-left:20px;
	}
	#content-copy ul li {
		list-style-image:url("bullet-dot.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/bullet-dot.gif*/);
	}

#content-side {
	float:right;
	width:180px;
}

#context {
	float:right;
	width:150px;
	padding-bottom:20px;
	border-bottom:2px solid #ccc;
	}
	#context ul {
		margin-left:0px;
	}
	#context li {
		background:url("bullet-arrow.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/bullet-arrow.gif*/) no-repeat 0px 5px;
		list-style-type:none;
		padding-left:15px;
		margin-top:5px;
		text-transform:uppercase;
	}
	#context li.current a{
		font-weight:bold;
	}
	#context li a {
		text-decoration:none;
		color:#000;
		background-color:#fff;
	}
	#context li a:hover {
		text-decoration:underline;
		color:#DF1079;
		background-color:#fff;
	}
	#context ul li ul li {
		margin-top:0px;
		text-transform:lowercase;
	}	
	
	#context ul li ul li a{
		color:#666;
		background-color:#fff;
	}
	
	#context ul li ul li {
		background:url("bullet-dot.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/bullet-dot.gif*/) no-repeat left;
		border:none;
	}
	
	#context ul li.current ul li a{
		color:#666;
		background-color:#fff;
		font-weight:normal;
	}
	
	#context ul li.current ul li a:hover{
		color:#DF1079;
		background-color:#fff;
		font-weight:normal;
		text-decoration:underline;
	}
	
	#context ul li.current ul li.current a{
		color:#DF1079;
		background-color:#fff;
		text-decoration:none;
	}
	

/* >>>>>>>>>> NEWS PAGE <<<<<<<<<< */

.news {
	margin-top:20px;
}



p.date {
	font-size:0.9em;
	margin:0;
	padding:0;
	color:#999;
	background-color:#fff;
}


/* >>>>>>>>>> PROMOTII <<<<<<<<<< */

#promo-banner {
	width:690px;
	height:250px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:5px;
}

.promo-txt {
	width:690px;
	margin-left:5px;
}



/* >>>>>>>>>> SEARCH <<<<<<<<<< */

#search {

}

#search-keyword {
	width:570px;
	height:25px;
	margin-top:20px;
	border:1px solid #eee;
	background-color:#f9f9f9;
	color:#000;
	padding:15px;
}	

#search-keyword label {
	font-weight:bold;
	margin-right:10px;
	float:left;
	font-size:1.1em;
	padding-top:3px;
}

#search-keyword input {
	width:250px;
	font-size:1em;
	font-family:"Trebuchet MS",Arial,Sans-serif;
	padding:2px;
	float:left;
}

#search-keyword button {
	float:left;
	width:60px;
	height:24px;
	border:none;
	background:#DF1079 url("button-search.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-search.gif*/) no-repeat top left;
	text-indent:-1000em;
	cursor: pointer;
	margin-left:-1px;
}

#search-advanced {
	width:570px;
	border:1px solid #eee;
	background-color:#f9f9f9;
	color:#000;
	padding:15px;
	margin-top:10px;
}

#search-advanced p {
	margin-top:10px;
}

#search-advanced select {
	width:140px;
	font-size:1em;
	font-family:"Trebuchet MS", Arial, Sans-serif;
}

#search-results {
	width:700px;
	border-top:1px solid #ccc;
	background:url("bg-prodothers.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/bg-prodothers.gif*/) repeat-x top left;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
	
}	

#search-results h2 {
	font-size:1.1em;
}

#search-results h3 {
	font-size:1.2em;
}

.search-result {
	border-left:4px solid #ccc;
	margin-left:20px;
	padding-left:20px;
	margin-top:40px;
}

.search-result img {
	float:left;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:30px;
}

.search-result a {
	color:#DF1079;
	background-color:#fff;
}

.search-result a:hover {
	color:#fff;
	background-color:#DF1079;
	text-decoration:none;
}


/* >>>>>>>>>> LOGIN <<<<<<<<<< */

#login {
	margin-left:10px;
	width:680px;
	height:300px;
	}
	#login h1 {
		margin-bottom:20px;
		padding:0;
	}
	
	#login-form {
		width:340px;
		height:120px;
		float:left;
		border:1px solid #eee;
		color:#000;
		background-color:#f9f9f9;
		margin:0;
		margin-top:10px;
		padding-top:30px;
		padding-left:30px;
	}	
	
	#login-form p {
		float:left;
		margin-bottom:10px;
	}
	
	#login-form p.submit {
		clear:both;
	}
	
	#login-form label {
		font-weight:bold;
		width:60px;
		float:left;
	}
	
	#login #login-form input {
		float:left;
		width:200px;
		font-size:1em;
		font-family:"Trebuchet MS",Arial,Sans-serif;
		margin:0;
		padding:2px;
		clear:right;
	}
	
	#login-form p.login button {
		width:76px;
		height:28px;
		border:none;
		background:#DF1079 url("buttin-continue.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/buttin-continue.gif*/) no-repeat top left;
		text-indent:-1000em;
		cursor: pointer;
		float:left;
		margin-left:60px;
		margin-top:5px;
		clear:both;
	}	
	
	#login ul {
		margin-left:40px;
		margin-top:10px;
		float:left;
	}
	
	#login ul li{
		margin-bottom:5px;
		list-style-type:none;
		background:url("bullet-arrow.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/bullet-arrow.gif*/) no-repeat left;
		padding-left:15px;
	}
	
	#login a {
	color:#DF1079;
	background-color:#fff;
	}

	#login a:hover {
	color:#fff;
	background-color:#DF1079;
	text-decoration:none;
	}
	
	#login p.submit {
		margin-top:40px;
		width:76px;
		height:28px;
		border:none;
		background:#DF1079 url("buttin-continue.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/buttin-continue.gif*/) no-repeat top left;
		text-indent:-1000em;
		cursor: pointer;
	}
	
	
/* >>>>>>>>>> SIGNUP <<<<<<<<<< */


#error {
	width:500px;
	padding-left:10px;
	float:left;
	}
	#error p {
		background:#fff url("error.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/error.gif*/) no-repeat left;
		padding-left:25px;
		color:#ff0000;
		font-weight:bold;
		margin-bottom:10px;
	}

#msg {
	width:500px;
	padding-left:10px;
	float:left;
	}
	#msg p {
		background:#fff url("msg.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/msg.gif*/) no-repeat left;
		padding-left:25px;
		color:#009900;
		font-weight:bold;
		margin-bottom:10px;
	}

#signup {
	padding-left:5px;
	float:left;
	margin:0;
	}
	#signup h1 {
		margin-bottom:20px;
		padding:0;
	}
	#signup h2 {
		font-size:1.2em;
		margin-bottom:20px;
		color:#DF1079;
		background-color:transparent;
	}
	
	.fieldset {
		width:100%;
		border:none;
		border-top:1px solid #eee;
		background:url("bg-prodothers.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/bg-prodothers.gif*/) repeat-x top left;
		float:left;
		padding-bottom:20px;
		padding-top:20px;
	}
	
	.fieldset p {
		width:400px;
		float:left;
		padding:10px;
		position:relative;
	}
	
	p.submit {
		float:left;
		clear:both;
	}
	
	.fieldset label {
		width:140px;
		float:left;
		font-weight:bold;
		margin-top:4px;
	}
	
	.fieldset label.mr {
		width:20px;
		float:left;
		margin-left:140px;
		margin-top:0px;
		
	}
	
	.fieldset label.ms {
		width:20px;
		float:left;
		margin-top:0px;
	}
	
	em.required {
		font-weight:normal;
		color:#DF1079;
		background-color:transparent;
	}
	
	.fieldset input {
		width:250px;
		float:left;
		font-size:1em;
		font-family:"Trebuchet MS",Arial,Sans-serif;
		padding:2px;

	}
	
	.fieldset textarea {
		width:250px;
		height:50px;
		float:left;
		font-size:1em;
		font-family:"Trebuchet MS",Arial,Sans-serif;
		padding:2px;

	}
	
	.fieldset input.radio {
		width:40px;
		margin-right:20px;
	}
	
	.fieldset input.birthday {
		width:60px;
	}
	
	.fieldset select {
		width:160px;
		float:left;
		font-size:1em;
		font-family:"Trebuchet MS",Arial,Sans-serif;
		padding:2px;
	}
	
	.fieldset p.odd {
		background-color:#fff;
		color:#000;	
	}
	
	.fieldset p.even {
		background-color:#eee;
		color:#000;
	}
	
	 p.terms {
		width:350px;
	 	margin-top:10px;
		margin-left:100px;
		margin-bottom:15px;
	}
	
	p.terms input, p.newsletter input {
		float:left;
		margin-right:20px;
		margin-bottom:10px;
	}
	
	p.newsletter {
		width:350px;
		margin-left:100px;
		margin-bottom:10px;
	}
	
	p.terms a, p.newsletter a{
		color:#DF1079;
		background-color:#fff;
		text-decoration:none;
	}
	
	p.terms a:hover, p.newsletter a:hover{
		color:#DF1079;
		background-color:#fff;
		text-decoration:underline;
	}
	
	#signup p.add, #signup p.cancel, #signup p.edit  {
		display:inline;
	}
	
	#signup p.add button{
		width:76px;
		height:28px;
		border:none;
		background:url("button-add.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-add.gif*/) no-repeat top left;
		text-indent:-1000em;
		cursor: pointer;
		float:left;
		margin-left:0px;
	}	
	
	#signup p.cancel button{
		width:76px;
		height:28px;
		border:none;
		background:url("button-cancel-grey.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-cancel-grey.gif*/) no-repeat top left;
		text-indent:-1000em;
		cursor: pointer;
		float:right;
		margin-right:100px;
	}	
	
	#signup p.edit button{
		width:76px;
		height:28px;
		border:none;
		background:url("button-edit.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-edit.gif*/) no-repeat top left;
		text-indent:-1000em;
		cursor: pointer;
		float:left;
		margin-left:0px;
	}	
	
	#signup button{
		width:76px;
		height:28px;
		border:none;
		background:#DF1079 url("buttin-continue.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/buttin-continue.gif*/) no-repeat top left;
		text-indent:-1000em;
		cursor: pointer;
		float:left;
		margin-top:10px;
		margin-left:100px;
	}
	
	#signup p.end {
		clear:both;
		float:left;
		height:40px;
		margin-top:20px;
		color:#666;
		background-color:#fff;
	}
	
	.hint {
		display:none;
  		position: absolute;
  		right: -250px;
  		width: 200px;
  		margin-top: -7px;
  		border: 1px solid #DF1079;
  		padding: 6px 12px;
 		background-color: #f9f9f9;
		}
	.hint .hint-pointer {
    	position: absolute;
    	left: -10px;
    	top: 5px;
    	width: 10px;
    	height: 19px;
    	background: url("pointer.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/pointer.gif*/) left top no-repeat;
	}
	
	
	.email-confirmation {
		margin-top:20px;
	}

	
	
	
/* >>>>>>>>>> ACCOUNT <<<<<<<<<< */

	#account {
		width:700px;
	}
	
	#account ul {
		margin-top:25px;
		margin-left:5px;
		position:relative;
	}
	
	#account ul li {
		display:inline;
		list-style-type:none;
	}
	
	#account ul li a {
		padding-left:6px;
		padding-right:6px;
		padding-top:5px;
		padding-bottom:5px;
		border:1px solid #ccc;
		border-bottom:none;
		margin-right:5px;
		background-color:#eee;
		color:#000;
		text-decoration:none;
	}
	
	#account ul li a:hover {
		color:#DF1079;
		background-color:#fff;
	}
	
	#account ul li.current a{
		background-color:#fff;
		color:#000;
		border-bottom:1px solid #fff;
	}
	
	#account ul li.current a:hover{
		background-color:#fff;
		color:#000;
		border-bottom:1px solid #fff;
	}
	
	#account ul li.current a{
		background-color:#fff;
		color:#000;
		border-bottom:1px solid #fff;
	}
	
	#account-content {
		border-top:1px solid #ccc;
		margin-top:5px;
	}
	
	#account-content #context {
		margin-top:20px;
	}
	
	#account-content .fieldset {
		background:none;
		border:none;
		border-bottom:1px solid #eee;
	}

	#account-content #signup p.submit button {
		margin-left:0;
		padding-left:0;
		margin-top:20px;
		background:#DF1079 url("button-edit.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-edit.gif*/) no-repeat top left;
	}
	
	#account-content p.intro {
		margin-top:20px;
		font-weight:bold;
	}
	
	.address {
		width:480px;
		border:none;
		border:1px solid #eee;
		background-color:#f9f9f9;
		color:#000;
		float:left;
		padding-bottom:20px;
		padding-top:10px;
		margin-top:10px;
		padding-left:20px;
	}
	
	.address h2 {
		font-size:1em;
		color:#000;
		background-color:#fff;
	
	}
	
	.address ul {
		width:320px;
		margin-bottom:10px;
		list-style:none;
		border:1px solid #eee;
		padding:10px;
		background-color:#fff;
		color:#000;
		float:left;
	}
	
	.address ul.address-1 {
		background: #fff url("address-1.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/address-1.gif*/) no-repeat top right;
		color:#000;
	}
	
	.address ul.address-2 {
		background: #fff url("address-2.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/address-2.gif*/) no-repeat top right;
		color:#000;
	}
	
		.address ul.address-3 {
		background: #fff url("address-3.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/address-3.gif*/) no-repeat top right;
		color:#000;
	}
	
		.address ul.address-4 {
		background:#fff url("address-4.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/address-4.gif*/) no-repeat top right;
		color:#000;
	}
	
		.address ul.address-5 {
		background:url("address-5.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/address-5.gif*/) no-repeat top right;
		color:#000;
	}
	
	.address-edit {
		float:left;
		width:60px;
		margin-left:-80px;
	}
	
	#signup button.edit {
		width:61px;
		height:23px;
		border:none;
		color:#000;
		background:#ccc url("button-s-edit.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-s-edit.gif*/) no-repeat top left;
		text-indent:-1000em;
		cursor: pointer;
	}
	
	#signup button.del {
		width:61px;
		height:23px;
		border:none;
		color:#000;
		background:#ccc url("button-s-del.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-s-del.gif*/) no-repeat top left;
		text-indent:-1000em;
		cursor: pointer;
	}
	
	.sub {
		font-weight:bold;
		margin-top:20px;
	}
	
	
	h2.orders {
		margin-top:20px;
		color:#DF1079;
		background-color:#fff;
	}
	p.status select{
		width:160px;
		margin-left:10px;
		font-size:1em;
		font-family:"Trebuchet MS",Arial,Sans-serif;
	}
	
	#account-content table {
		margin-top:15px;
		width:680px;
	}	
	
	#account-content table, th, tr, td {
		border:none;
		padding:5px;
	}
	
	#account-content table th {
		background-color:#999;
		color:#fff;
	}
	
	#account-content table th.int {
		width:20px;
	}	
	
	#account-content table th.order-nr {
		width:120px;
	}	
	
	#account-content table th.date {
		width:230px;
	}	
	
	#account-content table th.sum {
		width:60px;
	}	
	
	#account-content table th.status {
		width:120px;
	}
	
	#account-content table th.details {
		width:80px;
	}		
	
	#account-content tr.odd {
		background-color:#fff;
		color:#000;
	}
	
	#account-content tr.even {
		background-color:#eee;
		color:#000;
	}
	
	#account-content table a{
		background-color:transparent;
		color:#DF1079;
		text-decoration:none;
	}
	
	#account-content table a:hover{
		background-color:transparent;
		color:#DF1079;
		text-decoration:underline;
	}		
	
	
/* >>>>>>>>>> SHOPPING CART <<<<<<<<<< */

#cart-container {
	margin-top:20px;
	float:left;
}

#cart-container table {
	width:680px;
	padding:0;
	border:5px solid #f9f9f9;
	float:left;
}

#cart-container table th {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	background:#eee url("filter-bg.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/filter-bg.gif*/) repeat-x bottom;
	color:#000;
}
	
#cart-container table td {
	padding-left:10px;
}

	
#cart-container table th.cart-product {
	width:320px;
	padding-left:20px;
	text-transform:uppercase;
}

#cart-container img.cart-product-img  {
	float:left;
	padding:10px;
	margin-right:20px;
	background-color:#fff;
	color:#000;
}	

#cart-container h2 {
	width:200px;
	font-size:1em;
	margin-top:5px;
}

#cart-container ul.cart-product-specs {
	width:140px;
	float:left;
	list-style-type:none;
}	

#cart-container input {
	width:50px;
	font-size:1em;
	font-family:"Trebuchet MS",Arial,Sans-serif;
	float:left;
	margin-top:2px;
}

#cart-container button.del {
	width:24px;
	height:24px;
	border:none;
	background:url("button-s-cart-del.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-s-cart-del.gif*/) no-repeat top left;
	text-indent:-1000em;
	cursor: pointer;
	margin-left:20px;
	float:left;
}

#cart-container button.refresh {
	width:24px;
	height:24px;
	border:none;
	background:url("button-s-cart-refresh.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-s-cart-refresh.gif*/) no-repeat top left;
	text-indent:-1000em;
	cursor: pointer;
	margin-left:5px;
	float:left;
}

#cart-container table th.cart-product-number {
	width:140px;
	text-align:center;
	text-transform:uppercase;
	padding-right:10px;
}	

#cart-container table th.cart-product-price {
	text-align:right;
	padding-right:20px;
	text-transform:uppercase;
}	

#cart-container table td.cart-product-price {
	text-align:right;
	padding-right:20px;
	font-weight:bold;
}	

#cart-container table td.cart-price-totalL {
	text-align:right;
	padding-top:20px;
	padding-right:20px;
	font-weight:bold;
	border-top:2px solid #ccc;
}

#cart-container table td.cart-price-totalR {
	text-align:right;
	padding-top:20px;
	padding-right:20px;
	font-weight:bold;
	border-top:2px solid #ccc;
	border-left:1px solid #eee;
	font-size:1.1em;
}


#cart-container table tr.even {
	background-color:#eee;
	color:#000;
}

#cart-container table tr.odd {
	background-color:#fff;
	color:#000;
}

#cart-container #but {
	float:left;
	height:40px;
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #eee;
}

#but p.go-shop {
	float:left;
}

#but a {
	color:#DF1079;
	background-color:#fff;
	text-decoration:none;
}

#but a:hover {
	color:#DF1079;
	background-color:#fff;
	text-decoration:underline;
}

#cart-container button.submit {
		width:76px;
		height:28px;
		border:none;
		background:#DF1079 url("button-buy.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-buy.gif*/) no-repeat top left;
		text-indent:-1000em;
		cursor: pointer;
		float:right;
		margin-right:20px;
}

/* >>>>>>>>>> SHOPPING PROCESS<<<<<<<<<< */

#shopping {
	padding-left:20px;
}

#process {
	width:680px;
	text-align:center;
	height:70px;
	margin-left:0px;
	margin-bottom:10px;
}

h2.process-heading {
	width:80%;
	font-size:1.1em;
	float:left;
	margin-left:0px;
	color:#DF1079;
	background-color:#fff;
}

.process {
	width:620px;
	padding:20px;
	margin-top:10px;
	margin-bottom:20px;
	border:1px solid #ccc;
	background-color:#eee;
	font-weight:bold;
	color:#000;
	float:left;
	clear:both;
	margin-left:0px;
}

.process ul {
	width:150px;
	float:left;
	list-style-type:none;
}

.process ul.process-address li {
	width:150px;
	display:block;
	height:16px;
}

.process input.process-adress-select {
	float:left; 
	margin-top:10px;
}

.process li {
	width:500px;
	height:25px;
}

.process li span.tarif {
	float:right;
}

.process input {
	width:40px;
}

.process p {
	height:40px;
	font-weight:normal;
}

.process textarea {
	width:500px;
	height:100px;
	padding:5px;
	font-size:1em;
	font-family:"Trebuchet MS",Arial,Sans-serif;
}


.process-edit {
	float:right;
	width:100px;
}

.process-edit button.edit{
		width:61px;
		height:23px;
		border:none;
		color:#000;
		background:transparent url("button-s-modify.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-s-modify.gif*/) no-repeat top left;
		text-indent:-1000em;
		cursor: pointer;
		float:right;
}

#steps {
	width:100%;
	float:left;
	height:40px;
	padding-top:20px;
	border-top:1px solid #eee;
}

#steps button.prev {
	float:left;
	margin-left:20px;
	width:87px;
	height:28px;
	border:none;
	color:#000;
	background:transparent url("button-prev.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-prev.gif*/) no-repeat top left;
	text-indent:-1000em;
	cursor: pointer;
}

#steps button.submit {
	float:right;
	margin-right:20px;
	width:87px;
	height:28px;
	border:none;
	color:#000;
	background:transparent url("button-next.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-next.gif*/) no-repeat top left;
	text-indent:-1000em;
	cursor: pointer;
}


ul.process-address-confirm  {
	width:200px;
	float:left;
	list-style-type:none;
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:20px;
	color:#000;
	background-color:#eee;
}

ul.process-address-confirm li {
	width:150px;
	display:block;
	height:16px;
}

.process-confirm {
	width:620px;
	padding:5px;
	margin-top:10px;
	margin-bottom:20px;
	border:1px solid #ccc;
	background-color:#eee;
	font-weight:bold;
	color:#000;
	float:left;
	clear:both;
	margin-left:0px;
}

.process-confirm textarea {
	width:500px;
	height:40px;
	padding:10px;
	font-size:1em;
	font-family:"Trebuchet MS",Arial,Sans-serif;
}

.process-edit-confirm {
	float:left;
	width:80px;
}

.process-edit-confirm button.edit{
		width:61px;
		height:23px;
		border:none;
		color:#000;
		background:transparent url("button-s-modify.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-s-modify.gif*/) no-repeat top left;
		text-indent:-1000em;
		cursor: pointer;
		float:right;
}

#steps button.confirm {
	float:right;
	margin-right:20px;
	width:75px;
	height:28px;
	border:none;
	color:#000;
	background:transparent url("button-confirm.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-confirm.gif*/) no-repeat top left;
	text-indent:-1000em;
	cursor: pointer;
}

#steps p.terms {
	float:left;
	margin-left:10px;
}

/* >>>>>>>>>> NEWSLETTER <<<<<<<<<< */

#newsletter {
	padding-left:10px;
	padding-right:10px;
}

#content-copy #newsletter {
	padding-left:0px;
	padding-right:0px;
}

#newsletter h1{
	padding-left:0;
	margin-bottom:10px;
}

#newsletter p.intro {
	margin-bottom:20px;
}

#newsletter .fieldset {
	/*margin-bottom:10px;*/
}

#newsletter .fieldset p {
	padding-bottom:5px;
	padding-top:5px;
}

#newsletter .fieldset label {
	width:100px;
}
#newsletter .fieldset input.radio {
	width:40px;
	margin-left:100px;
	margin-top:10px;
}

#newsletter .fieldset label.radio {
	width:70px;
	font-weight:normal;
}

#newsletter p.policy {
	width:100%;
	float:left;
	border-top:1px solid #ccc;
	padding-top:10px;
}

#newsletter p.policy input{
	margin-right:10px;
}

#newsletter p.policy a {
	color:#DF1079;
	background-color:#fff;
	text-decoration:none;
}

#newsletter p.policy a:hover {
	color:#DF1079;
	background-color:#fff;
	text-decoration:underline;
}

#newsletter button {
		width:76px;
		height:28px;
		border:none;
		color:#000;
		background:transparent url("button-send.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-send.gif*/) no-repeat top left;
		text-indent:-1000em;
		cursor: pointer;
		float:left;
		margin-top:20px;
}		

#newsletter p.end {
		clear:both;
		float:left;
		height:40px;
		margin-top:20px;
		color:#666;
		background-color:#fff;
	}
	
/* >>>>>>>>>> CONTACT <<<<<<<<<< */	 

fieldset.contact {
	width:480px;
	border:1px solid #eee;
	margin-top:20px;
	padding-bottom:20px;
	float:left;
	}
	fieldset.contact legend {
		color:#ccc;
		background-color:#fff;
		margin-left:10px;
		padding:5px;
	} 
	fieldset.contact label {
		width:100px;
		font-weight:bold;
		margin-left:20px;
		margin-top:10px;
		float:left;
	}
	fieldset.contact input {
		margin-top:10px;
		width:320px;
		font-size:1em;
		font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
		border:1px solid #ccc;
		padding:2px;
	}
	fieldset.contact textarea {
		margin-top:10px;
		width:320px;
		font-size:1em;
		font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
		border:1px solid #ccc;
		padding:2px;
		height:90px;
	}
	fieldset.contact button {
		width:76px;
		height:28px;
		border:none;
		color:#000;
		background:transparent url("button-send.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/button-send.gif*/) no-repeat top left;
		text-indent:-1000em;
		cursor: pointer;
		float:left;
		margin-top:20px;
		margin-left:120px;
	}
	fieldset.contact p.end {
		width:400px;
		float:left;
		margin-top:20px;
		padding-left:20px;
		color:#666;
		background-color:#fff;
	}
	fieldset.friend label {
		height:20px;
	}
	fieldset.friend input{
		height:20px;
	}

ul.shop {
	float:left;
	margin-top:40px;
	list-style-type:none;
	margin-right:40px;
	padding:20px;
	padding-right:60px;
	border:1px solid #eee;
	}

p.write {
	float:left;
	margin-top:30px;
	}
	p.write a {
		color:#DF1079;
		background-color:#fff;
		text-decoration:none;
	}
	p.write a:hover {
		color:#DF1079;
		background-color:#fff;
		text-decoration:underline;
	}
	

/* >>>>>>>>>> PRODUCTS MAIN <<<<<<<<<< */	 

#product-banner {
	width:690px;
	height:200px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:5px;
}

.productCatContainer {
	width:690px;
	padding-left:7px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
}

.product-category {
	float:left;
	margin-right:20px;
}	

.last {
	margin-right:0;
}
	
h2.product-category {
	margin-left:5px;
	margin-top:10px;
	margin-bottom:10px;
	background:url("bg-prodothers.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/bg-prodothers.gif*/) repeat-x top left;
	width:670px;
	padding-top:20px;
	padding-left:10px;
}	



/* >>>>>>>>>> TOOLTIP <<<<<<<<<< */	

a.info{
    position:relative; 
    z-index:24000; 
	border:none;
    text-decoration:none}

a.info:hover{z-index:25000; background-color:#fff}

a.info span{display: none}

a.info:hover span{ 
    display:block;
    position:absolute;
    top:30px; 
	left:0;
	width:140px;
    border:1px solid #DF1079;
    background:#f9f9f9;
	color:#000;
    text-align: left;
	padding:5px;
	}

a.info span em.pointer {
	 background:url("pointer-top.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/pointer-top.gif*/) no-repeat left top; 
	 position:absolute;
	 z-index:26;
	 top:-10px;
	 left:5px;
	 width:19px;
	 height:10px;
}



/* >>>>>>>>>> SITEMAP <<<<<<<<<< */	
#harta {
	float:left;
	padding-left:10px;
	width:600px;
}

#harta h1 {
	padding-left:0;
	margin-bottom:10px;
}

#sitemap {
	margin-left:20px;
	margin-top:20px;
}

#sitemap a {
	color:#DF1079;
	background-color:#fff;
	text-decoration:none;
}

#sitemap a:hover {
	color:#fff;
	background-color:#DF1079;
}

#sitemap ul {
	margin-left:40px;
}

#sitemap ul a {
	color:#333;
	background-color:#fff;
	text-decoration:none;
}

#sitemap ul a:hover {
	color:#fff;
	background-color:#333;
}

#sitemap li {
	list-style-type: none;
}

ul#sitemap > li {
	margin-bottom: 10px;
}

#sitemap ul li {
	list-style-image:   url("l2_normal.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/l2_normal.gif*/);
}

#sitemap ul ul li {
	list-style-image:   url("l3_normal.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/l3_normal.gif*/);
}

#sitemap ul li.firstfollow {
	list-style-image:   url("l2_first_follow.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/l2_first_follow.gif*/);
}

#sitemap ul li.last {
	list-style-image:   url("l2_last_item.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/l2_last_item.gif*/);
}

#sitemap ul ul li.firstfollow {
	list-style-image:   url("l3_first_follow.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/l3_first_follow.gif*/);
}

#sitemap ul ul li.last {
	list-style-image:   url("l3_last_item.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/l3_last_item.gif*/);
}



/* >>>>>>>>>> HOMEPAGE <<<<<<<<<< */



#hp-banner {
		width:690px;
		height:220px;
		float:left;
		margin-bottom:20px;
		margin-top:20px;
		margin-left:5px;
	}
	
	#hp-news {
		width:240px;
		height:240px;
		float:left;
		padding:10px;
		margin-right:25px;
		margin-left:5px;
		background:#eee url("1st-news-top.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/1st-news-top.gif*/) no-repeat left top;
		color:#000;
	}
	
	#hp-news .news h2 {
		font-size:1.2em;
		text-transform:none;
		margin-bottom:0;
	}
	
	#hp-news .news {
		padding-top:5px;
		padding-bottom:5px;
		border-top:1px solid #fff;
		border-bottom:1px solid #ccc;
		margin-top:0;
		margin-bottom:0;
		overflow:hidden;
	}
	
	#hp-news p {
		padding-bottom:5px;
		border-bottom:1px solid #ccc;
	}
	
	#hp-news .news p {
		padding-bottom:0px;
		border-bottom:none;
	}
	
	#hp-news .newsfirst {
		padding-top:10px;
	}

	#hp-news p.date {
		font-size:0.9em;
		margin:0;
		padding:0;
		color:#999;
		background-color:#eee;
	}
	
	#hp-news .more {
		border-top:1px solid #fff;
		padding-top:10px;
	}
	
	#hp-news .more a {
		color:#DF1079;
		background-color:#eee;
	}
	
	#hp-news .more a:hover {
		color:#eee;
		background-color:#DF1079;
		text-decoration:none;
	}
	
	#hp-promo-container {
		width:405px;
		height:260px;
		float:left;
		background:url("1st-promotia.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/1st-promotia.gif*/) no-repeat top left;
	}
	
	#hp-promo-container .productBox {
		float:right;
		margin-left:30px;
		margin-right:0px;
	}
	
	#hp-promo-container .productBoxHover {
		float:right;
		margin-left:30px;
		margin-right:0px;
	}
	
	#hp-others {
		width:690px;
		background:url("bg-prodBoxContainer.gif"/*tpa=http://www.ninfashion.ro/templates/nin/img/bg-prodBoxContainer.gif*/) repeat-x top left;
		height:180px;
		margin-top:20px;
		padding-top:45px;
		float:left;
		margin-left:5px;
	}
	
	.hp-box {
		width:205px;
		height:130px;
		padding:5px;
		float:left;
		margin-right:13px;
		border:3px solid #eee;
	}
	
	.right {
		float:right;
		margin-right:0px;
	}
	
	.hp-box p {
		float:left;
		width:95px;
		height:80px;
		margin-top:5px;
		overflow:hidden;
	}
	
	.hp-box p.more {
		float:left;
		width:50px;
		margin-top:5px
	}
	
	.hp-box  .more a {
		color:#DF1079;
		background-color:#fff;
	}
	
	.hp-box .more a:hover {
		color:#fff;
		background-color:#DF1079;
		text-decoration:none;
	}
	
	.hp-box img {
		float:right;
		width:100px;
		height:100px;
		border:none;
		margin-right:5px;
	}
	
	
	
	
	
	#sizes {
		text-align:left; 
		background-color:#FFFFFF; 
		color:#000000; 
		width:600px; 
		padding:10px;
	}
	
	#sizes table, tr, th, td {
		border:1px solid #eee;
	}
	
	#sizes th {
		background-color:#999;
		color:#fff;
		font-size:1.2em;
	}

	#sizes ul {
		margin-top:20px;
		margin-left:20px;
		list-style-image:url("bullet-dot-1.gif"/*tpa=http://www.ninfashion.ro/templates/nin/css/img/bullet-dot.gif*/);
	}
	
	#sizes tr.odd {
		background-color:#fff;
		color:#000;
	}
	
	#sizes tr.even {
		background-color:#eee;
		color:#000;
	}
	
	#sizes p {
		margin-top:20px;
	}