fieldset {margin:0;padding:0;border:0;}

	#hd { 
		float: left;
		display: inline;
		width: 100%;
		border: 1px solid #E5E5E5;
		background: transparent url(logo-banner.jpg) no-repeat 68px 81px;
	}
		#hd #hd-top {
		
		}
			#hd-top #hd-top-left {
				float: left;
				display: inline;
				width: 390px;
			}
				#hd .logo {
					text-align: left;
				}
			#hd-top #hd-top-right {
				float: left;
				display: inline;
				width: 458px;
				margin-top: 5px;
			}
				#hd .headerlinks {
					float: right;
					display: inline;
				}
					.headerlinks #hdlinks-left {
						float: left;
						display: inline;
						width: 6px;
						height: 21px;
						overflow: hidden;
						background: transparent url(hdlinks-left.jpg) no-repeat right top;
					}
					.headerlinks #hdlinks-right {
						float: left;
						display: inline;
						width: 6px;
						height: 21px;
						overflow: hidden;
						background: transparent url(hdlinks-right.jpg) no-repeat left top;
					}
						#hd .headerlinks ul {
							float: left;
							display: inline;
							height: 21px;
							overflow: hidden;
							background: transparent url(hdlinks-main.jpg) repeat-x top left;
						}
							#hd .headerlinks li {
								float: left;
								padding: 3px 0;
								vertical-align: middle;
								list-style: none;
								margin: 0;
							}
								#hd .headerlinks li a, #hd .headerlinks li a:visited {
									color: #233172;
									font: 0.95em tahoma, arial, sans-serif;
									padding: 0 8px; 
									text-decoration: none; 
									vertical-align: middle;
								}
								#hd .headerlinks li a:hover {
									text-decoration: underline;
								}
								#hd .headerlinks li.last a {
									border: none;
								}
								#hd .headerlinks li * {
									vertical-align: middle;
								}
					.headerlinks #cart-link {
						float: left;
						display: inline;
						width: 110px;
						margin-left: 5px;
					}
				#hd-top-right #hd-contact {
					float: right;
					display: inline;
					color: #233172;
					font-size: 1.2em;
					margin: 7px 7px 5px 0px;
				}
						#hd-contact a {
							color: #233172;
						}
					#hd-contact #hd-phone {
						float: left;
						display: inline;
						text-align: center;
						border-right: 1px solid #EEEEEE;
						padding-right: 10px;
					}
					#hd-contact #hd-fax {
						float: left;
						display: inline;
						text-align: center;
						font-weight: bold;
						border-right: 1px solid #EEEEEE;
						padding: 0px 10px;
					}
					#hd-contact #hd-email {
						float: left;
						display: inline;
						text-align: center;
						font-weight: bold;
						padding-left: 10px;
					}
		#hd #hd-bottom {
			xclear: both;
			float: right;
			display: inline;
			width: 329px;
		}
			#hd-bottom #hd-bottom-left {
			
			}
			#hd-bottom #hd-bottom-right {
			
			}
				#hd .searcharea { 
					float: left;
					display: inline;
					xwidth: 320px;
				}
					.searcharea input {
						vertical-align: middle;
						color: #555555;
					}
						.searcharea input#query {
							width: 260px;
							border: 1px solid #E5E5E5;
							color: #000000;
							font-size: .85em;
						}
			


#hd-menu {
	clear: both;
	float: left;
	display: inline;
	width: 100%;
	height: 32px;
	overflow: hidden;
	margin-top: 5px;
	background: #031287 url(hdmenu.jpg) repeat-x top left;
}
	#hd #hd-menu ul {

	}
		#hd-menu ul li {
			float: left;
			display: inline;
			background: transparent url(hdmenu-sep.jpg) no-repeat right center;
			height: 32px;
			overflow: hidden;
			list-style: none;
			margin: 0px 0px 0px 0px;
			text-align: center;
			padding: 0px 20px;
		}
			#hd-menu ul li.last {
				background-image: none;
			}
			#hd-menu ul li a {
				float: left;
				display: inline;
				color: #F9FFF5;
				text-transform: uppercase;
				text-decoration: none;
				font-size: 1.2em;
				padding-top: 7px;
			}



.alnav {
	text-align: center;
	margin: 0 auto;
	border-bottom: 1px solid #997304;
	padding: 10px 0px;
}
	.alnav img {
		display: block;
		text-align:center;
		margin: 0 auto;
		padding-bottom: 3px;
	}
		.alnav img.last {
			padding-bottom: 0px;
		}

#scFlash {
	margin: 0px 0px 5px 5px;
}
		
