/* Universal Store Rules */
.store-category h2{
	font-size: 130%;
}

.store-item-title{
	font-size: 120%;
}

.store-item-price h3{
	font-size: 100%;
	font-weight: bold;
}

/* Category Item List View */

.item-box { 
	clear: both;
	margin: 0 -3px 10px 0;
	padding: 2px 2px 2px 2px; 
}

.item-list {
	/*border: 1px solid #000;*/
	float: left;
	min-height: 140px;
	height: auto;
	margin: 3px 14px;	
	padding:  0 5px 0 5px;
	text-align: center;
	/*width: 128px;*/
}

.item-list-image {
	border: 0px solid #000;
	/* font-size: 50px; Half of height, for IE */ 
	height: auto;
	/* line-height: 95px; Overflows slightly if set to 100px */
	text-align: center;
}

.item-list>/**/div {
	font-size: 10px;
}

.item-list-image img{
	display: inline;
	vertical-align: middle;
	padding: 2px;
}

.item-list-image img:hover {
	background-color: #A0A0A0;
}

.item-list-link{
	color: #000;
	/*font-size: 80%;*/
	font-weight: bolder;
	text-decoration: none;
}


/* Subcategory List View */

.subcategory-box { 
	clear: both;
	margin: 0 -3px 10px 0;
	padding: 2px 2px 2px 2px; 
}

.category-list {
	/*border: 1px solid #000;*/
	float: left;
	min-height: 140px;
	height: auto;
	margin: 3px 3px 3px 0;	
	padding:  0 5px 0 5px;
	text-align: center;
	/*width: 128px;*/
}

.category-list-image {
	border: 0px solid #000;
	/*font-size: 50px; Half of height, for IE */ 
	height: auto;
	/*line-height: 95px; Overflows slightly if set to 100px */
	text-align: center;
}

.category-list>/**/div {
	font-size: 10px;
}

.category-list-image img{
	display: inline;
	vertical-align: middle;
    padding: 2px;
}

.category-list-image img:hover {
    background-color: #a0a0a0;
}

.category-list-link{
	color: #000;
	/*font-size: 80%;*/
	font-weight: bolder;
	text-decoration: none;
}

.checkout-header td {
	background-color: #227FC5;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
}

/* Category as Item Rows */
.store-item-row{
	clear: both;	
}

.store-item-row-image{
	width: 210px;	
	float: left;
	margin-bottom: 20px;
	min-height: 100px;
	height: 100px;
	height: auto !important;
}

.store-item-row-info{
	float: left;
	margin-bottom: 20px;
}

/* Misc Store Display */
.trail{
	margin: 5px 0 15px 0;
}

.store_search {
    width:972px;
    margin: 0 auto;
    text-align:right;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-color: #001759;
}

#key_newarrivals {
    width:120px;
    height:25px;
    background:url(/clientfiles/image/key_newarrivals.jpg) no-repeat;
    cursor:pointer;
    border:none;
}

#key_rock {
    width:62px;
    height:25px;
    background:url(/clientfiles/image/key_rock.jpg) no-repeat;
    cursor:pointer;
    border:none;
}

#key_sports {
    width:68px;
    height:25px;
    background:url(/clientfiles/image/key_sports.jpg) no-repeat;
    cursor:pointer;
    border:none;
}

#key_iconic {
    width:73px;
    height:25px;
    background:url(/clientfiles/image/key_iconic.jpg) no-repeat;
    cursor:pointer;
    border:none;
}

#key_graphic {
    width:88px;
    height:25px;
    background:url(/clientfiles/image/key_graphic.jpg) no-repeat;
    cursor:pointer;
    border:none;
}
