/* 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;
}

.sidebar {
	width:240px;
}
/*<<--left-side-bar-holder--*/



/*--content-->>*/
.layout-scs #content-holder {
	float:left;
	width:470px;
}
/*<<--content--*/




/*--right-side-bar-holder-->>*/
.layout-scs #right-side-bar-holder {
	float:right;
}
/*<<--right-side-bar-holder--*/


/*
	<<----------------Layout SCS 
*/


/*--------------------------------------------------------------------------------------------------*/


/*
	<<----------------Layout SC 
*/

/*--left-side-bar-holder-->>*/
.layout-sc #left-side-bar-holder {
	float:left;
}

.sidebar {
	width:240px;
}
/*<<--left-side-bar-holder--*/



/*--content-->>*/
.layout-sc #content-holder {
	float:left;
	width:700px;
}

/*<<--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;
}

.sidebar {
	width:240px;
}

body#homepage .sidebar {
	width:318px;
}
/*<<--left-side-bar-holder--*/



/*--content-->>*/


.layout-cs #content-holder {
	float:left;
	width:700px;

}

body#homepage .layout-cs #content-holder {
	float:left;
	width:635px;
}
/*<<--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;
}

.sidebar {
	width:240px;
}
/*<<--left-side-bar-holder--*/



/*--content-->>*/
.layout-c #content-holder {
	margin:0 10px 0 10px;
}
/*<<--content--*/




/*--right-side-bar-holder-->>*/
.layout-c #right-side-bar-holder {
	display:none;
}
/*<<--right-side-bar-holder--*/

/*
	Layout C ------------------->>
*/
