html {
	overflow: -moz-scrollbars-vertical;
}

* { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* body */
body { 
	margin: 0px;
	padding: 0px;
	behavior: url('/cart/catalog/javascript/png/iepngfix.htc');	
/*background: url('../image/background.png') top repeat-x; */
	background-color:#000000;
	color: #ffffff;	
}

body, td, th, textarea, select {
	font-size: 8pt;
	color: #CCCCCC;
}

input, select {
	color:#000000;
	font-size:8pt;
}

UL {
    LIST-STYLE-POSITION: outside;
    MARGIN: 0px
}

LI {
    LIST-STYLE-IMAGE: url(images/lib/li-greenbit.gif);
    MARGIN-LEFT: 1.5em
}

b, strong, th {
	/*color: #CCCCCC;*/
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

.png {
	behavior: url('/cart/catalog/javascript/png/iepngfix.htc');
}

a:link{
	color: #33ffff;
}

a:visited{
	color: #3399ff;
}

a:active{
	color: #ffcc00;
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
}

/* layout */
h1 { 
	display: none;
}
 
#container {
/* width value of this element must be set in layout template to allow page to work properly in safari.*/
	position: relative;
	text-align:left;
	/*left: 50%;*/
	/*margin-left: -389px;*/
}

#header {
	/*height: 133px;*/
	/*clear: both;*/ 
}

#header .a {
/*	background: url('../image/logo.png') no-repeat;
	behavior: url('cart/catalog/javascript/png/iepngfix.htc');
	width: 157px;
	height: 32px;
	float: left;
	position: absolute;
	top: 22px;
	left: 10px; */
	behavior: url('/cart/catalog/javascript/png/iepngfix.htc');
	float: left;
	position: absolute;

}

#header .b {
/*	position: relative;
	top: 42px;
	float: right; */
	position: relative;
	float: right;
	clear: both;
}

#header .b a {
/*	background: url('../image/tab.png');
	behavior: url('cart/catalog/javascript/png/iepngfix.htc');  
	width: 100px;
	height: 19px;
	padding-top: 7px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	display: block;
	margin-left: 2px;
	cursor: pointer; */
	behavior: url('/cart/catalog/javascript/png/iepngfix.htc');  
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;

}

#header .b a img {
/*	width: 14px;
	height: 8px; */
}

#header .c {
	/*DISPLAY: none;*/ 
	OVERFLOW: hidden;
	/* margin-left: 77px; */
	POSITION: relative; 
	float: left; 
	/*height: 55px;*/
	clear: both;
}


#header .c a {
	behavior: url('/cart/catalog/javascript/png/iepngfix.htc');  
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

#header .d {
	/*DISPLAY: none;*/ 
	OVERFLOW: hidden;
	/* margin-left: 77px; */
	POSITION: relative; 
	float: left; 
	/*height: 55px;*/
	clear: both;
}

#header .d a {
	behavior: url('/cart/catalog/javascript/png/iepngfix.htc');  
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

#header .e {
	/*DISPLAY: none;*/ 
	/*OVERFLOW: hidden;*/
	/* margin-left: 77px; */
	POSITION: relative; 
	float: left; 
	/*height: 55px;*/
}

#header .f {
	/*DISPLAY: none;*/ 
	/*OVERFLOW: hidden;*/
	/* margin-left: 77px; */
	/*POSITION: relative;*/ 
	float: left;
	/*clear: both;*/
	/*height: 55px;*/
}

#header .g {
	/*DISPLAY: none;*/ 
	/*OVERFLOW: hidden;*/
	/* margin-left: 77px; */
	POSITION: relative; 
	float: right; 
	/*height: 55px;*/
}

#shop_navigation {
	/*background: center url('/images/lib/gnav_normal.png') repeat-x;*/
	behavior: url('/cart/catalog/javascript/png/iepngfix.htc');  
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:100%;
	border: 1px solid #FFFFFF;
}

#shop_navigation .a  {
	/*width: 88px;*/
	position:relative;
	padding-top:5px;
	padding-right:12px;
}

#shop_navigation .a a {
	cursor: pointer;
	text-transform: uppercase;
	text-align:center;
	text-decoration: none;
	font-size:9px;
	color:#000000;
	font-weight:bold;
	padding-right:12px;
	border-right:1px solid #FFFFFF;
}

#shop_navigation .a a:hover {
	color:#FFFFFF;
}


#column {
	/*width: 140px;*/
	/*margin: 5px 15px 15px 0px;*/
	margin-top:5px;
	float: left;
	clear:both; /*MW added*/
	color: #000000;
}

