#leftBar {
  float: left;
  width: 230px;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#mainBar {
  float: right;
  width: 740px;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#intro {          
  margin: 11px 0px 11px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  height: 520px;
}

#intro div.Item {
  float: left;
  clear: none;
  width: 174px;
  height: 179px;
  margin: 11px 11px 11px 11px;
  padding: 0px 0px 0px 0px;
  background: url('../images/IntroItemBg.png') top right no-repeat;
  text-align: center;
}

#intro div.Item:hover {
  background: url('../images/IntroItemBgHover.png') top right no-repeat;
}

#intro div.Item:hover .categoryDescription {
  visibility: visible;
}


#intro div.Item a {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


#intro div.Item img {
  margin: 1px 1px 1px 1px;
  padding: 1px 0px 0px 0px;
  text-align: center;
}

#intro div.Item h2 {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 25px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 1.0em;
}

.categoryDescription {
  top: 500px;
  left: 0px;
  position: absolute;
  visibility: hidden;
  display: block;
  visibility: hidden;
  width: 100%;
}

.categoryDescription p.description {
  margin: 0px 10px 0px 10px;
  padding: 25px 20px 35px 20px;
  color: #ce7b00;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
}

.categoryDescription p.producer {
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 0px 10px;
  font-size: 0.85em;
  color: #b1b1b1;
}


form.Search {
  float: right;
  clear: both;
  margin: 3px -3px 0px 0px;
  padding: 5px 6px 6px 6px;
  background: url('../images/FromSearchBg.png') top right no-repeat;
}

form.Search fieldset {
  width: 220px;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  border: 0px;
}

form.Search input {
  float: right;
  margin: 1px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
  border: 0px;
  font-size: 0.9em;
  color: #777777;
}

form.Search input.image {
  margin: 0px 0px 0px 0px;
  padding: 1px 8px 0px 8px;
}

div.CategoryList {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

div.CategoryList p.header {
  height: 23px;
  margin: 0px 0px 0px 0px;
  padding: 6px 0px 0px 15px;
  background: url('../images/CategoryListHeaderBg.png') top center no-repeat;
  background-color: #ff9900;
  color: #ffffff;
  font-weight: bold;
}

div.CategoryList ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  border-bottom: 1px solid #e0e0e0; 
  border-left: 1px solid #e0e0e0; 
  border-right: 1px solid #e0e0e0; 
  background: none;
  background-color: #f5f5f5;
}

div.CategoryList ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #e0e0e0; 
}

div.CategoryList ul li div {
  height: 21px;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 0px 0px;
  background: url('../images/CategoryListItemBg.png') top left repeat-x;
  --background-color: red;
  font-weight: bold;
  font-size: 0.85em;
  cursor: pointer;  
}

div.CategoryList ul li div:hover {
  background: url('../images/CategoryListItemBgHover.png') top left repeat-x;
}

div.CategoryList ul li h2 {
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 0x;
  font-size: 1.0em;
}

div.CategoryList ul.sub {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  border-bottom: 1px solid #e0e0e0; 
  border-bottom: 0px; 
  border-left: 0px; 
  border-right: 0px;
  background: url('../images/CategoryListSubBg.png') top left;
}

div.CategoryList ul.sub li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

div.CategoryList ul.sub li div {
  height: 25px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: url(none);
  font-weight: normal;
  font-size: 0.85em;
  cursor: pointer;  
}

div.CategoryList ul.sub li div:hover {
  background: url('../images/CategoryListSubBgHover.png') top right no-repeat;
}

div.CategoryList ul.sub li p {
  height: 25px;
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 0px;
}

div.CategoryList ul.sub li p.ctrl {
  float: left;
  width: 15px;
  height: 19px;
  padding: 6px 0px 0px 0px;
  text-align: center;
}

div.CategoryList ul.sub li p a {
  display: block;
  height: 19px;
  margin: 0px 0px 0px 0px;
  padding: 6px 0px 0px 0px;
}

div.CategoryList a {
  color: #26264c;
}  

div.Navigation {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0x;
  height: 27px;
  border: none;
  font-family: "tahoma";
  font-size: 0.8em;
  color: #777777;
}

div.Navigation div {
  float: left;    
  width: 734px;
  height: 27px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0x;
  overflow: hiddden;
}

