.content {
   border: 1px solid #dcdcdc;
   float: left;
   margin-top: 4px;
   margin-left: 4px;
   width: 70%;
/*  margin-left: 230px; */
}

.centerContent {
   border: 1px solid #dcdcdc;
   margin-top: 1em;
   margin-bottom: 1em;
   margin-left: auto;
   margin-right: auto;
}

.content h1, .contentList h1, .content .heading1, .contentList .heading1 {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-family: "Arial Narrow";
	font-size: 15px;
	font-weight: bold;
	background-color: #005397;
	/* height: 30px; */
	margin: 6px;
}

.content p {
	font-size: x-small;
	padding-left: 25px;
	white-space: normal;
}

.contentList  h2 {
	color: #5E9ECC;
	font-family: "Arial Narrow";
	font-size: 15px;
	background-color: #DFECF4;
	height: 20px;
	margin: 6px;
	padding-left: 3px;
}

.pagination h4 {
  display: none;
}

.pagination {
  font-size: 10px;
  padding-bottom: 2em;
  text-align: center;
}

.pagination li {
  display: inline;
  border: 1px solid #e6e6e6;
  padding: .3em .5em .3em .5em;
  *padding: .3em .2em .3em .5em;
  margin: .25em .25em;
  text-align: center;
  cursor: pointer;
}

.pagination li.prevPage,.pagination li.nextPage {
  font-weight: bold;
  border-color: #aaa;
  padding-right: .5em;
}

.pagination li.prevPage {
  margin-right: 1.5em;
}

.pagination li.nextPage {
  margin-left: 1.2em;
  *margin-left: 1.5em;
}

.pagination li.rest {
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.pagination li.hover {
  background-color: #d2eaf6;
  border: 1px solid #b7d8ee;
}

.pagination li.selected {
  background-color: #d2eaf6;
  border: 1px solid #b7d8ee;
}

.pagination li.disabled {
  background-color: #fff;
  color: #e6e6e6;
  border: 1px solid #e6e6e6;
  cursor: default;
}

.pagination a {
  color: #0066a7;
  text-decoration: none;
}

.pagination li.selected a {
  color: #444;
  font-weight: bold;
}

.pagination li.disabled a {
  color: #e6e6e6;
}

.pretty-hover { 
  background: #d2eaf6; 
}

#regular_products {
  margin-top: 0px;
  margin-bottom: 10px;
}

#regular_products #products {
  display: block;
  width: 550px;
  height: auto;
  padding-left: 4px;
}

#regular_products .productBox {
  background-color: #FFF;
  width: 125px;
/*  float: left;*/
/*  margin-left: 6px !important;*/
  margin: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#regular_products .productName {
  width: 125px;
}

#regular_products .productName a {
  font-size: 11px;  
/*  font-family: Verdana, Geneva, Arial, Helvetica;*/
  color: #000;
  text-decoration: underline;
  white-space: normal;
}

#regular_products .productName a:hover {
  color: #333;
}

#regular_products .productName a:visited:hover {
  color: #333;
}

#regular_products .productPrice {
  float: left;
  font-size: 10px;
  color: #95171a;
  text-decoration: none;
  padding-top: 3px;
  white-space:nowrap;
  font-weight: bold;
}
		
.productDetail {
	color: #808080;
	font-size: 8pt;
	font-weight: normal;	
	white-space: normal;
}

.productImage {
  text-align: left; 
  width: 120px;
  overflow: hidden;
}

.productImage img {
  max-width: 120px;
}

ul.products {
  list-style-type: none;
}

ul.products li {
  background: url(../images/dottedBorder.gif) repeat-x bottom;
  padding-bottom: 10px;
}

ul.products li.last {
  background-image: none;
  padding-bottom: 10px;
}

.vborder {
  background: url(../images/vertDottedBorder.gif) repeat-y right;
}

.hborder {
  background: url(../images/dottedBorder.gif) repeat-x top;
}

.hrule {
  background: #025397;
}

.listProd {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
}

.lpdetails {
  margin-top: 5px;
  margin-bottom: 5px;
}

.lptitle {
  font-size: 14px;
  margin-bottom: 4px;
}


div#zone1 .lptitle {
  font-size: 11px;
}

.lpactions {
  margin-top: 4px;
}

.price {
  font-size: 12px;
  color: #95171a;
}


.sidebarProduct {
	float:left;
		width: 120px;
		height: 120px;
		//padding: 5px;
		color: #808080;
	font-size: 8pt;
	font-weight: normal;
	overflow: hidden;
	border-right: 1px solid #c0c0c0;
	margin-right: 10px;
}
	
.sidebarProduct img {
		height: 80px;
}	
		
.rightSidebarProduct {
		width: 120px;
		height: 120px;
		color: #808080;
	font-size: 8pt;
	font-weight: normal;
	overflow: hidden;
	margin-left: 10px;
}
	
.rightSidebarProduct img {
		height: 80px;
}	
		

