	/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.animatedtabs{
	/*border-bottom: 1px solid gray;*/
overflow: hidden;
	width: 100%;
	font-size: 14px;
}

.mainunderline,.mainunderline.visited {
  color: #A00000;
  font-family: "Trebuchet MS",Verdana, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: underline;
}

.animatedtabs ul{
	list-style-type: none;
	margin: 0;
	margin-left: 10px; /*offset of first tab relative to page left edge*/
	padding: 0;
	font: "Trebuchet MS",Verdana, Arial, sans-serif;
}

.animatedtabs li{
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

.animatedtabs a{
	float: left;
	position: relative;
	top: 5px; /* A) Number of pixels to protrude up for selected tab. Should equal (C) MINUS (B) below */
	/*background: url(images/tab-#add107-left.gif) no-repeat left top;*/
background: url(images/tab-blue-left.gif) no-repeat left top;
	/*background: url(images/tab-red-left.gif) no-repeat left top;*/
margin: 0;
	margin-right: 3px; /*Spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
	font: "Trebuchet MS",Verdana, Arial, sans-serif;
}

.animatedtabs a span{
	float: left;
	position: relative;
	display: block;
	/*background: url(images/tab-#add107-right.gif) no-repeat right top;*/
background: url(images/tab-blue-right.gif) no-repeat right top;
	/*background: url(images/tab-red-right.gif) no-repeat right top;*/
padding: 5px 14px 3px 5px; /* B) Padding within each tab. The 3rd value, or 3px, should equal (A) MINUS (C) */
	font-weight: bold;
	color: #2f85ae;
	font: "Trebuchet MS",Verdana, Arial, sans-serif;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {
	float:none;
	font: "Trebuchet MS",Verdana, Arial, sans-serif;
}
/* End IE5-Mac hack */


.animatedtabs .selected a{
	background-position: 0 -125px;
	color: #2f85ae;
	top: 0;
	font: "Trebuchet MS",Verdana, Arial, sans-serif;
}

.animatedtabs .selected a span{
	background-position: 100% -125px;
	color: #2f85ae;
	padding-bottom: 8px; /* C) Bottom padding of selected tab. Should equal (A) PLUS (B) above */
	top: 0;
	font: "Trebuchet MS",Verdana, Arial, sans-serif;
}

/*
A= 5 (C-B)
B= 3 (A-C)
C= 8 (A+B)
*/

.animatedtabs a:hover{
	background-position: 0% -125px;
	top: 0;
	font: "Trebuchet MS",Verdana, Arial, sans-serif;
}

.animatedtabs a:hover span{
	background-position: 100% -125px;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	color:#a40204;
	top: 0;
	font: "Trebuchet MS",Verdana, Arial, sans-serif;
}

a:link {/*color:#2f85ae;*/
	color: #2f85ae;
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	text-decoration:none;
}

.altLink{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #2f85ae;
	text-decoration: none;
/*	background: url(images/line222.jpg) repeat-x;*/
	padding: 1px 5px;
	/*border: 1px solid #b37196;*/
	FONT-FAMILY: "Trebuchet MS",Verdana, arial, helvetica;
	font-size: 14px;
}

a:visited {text-decoration:none;
}

.subcatoption
{
	FONT-FAMILY: "Trebuchet MS",Verdana, arial, helvetica;
	font-size: 18px;
	color: #a00000;
}

h4 { font:15px/16px "Arial Narrow"; color:#2f85ae; text-decoration:none;}

.NameProd { font:14px ; color:#2f85ae; text-decoration:none;}
.NameProd a:link { font:14px; color:#2f85ae; text-decoration:none;}
a.NameProd { font:14px; color:#2f85ae; text-decoration:none;}
a.NameProd:hover { font:14px; color:#2f85ae; text-decoration:none;}


/*a:hover {color:#2f85ae;}*/

.footer a:Link {
	FONT-FAMILY: "Trebuchet MS",Verdana, arial, helvetica;
	color:#a40204;
	font-weight: bold;	
}

.footer A:visited {
	color:#FFFFFF;
}	
.menudiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto; /* Width of Menu Items */
	/*border-bottom: 1px solid #b37196;*/
	FONT-FAMILY: "Trebuchet MS",Verdana, arial, helvetica;
	font-size: 14px;
	color: #2f85ae;
	color: #FFFFFF;
	/*background: url(images/marker400.jpg) center center repeat-x;*/	
}



.menudiv ul li {
	position: relative;
	padding: 0px 5px;	
	background: url(images/marker00.jpg) no-repeat center left;
	/*background: url(images/marker400.jpg) no-repeat center left;	*/
	font-size: 14px;	
	color: #2f85ae;
}

.menudiv ul li pointercat {
	background: url(images/marker00.jpg) repeat-x;
	/*background: url(images/marker400.jpg) repeat-x;*/
}
	

/*Sub level menu items */
.menudiv ul li ul {
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	FONT-FAMILY: "Trebuchet MS",Verdana, arial, helvetica;
	/*font-size: 62.5%;*/
	color: #A00000;
	
	/*background: url(images/line222.jpg) repeat-x;*/
	background: #ffffff;
	border: 1px solid #A00000;
	
}

/* Sub level menu links style */
.menudiv ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */

	text-decoration: none;
/*	background: url(images/line222.jpg) repeat-x;*/
	BORDER-BOTTOM: #b3b7bc 1px solid;
	color: #A00000;	
	padding: 1px 5px;
	/*border: 1px solid #b37196;*/
	FONT-FAMILY: "Trebuchet MS",Verdana, arial, helvetica;
	font-size: 14px;
}

.menudiv ul li a:visited {
	/*color: #a40204; /*Red*/
	text-decoration: italic;
}

.menudiv ul li a:hover {
	color: #a00000;
	background: #b8c1da;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	background-color: #B8C1DA;
}

.menudiv .subfolderstyle {
	background: url(images/arrow.gif) no-repeat center right;
	background-color: #FFFFFF;
}

.tabcontainer {
	CLEAR: left;
	WIDTH: 92.75%;
	HEIGHT: 1.5em
}

.tabcontent {
	DISPLAY: none
}

/* Holly Hack for IE \*/
* html .menudiv ul li {
	float: left;
	height: 1%;
}

* html .menudiv ul li a {
	height: 1%;
}

/* End */
.indentmenu {
	font: 11px Arial;
	width: 92.75%; /*leave this value as is in most cases*/
	overflow: hidden;
}

.indentmenu .selected a {
	margin: 0;
	padding: 0;
	float: left;
	width: 92.75%; /*width of menu*/
	height: 56px;
	/*border: 1px solid #564c66; */ /*dark #add107 border*/
	/*border-width: 1px 0;*/
	background: url(images/Tab-Selected.gif) center center repeat-x;
}

.indentmenuhome .selected a {
	margin: 0;
	padding: 0;
	float: left;
	width: 92.75%; /*width of menu*/
	height: 56px;
	/*border: 1px solid #564c66; */ /*dark #add107 border*/
	/*border-width: 1px 0;*/
	background: url(images/Home-Selected.gif) center center repeat-x;
}

.indentmenuhome ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 92.75%; /*width of menu*/
	height: 56px;
	/*border: 1px solid #564c66; */ /*dark #add107 border*/
	/*border-width: 1px 0;*/
	background: url(images/Home-UnSelected.gif) center center repeat-x;
}

.indentmenu ul .home {
	margin: 0;
	padding: 0;
	float: left;
	width: 92.75%; /*width of menu*/
	height: 56px;
	/*border: 1px solid #564c66; */ /*dark #add107 border*/
	/*border-width: 1px 0;*/
	background: url(images/Home-UnSelected.gif) center center repeat-x;
}

.indentmenu ul li {
	display: inline;
}

.indentmenu ul li a {
	float: left;
	/*color: white; */ /*text color*/
	padding: 18.55% 5%;
	/*padding-left: 31px;*/
	text-decoration: none;
	/*border-right: 1px solid #564c66; */
	/*dark #add107 divider between menu items*/
}

.indentmenu ul li a:visited { /*color: white;*/
	
}

.indentmenu ul li a:hover,.indentmenu ul li .current {
	/*color: white !important; */
	/*text color of selected and active item*/
	float: left;
	/*padding: 18.55% 2%;*/
	background: url(images/Tab-Selected.gif) center center repeat-x;
}

.boxText {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #2f85ae;
}

.errorBox {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #ffb3b5; /*pink*/
	font-weight: bold;
}

.stockWarning {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #cc0033;
}

.productsNotifications {
	background: #f2fff7;
}

.orderEdit {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #70d250;
	text-decoration: underline;
}

/* BEGIN Fancier Invoice and Packingslip */
.dataTableHeadingContent_INVOICE {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.dataTableHeadingRow_INVOICE {
	background-color: #2f85ae;
}

.dataTableRow_INVOICE {
	background-color: #F0F1F1;
}

.dataTableContent_INVOICE {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #2f85ae;
}

.order_history_top {
	color: #006699;
	font-weight: bold;
	FONT-FAMILY: "Trebuchet MS",Verdana;
	font-size: 13px;
}

.order_infobox_heading {
	color: #2f85ae;
	font-weight: bold;
	FONT-FAMILY: "Trebuchet MS",Verdana;
	font-size: 12px;
}

.order_infobox_data {
	color: #2f85ae;
	FONT-FAMILY: "Trebuchet MS",Verdana;
	font-size: 12px;
}

.product_infobox_heading_row {
	background-color: #2f85ae;
}

.product_infobox_heading {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.product_infobox_data_row {
	background-color: #F0F1F1;
}

.product_infobox_data {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #2f85ae;
}

.order_history_top_INVOICE {
	color: #006699;
	font-weight: bold;
	FONT-FAMILY: "Trebuchet MS",Verdana;
	font-size: 13px;
}

.order_infobox_heading_INVOICE {
	color: #2f85ae;
	font-weight: bold;
	FONT-FAMILY: "Trebuchet MS",Verdana;
	font-size: 12px;
}

.order_infobox_data_INVOICE {
	color: #2f85ae;
	FONT-FAMILY: "Trebuchet MS",Verdana;
	font-size: 12px;
}

.product_infobox_heading_row_INVOICE {
	background-color: #2f85ae;
}

.product_infobox_heading_INVOICE {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.product_infobox_data_row_INVOICE {
	background-color: #F0F1F1;
}

.product_infobox_data_INVOICE {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #2f85ae;
}

.smallText_INVOIVE {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
}

.smallTextBlue_INVOICE {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #006699;
}

.smallAddressBlue_INVOICE {
	font-family: Arial;
	font-size: 9px;
	color: #006699;
}

.main_INVOICE {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 12px;
}

.pageHeading_INVOICE {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #727272;
	font-weight: bold;
}

/* END Fancier Invoice and Packingslip */
BODY {
	/*background: url(images/InfoboxBacker.gif) no-repeat left top;*/
	background-color: #ffffff;
	color: #2f85ae;
	margin: 0px;
	padding: 0px;
	BACKGROUND: #fff;
	/*FONT-SIZE: 62.5%;*/
	FONT-SIZE: 14;
	CURSOR: default;
	PADDING-TOP: 0px;
	color: #333;
	font: "Trebuchet MS",Verdana, Arial, sans-serif;
}



A {
  	color:#2f85ae;
  	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	text-decoration: none;
}

A:hover {
	color: #AABBDD;
	text-decoration: underline;
	font: "Trebuchet MS",Verdana, Arial, sans-serif;
}

FORM {
	display: inline;
}

TR.header {
	background: #ffffff;
}

TR.headerNavigation {
  background: #add107;
}

TD.headerNavigation {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
  background: #add107;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;		
	color: #2f85ae;
}

A.headerNavigation:hover {
  color: #A00000;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
  background: #ff0000;
  color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
  background: #00ff00;
  color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
  background: #bbc3d3;
	color: #ffffff;
	font-weight: bold;
}

.infoBox {
/*  background: #b6b7cb; */

}

.infoBoxContents {
/*  background: #f8f8f9; */
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	/*font-size: 10px;*/
}

.infoBoxNotice {
  background: #FF8E90;
}	

.infoBoxNoticeContents {
  background: #FFFFFF;
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
	border-style: solid;
  	border-color: #2f85ae;	
	border-width: 1px	
}

TD.infoBoxHeading {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;		
}

/* BBC FONT */

TD.infoBox,SPAN.infoBox {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFFF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFFFFF;
}

TABLE.productListing {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	border: 1px;
	font-size: 10px;	
	border-style: solid;
	border-color: #2f85ae;
	border-spacing: 1px;
}

.productListing-heading {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 5px;
  background: #2f85ae;
	color: #FFFFFF;
	font-weight: bold;
}

TD.productListing-data {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #2f85ae
	
}

A.pageResults {
	color: #0000FF;
}

A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}

TD.pageHeading,DIV.pageHeading {
 font-family: Arial, Verdana, sans-serif;
 font-size: 20px;
/* font-weight: bold;*/
 margin-bottom: 0;
 padding-bottom: 0;
 color: #a00000;
}

TR.subBar {
	background: #f4f7fd;
}

TD.subBar {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
  color: #000000;
}

TD.main,P.main {
  font-family: Arial,  sans-serif;
  font-size: 13px;
	line-height: 1.5;
  /*color: #FFFFFF; */ 
}



TD.smallText,SPAN.smallText,P.smallText {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;

}

TD.accountCategory {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #aabbdd;
}

TD.fieldKey {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

TD.fieldValue {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 12px;
}

TD.tableHeading {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SPAN.newItemInCart {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 10px;
  color: #ff0000;
}

CHECKBOX,INPUT,RADIO,SELECT {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 11px;
}

TEXTAREA {
	width: 100%;
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 11px;
}

SPAN.greetUser {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}

TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}

TD.formAreaTitle {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SPAN.markProductOutOfStock {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Tahoma;
  color: #a00000;
	font-size: 23px;
}

SPAN.errorText {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
	FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* ****************************************************************************************** */
	/* ********************************************MAIN**************************************** */
	/* ****************************************************************************************** */
.ST {
	font-family: Tahoma;
	font-size: 11px;
	color: #121631;
}
.LOGO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #D249EF;
}
/* ****************************************************************************************** */
	/* ********************************************MAIN**************************************** */
	/* ****************************************************************************************** */
.currenc {
	font: 11px/ 13px Tahoma;
	color: #ffffff;
	text-decoration: none
}

a.currenc {
	font: 11px/ 13px Tahoma;
	color: #ffffff;
	text-decoration: none
}

a.currenc:hover {
	font: 11px/ 13px Tahoma;
	color: #ffffff;
	text-decoration: underline
}

.currenc2 {
	font: 11px/ 13px Tahoma;
	color: #00609a;
	text-decoration: none
}

.CR {
	font: 11px/ 13px Tahoma;
	/*color: #ffffff;*/
	text-decoration: none
}

a.CR {
	font: 11px/ 13px Tahoma;
	/*color: #ffffff;*/
	text-decoration: none
}

a.CR:hover {
	font: 11px/ 13px Tahoma;
	/*color: #ffffff;*/
	text-decoration: underline
}

.categor {
	font: 11px/ 13px Tahoma;
	color: #535353;
	text-decoration: none
}

a.categor {
	font: 11px/ 13px Tahoma;
	color: #535353;
	text-decoration: none
}

a.categor:hover {
	font: 11px/ 13px Tahoma;
	color: #535353;
	text-decoration: underline
}

.null {
	font: 11px/ 13px Tahoma;
	color: #669900;
	text-decoration: none
}

a.null {
	font: 11px/ 13px Tahoma;
	color: #669900;
	text-decoration: none
}

a.null:hover {
	font: 11px/ 13px Tahoma;
	color: #669900;
	text-decoration: underline
}

.HASC {
	font: 11px/ 13px Tahoma;
	color: #ffffff;
	text-decoration: none
}

a.HASC {
	font: 11px/ 13px Tahoma;
	color: #ffffff;
	text-decoration: none
}

a.HASC:hover {
	font: 11px/ 13px Tahoma;
	color: #ffffff;
	text-decoration: underline
}

.HASC a:link {
	color: #ffffff;
	}
	
.HASC a:visited {
	color: #a00000;
	}	

.Date {
	font: 10px/ 12px Tahoma;
	color: #7f7f7f;
	text-decoration: none
}

a.Date {
	font: 10px/ 12px Tahoma;
	color: #7f7f7f;
	text-decoration: none
}

a.Date:hover {
	font: 10px/ 12px Tahoma;
	color: #7f7f7f;
	text-decoration: underline
}

.Price {
	font: 20px/ 20px Tahoma;
	color: #dd2a00;
	text-decoration: none
}

a.Price {
	font: 20px/ 20px Tahoma;
	color: #dd2a00;
	text-decoration: none
}

a.Price:hover {
	font: 20px/ 20px Tahoma;
	color: #dd2a00;
	text-decoration: underline
}

/*.NameProd {
	font: 11px/ 11px Tahoma;
	color: #2f85ae;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase
}

a.NameProd {
	font: 11px/ 11px Tahoma;
	color: #2f85ae;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase
}

a.NameProd:hover {
	font: 11px/ 11px Tahoma;
	color: #2f85ae;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase
}*/

.adv {
	font: 10px/ 13px Tahoma;
	color: #add107;
	text-decoration: none
}

a.adv {
	font: 10px/ 13px Tahoma;
	color: #2f85ae;
	text-decoration: none
}

a.adv:hover {
	font: 10px/ 13px Tahoma;
	color: #add107;
	text-decoration: underline
}

.ST {
	font: 11px/ 13px Tahoma;
	color: #FFF;
	text-decoration: none;
	font-weight: bold
}

a.ST {
	font: 11px/ 13px Tahoma;
	color: white;
	text-decoration: none;
	font-weight: bold
}

a.ST:hover {
	font: 11px/ 13px Tahoma;
	color: #2f85ae;
	text-decoration: underline;
	font-weight: bold
}

.infa {
	font: 11px/ 13px Tahoma;
	color: #535353;
	text-decoration: none;
	font-weight: bold
}

a.infa {
	font: 11px/ 13px Tahoma;
	color: #535353;
	text-decoration: none;
	font-weight: bold
}

a.infa:hover {
	font: 11px/ 13px Tahoma;
	color: #535353;
	text-decoration: underline;
	font-weight: bold
}

.ST3 {
	font: 11px/ 11px Tahoma;
	color: #009dd1;
}

.StaraCena {
	font: 16px/ 16px Tahoma;
	color: #515151;
	text-decoration: none;
	font-weight: bold
}

a.StaraCena {
	font: 16px/ 16px Tahoma;
	color: #515151;
	text-decoration: none;
	font-weight: bold
}

a.StaraCena:hover {
	font: 16px/ 16px Tahoma;
	color: #515151;
	text-decoration: underline;
	font-weight: bold
}

.border {
	border-color: #2f85ae;
	border-style: solid;
	border-width: 1px
}

/*** Begin Header Tags SEO ***/
h1 {
 FONT-FAMILY: "Trebuchet MS",Verdana, Arial, sans-serif;
 font-size: 20px;
/* font-weight: bold;*/
 margin-bottom: 0;
 padding-bottom: 0;
 color: #a00000;
}
h2 {
 font-family: Arial, Verdana, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #add107;
}

/*** End Header Tags SEO ***/
a.allproductsBox {
color: #2f85ae;
} 
a.allproductsBox:Hover {
color: #cc0000;
} 

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
