* { 
  margin:0; 
  padding:0;
} 

form {
  margin:0; 
  padding:0;	
}

a:active
{
  outline: none;
}


body {
	background: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
}

#top-nav div.link-block {
	float:left; 
  
}

#top-nav {
	/* margin-left: 104px; */
}

#header-title {
	padding-bottom: 15px;
}

.admin {
	padding-top: 20px;
}

.admin a {
	border: 1px solid #333;
	color: #ccc;
	padding: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 2px;
}

.admin a:hover {
  color: #fff;
}



#header-title {
	
}

#header-top {

}

#user_nav {
	float:right;
}

a {
	text-decoration: none;
	color: white;
}

a img {
	border: 0;
}


a.current {
	color: yellow;
}

#footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
	width: 724px;
	padding-top: 20px;
}



#footer a:hover {
	color: yellow;
}

.product-info a {
  	color: yellow;
}
.product-info a:hover {
  	text-decoration: underline;
}

.product-info p, .page-content p {
	margin-bottom: 10px;
}

.product-info ul, .page-content ul {
	margin-bottom: 10px;
}

.product-info li, .page-content li {
	list-style: disc outside;
	margin-left: 15px; 
}


div.link-block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;

  border: 1px solid white;
  margin: 2px;
	margin-top: 2px;
	margin-right: 1px;
  margin-bottom: 3px; 
  height: 70px;
  width: 140px;	
	

  /*display: table;*/
	#position: relative; 
	overflow: hidden;
	
}

div.link-block.product {
  margin-bottom: 1px; 	
}

div.link-block.page {
	float: left;
	display: block;
	position: static;
	margin-bottom: 1px;
}

/*
div.link-block.page div {

   display: block; 

}
*/

div.link-block.extras {
	border: 1px solid #000;
}

div.link-block.extras.current {
  border: 1px solid #666;
}

div.link-block.extras.current div a div {
  color: #fff;
}

div.link-block.extras div a div {
  color: black;
}

div.link-block.extras div a div:hover {
  color: white;
}

div.link-block.extras:hover {
  border: 1px solid #888;
}

div.link-block div {
	 #position: absolute; 
	 #top: 50%;
	 display: table-cell; 
	 margin: 0px;
	 padding: 0px;
	 
	 vertical-align: middle;
	 text-align: center; 
	 height: 68px;
	 width: 140px;

}

div.link-block div a {

   margin: 0px;
   padding: 0px;
	
}

div.link-block.current div a div {
  background-image: url('/images/hand-background-current.png');
  background-repeat:no-repeat;
  background-position: center top; 	
}

div.link-block.product {
	float: left;
	
}

/*
div.link-block.product div a {
  position:relative;
	top:-30px;	
}
*/



div.link-block.product div a div  {
	text-indent:-9000px;
  background-image: url('/images/hand-background.png');
  background-repeat:no-repeat;
  background-position: center top; 
	
	
}

div.link-block.blank div a div, div.link-block.blank div a div:hover  {

  background-image: none;
  
}




div.link-block div a div {
	#position: relative; 
	#top: -50%
	/*
	width: 99px;
  height: 70px;
 	*/
}

div.link-block.product div {
}

div.link-block.product div a span {
	text-indent:9000px; 
}

div.link-block.product div a span:hover {
  text-indent:0px; 
}

div.link-block.product div a div.over  {
	text-indent:0px;

  position: relative;
  top: -20px;
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  opacity: 0.6;
  	
}

div.link-block div a div:hover {
	
  background-image: url('/images/hand-background.png');
  background-repeat:no-repeat;
  background-position: center top;
}

div.link-block.extras {
	position: absolute;
	top: 40px;
	left: 1180px;
	
}

.small-font { font-size: 11px; }

.transparent {
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.top-text {
	text-align: center;
	position: relative;
	top: -40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 122px;	
	
	/*
	height: 30px; */
	/*
	height: 50px;
	width: 80px;
	*/
	z-index: 100;
}

div.link-block .top-text.yellow a {
  color: #ff0; 
	 
}

div.product-info {
	border: 1px solid white;
	margin: 1px;
	margin-left: 2px;
	margin-top:2px;
	margin-bottom: 0px;
	
	padding: 8px;
	padding-left: 10px;
  width: 557px;

	/* margin-left: 105px; */
	height: 54px;
	font-size: 0.8em;
	float: left;
}

div#feral-url {
	margin-left: 170px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: normal;

}



