
/*----------------------------------------------------------------------------*/
/*- Divs ---------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
#pageWrapper
{
  position             : absolute;
  top                  : 0px;
  margin               : 0px 0px 0px 0px;
  padding              : 0px 0px 0px 0px;
  height               : 100%;
  width                : 100%;
  background-color     : #FFFFFF;
  z-index              : 1;
}
#OuterBorder
{
  margin               : 0px 0px 0px 0px;
  padding              : 0px 0px 0px 0px;
  height               : 100%;
  width                : 100%;
  background-color     : #FFFFFF;
  z-index              : 1;
}

#divHeader
{
  position             : relative;
  top                  : 0px;
  height               : 140px;
  width                : 970px;

  background-color     : #00b9f2;

  font-family          : Verdana;
  font-size            : 11px;
  text-align           : left;

  border-top           : solid 0px #FFFFFF;
  border-left          : solid 0px #FFFFFF;
  border-bottom        : solid 0px #6C7377;
  border-right         : solid 0px #6C7377;

  z-index: 1;
}

#divMenu
{
  position             : relative;
  top                  : 0px;
  height               : 40px;
  width                : 970px;

  background-color     : #00b9f2;

  font-family          : Verdana;
  font-size            : 11px;
  text-align           : left;

  border-top           : solid 0px #FFFFFF;
  border-left          : solid 0px #FFFFFF;
  border-bottom        : solid 0px #6C7377;
  border-right         : solid 0px #6C7377;

  z-index: 1;
}

#divBody
{
  position             : relative;
  top                  : 0px;
  height               : 1200px;
  width                : 970px;


  background-color     : #FFFFFF;

  font-family          : Verdana;
  font-size            : 11px;
  text-align           : left;

  border-top           : solid 0px #FFFFFF;
  border-left          : solid 6px #00b9f2;
  border-bottom        : solid 40px #00b9f2;
  border-right         : solid 6px #00b9f2;

  z-index: 1;
}

#divFooter
{
  position             : relative;
  top                  : 0px;
  height               : 40px;
  width                : 970px;

  background-color     : #00b9f2;

  font-family          : Verdana;
  font-size            : 11px;
  text-align           : left;

  border-top           : solid 0px #FFFFFF;
  border-left          : solid 6px #00b9f2;
  border-bottom        : solid 0px #00b9f2;
  border-right         : solid 6px #00b9f2;

  z-index: 1;
}


#divData
{
  position             : relative;
  top                  : 0px;
  height               : 500px;
  width                : 900px;

  background-color     : #FFFFFF;

  font-family          : Verdana;
  font-size            : 11px;
  text-align           : left;

  padding-top          : 40px;
  padding-left         : 60px;
  padding-bottom       : 0px;
  padding-right        : 20px;

  border-top           : solid 0px #FFFFFF;
  border-left          : solid 0px #00b9f2;
  border-bottom        : solid 0px #00b9f2;
  border-right         : solid 0px #00b9f2;

  z-index: 1;
}


#divHomeDescription
{
  position             : absolute;
  top                  : 0px;
  height               : 400px;
  width                : 478px;

  padding-top          : 20px;
  padding-left         : 60px;
  padding-bottom       : 0px;
  padding-right        : 20px;

  background-color     : #FFFFFF;

  font-family          : Verdana;
  font-size            : 11px;
  text-align           : left;

  border-top           : solid 0px #B9B9B9;
  border-left          : solid 0px #B9B9B9;
  border-bottom        : solid 0px #B9B9B9;
  border-right         : solid 0px #B9B9B9;

  z-index: 1;
}

#divHomeActivities
{
  position             : absolute;
  top                  : 400px;
  height               : 140px;
  width                : 478px;

  padding-top          : 20px;
  padding-left         : 60px;
  padding-bottom       : 0px;
  padding-right        : 0px;

  background-color     : #FFFFFF;

  font-family          : Verdana;
  font-size            : 11px;
  text-align           : left;

  border-top           : solid 0px #B9B9B9;
  border-left          : solid 0px #B9B9B9;
  border-bottom        : solid 0px #B9B9B9;
  border-right         : solid 0px #B9B9B9;

  z-index: 1;
}

#divHomeProject
{
  position             : absolute;
  top                  : 0px;
  left                 : 478px;
  height               : 540px;
  width                : 400px;

  padding-top          : 40px;
  padding-left         : 60px;
  padding-bottom       : 0px;
  padding-right        : 0px;

  background-color     : #FFFFFF;

  font-family          : Verdana;
  font-size            : 11px;
  text-align           : left;

  border-top           : solid 0px #B9B9B9;
  border-left          : solid 0px #B9B9B9;
  border-bottom        : solid 0px #B9B9B9;
  border-right         : solid 0px #B9B9B9;

  z-index: 1;
}

#divRecentProjects
{
  position             : absolute;
  top                  : 0px;
  left                 : 478px;
  height               : 540px;
  width                : 400px;

  padding-top          : 60px;
  padding-left         : 60px;
  padding-bottom       : 0px;
  padding-right        : 0px;

  background-color     : #FFFFFF;

  font-family          : Verdana;
  font-size            : 11px;
  text-align           : left;

  border-top           : solid 0px #000000;
  border-left          : solid 0px #B9B9B9;
  border-bottom        : solid 0px #B9B9B9;
  border-right         : solid 0px #B9B9B9;

  z-index: 1;
}

/*- Main Divs ----------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

#divIndexDataLeft
{
  height:600px;
  width: 180px;

  position: absolute;
  top: 26px;
  left: 0px;
  margin-top: 4px;
  margin-left: 0px;

  background-color:#FFFFFF;

  font-family: Verdana;
  font-size:11px;
  text-align:left;

  border-top: solid 0px #6C7377;
  border-left: solid 0px #6C7377;
  border-bottom: solid 0px #6C7377;
  border-right: solid 0px #6C7377;
  z-index: 3;
}

#divIndexDataRight
{
  height:600px;
  width: 762px;

  position: absolute;
  top: 25px;
  left: 192px;
  margin-top: 4px;
  margin-left: 0px;

  background-color:#FFFFFF;

  font-family: Verdana;
  font-size:11px;
  text-align:left;

  border-top: solid 0px #FFFFFF;
  border-left: solid 0px #FFFFFF;
  border-bottom: solid 0px #6C7377;
  border-right: solid 0px #6C7377;

  z-index: 1;
}

#divProjectDataTop
{
  height:160px;
  width: 950px;

  position: absolute;
  top: 0px;
  left: 4px;
  margin-top: 4px;
  margin-left: 0px;

  background-color:#F3F3F3;

  font-family: Verdana;
  font-size:11px;
  text-align:left;

  border-top: solid 0px #6C7377;
  border-left: solid 0px #6C7377;
  border-bottom: solid 1px #6C7377;
  border-right: solid 1px #6C7377;
  z-index: 3;
}



#divProjectDataLeft
{
  height:600px;
  width: 180px;

  position: absolute;
  top: 171px;
  left: 0px;
  margin-top: 4px;
  margin-left: 0px;

  background-color:#FFFFFF;

  font-family: Verdana;
  font-size:11px;
  text-align:left;

  border-top: solid 0px #6C7377;
  border-left: solid 0px #6C7377;
  border-bottom: solid 0px #6C7377;
  border-right: solid 0px #6C7377;
  z-index: 3;
}

#divProjectDataRight
{
  height:600px;
  width: 764px;

  position: absolute;
  top: 171px;
  left: 190px;

  margin-top: 4px;
  margin-left: 0px;

  background-color:#F3F3F3;

  font-family: Verdana;
  font-size:11px;
  text-align:left;

  border-top: solid 0px #FFFFFF;
  border-left: solid 0px #FFFFFF;
  border-bottom: solid 1px #6C7377;
  border-right: solid 1px #6C7377;

  z-index: 1;
}

#divProjectShopLeft
{
  margin-top: 4px;
  margin-left: 0px;

  background-color:#FFFFFF;

  font-family: Verdana;
  font-size:11px;
  text-align:left;

  border-top: solid 0px #6C7377;
  border-left: solid 0px #6C7377;
  border-bottom: solid 0px #6C7377;
  border-right: solid 0px #6C7377;
  z-index: 3;
}

#divProjectShopRight
{
  height:600px;
  width: 762px;

  position: absolute;
  top: 0px;
  left: 190px;
  margin-top: 4px;
  margin-left: 0px;

  background-color:#F3F3F3;

  font-family: Verdana;
  font-size:11px;
  text-align:left;

  border-top: solid 0px #FFFFFF;
  border-left: solid 0px #FFFFFF;
  border-bottom: solid 0px #6C7377;
  border-right: solid 0px #6C7377;

  z-index: 1;
}

/*- Sub Divs -----------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/*- left part of index (search and browse) -----------------------------------*/
/*----------------------------------------------------------------------------*/

