/* PRE STYLESHEET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

a {
	text-decoration: none;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1px 0;
}

/* STYLESHEET */
body {
	background: #C9EAFB url(../images/body_bg.gif) repeat-x;
}

h1 {
	width: 439px;
	height: 175px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#container {
	width: 970px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#header {
	height: 175px;
	position: relative;
	background: url(../images/header_bg.gif) no-repeat;
}

#slogan {
	display: none;
}

#searchbox {
	position: absolute;
	right: 38px;
	bottom: 0;
	border: 1px #dcd6cc solid;
	border-bottom: 0;
	width: 241px;
	height: 81px;
	-moz-border-radius: 2px 2px 0 0;
	background: url(../images/searchbox_bg.gif) repeat-x;
	overflow: hidden;
}

#searchbox h2 {
	font: 14px Arial;
	color: #71685a;
	padding: 10px;
}

#searchbox div {
	padding: 13px 10px;
}

#searchbox input {
	float: left;
	border: 1px #dbd5cb solid;
	-moz-border-radius: 2px;
	font: 11px Arial;
	color: #cc3366;
	padding: 3px 3px 4px 3px;
	width: 160px;
}

#searchbox .button {
	float: left;
	display: block;
	height: 14px;
	background: url(../images/searchbox_button_bg.gif) repeat-x;
	-moz-border-radius: 2px;
	font: 11px Arial;
	color: #fff;
	width: 40px;
	padding: 4px;
	text-align: center;
	margin: 0 0 0 4px;
}

#searchbox .advanced {
	margin-top: 4px;
	float: left;
	font: 10px Arial;
	text-decoration: underline;
	color: #cc3366;
}

#menu, #adminmenu {
	background: url(../images/menu_bg.gif) repeat-x;
	height: 35px;
	-moz-border-radius: 2px;
	margin-bottom: 1px;
}

#menu ul li, #adminmenu ul li {
	float: left;
}

#menu ul li a, #adminmenu ul li a {
	display: block;
	height: 25px;
	padding: 10px 17px 0 15px;
	color: #ece5db;
	font: 12px Arial;
	background: url(../images/menu_item_bg.gif) no-repeat right;
	text-align: center;
}

#menu ul li a:hover, #adminmenu ul li a:hover, #menu ul li a.selected, #adminmenu ul li a.selected {
	text-decoration: underline;
}

#menuleft_content_wrapper {
	-moz-border-radius: 2px;
	overflow: hidden;
	background: url(../images/menuleft_content_wrapper_bg.gif) repeat-y;
}

#menuleft {
	float: left;
	width: 214px;
	padding-bottom: 100px;
}

#menuleft .bg {
	background: url(../images/menuleft_bg.gif) repeat-x;
}

#menuleft .selectbg {
	background: url(../images/menuleft_select_bg.gif) no-repeat;
}

#menuleft h2 {
	width: 199px;
	height: 15px;
	padding: 17px 0 17px 15px;
	font: 15px Arial;
	color: #fff;
	background: url(../images/menuleft_h2_bg.gif) no-repeat;
	-moz-border-radius-topleft: 2px;
	margin-top: -2px;
}

#menuleft h2.first {
	margin-top: 0;
	background: url(../images/menuleft_h2_bg.gif) no-repeat;
}

#menuleft select {
	margin: 12px 15px 12px 15px;
	width: 178px;
	border: 1px #dbd5cb solid;
	font: 12px Arial;
}

#menuleft ul li {
	display: inline;
}

#menuleft ul li a {
	display: block;
	width: 184px;
	height: 15px;
	padding: 12px 8px 12px 22px;
	font: 12px Arial;
	color: #f1e2e7;
	background: url(../images/menuleft_item_bg.gif) no-repeat;
}

#menuleft ul li a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	width: 756px;
	background: url(../images/content_bg.gif) repeat-x;
}

#content h2 {
	float: left;
	font: 12px Arial;
	color: #cc3366;
	height: 13px;
	padding: 18px 15px;
	width: 400px;
}

#content .total {
	font: 12px Arial;
	color: #cc3366;
	height: 13px;
	padding: 18px 15px;
	width: 200px;
	float: right;
	text-align: right;
}

#content .selection {
	clear: both;
	background: url(../images/selection_bg.gif) repeat-x;
	height: 43px;
}

#content .bottom {
	background: url(../images/selection_bottom_bg.gif) repeat-x;
}

#content .navigation {
	float: right;
	position: relative;
	height: 13px;
	font: 12px Arial;
	color: #9d988f;
	text-align: center;
	padding: 15px 28px;
}

#content .navigation a {
	color: #9d988f;
}

#content .navigation a.selected {
	background: #BB1B57 url(../images/navigation_item_bg.gif) repeat-x;
	-moz-border-radius: 2px;
	color: #fff;
	border: 1px #E62767 solid;
	cursor: default;
}

#content .navigation a.selected:hover {
	text-decoration: none;
}

#content .navigation a:hover {
	text-decoration: underline;
}

#content .selection .choose {
	float: left;
	font: bold 12px Arial;
	color: #CC3366;
	padding: 14px 17px 14px 0;
}

#content .selection ul {
	float: left;
	padding: 10px 10px 10px 17px;
}

#content .selection ul li {
	float: left;
}

