/*

	Nonzero1.0 by nodethirtythree design
	http://www.nodethirtythree.com
	missing in a maze

*/

/* banner support */
.banner h1, 
.banner h2, 
.banner h3, 
.banner td, 
.banner tr, 
.banner tbody, 
.banner table, 
.banner img, 
.banner span, 
.banner div {
   margin: 0;
   padding: 0;
   border-spacing: 0;
}

/* This controls the width of the fluid width layouts */

div.fluid
{
   width: 95% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 950px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background: #fff url('/images/leftmenubg.png') repeat-y;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
t-ext-transform: lowercase;
}

h3,h4,h5,h6
{
color: #142D17;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img {
padding: 3px;
b-order: solid 1px #999999;
}



img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: underline;
color: #F36E21;
}

a:hover
{
text-decoration: none;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

p
{
line-height: 1.4em;
}

/* Header */

#header
{
width:100%;
height:112px;
background: #fff url('images/n2.gif') repeat-x;
}

#header_inner
{
position: relative;
width: 950px;
height:112px;
}

/* Logo */

#logo
{
position: absolute;
margin: 0 2em;
top: 0;
}

#logo img {
   border: 0;
}

#logo h1
{
display: inline;
color: #fff;
font-size: 2.6em;
}

#logo h2
{
display: inline;
padding-left: 0.5em;
color: #D2DCE5;
font-size: 1.0em;
}

.popup {
   background-color: #ffffff;
   padding: 5px;
   display: block;
}

/* Article list */

.articlelistitem {
   display: block;
   position: relative;
   border-bottom: dotted 1px #E1E1E1;
}

.articlelist p {
   margin: 0em !important;
   margin-bottom: 0.5em !important;
}

.articlelist .ingress p {
   text-align: left;
}

.articlelistitem h2 {
   margin: 0.5em 0 0.25em !important;
}

/* Product list */

.quantity {
   width: 15px;
}

#adminsortablelist li {
   height: 24px;
   overflow: hidden;
}

#adminsortablelist li div {
   width: 10%;
   position: relative;
}

#adminsortablelist li .productname {
   width: 80%;
   position: relative;
}

#adminsortablelist li .coverage {
   top: -20px;
   left: 80%;
   text-align: right;
}

#adminsortablelist li .quantity {
   top: -40px;
   left: 90%;
   text-align: right;
}

.productlistitem {
   display: block;
   position: relative;
   width: 100%;
   clear: left;
   height: 50px;
   border-bottom: dotted 1px #E1E1E1;
}

.productlistitem-small {
   height: 27px;
}

.productlistitem img {
   position: relative;
   float: left;
}

.productlistitem .block {
   position: relative;
   float: left;
}

.productlistitem .rightblock {
   float: right;
   position: relative;
}

.productlistitem .prodno {
   position: relative;
   display: block;
   margin-right: 10px;
   width: 50px;
   float: left;
   padding-top: 0.6em;
}

.productlistitem .title {
   position: relative;
   display: block;
   float: left;
   padding-top: 0.6em;
   font-weight: bold;
   overflow: hidden;
}

.productlistitem .prodno2 {
   display: block;
   height: 15px;
   overflow: hidden;
}

.productlistitem .title2 {
   position: relative;
   display: block;
   padding-top: 0.6em;
   font-weight: bold;
   overflow: hidden;
}

.productlistitem .priceadd {
   position: relative;
   display: block;
   float: right;
   width: 100px;
}

.productlistitem .price {
   position: relative;
   display: block;
   float: right;
   width: 100px;
   font-size:1.25em;
   text-align: right;
   padding-top: 0.45em;
   padding-right: 20px;
}

.productlistitem .add {
   position: relative;
   display: block;
   float: right;
   width: 84px;
}

.productlistitem .price2 {
   position: relative;
   display: block;
   float: right;
   clear: right;
   width: 100px;
   font-size:1.05em;
   text-align: right;
   padding-top: 0.45em;
}

.productlistitem .add2 {
   position: relative;
   float: right;
   clear: right;
   display: block;
   width: 84px;
}

.productlistitem form {
   margin: 0; padding: 0;
}

#singleproduct img.mainimage {
   border: 0px;
   margin: 0;
   padding: 0;
   margin-left: 10px;
}

#singleproduct .price {
  font-size:2.5em;
}

#singleproduct form {
   display: block;
   float: right;
}

.productlistitem img {
   border: 0px;
   margin: 0;
   padding: 0;
   margin-right: 10px;
}

.product {
   float: left;
   width: 192px;
   padding-left: 10px;
   padding-right: 10px;
   border-right: dotted 1px #E1E1E1;
}

.product h4 {
   height: 37px;
   overflow: hidden;
}

.product .stock {
   border-top: dotted 1px #E1E1E1;
   font-size: 0.75em;
}