#divCategoryHead
{
  position: absolute;
  height: 100px;
  width: 180px;
  top: 30px;
  left: 760px;

  margin-top: 0px;
  margin-left: 4px;
  margin-right: 0px;
  padding-left: 0px;

  background-color:#F3F3F3;

  font-family: Verdana;
  font-size:10px;

  border-top        : solid 2px #FFFFFF;
  border-left       : solid 2px #FFFFFF;
  border-bottom     : solid 2px #808080;
  border-right      : solid 2px #808080;
  z-index           : 2;
}

#divCategoryBody
{
  position: absolute;
  height: 100px;
  width: 180px;
  top: 0px;
  left: 0px;

  margin-top: 0px;
  margin-left: 4px;
  padding-left: 0px;
  padding-top: 0px;

  background-color:#FFFFFF;

  font-family: Verdana;
  font-size:11px;

  border-top: solid 0px #FFFFFF;
  border-left: solid 0px #FFFFFF;
  border-bottom: solid 0px #6C7377;
  border-right: solid 0px #6C7377;
  vertical-align: top;
  z-index: 1;
}

#divDomesticCategoryBody
{
  position: absolute;
  height: 100px;
  width: 180px;
  top: 190px;
  left: 0px;

  margin-top: 0px;
  margin-left: 4px;
  padding-left: 0px;
  padding-top: 0px;

  background-color:#FFFFFF;

  font-family: Verdana;
  font-size:11px;

  border-top: solid 0px #FFFFFF;
  border-left: solid 0px #FFFFFF;
  border-bottom: solid 0px #6C7377;
  border-right: solid 0px #6C7377;
  vertical-align: top;
  z-index: 0;
}

