/*
  $Id: stylesheet.php $
  TomatoCart Open Source Shopping Cart Solutions
  http://www.tomatocart.com

  Copyright (c) 2009 Wuxi Elootec Technology Co., Ltd;

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License v2 (1991)
  as published by the Free Software Foundation.
*/

/* reset */
* {
  margin: 0;
  padding: 0;
}

/* MARKUP */
BODY {
  background: #FFFFFF url(images/body_bg.png) repeat-x top left;
  margin: 0 auto;
  padding: 0;
  color: #333333;
  font-family: Arial, Verdana, Tahoma, 'Trebuchet MS', sans-serif;
  font-size: 10pt;
}

H1 {
  color: #333333;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  margin: 5px 0 15px 0;
}

H2 {
  color: #8C8C8C;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  white-space: nowrap;
  margin: 5px 0 10px 0;
}

H6 {
  color: #000000;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding: 4px 0px 4px 5px;
}

H6 SPAN {
  margin: 3px 5px 0px 0px;
}

TABLE {
  margin: 10px 0px 10px 0px;
}

P {
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 1.0em;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
}

IMG {
  border: 0;
}

FORM {
  margin-top: 0;
  margin-bottom: 0;
}

FORM OL {
  margin: 0;
  padding: 0;
}

FORM OL LI {
  list-style: none;
  margin: 0;
  clear: left;
}

FORM LABEL {
  float: left;
  width: 160px;
  margin: 5px;
}

FORM LABEL.fieldLabel {
  float: none;
}

FORM EM {
  color: #FF0000;
  font-size: 0.8em;
  margin-left: 2px;
}

H6 EM {
  color: #A41818;
  margin-right: 5px;
  float: right;
  font-size: 0.8em;
  font-weight: normal;
}

INPUT[TYPE=TEXT], INPUT[TYPE=PASSWORD], SELECT {
  border: 1px solid #B6B6B6;
  height: 20px;
}

TEXTAREA {
  border: 1px solid #B6B6B6;
}

UL, OL {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

LI {
  margin: 0;
  padding: 3px 0px 3px 0px;
}

A {
  color: #0c5280;
/*  text-decoration: none;  */
}

A:hover {
  text-decoration: underline;
}

a:hover img {
  text-decoration: none; 
}

*:focus {
  outline: none;
}

.button {
  cursor: pointer;
}

.clear {
  clear: both;
  height: 15px;
}

/* LAYOUT */
#pageHeader {
  width: 100%;
  height: 125px;
	background: url(images/bt002.png) no-repeat top center;
}

#pageWrapper, #slideShow {
  width: 960px;
  height: auto;
  margin: 10px auto;
}

#pageBlockLeft {
  float: left;
  width: 746px;
  margin-right: 10px;
}

#pageColumnLeft {
  float: left;
  width: 204px;
  margin-right: 10px;
}

#pageColumnRight {
  float: left;
  width: 204px;
  margin: 0px 0px 10px 0px;
}

#pageContent {
  float: left;
  width: 532px;
	min-height:600px;
}

#pageContent form .moduleBox .content,
#pageContent .moduleBox .content form {
  border: 1px solid #0c5280;
	padding: 15px;
}


#pageFooter {
  width: 100%;
  background: url(images/foot_bg.png) repeat-x left top;
  margin: 10px 0 0 0;
  height: 77px;
  font-size: 0.8em;
  clear: both;
  text-align: center;
  padding-top: 20px;
}

/* HeaderBar */
#headerBar {
  width: 960px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  overflow: visible;
}

#headerBar ul {
  position: absolute;
  top: 10px;
  right: 0; 
}

#headerBar ul li {
  float: left;
  padding: 0 15px;
  font-size: 0.9em;
  background: url(images/arrow_black.png) no-repeat left center;
}

#headerBar li.cart {
  background-image: none;
  padding: 0;
}

#headerBar li.cart a {
  display: block;
/*  color: #737272; */
}

#headerBar img {
  float: left;
  margin-right: 5px;
}

#headerBar span {
  display: block;
  float: left;
  margin-left: 5px;
}

#headerBar #siteLogo img {
  display: block;
  position: static;
  margin: 3px 0 0 0; 
}

/* navigationBar */
#navigationBar {
  height: 46px;
  margin: 30px 0 0 0;
  font-weight: bold;
  line-height: 46px;
  background: #BBC3D3 url(images/nav_bar_bg.png) repeat-x;
}

