﻿.CategoryListContent
{
    width: 100%;
}
.CategoryListPageItemControl
{
    width: 100%;
}
.CategoryListItemPerPage
{
    text-align: left;
    width: 70%;
    height: 38px;
    float: left;
}
.CategoryListPagingControl
{
    width: 30%;
    float: left;
    text-align: right;
}

.CategoryListHeader
{
    text-align: center;
}

.CategoryListItemAlternate 
{
	vertical-align: top;
}

.CategoryListItem .CategoryListItemTable
{
	border-right: solid 1px #A5A5A5;
	vertical-align: top;
}

.CategoryListContent 
{
	text-align: left;
	vertical-align: top;
}

.CategoryListItemTable 
{
	vertical-align: top;
	width: 100%;
	padding: 20px;
	text-align: center;
}

.CategoryListItemDescription 
{
	border-bottom: solid 1px #A5A5A5;
	padding-bottom: 7px;
}

.CategoryListItemTable .ProductName
{
	border-top: solid 1px #A5A5A5;
	padding-top: 7px;
}

.ProductDetailsLeft
{
    margin-top: 20px;
}