@import url("css/template.css");
@import url("css/form.css"); 
@import url("css/infobox.css"); 
@import url("css/contentbox.css");
@import url("css/popup.css");
@import url("css/calender.css");  
@import url("css/errors_messages.css");

A.top  {
font-family : Verdana, Arial, sans-serif;
font-weight : bold;
font-size : 13px;
    color : #ffffff;
  	padding:1px;
	
	
}
A:hover.top {
    color : #ff3300;
	background-repeat: no-repeat;
	font-weight : bold;
	padding:1px;
	 
}


#demo-header-container {
  width: 100%;
  height: 75px;
  background: url("../../images/demo-header-background.png") repeat-x top;
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: white;
  line-height: 60px;
}
#demo-footer-container {
  width: 100%;
  height: 58px;
  background: url("../../images/demo-footer-background.png") repeat-x top;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: white;
  font-weight: bold;
  line-height: 40px;
}

.boxText {
  font-size: 11px; color: #5E5E5E;
}
.productsNotifications { 
    background: #f2fff7; 
}
.orderEdit { 
    font-size : 10px; 
    color: #70d250; 
    text-decoration: underline; 
}
tr.headerNavigation, td.headerNavigation a:link, td.headerNavigation a:visited { color:#ff3300; text-decoration:none;}
tr.headerNavigation a:hover { color:#ff9900; text-decoration:underline;}

td.headerNavigation, td.headerNavigation a:link, td.headerNavigation a:visited { color:#ff3300; text-decoration:none;}
td.headerNavigation a:hover { color:#ff9900; text-decoration:underline;}

/* buttons if css buttons ebnabled */
.template-button-left, .template-button-middle, .template-button-right {

  background: transparent;
  height: 18px;
 font-family: Trebuchet MS;
  font-size: 13px;
   font-weight: bold;
   color:#fff;
   text-shadow: 1px 1px 1px #000;
  padding: 6px 0 5px 0;
  margin: 0;
  vertical-align: bottom;
  display: -moz-inline-box;
  display: inline-block;  
  
  cursor: pointer;
}
.template-button-left {
  background: transparent;
  background: url(images/button-left.png) no-repeat;
  width: 13px;
}
.template-button-middle {
  background: url(images/button-middle.png) repeat-x;

 padding: 0px 0px 5px 0;
  white-space: nowrap;
  vertical-align: top;
  border: 0px;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #000;
  font-family: Trebuchet MS;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none; 
  cursor: pointer;
}
.template-button-right {
  background: transparent;
  background: url(images/button-right.png) no-repeat;
  width: 13px;
}
.template-button-middle .submitButton{
 padding: -5px 0px 5px 0;
  white-space: nowrap;
  vertical-align: top;
  border: 0px;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #000;
  font-family: Trebuchet MS;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none; 
  cursor: pointer;
  background: transparent;
}
/* buttons eof */

    
/* used in featured_products.php mainpage module*/
td.price_mainpage{
    color:#555555;
    font-weight: bold;
}
td.price_mainpage s{
    color:#5E5E5E;
    font-weight: bold;
}
td.price_mainpage span{
    color:#EF5502;
    font-weight: bold;
}

.blurbs {
  width:200px;
  background-color:#FFFCCC;
  border: 1px #F39800 solid;
  margin-left:2px; 
  margin-right:2px; 
  margin-top:0.2em; 
  margin-bottom:0;
  padding-right: 10px;
  padding-left: 10px; 
}


/* column boxes */

div.column {
  font-size:10px;
  font-family: Verdana, Arial, sans-serif;
}

div.column_header {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  background-color: #000000;
  color: #f39800;
  padding: 6px 0px 6px 0px;
}

div.column_header_left {
  background: transparent url(images/infobox/corner_left.gif) no-repeat left;
}

div.column_header_right {
  background: transparent url(images/infobox/corner_right.gif) no-repeat right;
}

div.column_header_none {
}

div.column_header_left h4 {
  padding-left: 2px;
  margin:  0 0 0 11px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  background-color: #000000;
  color: #f39800;
}

div.column_header_right h4 {
  padding-left: 13px;
  margin: 0 11px 0 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

div.column_header_none h4 {
  padding-left: 13px;
  margin: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

div.column ul, div.column ol, div.column_p_box {
  background: #111111;
  -moz-border-radius: 12px;
-webkit-border-radius: 12px;
  border: 2px solid #666666;
  list-style-type: none;
  padding: 10px 0px 10px 15px;
  margin: 0px 2px 4px 2px;
  line-height: 1.2em;

}


table.menu { background-color: #ffffff;
FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 12px color: #000000;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border: 1px solid #55A2ed;
padding: 0px}






div.column li, div.column_p_box p {
}

.column_li_center {
  text-align: center;
}

.column_li_left50 {
  float: left;
  text-align: left;
  width: 45%;
  clear: both;
}

.column_li_right50 {
  float: right;
  text-align: left;
  width: 45%;
  clear: both;
}


  width
  text-align: center;
}
