@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	background-color:#000000;
}

a {
  color: #ffff99;
}

a:hover {
  color: #FFFF61;
}

a:visited {
  color: #ffee99;
}

/*layout*/

#super_aligner {
  width: 100%;
  margin: 0px;
  margin-top:5px;
  margin-bottom: 10px; 
}

#page_content {
    width: 100%;
}

#maintable {
	width: 960px;
	border: 0px solid black;
}

#logorow {
	height: 100px;
	/*background-image:url(../img/ltbluelogo.gif)*/
}

#logocell {
  height: 250px;
}

#logoimg {
  width: 960px;
  height: 233px;
  border: 0px solid black;
}

#logolefttd {
	width: 500px;
	height: 100px;
	padding: 0px;
}

#logoleftimg {
	width: 500px;
	height: 100px;
}

#logorighttd {
	height: 100px;
	padding: 0px;
}

#logorightimg {
	height: 100px;
}

#logoadressdiv {
	text-align: right;
	font:"Times New Roman", Times, serif;
	color:#000000;
	font-size:medium;
	margin-right:20px;
}

#menurow {
	background-color:#000000;
}

#menutd {
	
}

#menudiv {
	text-align: left;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	color:#FFFFFF;
}

.menuitemspan {
	margin-right: 10px;
}

.menua:visited {
	color: #FFFFCC;
}

.menua:link {
	color: #FFFFCC;
}

.menua:active {
	color: #FFFF33;
}

.menua:hover {
	color: yellow;
}

.menucura {
	font-weight: bold;
	font-size: large;
	font-style:normal;
}


.menucura:visited {
	color: #FFFFFF;
}

.menucura:link {
	color: #FFFFFF;
}

.menucura:active {
	color: #FFFF33;
}

.menucura:hover {	
	color: yellow;
}

.languagemenuimg {
	border: 0px solid black;
}

.languagemenua {
	border: 0px solid black;
	margin-right: 5px;
	position: relative;
}

.languagemenua:link {
	border: 0px solid black;
}

.languagemenua:visited {
	border: 0px solid black;
}

.languagemenua:hover {
	border: 0px solid black;
	top: -3px;
}


#contentsrow {
/*	background-image:url(../img/bckgr.gif);*/
/*	background-color:#110105;*/
	background-color:#22020A;
}

#contentstd {
	padding: 10px;
}

#footerrow {
}

#footertd {
	/*background-image:url(../img/ltbluelogo.gif);*/
	background-color: #330606;
	border-bottom: 2px solid #110000;
}

#footercnt {
  padding-top: 4px;
  padding-bottom: 0px;
}

#footerdiv {
	text-align: right;
	color:#FFFFFF;
}

.activecatitem {
	font-weight: bold;
	font-size: medium;
	font-style:normal;
	color: #FFCC00;
}


.activecatitem:visited {
	color: #FFCC00;
}

.activecatitem:link {
	color: #FFCC00;
}

.activecatitem:active {
	color: #FF6600;
}

.activecatitem:hover {	
	color: yellow;
}


.inactivecatitem {
	font-weight: bold;
	font-size: medium;
	font-style:normal;
	color: #FFCC00;
}

.superactivecatitem {
	font-weight: bold;
	font-size: medium;
	font-style:normal;
	color: #FFFFFF;
}


.superactivecatitem:visited {
	color: #FFFFFF;
}

.superactivecatitem:link {
	color: #FFFFFF;
}

.superactivecatitem:active {
	color: #EEFFEE;
}

.superactivecatitem:hover {	
	color: yellow;
}



.superinactivecatitem {
	font-weight: bold;
	font-size: medium;
	font-style:normal;
	color: #FFFFFF;
}

.catcurrentsuper {
	color: white;
	font-size: big;
}

.catcurrentsub {
	color: yellow;
	fint-size: big;
}

/*        PRDOCUTS        */

#productscontainer {
    padding: 0px;
}

#prodtd {
	padding-left: 15px;
	vertical-align:top;
}

#proddiv {
}

.prodcategoriesdiv {
  text-align: right;
  font-size: large;
  color: white;
}


.pagingbardiv {
	text-align:center;
	background-color:#660000;
}

.pagingitem {
	color:#FFCC00;
	font-size:medium;
	font-weight:bold;
}

.pagingitem:visited {
	color:#FF9900;
	font-size:medium;
	font-weight:bold;
}

.pagingitem:link {
	color:#FFCC00;
	font-size:medium;
	font-weight:bold;
}

.pagingitem:active {
	color:white;
	font-size:medium;
	font-weight:bold;
}

.pagingitem:hover {
	color:#FFFF00;
	font-size:medium;
	font-weight:bolder;
}


.pagingitemNOW {
	color:white;
	font-size:large;
	font-weight:bold;
}

.producttable {
	width: 100%;
	border:0px solid black;
	/*margin: 10px;*/
}

.spanrow {
	height: 10px;
}

.spanimg {
	height: 10px;
}

.producttitleref {
	text-decoration: none;
	color: white;
}

.producttitleref:visited {
	text-decoration: none;
	color: white;
}

.producttitleref:link {
	text-decoration: none;
	color: white;
}

.producttitleref:hover {
	text-decoration: underline;
	color: yellow;
}





.producttitle {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#000000;
	padding-left: 10px;
	text-decoration: none;
	
/*	border-left: 2px solid #444444;
	border-top: 2px soild #444444;
	border-right: 2px solid #000000;
	border-bottom: 1px solid #000000;*/
	border: 1px outset black;
	border-bottom: 0px solid black;
	border-right: 0px solid black;
}

.productdata {
	background-color:#330033;
	color:#FFFFCC;

}

.prodfototd {
	text-align:left;
	vertical-align:middle;
	width: 180px;
	padding: 5px;
	font-style:normal;

	border-left: 2px solid #440544;
	border-bottom: 2px solid #200020;
}

.proddatatd {
	text-align:left;
	vertical-align:top;
	
	
	border-right: 1px solid #050005;
	border-bottom: 2px solid #200020;
}


.prodshoptd {
	width: 160px;	 
	background-color: #330033;
	
	border-right: 2px solid #000000;
	border-bottom: 2px solid #200020;	
	
}



.smallimg {
	border: 1px inset #660000;
	margin: 15px;
}


/*     PRODUCT DETAIL   */

.errordiv {
  text-align: left;
  color: white;
  font-size: medium;
}

.returndiv {
  text-align: center;
  font-size: medium;
}

.returnref:link {
  color: #ffcc00;
}

.returnref:visited {
  color: #ffcc00;
}

.returnref:hover {
  color: #ffcc66;
}

.returnref:active {
  color: #ffcc66;
}

.proddetcategoriesdiv {
  text-align: right;
  font-size: large;
  color: white;
}

.proddetdiv {
	background-color:#330033;
	color:#FFFFCC;
	margin: 5px;
	border: 1px outset #660000;
}

.proddetnamediv {
  background-color: black;
  color: white;
  font-weight: bold;
  border: 1px outset #660000;
}

.proddetimgdiv {
  text-align: center;
}

.proddetimgimg{
  border: 2px #330000 inset;
}

.proddetdatadiv {
  font-style: italic;
  text-align: center;
}

.proddetPriceSmallinfoCnum {
}

.proddetinfodiv {
  padding: 5px;
  text-align: left;
  color: white;
  font-size: medium;
  font-style: normal;
}
