/* ------------------------------- */
/* Distant Horizon Global Products */
/* -- ---------------------------- */


/*------------------------------------------------------------------------*/
/*     Horizontal Product Container                                       */
/*------------------------------------------------------------------------*/

#prodhorgroup {
    width: 32%; 
    height: 205px;
    position: relative;
	margin: 0px 3px 4px 0px; 
	padding: 0px; 
    float: left;
    display: table;
	border: 1px dotted #ccc; 
	}

.prodhordescript { 
	font: normal 11px/12px Arial, Helvetica, sans-serif;
	width: 100%;
    height: 75px;
	display: block;
    position: relative;
	vertical-align: top;
	margin: 0px; 
	padding: 5px 0px 0px 0px; 
	clear: both;
	}

.prodhorimg { 
	width: 100%;
	display: block;
    position: relative;
	vertical-align: top;
	align: center;
	margin: 0px; 
	padding: 0px; 
	}

.prodhorbottom {
	display: table-cell;
	vertical-align: top;
	padding: 10px; 
	background: url("../style/template/bkg-prodgroup.gif") repeat-y #fff;
	}


/*------------------------------------------------------------------------*/
/*     Vertical Product Container                                         */
/*------------------------------------------------------------------------*/

#prodvergroup {
    width: 100%; 
    height: 110px;
    position: relative;
	margin: 0px 3px 3px 0px; 
	padding: 0px; 
    float: left;
    display: table;
	border: 1px dotted #ccc; 
	}

.prodverdescript { 
	font: normal 11px/12px Arial, Helvetica, sans-serif;
	width: 275px;
	float: right;
    height: 78px;
	display: block;
    position: relative;
	vertical-align: top;
	margin: 0px; 
	padding: 5px 0px 0px 0px; 
	clear: both;
	}

.prodverimg { 
	width: 110;
	float: left;
	display: block;
    position: relative;
	vertical-align: top;
	align: center;
	margin: 0px; 
	padding: 0px; 
	}

.prodverbottom {
	display: table-cell;
	vertical-align: top;
	padding: 10px; 
	background: url("../style/template/bkg-prodgroup.gif") repeat-y #fff;
	}



/*------------------------------------------------------------------------*/
/*     Merchandise Container                                              */
/*------------------------------------------------------------------------*/

#merchbox { 
	width: 100%;
	margin: 0px 0px 10px 0px; 
	padding: 0px; 
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background: url("../style/template/bkg-section.gif") repeat-y;
	}

#merchbox img {
	padding: 10px 0px 10px 0px; 
	}

