body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.5em;
   background-color: #000;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

h1,h2,h3 {
	color: #5a5a5a;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

img {
   border-color: #ccc;
}

form {
   margin: 0px;
   padding: 0px;
}

.wrapper {
	width: 960px;
	margin: 0px auto;
}

#header {
	height: 148px;
	background: #1F1F1F url(/images/bg-header.gif) repeat-x;
}

#logo {
   height: 107px;
   margin-left: 20px;
}

#logo img {
   margin-top: 11px;
}

#slogan {
	float: right;
	height: 107px;
   margin-right: 35px;
}

#slogan img {
   margin-top: 37px;
}

#footer {
   background-color: #000;
   color: #FCE65C;
	clear: both;
   line-height: 16px;
   padding: 20px 0px 35px 0px;
   font-weight: bold;
}

#footer ul {
   margin: 0px;
   padding: 0px;
}

#footer li {
   color: #666;
   border-right: 1px solid #333;
   margin: 3px 5px 3px 0px;
   padding-right: 5px;
   white-space: nowrap;
   float: left;
   list-style: none;
   height: 16px;
   line-height: 16px;
   display: block;
   font-size: 12px;
}

#column-right {
   width: 180px;
   float: right;
   margin-left: 20px;
}
#column-left {
   width: 180px;
   float: left;
}

#copyright {
   text-align: center;
   padding-top: 30px;
   clear: both;
}
#copyright a {
   margin-left: 5px;
   border-left: 1px solid #333;
   font-weight: normal;
   padding-left: 7px;
   color: #666;
   text-decoration: underline;
}
#content {
   clear: both;
	padding: 10px 0px 15px 0px;
   background-color: #fff;
   overflow: auto;
}

.img-right {
	margin: 0px 0px 20px 20px;
}

#navigation {
	margin: 0px;
	padding: 0px;
   background: #ECC831 url(/images/bg-menu.gif) repeat-x;
   height: 40px;
   margin-bottom: 1px;
}

#navigation li {
	float: left;
	list-style: none;
   line-height: 40px;
}

#navigation li a {
	padding: 0px 40px;
	display: block;
	text-decoration: none;
	color: #463500;
	font-weight: bold;
   border-right: 1px solid #9A7500;
   height: 24px;
   margin-top: 8px;
   line-height: 24px;
   font-size: 14px;
}

#navigation li .omit-delimiter {
   border-right: 0px;
}

#navigation li .selected {
   /*text-decoration: underline;*/
}

#navigation li a:hover {
   text-decoration: underline;
}

.zend_form .errors {
	list-style: none;
	color: #f00;
	margin: 0px;
	padding: 0px;
}

.zend_form .required  {
   background-image:url(/images/required.gif);
   background-position:top right;
   background-repeat:no-repeat;
   padding-right:7px;
}

.zend_form .description {
   font-size: 11px;
   color: #999;
   margin: 0px;
}

.zend_form dd {
   padding: 0px;
   margin: 3px 0px 7px 0px;
}

.zend_form label {
   font-weight: bold;
}

.zend_form input[type=text] {
   width: 30%;
}

.zend_form textarea {
   width: 50%;
   height: 150px;
}

.message-error,.message-success {
	margin: 10px 0px;
	padding: 8px;
   width: 728px;
}

.message-error {
	background-color: #FFCECE;
	border: 1px solid #DF8F8F;
	color: #665252;
}

.message-success {
	background-color: #D5FFCE;
	border: 1px solid #9ADF8F;
	color: #556652;
}

.box {
   margin-bottom: 15px;
	background: #ccc;
   width: 180px;
}

.box-header {
   background: #EFEBEF url(/images/bg-box-header.gif) repeat-x top;
   padding: 5px 8px;
   color: #fff;
   font-size: 17px;
   font-weight: bold;
   height: 20px;
   line-height: 21px;
}

.box-content {
   border: 1px solid #CECFCE;
   border-top: 0px;
   padding: 8px;
}

.box-content form {
   line-height: 2em;
   color: #666;
   font-size: 11px;
   font-weight: bold;
}

.box-content form input[type=text],
.box-content form input[type=password] {
   width: 150px;
   border: 1px solid #999;
   padding: 3px 2px;
}

.button {
   background: #96BD45 url(/images/bg-button.gif) repeat-x top;
   border: 0px;
   color: #fff;
   font-size: 10px;
   font-weight: bold;
   height: 22px;
   line-height: 12px;
   padding: 0px 9px;
   margin-top: 8px;
}
.link-button {
   background: #96BD45 url(/images/bg-button.gif) repeat-x top;
   border: 0px;
   color: #fff;
   font-weight: bold;
   height: 22px;
   line-height: 22px;
   padding: 0px 9px;
   margin-top: 8px;
   display: inline-block;
}
#logged-in {
   text-align: center;
   color: #666;
   font-weight: bold;
}