div.section-links {
	float:left;
	height: 371px;
}

div.product-pictures {
	width: 580px;
	height: 375px;
	float: left;
}

div.section.about {
	height: 100%;
	overflow: hidden;
	position: relative; 
}

div.section.about img.bottom-right {
  position: absolute;
	right: 5px;
	bottom: 5px;
}

div section-links {

}

div.side-menu {
	float: left;
	width: 142px;
}

div.images-right {
    float: left;	
}

div.page-content {
  border: 1px solid white;
  margin: 1px;	
	height: 362px;
  padding: 4px;
  padding-left: 5px;	
	margin-left: 2px;
	margin-top: 3px;
	font-size: 0.8em;
	width: 711px;
	/* overflow: hidden; */
	overflow: auto;
}


div.page-content.side-menu {
	width: 566px;
	float: left;
	margin-top: 2px;
}
div.page-content a {
	color: yellow;
}



div.page-content a:hover {
  color: white;
	text-decoration: underline;
}


div.product-info.section {

  height: 354px;
	overflow-y: auto;
	
}


.product-left {
	float: left;
}

.left {
	float: left;
}

.right {
  float: right;
}



.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}

.editor_field {
	margin-bottom: 8px;
	color: #ccc;
	background-color: #333;
}

textfield:focus{outline:none;}
input:focus{outline:none;}

::selection     { background:#c3effd; color:#000; /* Safari and Opera */ }
::-moz-selection  { background:#c3effd; color:#000; /* Firefox */ }

.editor_ok_button {
	padding-right: 2px;
}

a.editor_cancel_link {

  border: 1px solid #333;
  color: #ccc;
  padding: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 2px;
}

a.editor_cancel_link:hover {
  color: #fff;

}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}



#container {
	margin-left: auto;
	margin-right: auto;
	width: 728px;
}

#breadcrumbs {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;	
	font-weight: bold;
  width: 715px;
	height: 21px;
	border: 1px solid white;
  margin-left: 2px;
  margin-right: auto; 
	margin-bottom:1px;
	margin-top: 0px;
	padding-left: 5px;
	padding-top: 3px;
	line-height: 18px;
	
}

#content {
	width: 728px;
  margin-left: auto;
  margin-right: auto;	
	margin-bottom: 50px;
	/* height: 380px; */
}

div.bottom-right {
	height: 100%;
  vertical-align: bottom;
}

div.bottom-right img {
  float: right;
}



.picture {
  border: 1px solid white;
	margin-left: 2px;
	margin-bottom: 1px;
	margin-top: 2px;	
	margin-right: 1px;
	overflow: hidden;
}

/* 
      :thumb => "100x70#",
      :small => "150x70>",
      :medium => "310x147>",
      :large => "310x226>",
      :massive => "620x226>"
 */

.small {
	width: 140px;
	height: 70px;
}

.medium {
  width: 285px;
  height: 145px;
}

.large {
  width: 575px;
  height: 220px;
}

.massive {
  width: 575px;
  height: 370px;
}



div.gallery_upload {
	
	position: relative;
	top: -70px;
	left: 6px;
	
	/* margin-left: 6px; */
	/* border: 1px solid #333; */
	/* display: block; */
}

div.gallery_upload:hover {
	/*
  border: 1px solid red;
  display: none;
  */ 
}

#search-box {
	float:right;
	padding-right: 1px;
	padding-left: 5px;
	margin-right: 2px;
	
}

input.search-field {
	width: 133px;
	color: #666;
}

input.search-submit {
  position:relative;
	/* top: 2px; */
	width: 16px;
	display: none;
}

#search-box input {
	height: 16px;
	 border: 1px solid #666;
	 background-color: #000;
	 color: #ccc;
	 padding-top: 0px;
	 padding-left: 3px;
}

