﻿/**********  Category default Page  ***********/
#cat-images
{
	background: #ffffff url("/images/product-overview.jpg") no-repeat;
	position: relative;
	width: 546px;
	height:430px;
	margin: 0px;
	padding: 0px;
}

	#cat1
	{
		position: absolute;
		top: 0; left: 0;
	}
	
	#cat1 a
	{
		width: 205px; height: 211px;
		display:block;
	}
	
	#cat2
	{
		position: absolute;
		top: 0px; right: 0px;
	}
	
	#cat2 a
	{
		width: 333px; height: 210px;
		display:block;
	}
	
	#cat3
	{
		position: absolute;
		bottom: 0px; left: 0px;
	}
	
	#cat3 a
	{
		width: 178px; height: 210px;
		display:block;
	}
	
	#cat4
	{
		position: absolute;
		bottom: 0px; left: 185px;
	}
	
	#cat4 a
	{
		width: 178px; height: 211px;
		display:block;
	}
	
	#cat5
	{
		position: absolute;
		bottom: 0px; right: 0px;
	}
	
	#cat5 a
	{
		width: 178px; height: 211px;
		display:block;
	}

/**********  Category list & Product list Page  ***********/
.imagestyle
{
	border: solid 1px #999999; 
}

.bold
{
	font-weight:bold;
	text-decoration: none;
}

.pagerSelected
{
	font-weight:bold;
	font-size: 12px;
	color: #9da94f;
}

#listContent
{
	font-size: 10px;
}

	#listContent a
	{
		font-weight: bold;
		text-decoration: none;
	}
	
	#listContent a:hover
	{
		text-decoration: underline;
	}

/**********  Product Detail Page  ***********/
.ecommerce-body
{
	font-size:12px;
}

.ecommerce-title
{
	font-weight: bold; 
	color: #797979
}

.control-style
{
	font-family:Verdana;
	font-size:12px;
	color:#797979;
}

.control-style-center
{
	font-family:Verdana;
	font-size:12px;
	color:#797979;
	text-align: center;
}

#content-ecom
{
	min-height:340px;
	padding:0px 38px 25px 40px;
	position:relative;
}

.section-header-ecom
{
	background:#FFFFFF url(/images/section-title-bg.gif) no-repeat scroll 0%;
	color:#9DA94F;
	font-size:15px;
	height:39px;
	line-height:18px;
}

.cart-title
{
	font-size:12px;
	color: #797979;
	font-weight:bold;
}

.table-style
{
	background-color:#ececec;
}

/**********  Create Profile Page / Checkout ***********/
.div-style
{
	padding: 12px 20px ;
	background-color:#ececec;
}

.uppercased-title
{
	font-size:12px;
	text-transform: uppercase;
	color: #797979;
	font-weight:bold;
	padding-bottom: 10px;
}

.small-text
{
	font-size: 10px;	
}

.tablepadding td
{
	padding: 2px 0px;
}

.tablepadding2 td
{
	padding: 4px 0px;
}

.control-style2
{
	font-family:Verdana;
	font-size:11px;
	color:#797979;
	padding-left:5px;
	vertical-align:middle;
}

.control-style3
{
	font-family:Verdana;
	font-size:11px;
	color:#797979;
	vertical-align:middle;
}

.control-style4
{
	padding-left:0px;
}

.cart-title2
{
	color: #ffffff;
	font-weight:bold;
	padding: 4px 0px;
}