#content .selection ul li a, #content .selection ul li span {
	display: block;
	background: url(../images/products_button2_bg.gif) repeat-x;
	-moz-border-radius: 2px;
	text-align: center;
	font: 12px Arial;
	color: #fff;
	height: 15px;
	padding: 4px 5px;
	margin-right: 5px;
}

#content .selection ul li span {
	background: url(../images/products_button_hidden_bg.gif) repeat-x;
	cursor: default;
}

#content .selection ul li a:hover, #content .selection ul li a.selected {
	background: url(../images/products_button_bg.gif) repeat-x;
}

#content .selection ul li a.selected {
	font-weight: bold;
}

#content .selection .top {
	float: left;
	font: 11px Arial; 
	color: #cc3366; 
	padding: 16px 0 0 17px; 
}

#content .selection .top:hover {
	text-decoration: underline;
}

.text {
	clear: both;
	padding: 15px;
	font: 12px Arial;
	color: #71685a;
	text-align: justify;
}

.text table tr td {
	padding-right: 10px;
	padding-bottom: 1px;
}

.statistics .spacer {
	margin-bottom: 20px;
}

.statistics table tr td {
	padding: 5px 0;
	border-bottom: 1px dashed #71685A;
}

.statistics a {
	color: #71685A;
}

.text h3 {
	font: bold 13px Arial;
	color: #BE1B5B;
	padding-bottom: 3px;
}

.text input, .text textarea {
	font: 12px Arial;
}

.text .accent {
	color: #cc3366;
}

#productedit table tr td {
	vertical-align: top;
}

#productedit table tr td textarea {
	width: 400px;
	height: 150px;
}

#productedit table tr td input.textinput {
	width: 400px;
}

#products {
	clear: both;
	padding: 0 0 10px 0;
	margin: 0 auto;
	width: 90%;
}

#products .product {
	padding: 10px 0 30px 0;
	float: left;
	width: 50%;
}

#products .clear {
	clear: both;
}

#products .container {
	margin: 0 auto;
	width: 240px;
	position: relative;
}

#products .admin {
	position: absolute;
	top: 0;
	left: 0;
	width: 116px;
	padding: 2px;
	background: #fff;
}

#products .product .image {
	float: left;
	width: 118px;
	border: 1px #dcd6cc solid;
	border-bottom: 0;
}

#products .product .views {
	float: left;
	font: 11px Arial;
	color: #71685A;
	padding: 4px;
}

#products .product .info {
	float: right;
	width: 105px;
	padding: 0 5px;
}

#products .product h3 {
	font: bold 12px Arial;
	color: #71685a;
}

#products .product .price {
	display: block;
	padding-top: 6px;
	font: bold 12px Arial;
	color: #cc3366;
}

#products .product p {
	padding-top: 12px;
	font: 12px Arial;
	color: #71685a;
}

#products .product .buttons {
	border-top: 1px #dcd6cc solid;
	padding-top: 2px;
	clear: both;
}

#products .product .button {
	display: block;
	width: 38px;
	background: url(../images/products_button2_bg.gif) repeat-x;
	-moz-border-radius: 2px;
	text-align: center;
	font: 12px Arial;
	color: #fff;
	height: 15px;
	padding: 4px 0;
	float: right;
}

#products .product .button2 {
	width: 45px;
	background: url(../images/products_button_bg.gif) repeat-x;
	margin-right: 2px;
}

#products .product .blacklist {
	float: left;
	margin-top: 2px;
}

#products .product .edit {
	float: left;
	margin-top: 2px;
	margin-left: 4px;
}

#products .product .button:hover {
	text-decoration: underline;
}

#product {
	clear: both;
	padding: 40px;
}

#product .image {
	float: left;
	border: 1px #dcd6cc solid;
	border-bottom: 0;
	margin-right: 15px;
}

#product .info {
	float: left;
	width: 400px;
}

#product h3 {
	font: bold 12px Arial;
	color: #71685a;
}

#product .price {
	display: block;
	padding-top: 6px;
	font: bold 12px Arial;
	color: #cc3366;
}

#product p {
	padding-top: 12px;
	font: 12px Arial;
	color: #71685a;
}

#product .buttons {
	border-top: 1px #dcd6cc solid;
	padding-top: 2px;
	clear: both;
}

#product .views {
	float: left;
	font: 11px Arial;
	color: #71685A;
	padding: 4px;
}

#product .blacklist {
	float: left;
	margin-top: 2px;
}

#product .edit {
	float: left;
	margin-top: 2px;
	margin-left: 4px;
}

#product .button {
	display: block;
	width: 45px;
	background: url(../images/products_button_bg.gif) repeat-x;
	-moz-border-radius: 2px;
	text-align: center;
	font: 12px Arial;
	color: #fff;
	height: 15px;
	padding: 4px 0;
	float: right;
}

#product .button:hover {
	text-decoration: underline;
}

#footer {
	width: 726px;
	clear: both;
	margin-left: 214px;
	height: 14px;
	background: url(../images/footer_bg.gif) repeat-x;
	font: 11px Arial;
	padding: 8px 15px;
}

#footer ul {
	float: right;
}

#footer ul li {
	float: left;
}

#footer .emig {
	color: #71685a;
}

#footer a {
	margin-left: 20px;
	color: #9d988f;
}

a.login {
	font: 12px Arial;
	color: #C9EAFB;
	padding: 5px;
}

a.login:hover {
	color: #000;
}