div.Navigation div.Main {
  float: left;    
  width: 736px;
  height: 25px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: url('../images/NavigationBg.png') top left repeat-x;
}

div.Navigation div.CornerLeft {
  float: left
  height: 27px;
  width: 2px;
  border: 0px;
  background: url('../images/NavigationCornerLeft.png') top left repeat-x;
}

div.Navigation div.CornerRight {
  float: left
  height: 27px;
  width: 2px;
  border: 0px;
  background: url('../images/NavigationCornerRight.png') top left repeat-x;
}

div.Navigation div.Links {
  float: left;
  width: auto;
  height: 25px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
}

div.Navigation div.Links a {
  float: left;
  display: block; 
  height: 19px;
  margin: 0px 0px 0px 0px;
  padding: 6px 10px 0px 20px;
  background: url('../images/NavigationLinksBg.png') top left no-repeat;
  color: #777777;
  cursor: pointer;
}

div.Navigation div.Links a.Left {
  background: none;
  padding: 5px 10px 0px 10px;
}


div.Navigation div.Menu {
  float: right;
  width: auto;
  height: 25px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
}

div.Navigation div.Menu div {
  float: right;
  height: 19px;
  width: auto;
  margin: 0px 0px 0px 0px;
  padding: 6px 12px 0px 12px;
  border-left: 1px solid #e0e0e0;
  display: block; 
  cursor: pointer;
  overflow: hidden;  
}

div.Navigation div.Menu div:hover {
  background-color: #f0f0f0;
}

/*div.Navigation div.Menu div:hover > .DropDown {
	visibility: visible;
}*/

.DropDown {
  top: 116px;
  right: 0px;
  position: absolute;
  visibility: hidden;
  display: hidden;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #e0e0e0;
  background: url('../images/DropDownBg.png') top left repeat-x;
  font-size: 1.1em;  
  font-weight: normal;
  cursor: auto;
}

#LoginMessage {
  float: left;
  clear: both;
  margin: 5px 0px 0px 0px;
  padding: 0px 3px 0px 3px;
  color: red;
}

.DropDown p.header {
  margin: 7px 0px 3px 0px;
  padding: 0px 0px 0px 0px;
  color: #26264c;
  font-weight: bold;
  font-size: 0.95em;
} 

.DropDown table a {
  color: #777777;
}

.DropDown form {
  float: left;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 3px;
}

.DropDown label {
  float: left;
  clear: both;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 3px;
}

.DropDown a.Action {
  float: left;
  clear: both;
  margin: 10px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
  font-size: 0.95em;
  font-weight: bold;
}

.DropDown input.text {
  float: left;
  clear: both;
  width: 136px;
  margin: 3px 0px 0px 0px;
  padding: 0px 2px 0px 2px;
  border: 1px solid #e0e0e0;
  background-color: #fffff;
  color: #777777;
}

.DropDown input.button {                                                                                                                       
  float: right;
  clear: both;
  margin: 10px 0px 0px 0px;
  padding: 2px 5px 2px 5px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  background-color: #fafafa;
  color: #777777;
  font-weight: bold;
  font-size: 0.8em;
  cursor: pointer;
}

.DropDown input.button:hover {
  background-color: #f0f0f0;
}


#DropDownCustomer {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  width: 150px;;
  height: auto;
  overflow: hidden;
  background-color: #fbfbfb;
}

#DropDownCart {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#mainFrame .Text {
  line-height: 1.5;
  zoom: 1;
}

#mainFrame div.Text a:hover {
  text-decoration: underline;
}

#mainFrame .Text h2 {
  margin: 0px 0px 5px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 1.2em;
}

#mainFrame .Text h3 {
  margin: 0px 0px 2px 0px;
  padding: 10px 0px 0px 0px;
  font-size: 1.1em;
}

#mainFrame .Text p {
  margin: 0px 0px 0px 10px;
  padding: 5px 0px 5px 0px;
}

#mainFrame .Text ol {
  margin: 0px 0px 0px 40px;
  padding: 0px 0px 5px 0px;
}

#mainFrame .Text ol li {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}

#mainFrame .ProductList {
  width: 740px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  overflow: hidden;
}

#mainFrame .ProductList p {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
} 


