@import url("common.css");
@import url("browse.css");
@import url("browse.business.css");

/*
Action Envelope
- Created: 7/17/07
*/

#regular {
	padding: 0 13px 45px 16px;
}
	
	#contentPromo {
		padding: 10px 0 16px 0;
	}
	#contentPromo .aCol {
		width: 265px;
		float: left;
	}
	#contentPromo .bCol {
		width: 275px;
		float: left;
	}
	#contentPromo .bCol h1 {
		margin: 0 0 10px 0;
		font-size: 1.6em;
		color: #054578;
	}
	#contentPromo .bCol p {
		margin: 0;
		padding: 0 15px 0 0;
		font-size: 1.2em;
		line-height: 17px;
		color: #676767;
	}
	#contentPromo .cCol {
		width: 180px;
		float: left;
	}
	#contentPromo .cCol h1 {
		margin: 0 0 10px 0;
		padding: 5px 0 10px 29px;
		font-size: 1.1em;
		color: #f60;
		background:url(../img/icon/star.popular.gif) no-repeat 6px 2px;
		border-bottom: 1px solid #d7d7d7;
	}
	#contentPromo .cCol ul {
		list-style: none;
	}
	#contentPromo .cCol ul li {
		margin: 0 0 10px 0;
		padding: 0 0 0 8px;
		clear: both;
	}
	#contentPromo .cCol ul li img {
		padding: 3px 20px 0 0;
 		float: left;
	}
	#contentPromo .cCol ul li div {
		font-size: .9em;
		float: left;
	}
	#contentPromo .cCol ul li p {
		margin: 0;
		color: #f60;
	}

	h1.header {
		width: 720px;
		height: 31px;
		background: url(../img/rc/bColBrowse/rc.header.gif) no-repeat 0 0;
		font-size: 1.2em;
		line-height: 31px;
		color: #fff;
		text-indent: 17px;
		position: relative;
	}
	h1.header .popular {
		height: 20px;
		padding: 0 0 0 5px;
		background: url(../img/icon/popular.png) no-repeat 0 center;
		position: absolute;
		top: 6px;
		right: 20px;
		display: block;
		line-height: 20px;
		font-size: .84em;
		font-weight: normal;
	}
	#itemList {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#itemList .sort {
		height: 25px;
		margin: 0 0 8px 0;
		padding: 0 0 0 17px;
		background: #f0f0f0;
		overflow: hidden;
		line-height: 23px;
	}
	#itemList .sort a {
		font-size: 1.1em;
		font-weight: bold;
		color: #666;
		padding: 0 11px 0 0;
		text-decoration: none;
	}
	#itemList .sort a.name {
		margin: 0 250px 0 0;
	}
	#itemList .sort a.size {
		margin: 0 88px 0 0;
	}
	#itemList .sort a.color {
		margin: 0 23px 0 0;
	}
	#itemList .sort a.price {
		margin: 0 0 0 0;
	}
	#itemList .sort a.asc {
		background: url(../img/icon/sorting.asc.gif) no-repeat right 4px;
	}
	#itemList .sort a.desc {
		background: url(../img/icon/sorting.desc.gif) no-repeat right 4px;
	}
	#itemList .sort a:hover, #itemList .sort a.active {
		color: #0f8aeb;
		background-position: right -9px;
	}
	#itemList .item {
		margin: 0 0 7px 0;
		position: relative;
		cursor: pointer;
	}
	#itemList .item .top {
		width: 100%;
		height: 3px;
		background: url(../img/rc/bColBrowse/top.item.gif) no-repeat 0 0;
		overflow: hidden;
	}
	#itemList .item .content {
		width: 100%;
		padding: 5px 0;
		background: url(../img/rc/bColBrowse/bg.item.gif) repeat-y 0 0;
	}
	#itemList .item .btm {
		width: 100%;
		height: 4px;
		background: url(../img/rc/bColBrowse/btm.item.gif) no-repeat 0 -1px;
		overflow: hidden;
	}
	#itemList .item.active .top {
		background: url(../img/rc/bColBrowse/top.item.active.gif) no-repeat 0 0;
	}
	#itemList .item.active .content {
		background: url(../img/rc/bColBrowse/bg.item.active.gif) repeat-y 0 0;
	}
	#itemList .item.active .btm {
		background: url(../img/rc/bColBrowse/btm.item.active.gif) no-repeat 0 -1px;
	}
	#itemList .item.active a {
		color: #F67A00;
		text-decoration: none;
	}
	#itemList .item .thumb {
		width: 89px;
		float: left;
		position: relative;
	}
	#itemList .item .thumb img {
		margin: 0 auto;
	}
	#itemList .item .name {
		width: 230px;
		padding: 3px 20px 3px 10px;
		color: #0657ad;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.3em;
		float: left;
	}
	#itemList .item .name span {
		color: #1e4f62;
		font-size: 10px;
		line-height: 13px;
		font-weight: normal;
		float: left;
	}
	#itemList .item .size {
		width: 112px !important;
		padding: 5px 20px 5px 4px !important;
		font-size: 1.2em;
		color: #0494e4;
		float: left;
	}
	#itemList .item .color {
		width: 85px;
		padding: 5px 0;
		font-size: 1.2em;
		color: #666;
		float: left;
	}
	#itemList .item .price {
		width: 135px;
		padding: 5px 0 5px 5px;
		font-size: 1.2em;
		color: #666;
		float: left;
	}
	#itemList .item .price span {
		color: #ff7200;
	}
	#itemList .item .popular {
		width: 19px;
		height: 20px;
		background: url(../img/icon/star.popular.png);
		_background: url(../img/icon/star.popular.gif);
		position: absolute;
		overflow: hidden;
		text-indent: -999px;
		top: -4px;
		left: -3px;
	}
	#itemList .item .new {
		width: 32px;
		height: 20px;
		background: url(../img/icon/new.png);
		_background: url(../img/icon/new.gif);
		position: absolute;
		overflow: hidden;
		text-indent: -999px;
		top: -4px;
		left: -7px;
	}
