/* general tag styles */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color:#ffffff;
	background-image:url(../styleImages/bg.jpg);
	background-repeat:repeat-x;
	color:#000000;
}
.maintable {
  background-color:#fff;
  border :1px solid #9F9E9E;
}
.leftnav {
  background-color:#fff;
  border :0px solid #cccccc;
  padding: 0px 0px 5px 17px;
}
.maintd {
  background-color:#fff;
  border :1px solid #cccccc;
  padding: 5px 10px 5px 10px;
}
.mainpage {
  padding: 0px 7px 5px 10px;
  }
.footlinks {
  padding: 0px 0px 0px 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#fff000;
  }
.spname {
	background-color:#F4F5F6;
	padding:8px;
	border:1px solid #d0d0d0;
}
.spname1 {
	background-color:#FFC91B;
	padding:8px;
	border:1px solid #d0d0d0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.spname2 {
	background-color:#F4F5F6;
	padding:8px;
	border:1px solid #d0d0d0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.prodbg {
	background-image:url(../styleImages/prod-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.tableprod {
	background-color:#F4F5F6;
	margin:0px 0px 0px 0px;
	border:1px solid #E7E7E8;
}
.proddesc {
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
}
.prodbut {
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
}
.prodpri {
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
}
.prodtp {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.table {
	background-color:#fff;
	padding:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.topmenu {
	background-image:url(../styleImages/top-menu.jpg);
	background-repeat:repeat-x;
	padding:0px 0px 0px 10px;
	height:26px;
}
.setop {
	background-image:url(../styleImages/search-bg-str.jpg);
	background-repeat:repeat-x;
	padding:0px 0px 0px 0px;
}
.toptext {
	padding:20px 0px 15px 7px;
	margin:0px 0px 10px 0px;
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.foot {
	background-image:url(../styleImages/foot.jpg);
	background-repeat:repeat-x;
	background-color:#2D2D2D;
	padding:20px 0px 15px 7px;
}
.singleborder {
	background-color:#ffffff;
	padding:10px 0px 15px 0px;
	border:1px solid #C6C5C5;
}
.singlebottom {
	background-image:url(../styleImages/bottom.gif);
	background-repeat:no-repeat;
	height:20px;
}
.singlename {
	background-color:#F7A60A;
	padding: 0px 0px 0px 0px;
	background-image:url(../styleImages/singleimage.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
/*.singlenaimage {
	background-image:url(../styleImages/singleimage.jpg);
	background-repeat:no-repeat;
	float:right;
	height:32px;
}*/
.singleprice {
	background-color:#373737;
	background-position:left;
	background-image:url(../styleImages/single-price.jpg);
	background-repeat:no-repeat;
}
.singleprimage {
    
}
.singim {
	background-color:#ffffff;
	padding: 10px 20px 10px 10px;
}
.singledesc {
	background-color:#EDECEC;
	border:1px solid #C6C5C5;
}
.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 160px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid #cccccc;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: #EDEDED;
font: 10px Verdana, Helvetica, sans-serif;
color: #000000;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #cccccc;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 175px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 170px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(../styleImages/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #000000;
}

.glossymenu li a:hover{
background-image: url(../styleImages/over.png);
font: 10px Verdana, Helvetica, sans-serif;
color: #FFC91B;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
form {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
h1 {
	font-size:10px;
	padding:0px 0px 0px 0px;
	color:#cccccc;
	margin:0px 0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:11px;
	padding:0px 0px 0px 0px;
	color:#444444;
	margin:0px 0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#000000;
	text-decoration:none;
	font-size:12px;
	font-family:Arial;
}
a:visited {
	color:#FC8035;
}
a:hover {
	text-decoration:none;
	color:#FF6001;
}
.floatLeft {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
.floatRight {
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
}

/* page layout */
#pageSurround {
	position:static;
	margin:0px auto 0px auto;
	width:200px;
}
#barOne {
	padding:0px 0px 0px 0px;
	z-index:100;
}
#barOne ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
#barOne p {
	position:relative;
	float:left;
	clear:both;
	margin:0px;
	padding:0px 0px 0px 0px;
}
*html #barOne p {
	padding:0px;
}
.subTopNavOn {
	font-weight:bold;
}
#barTwo {
	position:relative;
	float:left;
	width:100%;
	margin:0px;
	padding:10px;
	clear:both;
}
#barThree {
	position:relative;
	float:left;
	margin:0px;
	width:100%;
	padding:0px 10px 10px 10px;
	clear:both;
}
#sideNavLeft {
	position:static;
	float:left;
	width:190px;
	margin:0px;
}
#sideNavRight {
	position:relative;
	float:right;
	width:300px;
	margin:0;
}
#content-float-right {
	position:static;
	float:right;
	width:100%;
}
#content {
	position:static;
	float:left;
	margin:0;
	width:100%;
	line-height:130%;
	right:10px;
}
#content-float-right-a {
	position:static;
	float:left;
	width:100%;
}
#content-a {
	position:static;
	float:left;
	margin:0;
	width:100%;
	line-height:130%;
}
#content-b {
	position:static;
	float:left;
	margin:0;
	width:100%;
	line-height:130%;
	right:10px;
}
#footer {
	position:static;
	float:left;
	width:100%;
	text-align:center;
	clear:both;
	padding:17px 0px 0px 0px;
}

