@import "left_column.css";    	/* Left column styles */
@import "right_column.css";   	/* Right column styles */
@import "main_div_layout.css";	/* Layout for the main divs */
/*@import "links.css";*/		/* Link styles */

*{
	font-family: verdana, sans-serif;
	/*font-size: 11px;*/
}

td.top_txt {
	font-weight: bold;
	color: #fff;
	height: 15px;
	width: 175px;
	text-align: right;
	padding-right: 5px;
	border-bottom: 1px dotted #80CCE6;
	font-size: 12px;
}

a:link {
	color: #0099CC;
	text-decoration: underline;
}

a:visited {
	color: #0099CC;
	text-decoration: underline;	
}

hr {
	color: #0099CC;
	background-color: #fff;
	height: 1px;
	width: 94%
}

.product_buy_button {
	background-image: url("tobasket.jpg");
	border-width: 0px;
	height: 27px;
	width: 145px;
	outline: none;
	font-size: 0px;	
}

.buyit {
	background-image: url("buyitbox.jpg");
	background-repeat: no-repeat;
	width: 175px;
	height: 102px;
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

.basket_table{
	font-size: 11px;
	color: 90c;
	width: 550px;
}

.product_basket_sum {
	padding-top: 10px;
	color: #09c;
}

.product_basket_moms {
	padding-bottom: 10px;
	color: #09c;
}

.basket_table td {
	color: #09c;
}

#content table td {
	color: #09c;
	font-size: 11px;
}

img {
	border-width: 0px;
}
