/*
This CSS definition is copyright Dipl.-Ing.(TH) Winfried Kaiser, info@seifenparadies.de, entwicklung@powertemplate.de
Any unauthorized use will be legally prosecuted!

Not released under the GNU General Public License

//Master Products    
*/

.option_info {
  width:80px;
}

.option_text {
  text-align: left;
  font-weight: bold;
}

.option_price {
  text-align: right;
  padding-right:5px;
}

.option_select {
  width:20px;
  text-align: center;
  padding-left:5px;
  padding-right:5px;
}

.option_name {
  width:100%;
}

#attributes_frame.option_name {
   position:relative; 
}

.option_name_tool_tip {
  background-color: white;
  color:black;
  position:absolute;
  display:none;
  border:1px solid black;
  padding:3px;
  z-index: 1000;
}

#attributes_frame .option_name:hover .option_name_tool_tip {
  display:block;
}

.option_sort {
  width:45px;
  text-align: right;
}

.option_sort input {
  text-align: right;
  background-color: Inherit;
  border:1px solid black;
}

.attributes {
  width:576px;
  background-color: #f0f0f0;
}

.attributes_dropdown .attributes {
  background-color:white;
}

.attributes_class {
  /*color:#C10101;*/
  font-weight: bold;
}

.option_group_img img {
  /*margin-bottom:12px;
  margin-top:12px;*/
  width:577px;
}

.option_group {
  width:100%;
  padding-left:0px;
  padding-right:0px;
  /*background-color: white;
  margin-bottom: 12px;
  */
}

.option_group_header {
  width:100%;
  /*background-color: white;*/
  color: black;
  font-weight: bold;
  position:relative;
  vertical-align: middle;
}

.option_group_title {
  background-color: inherit;
  color:black;
  border:1px solid #DADADA;
  font-weight: bold;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;;
  text-align: center;
}

.option_group_header_std,
.option_group_name {
  /*height: 31px;
  color:black;
  line-height: 31px;
  */
  font-weight: bold;
  font-size:14px;
  vertical-align:middle;
  padding-left: 5px;
  /*padding-top: 7px;*/
  margin-top:6px;
  margin-bottom: 6px;
  white-space:nowrap;
}

#main_content .option_group_name { 
	height: 31px;
}

/*
.attributes_dropdown .option_group_name {
  background-image: none;
  height: auto;
  line-height: normal;
  border:none;
}

.attributes_dropdown .all_options_toggle,
.attributes_dropdown .option_group_name_action_image_name {
  display:none;
}
*/

.option_group_name_action_image_name {
  position:absolute;
  right:10px;
  top:6px;
  cursor:pointer;
  font-size: 9px;
  font-weight: normal;
}

.option_group_name_action_image_pic {
  position:absolute;
  right:10px;
  top:163px;
  cursor:pointer;
}

.option_group_name_action_image_pic img {
  height:auto;
  width:auto;
}

.all_options_toggle {
  margin-bottom:12px;
}

.all_options_toggle a {
  color: black;
  font-weight: bold;
  margin-bottom:12px;
}

.option_entry {
  font-weight: bold;
  font-size:12px;
  color:#101010;
  background-color: white;
  cursor:pointer;
}

.attributes_dropdown .option_entry,
.attributes_dropdown .option_entry:hover {
  background-color: inherit;
  cursor:none;
}

.option_entry select {
  width:450px;
}

.option_entry_selected {
  cursor:pointer;
}

/*
.option_entry:hover .option_entry_line,
.option_entry_selected .option_entry_line {
*/

.option_entry:hover,
.option_entry_selected {
  /*background-color: #C10101;
  color:white;*/
  font-size:12px;
}

#attributes_frame .product_image {
  position:relative;
  text-align: center;
}

#attributes_frame .product_image img {
    height:80px;
    width:80px;
}


.admin_option_config_area {
	border:none; 
	width:584px;
}
/*
//Master Products    
*/

