.item-title{
	text-transform:capitalize;
	}


/*
	Item Listing
----------------------------
*/

.item-listing div{
	padding:8px;
	}

.item-listing table h3{
	font:bold 11px verdana,sans-serif !important;
	margin:0px 0px 4px 0px;
	text-transform:none !important;
	}

.item-listing td.item-title{
	
	}

.item-listing td.item-price{
	text-align:right;
	width:100px;
	vertical-align:top;
	}

.item-listing p{
	margin:0px;
	}


/*
	Item Detail
----------------------------
*/

.item-details form{
	margin:0px;
	padding:0px;
	}

.item-details td{
	vertical-align:top;
	}

.item-details td p{
	/*margin:0px;*/
	}

.item-price{
	color:#CC0000;
	}

.item-options td{
	padding-bottom:4px;
	}

.item-options td p{
	margin:.5em 0px;
	}

.item-options td b{
	color:#1B5581;
	}

.item-options td select{
	margin-top:2px;
	}

.item-notes{
	display:block;	
	background-color:#f5f5f5;
	margin:1.5em 0px 1.5em 0px;
	padding:15px;
	color:#000;
	}

.item-notes h3{
	color:#000 !important;
	font-size:11px !important;
	margin:0px;
	}

.item-notes p{
	margin-top:.7em;
	margin-bottom:0px;
	}

.item-notes ul{
	margin-top:.7em;
	margin-bottom:0px;
	margin-left:0px;
	padding-left:1.5em;
	}

/*
	Cart
-----------------------------
*/

.listSelect{
	height:260px;
	overflow:auto;
	}

.listSelect p{
	}

.tableList{
	font-size:11px;
	}

.tableList th, .tableList .th, .tableList .th td{
	font-weight:normal;
	padding:3px 8px 3px 8px;
	color:#000;
	background:#CEDFEA url(/images/global/table-list-th.gif) repeat-x top left;
	border:1px solid #7CA5BE;
	text-align:left;
	}

.tableList td{
	padding:3px 8px 3px 8px;
	text-align:left;
	vertical-align:top;
	}

.tableList tr.shade, .shade{
	background-color:#f5f5f5;
	}

.tableList .pending{
	color:cc0000;
	}

.textDisplay{
	background-color:#F6F8FA;
	padding:10px;
	}

.textDisplay h3{
	margin:0px;
	}

.tableList .alert{
	background-color:#FFD685;
	/*color:#fff;*/
	}

.tableList table{
	display:none;
	margin-top:.7em;
	}

table.tableList, table.table-list{

	}



.cart-subtotal{
	font-size:13px;
	font-weight:bold;
	text-align:right;
	margin-top:1em;
	}

.cart-options{
	margin:0px;
	padding-left:1.5em;
	}

.cart-options li{
	}

.left{
	text-align:left;
	}

.right{
	text-align:right;
	}

.center{
	text-align:center;
	}

/*
	Review
-------------------------------
*/

.store-review{
	padding:15px;
	background-color:#f5f5f5;
	
	}

/*
	Forms
-------------------------------
*/

ol.form-list li{
	margin:.7em 0px;
	}

/* MISC */

.inset{
	margin-top:2em;
	}