#menu {
   margin: 0;
   padding: 0;
   list-style: none;
   font-size: 13px;
}
#menu li {
   height: 36px;
   line-height: 36px;
   margin-bottom: 2px;
   border: 1px solid #C5C5C5;
   background-color: #f0f0f0;
}
#menu li a {
   display: block;
   color: #444244;
   font-weight: bold;
   padding-left: 10px;
}
#menu li .selected,
#menu li a:hover {
   text-decoration: none;
   background-color: #ccc;
}

a.selected {
   color: #000;
}

#legals {
   margin: 0px;
   padding: 0px;
   list-style: none;
}
#legals li {
   height: 35px;
   line-height: 35px;
}
#legals img {
}
#legals a {
   font-size: 16px;
   margin-left: 7px;
}

#remember-me {
   float: right;
   line-height: 20px;
   height: 20px;
   margin-top: 9px;
}
#remember-me label {
   font-size: 11px;
   font-weight: normal;
   white-space: nowrap;
}

#slidebox{position:relative; border:0px; margin: 0px;}
#slidebox, #slidebox .content{width:760px;}
#slidebox, #slidebox .container, #slidebox .content{height:250px;}
#slidebox{overflow:hidden;}
#slidebox .container{position:relative; left:0;}
#slidebox .content{background:#eee; float:left;}
#slidebox .content div{padding:0px; height:100%; font-family:Verdana, Geneva, sans-serif; font-size:13px;}
#slidebox .next, #slidebox .previous{position:absolute; z-index:2; display:block; width:21px; height:21px;}
#slidebox .next{right:0; margin-right:10px; background:url(/images/slidebox/next.png) no-repeat left top;}
#slidebox .next:hover{background:url(/images/slidebox/next_hover.png) no-repeat left top;}
#slidebox .previous{margin-left:10px; background:url(/images/slidebox/previous.png) no-repeat left top;}
#slidebox .previous:hover{background:url(/images/slidebox/previous_hover.png) no-repeat left top;}
#slidebox .thumbs{position:absolute; z-index:2; bottom:10px; right:10px;}
#slidebox .thumbs .thumb{display:block; margin-left:5px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:9px; text-decoration:none; padding:2px 4px; background:url(/images/slidebox/thumb.png); color:#fff;}
#slidebox .thumbs .thumb:hover{background:#fff; color:#000;}
#slidebox .selected_thumb{background:#fff; color:#000; display:block; margin-left:5px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:9px; text-decoration:none; padding:2px 4px;}

.table {   border-spacing: 0px;   border-right: 1px solid #ccc;   border-bottom: 1px solid #ccc;}
.table td,.table th {   padding: 5px;   border: 1px solid #ccc;   border-right: 0px;   border-bottom: 0px;}
.table th {   text-align: left;   background-color: #f0f0f0;}
.table tr:hover {   background-color: #e0e0e0;}
.table tr.pagination {   background-color: #fff;}

.zend_form .description {
   font-size: 11px;
   color: #999;
   margin: 0px;
}

.search-result {
   margin: 0px 7px 7px 0px;/*should be 7*/
   height: 100px;
}
.search-result .thumb {
   height: 88px;
   line-height: 88px;
   background-color: #fff;
   text-align: center;
   float: left;
   padding-right: 10px;
   width: 120px;
}
.search-result .thumb img {
   vertical-align: middle;
   max-height: 88px;
   max-width: 118px;
}
.search-result .info h2 a {
   color: #002458;
}
.search-result .info .description {
   margin: 5px 0px;
   max-height: 40px;
   overflow: hidden;
}
.search-result .info .description a {
   color: #333;
}
#call-to-action {
   float: right;
   margin-bottom: 10px;
}
#product-category,
#brand-logo {
   float: right;
   clear: right;
   margin-bottom: 10px;
   text-align: center;
   width: 120px;
}
#product-attributes {
   overflow: auto;
}
#product-attributes dt {
   font-weight: bold;
   float: left;
   width: 180px;
   display: block;
   clear: left;
   text-align: right;
   padding-right: 5px;
}
#product-attributes dt:after {
  content: ":";
}
#product-attributes dd {
   margin: 0px;
   padding: 0px;
   margin-bottom: 5px;
   width: 180px;
   float: left;
   display: block;
}
#product-image img {
   max-width: 600px;
   max-height: 600px;
}
#product-description {
   margin: 20px 0px;
}
#product-code {
   font-size: 20px;
   font-weight: bold;
   text-align: center;
   float: right;
   clear: right;
   width: 108px;
   margin: 5px 0px;
   padding: 7px 5px;
   background-color: #f0f0f0;
   border: 1px solid #ccc;
   overflow: hidden;
}

#search-options {
}