#divShoppingCart
{
  position: absolute;
  height: 200px;
  width: 180px;
  top: 390px;
  left: 0px;

  margin-top: 0px;
  margin-left: 4px;
  padding-left: 0px;
  padding-top: 5px;

  background-color:#F3F3F3;

  font-family: Verdana;
  font-size:11px;

  border-top: solid 0px #FFFFFF;
  border-left: solid 0px #FFFFFF;
  border-bottom: solid 0px #6C7377;
  border-right: solid 0px #6C7377;
  vertical-align: top;

  z-index: 0;
}

#divProjectCategoryBody
{
  height: 100px;
  width: 180px;

  margin-top: 0px;
  margin-left: 4px;
  padding-left: 0px;
  padding-top: 0px;

  background-color:#FFFFFF;

  font-family: Verdana;
  font-size:11px;

  border-top: solid 0px #FFFFFF;
  border-left: solid 0px #FFFFFF;
  border-bottom: solid 0px #6C7377;
  border-right: solid 0px #6C7377;
  vertical-align: top;
  z-index: 1;
}

/*- right part of index (search and browse) ----------------------------------*/
/*----------------------------------------------------------------------------*/

#divSearchForm
{
  height:20px;
  width: 950px;

  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 4px;
  margin-left: 4px;

  background-color:#ffffff;

  font-family: Verdana;
  font-size:11px;
  text-align:left;

  border-top: solid 0px #808080;
  border-left: solid 0px #808080;
  border-bottom: solid 0px #808080;
  border-right: solid 0px #808080;
  z-index: 1;
}

