div#attributes .attribute_fieldset { display: none; }
div#attributes .attribute_fieldset.color { display: block; }
#aw_bo_container {
	clear: both;
	/*width:900px;*/
	margin:auto
}
#aw_container {
	clear: both;
}
#aw_attribute_groups {
	list-style: none;
}

#aw_attribute_groups li {
	display: block;
	padding: 20px 10px; margin-bottom: 3px;
	background-color: #efefef;
}

#aw_attribute_groups li img.handle {
	margin-right: 20px;
	cursor: move;
}

#aw_box {background: transparent; margin:0px 0em 10px 0em;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#eeeeee; border-left:1px solid #d9d9d9; border-right:1px solid #d9d9d9;}
.xb1 {margin:0 5px; background:#d9d9d9;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xbtop {background-color:#f3f3f3}
.xbbot {background-color:#ffffff}

.aw_header {
	display:block;
	background:#fff; 
	border:0; 
	padding: 0px 10px 5px 10px;
	font-size: 20px;
	line-height: 25px;
	color: #414042;
}

.countgroup {
	border: 1px solid #4dd0e1;
color: #4dd0e1;
width: 40px;
line-height: 40px;
display: inline-block;
border-radius: 50%;
text-align: center;
}

div[id^="aw_cell"].checked {
	background: #4dd0e1;
	border-color: #4dd0e1 !important;
	color: #fff;
}

div[id^="aw_cell"] {
	cursor: pointer;
}

.aw_description {
	font-weight: normal;
	font-size: 11px;
}

.aw_content {
	display:block; 
	background:#ffffff; 
	border:0; 
	padding: 10px 10px 5px 10px;
	color: #414042;
}
.aw_group_color {
	width:30px;
	height:30px;
	margin:auto;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:5px;

}

.lnk_view.close {
	position: absolute;
	top: 6px;
	right: 10px;
	cursor: pointer;
}

/* block top languages */
#aw_languages_block_top {
	margin: 0.4em 0.1em 0 0;
	float: left;
}
#aw_languages_block_top p {
	clear: left;
}
#aw_languages_block_top ul#aw_first-languages {
	float: left;
	height: 1.5em;
	width: 100%;
}
#aw_languages_block_top ul#aw_first-languages li {
	float:left;
	margin-right: 0.3em;
}

#aw_languages_block_top ul#aw_first-languages li.selected_language {
	float:left;
	margin-right: 0.3em;
}

.aw_price_change{
	clear:both;
	margin:auto;
	padding-bottom:6px;
}
.aw_price_change_hor{
color: #4dd0e1;
font-weight: bold;
padding-bottom: 20px;
}

div[id^="aw_cell_"].checked .aw_price_change_hor{
	color: #fff;
}

.aw_multiple_color {
		border: 2px solid transparent;
}
.multiple_selected{

	border: 2px solid #C3C3C3;
}

.multiple_selected_disabled{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}


/* PS 1.6 changes */
.aw_content .buttons_bottom_block {
	clear: none;
	padding: 0px;
	background: transparent;
	border: none;
}

.aw_content  table td{
	padding: 0px 3px 3px 3px;
}
.aw_content  table td div.checker {
	margin-top: 3px;
}
.aw_content img {
	max-width: inherit;
}

#product.content_only  #aw_container {
	clear: both;
	width: 96%;
	margin: 0 auto;
}

.aw_content .radio{
	display: block;
	padding-left: 1px;
	margin-top: 3px;
}

@media (max-width: 768px) {
	#aw_box {
		width: 100%;
	}

	#aw_box #aw_box {
		width: 100%;
	}
	
	.top_qty_additional,.bottom_not_in_stock{
		float: left;
	}
	
	.aw_content form .aw_content table td{
		display: inline-table;
	}
	
	.aw_content .button.lnk_view span{
		font-size: 13px;
	}
	
	.aw_content .our_price_display {
		font-size: 18px;
	}

}

@media (max-width: 479px) {
	#wizard_form .panel #group th,#wizard_form .panel #group td{
		
		display: inline-block;
	}
	#wizard_form .panel #group th,#wizard_form .panel #group td{
		
		width: 100%;
	}
	
	.aw_group_resp{
		max-width: 80%;
	}

}