a{ text-decoration: underline; Color:#0000FF; }

a:hover{ text-decoration: none; }

input{ margin: 0; padding: 0; }

b, strong{ font-weight: bold; }

blockquote{ margin: 1em; }

dd{ margin: 0 0 0 10px; }

dl{ margin: 5px 0; }

em, i{ font-style: italic; }

img{ border: 0; }

li{
	margin: 0 0 0 15px;
	padding: 0;
}

ol, ul{
	list-style: disc outside;
	margin: 0;
	padding: 0;
}

p{ margin: 10px 0; padding: 0; }

tr, td{ vertical-align: top; }

form{
	margin: 0;
	padding: 0;
}

h1, h2, h3{
	margin: 0;
	padding: 0;
}

body{
	background-color: #FFF;
	font: 70% Tahoma, Arial, sans-serif;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

/*Common Classes*/
#header .links,
#footer .links{
	padding: 5px;
	margin:0;
	text-align: center;
	vertical-align: middle;
	text-align: center;
	list-style: none;
}
#header .links a,
#footer .links a{
	text-decoration:none;
}

#header .links a:hover,
#footer .links a:hover{
	text-decoration:underline;
}



#header h1 {font-size:120%}

.links a,
.links li{
color:#232963;
display:inline;
font-weight:bold;
margin:0pt;
padding:0pt 6px;
}
.links li {border-right:2px solid #232963;}
.links li.last {border-right:none}

H2#section-contenttitle{
	font: bold 1.6em tahoma, Arial, Helvetica, sans-serif;	
}
/*End Common Classes*/

/*Main Structure Style*/
#container{
	font: 1em Tahoma, Arial, sans-serif;
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#header{ background-color: #FFF; position:relative; height:116px;}

#header #logo, #header .links,#header #searchcont{
position:absolute;
}

#header #logo{
z-index:2;
}

#header #searchcont{
background:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/hdr-links-bkg.jpg) repeat-x scroll 0%;
height:27px;
top:88px;
width:290px;
z-index:1;
}

*:first-child+html #header #searchcont{
top:88px;
}

*:first-child+html #searcharea{
background:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/hdr-links-bkg.jpg) repeat-x scroll 0%;

}


#header .links{
left:285px;
padding:0px;
top:87px;
}

*:first-child+html #header .links{
width:565px;!important;
top:87px;
background:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/hdr-links-bkg.jpg) repeat-x;
position:relative!important;
padding:1px;
}

*:first-child+html #header .links .last a{
margin-left:-2px;
}

* html #header .links{
width:575px;!important;
top:88px;
background:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/hdr-links-bkg.jpg) repeat-x;
position:relative!important;
}

* html #header .links li a{
font-size:10pt!important;
}

#header .links li{
background:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/hdr-links-bkg.jpg) repeat-x scroll 0% 50%;
border:medium none;
float:left;
margin-left:1px;
padding:7px 0pt;
}

*:first-child+html #header .links li{
border-left:1px solid #FFF;
}

* html #header .links li{
border-left:1px solid #FFF;
}

* html #header .links li.last{
width:105px;
}

* html #header .links li.last a{
padding:0px;
margin-left:3px;
}

* html #searcharea span{
margin-top:2px;
}

* html #header .links li{
margin-top:-2px;

}



#header .links #first-link{
background:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/hdr-links-bkg.jpg) repeat-x scroll 2% 50%;
}

#header .links .last{
background:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/btn-cart.jpg) repeat-x scroll 80% 50%;
padding-right:30px;

}

*:first-child+html #header .links .last{
margin-top:-1px;
text-align:left;
width:107px;
}

*:first-child+html #header .links .last a{
width:107px;
display:block;
}

#header .links a{
color:#DCCA31;
font-weight:bold;


font-size:1.1em;
_font-size:.8em!important;
}

*:first-child+html #header .links a{
font-size:9pt!important;
position:relative;
xfloat:right;
xmargin-top:px;
}

*:first-child+html #searchcont{
width:330px;
}

*:first-child+html #searchcont span{
font-size:10pt;
}

#rnav{
float:right;
padding:0px;
width:158px;
}

#rnav-fastship{
background:#FFFFFF none repeat scroll 0%;
padding:10px 0pt 0pt;
text-align:center;
}

#fs-box{
background:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/box.gif) no-repeat scroll 0%;
float:left;
height:23px;
width:29px;
}

#fs-link{}

#fs-link a{
color:#232D5F;
display:block;
font-size:1.3em;
font-weight:bold;
padding-bottom:3px;
padding-left:3px;
padding-right:3px;
padding-top:3px;
text-decoration:underline;
}

#fs-link a:hover{
text-decoration:none;
}

#fs-txt{
clear:both;
color:#886636;
font-size:1.1em;
font-weight:bold;
padding:10px 20px 15px;
}

#fs-txt a{
clear:both;
color:#886636;
font-size:1.0em;
font-weight:bold;
text-decoration:none;
}

#fs-txt a:hover{
text-decoration:underline;
}

#best-banner{
background:#7F5F08 url(https://lib.store.yahoo.net/lib/yhst-78229630099732/banner.jpg) repeat-x scroll 100% 0%;
border:1px solid #E3C90F;
color:#FFFFFF;
font-size:1.7em;
padding:4px 10px;
}

#rnav-contents{
background:#111951 none repeat scroll 0%;
padding:0px 0pt 35px;
}

#rnav-contents .horizontal-seperator,#rnav-contents .vertical-seperator{
color:#E70F0F;
border:none;
}