#navigationInner {
  width: 960px; 
  margin: 0 auto; 
}


#keywords {
  width: 193px;
  padding: 3px 0 3px 5px;
  border:1px solid #B6B6B6;
  overflow: hidden;
}

#headerBar #bookmark {
  background-image: none;
  padding-left: 0;
}

.quickSearch {
  display: block;
  float: left;
  margin-left: -40px;
}

/* breadcrumbPath */
#breadcrumbPath {
  width: 960px;
  margin: 0 auto;
  padding-left: 5px;
  padding-top: 10px; 
  color: #999; 
  font-size: 1.0em; 
  position: relative;
}

#breadcrumbPath a {
  color: #333;
}

#navLanguages {
  position: absolute;
  right: 25px;
  top: 5px;
  float: right;
}

#navLanguages a {
  margin: 0 4px;
}

/* CSS Boxes */
.boxGroup {
  float: left;
  width: 204px;
  height: auto;
}

.boxNew {
  width: 204px;
/*  background: transparent url(images/box_content_bottom_bg.png) no-repeat left bottom; */
  margin-bottom: 9px;
/*  padding-bottom: 1px; */
}


.boxTitle {
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  vertical-align: top;
  padding-left: 10px;
  line-height: 28px;
  border: 1px solid #0c5280;
  background: #bbc3d3 url(images/box_title_bg_blue.png) no-repeat left top; 
	padding-left: 25px; 
  border:0; 
	color:white;
}

.boxTitle a {
  color: white;
}

.boxBlueTitle a:hover {
  color: white;
}

.boxContents {
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 0.9em;
  padding: 5px;
  border: 1px solid #0c5280;
  border-top: none;
/*  background: #f6f6f6;  */
}

.boxContents ul, .boxContents ol {
  padding: 0 5px;
}

.boxContents ul li, .boxContents ol li {
  padding:4px 5px 4px 5px;
}

.boxContents form {
  padding: 5px 0;
}

.boxContents li.first {
  border-top: none;
}

.boxContents span, .moduleBox span {
  line-height: 150%;
}

/* boxCategories */
#boxCategories {color: #dfdcdc; border: none; padding: 0;}
#boxCategories .boxTitle {background: #bbc3d3 url(images/box_title_bg_blue.png) no-repeat left top; padding-left: 25px; border:0; color:white;}
#boxCategories .boxContents {margin: 0; padding: 0; border: 0;}


/* all menu links */
#boxCategories #categoriesTree a, #subMenusContainer a{
  text-decoration:none;
  display:block;
  padding: 5px 40px 5px 15px;
  color: #DFDCDC; 
  margin:0;
}

/* Just sub menu links */
#subMenusContainer a, #categoriesTree li li a{
  text-align:left;
}

/* All menu links on hover or focus */
#categoriesTree a:hover, #categoriesTree a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #categoriesTree a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#categoriesTree a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#categoriesTree li a:hover,
#categoriesTree li a:focus{
}

.subMenuParentBtn{background: url(images/box_category_arrow.png) right center no-repeat;}
.subMenuParentBtnFocused{background: url(images/box_category_arrow.png) right center no-repeat;}
.mainMenuParentBtn{background: url(images/box_category_arrow.png) right center no-repeat;}
.mainMenuParentBtnFocused{background: url(images/box_category_arrow.png) right center no-repeat;}

.smOW{display:none; position: absolute; overflow:hidden; padding:0 2px;margin:0 0 0 -2px;}
#categoriesTree ol, #categoriesTree ul, #subMenusContainer ul, #subMenusContainer ol {background:#fff; left:0;}
#categoriesTree, #categoriesTree ul, #categoriesTree ol, #subMenusContainer ul, #subMenusContainer ol {padding: 0; margin: 0; list-style: none; line-height: 1em; background: #656464;}
#boxCategories #categoriesTree li {display:block; list-style:none; position:relative; border-bottom: 1px solid #818080; border-top: 1px solid #3A3A3A;padding: 4px 5px;}
#subMenusContainer li{ list-style: none; border-bottom: 1px solid #818080; border-top: 1px solid #3A3A3A}
#subMenusContainer ul{border-left: 1px solid #3A3A3A; border-right: 1px solid #3A3A3A; border-bottom: 1px solid #3A3A3A;}


