@charset "utf-8";
body {
	background-color: #000000;
	text-align: center;
	margin: 0 auto;
	}
.title {
	font-size: 1em;
	padding-left: 30px;
	color: #000000;
}
.atitle   {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	padding-left: 20px;
}
.atitle:hover {
	color: #0000FF;
}

#f17info {
	padding-top: 30px;
	width: 622px;
}
#zoom {
	position: absolute;
	top: 235px;
	right: 20px;
}


#background {
	height: 900px;
	width: 1200px;
	background-image: url(assets/backgroundNew.jpg);
	padding: 0;
	margin: 0 auto;
	position: relative;
	}
#header {
	height: 75px;
	width: 750px;
	padding: 0;
	margin: 0;
	}
#wrapper {
	height: 500px;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	padding-top: 6px;
	text-align: left;
	}

#news {
	width: 310px;
	position: absolute;
	left: 305px;
	top: 63px;
	background-repeat: no-repeat;
	background-color: #0000CC;
	height: 60px;
}

#background #news #newsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 2px;
	font-size: 1.25em;
	text-align: left;
	text-indent: 18px;
	padding: 0px;
	margin: 2px;
	color: #FFFFFF;
}
.newsLink {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#background    #news    #headline1, #headline2, #headline3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 300px;
	text-align: left;
	margin: 0px;
	margin-left: 0px;
	position: relative;
	background-color: #FFFFFF;
	padding: 5px;
}
#background #wrapper #news #headlinesWrapper #headline2 #Image6 {
	float: right;
}

#background #news #headlinesWrapper {
	background-color: #FFFFFF;
	height: 90px;
	width: 310px;
	margin: 0px;
	padding: 0px;
}






#links  {
	margin-top: 395px;
	margin-left: 280px;
	height: 32px;
}

#sidebar {
	background-image: url(assets/images/sideBar);
	height: 361px;
	width: 128px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 80px;
	padding-top: 95px;
	background-repeat: no-repeat;
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	}
#maincontent {
	height: 425px;
	width: 622px;
	right: 0px;
	top: 80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#background #wrapper #home:hover {
	background-color: #FFFFFF;
	color: #0000CC;
}
#background #wrapper #home .a {
	width: 108px;
	display: block;
	color: #0000CC;
}


#background #footer img {
	padding: 4px;
	vertical-align: middle;
	padding-right: 12px;
}

#background #footer a {
	color: #FFFFFF;
}
#background #wrapper #header #footer #footer2 {
	padding-right: 10px;
	height: 30px;
}



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

/* 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.
 */
.CollapsiblePanel {




}

#background #footer {
	width: 500px;
	height: 30px;
	font-family: sans-serif;
	font-size: 0.57em;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 250px;
	position: absolute;
	bottom: -400px;
	text-align: right;
	z-index: 2;
	left: 220px;
}

/* 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: bold 1em sans-serif;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(assets/images/images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

/* 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-family: sans-serif;
	font-size: 0.75em;
	padding-left: 16px;


}

/* 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 {
	color: #0000FF;
	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-image: url(assets/images/images/arrowDown.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #0000FF;

}

/* 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,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #FFFFFF;
}

/* 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 {


}

.a {
	color: #000000;
	text-decoration: none;
	padding: 2px;
	padding-left: 6px;
}

.a:hover {
	color: #0000FF;
	text-decoration: none;
}
#main {
	height: 424px;
	width: 622px;
	right: 0px;
	position: absolute;
	background-image: url(assets/images/images/images/product%20detail.jpg);
	top: 81px;
}
.aCurrent {
	color: #0000CC;
	text-decoration: none;
	padding: 2px;
	padding-left: 6px;
}
table {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px;
}
td {
	border: 1px dotted #333;
	padding: 5px;
	text-align: center;
	color: #333333;
}
.length {
	border: 1px dotted #333;
	padding: 5px;
	text-align: center;
	color: #000066;
	font-size: 1.1em;
	background-color: #CCCCCC;
	font-weight: bolder;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #0000CC;
	line-height: 0;
}
h5 {
	text-align: center;
	line-height: 0px;
	font-size: .9em;
}
.buy {
	color: #0000FF;
}
.newsLink:hover {
	color: #E60303;
	text-decoration: none;
	font-weight: bold;
}
#newsLinks {
	font-family: Arial, Helvetica, sans-serif;
}
#otherLinks {
	position: absolute;
	top: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	z-index: 4;
	width: 128px;
	vertical-align: middle;
	margin: 0;
	left: 0px;
}


#home {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 4;
	width: 128px;
}
#background  #wrapper  #newsLinks:hover {
	background-color: #FFFFFF;
}
.aLinks {
	color: #000000;
	text-decoration: none;
	padding: 6px;
}
.aLinks:hover {
	color: #0000FF;
	text-decoration: none;
}
.aLinksHome {
	color: #000000;
	text-decoration: none;
	padding: 6px;
	padding-left: 12px;
}