#rnav-contents .name a{
color:#FFF;
font-weight:normal;
}

#rnav-contents .sale-price-bold{
color:#E70F0F;
}

#rnav-contents .price{
color:#FFF;
font-weight:bold;
text-decoration:line-through;
}

#rnav-contents .price-bold{
color:#FFF;
font-weight:bold;
}

#welcome{
float:left;
padding:10px 0px 10px 10px;
width:500px;
}

#welcome-spacer{
float:right;
height:275px;
width:315px;
}

#welcome-txt{
color:#505D89;
font-size:1.2em;
font-weight:bold;
padding:15px 0pt;
xwidth:185px;
}

#welcome-txt a{
color:#505D89;
font-weight:bold;
text-decoration:underline;
}

#welcome-txt a:hover{
text-decoration:none;
}

#banner-specials{
background:#7F5F08 url(https://lib.store.yahoo.net/lib/yhst-78229630099732/banner.jpg) repeat-x scroll 100% 0%;
border:1px solid #E3C90F;
color:#FFFFFF;
float:left;
font-size:1.7em;
margin:0px 1px;
padding:4px 10px;
width:487px;
}

#banner-featured, #banner-whatsnew{
background:#7F5F08 url(https://lib.store.yahoo.net/lib/yhst-78229630099732/banner.jpg) repeat-x scroll 100% 0%;
border:1px solid #E3C90F;
color:#FFFFFF;
float:left;
font-size:1.7em;
margin:0px 1px;
padding:4px 10px;
width:647px;
}

#section-top{
background:#FFF;
float:left;
}

#banner-section{
background:#7F5F08 url(https://lib.store.yahoo.net/lib/yhst-78229630099732/banner.jpg) repeat-x scroll 100% 0%;
border:1px solid #E3C90F;
color:#FFFFFF;
float:left;
font-size:1.5em;
margin:0px 1px;
padding:5px 10px;
width:646px;
}

#section-image img{
xbackground:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/section-sample.jpg) no-repeat scroll 50%;
float:left;
xheight:136px;
margin:10px 30px;
xwidth:170px;
}

#caption div{
font-size:1.1em;
padding:30px 20px;
}

#section-txt{
float:left;
font-size:1.1em;
padding:40px 20px;
width:399px;
}

#section-image{
padding:0!important;
}

#section-image-text-cont{
background:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/banner-bottom.jpg) no-repeat scroll 1px bottom;
}


* html #section-image-text-cont{
float:left!important;
}

*:first-child+html #section-image-text-cont{
float:left!important;
}


#banner-bottom{
background:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/banner-bottom.jpg) repeat-x scroll 0% 50%;
float:left;
height:7px;
margin:0pt 1px;
padding:0px 10px;
width:648px;
}

#section-bottom{
background:#FFFFFF none repeat scroll 0%;
float:left;
width:670px;
}

#bodyshell {
background:#FFFFFF url(https://lib.store.yahoo.net/lib/yhst-78229630099732/lnav-bkg2.jpg) no-repeat;
float:left;
margin:0pt;
width:850px;
}

* html #bodyshell{
width:860px!important;
}

* first-child+html #bodyshell{
width:860px!important;
}


#nav-product {
float:left;
position:relative;
width:180px;
z-index:100;
}

#footer{
background-color:#FFFFFF;
border-bottom:1px solid;
border-top:1px solid;
clear:both;
float:left;
padding:10px 0px;
width:100%;
position:relative;
margin-top:2px;
}

#cc{
background:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/cc.gif) no-repeat scroll 0%;
height:57px;
left:10px;
position:absolute;
top:-130px;
width:132px;
}

#badges{
left:10px;
position:absolute;
top:-63px;
}

#below-footer{
float:left;
padding:10px 10px 50px;
}

#header:after,
#bodyshell:after,
#footer:after,
#footer .text:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/*End Main Structure Style*/

#bodycontent{
float:right;
position:relative;
width:670px;
background:#FFFFFF url(https://lib.store.yahoo.net/lib/yhst-78229630099732/body-cont-bkg.gif) repeat-y scroll 0% 0%;
}

#bodycontent .bodypad{ 
xbackground:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/welcome.jpg) no-repeat scroll 10px top;
clear:both;
float:left;
xpadding:10px 0px 10px 10px;
}

#below-footer .text{ margin: 5px; }

#below-footer .designby{ float: right; }

#below-footer .designby a{ color: #000; }

#below-footer .text .copyright{ float: left; }

/*Nav Area*/
#searcharea fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}

#searcharea input{ 
	font-size: .8em;
	vertical-align: middle; 
}

#searcharea span{
	font: bold 1.1em tahoma,Arial, Helvetica, sans-serif;
	display: block;
	float:left;
	color:#E9D42B;
	padding:5px 10px;
}



#query { width: 100px; padding: 2px; margin:3px 0pt; }

#searchsubmit{
padding:4px 5px;
}

#htmltop, #htmlbottom{
	padding:0px 5px;
	text-align:center;
}

#htmlbottom{
padding-bottom:175px;
}


