DIV#ctc-left-products {
	margin: 0 60em 0 0;
	padding-left: 8px;
}

DIV#ctc-content-products {
	float: right;
	width: 58em;
	margin-top: 8px;
	line-height: 1.7em;
	padding: 8px;
	border-left: 1px solid #CCCCCC;
	min-height: 400px;
}

DIV.productListing {
	border-bottom:1px solid #cccccc;
	width:100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

DIV.productPicture {
	float:left; 
}

DIV.productText {
	margin-left: 140px;
}

P.productTitle,
H2.productTitle{
	padding:0;
	margin:.2em 0 0 1em;
	font-size: 1.1em;
	color:#112266;
	font-weight:bold;
}

P.productShortDesc {
	padding:0;
	margin:0 0 .4em 0;
}

SPAN.productPrice {
	color: #666666;
	font-style:italic;
}

.clearer {
	padding:0;
	margin:0;
	clear:both;
	width:100%;
}

DIV.productNavBar {
	border-bottom: 2px solid #999999;
	font-size:.9em;
	color:#333333;
	text-align:center;
	margin-bottom:.5em;
	padding-bottom:.2em;
}

DIV.productNavBar SPAN, DIV.productNavBarBottom SPAN {
	color:#CCCCCC;
}



DIV.productNavBarBottom {
	font-size:.9em;
	color:#333333;
	text-align:center;
	margin-top:.5em;
}

TABLE.productCart {
	font-size:.9em;
	color: #333333;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}

TABLE.productCart TH {
	background: #ececec url(images/nav_top_bk_norm.gif) repeat-x;
	font-weight: bold;
	padding: .3em;
	vertical-align: top;
}

TABLE.productCart TD {
	padding: 0 .3em 0 .3em;
	vertical-align: top;
}

TABLE.productCart TR.productCartItem TD {
	border-top: 1px solid #cccccc;
	padding: .3em;
	vertical-align: top;
}

TD.Subtotal {	
	border-top: 1px solid #CCCCCC;
	font-weight: bold; 
	color:#666666;
}


TD.OrderTotal {	
	border-top: 1px solid #CCCCCC;
	font-weight: bold; 
	color: #003366; 
}

DIV.storeHeader {
	display:block;
	border-bottom: 1px solid #CCCCCC;
	color:#333333;
	font-size:.9em;
	font-weight:bold;
	background: #ececec url(images/nav_top_bk_norm.gif) repeat-x;
	padding: .4em;
	margin-bottom:8px;
}


DIV.storeBorder {
	border: 1px solid #CCCCCC;
	margin: 0 0 1em 0;
}

DIV.storeBorder P, DIV.storeHalfLeft P, DIV.storeHalfRight P  {
	margin: 4px 8px 4px 8px;
}

DIV.storeHalfLeft {
	border: 1px solid #CCCCCC;
	margin: 0 52% 1em 0;
}

DIV.storeHalfRight {
	border: 1px solid #CCCCCC;
	width: 50%;
	margin: 0 0 1em 0;
	float: right;
}

DIV.ctc-cross_sell_item {
	float:left;
	margin:4px;
	text-align:center;
	font-size:.9em;
	width:145px;
}

DIV.ctc-cross_sell_item IMG {
	border: 1px solid #cccccc;
}


#store-categories .current {
	float: right;
}

.store-cat img {
	margin: 10px 0 0 20px;
}

