@import url("styles.css");

/* Global styles */
body {
	text-align: center;
	margin: 0px auto 0px auto;
        background-color: #E8E6CE;
}

.popup {
	background: white;
}

/* Layout */
#page {
        align:left;
	width:1000px;
	text-align: left;
	margin: 0 auto auto auto;
	border: 0px
}

#col_left, #bottom {
	width: 160px;
	padding: 20px 10px 10px 28px;
}
#bottom {
	text-align: center;
}

#header {
}

#menu {
	text-align: center;
	padding: 0 28px;
}

#body {
	padding: 20px 28px;
}

#footer {
	font-size: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #808080;
	text-align: right;
	color: #808080;
}

ul.product_options {
	text-align: left;
	list-style-type: none;
	margin: 5px 0 10px 0;
	padding-left: 0;
}
ul.product_options li {
	display:inline;
	padding: 0;
}
ul.product_options img {
	cursor: pointer;
}

ul.products {
	list-style-type: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}
ul.products li {
	margin: 0;
	padding: 2px 6px;
}
ul.products a {
	color: black;
	font-weight: ;

}

table.products td {
	width: 105px;
	padding: 10px;
}

td.price {
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
}

#productpixs {
        margin: 0 0 2px -2px;
	padding: 0;
}
#productpixs li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 2px;
}
#productpixs li.hit {
	background: #333;
	color: white;
}
#productpixs li.hit a {
	color: white;
}

.popup {
	text-align: left; 
	padding: 10px;
        scroll: yes;
}
