/*
	Style sheet for Product List Attributes module

	This style sheet is loaded ONLY when the PrestaShop 1.5 default theme
	is in use.  Otherwise, the style sheet, "pla-classic.css", is loaded
	INSTEAD OF this style sheet.

	Please see the README-CSS.TXT file (in the same subdirectory as this
	CSS file) for details on how to customize the style sheets.
*/

.pla_attributes {
	clear: both
}

#featured-products_block_center .pla_attributes {
	width: 240px;
	margin: 0;
	text-align: right;
	vertical-align: bottom
}

#featured-products_block_center p.price_container {
	min-height: 3em
}

.pla_original_price {
	color: #374853;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: line-through
}

.pla_attributes .availability {
	margin: 0.55em 0 0;
	color: #488c40;
	font-size: 0.9em
}

.pla_attribute_group_container {
	 margin: 0.5em auto;
	max-width: 226px;
	/*margin: 0.5em 0 0*/
}
.pla_attribute_group_container label{
	font-weight: normal;
}

.pla_attribute_group_label {
	text-align: left;
	margin: 0 0 0.125em
}

.pla_attribute_row {
	float: right
}

select.pla_select {
	width: 100%;
	margin: 0
}

.pla_attribute_horizontal {
	margin: 0;
	text-align: left
}

.pla_attribute_horizontal input {
	margin-right: 0.25em
}

.pla_attribute_vertical {
	float: left;
	margin: 0 0 2px 5px
}

.pla_attribute_vertical input {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pla_color_swatch {
	float: right;
	max-width: 210px;
	margin: 0
}

.pla_color_swatch_row {
	float: right;
	max-width: 210px
}

.pla_color_container_padding {
	float: left;
	margin-left: 2px
}

.pla_color_container {
	margin: 0 auto;
	padding: 3px
}

.pla_color_container_selected {
	padding: 2px;
	border: 1px solid black
}

.pla_color {
	float: left;
	display: block;
	cursor: pointer
}

.pla_attribute_name_horizontal {
	float: left;
	margin-left: 0.25em
}

.pla_attribute_name_vertical {
	/*width: 100%;*/
	text-align: center
}

input.pla_quantity {
	width: 40px;
	margin: 0.5em 0 0.5em;
	text-align: left
}

.pla_ajax_add_to_cart_button,
.pla_disabled_add_to_cart_button
{
	margin-top: 0.5em
}

.pla_view_button, .lnk_view
{
	margin-top: 0.5em
}

#featured-products_block_center .pla_ajax_add_to_cart_button,
#featured-products_block_center .pla_disabled_add_to_cart_button
{
	display: block
}

.pla_clear {
	clear: both
}

.pla_hidden {
	display: none
}
.ajax_add_to_cart_button {
	display: block!important;
}