#hackersafe-cont{
padding: 10px 5px;
}

#proforma-cont{
background:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/proforma-bkg2.jpg) no-repeat scroll 0% 0%;
height:93px;
width:171px;
}

#proforma-cont form{
padding-top:69px;
}

#mailquery{
width:125px;
vertical-align:top;
font-size:.8em;
}

.mailing-button{
margin-left:5px;
xmargin-top:1px !important;
}


#lnav-ship-cont{
background:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/lnav-fast-ship-link-bkg.gif) no-repeat scroll 0% 0%;
height:72px;
width:172px;
padding-bottom:72px;
margin-top:20px;
}

#sl{
color:#232D5F;
display:block;
font-size:1.3em;
font-weight:bold;
margin-left:38px;
padding-top:12px;
text-decoration:underline;
}

#sl:hover{
text-decoration:none;
}

#pm{
display:block;
color:#FFF;
font-size:1.2em;
font-weight:bold;

padding-top:20px;
text-decoration:underline;

}

#pm:hover{
text-decoration:none;
}

#nav-product li{
background:#E3C90F url(https://lib.store.yahoo.net/lib/yhst-78229630099732/li-bkg4.gif) no-repeat scroll 0% 0%;
border-bottom:1px solid #9A7107;
list-style-type:none;
margin:0pt;
padding:0pt;
}

#nav-product li:hover{
background:#FFF url(https://lib.store.yahoo.net/lib/yhst-78229630099732/li-hover-bkg4.gif) no-repeat scroll 0% 0%;
border-bottom:1px solid #9A7107;

}


	
#nav-product li a{
color:#161E54;
display:block;
font-size:1.1em;
font-weight:bold;
padding:7px 10px 7px 25px;
}

#nav-product li a:hover{
text-decoration:none;
}

#contentarea{
background:#FFF;
xpadding:5px;
float:left;
}

.scBreadcrumbs{
padding:5px;
}

#section-contenttitle, #item-contenttitle{
background:#7F5F08 url(https://lib.store.yahoo.net/lib/yhst-78229630099732/banner.jpg) repeat-x scroll 100% 0%;
border:1px solid #E3C90F;
color:#FFFFFF;
font-size:1.3em;
margin:0px 0px 0pt 1px;
padding:6px 10px;
width:647px;
}

#accessorytitle{
background:#7F5F08 url(https://lib.store.yahoo.net/lib/yhst-78229630099732/banner.jpg) repeat-x scroll 100% 0%;
border:1px solid #E3C90F;
color:#FFFFFF;
font-size:1.3em;
margin:0px 0px 0pt 1px;
padding:6px 10px;
width:647px;
float:left;
}


#click2-cont{
margin:10px 30px;
text-align:center;
width:200px;
float:left;
}

* html #click2-cont{
margin: 10px 0!important;
}

*:first-child+html #click2-cont{
margin: 10px 0!important;
}


#pit-cont{
float:left;
margin:10px 40px 0pt 0px;
width:370px;
}

#pit-cont th{
text-align:right;
padding:5px;
font-weight:normal;
color:#161E54;
border-top:1px solid #E9DA86;
}

#pit-cont td{
text-align:left;
padding:5px;
color:#161E54;
border-top:1px solid #E9DA86;
}

#pit-cont .sale-price th,#pit-cont .sale-price td{
color:#A30707;
}

#pit-cont .sale-price td{
font-weight:bold;
}

#pit-cont .add-to-cart{
text-align:center;
padding:25px;
}

#product-info-table{
xborder-top:1px solid #E9DA86;
}

#item-image-text-cont #caption{
clear:both;
border-top:1px solid #E9DA86;
border-bottom:1px solid #E9DA86;
}

#itempage-captiontitle{
color:#161E54;
font-size:1.2em;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
}

#item-image-text-cont #caption div{
font-size:1.1em;
padding:0px 10px 10px;
color:#161E54;
}






/*End Nav Area*/



/*Content Table*/

.h-sep{
color:#E2C90F;
padding:10px 5px!important;
margin:0px;
}

#bestsellers .h-sep{
display:none;

}

.h-sep hr{
color:#E2C90F;
background:#E2C90F;
border:0px solid #E2C90F;
padding:0;
margin:0px;
height:1px;
}

#contents-table{
margin-top:10px;
margin-bottom:10px;
}

#contents-table img{
margin-top:15px;
}

#contents-top{
width:500px;
}

.contents {
	background-color: #FFFFFF;
	xborder-left: 10px solid #FFFFFF;
	xborder-right: 10px solid #FFFFFF;
	xwidth:500px;
	float:left;
}

.contents a { text-decoration: none; }

.contents a:hover { text-decoration: underline; }

.contents .contents-table {
	border-bottom: 10px solid #FFFFFF;
	border-collapse: collapse;
}

.contents .vertical td { text-align: center; }

.contents td { margin: 2px; padding: 5px; }

.contents .contents-table select option,
#itemarea select option { padding-right: 10px; }

.contents .horizontal-seperator {
	border-bottom: 0px solid #E2C90F;
}