#mainFrame .ProductItem {
  float: left;
  height: 270px;
  width: 220px;
  margin: 10px 10px 10px 9px;
  padding: 0px 0px 0px 0px;
  background: url('../images/ProductItemBg.png') top left repeat-x;
}                                 

#mainFrame .ProductItem a {
  color: #26264c;
  cursor: pointer;
}                                 

#mainFrame .ProductItem p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
} 

#mainFrame .ProductItem .img{
  height: 150px;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 0px 10px;
  text-align: center;
}

#mainFrame .ProductItem .name {
  height: 88px;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  font-weight: bold;
}

#mainFrame .ProductItem .name p {
  margin: 3px 0px 0px 0px;
  padding: 5px 0px 0px px;
  font-weight: bold;
  font-size: 0.95em;
  color: #999999;
}

#mainFrame .ProductItem .price {
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
}

#mainFrame .ProductItem .bottom p {
  float: left;
  width: 110px;
  margin: 0px 0px 0px 0px;
  padding: 1px 10px 0px 10px;
  font-weight: bold;
  font-size: 1.3em;
  color: red;
}

#mainFrame .ProductItem .bottom a {
  float: right;
  margin: 1px 0px 0px 0px;
  padding: 3px 10px 0px 10px;
  font-weight: bold;
  color: white;
}

#mainFrame .ProductItem img {
  width: 140px;
}

#mainFrame .ProductPage {
  margin: 10px 0px 0px 0px;
  padding: 10px 10px 0px 10px;
  border-top: 1px solid #e0e0e0;
  overflow: hidden;
}

#mainFrame .ProductPage p {
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#mainFrame .ProductPage a {
  float: left;
  clear: none;
  height: 15px;
  width: 18px;
  margin: 0px 0px 0px 10px;
  padding: 3px 0px 0px 0px;
  display: block;
  background: url('../images/ProductPageBg.png') top left no-repeat;
  color: #777777;
  font-weight: bold;
  font-size: 0.95em;
  text-align: center;        
}

#mainFrame .ProductPage a:hover {
  background: url('../images/ProductPageBgHover.png') top left no-repeat;
}

#mainFrame .ProductPage a.Active {
  background: url('../images/ProductPageBgActive.png') top left no-repeat;
}

#mainFrame .ProductPage a.Active:hover {
  background: url('../images/ProductPageBgActive.png') top left no-repeat;
}


#mainFrame .ProductFilter {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
  color: #888888;
}

#mainFrame .PriceFilter {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}

#mainFrame .PriceFilter p {
  float: left;
  margin: 2px 0px 0px 0px;
  padding: 0px 8px 0px 8px;
  width: 80px;
}

#mainFrame .PriceFilter p.left {
  text-align: right;
  width: 110px;
}

#sliderPrice {
  float: left;
  position: relative;
  height: 19px;    
  width: 170px;
}

#sliderPrice .sliderTrack {
  height: 12px; 
  background: url('../images/FilterBarBg.png') bottom left no-repeat;
}

#sliderPrice .sliderHandle {
  width: 12px; 
  height: 18px; 
  cursor: e-resize;
  position: absolute;
  background: url('../images/FilterBarHandle.png') top center no-repeat;
}

#mainFrame .SortFilter {
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  width: 300px;
  overflow: hidden;
  text-align: right
}

#mainFrame .SortFilter select {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  font-family: "verdana", "tahoma", "arial", "sans-serif", "lucida grande" ; 
  font-size: 1.0em;  
  border: 1px solid #e0e0e0;
  color: #777777;
}

#mainFrame .SortFilter select option {
  margin: 0px 0px 0px 0px;
  padding: 1px 10px 0px 5px;
}

#mainFrame .ProducerFilter {
  float: left;
  clear: both;
  width: 700px;
  margin: 10px 0px 10px 0px;
  padding: 0px 10px 10px 10px;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  color: #26264c;
  font-weight: normal;
}

#mainFrame .ProducerFilter table tr td {
  width: 20%;
}

#mainFrame .ProducerFilter input {
  margin: 5px 5px 5px 0px;
  padding: 0px 0px 0px 0px;
}

#mainFrame .ProducerFilter label {
  margin: 0px 0x 0px 0px;
  padding: 0px 0px 0px 0px;
}

#mainFrame .productDetail {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}

