
h1 {
	padding: 14px 0 10px 0;
	color: #8ACCC7; /*#EA3313;*/
	font-size: 12px;
}
h2 {
	padding: 10px 0 8px 0;
	color: #EA3313;
	font-size: 11px;
}

p {
	padding: 3px 0 8px 0;
	margin: 0;
}

.distance {
  	height: 15px;
	clear: both;
}


.htmlText {
	padding-bottom: 10px; 
	line-height: inherit;
	color: inherit; 
	font-size: inherit;
}
.htmlText p {
  	font-size: inherit;
	color: inherit;
}

#image1 {
	overflow: hidden;
	font-size: 11px;
	color: #666666;
}
#image1 .subtitle {
  padding-top: 5px;
}


/**
 * img left/right aligned. 
 *  problem: not knowing the img width, the subtitle might stretch the whole div!  
 **/
.imgRightAlignedWithText {
	padding: 0 0 15px 0; 
}
.imgRightAlignedWithText .image {
  	float: right;
	margin: 0 0 5px 10px;
}
.imgRightAlignedWithText .image .subtitle {
  	padding-top: 3px;
	font-size: 11px;
	color: #666666;
	text-align: center;
}
.imgLeftAlignedWithText {
	padding: 10px 0 15px 0; 
}
.imgLeftAlignedWithText .image {
  	float: left;
	margin: 0 10px 5px 0;
}
.imgLeftAlignedWithText .image .subtitle {
  	padding-top: 3px;
	font-size: 11px;
	color: #666666;
	text-align: center;
}


/* object: separator */
#separator {
	padding-bottom: 5px;
}
#separator .in {
  	height: 2px;
	border-bottom: 1px solid #666666;
	overflow: hidden;
}



/*  ***************************************************************************  *
 *   CUSTOM (NON GENERIC) OBJECTS 
 *  ***************************************************************************  */

/* object page title (img) */
div.titleImg {
	padding-top: 0px;
	padding-bottom: 3px; 
}

 
.image2 {
  	margin-bottom: 15px;
}
.image2 div.std, .image2 div.last  {
	float: left;  
	width: 254px;
	text-align: center;
}
.image2 div.subtitle {
	font-size: 11px;
	color: #666633;
}


.image3 {
  	margin: 0;
}
.image3 div.imgFrame  {
	display: inline;
	padding: 0;
	margin: 0;
}
.image3 div.imgFrame img  {
	padding: 0;
	margin: 0;
	border: 0;
}
.image3 div.subtitle {
	padding: 5px;
	font-size: 11px;
	color: #666633;
}


table#shippingFees {
  	width: 100%;
	border: 0;
	margin: 15px 0;
	background: #E5E5E5;
}
table#shippingFees tr th {
  	padding: 4px;
	border-bottom: 1px solid #333333;
}
table#shippingFees tr td {
  	padding: 4px;
	border-bottom: 1px solid #999999;
}  
table#shippingFees tr.imp td {
  	background: #FFFF99;
  	font-weight: bold;
}


.shipFeesBox {
	margin: 15px auto;
	width: 425px;
}
.shipFeesBox .boxLeft {
	float: left;
	width: 254px;
	height: 66px;
	border: 2px solid #8ACCC7;
	padding: 5px;
	margin-right: 5px;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 240px;
	height: 52px;
}
html>body .shipFeesBox .boxLeft {
	width: 240px;
	height: 52px;
} 
.shipFeesBox .boxRight {
	float: left;
	width: 166px;
}
.shipFeesBox .boxLeft .first {
	padding: 3px 0;
	font-weight: bold;
	color: #6E6E6E;
	font-size: 12px;
}
.shipFeesBox .boxLeft .second {
	padding: 5px 0 0 0;
	font-weight: bold;
	color: #8ACCC7;
	font-size: 18px;
}
  

/*  ***************************************************************************  *
 *   LISTINGS   
 *  ***************************************************************************  */
table.listing {
  	border: 0;
	width: 100%;
	border: 1px solid #666666;
	margin: 10px 0 15px 0;
}
table.listing tr td {
  	padding: 2px;
	font-size: 12px;
	border-bottom: 1px dashed #ccc; 
	color: #000000;
}
table.listing tr.last td {
	border-bottom: none;
}
table.listing tr td.even {
	background: #FAFBFA;  
}
table.listing tr td.odd {
	background: #E9F0EA;    
}
table.listing tr td a, table.listing tr td a:visited, table.listing tr td a:active  {
  	color: #333333;
	text-decoration: underline;
}
table.listing tr td a:hover {
  	color: #999999;
	text-decoration: none;
}
table.listing thead tr th {
  	border-bottom: 1px solid #003399;
	padding: 3px;
  	background: #9999ff;
  	vertical-align: bottom;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #003399; 
}
table.listing thead tr th a, table.listing thead tr th a:visited, table.listing thead tr th a:active {
	font-weight: bold;
	color: #003399; 
	text-decoration: underline;
}
table.listing thead tr th a:hover {
  	color: #3366cc;
}

table.details {
  	width: 100%;
	border: 0;
} 
table.details tr td {
  	padding: 2px
}
table.details tr td.detField {
  	width: 30%;
}
table.details tr td.detContent {
  	width: 70%;
}



/*  ***************************************************************************  *
 *   CONTAINER  
 *  ***************************************************************************  */
#prodList {
  	margin: 15px 0;
}
#prodList div.item {
	float: left;
	width: 166px;
	padding: 0 8px 10px 8px;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 150px;
}
html>body #prodList div.item {
	width: 150px;
}
#prodList div.item a.subtitle {
	padding-top: 6px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

