@CHARSET "ISO-8859-1";

div.product {
	background: transparent url(/interface/product-background.gif) right repeat-y;
        margin: 0px;
        

}

	div.product div.description {
		width: 310px;
		margin-right: 0px;
		padding: 00px;
		padding-top: 0px;
		font-size: 11px;
		padding-left: 10px;
                overflow: hidden;
	}

	div.product div.order {
		float: right;
		width: 320px;
		
		color: #c9cacb;
		font-family: Verdana;
		font-size: 11px;
	}
	
		div.product div.order a {
			color: #c9cacb;
		}
	
		div.product div.order div.item {
			padding: 10px;
		}
	
		div.product div.order div.item-title,div.product div.order div.item-title-selected {
			background: url(/interface/product-order-arrow.gif) no-repeat #6e7072;
			background-position: 11px 10px;
			padding: 7px;
			padding-left: 26px;
			text-transform: uppercase;
			font-family: "Times new Roman";
			font-size: 14px;
			font-weight: bold;
			cursor: pointer;
			
		}
		
			div.product div.order div.item-title {
				margin-bottom: 1px;
			}
		
		div.product div.order div.item-title-selected {
			cursor: pointer;
			background: url(/interface/product-order-arrow.gif) no-repeat #6e7072;
			background-position: 11px 10px;
		}

                div.product div.order div.item-title-selected a {
                    display: block;
                }
                div.product div.order div.item-title:hover,
                div.product div.order div.item-title-selected:hover {
                    
                }


		div.product div.order h3 {
			margin: 0px;
			padding: 10px;
			padding-bottom: 0px;
			font-size: 12px;
		}
	
		div.product div.order table {
			width: 270px;
			border-collapse: collapse;
		}
		
		div.product div.order table td {
			padding-top: 0px;
			padding-bottom: 0px;
			width: 5%;
		}
		
		div.product div.order table input {
			width: 65px;
		}
		
		div.product div.order table th {
			padding-top: 4px;
			padding-bottom: 4px;
			font-weight: normal;
			width: 95%;
			padding-left: 10px;
			text-align: left;
		}
	
	div.price {
		font-size: 12px;
		color: #717071;
		font-family: "Times new Roman";
		padding-bottom: 8px;
	} 
	
		div.price em {
			font-size: 20px;
			font-style: normal;
		} 
		
.button-addtocart {
	padding: 0px;
	border: 0px;
	margin: 0px;
	background: transparent;
	cursor: pointer;	
}

.product-add-button {
	
        margin-top: 5px;

}
		
div.relateditems {
	
}

	div.relateditems div.title {
		padding-top: 8px;
		font-weight: bold;
	}
	
	div.relateditems a {
		color: #6b6a6b;
		text-decoration: none;
		font-size: 11px;
	}

		div.relateditems a:hover {
			text-decoration: underline;
		}

	div.relateditems div.image,div.relateditems div.image-middle,div.relateditems div.image-last {
		border-bottom: 10px solid #f1f1f1;
	}

	div.relateditems h4 {
		margin: 0px;
		padding-bottom: 10px;
		font-size: 14px;
		text-transform: uppercase;
	}
	
div.photos {
	width: 310px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 10px;
        *padding: 0px;
        overflow: hidden;
        *margin-left: 10px;
}

	div.photos div.small-images {
		padding-top: 10px;
		padding-left: 6px;
	}
	
	div.photos div.small-images img {
		margin-right: 6px;
	}


        img#fadePhoto {
            

        }
