/* for the individual item pages */

.goldstripe {
	height: 1px;
	background-color: #c7bd8a; /* third khaki from the sun */;
	clear: both;
}

#product_item_page_box {
	width: 640px;
	height: 400px;
	border: #c7bd8a 1px solid; /* third khaki */
	padding: 10px 10px 10px 10px;
	margin-right: 0px;
	margin-bottom: 20px;
}

#product_item_page_box_pol {
	width: 640px;
	height: 600px;
	border: #c7bd8a 1px solid; /* third khaki */
	padding: 10px 10px 10px 10px;
	margin-right: 0px;
	margin-bottom: 20px;
}


#product_item_page_box img, #product_item_page_box_pol img {
	margin: 0 10px 10px 0;
	border: #c7bd8a 1px solid; /* third khaki */
	padding: 10px 10px 10px 10px;
	float: left;
}

#product_item_page_text_box {
	width: 480px;
	border: #c7bd8a 1px solid; /* third khaki */
	padding: 10px 10px 10px 10px;
	float: left;
}

#product_item_page_text_box img {
	margin: 0;
	padding: 0;
	border: none;
	float: none;
}

#product_item_page_box_iptv { /* for the taller boc on the IPTV page   */
	width: 640px;
	height: 750px;
	border: #c7bd8a 1px solid; /* third khaki */
	padding: 10px 10px 10px 10px;
	margin-right: 0px;
	margin-bottom: 20px;
}

#product_item_page_box_iptv img {
	margin: 0 10px 10px 0;
	border: #c7bd8a 1px solid; /* third khaki */
	padding: 10px 10px 10px 10px;
	float: left;
}

#product_item_page_text_box img {
	margin: 0;
	padding: 0;
	border: none;
	float: none;
}