
/** Product Category page **/

/** Override sidebar-right so that it becomes sidebar-left **/
.sidebar-right #content {
	width: 658px;
	margin-left: 316px; /* The width of #sidebar-left. */
	margin-right: -974px; /* Negative value of #content's width + left margin. */
}

.sidebar-right #content-inner {
	padding:0 0 0 13px;
}

#sidebar-right {
	float: left;
	width: 316px;
	margin-left: 0;
	margin-right: -316px; /* Negative value of #sidebar-left's width + left margin. */
	padding: 0;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#header-wrap {
	background:transparent url('images/bg_header_global2.jpg') 0 0 no-repeat;
	width:645px;
	height:200px;
	margin:0 0 12px;
}

#header-wrap h1.title {
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px;
	padding:0 20px;
	position:relative;
	top:167px;
	color:#fff;
}

#header-wrap p {
	margin:0 0 16px;
	padding:0 20px 0;
	color:#222;
	line-height:22px;
}

#content-area {
	margin:0 20px 20px;
}

.largeblock {
	list-style-type:none;
	margin:0 0 8px;
	padding:0;
}

.largeblock li {
	float:left;
	width:280px;
}
