/* CSS Document *//*
	Theme Name: ConsultCommerce CMS
	Theme URI: 
	Description: Site structure
	Version: 1.0
	Author: Consult Commerce Ltd.
	Author URI: http://consultcommerce.com
*/


/*
	Layout SCS ------------------->>
*/


/*--left-side-bar-holder-->>*/
.layout-scs #left-side-bar-holder {
	float:left;
	width:255px;
}

/*<<--left-side-bar-holder--*/



/*--content-->>*/
.layout-scs #content-holder {
	float:left;
	width:460px;
}
/*<<--content--*/




/*--right-side-bar-holder-->>*/
.layout-scs #right-side-bar-holder {
	float:right;
	width:255px;
	
}

/*<<--right-side-bar-holder--*/


/*
	<<----------------Layout SCS 
*/


/*--------------------------------------------------------------------------------------------------*/


/*
	<<----------------Layout SC 
*/

/*--left-side-bar-holder-->>*/
.layout-sc #left-side-bar-holder {
	float:left;
}

.layout-sc .sidebar {
	width:255px;
	
}
/*<<--left-side-bar-holder--*/



/*--content-->>*/
.layout-sc #content-holder {
	float:left;
	width:725px;
}

/*<<--content--*/




/*--right-side-bar-holder-->>*/
.layout-sc #right-side-bar-holder {
	display:none;
}
/*<<--right-side-bar-holder--*/

/*
	Layout SC ------------------->>
*/

/*--------------------------------------------------------------------------------------------------*/

/*
	<<----------------Layout CS 
*/

/*--left-side-bar-holder-->>*/
.layout-cs #left-side-bar-holder {
	display:none;
}

.layout-cs .sidebar {
	width:255px;
}
/*<<--left-side-bar-holder--*/



/*--content-->>*/
.layout-cs #content-holder {
	float:left;
	width:470px;
	margin:0 0 0 265px;
	_margin:0 0 0 5px;
}
/*<<--content--*/




/*--right-side-bar-holder-->>*/
.layout-cs #right-side-bar-holder {
	float:left;
}
/*<<--right-side-bar-holder--*/

/*
	Layout CS ------------------->>
*/



/*--------------------------------------------------------------------------------------------------*/

/*
	<<----------------Layout C 
*/

/*--left-side-bar-holder-->>*/
.layout-c #left-side-bar-holder {
	display:none;
}

.layout-c .sidebar {
	width:255px;
}
/*<<--left-side-bar-holder--*/



/*--content-->>*/
.layout-c #content-holder {
	margin:0 10px 0 265px;
}
/*<<--content--*/




/*--right-side-bar-holder-->>*/
.layout-c #right-side-bar-holder {
	display:none;
}
/*<<--right-side-bar-holder--*/

/*
	Layout C ------------------->>
*/