@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
 
 
body,td,th {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1em;
	color: #333333;
} 

.menugroup {
	width: 180px;
	font-weight:bold;
}

.menupanel {
	width:180px;
}
.menupanel2 {
	width:180px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font-size:0.7em;
	height:18px;
	margin-top:3px;
	padding-left:10px;
	padding-top:7px;
	background:url(images/headertop_02.gif);
	cursor: pointer;
	cursor: hand;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	font-size:0.7em;
	line-height:1.4em;
	background-color:#DFDED8;
}
/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background:url(images/headertop_03.gif);
	background-color:#FFFFFF;
	color:#FFFFFF;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover, .CollapsiblePanelTabHover {
	color: #FFFFFF;
	text-decoration:none;
	background:url(images/headertop_01.gif);
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #FFFFFF;
}


/* OTHER SETTINGS*/

#menucontainer{
position:relative;
width: 180px;
padding-left:5px;
padding-right:5px;
padding-top:3px;
margin-top:0px;
border:solid 1px #BFC2B5;
border-top:none;
border-bottom:none;
}
#rltdlinks{
position:relative;
width: 180px;
padding-left:5px;
padding-right:5px;
padding-top:5px;
border:solid 1px #BFC2B5;
border-top:none;
border-bottom:none;
font-size:0.7em;
line-height:1.4em
}

#rltdtitle{
	position:relative;
	display:block;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:3px;
	width: 182px;
	background-image: url(images/headersub_01.gif);
	background-repeat:no-repeat;
	background-color:#66CCCC;
	font-size:0.7em;
	font-weight:bold;
}

#cattitle{
	position:relative;
	display:block;
	padding-top:15px;
	padding-left:10px;
	padding-bottom:3px;
	width: 688px;
	background-repeat:no-repeat;
	font-size:1em;
	font-weight:bold;
	height: 20px;
	background-image: url(images/headercat.gif);
	background-color:#dfded8;
	margin-top:10px;
}

#titlemain{
	position:relative;
	display:block;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:3px;
	width: 688px;
	background-repeat:no-repeat;
	font-size:1.1em;
	font-weight:bold;
	height: 20px;
	border-bottom:solid 1px #666666;
	color:#333333;
	}



#roundborder1 {
	position:relative;
	width:192px;
	height:10px;
	background:url(images/roundtop.gif);
}
#roundborder2 {
	position:relative;
	width:192px;
	height:10px;
	background:url(images/roundbottom.gif);
	margin-bottom:5px;
}
#roundborder3 {
	position:relative;
	width:192px;
	height:10px;
	background:url(images/roundbottom2_edit.gif);
	margin-bottom:5px;
}
#roundbordercat {
	position:relative;
	width:698px;
	height:20px;
	margin-bottom:5px;
	background-image: url(images/greybottom.gif);
}

#catcon{
	position:relative;
	width: 688px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:none;
	border-bottom:none;
	font-size:0.75em;
	line-height:1.4em;
	background-color: #dfded8;
}
#quicklinks{
	position:relative;
	width: 182px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	font-size:0.7em;
	background-color: #DFDED8;
	height:auto;
}
.mycarttable{
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;
	border-bottom:1px solid #999999;
}
.mycartlink {
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
.mycartlink:hover {
	color:#53C8E7;
	text-decoration:none;
}
.searchtable{
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
}
	
#submenu {
	width:180px;
}
#submenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#submenu li a:link {
	color:#333333;
	text-decoration:none;
	display: block;
	padding:2px;
	padding-left:10px;
}
#submenu li a:visited {
	color:#333333;
	text-decoration:none;
	display: block;
	padding:2px;
	padding-left:10px;
}
#submenu li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	padding:2px;
	padding-left:10px;
	background-color:#BFC2B5;
}
.submenutitle {
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:dotted 1px #79786A;
}
.submenutitle2 {
	font-weight:bold;
	margin-left:5px;
	margin-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:dotted 1px #79786A;
	font-size:0.7em;
}

.submenutitle2  a:hover{
		color:#53C8E7;
	text-decoration:none;
	font-size:0.7em;
}