﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}	
#tiptop {
	width: 980px;
	height: 25px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #668899;
}
#tiptop p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
	text-align:right
}
#tiptop a {
	color: #fff;
	text-decoration: underline;
}
#tiptop a:hover {
	color: #fff;
	text-decoration: none;
}

#masthead {
	width: 980px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #D3D3D3;
}
#searchbox {
	position:fixed;
	float: right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #D3D3D3;
}

#tabsF {
      float:left;
      width: 980px;
      margin-left: 10px;
      margin-right:0px;
      background:#D3D3D3;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #666;
}

#linkbar {
	width: 980px;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #D3D3D3;
	color: #FFFFFF;
	
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#minilogin {
	
	height: 150px;
	width: 150px;
	background-color: #668899;
	position: relative;
	clear: none;
	margin-left: 10px;
	display: inline;
	border-bottom: 0px;
	border-top: 0px;
}
#leftnav {	
    float: left;
	height:100px;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 0px;
	display: inline;
	
    
}
#content {
	float: right;
	min-height:700px;
	width: 810px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */

/*- Menu Tabs F--------------------------- */
        
    #tabsF ul {
	margin:0;
	padding:10px 10px 20px 150px;
	list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background: url("../images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background: url("../images/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      font-weight:bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

/*- END Menu Tabs F--------------------------- */

/*- START SIDE Menu 8 --------------------------- */
#menu8 {
	width: 140px;
	margin: 3px;
	border-style: none;
	border-color: #656556;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu8 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-size:xx-small

	}	
	
#menu8 li a:link, #menu8 li a:visited {
	color: #656556;
	display: block;
	background:  url("../images/menu8.gif");
	padding: 8px 0 0 20px;
	}
	
#menu8 li a:hover {
	color: #474739;
	background:  url(menu8.gif) 0 -32px;
	padding: 8px 0 0 20px;
	}

/*- END SIDE Menu 8 --------------------------- */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #663300;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #d3d3d3;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}

#minilogin p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Ecommerce template Formatting */

.prodprice {
color: #009900;
padding-top: 4px;
font-weight:bold;
text-align: center;
 font-size: 14px;

} 

.detailprice {
color: #009900;
padding-top: 4px;
font-weight:bold;
text-align: center;
 font-size: 14px;

} 

span.price {
color: #009900;
padding-top: 4px;
font-weight:bold;
text-align: center;
 font-size: 14px;

} 

td.product {
border: 1px dotted #3B4754;
background-color: #FFF;
} 

div.prodname {
   text-align: center;
   font-size: 12px; 
}  

div.proddescription {
   text-align: center; 
} 

div.prodid {
   font-size: 12px;
   text-align: center; 
} 

div.detailid {
   margin-top: 20px;
   font-size: 12px;
   text-align: center; 
}

div.detailname {
   margin-top: 14px;
   font-size: 16px;
   text-align: center; 
}

div.detaildescription {
   margin-top: 14px;
   text-align: center;
   font-size: 12px;
   margin-bottom: 34px;
}

P.catname {
text-align: center;
font-size: 20px;
margin-top: 10px;
margin-bottom: 4px;
vertical-align:top;
}

P.catdesc {
margin-top: 20px;
margin-bottom:6px;
margin-left: 30px;
margin-left: 30px;
font-size: 12px;
vertical-align:top;
}

IMG.catimage {
border:0px;
border-thickness: 1px;
border-color: #000;
border-style: solid;
vertical-align:top;
}

TD.catimage { 
vertical-align:top; 
} 

TD.catname { 
vertical-align:top; 
text-align: center;
}


TD.catnavigation { 
vertical-align:middle; 
text-align: left;
}

TD.mincart {
vertical-align:middle;
font-size: 12px;
font-family : Verdana;
background-color: #d3d3d3;
margin-left: 10px;

}

P.mincart {
font-size: 10px;
font-family : Verdana;
background-color: #d3d3d3;
margin-left: 10px;
}

/* Ecommerce template CSS Menu */
ul.ectmenu1 {
list-style: none;
border:0px solid;
font-size:10px;
padding:0px;
background-color: #fdedc9;
}
li.ectmenu1 {
border: 1px dotted #e69d01;
padding:0px;
background-color:#fdedc9;
}
li.ectmenuhassub1 a{
display:block;
padding:4px;
background-image:url(images/arrow.gif);
}
li.ectmenuhassub1 a:hover{
display:block;
padding:4px;
background-image:url(images/arrowov.gif);
background-color: #e69d01;
color: #fff;
}
li.ectmenu1 a{
display:block;
padding:4px;
}
li.ectmenu1 a:hover{
background-color: #e69d01;
color: #fff;
}
/* End of Ecommerce template Formatting */