#divShopPicture
{
  background-image: url(images/shophead.jpg);

  height:40px;
  width: 950px;

  position: absolute;
  top: 20px;
  left: 0px;
  margin-top: 0px;
  margin-left: 0px;

  background-color:#F3F3F3;

  font-family: Verdana;
  font-size:11px;
  text-align:left;

  border-top: solid 0px #808080;
  border-left: solid 0px #808080;
  border-bottom: solid 0px #808080;
  border-right: solid 0px #808080;
  z-index: 1;
}

#divProductList
{
  height:620px;
  width: 762px;

  position: absolute;
  top: 0px;
  left: 0px;

  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;

  background-color:#FFFFFF;

  font-family: Verdana;
  font-size:11px;
  text-align:left;

  border-top: solid 1px #FFFFFF;
  border-left: solid 0px #FFFFFF;
  border-bottom: solid 0px #6C7377;
  border-right: solid 0px #6C7377;
  z-index: 1;
}

#divProjectProductList
{
  height:620px;
  width: 762px;

  position: relative;
  top: -100px;
  left: 190px;

  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;

  background-color:#FFFFFF;

  font-family: Verdana;
  font-size:11px;
  text-align:left;

  border-top: solid 1px #FFFFFF;
  border-left: solid 0px #FFFFFF;
  border-bottom: solid 0px #6C7377;
  border-right: solid 0px #6C7377;
  z-index: 0;
}

#divShowAccessory
{
  height:200px;
  width: 762px;
  top: 0px;
  left: 0px;

  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 5px;

  background-color:#FFFFFF;

  font-family: Verdana;
  font-size:11px;
  text-align:left;

  border-top: solid 1px #FFFFFF;
  border-left: solid 0px #FFFFFF;
  border-bottom: solid 0px #6C7377;
  border-right: solid 0px #6C7377;
  z-index: 1;
}

/*----------------------------------------------------------------------------*/
/*- Tables -------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

#tblCategoryBody
{
  position: absolute;
  width: 180px;

  background-color:#FFFFFF;
  z-index: 1;
}

#tblShoppingCart
{
  height: 200px;

  background-color:#F3F3F3;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  z-index: 1;
}

#tblCheckOut
{
  height: 600px;
  position: absolute;
  top: 5px;

  background-color:#F3F3F3;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  z-index: 1;
}

#tblShopRegistration
{
  height: 600px
  position: absolute;
  top: 5px;

  background-color:#F3F3F3;
  border-top: 1px solid #808080;  
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  z-index: 1;
}

#tblWideShoppingCart
{
  height: 200px;
  width: 180px;

  position: absolute;
  top: 0px;

  background-color:#F3F3F3;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  z-index: 1;
}

#tblHead
{
	background-image: url(images/head_01.jpg);
  height:150px;
}

#tblBody
{
	/*background: url(images/bg_grad.gif) no-repeat;*/
	background-position: 0% 0%;
}

#tblAccessories
{
  background-color:#F3F3F3;
  margin-top: 5px;
}

