/*===========================================================================*\
 * Columns
\*===========================================================================*/
.cols{
}
	.col-side{width:300px;}
	.col-main{width:610px;}

	.col2-right .col-side	{float:left;}
	.col2-right .col-main	{float:right;}

	.col2-left .col-side	{float:right;}
	.col2-left .col-main	{float:left;}

	.col2-home .col-side	{width:300px;float:left;}
	.col2-home .col-main	{width:300px;float:right;}

/*===========================================================================*\
 * Styles for CMS pages
\*===========================================================================*/
.std P,
.std UL,
.std OL,
.std TABLE{
	margin-bottom:0.5em;
	width:100%;
}

.std P:last-child,
.std UL:last-child,
.std OL:last-child,
.std TABLE:last-child{
	margin-bottom:0;
}

.std UL,
.std OL{
	margin-left:1.8em;
}
	.std UL{
		list-style-type:disc;
	}
	.std OL{
		list-style-type:decimal;
	}
	.std LI{
		display:list-item;
	}

.std P:empty,
.std SPAN:empty,
.std DIV:empty,
.std BR:last-child{ /* CMS editor empty tags fixed */
	display:none;
}

/*===========================================================================*\
 * Text preset
\*===========================================================================*/
.a-center	{text-align:center	!important;}
.a-left		{text-align:left	!important;}
.a-right	{text-align:right	!important;}

/*===========================================================================*\
 * Floating fixed
\*===========================================================================*/
.cols:after,
.header .account-menu:after,
.actions:after,
.products-grid:after,
.box-pager:after,
.more-title:after,
.product-content:after
{
	content:'.';
	display:block;
	height:0;
	overflow:hidden;
	clear:both;
} 
.ie6 .cols,
.ie7 .cols,
.ie6 .header .account-menu,
.ie7 .header .account-menu,
.ie6 .actions,
.ie7 .actions,
.ie6 .products-grid,
.ie7 .products-grid,
.ie6 .box-pager,
.ie7 .box-pager,
.ie6 .more-title,
.ie7 .more-title,
.ie6 .product-content,
.ie7 .product-content
{
	zoom:1;
}