.contents .vertical-seperator {
	border-right:1px solid #E2C90F;
	
}

#contentarea #contents-table{
text-align:center;
}

#contentarea #contents-table .vertical-seperator{
border-right:1px solid #E3C90F;
padding:5px;
}

.contents .sale-price { color: #93B049; font-weight: bold; }
#contents .sale-price { color: #93B049; font-weight: bold; }

.contents .sale-price-bold, #contents .sale-price-bold {
	color: #A30707;
	font-weight: bold;
}

.contents .price-bold,#contents .price-bold {
	font-weight: bold;
	margin: 0px 0pt 10px;
}

.contents.accessory *,#contents.accessory * { text-align: left; }

.contents.accessory .details,#contents.accessory .details {
	background-color: #FFFFFF;
	margin: 2px 10px;
	padding: 10px;
}

.contents.accessory .details a,#contents.accessory .details a {
	color: #000000;
	font-size: 1em;
}

.contents.accessory .details h3,#contents.accessory .details h3 { font-size: 1em; }

.contents.accessory .details .sale-price,#contents.accessory .details .sale-price { margin-bottom: 10px; }

.contents .detail td, #contents .detail td {
	border-bottom: 15px solid #E9E9E4;
	padding: 5px;
}

.contents .detail.last td, #contents .detail.last td { border-bottom: 0pt solid; }

#itemtype .contents .detail td, #maintype .contents .image td { padding-bottom: 10px; }
#itemtype #contents .detail td, #maintype #contents .image td { padding-bottom: 10px; }

.contents .last { border: 0pt none; }
#contents .last { border: 0pt none; }

.contents .name * {
	color: #000000;
	font-weight: normal;
	padding: 0px 0pt 0pt;
}

#contents .name * {
	color: #000000;
	font-weight: normal;
	padding: 0px 0pt 0pt;
}

.contents .name { padding: 0px 0pt 0px; }
#contents .name { padding: 0px 0pt 0px; }

.contents .price {
	font-weight: bold;
	margin: 0px 0pt 0pt;
}

#contents .price {
	font-weight: bold;
	margin: 0px 0pt 0pt;
}

/*End Content table*/

.sale-price-bold{
margin-bottom:15px;
}


.image-l {
	background-color: #FFFFFF;
	display: block;
	float: left;
	margin: 0pt 15px 10px 0pt;
	padding: 5px;
}

.image-r {
	background-color: #FFFFFF;
	display: block;
	float: right;
	margin: 0pt 0pt 10px 15px;
	padding: 5px;
}

.image-c {
	margin-bottom: 10px;
	text-align: center;
}

.inset-l {
	background-color: #FFFFFF;
	display: block;
	float: left;
	margin: 0pt 8px 5px 0pt;
	padding: 5px;
}

.inset-r {
	background-color: #FFFFFF;
	display: block;
	float: right;
	margin: 0pt 0pt 5px 8px;
	padding: 5px;
}

.addtocartimg {
	border: 0pt none;
	cursor: pointer;
	display: block;
	margin: 10px 0pt;
	padding: 0px;
}

#itemtype .price em {
	font-style: normal;
	font-weight: bold;
	margin: 10px 0pt;
	padding: 0pt 4px 0pt 0pt;
}

#itemtype .itemform .price {
	font-weight: bold;
	margin: 10px 0pt;
}

#itemtype .itemform .price-bold {
	font-weight: bold;
	margin: 10px 0pt;
}

#itemtype .itemform .sale-price, #itemtype .itemform .sale-price-bold { margin: 10px 0pt; }

#itemtype .itemform .sale-price-bold { font-weight: bold; }

#itemtype .itemform .sale-price-bold em {
	background: #FFFFFF none repeat scroll 0%;
	color: #93B049;
	font-style: normal;
	font-weight: bold;
	margin: 10px 0pt;
	padding: 0pt 4px 0pt 0pt;
}

#itemtype .itemform .sale-price em {
	color: #93B049;
	font-style: normal;
	margin: 10px 0pt;
	padding: 0pt 4px 0pt 0pt;
}

.contents-table .availability { padding: 10px 0pt; }

#itemtype .code {
	font-style: normal;
	margin: 10px 0pt;
}

#itemtype .code em {
	font-style: normal;
	margin: 10px 0pt;
}

.contents-table .contentsoptions { padding: 3px 0pt; }

.contents-table #abstract { padding: 3px 0pt; }

#itemtype .itemformname, .contents-table .itemformname { font-weight: bold; }

.contents-table .itemformnamemultiline { display: block; }

#itemtype .itemavailable {
	color: #000000;
	font-weight: bold;
	margin: 8px 0pt;
}

#itemtype .itemavailable em {
	color: #93B049;
	font-style: normal;
	font-weight: bold;
	margin: 8px 0pt 8px 4px;
}

#itemtype .itemoption {
	display: inline;
	font-weight: bold;
	margin: 2px 0pt;
}

#itemtype .multilineoption {
	display: block;
	font-weight: normal;
	margin: 5px 0pt;
}