/*----------------------------------------------------------------------------*/
/*- TDs ----------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

.tdInvoiceText
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	vertical-align: left;
  padding-left: 2px;
  padding-right: 2px;
}

.tdLinked
{
	cursor:pointer;
}

.tdProduct
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	vertical-align: middle;
  padding-left: 2px;
  padding-right: 2px;
}

.tdProject
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	vertical-align: middle;
  padding-left: 2px;
  padding-right: 2px;
  cursor: pointer;
}

.tdListedProduct
{
	font-family: Verdana;
	font-size: 11px;
  font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
  padding-left: 2px;
  padding-right: 2px;
}

.tdAccessory
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	vertical-align: middle;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #E6E6E6;
}

.tdAccessoryClickable
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	vertical-align: middle;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #E6E6E6;
  cursor: pointer;
}

.tdAccessoryClickableGreen
{
	font-family: Verdana;
	font-size: 11px;
	color: #00fa9a;
	vertical-align: middle;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #E6E6E6;
  cursor: pointer;
}

.tdAccessoryHeader
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	vertical-align: middle;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #E6E6E6;
  border-bottom: 1px solid #808080;
}

.tdShoppingCart
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	vertical-align: top;
  padding-left: 2px;
  padding-right: 2px;
}

.tdProductPrice
{
	font-family:Verdana;
	font-size:11px;
	color: #000000;
	vertical-align:top;
}

.tdProductText
{
	font-family:Verdana;
	font-size:11px;
	color: #000000;
	vertical-align:middle;
  padding-left: 2px;
  padding-right: 2px;
  text-align: justify;
}

.tdLogin
{
	font-family    :Verdana;
	font-size      :11px;
	color          : #00b9f2;
  padding-left   :2px;
  padding-right  :2px;
}

.tdHeader
{
	font-family:Verdana;
	font-size:11px;
  font-weight: bold;
	color: #FFFFFF;
  background-color: #00b9f2;
  padding-left: 4px;
}

.tdRecessedHeader
{
	font-family:Verdana;
	font-size:11px;
  font-weight: bold;
	color: #FFFFFF;
  background-color: #00b9f2;
  padding-left: 8px;
}

.tdBiggerHeader
{
	font-family:Verdana;
	font-size:13px;
  font-weight: bold;
	color: #FFFFFF;
  background-color: #00b9f2;
  padding-left: 8px;
}

.tdNavigate
{
	font-family:Verdana;
	font-size:10px;
  font-weight: bold;
	color: #00b9f2;
  background-color: #00b9f2;
}

.tdCheckout
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	vertical-align: middle;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 3px;
  padding-bottom: 7px;
}

/*----------------------------------------------------------------------------*/
/*- Input styles -------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

INPUT
{
	/*border: solid 1px #E6E6E6;*/
	border            : none;
	background-color  : #E6E6E6;
	font-family       : Verdana;
	font-size         : 9px;
	color             : #342721;
	vertical-align    : middle;
	padding-left      : 4px;
}

.regInput
{
  height:16;
  width:280;

	border: none;
	color: #342721;
	background-color: #FFFFFF;
	font-family:Verdana;
	font-size:11px;

	vertical-align:middle;
	padding-left:4px;
	padding-top:1px;
}

.logInput
{
  height            :16px;
  width             :110px;

	border            : solid 1px #6C7377;
	color             : #342721;
	background-color  : #FFFFFF;
	font-family       : Verdana;
	font-size         : 11px;

	vertical-align    : middle;
	padding-left      : 4px;
	padding-top       : 1px;
}

.regSelect
{
	/*border: solid 1px #E6E6E6;*/
	border: none;
  height:16;
  width:280;
	background-color: #E6E6E6;
	font-family:Verdana;
	font-size:11px;
	color: #342721;
	vertical-align:middle;
	padding-left:4px;
	padding-top:4px;
}

.regCheckBox
{
	/*border: solid 1px #E6E6E6;*/
	border: none;
	background-color: #FFFFFF;
	color: #342721;
}


.btnShop
{
  height: 16px;
  width: 148px;

  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-align: middle;
  color: white;

  vertical-align: middle;
  background-color:#00b9f2;

  border-left: solid 1px #FFFFFF;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #6C7377;
  border-bottom: solid 1px #6C7377;
  cursor: pointer;
}

.btnAccSelect
{
  height: 16px;
  width: 96px;

  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-align: middle;
  color: white;

  vertical-align: middle;
  background-color:#00b9f2;

  border-left: solid 1px #FFFFFF;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #6C7377;
  border-bottom: solid 1px #6C7377;
  cursor: pointer;
}

