@import url("styles.css");

/* Global styles */
html {
	height: 100%;

}
body {
	height: 100%;
	background: url(../images/bg.jpg);
	margin: 0px;
}

#page {
	height: 100%;
	margin: 0 auto;
	width: 860px;
	background: url(../images/back.jpg) left 192px repeat-y;
}

/* Layout */
#header {
	height: 192px;
}

#content {
	padding: 0 84px 30px 64px;
	background: url(../images/back.jpg) left top repeat-y;
}

#content #left {
	float: left;
	width: 180px;
}

#content #body {
	margin-left: 200px;
}

#body {
}

#end {
	clear: both;
}


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

}

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 {
	background: white;
	text-align: left; 
	padding: 10px;
        scroll: yes;
}

table.table th {
	border-bottom: 1px solid #808080;
}

body.popup, #page.popup {
	height: auto;
}