/* main menu ul or ol elment */
#categoriesTree{
  display:block;
  list-style:none;
  z-index:5;
  display:block;
  border-bottom: 1px solid #3A3A3A; 
  border-top: 1px solid #5EA9E2;
}

#subMenusContainer{ display:block;  position:absolute;  top:0;  left:0; width:100%; height:0; overflow:visible; z-index:1000000000; }

#boxCategories .boxContents ul {background: #656464;padding: 0;border-bottom: 1px solid #3A3A3A;border-top: 1px solid #5EA9E2;}
#boxCategories ul li{border-bottom: 1px solid #818080; border-top: 1px solid #3A3A3A;list-style:none;padding: 6px 8px 6px 16px;}
#boxCategories a {text-decoration:none; padding: 5px 10px 5px 0px; color: #DFDCDC; margin:0;}
#boxCategories a b {color:white;}

#boxCategories li.level1 {padding-left: 32px;}
#boxCategories li.level2 {padding-left: 48px;}



/* boxArticleCategories */
#boxArticleCategories ul li {padding-left: 15px; background: url(images/arrow_gray.png) no-repeat left center;}

/* boxManufacturers */
#boxManufacturers ul li {text-align: center}

/* moduleBox */
.moduleBox {
  width: 100%;
  color: #000000;
  margin-bottom: 10px;
  
}

.moduleBox h1, .moduleBox h6{
  padding: 0;
  margin: 0;
  height: 26px;
  line-height: 26px;
  color: #1b6ca2;
  font-size: 1.1em;
  font-weight: bolder;
  text-indent: 1px;
}

.moduleBox h6 a {
	
  color: #1b6ca2; 
}

.moduleBox h2 {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 3px; 
}

.moduleBox .content {
  padding: 5px 5px;
  margin-bottom: 5px;
}

.moduleBox .content h6 {
  background: none;
  color: #000000;
  border: none;
  text-indent: 0;
}

.moduleBox .content ul,ol {
  list-style: square inside;
}


/*serarh result*/
.productListing{
}

.productListing .productImage {
  margin-top:10px; 
}

.productListing .productListing-heading {
  height: 25px;
  color: #000;
  background: #daedf9; 
  border-top: 1px solid #a1cbe6;
  border-bottom: 1px solid #a1cbe6;
	padding-right:10px;
}

.productListing a.productListing-heading {
	border:none;
}

.productListing .productListing-odd td, .productListing .productListing-even td {
  padding: 10px 5px;
  border-top: 1px solid #ccc;
}

.productListing .productListing-first td {
  padding: 10px 5px;
  border-top: none;
}

.productListing .productListing-odd td p, .productListing .productListing-even td p {
}

.productListing-data a {
  text-decoration: underline;
/*  line-height: 150%; */
}


#attributesInfo {
	border: 1px solid  #0c5280;
}
#attributesInfo td {
	padding: 3px 10px 2px 10px;
}
#attributesInfo tr.odd {
	background: #daedf9;
}


/* popupCart */
#popupCartContent {width: 312px; z-index: 1000; background-color:white; border: 1px solid #0c5280; padding:0; margin: 0;}
#popupCartContent h6 {color: #BEBEBE;border: 0; text-indent: 5px; }
#popupCartContent .productImage {padding: 5px;} 
#popupCartContent .subtotal {color: #464646; font-weight: bold; float: right;padding-bottom: 10px;}
#popupCartContent p {padding: 3px 3px 5px 0px; margin: 0;}
#popupCartContent .content {border: none}

/**product info**/
#productImages {margin: 15px; text-align: center; width: 240px;}

#attachmentsList {margin: 30px 15px 15px 30px; width: 240px;}
#attachmentsList dd {height:40px;}


#productInfo {margin: 15px auto;};
#productInfoSku {font-size: 0.9em;}

#productInfo .label {font-weight: bold;}
#productInfoPrice {color: #ff0000; font-size: 0.7em; font-weight: bold; text-align:left;padding-left:30px;}
#productInfo input[type=text], #productInfo textarea {width: 140px;}
#productInfo #quantity {width: 30px;margin: 0 10px;}
#productInfo a {text-decoration:underline;}
#productInfo td {color: #616060; padding: 2px}
#productInfo p.shortDescription {border-top: 1px dashed #999;padding-top: 10px; color: #777;}



.productVariantsTable, .productDiscountsTable {
  background-color: #f3f3f3;
  border-top: none;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #8B8A8A;
  width: 100%;
}

