.item_v2_multi_color_table
{
	width: 350px;
}

.item_v2_multi_color_table_cell
{
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}

.item_v2_main_detailed_display_image
{
}

.item_v2_color_table_message
{
	margin-top: 5px;
	margin-bottom: 10px;
	font-style: italic;
}

.popbox_image_small
{
	border: 1px solid silver;
	color: #000000;
}
.popbox_image_large
{
	border: 1px solid silver;
	color: #000000;
}

/* ======== Tabs ========== */
.tab_control_container
{
	padding-top: 4px;
	width: 100%;
}

.tab_head
{
	width: 100%;
	height: 23px;
	background-image: url(../images/tab_images/tabbg.jpg);
}

/* logical tab group */
.tab_inactive, .tab_inactive_highlight, .tab_active, .tab_active_highlight
{
	margin-left: 8px;
	float: left;
	text-align: center;
}

/* logical active tab group */
.tab_active, .tab_active_highlight
{
	background-image: url(../images/tab_images/active.jpg);
	width: 79px;
	height: 23px;
	color: #000000;
}

.tab_inactive
{
	background-image: url(../images/tab_images/inactive.jpg);
	width: 79px;
	height: 23px;
	cursor: pointer;
	color: #836937;
}

.tab_inactive_highlight
{
	background-image: url(../images/tab_images/over.jpg);
	width: 79px;
	height: 23px;
	cursor: pointer;
	color: #000000;
}

.tab_divider
{
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	padding: 10px;
	clear: both;
}

.tab_body_active
{
}

.tab_body_inactive
{
	display: none;
}
