#content {
	border: none;
	padding: 0;
	width: 749px;
}

#right {
	width: 213px;
	margin-left: 5px;
}

.start {
	
}
	
	.start .welcome {
		margin-bottom: 10px;
	}
	
	.start .cols {
		width: 749px;
	}
	
		.start .cols .col {
			float: left;
			width: 249px;
			margin-right: 1px;
			overflow: hidden;
		}
		
		.start .cols .col.last {
			margin-right: 0;
		}
		
		.start .cols .col > .info {
			height: 300px;
		}
			
			.start .info > .title {
				color: #FFFFFF;
				padding: 4px;
			}
				
				.start .bw .info > .title {
					background: #BD6539;
				}
				
				.start .wb .info > .title {
					background: #679CBD;
				}

				.start .bad .info > .title {
					background: #A5935F;
				}

				.start .info > .title strong {
					font-size: 12px;
				}
					
			.start .info > .desc {
				padding: 4px;
			}
			
		.start .productList {
			margin: 0 0 10px 0;
		}
		
		.start .productList .row .item {
			width: 242px;
			height: 110px;
		}
		
		.start .productList .row .item.last {
			border-bottom: none;
		}
			
			.start .productList .row .item .info {
				width: 132px;
				float: left;
			}
			
			.start .productList .row .item .more, .start .productList .row .item .vendor {
				display: none !important;
			}
			
			.start .productList .row .item .title {
				width: auto;
				height: 65px;
			}