

.pc_container {
    width: 550px;
    height: 266px;
    padding: 0px;
    background: #fff;
    margin: 0px auto;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.pc_container .pc_item {
    margin-top: 0px;
    margin-left: 0px;
    width: 550px;
    height: 230px;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 230px;
    color: white;
    padding: 0px;
    width: 100%;
    float: right;
    overflow:visible;
}

.pc_bar_container_underflow {
    width: 90000px;
    overflow: visible;
}

.pc_bar_container_overflow {
    overflow: hidden;
    position: absolute;
    top: 230px;
    color: white;
    margin: 0px;
    padding: 0px;
}

.left, .center, .right {
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 1px;
    float: left;
}

.bar {
    background-position: left;
    overflow: hidden;
    font-size: 1px;
    float: left;
    width: 200px;
}

.pc_item .desc {
    position: absolute;
    width: 250px;
    height: 225px;
    line-height: 1.4em;
    right: 0px;
    overflow: hidden;
    padding: 5px;
}

.pc_item .desc h1 {
    color: #274665; 
    padding: 0 0 0 0; 
    margin: 5px 0 0px 0; 
    line-height: 21px;
    letter-spacing: -1px;
	font-size: 21px; 
	text-align: left; 
}

.pc_item .desc p {
     padding: 0 0 5px 0;
    line-height: 12px; 
	text-align: left;
	font-size: 12px;
}



.pc_item .desc .info .title {
    text-transform:uppercase;
    font-size: 11px;  
    vertical-align:text-bottom;   
    padding: 0 3px 3px 0;
    color: #6c7676;
    line-height: 14px;

}

.pc_item .desc .info .size {
    font-size: 11px;   
    padding: 0 0 2px 4px; 
	line-height: 11px;
}

.pc_item .desc .info .color {
    font-size: 11px;  
    vertical-align:middle;  
    padding: 0 5px 0 0; 
    color: #6c7676;
	line-height: 14px;
}

.pc_item .desc .info #colorbox ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}

.pc_item .desc .info #colorbox li {
	float: left;
	height: 10px;
	width: 10px;
	list-style-type: none;
	margin: 0 3px 5px 0;
	padding: 0;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

.pc_item .desc .info .price {
    font-size: 14px;  
    vertical-align:text-bottom;
    font-weight: bold;
    color: #c10000;  
    padding: 0; 
	line-height: 14px;
}

.pc_item .desc .code {
    font-size: 10px;  
    color: #8f9386;  
    padding: 0; 
	line-height: 11px;
	font-style:italic;
	padding-left: 4px;
}