@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #74ABD2;
	background-image: url(bkgrd.png);
	background-repeat: repeat-x;
	height: 1200px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColElsCtr #container {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #d6d6d6;
	text-align: left;
}
.oneColElsCtr #mainContent {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 100%;
}
.searchbar {
	color: #666;
	background-color: #EAEAEA;
	font-size: x-small;
	padding-top: 5px;
	padding-right: 10px;
	margin-right: 25px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
.searchInput {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	border: 1px solid #666;
	height: 16px;
	width: 140px;
	margin-bottom: 1px;
}
.searchHighlight {
	font-weight: bold;
	color: #277EBC;
	letter-spacing: 1px;
}
.menubarback {
	font-size: x-small;
	color: #FFF;
	background-image: url(menubarback.jpg);
	background-repeat: repeat-x;
	letter-spacing: 1px;
	background-color: #056BB3;
	display: block;
	text-decoration: none;
	height: 20px;
	padding-top: 5px;
}
.menubarback:hover {
	color: #000000;
	background-image: url(menubarbackON.jpg);
	background-repeat: repeat-x;
}
a.leftMenuText {
	font-size: small;
	color: #999;
	text-decoration: none;
	font-variant: small-caps;
	display: block;
	padding-left: 7px;
	width: 158px;
	padding-bottom: 3px;
	padding-top: 3px;
}

a.leftMenuTextSEL {
	font-size: small;
	color: #000;
	text-decoration: none;
	font-variant: small-caps;
	display: block;
	padding-left: 7px;
	width: 158px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Trebuchet MS;
	background-color: #D6D6D6;
}

a.leftMenuTextSEL:hover {
	text-decoration: none;
}

a.leftMenuText:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFC;
}
.bottomTable {
	background-color: #ffeab9;
	border: thin solid #333;
	margin-top: 8px;
	display: block;
	margin-bottom: 8px;
}
.joinlistText {
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.signupframe {
	border: 1px solid #0167b2;
	background: #ffffff;
	color: #226699;
	width: 155px;
	display: block;
			}
.buttonForm {
	font-size: 12px;
	border: thin solid #5096C8;
	margin-top: 10px;
	letter-spacing: 1px;
	text-decoration: none;
}
.bottomHeader {
	font-size: small;
	color: #3687C1;
	background-color: #CCC;
	letter-spacing: 1px;
	text-transform: uppercase;
}
a.bottomLinks {
	font-size: small;
	color: #3587C1;
	text-decoration: none;
	font-variant: normal;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: thin solid #FFFFFF;
}
a.bottomLinks:hover {
	color: #217BBB;
	background-color: #FFEAB9;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: thin solid #4590C5;
	text-decoration: none;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:820px;
		height:250px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */.detailPix {
	border: thin solid #CCC;
	margin: 15px;
}
.middleContent {
	border: thin solid #CCC;
	min-height: 540px;
	/* height: 540px; */
}

.middleContent2 {
	border: thin solid #CCC;

}
.qtyBox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	display: inline;
}
a.catHeader {
	color: #666;
	text-decoration: none;
	background-image: url(yellowback.jpg);
	width: 157px;
	height: 25px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-variant: small-caps;
	padding-top: 3px;
	padding-left: 8px;
	margin-right: 10px;
}
a.catHeader:hover {
	text-decoration: none;
}
a.miniProd {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: small-caps;
	color: #666;
	text-decoration: none;
	display: block;
	width: 148px;
	margin-right: 10px;
	padding-left: 15px;
	background-color: #F3F3F3;
	border: thin solid #F3F3F3;
}

a.miniProd:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFC;
	border: thin solid #0169B2;
}
a.catProdText {
	font-size: small;
	font-variant: normal;
	text-decoration: none;
	color: #0169B2;
	font-weight: bold;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.catProdText:hover {
	color: #000;
}.itemTable {
	border: thin solid #D6D6D6;
}
a.pageNumber {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0169B2;
	text-decoration: none;
	display: inline;
	border: thin solid #0169B2;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 1px;
	margin-top: 5px;
}
a.pageNumber:hover {
	color: #000;
	text-decoration: none;
	border: thin solid #000;
	background-color: #FFC;
	
}

.pageNumberSelected {
	color: #000;
	text-decoration: none;
	border: thin solid #000;
	background-color: #FFC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	display: inline;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 1px;
}

.bottomPageNumber {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}
.topImage {
	margin-right: 10px;
}
.pageHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-variant: small-caps;
	color: #0169B2;
	text-decoration: none;
}
.pageContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #036AB2;
	text-decoration: none;
}
.pageContent2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
a.buttonLink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: small-caps;
	color: #036AB3;
	text-decoration: none;
	display: inline;
	border: thin outset #036AB3;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFF;
}
.addBorder {
	border: thin solid #D6D6D6;
}
.centerTable {
	background-color: #FFF;
	background-image: url(jewelry_furnishings_dinnerware_servingware.jpg);
	background-repeat: no-repeat;
	border: thin solid #CCC;
}
.miniCartTableHead {
	font-size: x-small;
	text-decoration: none;
}

a.miniCart {
	text-decoration: none;
}
.tableheader {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
