body
{
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#center
{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#container
{
	text-align: left;
	background: transparent url(../images/site/bg.gif) center 100px no-repeat;
/*	position: absolute;*/
/* 	width: 990px;*/
}

a img
{
	border: none;
}

.bold
{
	font-weight: bold;
}

.color
{
	color: #0062a0;
}

h2, .subtitle
{
	font-weight: bold;
	font-size: 12px;
	color: #0062a0;
	margin: 0px;
	padding: 0px;
}


.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

.hr
{
	background: transparent url(../images/site/bg-hr.gif) center center no-repeat;
	height: 17px;
	width: 100%;
}

.hr2
{
	background: transparent url(../images/site/bg-hr2.gif) center center no-repeat;
	height: 19px;
	width: 100%;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.big
{
	font-size: 15px;
}

/**** LOGON ****/
.lang img
{
	margin: 5px 5px 0px 5px;
}

.lang
{
	float: right;
}

#profile
{
	border-top: 3px solid #0062a0;
	text-align: center;
}

#profile div
{
	text-align: right;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
}

#profile a
{
	color: #fff;
	text-decoration: none;
}

#profile span
{
	float: right;
	margin: 0px 0px 0px 0px;
	display: block;
	width: 100px;
	-moz-border-radius: 0px 0px 2px 2px;
	-khtml-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
	line-height: 19px;
	height: 20px;
	background-color: #0062a0;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

#logon-container
{
	color: #fff;
	background-color: #0062a0;
}

#logon
{
	text-align: right;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 0px 3px 0px;
}

#logon input
{
	border: 1px solid #fff;
}

#logon label
{
	margin-left: 4px;
}

#logon a
{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}


/**** TOP/FOOTER MENU ****/
#menu-top
{
	display: block;
	height: 114px;
	padding-left: 10px;
	padding-right: 10px;
	color: #9f9f9f;
	background: transparent url(../images/site/logo.gif) 16px top no-repeat;
}

#menu-footer
{
	display: block;
	padding-left: 10px;
	padding-top: 33px;
	color: #9f9f9f;
}

#menu-top div
{
	margin-top: 43px;
	float: right;
	width: 169px;
	border-right: 1px solid #dcd9d9;
	padding-left: 12px;
	padding-right: 12px;
	height: 55px;
}

#menu-footer div
{
	float: left;
	width: 169px;
	border-right: 1px solid #dcd9d9;
	padding-left: 12px;
	padding-right: 12px;
	height: 55px;
}

img.icon
{
	margin: 4px 2px 2px 0px;
}

#menu-top .first, #menu-footer .first
{
	border-left: 1px solid #dcd9d9;
}

#menu-top .last, #menu-top .first
{
	width: 167px;
}

#menu-top div a, #menu-footer div a
{
	color: #9f9f9f;
}

/**** INPUT ****/
form
{
	padding: 0px;
	margin: 0px;
}

form td
{
	vertical-align: middle;
	padding-right: 8px;
	padding-top: 2px;
}

label
{
	margin-right: 4px;
}

input, textarea
{
	margin: 0px 0px 1px 0px;
	border: 1px solid #7f9db9;/*#b1b1b1;*/
	padding: 4px;
	font-family: tahoma;
	font-size: 11px;
}

select
{
	margin: 1px 0px 2px 0px;
	padding: 2px;
	font-family: tahoma;
	font-size: 11px;
	border: 1px solid #7f9db9;/*#b1b1b1;*/
}

input.small
{
	width: 60px;
}

input.medium, select.medium
{
	width: 140px;
}

input.large, textarea.large
{
	width: 300px;
}

input.radio
{
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

div.toplabel
{
	margin-bottom: 4px;
}


/**** MENU ****/
#menu
{
	clear: both;
	width: 100%;
	height: 51px;
	background: transparent url(../images/site/bg-menu.gif) center top no-repeat;
}

#menu ul
{
	float: left;
	list-style: none;
	padding: 0px;
	height: 23px;
	margin: 0px 0px 0px 18px;
	display: block;
}

#menu a
{
	text-decoration: none;
	display: block;
	width: 110px;
	height: 23px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height: 22px;
	margin-left: 12px;
	color: #9f9f9f;
}

#menu .active, #menu .active:hover
{
	background-color: #0062a0;
	color: #fff;
}

#menu a:hover
{
	background-color: #fff;
	color: #9f9f9f;
}

#menu li
{
	margin-top: 16px;
	padding: 0px;
	float: left;
	display: block;
	border-right: 1px solid #dcd9d9;
	width: 134px;
	text-align: center;
}


/**** SEARCH ****/
#search
{
	float: left;
	margin-left: 20px;
	margin-top: 16px;
	color: #9f9f9f;
	height: 23px;
	line-height: 23px;
}

#search input
{
	border: 1px solid #dcd9d9;
	margin-left: 10px;
	color: #9f9f9f;
}

/**** CONTENT ****/
#content
{
	width: 990px;
}

#content-left
{
	margin-left: 26px;
	margin-top: 16px;
	margin-bottom: 16px;
	width: 200px;
	float: left;
}

#content-right
{
	margin-left: 20px;
	margin-top: 16px;
	margin-bottom: 16px;
	float: left;
	width: 720px;
}

#content-footer
{
	height: 20px;
	margin-left: 26px;
	width: 940px;
	clear: both;
}

#content-footer div
{
	margin-top: 16px;
}

/**** LEFT MENU ****/
#categories div
{
	margin-bottom: 4px;
}

#categories ul
{
	margin: 2px 0px 0px;
	padding: 0px;
	list-style: none;
}

#categories li
{
	padding-left: 20px;
	display: block;
	border-bottom: 1px solid #dcd9d9;
	line-height: 19px;
	margin: 0px;
	background: transparent url(../images/site/bg-category-li.gif) no-repeat;
	text-decoration: none;
}

#categories .active .category
{
	font-weight: bold;
	background-image: none;
}

#categories li a
{
	color: #0062a0;
	text-decoration: none;
}

#categories li a.active
{
	font-weight: bold;
}

.category, .left-header, .right-header
{
	margin: 0px 0px 0px 0px;
	display: block;
	height: 20px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height: 19px;
	background-color: #0062a0;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	text-decoration: none;
}

.category
{
	background-image: url(../images/site/bg-category-active.gif);
	background-repeat: no-repeat;
}

.left-subheader
{
	margin: 0px;
	display: block;
	height: 20px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height: 19px;
	color: #fff;
	background-color: #dcd9d9;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	text-decoration: none;
}

.content
{
	padding: 4px;
	color: #9f9f9f;
}

.footer-header
{
	margin: 0px 0px 0px 0px;
	display: block;
	height: 20px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height: 19px;
	background-color: #0062a0;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	text-decoration: none;
}

.footer-header a
{
	color: #fff;
	text-decoration: none;
}

.footer-header a:hover
{
	text-decoration: underline;
}

.right-subheader, .right-tri-header
{
	margin: 0px 0px 4px 0px;
	display: block;
	height: 20px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height: 19px;
	color: #fff;
	background-color: #dcd9d9;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	clear: both;
}

.right-subheader a
{
	color: #fff;
	text-decoration: none;
}

/**** REDUCTION ****/
.reduction
{
	background: transparent url(../images/site/percent.jpg) -8px bottom no-repeat;
	margin-bottom: 4px;
	padding-left: 82px;
}

/**** NEWS ****/
#news-container
{
	margin-bottom: 10px;
}

.news
{
	height: 160px;
	clear: both;
	width: 100%;
	background: #fff url(../images/site/bg-news.png) no-repeat;
	margin-bottom: 20px;
}

.news h3, .news h3 a
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #fff;
	font-size: 22px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}

.news h4, .page h4
{
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #0062a0;
	font-size: 24px;
}

.news h5, .page h5
{
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #0062a0;
	font-size: 14px;
	vertical-align: super;
}

.news-image
{
	float: right;
	width: 160px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.news-image span, .product-image span, .product-image-big span
{
	display: block;
	position: absolute;
	background: transparent url(../images/site/hover-promo.png) 0 0 no-repeat;
	float: left;
	width: 44px;
	height: 44px;
	overflow: hidden;
	z-index: 1;
	left: 10px;
	top: 10px;
}

.news-footer
{
	width: 550px;
	height: 20px;
	line-height: 19px;
	color: #fff;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #dcd9d9;
	font-size: 11px;
	font-weight: normal;
	padding-left: 8px;
	position: absolute;
}

.news-footer a
{
	color: #fff;
	text-decoration: none;
}

.news-price
{
	width: 550px;
	text-align: right;
	height: 36px;
}

.news-order
{
	padding-top: 8px;
	padding-left: 8px;
	height: 36px;
	float: left;
	position: relative;
	z-index: 10;
}

.news-content
{
	margin-top: 8px;
	padding-left: 8px;
	height: 58px;
}

.news-content a
{
	color: #000;
	text-decoration: none;
}

.news-content a:hover
{
	text-decoration: underline;
}

/**** BUTTONS ****/
a.button-small, input.button-small, a.button, input.button, a.button-large, input.button-large
{
	color: #9f9f9f !important;
	text-align: center;
	border: 0px;
	display: block;
	background: transparent url(../images/site/bg-button-small.gif) no-repeat;
	width: 60px;
	height: 20px;
	padding-top: 2px;
	border: none !important;
}
a.button-small, input.button-small
{
	background: transparent url(../images/site/bg-button-small.gif) no-repeat;
	width: 60px;
}
a.button, input.button
{
	background: transparent url(../images/site/bg-button.gif) no-repeat;
	width: 80px;
}
a.button-large, input.button-large
{
	background: transparent url(../images/site/bg-button-large.gif) no-repeat;
	width: 120px;
}
a.button-small, a.button, a.button-large
{
	margin-top: 2px;
	padding-top: 3px;
	text-decoration: none;
}
a.button-small:hover, a.button:hover, a.button-large:hover
{
	text-decoration: none;
}
input.button-small, input.button, input.button-large
{
	margin-top: 2px;
}

/**** PRODUCT LIST ****/
.page h3
{
	margin: 0px 0px 4px 0px;
	padding-left: 12px;
	text-decoration: none;
	display: block;
	height: 38px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height: 38px;
	background-color: #0062a0;
	color: #fff;
	font-size: 22px;
}

.product-container, .product-container-first
{
	float: left;
	width: 177px;
	margin-left: 4px;
	margin-bottom: 4px;
	overflow: hidden;
	height: 210px;
	text-align: center;
}

.product-container-first
{
	margin-left: 0px;
}

.product-title
{
	margin: 0px 0px 8px 0px;
	display: block;
	height: 40px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height: 19px;
	background-color: #0062a0;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
}

.product-title a
{
	text-decoration: none;
	color: #fff;
}

.product-image
{
	height: 128px;
	position: relative;
}

.product-image-big
{
	width: 128px;
	height: 100px;
	float: left;
	text-align: center;
	position: relative;
	padding: 8px;
}

.product-tn
{
	margin: 5px 5px 5px 0px;
	padding: 2px;
	border: #DCD9D9 solid 1px;
}

.product-price
{
	padding: 4px;
}

.product-content
{
	padding: 4px 12px 4px 12px;
}

.product-content a
{
	color: #000;
	text-decoration: none;
}

.product-content a:hover
{
	text-decoration: underline;
}

.product-alert
{
	width: 400px;
	padding: 6px 4px 4px 42px;
	background: transparent url(../images/site/alert_icon.gif) 0px 6px no-repeat;
}

.product-price-old
{
	color: #0062a0;
	font-size: 12px;
}

.product-rate-content
{
	padding: 0px 12px 8px 12px;
}

.product-rate-content a
{
	color: #000;
	text-decoration: underline;
}

span.strike
{
	text-decoration: line-through;
}

/**** LIGHTBOX ****:
#lightbox{
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #d6d6d6;
}
/*
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
*/

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(../images/site/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/site/overlay.png", sizingMethod="scale");
}

/**** CART ****/
.cart-actions
{
	float: left;
	width: 60px;
	height: 34px;
	line-height: 34px;
}

.cart-image
{
	float: left;
	width: 40px;
	height: 34px;
}

.cart-description
{
	float: left;
	height: 34px;
}

.cart-description a
{
	text-decoration: none;
}

.cart-total
{
	padding-top: 5px;
}

.cart-total subtitle
{
	line-height: 15px;
}

.cart-price
{
	float: right;
	height: 34px;
	color: #0062a0;
	font-size: 12px;
}

.cart-content
{
	clear: both;
	padding: 4px 12px 4px 12px;
}

.cart-content .button-large
{
	margin-right: 4px;
}

.cart-alert
{
	height: 38px;
	padding: 6px 4px 4px 54px;
	background: transparent url(../images/site/alert_icon.gif) 12px 4px no-repeat;
}

/**** INFO ****/
.info-image img
{
	border: 1px solid #9F9F9F;
	margin: 5px 10px 10px 0px;
}

/**** BESTSELLERS ****/
.bestsellers-left, .bestsellers-right
{
	float: left;
	width: 355px;
}

.bestsellers-right
{
	margin-left: 10px;
}

#bestsellers a
{
	color: #0062a0;
	text-decoration: none;
	border-bottom: 1px solid #dcd9d9;
	display: block;
	height: 30px;
}

#bestsellers a img
{
	margin: 4px 0px 4px 0px;
}


#bestsellers a div
{
	float: left;
	height: 30px;
	line-height: 30px;
}

.bestsellers-img
{
	width: 40px;
	text-align: center;
}

/**** SHIPPING ****/
#shipping
{
	margin-top: 4px;
	padding: 5px 5px 10px 5px;
	background: transparent url(../images/site/shipping.jpg) 90px -30px no-repeat;
}

#shipping h2
{
	width: 80px;
	padding-bottom: 20px;
}

/**** SLIDESHOW ****/
.slideshow-container, .slideshow-container-left
{
	float: left;
	width: 232px;
}

.slideshow-container
{
	margin-left: 12px;
}

a.slideshow-link
{
	color: #9F9F9F;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-top: 3px;
}

a.slideshow-link:hover
{
	text-decoration: underline;
}

.slideshow
{
	height: 130px;
	width: 232px;
	overflow: hidden;
}

.slideshow a
{
	display: block;
	width: 120px;
	height: 120px;
	margin-left: 56px;
	text-align: center;
}

/*** HI-POWER ***/
#hi-power
{
	margin-top: 4px;
	margin-bottom: 4px;
	background-image: url(../images/site/bg-hipower.gif);
	color: #fff;
	height: 240px;
	overflow: hidden;
}
#hi-power div
{
	margin-left: 65px;
	padding-top: 66px;
}
#hi-power h2
{
	color: #fff;
}
#hi-power a
{
	color: #fff;
	text-decoration: none;
}
#hi-power a:hover
{
	text-decoration: underline;
}
#hi-power ul
{
	padding: 0px;
	margin: 10px 0px;
	list-style-type: square;
}
#hi-power li
{
	line-height: 13px;	
}

