/***************/
/* MAIN LAYOUT */
/***************/
	
	#wrapper {
		width: 1190px;
	}
	
	/* Sidebar */

	aside {
		width: 250px;
		padding-right: 10px;
	}

	/* Content */

	#content {
		width: 920px;
		padding-left: 10px;
	}

/***********/
/* USERBAR */
/***********/

	#userbarWrapper {

	}

	#userbar {
		width: 1190px;
	}

/**********/
/* HEADER */
/**********/

	#headerWrapper {

	}

	header {
		width: 1190px;
	}

/********/
/* CART */
/********/

	#cartWrapper {

	}

	/* FLOATING CART */

	#floatingCart {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 6;
		box-sizing: border-box;
	}

/**********/
/* SEARCT */
/**********/

	#search {

	}

/**************/
/* NAVCONTROL */
/**************/

	#navcontrol {

	}

/************/
/* MAIN NAV */
/************/

	#navWrapper {
		width: 100%;
	}

	nav {
		width: 1190px;
	}

/********************/
/* INDEX CATEGORIES */
/********************/
	
	/* Normal */

	.index-category-container {
		width: 222px;
	}

	.index-category-container .inner .image {
		width: 202px;
	}

	/* Full */

	.index-full-category-container {
		width: 230px;
	}


	.index-full-category-container .inner .image {
		width: 210px;
	}

/****************/
/* PRODUCT LIST */
/****************/
	
	/* Turn Page Bar */
		
		/* View Buttons */

		.list-order .grid {
			width: 20px;
			height: 20px;
			padding: 5px;
			margin-left: 0;
		}

		.list-order .grid span {
			width: 5px;
			height: 5px;
			margin: 1px;
			border-radius: 0;
		}
		
		.list-order .grid span:nth-child(3n) {
			margin-right: 0;
		}

		.list-order .list {
			width: 20px;
			height: 20px;
			padding: 5px;
			margin-right: 20px;
		}

		.list-order .list span {
			width: 18px;
			height: 3px;
			margin: 1px;
			margin-bottom: 1.5px;
			border-radius: 0;
		}

		.list-order .turnpage span {
			width: 30px;
			height: 30px;
			line-height: 30px;
		}

		/* Bottom Info */

		.item-count-info {
			padding-top: 5px;
			float: right;
		}

	/* Grid Type */
		
		/* Container */

		.list-container {
			width: 222px;
		}

		.list-container .image, .list-container-horizontal .image {
			width: 192px;
			height: 144px;
			margin: 15px;
		}

		.list-container .image .scroll-image, .list-container-horizontal .image .scroll-image {
			width: 384px;
			height: 144px;
		}

		.list-container .image .scroll-image div, .list-container-horizontal .image .scroll-image div {
			width: 192px;
			height: 144px;
		}

	/* List Type */

		.list-container-horizontal {
			height: 180px;
		}

	/* Index Page */

		.list-container-index {
			width: 230px;
		}

		.list-container-index .image {
			width: 210px;
			height: 158px;
			margin: 10px;
		}

		.list-container-index .image .scroll-image {
			width: 420px;
			height: 316px;
		}

		.list-container-index .image .scroll-image div, .list-container-index .image .link-div {
			width: 210px;
			height: 158px;
		}

	/* Sidebar */

	.list-container-sidebar .price {
		width: 133px;
		margin-top: 5px;
	}

/*************/
/* ITEM PAGE */
/*************/
	
	
	/* Item Table */

	.item-table .item-table-img {
		width: 60%;
	}

	.item-shipping-info b {
		font-weight: 600;
	}

/**********/
/* FOOTER */
/**********/

	footer {
		width: 1190px;
	}

/**********/
/* SLIDER */
/**********/
	
	/* Large */

		.sliderLarge  {
			width: 1190px;
			height: 335px;
			margin-bottom: 15px;
		}
		
	/* Small */

		.sliderSmall  {
			width: 920px;
			height: 259px;
			margin-bottom: 15px;
		}