﻿.TopCats
{
	background-color:#999999;
	padding:10px 8px 10px 8px;
	margin:0px 0px 10px 0px;
	text-align:left;
	border:1px solid #333333;
}

.TopCats H3
{
	width:100%;
	border-bottom:1px solid white;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;	
	padding-bottom:3px;
	letter-spacing:2px;
	white-space:nowrap;
	margin:0px 0px 10px 0px;
}

.EditProduct
{
	width:80%;
	border:1px solid #333333;
	background-color:#EEEEEE;
	padding:10px 8px 10px 8px;
	margin:0px 0px 10px 0px;
	
}
.EditProductImage
{
	border:1px solid #999999 ! important;
}
.GalleryImage
{
	width:125px;
	height:125px;
	border:1px solid #CCCCCC ! important;
}


.ProductGalleryItem
{
	border:1px solid #999999;
	background-color:#c7eafb;
	padding:8px 8px 8px 8px;
	margin:0px 5px 10px 0px;
	line-height:90%;
	height:320px;
	width:135px;
	overflow-y:auto;
	overflow-x:hidden;
	
}
.ProductGalleryItem .heading
{
	font-size:11px;
	font-weight:bold;
	color:#944967; /*  #C5161D; */
	margin:5px 0px 0px 0px;
	height:26px;
	vertical-align:bottom;
}

.ProductGalleryItem .body
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;  
	width:100%;
	height:70px;
	font-size:10px;
	overflow:hidden;
}
.removeimagebutton
{
	position:absolute;
	margin:2px 0px 0px 2px;
}
.ProductGalleryItem .cats
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;  
	width:100%;
	height:60px;
	font-size:10px;
	overflow:hidden;
	margin:0px 0px 5px 0px;
}
.ProductGalleryItem .small
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;  
	font-size:9px;
	line-height:100%
}



.ProductGalleryBox
{
	width:100%;
	height: 720px;	
	overflow-y:auto;
	overflow-x:hidden;
	background-color:#F3F3F3;
	border:1px solid #EEEEEE;
	margin:0px 0px 5px 0px;
	padding:2px 0px 2px 0px;
}


.WhatsHotProductListItem
{
	width:200px; 
	text-align:center;
	margin:10px 10px 10px 0px;
	padding:0px;
}

.WhatsHotProductListItem .image
{
	width:200px; 
	height:200px;
	border:1px solid #AAAAAA ! important;
	overflow:hidden;
}

.WhatsHotProductListItem .text
{
	font-size:14px;
	font-weight:bold;
	padding:2px;
}

.WhatsHotProductListItem .text a:link, .WhatsHotProductListItem .text a:visited { font-size:13px; text-decoration:underline; } 
.WhatsHotProductListItem .text a:hover, .WhatsHotProductListItem .text a:active { font-size:13px; text-decoration:underline; }




.ProductListItem
{
	width:200px; 
	margin:10px 5px 10px 0px;
	padding:0px;
}

.ProductListItem .image
{
	width:200px; 
	height:200px;
	border:1px solid #666666 ! important;
	overflow:hidden;
}
.ProductListItem .heading
{
	font-size:12px;
	font-weight:bold;
	padding:2px;
}
.ProductListItem .text
{
	font-size:11px;
	padding:2px;
}

.ProductListItem .text a:link, .ProductListItem .text a:visited { font-size:13px; text-decoration:underline; } 
.ProductListItem .text a:hover, .ProductListItem .text a:active { font-size:13px; text-decoration:underline; }

