/* @group Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body, html {
	height:100% !important;	
	text-align:center;
}

table {
	background: transparent;
	height: 99%;
	width: 100%;
	clear:both;
	border-collapse:collapse;
}

td {
	text-align:center;
	vertical-align:middle;
	height: 30%;
	width: 30%;
	padding:0;
	margin:0;
	xborder: 1px solid pink;	

}

a {
	text-decoration: none;	
}

div {
xborder: 1px solid blue;	
}

#logo {
	position:absolute;
	z-index:2001;
	top:0;
	left:0;
	height: 123px;
	width: 324px;
	background: url(../images/logo.png) no-repeat 0 0;
	margin-top: -10px;
}

#productInfo {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	font-weight: bold;
	width:550px;
	position:absolute;
	z-index: 101;
	opacity: 0;
	filter: alpha(opacity=0);
	display:none;
}

#info {
	float:left; 
	margin-right:20px;
	height:137;
}

#price {
	font-size: 79px;
	line-height: 91px;}

#name {
	font-size: 30px;
	line-height: 36px;
}

#buy {
	width:186px;
	height: 58px;
	display:block;
	background: url(../images/buy.png) no-repeat 0 0;
	line-height:10px;
	float:right; 
	margin-top:87px;
}

#back {
	width: 52px;
	height: 27px;
	display: block;
	background: url(../images/back.png) no-repeat 0 0;
	margin: 57px auto 0;
	padding: 0 14px 0 0;
}

#store {
	width: 147px;
	height: 35px;
	display: block;
	margin: 0 auto;
	background: url(../images/store.png) no-repeat 0 0;
}

#soldout {
	width: 456px;
	height: 61px;
	display: block;
	margin: 0 auto 50px;
	display:none;
	background: url(../images/soldout.png) no-repeat 0 0;
}

#image {
}

#disabler {
	height:99%;
	width:99%;
	position:absolute;
	z-index:100;
	background: white;
	display:none;filter:alpha(opacity=0);
	opacity:0;
}

.ZenCart {
	background-color:#FFFFFF;
	border:medium none;
	display:block;
	xwidth: 100%;
	position:absolute;
	text-align:center;
	top:0;
	visibility:hidden;
	padding-top: 47px;
	z-index:104;
}

/*must be the last three styles*/

#bagGrid td img {
	width: auto;
	background-color: #fff;
	}

.hover {
	height: 150px;
	cursor: pointer;
}

.normal {
	height: 100px;
	cursor: pointer;
}

.active {
	height: 400px;
	width: 488px;
	position: absolute;
	z-index: 101;
	top: 100px;
	filter:alpha(opacity=0);
	opacity:0;
}
