/* ********** Category Item *********** */
.itemDetailName { 
	font-family: Verdana, Geneva, Arial, sans-serif; 
	font-size: 22px; 
	padding-bottom: 5px; 
	color: #023C68; 
	font-weight: normal; 
}

.item_detail { 
	font-family: Verdana, Geneva, Arial, sans-serif; 
	font-size: 16px; 
	padding-bottom: 5px; 
	color: #023C68; 
	font-weight: normal; 
}

/* ********** Category Item Image *********** */
.itemImage {
	
}

/* ********** FAUX ITEM ********** */
/*  item details */
.customItemDetailName {
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 22px;
	color: #A9A9A9;
}
.customColorSizeNames {
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.customOutOfStockMsg {
	font-size: 10px; 
	color: #D00E29; 
	font-weight: bold; 
	padding-top: 5px; 
	padding-bottom: 5px; 
}
.customCartBody {
	text-align: left; 
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 7px; 
}
.customCartBodyHeader {
	font-family: Verdana, Geneva, Arial, sans-serif; 
	font-size: 22px; 
	padding-bottom: 7px; 
	color: #023C68; 
}
.customSpacer {
	height:25px; 
	margin-bottom:20px; 
	padding: 10px 10px 10px 10px;
}
.customLine {
    clear:both; 
	height:15px; 
	margin-bottom:20px; 
	border-bottom: solid #D3D3D3 1px;
}
.customItemLinks {
	text-align: left; 
	font-family: Verdana, Geneva, Arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: #FF0000; 
}
A { 
	text-decoration: none; 
	font-weight: bold;
	color: #FF0000; 
}
a:visited { 
	text-decoration: none; 
	color: #FF0000;  
}
a:hover { 
	text-decoration: none; 
	color: #023C68; 
}
a:active { 
	color: #FF0000;  
}

.mainItemTable{
	
}

/* Modified by Marburn*/


.createAct
{	
	margin:auto;
	padding:5px;
	color:red;
	font-weight:bold;
}

.createAct:hover{
	background:blue;
	color:white;
}

.createAct a {
	color:red;
	text-decoration:none;
}
.createAct a :hover{
	color:white;
	text-decoration:none;
}
.createActDiv{
	background:skyblue;
	border:1px solid black;
	border-radius: 5px 5px 5px 5px;
}


.cpoinput {display:inline;}
.cpobutton {display:inline;}