.product .price {
   font-size:1.5em;
   float: left;
}

.product form {
   display: block;
   float: right;
}

.product img {
   border: 0px;
   margin: 0;
   padding: 0;
}

.product .fixedblock {
   width: 192px;
   height: 88px;
   display: block;
   overflow: hidden;
   text-align: left;
   margin-top: 10px;
   line-height: 1.2em;
}

.helpwnd {
   position: relative;
   z-index: 2;
}

.helpwnd .parent {
   position: absolute;
   top: -25px;
   left: -130px;
   background-image: url(/images/helpwnd_bg.png);
   background-repeat: no-repeat;
   background-position: center center;
   height: 89px;
   width: 175px;
≠}

.helpwnd .parent .text {
   padding: 15px;
   padding-top: 36px;
   color: #fff;
}

.spinner {
   display: none;
   background-image: url(/images/spinner.gif);
   background-repeat: no-repeat;
   background-position: center center;
   height: 16px;
   width: 16px;
}

#viewbuttonsspinner {
   float: left;
   margin-right: 7px;
   margin-top: 3px;
}

.viewbuttons {
   display: block;
   position: absolute;
   right: 25px;
   top: -28px;
}

.viewbuttons .viewbutton {
   background-image: url(/images/viewbuttons.png);
   display: block;
   cursor: pointer;
   cursor: hand;
   height: 22px;
   float: left;
}

.viewbuttons .left {
   background-position: bottom left;
   width: 27px;
}

.viewbuttons .center {
   background-position: bottom center;
   width: 25px;
}

.viewbuttons .right {
   background-position: bottom right;
   width: 27px;
}

.viewbuttons .active-left {
   background-position: top left;
}

.viewbuttons .active-center {
   background-position: top center;
}

.viewbuttons .active-right {
   background-position: top right;
}

/* Menu */

#mainmenu {
   position: absolute;
   display: block;
   width: 150px;
   padding: 0;
   margin: 0;
   padding-top: 10px;
}

#mainmenu ul {
   display: block;
   list-style: square;
   padding: 0;
   margin: 0;
   margin-left: 0;
   margin-right: 0;
}

#mainmenu li {
   color: #666;
   padding: 0;
   margin: 0;
   margin-bottom: 1px;
}

#mainmenu li a {
   display: block;
   color: #666;
   padding: 3px;
   margin: 0;
}

#mainmenu li:hover a, #mainmenu li a.active {
   color: #fff;
   background-color: #999;
}

#shopbasket img {
   border: 0;
}

#sitebasket {
   position: absolute;
   width: 160px;
   right: 0px;
   top: 16px;
}

#sitepath {
   position: absolute;
   left: 200px;
   top: 16px;
}

#sitesearch {
   position: absolute;
   left: 0px;
   top: 14px;
}

#sitesearch ul, #sitebasket ul, #sitepath ul {
   list-style: square;
   margin: 0;
   padding: 0;
}

#sitesearch li, #sitebasket li, #sitepath li {
   color: #fff;
   height: 45px;
   display: inline;
   text-transform: lowercase;
}

#sitesearch li a, #sitebasket li a, #sitepath li a {
   color: #fff;
}

#sitesearch li a:hover, #sitebasket li a:hover, #sitepath li a:hover {
   text-decoration: underline
}

#sitesearch #searchbox {
   background: url('/images/searchbox.png');
   background-repeat: no-repeat;
   width: 116px;
   height: 12px;
   color: #616161;
   margin: 0;
   border: 0;
   padding: 2px;
   padding-left: 16px;
   font-size: 10px;
}

#login {
position: absolute;
right: 2em;
top: 1em;
}

#loginform {
   magin: 0;
   padding: 0;
   margin-top: -10px;
}

#cardlogos {
   position: absolute;
   right: 2em;
   top: 2.8em;
}

#logincancel {
margin-left: 5px;
}

#menu
{
position: absolute;
top: 55px;
right: 0em;
}

#menu ul
{
list-style: none;
}

#menu li.left {
   display: inline;
   width: 16px;
   height: 45px;
   background: transparent url('images/topbarleft.png') repeat-x;
}

#menu li.right {
   display: inline;
   width: 16px;
   height: 45px;
   background: transparent url('images/topbarright.png') repeat-x;
}

#menu li
{
   background: transparent url('images/buttonbarbg.png') repeat-x;
   height: 45px;
   float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 1.6em 1.4em 0em 1.4em;
background: #fff url('images/buttonbarbg.png') repeat-x;
color: #616161;
font-weight: bold;
font-size: 1.0em;
text-transform: lowercase;
text-decoration: none;
}

#menu li a.active
{
padding: 1.6em 1.4em 1.0em 1.4em;
background: #fa6c0e url('images/topbaractivebg.png') repeat-x;
color: #fff;
}