#mainFrame .productDetail div.productDetailImage {
  float: left;
  margin: 20px 0px 0px 10px;
  padding: 10px 5px 10px 5px;
  width: 200px;
  border-bottom: 1px #e0e0e0 solid;
  border-right: 1px #e0e0e0 solid;
  border-top: 1px #eeeeee solid;
  border-left: 1px #eeeeee solid;
  text-align: center;
  vertical-align: middle;    
  cursor: pointer;
}

#mainFrame .productDetail div.productDetailData {
  margin: 20px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: right;
  width: 475px;
}

#mainFrame .productDetail span {
  float: left;
  width: 120px;
}

#mainFrame .productDetail p.price {
  margin: 0px 0px 0px 0px; 
  padding: 5px 10px 15px 10px; 
  border-bottom: 1px dotted #e0e0e0;
  font-size: 1.2em;
  font-weight: bold;
}

#mainFrame .productDetail p.data {
  margin: 0px 0px 0px 0px; 
  padding: 3px 10px 3px 10px; 
  border-bottom: 1px dotted #e0e0e0;
}

#mainFrame .productDetail p.comment {
  margin: 0px 0px 0px 0px; 
  padding: 3px 10px 3px 10px; 
}

#mainFrame .productDetail p {
  margin: 0px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
  clear: both;
}

#mainFrame .productDetail a {
  color: #0224c1;
}

#mainFrame .productDetail a:hover {
  text-decoration: underline;
}

#mainFrame .productDescription {
  float: left;
  clear: both;
  width: 100%;
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
}

#mainFrame .productDescription h3 {
  margin: 0px 0px 5px 0px;
  padding: 0px 10px 4px 10px;  
  font-weight: bold;
  font-size: 1.0em;
  border-bottom: 1px #e0e0e0 solid; 
} 

#mainFrame .productDescription p {
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
}

#mainFrame .ActionBar {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
}

#mainFrame .ActionBar .Left {
  float: left;
}

#mainFrame .ActionBar .Right {
  float: right;
}

#mainFrame .DataForms {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

#mainFrame .DataForms p {
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

#mainFrame .DataForms p.message {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  color: red;
  font-weight: bold;
}

#mainFrame .DataForms table {
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#mainFrame .DataForms fieldset {
  margin: 20px 0px 20px 0px;
  padding: 0px 10px 10px 10px;
  background-color: #fafafa;
  border: 1px dotted #e0e0e0;
}

#mainFrame .DataForms legend {
  margin: 0px 10px 0px 10px;
  padding: 3px 10px 3px 10px;
  font-weight: bold;
  background-color: #f8f8f8;
  border: 1px dotted #e0e0e0;
}

#mainFrame .DataForms label {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}

#mainFrame .DataForms input.text {
  margin: 0px 5px 5px 5px;
  padding: 0px 3px 0px 3px;
  border: 1px solid #e0e0e0;
}

#mainFrame .DataForms input.submit {
  margin: 0px 5px 5px 5px;
  padding: 0px 5px 0px 5px;
  border: 2px solid #e0e0e0;
  font-weight: bold;
  font-size: 0.9em;
  color: #666666;
  cursor: pointer;
}

#mainFrame .DataForms input.radio {
  margin: 5px 5px 5px 0px;
  padding: 0px 0px 0px 0px;
}

#mainFrame table.CategoryList {
  margin: 10px 0px 0px 0px;
  padding: 10px 10px 5px 10px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
}

#mainFrame table.CategoryList a:hover {
  text-decoration: underline;
}

.Button {
  float: left;
  height: 22px;
  margin: 0px 10px 0px 10px;
  padding: 0px 0px 0px 0px;  
  color: #ffffff;                                       
  font-weight: bold;
  cursor: pointer;  
}

.Button div.ButtonLabel {
  float: left;
  height: 22px;
  margin: 0px 0px 0px 0px;
  padding: 4px 10px 0px 10px;  
  background: url('../images/ButtonBg.png') top left repeat-x;
}

.Button div.ButtonCorner {
  float: left;
  width: 1px;
  height: 22px;
  background: url('../images/ButtonCorner.png') top left repeat-x;
}

.Button input {
  width: 20px;
  margin: -1px 0px 0px 0px;
  padding: 0px 2px 0px 2px;  
  text-align: right;
  font-size: 0.95em;  
  border: 1px solid #ff9900;
}

  
