/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */


html, body {
	height: auto;
}
 
body {
	margin: 30px;
	background: none;
}

#header {
	display: none;
}

#box {
	position: static;
	width: auto;
	background: transparent;
	border: 1px solid #000;
	border-width: 1px 0;
}

#cols {
	position: static;
	/*overflow: hidden;*/
	width: auto;
}
	#bgCols {
		position: static;
		min-height: 0;
		background: transparent;
	}
		#innerCols {
			padding: 20px 0 0;
		}

ul#rootline {
	display: none;
	position: static;
	width: 100%;
	height: 30px;
	position: static;
	border: 1px solid #000;
	border-width: 1px 0;
	overflow: hidden;
}
	#rootline li {
		margin: 8px 0px;
	}
	#rootline li a {
		font-size: 11px;
		line-height: 13px;
	}
	#rootline li.first a {
		padding-left: 0;
	}

/* #col1 */
	/* 1column layout */
	.layout1 #col1 {		
		float: none;
		width: auto !important;
		width: 100%;
		margin-top: 30px;
	}

	.layout2 #col1 {
		display: none;
	}

	.layout3 #col1 {
		float: none;
		width: auto !important;
		width: 100%;
		margin-top: 30px;
	}


/* #col2 */
	.layout2 #col2 {
		float: none;
		width: auto !important;
		width: 100%;
		margin-top: 30px;
	}
	.layout3 #col2 {
		display: none;
	}
				
#leftContent,
#mainContent,
#rightContent {
	padding: 0 0 16px 0;
}
				
#footer {
	display: none;
}

#bannerRight {
	position: absolute;
	width: 0;
	display: none;
}

/* -----------------------------------------------
	content style
----------------------------------------------- */

/* product detail */
.product-info-box {
	position: static;
	padding: 0;
	border: 0;
}

.product-img-box {
	width: 267px;
}

	.product-img-box .product-image-zoom {
		position: relative;
		width: 267px;
	}

	.product-img-box .product-image-zoom img {
		position: absolute;
		left: 134px;
		margin-left: -189px;
	}

	.product-img-box .product-img-options {
		padding: 5px 0 0 0;
	}

.product-shop {
	width: 290px;
}

	.add-to-holder,
	#socialbookmarks {
		display: none;
	}
	
.collateral-box {
	overflow: hidden;
	border-top: 1px solid #000;
}

/* sales print */
.print-head {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom :1px solid #000;
}

	.print-head address {
		float: right;
	}

h3 {
	color: #666;
	font-size: 24px;
	font-weight: normal;
}
	
.divider {
	clear: both;
	margin-bottom: 16px;
}
	
.col2-set {
	clear: both;
	width: 100%;
	/*margin-bottom: 16px;*/
	overflow: auto;
}

.col2-set .col-1,
.col2-set .col-2 {
	float: left;
	width: 50%;
}

table.print {
	width: 100%;
	margin-bottom: 16px;
	border: 1px solid #000;
}

table.print td,
table.print th {
	padding: 5px;
	border: 1px solid #000;
}