.inpSearch
{
  height            : 16px;
  width             : 200px;

  font-family       : Verdana;
  font-size         : 10px;

  background-color  : #ffffff;
  border-left       : solid 1px #ffffff;
  border-top        : solid 1px #ffffff;
  border-right      : solid 1px #6C7377;
  border-bottom     : solid 1px #6C7377;
}

.logButton
{
  height: 16px;
  width: 70px;

  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  text-align: middle;
  color: white;

  background-color:#00b9f2;
  padding-bottom: 8px;

  border-left       : solid 1px #FFFFFF;
  border-top        : solid 1px #FFFFFF;
  border-right      : solid 1px #6C7377;
  border-bottom     : solid 1px #6C7377;
  cursor: pointer;
}

.getInput
{
  height:16px;
  width:100px;

	border: solid 1px #6C7377;
	color: #342721;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;

	vertical-align: middle;
	padding-left: 4px;
	padding-top: 1px;
}

.getButton
{
  height: 16px;
  width: 100px;

  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  text-align: middle;
  color: white;

  background-color:#00b9f2;
  padding-bottom: 8px;

  border-left: solid 1px #FFFFFF;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #6C7377;
  border-bottom: solid 1px #6C7377;
  cursor: pointer;
}

.checkoutInput
{
  height:16;
  width:180;

	border: none;
	color: #342721;
	background-color: #FFFFFF;
	font-family:Verdana;
	font-size:11px;

	vertical-align:middle;
	padding-left:4px;
	padding-top:1px;
}

.checkoutSelect
{
	/*border: solid 1px #E6E6E6;*/
	border: none;
  height:16;
  width:180;
	background-color: #E6E6E6;
	font-family:Verdana;
	font-size:11px;
	color: #342721;
	vertical-align:middle;
	padding-left:4px;
	padding-top:4px;
}

.checkoutShortSelect
{
	/*border: solid 1px #E6E6E6;*/
	border: none;
  height:16;
  width: 73;
	background-color: #E6E6E6;
	font-family:Verdana;
	font-size:11px;
	color: #342721;
	vertical-align:middle;
	padding-left:4px;
	padding-top:4px;
}

.checkoutCheckBox
{
	border: none;
	background-color: #F3F3F3;
	color: #342721;
}

/*----------------------------------------------------------------------------*/
/*- Text styles --------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

.txtHome
{
	font-family:Verdana;
	font-size:12px;
  font-weight: normal;
	padding-left: 0px;
  padding-top:4px;
	color: #000000;
}

.txtHomeBlue
{
	font-family:Verdana;
	font-size:12px;
  font-weight: bold;
	padding-left: 0px;
	color: #FFFFFF;
  background-color:#00b9f2;
}

.txtBlue
{
	font-family:Verdana;
	font-size:12px;
  font-weight: bold;
	padding-left: 0px;
	color: #00b9f2;
}

.txtHead
{
	font-family:Verdana;
	font-size:12px;
  font-weight: bold;
	padding-left: 12px;
	color: #FFFFFF;
}

.txtHead02
{
	font-family:Verdana;
	font-size:11px;
	color: #342721;
}

.txtHead02 A
{
	text-decoration: none;
	color: #342721;
	font-size:11px;
}

.txtHead02 A:Hover
{
	text-decoration: none;
	color: #342721;
	font-size:11px;
}

.txtHead03
{
	font-family:Verdana;
	font-size:10px;
	color: #9B9B9C;
}

.txtHead04
{
	font-family:Verdana;
	font-size:14px;
	color: #4A352C;
}

.txtHead05
{
	font-family:Verdana;
	font-size:12px;
	padding-left: 12px;
	color: #292F33;
}
.txtHead06
{
	font-family:Verdana;
	font-size:12px;
	padding-left: 4px;
	padding-right: 4px;
	color: #292F33;
}
.txtHead07
{
	font-family:Verdana;
	font-size:12px;
	padding-left: 4px;
	padding-right: 4px;
	color: #292F33;
	border-bottom: dotted 1px #ABABAC;
}
.txtButton
{
	font-family:Verdana;
	font-size:10px;
	padding-left: 8px;
	color: #00b9f2;
}

.txtNormal
{
	font-family:Verdana;
	font-size:11px;
	color: #000000;
}

.txtNormal01
{
	font-family:Verdana;
	font-size:10px;
	color: #000000;
}

.txtNormalPointer
{
	font-family:Verdana;
	font-size:11px;
	color: #000000;
  cursor:pointer;
}

.txtManufacturer
{
	font-family:Verdana;
	font-size:11px;
  font-weight:bold;
  color: #00b9f2;
}

.txtEyeCatch
{
	font-family:Verdana;
	font-size:12px;
  font-weight:bold;
  color: #00b9f2;
  padding-right: 2px;
  padding-left: 2px;
  vertical-align: bottom;
}

.txtSort
{
	font-family:Verdana;
	font-size:11px;
  color: #FFFFFF;
  vertical-align: bottom;
  cursor: pointer;
}

.txtCloseAcc
{
	font-family:Verdana;
	font-size:11px;
  color: #00b9f2;
  vertical-align: bottom;
  cursor: pointer;
}

/*----------------------------------------------------------------------------*/
/*- Category menu definitions ------------------------------------------------*/
/*----------------------------------------------------------------------------*/

