/* CSS Document  tableless CSS two colum layout
see demo at http://www.outprize.com/includes/sts_templates/tableless/sts_template.html
author: avail1now , it@availcompany.com
compatible: with osCommerce 2.2 milestone MS 2.0 & STS v 4.2 
Release under GNU licence.
Original Release Date: 1/25/2006
Current version update : 8/22/06
*/
body { text-align: center; font:Arial, Helvetica, sans-serif; color:#333; font-size:11px;
background:url(images/body.gif) top left repeat;
}
/*   * {margin:0; padding:0;} 		/* removes defaults of all elements */
a { color: black; text-decoration: none; }
a:hover { color: #95191c; text-decoration: underline; }
#wrapper { background:white; width: 875px; margin: 0 auto;
			text-align: left; border: 1px solid #575759; 
			background:url(images/content.gif) top left repeat;
			padding:0px;
			}
/* Header info */
#masthead { background:url(images/header.jpg) no-repeat; height: 97px;  margin:0px; }
#masthead h1, #masthead h6 { font : 16px Arial, Helvetica, sans-serif  ; color: white; margin:0px; padding:20px 0px 0px 20px;}
#breadcrumb { background:#000; color: #fff;  padding: 5px;}
#breadcrumb p, #breadcrumb p a {font-size:11px; margin:0px; padding:0px; color:#FFF }
/* main contents */
#mainContent {
margin: 10px;
background:#FFFFFF;
float: right;
width: 650px;
margin-top: 10px /* new */;
display: inline /* new - IE-bug fix */;
}

#secondary {
float: left;
/* width: 20%; */
width: 175px;
margin-bottom: 7px;
padding:10px 0px 10px 10px;
}
#secondary p {
font-size: 11px;
margin: 10px 8px 5px 10px;
}
div.newsbox {
/*margin-left: 8px;
background: #F0F0E7;
float: left;
width: 95%;
margin-top: 14px;
clear: left;
display: inline;*/
}
#newsboxNav {
font-size:12px;
margin: 8px 0px 0px 8px;
padding: 0;
}
#newsboxNav a {
color: black;
text-decoration: underline;
}
#newsboxNav a:hover {
color: #95191c;
text-decoration: none;
}
#newsboxNav li {
list-style-type: none;
padding-top: 3px;
}

h3.news {
font-size: 13px;
margin:0;
padding: 0 0 3px;
background: #95191c;
color: white;
text-align: center
}
h4 {
font-size: 16px;
margin: 10px;
}
h5.thanks {
font-size: 11px;
margin: 10px;
}
#afooter {
font-size: 11px;
color: #cfcfcf;
padding: 5px;
background: gray;
background:url(images/footer.jpg) no-repeat;
border-top:10px solid #000;
clear: both;
/* height: 100%; */
text-align: center;
}
#afooter a { 
color: #cfcfcf;
text-decoration: underline; }
#afooter a:hover {
color: black;
text-decoration: none;
}

/* nav info */
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
width: 100%;
/*float: left;*/
background: #000;
font-size: 13px;
text-align: right;
overflow: hidden; /* IC */
}
#navcontainer ul li { display: inline; }
li.outer { border: none; }
#navcontainer ul a {
padding: 0.5em 1em; /* 0 1em; IC */
line-height: 1.5em;
color: white;
text-decoration: none;
}
#navcontainer ul a:hover { color: black; background: gray url(images/nav-btn-bg.jpg) repeat-x; /* repeat IC */ }

#maincontent table {
padding:5px 10px;
border:1px solid #ccc;
}

#maincontent table table table {
padding:5px 10px;
border:none;
}

.productListing-heading {
color:#990000;
background:#e2e2e2;
}
.productListing {

}

TD.pageHeading, DIV.pageHeading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}



.infobox {
background:none;
}

#secondary .infobox  {
width:135px;
background:none;
}
#secondary .infoboxContents  {
background:none;
}

#secondary table {
margin:0px 20px;
padding:0px;
width:135px;
}

#secondary table table{
margin:0px;
}

TD.infoBoxHeading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
background:transparent;
color:#000;
}

.user {
border:10px solid #000;
background:#ccc;
padding:10px 5px;
width:145px;
margin-bottom:10px;
color:#990000;
}

#secondary .user table {
margin:0px;
width:145px;
}

#secondary .user table TD.infoBoxHeading {
background:#fff;
color:#900;
padding:3px;
font-size:12px;
}

.boxframe {
background:url(images/framemid.jpg) left bottom repeat-y;
width:175px;
margin-bottom:10px;
}
.frametop {
background:url(images/frametop.jpg) left top no-repeat;
width:175px;
height:20px;
}
.framebot {
background:url(images/framebot.jpg) left bottom no-repeat;
width:175px;
height:20px;
}

/*TD.infoboxheading img{
display:none;
margin:0px;
}*/

/*IE-mac section \*//*/

#navcontainer li,
#navcontainer a  { 
display: inline-block; 
width: 1px;
white-space: nowrap;
}

/*end Mac section */

/*]]>*/