.productVariantsTable th, .productDiscountsTable th {
  height: 25px;
  color: #ffffff;
  padding: 3px 3px;
  background: #f3f3f3 url(images/content_header_bg.png) repeat-x left top;
}

.productVariantsTable td, .productDiscountsTable td {
  padding: 4px;
}

/*productImage*/
.moduleBox .new_products .productImage, #specials .productImage {
  /* border: 3px solid #dddddd;   */
}

.boxContents .productImage {
 /*  border: 1px solid #dddddd; */
}

.productImage, div#productInfo .productImage, .productListing .productImage, #newProducts .productImage {
 /*  border: 3px solid #dddddd; */ padding:10px; background-color:white; 
}

#productImages .productImage {
/*   border:1px solid #DDDDDD; */
  margin: 5px 1px;
}

#defaultProductImage .productImage {
  border:3px solid #DDDDDD;
  margin: 0px 0px 10px 0px;
}

#productAttributes label{
  width: 80px;
}

/* sitemap */
#sitemap ul{padding: 3px 0px 3px 12px; list-style-type:none;}
#sitemap li{padding-left: 12px;line-height: 18px; background: url(images/arrow_gray.png) no-repeat left 5px;}
#sitemap ul li ul li{padding-left: 0;background: none;}

/* faqs */
#faqs .question {
  cursor: pointer;
  border-bottom: 1px dashed #ccc;
  padding: 0px 0px 5px 10px;
  background: url(images/arrow_gray.png) no-repeat left;
  margin: 5px;
  font-weight: bold;
}

#faqs .answer {
  padding: 5px 10px 5px 10px;
  margin: 0;
}


/*footer*/
#pageFooter ul {display: block; list-style-type: none; text-align: center;}
#pageFooter ul li {display: inline;}
#pageFooter ul li.last {border: none;}
#pageFooter ul li span {padding-left: 6px;}
#pageFooter p {color: #FFFFFF;}
#pageFooter a {color: #FFFFFF;}


/* message box */
.messageStack {
  border-width: 1px;
  border-style: dotted;
  border-color: #C8AD91;
  background-color: #FFFCF5;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  color: #465584;
  width:100%;
  margin:10px auto;
}

.messageStack ul li {
  list-style-position: inside;
  padding: 2px 2px 2px 4px;
}

.messageBox {
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 0.8em;
}

.messageStackError, .messageStackWarning {
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 0.8em;
  background-color: #ffb3b5;
}

.messageStackSuccess {
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 0.8em;
  background-color: #99ff00;
}

/*checkout*/
#checkoutForm {
  border-bottom: 1px solid #8b8a8a;
  margin: 0px 0px 15px 0px;
}

#checkoutMethodForm, #billingInformationForm, #shippingInformationForm, #shippingMethodForm, #paymentInformationForm, #orderConfirmationForm {
  position: relative;
  background: url(images/content_header_bg.png) repeat-x left top;
}

#checkoutForm li {
  padding: 0px;
	list-style-type: none;
}

#checkoutForm li.collapse {
  background: #bcbcbc;
}

.formHeader {
  background: url(images/checkout_number_black_bg.png) no-repeat 20px center;
  height: 26px; 
  line-height: 26px; 
  padding: 0 25px; 
  margin: 0; 
  cursor: pointer; 
  color: #FFFFFF;
  font-size: 1.1em;
  border-left: 1px solid #8b8a8a;
  border-right: 1px solid #8b8a8a;
}

.collapse .formHeader {
  border-top: 1px solid #8b8a8a;
  border-left: 1px solid #8b8a8a;
  border-right: 1px solid #8b8a8a;
  background: url(images/checkout_number_gray_bg.png) no-repeat 20px center;
}

#checkoutForm h3 span {
  position:absolute; 
  top: 12px; 
  right: 25px;  
}

#checkoutForm h3 a {
  margin-left: 16px;
  color: #FFFFFF;
  font-size: 1.1em;
  text-decoration: none
}

#checkoutForm .collapse h3 a {
  color: #000000;
  text-decoration: none
}

#checkoutForm h3 span img {
  vertical-align:middle;
}

#checkoutForm .formBody {
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 10px;
}

#checkoutForm .moduleBox h6 {
  padding: 10px 0;
  height: 20px;
  line-height: 20px;
  color: #000000;
  border: none;
  background: none;
  font-weight: bold;
  text-indent: 0;
}