#categories, #categories ul
{ /* all lists */
  float : left;

  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0;
  padding-bottom: 5px;
  padding-top: 2px;

  font-size:11px;
  text-align: left;
  list-style: none;

  background-color : #F3F3F3;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;

  z-index: 2;
}

#categories li
{ /* all list items */
   float : left;
   position : relative;
   display : block;

   height: 20px;
   width: 15.2em; /*Coke!!! define here the menu item width*/

   line-height : 1.8em;
   font-family: Verdana;
   font-size: 11px;
   text-align: left;
   color: #000000;

   background-color : transparent;

   margin-bottom : -1px;
   padding-left: 5px;
   padding-top: 1px;

   cursor: pointer;
   z-index: 1;
}

#categories li ul
{ /* second-level lists */
   position : absolute;
   left: -999em;

   margin-left : 14.5em; /*Coke!!! define here the menu distance*/
   margin-top : -2em;

   z-index: 2;
}

#categories li:hover
{
   color : #000000;
   background-color : #E6E6E6;
}

#categories li:hover ul ul, #categories li:hover ul ul ul, #categories li:hover ul ul ul ul, #categories li:hover ul ul ul ul ul, #categories li:hover ul ul ul ul ul ul, #categories li.sfhover ul ul , #categories li.sfhover ul ul ul, #categories li.sfhover ul ul ul ul, #categories li.sfhover ul ul ul ul ul, #categories li.sfhover ul ul ul ul ul ul
{
   left: -999em;
}

#categories li:hover ul, #categories li li:hover ul, #categories li li li:hover ul, #categories li li li li:hover ul, #categories li li li li li:hover ul, #categories li li li li li li:hover ul, #categories li.sfhover ul, #categories li li.sfhover ul, #categories li li li.sfhover ul, #categories li li li li.sfhover ul, #categories li li li li li.sfhover ul, #categories li li li li li li.sfhover ul
{ /* lists nested under hovered list items */
   left: auto;
}

/*----------------------------------------------------------------------------*/
/*- Other --------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/


#NewsList
{
	z-index:1;
}

A
{
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #00b9f2;
	text-decoration : none;
}

A:Hover
{
	color: #838383;
	text-decoration: underline;
}


.fakeA
{
  font-family: Verdana;
	font-size: 10px;
	color: #00b9f2;
	text-decoration : none;
}

.likeA
{
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #00b9f2;
	text-decoration : none;
  cursor:pointer;
}

.likeAHover
{
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #838383;
	text-decoration: underline;
  cursor:pointer;
}

.likeAHoverBig
{
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #838383;
	text-decoration: underline;
  cursor:pointer;
}

.homeThumb
{
  cursor:pointer;
}

.imgClickable
{
  cursor:pointer;
}

