@import "common.css";

/* palette
 *
 * #FF9900 orange
 * #000000 black
 * #FF0000 red
 * #FFFFFF white
 */

/*** elements *****************************************************************/

body {
   /* in KTML, a small margin is desirable - that's why these rules are here, 
   and not in common.css */
   margin:              165px auto 0 auto;
   padding:             0;
   width:               768px; }

html {
   background:          url("../images/logo.jpg") no-repeat top center; }

/*** classes ******************************************************************/

div.detaillistprice, div.detailprice, div.listprice, div.prodprice { }

div.detailprice, div.prodprice { }

h1.newsheader {
   border-bottom:       1px solid #F90;
   color:               #F90;
   font:                bold italic 16px "Georgia", serif;
   margin:              16px 0 4px 0;
   overflow:            hidden;
   padding:             2px 0;
   text-align:          center;
   white-space:         nowrap; }

/* includes actual buttons (inputs) and text links */
input.button, a.button {
   background:          #F90;
   
   border-bottom:       1px solid #C60;
   border-left:         1px solid #FC9;
   border-right:        1px solid #C60;
   border-top:          1px solid #FC9;
   
   color:               #FFF;
   cursor:              pointer;
   display:             block;
   font:                bold 11px "Arial", sans-serif;
   text-align:          center;
   text-decoration:     none;
   text-transform:      lowercase; }

/*** dmenu ***/

/* general menu / submenu styles */
.dmenu, .dmenu ol, #navlist {
   background:          #FFF;
   list-style:          none;
   margin:              0;
   padding:             0;
   text-align:          right;
   /* explicit width is required for dmenu */
   width:               160px; }

.dmenu a, #navlist a {
   display:             block;
   text-decoration:     none;
   width:               100%; }

.dmenu ol {
   /* hide submenus by default */
   display:             none; }

.dmenu li ol {
   /* move submenus to the immediate right of parent menus. how in the heck does
   this work?? */
   left:                100%;
   /* remove submenus from the normal flow so that when they appear they don't
   push everything beneath them out of the way */
   position:            absolute;   
   top:                 0px; }

.dmenu li {
   position:            relative; }

.dmenu li, #navlist li {
   border-bottom:       1px dotted #CCC;
   margin:              0 8px;
   padding:             2px 0; }

/*** ids **********************************************************************/

#footer {
   clear:               both;
   font-size:           11px;
   font-style:          italic;
   text-align:          center; }

#header {
   display:             none; }

#left {
   border-right:        1px dotted #CCC;
   float:               left;
   margin-right:        16px;
   padding-right:       16px;
   width:               160px; }

#previewmode {
   background:       yellow;
   float:            left;
   width:            100%; }

#previewmode p {
   color:            black;
   font:             10pt "Tahoma", sans-serif;
   margin:           1em; }

#previewmode a, #previewmode a:active, #previewmode a:hover,
   #previewmode a:link, #previewmode a:visited {
   
   color:            blue;
   text-decoration:  underline; }

#right {
   background:          url("../images/sunny.jpg") no-repeat top center;
   float:               right;
   width:               575px; }

/* rightfill is not used */
#rightfill { }

/* the following styles were copied verbatim from the original style sheet */

.prodtitle{
width:435px;height:17px;
background-image:url(../images/prod_title.gif);
margin:20px auto 5px auto;
overflow:hidden;
}

.prodtext{
color:#666666;
text-decoration:none;
text-align:left;
font-weight:normal;
width:435px;
margin:0px auto 0px auto;
padding: 3px 10px 5px 30px; }

/* News section */

/* .newstext{width:147px;overflow:hidden;
   font-size: 13px;
color:#666666;
text-decoration:none;
text-align:left;
font-weight:normal;
margin:10px auto 10px auto;
} */

/* .navtext{width:147px;overflow:hidden;
color:#666666;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:10px auto 10px auto;
} */

/* Headings */

/* h1{font-family:tahoma;font-size:11px;width:147px;
color:#8D2800;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:0px;

}

h2{font-family:tahoma;font-size:11px;
color:#4A6284;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:0px;
}

h3{
width:110px;
font-family:tahoma;font-size:11px;
color:#8D2800;
text-decoration:none;
text-align:left;
font-weight:bold;
float:right;
margin:3px 10px 5px 0px;
} */

.spacer { width : 140px;
margin: 3px auto 3px auto;
border-bottom-width:1px;
border-bottom-style:dotted;
border-bottom-color:#989898;
}

TD.mincart {
/* font-size: 10px; */
/* font-family : Verdana; */
}

P.mincart {
/* font-size: 10px; */
/* font-family : Verdana; */
}

TABLE.cobtbl{
background-color: #F6F6F6;
border: 1px;
border-style: dotted;
} 

TD.cobhl{
background-image:url(../images/bg.gif);
}

TD.cobll{
background-color: #fff;
color : #666666;
}

form {
margin: 0;padding: 0;
}

input.search
{
	height: 12px;
	background-color: #F6F6F6;
	border: solid #666;
	border-width: 1px;
	font-family: tahoma;
	color: rgb(0,0,0);
	/* font-size: 11px; */
	
}