
/* This CSS document styles for the 
					- LONG productholder AND
					- LARGE productholder
*/


		/* LONG product holder */

		.LongProductHolder {
			float: left;
			margin-left: 25px; margin-top: 10px;
			text-align: left;
			border-bottom: 1px dotted silver;
			padding-bottom: 7px;
			width: 131px;
			height: 240px;
		}
				.ProductHolderTitle {
					color:  #FF687F; font-weight: bold;
					font-family: Arial;
					font-size: 12px; text-align: right;
					
					
					
				}
				.LongProductHolder img {
					width: 131px; height: 131px;
					border: 1px dotted silver;
				}
				.LongProductHolder p {
					font-family: Arial;
					font-size: 11px;
					text-align: left;
					
					
				}

				.LongProductHolder p:first-line {
					color: black;
					text-transform: uppercase;
					font-family: "Lucida Sans Unicode";
					font-size: 11px;
					font-weight: bold;
				}
						
				.ReadMore {
				color: red; font-size: 10px;
				text-decoration: underline;
				font-family: Arial;
				}	
		
		/* links for LongProductHolder - will be used on index.html and brands pages */
		.LongProductHolder a {
			text-decoration: none;
		}				
						
		/* LARGE product holder */
		.LargeProductHolder {
			margin: 15px 25px 0px 25px;
			color: black;
			
			/*border-bottom: 1px dotted silver;*/
		}
					.LargeProductHolder h1 {
							color:  #FF687F; font-weight: bold;
							font-family: Arial;
							font-size: 20px;
							letter-spacing: 1.1px;

					
					}
					
					.LargeProductHolder img {
							width: 400px; height: 400px;
							border: 1px dotted silver;
							float:left;
							clear: none;
							
					}
					
							
					.DetailHolder {
						width: 170px;
						float: left;
						margin-left: 25px;
						/*border: 1px dashed orange;*/
						
					}
					
								.LargeProductHolder h2 {
										color:  #FF687F; font-weight: normal;
										font-family: Arial;
										font-size: 14px;
										border-bottom: 1px dotted silver;
										padding-bottom: 2px;
										letter-spacing: 1px;
										
								}
								
								.LargeProductHolder p {
									margin: 3px 0 15px 10px;
									font-family: Arial;
									font-size: 11px;
									text-align: left;
									
									line-height: 14px;
									letter-spacing: .2px;
									
								}
								
								.ColorHolder {
										width: 64px; height: 75px;
										float:left;
										margin-left: 10px;
										
								}
										
										.ColorName {
											font-family: Arial;
											font-size: 11px;
											text-align: left;
											font-weight: bold;
										}
										.ColorHolder img {
											width: 50px;
											height: 50px;
											
										}
								
								/* used for Code, Price and Size details */
								.FinalDetails {
									clear: both;
									
								}
										
										.FinalDetailHolder {
											display: block;
											padding-top: 11px;
											
										}
										.FinalDetailsTitle {
												color:  #FF687F; font-weight: normal;
												font-family: Arial;
												font-size: 14px;
												padding-bottom: 2px;
												letter-spacing: 1px;
												
										}
										.FinalDetailsValue {
												
												font-family: Arial;
												font-size: 11px;
												text-align: left;
										}
									
								
	
					

                                    