/* 
	Generalens.com 
	Style stylesheet 
*/

* {
	font-family: Helvetica; 
	font-weight: lighter;
	line-height: 1.5em;
}

body {
	background-color: #455667;
	background-image: url('/gfx/gradient.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99aabb', endColorstr='#445566');
	background: -webkit-gradient(linear, left top, left bottom, from(#9ab), to(#456));
	background: -moz-linear-gradient(top,  #9ab,  #456);*/
}

div#container {
	background-color: #FFFFFF;
}

header {
	position: relative;
	background-image: url('/gfx/header.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
}

header div.logo {
	top: 20px; 
	left: 20px;
	position: absolute; 
}

nav {
	background-color: #000000;
	padding: 5px 0px 5px 20px;
}

nav a {
	color: #FFFFFF;
}

section#content {
	padding: 20px 20px 10px 30px;
}

footer {
	position: relative; 
	background-color: #000000;
	color: #FFFFFF;
/*	font: 11px verdana;*/
	font-size: 10px;
}

footer a {
	color: #FFFFFF;
	text-decoration: none;
}

footer a:HOVER {
	color: #FFFFFF;
	text-decoration: underline;
}

div#itemsgallery {
	display: block;
	width: 630px;
	margin-right: 0px;
}

div#languageButtons {
	display: inline;
	position: absolute;
	right: 7px;
}

div#languageButtons a img {
	border: 1px solid #333333;
}

div#languageButtons a:HOVER img {
	border: 1px solid white;
}

p.padbox {
	width:400px;
	padding: 20px;
}

.wrap {
	margin-top: 5px; 
	margin-bottom: 5px; 
}

/* navigation */

#breadcrumbs {
  font-size:12px;
}

#breadcrumbs a {
	color: #000000;
}

#breadcrumbs a:active {
  color: #1a1a1a;
}

#breadcrumbs a:hover {
  color: #c8b247;
}

/* misc */

h1 {
	font-family: Helvetica;
	font-size: 24px; 
	font-weight: lighter;
	margin-bottom: 10px;
	color: #000000;
}
h2 {
	font-size: 20px; 
}
h3 {
	font-size: 16px; 
	margin-bottom: 5px; 
}

div.item {
	border: 1px solid #AAAAAA; 
	display: inline-block;
	margin: 4px 2px; 
	padding: 5px; 
	width: 100px;
	vertical-align: top;
/* IE7 hack */
	zoom: 1;
	*display: inline;
}

div.item img {
	margin-bottom: 5px; 
}

div.item a {
	text-decoration: none; 
	font-size: 11px; 
	color: black;
}

div.item a:HOVER {
	text-decoration: underline;
	color: black;
}

div.itemtitle {
	width: 100px; 
	height: 30px; 
	overflow: hidden;
	line-height: 1.1em;
}

div.itemprice, div.itemnoprice {
	background: #FFEEBB; 
	color: #000000;
	font-weight: normal;
	padding: 2px;
	padding-right: 10px;
	text-align: right;
}

/* Item detail */
.itemDetail {
	position: relative; 
	padding: 20px;
}
.itemDetail .imageWrapper {
	position: relative; 
}
.itemDetail .image {
	text-align: center;
	background: black;
	float: left; 
	width: 640px; 
	height: 426px; 
	margin-right: 10px;
	border: 1px solid black; 
}
.itemDetail .image img {
	left-margin: auto;
	right-margin: auto;
	top-margin: auto;
	bottom-margin: auto;
}
.itemDetail .extraImages {
	float: left; 
	width: 102px; 
	height: 425px; 
}
.itemDetail .itemImage,
.itemDetail .itemImage2,
.itemDetail .itemImage3,
.itemDetail .itemImage4,
.itemDetail .itemImage5,
.itemDetail .itemImage6,
.itemDetail .itemImage7 {
	margin-bottom: 10px; 
	border: 1px solid black; 

}
.itemDetail .artno {
	font-size: 12px; 
}
.itemDetail .text {
	clear: both;
	padding-top: 10px; 
}

/* begin category nav */

div#categoryNav {
	margin-top: 5px;
	display: block;
}

#categoryNav ul {
  padding-left: 0; 
  margin-top: 0;
  margin-left: 0; 
  list-style-type: none;
}

#categoryNav a {
  display: block;
  padding: 5px 10px;
  width: 270px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #AAAAAA;
}

#categoryNav li.selected a, 
#categoryNavList li.selected a { background-color: #999999; color: #FFFFFF; text-decoration: none;}
#categoryNav a, 
#categoryNavList a { text-decoration: none; color: #000000; }
#categoryNav a:focus, 
#categoryNav a:hover, 
#categoryNav a:active { background-color: #FFEEBB; color: #000000;  }


/* end category nav */

/* begin browser  */

div.browser {
	position: relative;
	display: block;
	width: 640px;
	height: 28px;
/*	background-color: #000000; */
	padding: 5px;
}

div.browser ul {
	margin: 0;
	padding: 0; 
	font: 12px verdana;
	list-style-type: none;
	width: 100%;
}

div.browser ul li { display: inline; margin: 0px; padding: 0px; }
div.browser ul li.first a { width: 30px; text-align: center; }
div.browser ul li.previous a { width: 30px; text-align: center; }
div.browser ul li.page a { width: 20px; text-align: center; }
div.browser ul li.selected a { font-weight: bold; }
div.browser ul li.next a { width: 30px; text-align: center; }
div.browser ul li.last a { width: 30px; text-align: center; }

div.browser li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px 4px -1px 0px; 
	padding: 6px 14px; 
	color: white;    
	background: #999999; 
	border: 1px solid black;
}

div.browser li.selected a {
	background: #EEEEEE; 
	color: black; 
}

div.browser li a:hover {
	background: #FFEEBB; 
	color: black;       
}

div.browser ul li.count {
	float: left;
	display: block;
	margin: 0px 4px -1px -5px; 
	padding: 6px 14px; 
	color: #000000;
}

/* end browser */

/* begin sharing */
#share a.facebook {
	background: url(../gfx/facebook.png) no-repeat left top;
} #share a.twitter {
	background: url(../gfx/twitter.png) no-repeat left top;
} #share a.google {
	background: url(../gfx/google.png) no-repeat left top;
} #share a.email {
	background: url(../gfx/email.png) no-repeat left top;
}

#share a:hover {
	background-position: left bottom;
}

#share {
	position: absolute; 
	top: 425px; 
	right: 260px; 
	padding: 10px; 
}

div#share span {
  font-size:12px;
	float: left; 
	margin-right: 5px; 
}

#share a {
	width: 16px;
	height: 16px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	text-decoration: none;
	margin-right: 3px;
	float: left;  
	font-size: 1px;
}
/* end sharing */