/* image widths and heights */
.smallProductImage {
	max-width:110px;
	/*height:50px;*/
	max-height:110px;
}
.featureProductImage {
	max-width:110px;
	/*height:65px;*/
}
.popularProductImage {
	max-width:110px;
	float:center;
	/*height:50px;*/
}

/* skin design */
.tabExpand {
	position:static;
	width:100%;
	margin:0px 0px 0px 0px;
}
	/* ie6 hack to prevent tables dropping */
	*html .tabExpand {
		position:static;
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
	}
#search {
	position:relative;
	float:right;
	bottom:0px;
	right:0px;
}
#search input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.searchButton {
	position:relative;
	float:right;
	background-color:#edecec;
	border:none;
	color:#000000;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	padding:0px;
	width:77px;
	height:30px;
	background-image:url(../styleImages/search-button.gif);
	background-repeat:no-repeat;
	margin-left:5px;
}
.searchButton:hover {
	background-image:url(../styleImages/search-button.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
#searchbox {
	border:0px solid #BAB9B9;
	width:155px;
	padding:0px;
	color:#333333;
	background-color:#ffffff;
	background-image:url(../styleImages/search-str.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.searchboximage {
	width:186px;
	height:31px;
	color:#999999;
	background-image:url(../styleImages/search-box.jpg);
	background-repeat:no-repeat;
}
#header h1 {
	position:absolute;
	top:10px;
	left:10px;
	margin:0px;
	line-height:120%
}
#header a {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:hover {
	color:#E8EBEE;
	text-decoration:none;
}
#homeNav {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
#homeNav li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
#homeNav li a {
	position:relative;
	float:left;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	display:block;
	font-weight:bold;
	text-align:center;
}
.topNavOn {
    color:#000000;
}
.topLinkOn {
	color:#333333;
}
.topNavOff {
	color:#000000;
}
.topLinkOff {
	background-position:right 0px;
	background-repeat:no-repeat;
}
#sideNavLeft p {
	position:relative;
	float:left;
	width:180px;
	font-size:110%;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:6px 0px 0px 10px;
	height:24px;
	color:#333333;
	background-image:url(../styleImages/boxTopBG.gif);
	background-repeat:no-repeat;
}
#sideNavLeft ul {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:10px;
	width:168px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-image:url(../styleImages/boxBotBG.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#sideNavLeft li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:100%;
}
#sideNavLeft li a {
	position:relative;
	float:left;
	margin:0px;
	padding:5px 0px 0px 0px;
	width:170px;
	display:block;
	color:#0099CC;
}
#sideNavLeft ul li ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
	background-image:none;
	display:inline;
	font-size:90%;
}
#sideNavLeft ul li ul li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:inline;
}
#sideNavLeft ul li ul li a {
	position:relative;
	float:left;
	margin:0px;
	padding:0px 0px 3px 0px;
	color:#006699;
	width:auto;
}
#pageLinks ul li a {
	background-image:url(../styleImages/el-page-arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding:0px 0px 0px 8px;
	width:auto;
}
#pageLinks ul li ul li a {
	background-image:none;
	padding:0px 0px 0px 8px;
	width:auto;
}
.boxborder {
	position:static;
	float:left;
	padding:10px;
	width:168px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-image:url(../styleImages/boxBotBG.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#featureProduct ul {
	text-align:center;
}
#featureProduct li a {
	background-image:none;
	margin:0px;
	padding:0px;
}
#pullDownNav {
	background-color:#eeeeee;
	padding:5px;
	margin:0px 0px 10px 0px;
	/*background-image:url(../styleImages/top-str.jpg);*/
	background-repeat:repeat-x;
}
#compareDisplay {
	position:static;
	float:left;
	width:100%;
}
#productDisplay fieldset, #subBuiltNav fieldset, #subNav fieldset, #content fieldset, #content-b fieldset {
	position:static;
	float:left;
	width:95%;
	border:1px solid #cccccc;
	line-height:130%;
	padding:5px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}
