@charset "utf-8";
/* CSS Document */

a:hover {
	text-decoration: none;
}

#content .breadcrumbs a:hover {
	color: #FF3366;
}

.yuimenuitem-selected a {
	color: #FFF;
	background-color: #ff66cc;
}
.yuimenuitem-selected a:hover {
	color: #000;
}

#product_page {
	margin: 0;
	padding: 0;
	height: 600px;
}

#product_page .personalization {
	display: none;
}

#product_page .info_text {
	color: #666666;
	font-size: x-small
	margin: 0; 
	padding: 0;
}

#product_image_container {
	width: 48%;
	height: 100%;
	margin: 0;
	padding: 1em;	
	overflow: hidden;	
	float: left;
}
#product_image_container p {
	font-weight: normal;
	font-size: small;
}
#item-image {
	border: none;
	width: 300px;
}

#zoom-big {
	position: relative; 
	left: 370px; 
	top: 10px;
}


#image_thumb_container {
	padding-top: 0.25em;
	margin-top: 1em;
}
#product_details_container {
	width: 48%;
	height: 100%;
	margin: 0;
	padding: 0;	
	overflow: hidden;
}

#product_details_container h2 {
	margin: 0 0 2em 0;
	font-size: 140%;
	font-weight: bold;
	text-transform:uppercase;
}
#product_details_container p {

}
#product_details_container table {
	width: 70%;	
}
#product_details_container table td, 
#product_details_container table th {
	vertical-align: top;
	padding: 0.5em 1em 0.5em 1em;
	text-align: left;
}

#product_details_container input[name="qty"] {
	width: 3em;
	margin: 0;
	padding: 0;
}

#product_details_container input[name="add"] {
	padding: 0;
	margin: 0.25em 0;
	border: none;
}

#product_details_container select {
	width: auto;
}

#General-Info {
	text-align: left;
	font-weight: normal;
}
#General-Info p {
	margin-bottom: 1em;
}