#column table, #column td {
	color: #000000;
}

#right_sidebar_content {
	PADDING-LEFT: 4px;
	PADDING-TOP: 4px;
}

#imageSlideshowHolder {
	position:relative;
	float:left;
}

#imageSlideshowHolder IMG {
   POSITION: absolute;
	 border: 0;
	 background-color:#000000;
}

#content {
/* width value of this element must be set in layout template to allow page to work properly in safari.*/
	margin-left:10px;
	margin-top:5px;
	padding:2px;
	float: left;
}

#main_center {
	/*controlled in javascript as well*/
	/*width:624px;*/
}

#footer { 
	clear: both;  
	border-top: 3px solid #EEEEEE;
	padding-top: 0px;
	margin-bottom: 1px;
}

#footer .a {
	float: left;
	margin-top: 6px;
	text-align:center;
	width: 663px;
	
}

#footer .b {
	float: right;
	margin-top: 6px;
}
  
#time {
	color: #EEEEEE;
	text-align: center;
	clear: both;
}
 
#bar {
	background-color:  #EEEEEE;
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 3px 0px 10px;
	height: 24px;
	position: relative;
	clear: both; /*MW added*/
}

#dhtmlgoodies_slideshow {
	
}

#previewpane {
    MARGIN-BOTTOM: 10px;
    VERTICAL-ALIGN: middle;
    POSITION: relative;
    TEXT-ALIGN: center
}

#previewpane IMG {
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none
}

#previewpane #largeimagecaption {
    FONT-SIZE: 0.9em;
    COLOR: #cccccc;
    FONT-STYLE: italic;
    FONT-FAMILY: trebuchet ms, lucida sans unicode, arial, sans-serif;
    TEXT-ALIGN: left
}

#galleryContainer {
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    PADDING-BOTTOM: 1px;
    OVERFLOW: hidden;
    PADDING-TOP: 1px;	
}

#arrow_left {
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    Z-INDEX: 10;
    LEFT: 0px;
    PADDING-BOTTOM: 1px;
    PADDING-TOP: 1px
}

#arrow_right {
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    Z-INDEX: 10;
    RIGHT: 0px;
    PADDING-BOTTOM: 1px;
    PADDING-TOP: 1px
}

#theImages {
}

#theImages IMG {
    BORDER-RIGHT: medium none;
    PADDING-RIGHT: 1px;
    BORDER-TOP: medium none;
    PADDING-LEFT: 1px;
    FILTER: alpha(opacity=50);
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: medium none;
    CURSOR: pointer;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: medium none;
    opacity: 0.5
}

#theImages .imageCaption {
    DISPLAY: none;
}

#introduction {
	margin-top: 12px;
	float:left;
}

#specials_ad {
	width: 609;
}

#specials_ad .a {
	PADDING-RIGHT: 20px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0pt; 
	PADDING-TOP: 15px;
	vertical-align: top;
	border-top: 1px solid #EEEEEE;
    /* nowrap*/
}

#weekly_product {
	position:relative;
	width:665px;
	overflow:hidden;
}

#weekly_product .col {
/* height of this element controlled by javascript */
	margin-right:26px;
	margin-bottom:26px;
	width:107px;
	float:left;
}

#weekly_product .cell_top {

}

#weekly_product .cell_bottom {
	padding-top:5px;
	font: Arial, Helvetica, sans-serif;
	font-size:8pt;
}

#weekly_product .reg {
	text-align:right;
	vertical-align:bottom;
	padding-top:5px;
	float:left;
	width:50px;
}

#weekly_product .regprice {
	vertical-align:bottom;
	text-align:right;
	padding-top:5px;
	float:right;
}

#weekly_product .sale {
	font-size:9pt;
	color:#cc0000;
	text-align:right;
	vertical-align:bottom;
	width:50px;
	float:left;
}

#weekly_product .saleprice {
	font-weight:500;
	font-size:9pt;
	color:#cc0000;
	text-align:right;
	vertical-align:bottom;
	float:right;
}

#departments {
	width:100%;
}

#departments .dept {
	width:100%;
}

#departments .col {
	vertical-align:top;
	float:left;
	margin-top:10px;
	padding-top:5px;
	border-top: 1px solid #EEEEEE;
	width:213px;
}

#departments .cell_top {
	vertical-align:top;
	width:60px;
	float:left;
}

#departments .cell_top img {
	width:60px;
}

#departments .cell_bottom {
	width:148px;
	font:Arial, Helvetica, sans-serif;
	float:right;
	margin-left:5px;
	text-align:left;
}

#allavailable {
	width:100%;
}

