/*--------------Pilates Stationery--------------------*/

#stationery-table{
	float: left;
	width: 490px;
	margin: 20px 0 0 0;
	}
	#stationery-table img{
		float: left;
		}

/*----------------Second step, refine your search by county + levels... -----------------------*/

#stationery-table-form{
	float: left;
	width: 490px;
	margin: 0 0 20px 0;
	background: url(/templates/images/directory-search-bg-repeat.gif) left top repeat-y;
	font-size: 85%;
	color: #295e68;
	}
	
	#stationery-table-top{
		float: left;
		width: 480px;
		padding: 5px 5px 0 5px;
		}
		
		#stationery-table-top .products{
			float: left;
			width: 476px;
			border: 1px solid #bbd0d5;
			margin: 0 0 5px 0;
			padding: 1px;
			}
		
		#stationery-table-top .light{
			background: #fff;
			}
		#stationery-table-top .dark{
			background: #f2f7f8;
			}
			
			#stationery-table-top .zone-description{
				float: left;
				width: 285px;
				padding: 5px;
				}
				#stationery-table-top .zone-description .title{
					float: left;
					width: 285px;
					padding: 0 0 5px 0;
					color: #224c56;
					font-weight: bold;
					font-size: 95%;
					}
				#stationery-table-top .zone-description .zone-image{
					float: left;
					width: 100px;
					height: 100px;
					border: 1px solid #9ec0c8;
					}
					#stationery-table-top .zone-description .zone-image img{
						float: left;
						width: 100px;
						height: 100px;
						padding: 0;
						}
				#stationery-table-top .zone-description .description{
					float: right;
					width: 175px;
					font-size: 110%;
					color: #80807f;
					}
					#stationery-table-top .zone-description .description p{
						float: left;
						width: 175px;
						padding: 0;
						margin: 0;
						line-height: 1.2;
						}
			#stationery-table-top .qty-price{
				float: right;
				width: 181px;
				padding: 0;
				margin: 0;
				}
			#stationery-table-top .qty-price .add-button{
				clear:both;
				}
				#stationery-table-top .qty-price .qties-prices{
					float: left;
					width: 181px;
					padding: 0;
					margin: 0 0 1px 0;
					font-weight: bold;
					}
				
				#stationery-table-top .qty-price .dark{
					background: #e1eaec;
					}
				#stationery-table-top .qty-price .light{
					background: #edf4f5;
					}
					#stationery-table-top .qty-price .quantities{
						float: left;
						width: 73px;
						border-right: 1px solid #fff;
						padding: 5px 10px 5px 7px;
						}
						#stationery-table-top .qty-price .quantities input{
							float: left;
							margin: 0 5px 0 0;
							}
						*html #stationery-table-top .qty-price .quantities input{
							float: left;
							padding: 0;
							margin: -2px 0 0 -5px;
							}
						*html #stationery-table-top .qty-price .quantities label{
							float: left;
							padding: 0 0 0 0;
							}
					#stationery-table-top .qty-price .prices{
						float: left;
						width: 73px;
						padding: 5px 10px 5px 7px;
						}
						
					/*-------------When item selected-----------------*/
					#stationery-table-top .qty-price .qties-prices-added{
						float: left;
						width: 179px;
						padding: 0;
						margin: 0 0 1px 0;
						font-weight: bold;
						background: #C9EC9C;
						border: 1px solid #688F35;
						}
						#stationery-table-top .qty-price .qties-prices-added .dark, #stationery-table-top .qty-price .qties-prices-added .light{
							background: transparent;
						}
						#stationery-table-top .qty-price .qties-prices-added .quantities{
							float: left;
							width: 43px;
							border-right: none;
							padding: 6px 10px 5px 30px;
							color: #333333;
							background: #C9EC9C url(../images/icons/green-tick.gif) no-repeat 7px 7px ;
						}
						#stationery-table-top .qty-price .qties-prices-added .prices{
							float: left;
							width: 68px;
							padding: 6px 10px 5px 15px;
							color: #333333;
						}
					
	
		
			
				
		#add-selection-continue{
			float: left;
			width: 150px;
			background: url(/templates/images/stationery-add-selection-bg.gif) left top no-repeat;
			padding: 5px 55px 6px 245px;
			width: 190px;
			height: 24px;
			}