/****
	Solid Cactus Click to Enlarge v3.0.0
****/
/*Editable Style Sheets*/
#scWrapper{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	background: #000000;
}

#scImgBox{
	font: 11px normal "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif; /*background color of the image box*/
	border: 10px solid #E4CB0F; /*normally same as border color*/
	background: #E4CB0F;
}

#scImgTitle{
	font: 12px normal "Georgia", "Times New Roman", Times, serif; /*fonts and settings for image description shown above the image*/
	text-align: left;
	padding-bottom: 5px;
}

#scImgBox-insets{
	padding: 10px 75px 0 0;
	background: #E4CB0F;
}

#scImgBox-insetPreview img{
	border: 2px solid #000000; /*border color for inset preview*/
	display: none;
}

#scImgBox-insets a{
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0 5px 1px 5px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	margin: 0 5px 0 0;
	background: #3F3F3F;
}

#scImgBox-insets .absClose{
	font: normal 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif; /*styles for close in inset area*/
}

#scImgBox .close{
	font: bold 14px Arial, Helvetica, sans-serif; /*close on upper right corner*/
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 0 5px 1px 5px;
	margin: -15px -15px 0 0;
	text-decoration: none;
	background: #3F3F3F;
}

/*Styles Not to be Edited*/
.relativePos{ position: relative; }
.absolutePos{ position: absolute; }
.hideSelect{ visibility: hidden; }

#scWrapper{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 800px;
	cursor: hand;
}

#scImgBox{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1500;
	text-align: center;
}

#scImgBox-mainImg{
	background: url(https://lib.store.yahoo.net/lib/yhst-78229630099732/loading.gif) #FFFFFF no-repeat center center;
	text-align: center;
}

#scImgBox-mainImg.schidebg{ background: #FFFFFF; }

#scImgBox-mainImg img{ vertical-align: middle; }

#scImgBox-insets{
background:#E4CB0F none repeat scroll 0%;
clear:both;
left:0pt;
position:relative;
text-align:left;
}

/*#scImgBox-insets img{ display: none; }*/
#scImgBox-insets .absClose{ position: absolute; right: 0; }

#scImgBox .close{
	position: absolute;
	top: 0;
	right: 0;
}

#scImgBox-insetPreview{
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 200;
}

#scPage-insets .scMainImgLnk{ display: none; }

div#paging {
	clear: both;
	padding: 12px 0;
}

div#paging div#ctrls {
	background: url(https://lib.store.yahoo.net/lib/yhst-78229630099732/"dot.gif") repeat-x 0 bottom;
	padding-bottom: 8px;
}

div#paging div#ctrls2 {
	background: url(https://lib.store.yahoo.net/lib/yhst-78229630099732/"dot.gif") repeat-x 0 0;
	padding-top: 8px;
}

div#paging div.ctrls td {
	padding: 4px;
	color: #000;
}

div#paging div.ctrls td a {
	color: #000;
	text-decoration: none;
}

div#paging div.ctrls .chosen {
	font-weight: bold;
	padding:2px 0px 2px 15px;
}

div#paging div.ctrls span.pageof {
	margin: 0 0px 0 3px;
}

div#paging div.contents {
	padding: 14px 0;
}

div#paging div.contents table {
	width: 100%;
}

div#paging div.contents table td {
	padding: 6px;
	text-align: center;
}

div#paging div.contents table td.imgCell {
	padding-bottom: 0;
}

div#paging div.contents table td.verticalSpacer {
	padding: 0 6px;
	background: url(https://lib.store.yahoo.net/lib/yhst-78229630099732/"contsVertSep.gif") repeat-y center top;
}

div#paging div.contents table td.horizontalSpacer {
	padding: 6px 0;
	background: url(https://lib.store.yahoo.net/lib/yhst-78229630099732/"contsHorzSep.gif") repeat-x left center;
}

div#paging div.contents table td div.name {
	padding: 0 0 6px;
}

div#paging div.contents table td div.name a {
	text-decoration: underline;
	font-size: 11px;
	color: #474747;
	font-weight: bold;
}

div#paging div.contents table div.price {
	display: inline;
}

div#paging div.contents table div.price s {
	text-decoration: line-through;
	font-weight: normal;
}

div#paging div.contents table div.price-bold,
div#paging div.contents table div.saleprice {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	color: #FD8000;
}

div#paging div.contents table div.saleprice {
	margin-left: 12px;
}


/*product reviews*/

FORM {margin:0px; padding:0px;}
.clearboth{clear:both;}
#customer-reviews {width: 670px; margin:7px 0 7px 0;background-color:#FFF}

#customer-reviews .header {background-color:#FFF; color:#161E54; font:bold 12px arial; padding:5px 5px 5px 10px; margin-bottom:12px;}

/*width/3 depending on #customer-reviews width*/

#customer-reviews .state {
color:#161E54;
float:left;
padding:10px;
width:200px;
}

/*width/3 depending on #customer-reviews width*/

#customer-reviews .state DIV {margin-bottom:4px;}
#customer-reviews .state .overall {font:bold 12px arial;}
#customer-reviews .state .total {font:normal 10px arial;}