li.menu-title {
   list-style: none;
}

li.menu-title a {
   font-size: 12px;
   font-weight: bold;
   color: black !important;
}

li.menu-title a.active {
   color: white !important;
}

li.menu-title a:hover {
   color: white !important;
}

/* Main */

#main
{
background: transparent url('images/topbg.png') 0px 0px repeat-x;
}

#main #topmenu {
background: transparent url('/images/leftmenutop.png') 0px 0px no-repeat;
left: 0px;
width: 200px;
height: 50px;
display: block;
position: absolute;
}

#main_inner p
{
text-align: justify;
margin-bottom: 2.0em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

#main_inner .post
{
position: relative;
}

#main_inner .post h3
{
position: relative;
font-size: 1.7em;
padding-bottom: 1.2em;
}

#main_inner .post ul.post_info
{
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#main_inner .post ul.post_info li
{
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

#main_inner .post ul.post_info li.date
{
background-image: url('images/n5.gif');
}

#main_inner .post ul.post_info li.comments
{
background-image: url('images/n6.gif');
margin-left: 1.1em;
}

.arrowleft {
   padding-left: 12px;
   background-image: url('/images/icon_arrow.gif');
   background-repeat: no-repeat;
   background-position: 3px 5px;
}

.errormessage {
   color: red;
   padding-left: 20px;
   background-image: url('/images/icons/delete.png');
   background-repeat: no-repeat;
}

.starred {
   color: red;
   padding-left: 20px;
   background-image: url('/images/icons/bullet_star.png');
   background-repeat: no-repeat;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: 0;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
text-transform: lowercase;
}

/* Search */

input.button
{
   background: #FF790B url('images/n3.gif') repeat-x;
   color: #fff;
   border: solid 1px #DB7623;
   font-weight: bold;
   text-transform: lowercase;
   font-size: 0.8em;
   height: 2.0em;
}

input.bigbutton {

   background:	#fa6c0e url("http://digistore.mac/css/skins/images/topbg.png") repeat-x !important;
   background-position: 0 -5px !important;
   text-transform:	none !important;
   text-decoration:	none !important;
   margin:	0 !important;
   padding-top:	8px !important;
   padding-right:	14px !important;
   padding-bottom:	9px !important;
   padding-left:	14px !important;
   border: 0 !important;
   border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
   cursor:	pointer !important;
   color:	#111 !important;
   font-size:	14px !important;
   font-weight:	bold !important;
   font-style:	normal !important;
   border-radius: 5px !important;
   -webkit-border-radius: 5px !important;
   -moz-border-radius: 5px !important;
   box-shadow:  0 3px 12px #888;
   -moz-box-shadow:  0 3px 12px #888;
   -webkit-box-shadow:  0 3px 12px #888;
   width: auto !important;
   height: auto !important;
   
}

input[type=submit], input[type=button] {
   background: #c7c7c7 url('/images/button-bg.png') no-repeat;
   text-align: center;
   margin-top: 0.6em;
   padding-bottom: 1px;
   font-family: Verdana;
   font-size: 10px;
   height: 20px;
   width: 60px;
   color: #000;
   border: 0;
}

input.btn, button {
   background: #c7c7c7 url('/images/button-bg.png') no-repeat;
   text-align: center;
   margin-top: 0.6em;
   padding-bottom: 1px;
   font-family: Verdana;
   font-size: 10px;
   height: 20px;
   width: 60px;
   color: #000;
   border: 0;
}

input.hugebtn {
   background: #c7c7c7 url('/images/hugebutton-bg.png') no-repeat;
   text-align: center;
   padding-bottom: 1px;
   font-family: Verdana;
   font-size: 10px;
   line-height: 32px;
   height: 32px;
   width: 138px;
   color: #000;
   border: 0;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
position: absolute;
top: 0em;
left: 0em;
width: 9.5em;
}

#search input.button
{
position: absolute;
top: 0em;
right: 0em;
min-width: 2.0em;
max-width: 2.5em;
}

/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	#primaryContent_3columns
	{
	position: relative;
	margin-right: 34em;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -34em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_3columns
	{
	float: right;
	}
	
	#columnB_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: dotted 1px #999999;
	}
	
	#columnC_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #999999;
	}
	
/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 17em;
	margin-left: 200px;
	}
	
	#leftContent_2columns
	{
	position: relative;
	width: 150px;
	display: block;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 14.0em;
	float: left;
	padding: 0em 0em 0.25em 0.5em;
	border-left: dotted 1px #999999;
   }
   
   #columnC_2columns h2 {
      color: #F36E21;
   }

/* LAYOUT - COLUMNLESS */

	/* Primary content */
	#primaryContent_columnless
	{
	position: relative;
	margin-left: 200px;
	}
	
	#columnA_columnless
	{
	position: relative;
	width: 100%;
	}
