@charset "UTF-8";
/* CSS Document */
/*XXXXXXXXXXXXXXXXXX Reset all browser defaults XXXXXXXXXXXXXXXXXXX*/

#RightPanel {
	padding-left:15px;
	margin-bottom:20px;
	font-size:9pt;
	}
#RightPanel .ProductBox {
}
	#RightPanel a,
	#RightPanel a:visited {
		text-decoration:none;
		}
		#ProductImage {
			width:250px;
/*			height:250px;*/
			padding:7px;
			float:left;
			border:1px solid #eea;
			margin:10px 10px 10px 0;
		}
		#ProductInfoContainer {
			float:left;
			background-color:#ffe;
			padding:15px;
			margin:10px 10px 20px 0px;
			width:250px;
			}
			#ProductInfoContainer p {
				margin:10px 0;
				}
		.ProductDescription {
			margin-bottom:20px;
			}
		.ProductPricingContainer {
			position:relative;
			}
		.ProductSize {
			margin-left:15px;
			}
		#SetContents {
			margin-left:10px;
			}
		.OtherProducts {
			margin:10px;
			width:80px;
			float:right;
			clear:right;
			}
			#OtherProductsHeadline {
				width:92px;
				float:right;
				border-bottom:1px solid #dd8;
				}
		.DividerRule {
			width:100%;
			height:1px;
			background-color:#807864;
			margin-bottom:10px;
			}
			.UnderDescription {
				margin-top:15px;
				}
		.BestSellerFlag {
			left:227px;
			position:absolute;
			top:35px;
			}
		.NewProductFlag {
			color:#c00;
/*			margin-left:10px;*/
			}
		.SpecialOfferFlag {
			background-color:#FFFFEE;
			color:lightblue;
			font-size:12pt;
			height:40px;
			left:150px;
			padding:0pt 5px;
			position:absolute;
			top:-7px;
			width:100px;
			}
			.SpecialOfferPercent {
				color:lightblue;
				font-size:12pt;
				position:absolute;
				top:12px;
				left:164px;
				font-size:10pt;
				z-index:10;
				}
			.OldPrice {
				text-decoration:line-through;
				color:gray;
				}
#SectionOpenAccountMessage {
	margin:80px 0 0 10px;
	}
	#SectionOpenAccountMessage h3 {
		text-transform:uppercase;
		font-size:9pt;
		}
		#SectionOpenAccountMessage h3 a, #SectionOpenAccountMessage h3 a:visited {
			text-decoration:none;
			}
	#SectionOpenAccountMessage p {
		width:80%;
		}