#search-info {
   margin-bottom: 10px;
   font-size: 13px;
}
.pagination {
   float: right;
}
.pagination a {
   padding: 1px 4px;
}
.pagination a:hover {
   background-color: #f0f0f0;
}
.pagination .selected {
   font-weight: bold;
	text-decoration: none;
	color: #333;
   background-color: #f0f0f0;
}
.pagination-bottom {
   float: left;
   width: 490px;
   margin: 0px;
   text-align: center;
   font-size: 18px;
}
#product-search-form {
   float: right;
   height: 32px;
   line-height: 20px;
   padding-top: 12px;
}
#product-search-form form input{
   border: 1px solid #ccc;
   height: 18px;
}
#product-search-form form input[type=text] {
   width: 145px;
}
#product-search-form form input[type=submit] {
   background-color: #fff;
   height: 22px;
   vertical-align: top !important;
}
#product-left {
   width: 120px;
   float: left;
   text-align: center;
}
#product-left a {
   font-size: 11px;
}
#product-right {
   float: left;
   margin-left: 15px;
   width: 370px;
}
.search-result .info h2,
#product-right h2 {
   margin: 0px;
   padding: 0px;
   border-bottom: 1px dotted #f0f0f0;
   color: #002458;
   font-size: 13px;
   font-weight: bold;
}
#calls-to-action {
   line-height: 24px;
   height: 24px;
}

#left {
   width: 190px;
   float: left;
   padding-left: 0px;
   margin-top: 0px;
   /*margin-bottom: 1000px;*/
   background: transparent url(/images/bg-left.png) no-repeat top right;
   padding-right: 15px;
}
#left h2 {
   margin: 0px 0px 5px 0px;
   border: 0px;
}
#left ul {
   clear:both;
   margin: 0px;
   /*margin-top: -15px;*/
   padding: 0px;
   list-style: none;
   background: #fff url(/images/nav-left-bg.png) repeat-y;

}
#left ul li {
   border-bottom: 1px dotted #f0f0f0;
   margin-right: 10px;
}
#left ul li a {
   height: 25px;
   line-height: 25px;
   display: block;
   color: #666;
   text-decoration: none;
   font-weight: bold;
   padding-left: 10px;
   overflow: hidden;
}
#left ul li a:hover,
#left ul li a.selected {
   color: #FFD000;
}
#left ul li a.selected {
   background: transparent url(/images/nav-left-selected.gif) no-repeat left center;
}
#left ul li ul li {
   border-bottom: 0px;
   margin-left: 20px;
   margin-right: 0px;
}
#left ul li ul li a {
   font-weight: normal;
   height: 25px;
   line-height: 25px;
}

#content-center {
   width: 550px;
   margin-left: 207px;
}

#brands-box {
   background-color: #444;
   margin-bottom: 20px;
   text-align: center;
   height: 30px;
   line-height: 30px;
   font-size: 12px;
   font-weight: bold;
}
#brands-box a {
   color: #fff;
}

.search-info {
   margin-top: 20px;
}

.thawte-logo {
   margin-top: -10px;
}

.left-heading {
   margin-top: 4px;
}
.left-heading a {
   color: #5C595F;
}
.left-heading h2 {
   font-size: 22px;
   text-decoration: underline;
}
.left-heading h3 {
   font-size: 18px;
   margin-top: 0px;
}

.brand-box {
   width: 170px;
   margin-left: 13px;
   float: left;
   height: 30px;
   line-height: 30px;
   overflow: hidden;
}
.brand-heading {
   width: 550px;
   overflow: hidden;
   padding: 25px 0px 5px 0px;
}
.brand-heading.first {
   padding-top: 0px;
}
.brand-heading a {
   color: #fff;
   background-color: #e2e2e2;
   display: block;
   padding: 5px 10px;
   font-size: 22px;
}
.brand-heading a:hover {
   text-decoration: none;
}

.table {
   border-spacing: 0px;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}

.table td,
.table th {
   padding: 5px;
   border: 1px solid #ccc;
   border-right: 0px;
   border-bottom: 0px;
}
.table th {
   text-align: left;
   background-color: #f0f0f0;
}
.table tr:hover {
   background-color: #e0e0e0;
}
.table tr.pagination {
   background-color: #fff;
}

#store-guest-spiel {
   width: 300px;
   float: right;
   font-size: 14px;
}
#store-guest-spiel .link-button {
   float: right;
}

#calls-to-action .button,
.search-result .button {
   float: right;
   font-size: 13px;
   margin-top: 0px;
   line-height: 22px;
}
.zend_form .button {
   font-size: 13px;
   margin-top: 0px;
   line-height: 22px;
}

#featured-products {
   overflow: auto;
}
.featured-product {
   width: 160px;
   float: left;
   margin-top: 15px;
   margin-right: 20px;
   background-color: #f0f0f0;
   padding: 5px;
}
.featured-product img {
   max-width: 120px;
   max-height: 90px;
   margin-bottom: 10px;
}
.featured-product h3 {
   margin: 5px 0px;
   font-size: 14px;
}
#featured-products .last {
   margin-right: 0px;
}

.price {
   color: #002458;
   font-size: 18px;
   float: right;
   font-weight: bold;
   margin-right: 3px;
   margin-top: 1px;
}