#subNav a {
	line-height:130%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #707070;
}
#productDisplay legend, #subBuiltNav legend, #subNav legend, #content legend, #content-b legend  {
	color:#006699;
	font-weight:bold;
}
#productDisplay table {
	clear:left;
}
#productDisplay td, #compareDisplay td {
	position:static;
	padding:0px 5px 10px 5px;
}
#singleProductDisplay {
	border-bottom:0px solid #cccccc;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#singleProductDisplay ul {
	position:static;
	float:left;
	margin:0px;
	padding:0px;
}
#singleProductDisplay ul li {
	position:static;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	display:inline;
	list-style-type:none;
}
#singleProductDisplay img {
	margin:0px 0px 0px 0px;
	padding:0px;
	max-width:450px;
	/*width:450px*/
}

#sideNavRight p, #newsItems p,#tagCloud p {
	position:static;
	float:left;
	width:100%;
	font-size:110%;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:6px 10px 0px 10px;
	height:24px;
	color:#333333;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
#featureProduct ul, #popularProd ul, #userHistory ul, #newsItems ul,#tagCloud div {
	position:static;
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 10px 10px 10px;
}
#tagCloud div {
	text-align:center;
}
#popularProd li, #newsItems li {
	position:static;
	float:center;
	margin:0px;
	padding:5px 0px 0px 0px;
	width:146px;
	list-style-type:none;
	border-top:1px dashed #cccccc;
}
#featureProduct li, #userHistory li {
	list-style-type:none;
}
#newsItems li {
	border-top:none;
	padding:0px 0px 10px 0px;
}
#popularProd li a {
	position:static;
	float:center;
	margin:0px;
	padding:0px 0px 0px 0px;
	display:block;
}
.popLink {
	color:#0099CC;
	font-weight:bold;
}
.popProdPrice {
	color:#ff0000;
	font-weight:bold;
}