#allavailable .category {
	width:100%;
}

#allavailable .col {
	vertical-align:top;
	float:left;
	margin-top:10px;
	padding-top:5px;
	width:213px;
}

#allavailable .cell_top {
	vertical-align:top;
	width:60px;
	float:left;
}

#allavailable .cell_top img {
	width:60px;
}

#allavailable .cell_bottom {
	width:148px;
	font:Arial, Helvetica, sans-serif;
	float:right;
	margin-left:5px;
	text-align:left;
}

#allavailable .h1 {
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
	vertical-align:top;
	text-align:center;
	color: #ffffff;
	
	border-bottom:1px solid #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top:10px;
	width:100%;
	float:left;
	clear:both;
}

#product {
	width:641px;
	margin:0px;
}

#product .pimg {
	float:left;
	width:195px;
	padding-top:10px;
}

#product .pimg img {
}

#product .webinfo {
	float:left;
	margin-left:15px;
	width:431px;
	color:#000000;
	padding-top:10px;
}

#product .webinfo .caption {
	width:100%;
	color:#CCCCCC;
}

#product .row_odd{
	background-color:#EEEEEE;
	padding-top:2px;
	padding-bottom:1px;
}

#product .row_even{
	background-color:#FFFFFF;
	padding-top:2px;
	padding-bottom:1px;
}

#product .caption{
	font-size:9pt;
	float:left;
	border-top: 1px solid #EEEEEE;
}

#featured_products {
	/*float:left;
	clear:both;*/
	width:100%;
}

#featured_products .col_header {
	width:100%;
	float:left;
	margin-top:15px;
	margin-bottom:5px;
	clear:both;
	font-weight:bold;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	COLOR: #ff9900;
}

#featured_products .col_item {
	float:left;
	width:255px;
	padding-left:4px;
	vertical-align:top;
	text-align:left;
}

#featured_products .col_price {
	float:left;
	width:165px;
	vertical-align:top;
	padding-left:15px;
}

#featured_products .col_buy {
	padding-right:4px;
	text-align:right;
	float:right;
	vertical-align:top;
}

#featured_products .product {
	padding-top:	5px;
	margin-top:	5px;
	margin-bottom:5px;
	float:left;
	border-top: 1px solid #EEEEEE;	
	clear:both;
	width:100%;
}

#featured_products .p_item {
	font-size:10px;
	text-align:left;
	width:150px;
	float:left;
}

#featured_products .p_item_img {
	width:100px;
	margin-left:5px;
	float:left;
	font-size:10px;
}

#featured_products .p_price {
	width:165px;
	float:left;
	vertical-align:top;
	padding-left:15px;
	font-size:11px;
}

#featured_products .p_buy {
	float:right;
	vertical-align:middle;
}

#featured_products .reg {
	text-align:right;
	vertical-align:bottom;
	padding-top:5px;
	float:left;
	width:75px;
}

#featured_products .regprice {
	text-align:right;
	vertical-align:bottom;
	padding-top:5px;
	float:right;
}

#featured_products .sale {
	font-size:9pt;
	color:#cc0000;
	text-align:right;
	vertical-align:bottom;
	width:75px;
	float:left;
}

#featured_products .saleprice {
	font-weight:500;
	font-size:9pt;
	color:#cc0000;
	text-align:right;
	vertical-align:bottom;
	float:right;
}

#featured_products .itemno {
	font-size:10px;
	float:left;
	padding-top:10px;
}

#featured_products .pnote {
	text-align:left;
	font-size:8pt;
	float:left;
}

#back_to_top {
	clear:both;
	text-align:center;
	padding-top:15px;
}

#adsense01 {
	width:795px;
}

.heading {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	/*color: #990000;*/
	color: #000000;
	padding-bottom: 2px;
	border-bottom: 1px solid #EEEEEE;
	clear: both;
	margin-bottom: 10px;
	height: 18px;
}

.heading .left {
	float: left;
	text-align: left;
}
 
.heading .right {
	float: right;
	text-align: right;
}

.h2 {
	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align:center;
	COLOR: #ff9900;
	padding-bottom: 2px;
	border-bottom: 1px solid #EEEEEE;
	width:100%;
	margin:0px;
	/*clear: both;*/
	/*height: 18px;*/
}

.h3 {
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
	vertical-align:top;
	text-align:center;
	color: #000000;
	background-color: #66CCCC;
	
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top:10px;
	width:100%;
	float:left;
	clear:both;
}

.h4 {
	color: #CCCCCC;
	font-size:10pt;
	font-weight:normal;
	text-transform: none;
}