#checkoutForm .moduleBox {
  margin: 0;
  background: none;
  border:none!important;
}

#checkoutForm form {
	border:none!important;
}


#payment_method_saferpay_elv input, #payment_method_saferpay_elv select, #payment_method_saferpay_cc input, #payment_method_saferpay_cc select{
  margin: 2px 0;
}

#checkoutForm .content {
  padding: 0 6px;
  text-indent: 0;
  color: #000000;
  border: none!important;
  margin: 0;
}

#checkoutForm a {
  text-decoration: underline;
  color: #177CBF;
}

#password, #email_address{
  width: 150px;
}

#checkoutForm #email_address, #checkoutForm #password {
  border: 1px solid #b6b6b6;
  width: 222px;

}

#orderConfirmationForm .formBody {
  border-bottom: 1px solid #FFFFFF;
}

#wrappingPrice {color: #ff0000; font-size: 1.3em; font-weight: bold; text-align:right}

#sel_billing_address, #sel_shipping_address {
  width: 500px;
}

/*auto_completer*/
ul.autocompleter-choices {
  display: block;
  color: #000000;
  background-color:#F3F3F3;
  border-left: 1px solid #8B8A8A;
  border-right: 1px solid #8B8A8A;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #8B8A8A;  
}

ul.autocompleter-choices li{
  color: #616060;
}

ul.autocompleter-choices li.autocompleter-selected {
  background-color: #EAEAEA;
  color: #616060;
}

ul.autocompleter-choices li {
  white-space: normal;
  line-height: 22px;
  padding-left: 15px;
}

ul.autocompleter-choices span.autocompleter-queried, ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
  color: #616060;
}

/*img align right*/
#pageIcon {
  float: right;
}

SPAN.markProductError {
  font-family: Tahoma, Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 0.8em;
  color: #c76170;
  font-weight: bold;
}

.productSpecialPrice {
  color:#FF0000;
  font-weight:bold;
}

.submitFormButtons {
  margin: 10px 0px 15px 0px;
}

.submitFormButtons p {
  text-align: left;
}

/* compareProducts */
#compareProducts {border: 1px solid #CCCCCC;}
#compareProducts td.label {font-weight: bold;}
#compareProducts td {padding: 5px;}
#compareProducts tr.odd {background: #F8F7F5 none repeat scroll 0 0;}
#compareProducts tr.even {background: #EEEDED none repeat scroll 0 0 !important;}

/* administrator logout */
#admin_logout a {
  color: #FF0000;
}

.boxReview {text-align: center}
.boxReview a {text-align: center; display: block}

dl.review p{padding-left: 5px}