#customer-reviews .view {padding-top:12px;}
#customer-reviews .view A {color:#000; font:normal 1.3em arial;text-decoration:underline;}
#customer-reviews .view A:hover{text-decoration:none;}

#customer-reviews .stars IMG {cursor:pointer;}
#customer-reviews .stars A {font:bold 12px verdana; text-decoration:none; color:#000;}
#customer-reviews .stars A:hover {text-decoration:underline;}

#customer-reviews .view {
float:left;
text-align:center;
width:195px;
}

#customer-reviews .stars {
color:#161E54;
float:left;
padding:10px;
text-align:center;
width:160px;
}

.top-line {border-top: 1px solid #D6D6D6; margin:0 10px;}
.review-separator {
border-top:1px solid #D6D6D6;
margin:0pt 10px;
}

.review .review-stars {width:80px; float:left; text-align:left; height:16px;}
.review DIV {font:normal 11px arial; padding: 0;}
.review B {margin-left: 10px; color: #161E54; } 
.review .revloc .reviewer {width:50px; float:left;}
.review .revloc {margin:10px 0 10px 0;}

#reviews {display:block;clear:both; background-color:#FFF}

#reviews .review{

margin-bottom:0pt;
margin-left:10px;
margin-right:10px;
margin-top:0pt;
}


#p-info-tbl-rating{

display:block;
float:right;
margin:0pt 35px 0pt 10px;
padding:10px;
}

#p-info-tbl-rating img{
display:none;
}

#p-info-tbl-rating a{
text-decoration:underline;
font-size:1.3em;
}

#p-info-tbl-rating a:hover{
text-decoration:none;
}

#p-reviews-inner{
float:left;
}


#all-reviews .header {padding:10px; text-align:center; font:bold 11px arial; color:#000;}
#all-reviews div {font:normal 11px arial;}
.viewall {text-align:right;}
.viewall A {text-decoration:underline;font:bold 12px arial; color:#000;}

.allreviews-sort, .allreview-stars, .allreview-reviewer{padding-bottom:3px;}
.allreview-review{padding-top:15px;}
.allreview-prodname{color:#CC0000}
.allreviews-sort a{color:#000; font:bold 11px arial;}

/*AUTO EMAILER*/
.emailer-review-container{
	width:565px;
}
.emailer-review-container td, .emailer-review-container div,.emailer-review-container input, .emailer-review-container select{
	font: 11px Arial, Verdana, Tahoma;
}
.emailer-reviewform-border{
	border:1px solid #C3173B;
}
.emailer-reviewlabel {
	padding: 5px;
	border-bottom: 1px solid #C3173B;
	font: bold 15px Tahoma, Verdana, Arial !important;
	color: #1A2485;
	background-color: #FFFFCC;
}
.emailer-required{
	font-weight: bold !important;
}
.emailer-textarea{
	width: 250px;
	font: 11px Arial, Verdana, Tahoma;
}
.emailer-review-container a{
	color: #000;
}
.title-emphasis-font{
	color: #BA0000;
	font: bold 13px Tahoma !important;
}
/*AUTO EMAILER CSS*/
.overall { white-space: nowrap; }



/*SEO related links*/


#seo-related-links {
    xpadding-left:10px;
	width:647px;
    }
    #seo-related-links:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        }
    #seo-related-links h3 {
background:#7F5F08 url(https://lib.store.yahoo.net/lib/yhst-78229630099732/banner.jpg) repeat-x scroll 100% 0%;
border:1px solid #E3C90F;
color:#FFFFFF;
font-size:1.3em;
margin:0px 0px 0pt 1px;
padding:6px 10px;
width:647px;
float:left;

        xcolor: #000;  
        xfont: bold 13px/1.2 verdana, arial, sans-serif;
        xtext-align: center;
        }
    #seo-related-links ul {
        margin:10px 0 0; padding: 0;
        list-style: none;
        }
    #seo-related-links ul.seo-links li {
background:transparent url(https://lib.store.yahoo.net/lib/yhst-78229630099732/dot.gif) no-repeat scroll 8px 5px;
display:block;
float:left;
margin:0pt;
padding:0pt;
width:45%;
        }
        #seo-related-links ul.seo-links li a {
color:#161E54;
display:block;
padding-left:15px;
text-decoration:none;
            _width: 100%;
            }
            #seo-related-links ul.seo-links li a:hover {
                text-decoration: underline;
                }

/*Framework*/

div#scATCwrapper{position:absolute;background-color:#000;opacity:.75;filter:alpha(opacity=75);z-index:20000;}div#scATCmsg{position:absolute;background-color:#fff;border:solid 1px #000;text-align:center;z-index:20001;width:400px;padding:16px;font:normal 13px/1.2 Helvetica,"Trebuchet MS",sans-serif;}body.scATCtemplate1 div#scATCwrapper{display:none;}body.scATCtemplate1 div#scATCmsg img{margin-right:4px;vertical-align:middle;}body.scATCtemplate1 div#scATCmsg{background-color:#CE1700;color:#fff;border:solid 1px #fff;width:auto;top:2px;left:2px;padding:2px 8px;}body.scATCinProgress form input,body.scATCinProgress form select{opacity:.25;filter:alpha(opacity=25);}select.scHideSelect{visibility:hidden;}iframe#scCookieTestFrame,iframe#scFrameWorkFrame,iframe#scHddnIFrame{overflow:hidden;height:0;width:0;border:none;}



