/*
Name: Main CSS file for wp-shop plugin. Enjoy:)
Author: Igor Bobko
Author URI: http://www.activebob.ru
*/

.wpshop_buy td 
{
	/*display:table-cell;*/
	padding:5px;
	/*text-align:left;*/
	text-indent:0;
}	

.vitrina_element
{
	padding: 0px 20px 0px 0px;
	border-color: rgb(170, 170, 170);
	height: 100%;
	margin-top: 10px;
	margin-left: 10px;
	border-style: none dotted dotted none;
	border-width: 1px;	
}

.vitrina_header a
{
	text-decoration:none;
	display:table-cell;
    vertical-align:middle;
}

.vitrina_detail
{
	margin-top:20px;
}

.wpshop_count input
{
	font-size:11px;
	height:15px;
	width:20px;
}

.price_table
{
	width:100%;
}

.wpshop_mini_sum
{
	float:left;
	margin:5px;
}
.wpshop_mini_count
{
	margin:5px;
	float:left;
}

#wpshop_minicart
{
	float:left;
}
.minicart
{
	margin:5px;
}

.widgettitle
{
	font-size:14px;
}

.discount_row
{
	color:green;
}


.wpshop_buy_new .wpshop_price
{
	padding:1px;
}

.wpshop_buy_new .wpshop_count
{
	padding:3px;
}

.wpshop_buy_new .wpshop_button
{
	padding:1px;
}

.
wpshop_bag
{
	margin:0px;
	max-width:280px;	
}

.wpshop_post_block
{
	float:right;
}

.wpshop_table_td .wpshop_bag 
{
	float:right;
}

.over_wpshop_buy
{
	overflow:hidden;
}

.wpshop_post_block .over_wpshop_buy
{
	float:left;
}
.wpshop_post_block .wpshop_buy
{
	float:right;
}

.wpshop_buy_new td
{
	vertical-align:middle !important;
}

.vitrina_element .wpshop_bag
{
	float:none;
}

.wpshop_properties dt
{
	float:left;
	margin:5px;
}