﻿div.product_item_options
{
	width: 265px;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
	margin-top: 13px;
}
div.product_item_options div div span.property, div.product_item_options div div span.value 
{
	display: none!important;
}
div.product_item_options div.product_item_options_header_buttons
{
	display: none;
}

div.product_item_options div.product_item_options_header_buttons span
{
	width:100px;
	height: 20px;
	background-color:White ;
	color:Black ;  
}

div.product_item_options div.product_item_options_header_buttons span:hover
{
	width:100px;
	height: 20px;
	background-color:Orange ;
	color:White ;  
}

div.product_item_options span.product_item_options_button
{
	width:100px;
	height: 20px;
	background-color:Orange ;
	color:White ;  
}
div.product_item_options div.product_item_options_header
{
	background-color: #f2f1ed;
	border-bottom: 1px solid #dddddd;
	height: 18px;
	padding-top: 5px;
}
div.product_item_options div.product_item_options_header span {
	padding-left:7px;	
}

div.product_item_options div.product_item_options_text
{
	margin-left: 15px;
	margin-top: 5px;
	text-transform: uppercase;
	float: left;
	width: auto;
	margin-right: 10px;
}
div.product_item_options div.product_item_options_value
{
	float: left;
}

div.product_item_options div.product_item_options_value select {
	width: 45px;
}

div.product_item_options div.product_item_options_size_table
{
		float: right;
}



div.product_item_options div.product_item_options_slidepanel
{
	width: 265px;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
	background-color:white;
	color:#CCCCD2;
	position:absolute;  
	display: block; 
	z-index:1000; 
}
div.product_item_options div.product_item_options_slidepanel_hidden
{
    display: none;
}
div.product_item_options div.product_item_options_colorChoose
{
    width: 85px;
    height: 90px;
    display: inline-table;
    text-align:center;
}

div.product_item_options div.product_item_options_colorChoose img
{
	width:56px;
	height: 56px;
}
div.product_item_options div.product_item_options_colorChoose_panel
{	
	width:60px;
	height: 60px;
	margin:12px 12px 0 12px;
}
div.product_item_options div.product_item_options_colorChoose_panel_selected
{ 	
	width:56px;
	height: 56px;
	margin:12px 12px 0 12px;
    border: 2px solid red;
}

div.product_item_options div.product_item_options_slidepanel_buttons
{
}
div.product_item_options div.product_item_options_item_panel
{
	width:265px;
	height:30px; 
	padding-top: 10px;
}
	


