@import url("styles.css");

/* Global styles */
body {
	text-align: center;
	margin: 40px auto 0px auto;
        background: white url(../images/background_tall.jpg);
}

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

#col_left, #bottom {
	width: 160px;
	padding: 10px;
	background: #F0F0F0 url(../images/left_back.jpg) top left repeat-x;
}
#bottom {
	text-align: center;
	background: #F0F0F0;
}

#header {
	font-size: 20px;
	color: white;
	margin: 0;
	background: #C0C0C0;
	padding: 10px;
}

#header h1 {
	text-align: left;
	padding-left: 20px;
	margin-top: 40px;
	float: left;
}


#body {
	padding: 10px;
	background: white;
}

#footer {
	font-size: 10px;
	padding-bottom: 5px;
	text-align: center;
	color: #808080;
}
#footer ul {
	background: #565656;
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	width: 90px;
	height: 20px;
	display: block;
	float: left;
	padding-top: 4px;
	text-align: center;
}

#footer a {
	text-decoration: none;	
	color: white;
}

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;
}

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

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

#topmenu {
	text-align: right;
	margin-top: 0px;
	padding: 2px;
	background: #E0E0E0;
}

#topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;

}
#topmenu li {
	float: left;
	padding: 3px 10px 0 10px;
	font-size: 11px;
}
#topmenu a {
	color: black;
}

#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;
        margin: 0;
        background: white;
}

table.products td {
	border-top: 1px solid #c0c0c0;
}
table.table th {
	border-bottom: 1px solid #c0c0c0;
}
.red{color: #841826;
}
