
/* global */

body {
  margin: 0px;
  padding: 0px;
  background: #E5E5E5 url('/imagenes/layout/background_site.jpg') top left repeat-x;
}
body, input, select, textarea {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}
p {
  margin: 10px 0px 10px 0px; /* top right bottom left */
}
img {
  border-width: 0px;
}
div.floatLeft {
  float: left;
}
div.floatRight {
  float: right;
  text-align: left;
}
div.floatClear {
  clear: both;
}
#wrapper {
  width: 900px;
  margin: 0px auto;
  padding: 10px;
}
#container {
  border: 1px solid #000000;
  background: #F09A37 url('/imagenes/layout/background_header.png') top left no-repeat;
}

/* >>>>> siteHeader >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#siteHeader {

}

/* siteHeaderLogo */

#siteHeaderLogo {

}

/* siteHeaderContent */

#siteHeaderContent {
  width: 350px;
  text-align: center;
  color: #FFFFFF;
}
#siteHeaderContent a {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
#siteHeaderContent a:hover {
  text-decoration: underline;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< siteHeader <<<<< */

/* >>>>> siteBody >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#siteBody {

}
#siteBody td.siteBodyTdLeft {
  padding-top: 5px;
}
#siteBody td.siteBodyTdRight {
  width: 100%;
  padding-top: 15px;
  padding-left: 10px;
}
#siteBody td.siteBodyTdLeft, #siteBody td.siteBodyTdRight {
  vertical-align: top;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< siteBody <<<<< */

/* >>>>> mainMenu >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#mainMenu {
  background: #333333 url('/imagenes/layout/background_menu_corner.png') bottom right no-repeat;
}
#mainMenu a { /* usability */
  font-weight: bold;
  color: #FFFFFF;
}
#mainMenuCats div {
  padding: 0px 3px 0px 2px; /* top right bottom left */
}
#mainMenuCats a {
  margin: 0px;
  padding: 1px;
  display: block;
  border: 1px solid #333333;
}
#mainMenuCats a.current, #mainMenuCats a:hover {
  border: 1px solid #333333;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< mainMenu <<<<< */

/* >>>>> subMenu >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#subMenu {
  margin: 30px 0px 15px 15px; /* top right bottom left */
}

div.subMenu {
  width: 225px;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
div.subMenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
div.subMenu li {
  margin: 0px;
  padding: 2px 0px 4px 10px; /* top right bottom left */
  color: #FFFFFF;
}
div.subMenu li, div.subMenu a {
  color: #FFFFFF;
}
div.subMenu a {
  font-weight: bold;
  text-decoration: none;
}
div.subMenu a:hover {
  text-decoration: underline;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< subMenu <<<<< */

/* >>>>> masterPage >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#masterPage {
  background: #FFFFFF url('/imagenes/layout/bg_page_top_header.png') top left no-repeat;
  border-bottom: 3px solid #D9D9D9;
}

/* pageHeader */

#pageHeader {
	padding: 20px 20px 0px 20px; /* top right bottom left */
}
#pageHeader h1 {
  margin: 0px;
  font-size: 24px;
	font-weight: normal;
  color: #333333;
	border-bottom: 1px dotted #EFEFEF;
}
#pageHeader h1 a {
  font-size: 16px;
	text-decoration: none;
  color: #666666;
}
#pageHeader h1 a:hover {
	text-decoration: underline;
}
#pageHeader div.pageMenu {
  text-align: right;
}
#pageHeader div.pageMenu, #pageHeader div.pageMenu a {
  color: #666666;
}

/* pageBody */

#pageBody {
	padding: 10px 30px 10px 30px; /* top right bottom left */
}
#pageBody h2 {
  font-family: georgia, arial, helvetica, sans-serif;
  font-size: 20px;
}
#pageBody h2 a {
  text-decoration: none;
}
#pageBody h2, #pageBody h2 a {
  color: #333333;
}
#pageBody p {
	text-align: justify;
}
#pageBody p.footer {
  font-size: 11px;
	color: #666666;
  font-style: italic;
}
#pageBody div.date {
  font-style: italic;
	color: #999999;
}
#pageBody h2.center, #pageBody p.center {
  text-align: center;
}
#pageBody a {
  font-weight: bold;
  color: #E47911;
}
#pageBody a.popup {
  cursor: url('/imagenes/zoom.cur'), auto;
}
#pageBody iframe.gmaps, #pageBody img { /* max width 550px */
  padding: 5px;
  border: 1px solid #999999;
  background-color: #F5F5F5;
}
#pageBody a img:hover {
  background-color: #CCCCCC;
}
#pageBody img.button, #pageBody a img.button:hover {
  padding: 0px;
  border: 1px solid #FFFFFF;
}
#pageBody img.button {
  padding: 0px;
  border: 1px solid #FFFFFF;
}
#pageBody ul {
  list-style-type: square;
}
#pageBody ul li, #pageBody ol li {
  padding: 2px;
}
#pageBody hr {
  margin: 20px 30px 20px 30px; /* top right bottom left */
  border-width: 0px;
  border-bottom: 1px dotted #C5C5C5;
}

/* pageFooter */

#pageFooter {
  font-style: italic;
  color: #999999;
}

/* table storeList */

table.storeList th {
  text-align: left;
}
table.storeList th, table.storeList td {
  border-bottom: 1px solid #C5C5C5;
}
table.storeList tr.highlight:hover {
  background-color: #E5E5E5;
  cursor: pointer; cursor: hand;
}
table.storeList a {
  font-weight: bold;
  color: #F17C00;
}

/* table storeInfo */

table.storeInfo th {
  text-align: right;
  vertical-align: top;
}
table.storeInfo td {
  border-bottom: 1px solid #999999;
}

/* table licenseForm */

table.licenseForm td.formLabel {
  border-right: 1px dotted #CCCCCC;
  vertical-align: top;
  text-align: right;
  padding-top: 15px;
  font-weight: bold;
  color: #999999;
}
table.licenseForm td.formLabelError {
  color: #CC0000;
}
table.licenseForm .xlarge {
  width: 300px;
}
table.licenseForm .large {
  width: 200px;
}
table.licenseForm .xmedium {
  width: 100px;
  text-align: center;
}
table.licenseForm .medium {
  width: 75px;
  text-align: center;
}
table.licenseForm .small {
  width: 25px;
  text-align: center;
}

/* table brandList */

table.brandList td {
  text-align: center;
}

/* table articleList */

table.articleList {
  width: 100%;
}
table.articleList td h2 {
  padding-top: 2px;
  padding-left: 6px;
  background: #E5E5E5 url('../imagenes/layout/bg_page_header_corner.png') top left no-repeat;
  border-bottom: 1px solid #CCCCCC;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< masterPage <<<<< */

#brandLogos {
  background-color: #FFFFFF;
}

/* >>>>> siteFooter >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#siteFooter p, #siteFooter a {
  color: #666666;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< pageFooter <<<<< */
