/*** Categories ***/

#Categories{
	float: left;
	width: 801px; 
	margin: 8px 0 0 8px;
	list-style: none;
}

#Categories li{
	float: left;
	border: 1px solid #ccc;
	width: 150px;
	margin: 8px 0 0 8px;
}

#Categories li > a{
	width: 150px;
	float: left;
	height: 100px;
	text-align: center;
	padding: 5px 0;
}

#Categories li a img{
	border: 0;
	max-width: 150px;
	max-height: 100px;
}

#Categories li h3{
	width: 100%;
	float:left; 
	text-align: center;
	line-height: 26px;
	background-color: #ccc;
}

#Categories li h3 a{
	text-decoration: none;
}

/*** Product Mini ***/

#Product-Mini{
	position: absolute;
	top: 20px;
	background-color: #fff;
	width: 300px;
	border: 2px solid #666; 
	z-index: 100;
	padding: 15px;
	box-shadow: 0px 0px 4px #666;
}

#Product-Mini-Title{
	font-size: 1.1em;
	font-weight: normal;
	padding: 0 0 0;
}

#Product-Mini-SKU{
	text-align: left;
	font-size: 0.6em;
	font-weight: normal;
	color: #CCC;
	padding: 0 0 5px;
}

#MainImage{
	float: left;
	width: 300px;
}

#Product-Mini h5{
	font-size: 0.75em;
	text-align: center;
	padding: 5px 0 0;
	float: left;
	width: 100%;
}

#Product-Mini-Details{
	float: left; 
	list-style: none;
	width: 100%;
}

#Product-Mini-Details li{
	float: left;
	padding: 5px 0 0 0;
	width: 100%;
}

#Product-Mini-Details li label{
	float: left;
	width: 80px;
	font-size: 0.75em;
	line-height: 22px;
}

#Product-Mini-Details li select{
	float: left;
	width: 218px;
	height: 22px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 0.75em;
}

#Product-Mini-Details #BuyButton{
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 32px;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-repeat: repeat-x;
	background-color: #186da9;
}

.View.Gallery{
	padding: 0 0 0 22px;
	background-image: url(http://images.esellerpro.com/2660/images/objects/grid.png);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: normal;
}

.View.List{
	padding: 0 0 0 22px;
	background-image: url(http://images.esellerpro.com/2660/images/objects/list.png);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: normal;
}





