	#shopContent img#mainImage {
		float: left;
		max-width: 300px;
		margin-right: 20px;
		border: 1px solid #CCCCCC;
	}	
	
		.table-cart td {
			color: grey;	
		}
		
		.table-cart td a {
			color: blue;	
		}

	.catBanner {
		float: right;
		margin-left: 10px;
	}
	
	#category #desc {
	}
	
	#category #subCategories {
	}
	
	#category #itemList .shopItem {
		border: 1px solid gray;
		width: 45%;
		float: left;
		margin: 1%;
		padding: 1%;
		min-height: 200px;
	}
	
	#category #itemList .shopItem .itemDetails .itemTitle {
		color: #c13d3d;
		font-size: 12px !important;
		font-weight: 700;
	}
	
	#category #itemList .shopItem .itemContent .itemImg {
		float: right;
		margin: 1%;
	}
	
	#category #itemList .shopItem .itemContent .itemActions .itemCartForm {
		display: none !important;
	}
	
	#category #itemList .shopItem .itemContent .itemActions .itemViewLink a {
		color: #c73636;
		border-bottom-left-radius:3px;
	    border-bottom-right-radius:3px;
	    border-top-left-radius:3px;
	    border-top-right-radius:3px;
	    cursor:pointer;
	    display:inline-block;
	    font-family:Arial, Helvetica, sans-serif;
	    font-size:11px !important;
	    font-weight:700;
	    padding:4px 5px;
	    text-decoration:none;
	    background-color:#EEEEEE;
	    background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#EEEEEE), to(#DDDDDD));
	    background-position:initial initial;
	    background-repeat:initial initial;
	    border:1px solid #CCCCCC;
	}

	#category #itemList .shopItem .itemContent .itemActions .itemViewLink a:hover {
		color: #3248ab;
	}
	
	#item .shopItem .itemContent img {
		float: right;
		margin-left: 2%;
		max-width: 300px;
	}
	
	#item .shopItem .itemContent .itemActions form {
		border: 1px solid white;
		width: 100%;
		padding: 2%;
		margin: 10px 0px 10px 0px;
		
	}
	
	#item .shopItem .itemRelevant {
	}

div#subCategories {
	margin: 10px 0;
	padding: 10px 0 5px;
	border: solid #ffe493;
	border-width: 1px 0;
}

	div#subCategories ul {
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
	}
	
		div#subCategories ul li {
			display: inline;
			float: left;
			margin: 0 5px 5px 0; 
			padding: 0;
			background: none;
		}
		
			div#subCategories ul li a {
				display: block;
				position: relative;
				width: 200px;
				height: 200px;
				background: #dbdeee;
				color: #fff;
				text-decoration: none;
				overflow: hidden;
			}
			
				div#subCategories ul li a img {
					width: 100%;
				}
				
				div#subCategories ul li a span {
					display: block;
					position: absolute;
					bottom: 0;
					left: 0;
					width: 100%;
					height: 30px;
					line-height: 30px;
					background: #333;
					background: rgba(0,0,0,0.8);
					color: #fff;
					text-align: center;
					text-decoration: none;
				}
				
/* spinner */
#iow-spinner {
	display: none;
}

#iow-spinner-fade {
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#iow-spinner-modal {
    position: absolute;
    padding: 10px;
    top: 40%;
    left: 40%;
    width: 148px;
    height: 148px;
    border: 3px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1002;
}

#iow-spinner-modal img {
	position: relative;
	height: 128px;
	width: 128px;
}