.product_screen_add_to_cart {
	background-color: #eeeeee;
	border: 1px solid #000;
	width: 200px;
	margin-top: 5px;
}

.product_screen_product_title {
	font-weight: bold;
	padding: 5px;
	font-size: 15px;
}

.product_screen_product_price {
	font-weight: bold;
	padding: 3px;
	font-size: 15px;
}

.product_screen_product_description {
	font-size: 12px;
}

.product_screen_product_options {
	width: 260px;
}

.product_screen_product_image_1 {
	border-right: 1px solid #000;
	vertical-align: top;
}

.product_screen_product_image_2 {
	border-bottom: 1px solid #000;
	
}

.product_screen_product_image_3 {
}

.product_screen_related_items_div_bg {
	background-color: #87CEFA;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.product_screen_related_items_text {
	font-weight: bold;
	padding: 5px;
}

.product_screen_product_image_td {
	border-right: 1px solid #000;
}

.product_screen_navigation {
	padding-left: 20px;
	padding-right: 20px;
}

.product_screen_navigation_bg {
	background-color: #87CEFA;
        border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 30px;
}
