/* CSS Document */

html	{height:100%;}

body	{height:100%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		background-color:#697B7D;
		margin:0px;
		scrollbar-face-color:#FBF9EC;
		scrollbar-highlight-color:#FBF9EC;
		scrollbar-3dlight-color:#FBF9EC;
		scrollbar-darkshadow-color:#FBF9EC;
		scrollbar-shadow-color:#697B7D;
		scrollbar-arrow-color:#697B7D;
		scrollbar-track-color:#FBF9EC;}

td	{vertical-align:top;}

img	{display:block;}

table	{font-size:11px;}

table.main	{width:980px;
			height:480;
			background-color:#FBF9EC;
			background-position:top;
			background-repeat:no-repeat;}
			
table.main-product	{width:980px;
			height:580;
			background-color:#FBF9EC;}
			
table.basket	{font-size:9px;}			
td.basket-header	{text-align:center;
					color:#96ABB0;
					font-weight:bold;
					border:1px solid #96ABB0;
					border-right:0px;}
					
td.basket-header-r	{text-align:center;
					color:#96ABB0;
					font-weight:bold;
					border:1px solid #96ABB0;}
					
td.basket			{text-align:center;
					color:#335257;
					font-weight:bold;
					border-left:1px solid #96ABB0;
					border-bottom:1px solid #96ABB0;}

td.basket-r			{text-align:center;
					color:#335257;
					font-weight:bold;
					border-bottom:1px solid #96ABB0;
					border-left:1px solid #96ABB0;
					border-right:1px solid #96ABB0;}


			
td.category-down	{background-color:#E8E6DA;
					width:171px;
					height:21px;
					padding-left:13px;
					background-image:url(img/category_up.jpg);
					background-position:right;
					background-repeat:no-repeat;
					color:#32535C;
					font-weight:bold;
					font-size:10px;
					vertical-align:middle;}
					
td.category-up	{background-color:#E8E6DA;
					width:171px;
					height:21px;
					padding-left:13px;
					background-image:url(img/category_down.jpg);
					background-position:right;
					background-repeat:no-repeat;
					color:#32535C;
					font-weight:bold;
					font-size:10px;
					vertical-align:middle;}
					
td.category		{background-color:#E8E6DA;
					width:171px;
					height:21px;
					color:#32535C;
					font-weight:bold;
					font-size:10px;
					vertical-align:middle;}
					
td.subcategory		{background-color:#FCF8EC;
					width:171px;
					height:21px;
					color:#32535C;
					font-size:10px;
					vertical-align:middle;
					line-height:21px;}


td.subcategory-selected		{background-color:#C1BFB6;
					width:171px;
					height:21px;
					color:#32535C;
					font-size:10px;
					vertical-align:middle;
					padding-left:19px;}

a	{color:#325358;
	text-decoration:none;}
	
a:hover	{color:	#94ACB0;
		text-decoration:underline;}


a.addbasket	{color:#95AAAF;
			text-decoration:underline;
			font-size:10px;}
			
a.addbasket:hover	{color:#325358;}

a.product	{color:#31545A;
			text-decoration:none;
			font-size:10px;}
a.product:hover	{color:#95ABB0;
				text-decoration:underline;}			

a.range	{color:#325358;
			text-decoration:none;
			font-size:11px;}
a.range:hover	{color:#94ACB0;
				text-decoration:underline;}			
				
.range	{color:#94ACB0;
		font-size:11px;}				

a.subcategory	{color:#32535C;
				text-decoration:none;
				display:block;
				padding-left:19px;
				line-height:20px;
				height:21px;}
				
a.subcategory:hover	{background-color:#96ABB0;
					color:#32535C;
					text-decoration:none;}				
					
					
a.category	{color:#32535C;
				text-decoration:none;
				display:block;
				padding-left:13px;
				line-height:21px;
				height:21px;
				background-image:url(img/category_down.jpg);
				background-repeat:no-repeat;
				background-position:right;}
				
a.category:hover	{background-color:#697B7D;
					color:#FFFFFF;
					background-image:url(img/category_down_over.jpg);
					text-decoration:none;}				
					
					
a.next	{padding-right:19px;
		background-image:url(img/arrow_right.jpg);
		background-position:right;
		background-repeat:no-repeat;
		color:#32535C;
		font-size:9px;
		text-decoration:none;
		margin-left:10px;}
		
a.next:hover	{background-image:url(img/arrow_right_over.jpg);
				color:#94ACB0;}							
					
a.previous	{padding-left:19px;
		background-image:url(img/arrow_left.jpg);
		background-position:left;
		background-repeat:no-repeat;
		color:#32535C;
		font-size:9px;
		text-decoration:none;
		margin-right:10px;}
		
a.previous:hover	{background-image:url(img/arrow_left_over.jpg);
				color:#94ACB0;}							
					
a.light	{color:#6A8286;
		font-size:9px;
		text-decoration:none;}
		
a.light:hover	{color:#94ACB0;}							
					
.container	{scrollbar-face-color:white;
			scrollbar-highlight-color:white;
			scrollbar-3dlight-color:white;
			scrollbar-darkshadow-color:white;
			scrollbar-shadow-color:#697B7D;
			scrollbar-arrow-color:#697B7D;
			scrollbar-track-color:white;
			height:80px;
			overflow:auto;}		
			
input.text2	{font-size:9px;
			font-weight:bold;
			text-align:center;
			padding:1px;}					
			
input.button	{border:0px solid;
				background-color:#32535A;
				color:#FFFFFF;
				font-size:10px;
				font-weight:bold;
				padding:3px;
				font-family:Verdana, Arial, Helvetica, sans-serif;}
				
input.text	{font-size:9px;
			padding:1px;}

				
input.button:hover	{background-color:#96ABB0;
				cursor:pointer;}						