table.ratingsResult {margin:3px 0px 0px 0px;}
table.ratingsResult td.name {padding: 3px 8px 3px 5px;}
table.ratings {border:1px solid #747474;margin: 0px 0px 0px 10px;width: 470px;border-collapse: collapse;}
table.ratings thead tr {font-weight : bold;background-color: #5C5C5C;color: #EAEAEA;}
table.ratings td {border: 1px solid #747474;text-align: center;padding: 5px 8px 5px 8px;margin: 0px;}

table.reviews {border:1px solid #747474;margin: 0px 0px 20px 10px;width: 500px;border-collapse: collapse;color:#037fde;}
table.reviews td {border: 1px solid #747474;text-align: center;padding: 5px 8px 5px 8px;margin: 0px;}
table.reviews a{color:#037fde;text-decoration:underline;}

.loading { 
  background: transparent url(images/loading.gif) no-repeat center;
  height: 30px; 
}

.voteBar {
  width:180px;
  height:10px;
  margin-top:4px;
  background:white;
  float:left;
  border:1px solid black;
}

span.error {
  font-size: 0.8em;
  color: red;
  font-weight: bold;
}

#guestbook dt {padding: 8px 10px; font-size: 1.1em; font-weight:bold}
#guestbook dt span{font-size: 0.9em; float: right;font-weight:normal}
#guestbook dd{padding: 8px 10px; border-bottom: 1px dashed #ccc;}
#guestbook dd.last{border-bottom: none;}

#boxGuestbook dt{padding: 3px; font-size: 0.9em; font-weight:bold; color: #666}
#boxGuestbook dd{padding: 4px; font-size: 0.9em; font-weight:normal; color: #666;}

.accessories {height: 100px; }
.accessories .image {float: left; width: 125px}
.accessories .desc {}



/* added by Istvan Szabo */ 
.categoryListing {border-collapse:collapse;}
.categoryListing td {padding:15px;}



/* dropdown css menu */
/**
 * Columnar CSS Drop-Down Menu Component
 *
 * @file		dropdown.columnar.css
 * @package		Dropdown
 * @version		0.1
 * @type		Transitional
 * @requires	dropdown.columnar.css
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2009 Live Web Institute. All Rights Reserved.                      
 *
 */

/*@import "dropdown.linear.css";*/
/**
 * Horizontal Linear CSS Drop-Down Menu Component
 *
 * @file		dropdown.linear.css
 * @package		Dropdown
 * @version		0.1
 * @type		Transitional
 * @requires	dropdown.css
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

/* @import "dropdown.css"; */

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 97;
 float: left;
 padding:0;
}

ul.dropdown li {
 float: left;
 line-height: 46px;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 99;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 98;
 width: 960px; 
 padding: 0;
 border:1px solid #222;
}

ul.dropdown ul li {
 float: none;
 line-height: 1em;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
 border: none;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}
/* @end import */

ul.dropdown-linear {
 width: 100%; 
}

ul.dropdown-linear ul li {
 float: left;
}

ul.dropdown-linear li.hover,
ul.dropdown-linear li:hover {
 position: static;
}

ul.dropdown-linear ul ul {
 display: none !important;
}
/* @end import */

ul.dropdown-columnar ul li {
 position: static;
 width: 190px;
}

ul.dropdown-columnar ul ul {
 display: block !important;
 position: static;
 width: auto !important;
}

ul.dropdown-columnar ul ul li {
 float: none;
}

ul.dropdown-columnar ul ul ul {
 display: none;
}

ul.dropdown-columnar li.hover ul,
ul.dropdown-columnar li:hover ul {
 visibility: visible !important;
}


/** 
 * Default Advanced CSS Drop-Down Menu Theme
 *
 * @file		default.advanced.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera9+, Firefox2+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2009 Live Web Institute. All Rights Reserved.
 *
 */

/* @import "default.css"; */

/** 
 * LWIS Celebrity CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera9+, Firefox2+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2009 Live Web Institute. All Rights Reserved.
 *
 */


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 */


ul.dropdown {
}

	ul.dropdown li {
	 background-color: transparent;
	 background: url(images/nav_separator.png) no-repeat right center;
	 color: #fff;
	}

	ul.dropdown li.last ul li {
	 float: right;
	}

	ul.dropdown li.visited {
	 background: url(images/nav_hover_visited.png) repeat-x left -46px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #0c5280;
 	 background: url(images/nav_hover_visited.png) repeat-x left top;
	 color: #fff;
	}


	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; text-decoration: none; }
	ul.dropdown a:hover	{ color: #fff; }
	ul.dropdown a:active	{ color: #ffa500; }

	/* -- level mark -- */

	ul.dropdown ul {
	 background: #444; /*url(images/gray90.png) repeat;*/
	 font-size: 0.9em;
	 letter-spacing: normal;
	}

	* html ul.dropdown ul {
	  /*width: 900px; */
	}

		ul.dropdown ul li {
		 background-image: none;
		 font-weight: bold;
		}

		/* -- level mark -- */

		ul.dropdown ul ul {
		 margin-top: 5px;
		 text-transform: none;
		}

			ul.dropdown ul ul li {
			 font-weight: normal;
			}


/*-------------------------------------------------/ * @section		Support Class `dir` */ul.dropdown *.dir a { padding-right: 30px;}ul.dropdown ul *.dir {
 background-image: none;}

ul.dropdown ul *.dir a {
 padding-right: 0;
}


/*-------------------------------------------------/
 * @section		Base Style Extension
 */

ul.dropdown li a {
 display: block;
 padding: 0 15px;
}

/*-------------------------------------------------/
 * @section		Custom
 */

ul.dropdown ul li {
 padding: 10px 15px; 
}
ul.dropdown ul li:hover {
 background: none;
}
ul.dropdown ul ul li {
 padding: 0px; 
}

ul.dropdown ul a {
 width: 190px;
 padding: 3px 0px;
}

ul.dropdown ul ul a {
 padding: 3px 5px;
}

ul.dropdown ul a:hover {
}

ul.dropdown ul ul {
 padding: 0;
 margin-left: -5px; 
}




@media screen {
 .noscreen {
	 display:none; visibility:hidden;
 }
}
