@import url(form.css);
* { margin: 0; padding: 0; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 1em; }
body { background-color: #000000; color: #ffffff; font-size: 0.8em; line-height: 1.4em; }
a:link { color: #a7c600; }
a:visited { color: #5a2c85; }
a:hover, a:active { color: #a49abc; }
div.hr hr { display: none; }
div.hr { border-top: 1px solid #808080; margin-top: 5px; margin-bottom: 5px; }
img { border: 0px; }
input.button { background-color: #a7c600; color: #000000; border: 1px solid #a7c600; padding: 1px 4px; font-weight: bold; }
input.text { border: 1px solid #606060; }
ul, ol { margin-left: 1.5em; padding-left: 1.5em; margin-bottom: 0.75em; }
ul li { line-height: 1.2em; }
h1 { font-size: 1.4em; padding-bottom: 0.8em; margin-bottom: 0.8em; font-weight: bold; color: #a7c600; }
h2 { font-size: 1.1em; font-weight: normal; margin-bottom: 0.3em; color: #a7c600; }
h3 { font-size: 1.1em; font-weight: normal; margin-bottom: 0.3em; color: #a7c600; }
#root { width: 980px; margin: 20px auto; }

/* Header Elements */
#header { margin-bottom: 10px; }
	#topimage { float: left; }
	#logo { float: right; }

#body-root {  }
#cardlogo { width: 922px; margin: 0px auto; text-align: left; font-size: 0.9em; color: #ffffff; }
#credits { width: 922px; margin: 0px auto; text-align: right; font-size: 0.9em; color: #ffffff; border-top: 1px solid #a7c600; }
#credits a { text-decoration: none; color: #ffffff; }
	#main-navigation { padding: 1px 20px 10px; }
		#myaccount-container { float: right; }
			#myaccount-container ul { list-style-type: none; margin: 0; padding: 0; }
			#myaccount-container li { float: left; line-height: 1.1em; margin: 0; padding: 0 0 0 0.5em; }
			#myaccount-container a { text-decoration: none; color: #ff9100; font-weight: bold; }
		#main-navigation-container { overflow: hidden; }
			#main-navigation-container ul { list-style-type: none; margin: 0; padding: 0; }
			#main-navigation-container li { border-left: 1px solid #ffd180; float: left; line-height: 1.1em; margin: 0 1em 0 -1em; padding: 0 1em 0 1em; }
			#main-navigation-container a { text-decoration: none; color: #bb2123; }
			
#left { width: 170px; float: left; background-color: #000000; }			
#mainmenu { padding: 10px; }
		#mainmenu ul { list-style-type: none; margin: 0px; padding: 0px; margin-bottom: 10px; }
		#mainmenu li { display: inline; }
		#mainmenu a:link, #mainmenu a:visited { display: block; color: #a7c600; text-decoration: none; }
		#mainmenu a span { display: block; }
		#mainmenu a:hover, #mainmenu a:active { text-decoration: underline; }
		#mainmenu a.level1 { font-weight: bold; }
		#mainmenu a.level2 { padding-left: 16px; }			
			
#navigationblock { float: right; }
.navigation { list-style-type: none; margin: 0; padding: 0px 0px 0px 15px; }
.navigation li { display: inline; }
.navigation a { text-transform: uppercase; float: right; display: block; margin: 3px 5px; text-decoration: none; color: #ffffff; padding-right: 10px; border-right: 1px solid #ffffff; }
.navigation a:hover, .navigation a.active { color: #ffffff; }
.navigation a.active { color: #a7c600; }

	#left-column { float: left; display: inline; width: 175px; }
		#category-menu { padding: 10px 0px; }
		#category-menu ul { list-style-type: none; margin: 10px 0 10px 0; padding: 0; }
		#category-menu li { display: inline; }
		#category-menu a { display: block; padding: 4px 8px 8px; text-decoration: none; color: #a7c600; font-weight: bold; }
		#category-menu a:hover { color: #ffffff; }
	#main-column { float: right; display: inline; width: 790px; margin: 6px 12px 10px 0px; }


.clear { clear: both; font-size: 0px; height: 0px; line-height: 0px; }
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: bottom; }

table.form th, table.data th, table.basket th { text-align: left; background-color: #F0F0F0; padding: 4px; }
table.form td, table.data td, table.basket td { background-color: #F8F8F8; padding: 4px; }

.shop-browser-category, .shop-browser-product { color: #ffffff; float: left; width: 200px; margin: 0px 10px 10px 0px; padding: 0px 0px; display: inline; }
.shop-browser-category { height: 180px; }
.shop-browser-product-summary { height: 90px; overflow: hidden; }
.shop-browser-category a, .shop-browser-product a { color: #ffffff; }

table.form th, table.basket th { background-color: #a7c600; padding: 2px 3px; font-weight: normal; color: #000000; }
table.form td, table.basket td { background-color: #2e2e2e; padding: 2px 3px; }
table.form div.hr, table.basket div.hr { border-top: 1px solid #a7c600; padding-top: 0px; margin-bottom: 0px; }

.gallery-thumbnail { float: left; width: 122px; margin-right: 10px; margin-left: 10px; margin-bottom: 10px; }
	.gallery-thumbnail img { border: 1px solid #cccccc; }