.styleProdName {
	font-size:10px;
	color:#333;
	font-weight:none;
	margin:0px 0px 0px 0px;
}
.styleProdPromo {
	font-size:100%;
	color:#333333;
	font-weight:bold;
}
.styleProdPrice {
	font-size:120%;
	color:#ff0000;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
.styleProdMerchant {
}
.styleProdID {
}
.styleProdCategory {
}
.styleProdBrand {
}
.styleProdDescription {
}

.singleProdName {
	font-size:12px;
	color:#555555;
	font-weight:none;
	margin: 10px;
}
.singleProdPromo {
	font-size:100%;
	color:#333333;
	font-weight:bold;
}
.singleProdPrice {
	font-size:16px;
	color:#F7A60A;
	font-weight:bold;
	font-style:italic;
	text-align: center;
}
.singleProdBrand {
	font-size:120%;
	color:#006699;
	font-weight:bold;
}
.singleProdDesc {
	font-size:100%;
	color:#333333;
}
.singleProdId {
	font-size:100%;
	color:#666666;
	font-weight:normal;
}
.singleProdMerchant {
}
.singleProdCategory {
}

a.button, a.bigbutton {
	color:#000000;
	display:block;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	background-image:url(../styleImages/check-stock.jpg);
	background-repeat:no-repeat;
	width:115px;
	height:30px;
	margin:0px;
}
a:hover.button, a:hover.bigbutton {
	background-image:url(../styleImages/check-stock.jpg);
	color:#ffffff;
	text-decoration:none;
}
.smallbutton {
	color:#000000;
	display:block;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	background-image:url(../styleImages/buy-now.gif);
	background-repeat:no-repeat;
	width:87px;
	height:22px;
	margin:0px;
}
.smallbutton1 {
	color:#000000;
	display:block;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	background-image:url(../styleImages/more-info.gif);
	background-repeat:no-repeat;
	width:113px;
	height:24px;
	margin:0px;
}
.checkstock {
	color:#000000;
	display:block;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	background-image:url(../styleImages/check-stock.gif);
	background-repeat:no-repeat;
	width:149px;
	height:27px;
	margin:0px;
}
a.catNavOn {
	font-weight:bold;
	color:green;
}
a.catNavOff {
	font-weight:bold;
	color:#0099CC;
}
a.brandNavOn {
	font-weight:bold;
}
a.brandNavOff {
	font-weight:normal;
}
#linksDisplay {
	position:static;
	float:left;
	width:100%;
}
#linksDisplay li{
	margin:0px 0px 10px 0px;
}
#catDisplay {
	position:relative;
	float:left;
	width:100%;
}
#catDisplay ul {
	position:relative;
	float:left;
	width:100%;
	padding:10px 0px 10px 0px;
	margin:0px;
}
#catDisplay li {
	position:relative;
	float:left;
	width:260px;
	height:80px;
	padding:0px 10px 0px 0px;
	margin:0px;
	list-style-type:none;
	display:block;
}
#sideNavRight fieldset {
	position:static;
	float:left;
	width:278px;
	border:1px solid #cccccc;
	line-height:150%;
	padding:10px;
	margin-bottom:10px;
}
#sideNavRight legend {
	color:#006699;
	font-weight:bold;
}
#pageContent {
	position:static;
	float:left;
	width:100%;
}
.adminInput {
	width:300px;
}
#myLink {
	border:1px solid #cccccc;
	background-color:#FFFFCC;
	font-family:'Courier New', Courier, mono;
	padding:10px;
	margin:10px 0px 10px 0px;
	clear:both;
}
#newsPage h1 {
	position:relative;
	width:100%;
	padding:0px;
	margin:0px;
	line-height:130%;
	clear:both;
}
#newsPage ul {
	padding:0px;
	margin:0px;
}
#newsPage li {
	position:relative;
	float:left;
	padding:0px 0px 30px 0px;
	margin:0px;
	width:100%;
	list-style-type:none;
}
#newsPage ul li ul {
	padding:5px 0px 5px 0px;
	margin:5px 0px 5px 0px;
}
#newsPage ul li ul li {
	position:relative;
	float:none;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 30px;
	width:auto;
	list-style-type:disc;
}
.botrowborder {
	border-top:1px solid #cccccc;
}
.comments {
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px solid #cccccc;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}
.linkGroup {
	position:relative;
	float:left;
	width:100%;
	padding:10px 0px 5px 0px;
	font-size:120%;
	font-weight:bold;
}