/*cascading left nav*/
ul#scLeftNavCas {
	padding: 0;
	margin: 0;
	xfont-size: 11px;
	border-bottom: 1px #c7c7c7 solid;
}
ul#scLeftNavCas li {
	list-style: none;
	display: block;
	border-top: 1px #c7c7c7 solid;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
ul#scLeftNavCas li a {
	xfont-size: 11px;
	xcolor: #000000;
	text-decoration: none;
	xpadding-left: 15px;
	display: block;
}
ul#scLeftNavCas li a:hover {
	xfont-weight: bold;
	xcolor: #c8582a;
	background: url(https://lib.store.yahoo.net/lib/yhst-78229630099732/leftnavhoverarrow.gif) no-repeat 1px 3px;
}

ul#scLeftNavCas li ul { /* second-level lists */
	padding: 0;
	margin: 0;
	list-style: none;
	position : absolute;
	width : 149px;
	left: 180px;
	top: -1px;
	display:none;
	z-index:0;
	background:#FFF;
	xbackground: url(https://lib.store.yahoo.net/lib/yhst-78229630099732/submenu-bkg2.gif) repeat-y 0 0;
	border-top: 2px #A07916 solid;
	border-right: 2px #A07916 solid;
	border-bottom: 2px #A07916 solid; 
}

ul#scLeftNavCas li ul li {
	padding-left: 3px;
	background:transparent none;
        border:none;
}

ul#scLeftNavCas li ul li:hover,ul#scLeftNavCas li ul .sfhover{
	background:transparent none;
        border:none;
}




ul#scLeftNavCas li ul li a {
}

ul#scLeftNavCas li ul li a:hover {
	text-decoration: underline;
}

ul#scLeftNavCas li:hover ul, ul#scLeftNavCas li.sfhover ul { /* lists nested under hovered list items */
	display:block;
}

#pagelinks span,#pagelinks a,#pagelinks2 span,#pagelinks2 a{
padding:2px;
}

.chosen{
color:#2843ED!important;
}

.leftArrowDiv,.rightArrowDiv{
padding:2px;
}

#sortlinks span,#sortlinks2 span{
padding:2px;
}

#sortlinks a,#sortlinks2 a{
padding:2px 0px 2px 15px;
}

.horizontalSpacer{
xborder-bottom:1px solid #E4CB0F;
height:12px;
background: url(https://lib.store.yahoo.net/lib/yhst-78229630099732/1x1yellow.gif) repeat-x 50%;
}
.verticalSpacer{
border-right:1px solid #E4CB0F;
xheight:12px;

}

.prodNums{
color:#2843ED!important;
font-weight:bold!important;
}

#paging .saleprice{
font-weight:bold;
color:#A30707;
}

#paging #contents{
padding:5px;
}








#item-image-text-cont{


}




#contentarea #contents{
clear:both;
}


#info-div{
background:#FFFFFF none repeat scroll 0%;
float:left;
padding:5px;
width:660px;
}



/*sitemap styles*/

.sitemap-header {font: bold 14px verdana; color: #20439F; display: block; padding-top:  25px;}
.sitemap-1      {font: bold 12px verdana; color: #20439F; display: block; padding-left: 25px;}
.sitemap-2      {font: bold 12px verdana; color: #20439F; display: block; padding-left: 50px;}
.sitemap-3      {font: normal 10px verdana; color: #20439F; display: block; padding-left: 75px;}
.sitemap-4      {font: normal 8px verdana;  color: #20439F; display: block; padding-left: 100px;}

/*end sitemap styles*/


#emailer-cont{
background:#FFF;
}

/*IE fixes*/

*:first-child+html #searcharea span{
font-size:9pt;
padding:6px 10px;
}

*:first-child+html #searcharea .query{
width:115px;
}


#scLeftNavCas ul{
float:left;
}

#scLeftNavCas ul li{
float:left;
}

#scLeftNavCas ul li a{
float:left;
}


*:first-child+html #nav-product ul#scLeftNavCas li ul{ display: none!important; }
*:first-child+html #nav-product ul#scLeftNavCas li.sfhover ul{ display: block!important; }

* html #nav-product ul#scLeftNavCas li ul{ display: none!important; }
* html #nav-product ul#scLeftNavCas li.sfhover ul{ display: block!important; }

#nav-product #scLeftNavCas li{
padding:0px!important;
}

#pit-item-name{
text-align:center!important;
font-weight:bold;
}


.scBreadcrumbs a{
color:#000;
}

body:first-of-type #header .links{
top:87!important;
width:600px!important;
margin-top:1px!important;
}

.html-above-newsletter {
	padding-top:20px;
}



