/** mini-basket **/
div#mini-basket {
background:#c00;
border:1px solid #c00;
margin:0 0 20px 0;
padding:5px 0;
text-align:center;
}

div#mini-basket h3 {
border-bottom:1px solid #D63333;
margin:0 5px;
padding-bottom:5px;
}

div#mini-basket h3 a {
color:#CEDBEC;
font-size:70%;
font-weight:bold;
}

div#mini-basket p a,
p#empty-basket {
color:#FFD105;
font-size:130%;
font-weight:bold;
}

div#mini-basket p {
margin-bottom:0;
}


/** generic panel styles **/


/** security panel 
div#productPanels div#securityPanel {
	float:right;
	width:230px;
}

	div.panel h4 {
		background:#ABA1AD;
		color:#fff;
		font-family:Arial, Helvetica;
		font-size:130%;
		font-weight:bold;
		margin-bottom:10px;
	}
	
	div.panel a {
		color:#36C;
	}
	
	div.panel p {
		line-height:1.2em;
	}
	
	div#secondarycontent div.panel ul {
		margin:0;
		padding:0;
		padding-left:12px;
	}
		div#secondarycontent div.panel ul li {
			list-style-image:url(/images/store/arrow_bullet.gif);
		}
*/

/** place order **/
div#placeOrder {
	margin:0;
}



/** search **/
form#storesearch {
			background:#FFEFAD;
border:1px solid #FEE06B;
	margin:0;
	margin-bottom:20px;
	padding:0;
	width:188px;
}

	form#storesearch fieldset {
		padding-bottom:10px;
		padding:10px;
	}
	
		form#storesearch h3 {
			background:#FEE06B;
margin:-10px 0 0 -10px;
width:168px;
font-size:130%;
font-weight:bold;
					padding:10px 10px 12px 10px;

		}
		
		form#storesearch fieldset label{
			display:block;
			margin
			width:90%;
		}
		
		form#storesearch fieldset input,
		form#storesearch fieldset select {
			width:165px;
		}

form#storesearch fieldset input.btnSubmit {
float:right;
font-size:80%;
font-weight:bold;
margin:8px 12px 0 0;
margin-top:8px;
width:auto;
}
		
		form#storesearch fieldset select {

			width:167px;
		}
		
			form#storesearch fieldset select option.childCat {
				padding-left:20px;
			}



/** tools **/

div#toolsPanel,
div#productPanels div#toolsPanel {
	border-color:#607072;
}
	div#toolsPanel h4,
div#productPanels div#toolsPanel h4 {
		background:#607072;
	}
	div#toolsPanel ul li,
div#productPanels div#toolsPanel ul li {
		padding:2px 0;
	}


/** delivery details **/
div#secondarycontent div.panel#deliveryPanel {
float:left;
} 

	div#deliveryPanel table caption {
		margin:0 0 10px 0px;
		padding:10px 0 0;
	}
	div#deliveryPanel caption,
	div#deliveryPanel table {
		/*min-width:170px;*/
		margin:5px 10px;
		width:170px;
	}

			div#deliveryPanel table th,
			div#deliveryPanel table td {
				padding:0px;
			}
	
	div#deliveryPanel table th {
		border-bottom:1px solid #dfdfdf;
	}
	div#deliveryPanel table td.money {
		text-align:center;
	}


/** security **/
div#securityPanel,
div#productPanels div#securityPanel {
	border-color:#ADAF9A;
	margin-right:0 !important;
}
	div#securityPanel h4,
div#productPanels div#securityPanel h4 {
		background:#ADAF9A;
	}
		div#securityPanel p strong,
div#productPanels div#securityPanel p strong {
			background: url(/images/store/security_icon.png) no-repeat left center;
			display:block;
			margin:0;
			margin-left:-5px;
			min-height:30px;
			padding:14px 0;
			padding-left:60px;
		}
