@charset "UTF-8";
/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Sliding tab panel with css colored tabs */

/* Main Panel parameters - percentage width is not possible */
.SlidingPanels {
	background-color:#FFF;
	position: relative;
	width: 693px;
	padding: 0px;
	border: 1px solid #969696;
	clear: both;
}

/* Main Panel parameters - do not change*/
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

/* Main Panel parameters - percentage width is not possible */
.SlidingPanelsContent {
	float: left;
	width: 693px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	border: none;
}

/* Link properties */

A {
	color:#cc3300;
	text-decoration:none;
}
A:hover {
	text-decoration:none;
}

A:link {
	color: #CC9933;
	text-decoration: none;
}

A:visited {
	color: #CC9933;
	text-decoration: none;
}

A:active {
	color: #C93;
	text-decoration: none;
}

A:hover {
	color: #600;
	text-decoration: none;
}

A.dark:link {
	color: #F4F4F4;
	text-decoration: none;
}

A.dark:visited {
	color: #F4F4F4;
	text-decoration: none;
}

A.dark:active {
	color: #F4F4F4;
	text-decoration: none;
}

A.dark:hover {
	color: #600;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 11px;
	font-family : Arial;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

TD.dark {
	font-size: 11px;
	font-family : Verdana, Geneva, sans-serif;
	color : #600;
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #33CCFF;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #C93;
	height : 1px;
}


TD.mincart {
	font-size: 10px;
	font-family : Verdana;
	color : #000000;
}
P.mincart {
	font-size: 8px;
	font-family : Verdana;
	color : #000000;
}
.Telephone {
	color: #FFF;
}
.Index-Top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}
SELECT.prodoption {
	font-size: 10px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #000000;
}
SPAN.prodoption {
	font-size: 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #000000;
}
SPAN.detailoption {
	font-size: 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #000000;
}
SPAN.price {
	font-size: 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #000000;
}
div.detailprice {
	font-size: 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #000000;
}
div.prodprice {
	font-size: 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #000000;
}
.review {
	font-size: 10px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: bold;
}

.showallreview, .reviewcomments {
	font-size: 10px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: normal;
}

.reviewname {
font-size: 10px;
	font-family :  Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
}
hr.review {
	width: 100%;
	text-align:left;
	height: 0;
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #600;
}
	img.cartimage {
	width: 100px;
	border:1px;
}
div.prodname {
	font-size: 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #C93;
	font-weight: bold;
	text-align: left;
}
div.detailname {
	font-size: 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: bold;
}
div.proddescription {
	font-size: 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #000000;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
TABLE.cobtbl{
	background-color: #663;
}

TD.cobhl{
	background-color: #F8F8F8;
}

TD.cobll{
	background-color: #FFF;
	color : #666666;
}

/* Do not change*/
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* Content parameters */


/* General tab area settings */
.slidingTabPanelWrapper {
	height:26px;
	margin:0px 0 0px 0;
	display: none;
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:auto;
	margin:0 4px 0 0px;
}

/* Tab settings */
.tabActive {
	background-color: #9FB5FF;
	position:relative;
	font-weight: bold;
	top:1px;
	display:block;
	width:auto;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	height:22px;
	cursor:default;
	outline:none;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	text-align:center;
	background-color:#E6E9F5;
	border-bottom: solid 1px #E6E9F5;
	z-index:1;
}
.tab {
	background-color:#C93;
	font-weight: bold;
	color:#FFFFFF;
	position:relative;
	top:1px;
	display:block;
	width:auto;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	height:22px;
	background-position:-100px;
	cursor:pointer;
	outline:none;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	text-align:center;
}

a.tab:link{
background; #FFCC00;
padding-top: 4px;
color:#fff;
font-weight: bold;
text-decoration:none;}

a.tab:hover{
	background: #AA3333;
	padding-top: 4px;
	background-color:#600;
	color:#FFF;
	font-weight: bold;
	text-decoration:none;
}
