/* CSS Document */

/*div .StoreWrapper > div .StoreItemGroup > form > div .StoreItemOdd > div .StoreItemThumbnail > a > img*/
.StoreWrapper {

	margin:0px;
	padding:0px;
	border:1px dotted #242222;
	background-color:#242222;
	} 
.StoreWrapper a {
	color:#006699;
	font-size:10px;
	line-height:12px;
	}
.StoreWrapper a:hover {
	color:#000000;
	}

#footerarea hr {
	display:none;
	}
.StoreItemThumbnail {
	float:right;
	clear:right;

	}
.StoreItemThumbnail a {
	
	font-size:9px;
	text-align:center;
	}
.StoreitemThumbnail p {
	display:none;
	}
.StoreItemEven {
	padding:10px 15px 5px 10px;
	width:160px;
	height:175px;
	float:left;
	overflow:hidden;
	}
.StoreItemEven h1, .StoreItemOdd h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:-5px;
	font-size:80%;
	}
.StoreItemEven h3, .StoreItemOdd h3 {
/*	font-size:175%;*/
	margin-bottom:0px;
	display:none;
	
	}
.StoreItemEven h2, .StoreItemOdd h2 {
/*	font-size:100%;*/
	font-size:80%;
	}
	
.StoreItemOdd {
	background-color:#F1F0DF;
	padding:10px 15px 5px 10px;
/*	background-image:url(../images/store/store_corner.png); #CAC9BB
	background-position:left top;
	background-repeat:no-repeat;*/
	width:160px;
	height:175px;
	float:left;
	overflow:hidden;
	
	}
#footerarea .StoreWrapper {
	margin:0px 0px 0px 0px;
	padding:0px 10px 25px 0px;
	float:right;
	width:580px;
	} 

#footerarea .StoreWrapper a {
	color:#CAC9BB;
	font-size:10px;
	line-height:12px;
	}
#footerarea.StoreWrapper a:hover {
	color:#F1F0DF;
	}
	
#footerarea .StoreItemOdd {
 background-color:#1E1D1D; /*#242222;*/
 float:right;
 height:130px;
 border:2px solid #242222;
 }
 #footerarea .StoreItemEven {
 	float:right;
	height:130px;
	}
  #footerarea .StoreItemOdd h1,
  #footerarea .StoreItemEven h1 {
 text-align:left;

 }
 #footerarea .StoreItemOdd h2,
  #footerarea .StoreItemEven h2 {
 color:#666666;
 text-align:left;
 }
 #footerarea .StoreItemOdd p,
  #footerarea .StoreItemEven p{
 text-align:left;

 }
 #footerarea .StoreItemDescription {
 	display:none;
	}
#footerarea .StoreItemThumbnail a {
	text-indent:14px;
	font-size:9px;


	}
#footerarea .StoreItemThumbnail p {

	background-image:url(../images/layout/view_icon.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
		height:20px;

	}
	
	
.StoreItemQuantity {
	font-weight:bold;
	display:none;
	}
.StoreItemQuantity input {
/*	width:35px;
	color:#FF9900;
	font-family:"Courier New", Courier, mono;
	font-size:15px;
	font-weight:bold;
	padding:2px;
	background-color:#202020;
	border:1px solid #FF9900;*/
	}
.StoreItemDescription {
	font-size:9px;
	line-height:10px;
	height:50px;
	overflow:hidden;
	color:#ccc;
	text-align:left;
	}
/*#YourCart {
	display: block;
	background: #3A1414;
	height: 40px;
	z-index: 200;
	padding: 5px 10px 10px 10px;
	position: absolute;
	top: 24px;
	right: 6%; 
}

#YourCart p, table, td, th, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
#YourCart a:link,
#YourCart a:visited,
#YourCart a:active {
	color: #FF9900;
}

#YourCart a:hover {
	color: #FFFFFF;
}
*/
.StoreAddToCart {
	cursor:pointer;
	display:none;

}



