/* 
	DirtyKnickersOnline Basket CSS Document
	October 2006
	Mike Hearfield
*/

/*--------------------------------------------------------------------------- BASKET ENTRY */
.div_basketEntry{
		position:relative;
		width:581px;
		color:#7B7C7C;
		background:url(images/boxes/wDkBody.gif) 0 100% repeat-y;
		margin:0px 0px 10px 0px;
		color:#FFFFFF;
		}
		.div_basketEntry h3{
			height:auto !important;
			height:21px;
			min-height:21px;
			font-weight:bold;
			font-size:1em;
			padding:5px 2px 0px 5px;
			background:url(images/boxes/wDkHead.gif) 0 0 no-repeat;
		}
		.div_basketEntry select{
			width:75px;
		}
		.div_basketEntry p{
			margin:3px 5px 3px 5px;
			}
			.div_basketEntry p.price{
				font-size:1.8em;
				font-weight:bold;
				line-height:18px;
			}
			.div_basketEntry p.note{
				color:#7B7C7C;
			}
		.div_basketEntry div.cola{
			width:170px;
			margin-right:10px;
			float:left;
			display:inline;
			}
			.div_basketEntry div.cola img{
				margin:0px;
			}
		.div_basketEntry div.colb{
			width:175px;
			margin-right:10px;
			float:left;
			display:inline;
			}
		.div_basketEntry div.colc{
			width:195px;
			float:right;
			display:inline;
		}
		.div_basketEntry table.basket_table{
			width:581px;
			font-size:85%;
			border-top:1px solid #7B7C7C;
			}
			.div_basketEntry table.basket_table th{
				text-align:left;
			}
			.div_basketEntry table.basket_table th.cola{
				width:70px;
			}
			.div_basketEntry table.basket_table th.colb{
				width:126px;
			}
			.div_basketEntry table.basket_table th.colc{
				width:80px;
			}
			.div_basketEntry table.basket_table th.cold{
				width:65px;
			}
			.div_basketEntry table.basket_table th.cole{
				width:105px;
			}
			.div_basketEntry table.basket_table th.colf{
				width:135px;
			}
			.div_basketEntry table.basket_table td{
				color:#7B7C7C;
			}
/*---------------------------------------------------------------------------*/

