div#attributes {
	display: none;
}
div#product_attributes_block {
	width: 408px; /*458*/
	margin: auto;
}
div#product_attributes_block table {
	width: 100%;
	margin: auto;
	text-align: left;
}
div#product_attributes_block table tr.group_name td {
	font-weight: bold;
	color: #000;
	padding: 4px 8px 4px 8px;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666; 
	background-color: #E2E4E9;
}
div#product_attributes_block table tr.attributs td {
	border-bottom: 1px dashed #666; 
}
div#product_attributes_block input {
	border: none;
}
div#product_attributes_block table tr td.input_radio {
	/*width: 2%;*/
}
div#product_attributes_block table tr td div.attribute_color {
	float:left;
	width:auto;
	min-width:100px;
}

div#product_attributes_block table tr td #color_picker p {
	margin-bottom: 0.4em;
	padding: 0
}
div#product_attributes_block table tr td #color_picker {
	padding: 0.6em 0.7em 0.4em 0.7em;
	background: #EFEFEF;
	border: 1px #d0d3d8 solid;
}
div#product_attributes_block table tr td #color_to_pick_list li {
	display: inline;
	width:auto;
	float: left;
	margin: 0 0.4em 0.4em 0
}
div#product_attributes_block table tr td a.color_pick {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
        margin-right: 5px;
	border: 1px solid #666;
	cursor: pointer
}
div#product_attributes_block table tr td a.color_pick:hover { border: 1px solid #000 }
div#product_attributes_block table tr td a#color_all { cursor: pointer }


ul#idTab10 table th#description_column, div#product_attributes_block table th#description_column {
	width: 55%;
	text-align:left;
}
div#product_attributes_block table tbody tr td{
	padding: 2px 0 2px 0;
}
div#product_attributes_block table tbody tr td.price_impact{
	padding-right: 8px;
	text-align: right;
}
ul#idTab10 table th#price_column, div#product_attributes_block table th#price_wt_column, 
 div#product_attributes_block table th#price_column,
 div#product_attributes_block table th#weight_column {
	text-wrap:  none;
        /*width: 43%;*/
}