
div#subproducts {
	margin:  20px 0 20px;
	padding: 1px 0;
	display: inline-block;
	background: url(/public/images/one-column-left-bg.gif) repeat-y center;	
}

div#subproducts div.first-column {
	display: block; 
	float: left; 
	xwidth: 319px; 
	width: 239px;
}
div#subproducts div.first-column div.content {
	xwidth: 279px;
	width: 199px;
	margin: 0 20px; 
	text-align: left;
}

div#subproducts div.second-column {
	display: inline; 
	float: left; 
	xwidth: 650px; 
	width: 730px;
	padding: 0px; 
}

div#subproducts div.second-column .tip {
	border-bottom: 0px;
	color:#6A6F4B;
	cursor:pointer;
	font-size:11px;
	text-decoration:none;
}

div#subproducts div.second-column .tip:hover {
	text-decoration:underline;
}
div#subproducts div.second-column div.content {
	xwidth: 610px;
	width: 690px;
	margin: 0 20px; 
	text-align: left;
	xbackground-color: blue;
}

div#subproducts h1 {
	font-family: Verdana, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px;
}

div#subproducts div.second-column div.product {
	float: left; display: inline; margin-left: 2px; margin-right: 20px; margin-top: 7px; width: 200px;
}

div#subproducts div.second-column p {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
div#subproducts div.second-column p.back {
	text-align: right;
	margin-top: 10px;
}
div#subproducts div.second-column div.content p a.back 
{ 
	text-align: right;
	color: #F36A1C;
	padding-right: 7px;
	text-decoration: none;
	background: url(/public/images/a-arrow.gif) no-repeat center right;
}


div#subproducts div.line {
	height: 1px; 
	width: 100%; 
	background-color: #E7E7E7; 
	font-size: 1px; 
	line-height: 0px;
}

