/* 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 : 100%/1.25 Arial , sans-serif ; background: #D86F36;}
/*   * {margin:0; padding:0;} 		/* removes defaults of all elements */
a { color: black; text-decoration: underline; }
a:hover { color: #95191c; text-decoration: underline; }
#wrapper { background:white; width: 900px; margin: 0 auto;
			text-align: left; border: 0px solid #575759; }
/* Header info */
#masthead { background-color:#D86F36; border-top: 8px #D86F36; padding-left:1em; }
#masthead h1, #masthead h6 { font : 100%/1.25 "Arial Black"  ; color: white; margin: 0.0em 0 0em 0em}
#breadcrumb { background: #D86F36; color: #ffffff;  width: 60%; float: left; position: relative;}
#breadcrumb p {font-size:0.8em; width: 100%;}
#breadcrumb a {text-decoration: none; }
/* main contents */
#mainContent {
margin: 8px;
background: #ffffff;
float: left;
width: 72%;
margin-top: 14px /* new */;
display: inline /* new - IE-bug fix */;
}
div {
vertical-align:top;
}

img a {
border :0;
}

#mainContent p {
margin: 10px 8px 5px 10px;
}
#secondary {
float: right;
width: 22%;
margin-bottom: 7px;
}
#secondary p {
font-size: .85em;
/*margin: 10px 8px 5px 8px; */
}
div.newsbox {
margin-left: 8px;
background: #ffffff;
float: left;
width: 95%;
margin-top: 14px;
clear: left;
display: inline;
}
#newsboxNav {
font-size: .75em;
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: 90%;
margin:0;
padding: 0 0 3px;
background: #95191c;
color: white;
text-align: center
}
h4 {
font-size: 1.2em;
margin: 10px;
}
h5.thanks {
font-size: 1em;
margin: 10px;
}
#afooter {
font-size: .70em;
color: #cfcfcf;
padding: 5px;
background: #D86F36;
clear: both;
/* height: 100%; */
text-align: center;
}
#afooter a { 
color: #cfcfcf;
text-decoration: underline;
    clear:both;}
#afooter a:hover {
color: black;
text-decoration: none;
}

/* nav info */
#navcontainer  {
background: #D86F36;
/* width:100%;
 height: 50px; */
overflow:visible;
}

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
width: 40%;
float: right;
background: #D86F36;
font-size: .70em;
text-align: right;
 position: relative;
overflow:visible; /* 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 */ }

/*sidebar corners info*/
b.rtop, b.rbottom {
display: block;
background: none /* new */;
position: relative /* new - IE-bug fix */;
}
b.rtop {
margin-top: -5px /* new */;
}
b.rbottom {
margin-bottom: -5px /* new */;
}
b.rtop b {
display: block;
height: 1px;
overflow: hidden; 
background: #95191c;
}
b.rbottom b {
display: block;
height: 1px;
overflow: hidden; 
background: #F0F0E7;
}

b.maintop {
display: block;
margin-top: -4px;
background: none /* new */;
position: relative /* new - IE-bug fix */;
}
b.maintop b {
display: block;
height: 1px;
overflow: hidden; 
background: #F0F0E7;
}

    div.catsonmain {
        position: relative;
		text-align: center; 
		font-family:Verdana,Arial,sans-serif;
		font-size:11px;
		line-height:1.5;
        width: 250px;
        float: left;
        vertical-align: top;
        display:inline;
        /*height:320;*/
        overflow:visible;
        }
        
        img.mainProdImg {
        width: 200px;
        height: 200px;
        border:0px;
        float: left;
        margin: 10px 12px 5px 0px;
        }
        
        div.catDetails {
        border: 0px; 
        width: 100%; 
        }

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

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

/*end Mac section */

/*]]>*/


p.maincat a {
margin: 2px 2px 1px 2px;
}

p.subcat  {
margin: 2px 2px 1px 2px;
text-indent: -15px; 
padding-left: 25px;
}
