/*
	Style sheet for Product List Attributes module

	When the PrestaShop 1.5 default theme is in use, the style sheet,
	"pla-1.5.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.
*/

#featured-products_block_center .pla_attributes {
	width: 120px;
	margin-left: 0.5em;
	text-align: right;
	vertical-align: bottom
}

#featured-products_block_center p.price_container {
	min-height: 43px
}

.pla_original_price {
    color: #374853;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: line-through;
    float: left;
    clear: none;
    margin: 2px 8px;
}
.pla_reduced_price {
	float: left;
	font-size: 20px;
}


.pla_attributes .availability {
	margin: 0.55em 0 0;
	color: #488c40;
	font-size: 0.9em
}

.pla_attribute_group_container {
    float: left;
    width: 100%;
}

.pla_attributes label {
    display: block;
    float: left;
    margin: 10px 0;
    text-align: left;
    width: 39%;
}
.pla_attribute_group_label {
    text-align: left;
    float: left;
}

.pla_attribute_row {
	float: right
}

select.pla_select {
    display: block;
    float: left;
    margin: 5px 0;
    padding: 4px;
    width: 60%;
}

div.decbutton {
    float: left;
    width: 27px;
    height: 27px;
    background: url('../img/quantity_down.png') no-repeat top left;
    margin: 5px 5px 5px 0;
	cursor: pointer;
}
div.decbutton:hover,
div.decbutton:active {
	background: url('../img/quantity_down.png') no-repeat bottom left;
}
div.incbutton {
	float: left;
	width: 27px;
	height: 27px;
	background: url('../img/quantity_up.png') no-repeat top left;
    margin: 5px 0 5px 5px;
	cursor: pointer;
}
div.incbutton:hover,
div.incbutton:active {
	background: url('../img/quantity_up.png') no-repeat bottom left;
}

.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: 120px;
	margin: 0
}

.pla_color_swatch_row {
	float: right;
	max-width: 120px
}

.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: 50px;
    display: block;
    float: left;
    margin: 5px 0;
    padding: 4px;
}
.pla_ajax_add_to_cart_button,
.pla_disabled_add_to_cart_button
{
	margin-top: 0.5em
}

.pla_view_button
{
	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
}
