@import url("styles.css");

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

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

#bottom {
	text-align: center;
}

#header {
	font-size: 20px;
	color: white;
	margin: 0;
	height: 138px;
}

#body {
	padding: 0 10px;
}

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

#content #left {
	float: left;
	width: 160px;
	padding: 10px;
	background: #f2f2f2;
	margin-left: 25px;
}

#content #body_shop {
	margin-left: 220px;
	margin-top: 0px;
	min-height: 600px;
	padding: 0 20px;
}

#content #body {
	margin-top: 0px;
	min-height: 600px;
	padding: 0 20px;
}

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 {
	padding: 10px;
}

.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;
	background: white;
}

table.products td {
	border-top: 1px solid #c0c0c0;
}
table.table th {
	border-bottom: 1px solid #c0c0c0;
}
body.popup, #page.popup {
	height: auto;
}

/* Buttons */
a.button, input.button, input[type=submit], input[type=button]  {
	background: #f0f0f0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2px 15px;
	text-decoration: none;
}
b.button, a.button:hover, input.button:hover, input[type=submit]:hover, input[type=button]:hover {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}
a.small_button {
	font-size: 10px;
	padding: 1px 3px;
}

.toolbar {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 5px 0;
}

.toolbar a, .buttons a {
	background: #f0f0f0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2px 5px;
	text-decoration: none;
}
.toolbar a:hover, .buttons a:hover {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}
.pager {
	background: #f0f0f0;
	padding: 10px 5px;
	border: 1px solid #c0c0c0;
	color: black;
}

#prodpix {
}