.white
{
    COLOR: #ffffff
}
.red
{
    FONT-SIZE: 8pt;
    COLOR: #FF3333
}
.gray
{
    COLOR: #CCCCCC;
}
.blue
{
    COLOR: #3399ff
}

.error {
	color: #FF0000;
	font-size: 10px;
	display: block;
	clear: both;
}

.required {
	margin: 0;
	color: #FF0000;
	display: inline;
}

.warning {
	color: #000000;
	font-size: 10px;  
	background-color: #FFB3B5;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.message {
	color: #000000;
	font-size: 10px;
	background-color: #99FF00;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.breadcrumb {
	color: #999999;
	margin: 10px 0px 10px 0px;
}

.breadcrumb a {
	color: #006699;
}

.price_old {
	text-decoration: line-through;
}

.price_new {
	color: #FF0000;
}

.products, .images {
	float: left;
	width: 33.3%; 
	text-align: center; 
	cursor: pointer;
	font-size: 10px; 
	height: 140px;
}

.images a {
	font-size: 10px;
}

.images img, {
	border: 0px;
	margin-bottom: 10px;
}

.results {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
}

.results .left {
	float: left;
	padding-top: 4px;
}
 
.results .right {
	float: right;
} 
 
.buttons {
	border: 1px solid #EEEEEE;
	margin: 10px 0px;

	clear: both;
}

.buttons input {
	height: 20px;
	margin: 3px;
}

.buttons table {
	width: 100%;
}

.buttons table td {
	vertical-align: middle;
}

.box {
	padding-bottom: 5px;
	margin-bottom: 10px;
	float:left;
	WIDTH:132PX;
}

/* box language */
.language {
	float: left;
	margin-top: 3px;
}

.language div {
	display: inline;
}

/* box currency */
.currency {
	float: left;
	margin-left: 20px;
	margin-top: 1px;  
}

.currency div {
	display: inline;
}

/* box search */
.search {
	float: left;
}

.search div {
	display: inline;
}

.box .account_status {
	float:left;
	width:100%;
	text-align:center;
}

.box .account_status .k {
	margin-top: 20px;
	_margin-top: 20px;
	width:100%;
	text-align:center;
}

.box .account_status .k input {
	border:thin;
	width:100%;
}

.box .account_status .l {
	margin-top: 12px;
	_margin-top: 20px;
}

.box .cart {
	width:100%;
}

/* box cart */
.box .cart .a {
	text-align: right;
	border-top: 1px solid #EEEEEE;
	margin-top: 8px;
	padding-top: 3px;
}

.box .cart .b {
	text-align: center;
}

/* box category */
.box .category {
	padding-top: 5px;
	float:left;
}

.box .category a {
	/*background: url('cart/image/bullet_1.png') no-repeat 15px 5px;*/
	padding: 0px 0px 0px 25px;
	display: block;
	/*text-decoration: none;*/
	margin-bottom: 8px;
}

/* box information */
.box .information a {
	background: url('/cart/image/bullet_2.png') no-repeat 10px 4px;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
}

/* box review */
.box .review div {
	text-align: center;
}

.box .review a {
	text-decoration: none;
}

.box .review img {
	padding: 3px;
}

.PopBoxImageSmall
{
    BORDER-RIGHT: #ffffff 0px;
    BORDER-TOP: #ffffff 0px;
    BORDER-LEFT: #ffffff 0px;
    CURSOR: url("/images/lib/magplus.cur"), pointer;
    BORDER-BOTTOM: #ffffff 0px;
}
.PopBoxImageLarge
{
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    BORDER-LEFT: #999999 1px solid;
    CURSOR: url("/images/lib/magminus.cur"), pointer;
    BORDER-BOTTOM: #999999 1px solid
}
.PopBoxImageShrink
{
    CURSOR: url("/images/lib/magminus.cur"), pointer
}
.PopBoxImageLink
{
    CURSOR: pointer
}
.PopBoxImageMove
{
    BORDER-RIGHT: #ffffff 0px;
    BORDER-TOP: #ffffff 0px;
    BORDER-LEFT: #ffffff 0px;
    CURSOR: pointer;
    BORDER-BOTTOM: #ffffff 0px
}

/* success */
#success {
	behavior: url('/cart/catalog/javascript/png/iepngfix.htc');
	background: url('../image/success.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;
}

/* failure */
#failure {
	behavior: url('/cart/catalog/javascript/png/iepngfix.htc');
	background: url('../image/failure.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;  
}

/* error */
#error {
	clear: both;
	border: 1px solid #EEEEEE;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	margin-top: 10px;
}