/* Layout
-------------------------------------------------------------- */
#bd {
	padding: 1.5em 0.5em 0 0.5em;
}

/* Forms
-------------------------------------------------------------- */
button, button.btn {
	height: 31px;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
}

button span, button.btn span {
	height: 23px;
	padding-top: 8px;
	padding-left: 15px;
}

/* Navigation
-------------------------------------------------------------- */
dl.menu {
	padding-left: 0;	
}

dl.menu dt,
dl.menu dd {
	background-position: 11px 11px;
	background-repeat: no-repeat;
	padding: 4px 0 4px 0.5em;
}

dl.menu dd {background-position: 21px 11px;}

dl.menu h3 {
	margin-left: 0.5em;
}

#top_nav {
	padding: 0 0.5em;
}

#top_nav ul{
	height: 36px;
	width: 100%;
	background-position: 0 -50px;
	background-repeat: repeat-x;
	font-size: 92%;
}

#top_nav li a,
#top_nav li i {
	float: left;
	height: 36px;
	background-repeat: no-repeat;
}

#top_nav li i {
	width: 18px;
	height: 36px;
	font-size: 0;
	background-position: -20px 0;
}

#top_nav li a:link,
#top_nav li a:visited {
	text-decoration: none;
	font-weight: 700;
	line-height: 36px;
	padding: 0 1em 0 0.5em; 
	background-position: 0 -50px;
}

#top_nav li a:hover,
#top_nav li a:active {
	text-decoration: underline;
}

#top_nav ul b {
	float: right;
	width: 11px;
	height: 36px;
	background-position: -50px 0;
}

#top_nav li b {
	display: none;
}

#top_nav li.first b {
	display: block;
	float: left;
	height: 36px;
	width: 11px;
	background-position: 0 0;
	background-repeat: no-repeat;	
}

#top_nav li.last i {
	float: left;
	height: 36px;
	width: 18px;
	background-position: -20px 0;
	background-repeat: no-repeat;	
}

#top_nav li.single i {
	background-image: none;
}

/* Boxes
-------------------------------------------------------------- */
.prod_box {
	padding: 1.5em 0 0.5em 0;
}

.info_box {
	padding: 0.5em;
}

.side_bx .top,
.side_bx .top b {
	display: block;
	height: 29px;
	font-size: 0;
	line-height: 29px;
	background-repeat: no-repeat;
}

.side_bx .top i {
	display: none;
}

.side_bx .top {
	background-position: 100% -40px;;
}

.side_bx .top b {
	float: none;
	width: auto;
	margin-right: 13px;
	background-position: 0 0;
}

.side_bx .btm,
.side_bx .btm b{
	display: block;
	height: 13px;
	font-size: 0;
	line-height: 13px;
	background-repeat: no-repeat;
}

.side_bx .btm i {
	display: none;
}

.side_bx .btm {
	background-position: 100% -100px;
}

.side_bx .btm b {
	float: none;
	width: auto;
	margin-right: 10px;
	background-position: 0 -80px;
}

.side_bx .bxd {
	overflow: visible;
	position: relative;
}

.side_bx .bxd h2 {
	position: absolute;
	top: -28px;
	left: 7px;
	z-index: 10;
	margin: 0;
	padding-left: 0.5em;
	line-height: 29px;
	font-size: 14px;
	font-weight: 400;
}

.side_bx h2 {
	margin-left: 0.5em;
}

.ft_bx {
	margin-bottom: 2em;
}

.ft_bx .top,
.ft_bx .top b,
.ft_bx .top i,
.ft_bx .btm,
.ft_bx .btm b,
.ft_bx .btm i {
	display: block;
	height: 11px;
	font-size: 0;
	background-repeat: no-repeat;
}

.ft_bx .top {
	background-position: 0 -160px;
	background-repeat: repeat-x;
}

.ft_bx .top b,
.ft_bx .top i,
.ft_bx .btm b,
.ft_bx .btm i {
	width: 10px;
}

.ft_bx .top b {
	float: left;
	background-position: 0 -120px;
}

.ft_bx .top i {
	float: right;
	background-position: -20px -120px;
}

.ft_bx .btm {
	background-position: 0 -190px;
	background-repeat: repeat-x;
}

.ft_bx .btm b {
	float: left;
	background-position: 0 -140px;
}

.ft_bx .btm i {
	float: right;
	background-position: -20px -140px;
}

.ft_bx .bxd {
	padding: 0 1em;
}

/* Other styles
-------------------------------------------------------------- */
.bg_email {
	bottom: -11px;
}

.top_logo b,
.top_logo i {display: none;}

.top_logo {
	float: left;
	height: 100px;
	padding: 0 1em;
}

.top_search form {
	height: 100px;
}

.top_logo h1 {
	margin: 0;
}

.dispaly_lang_select {
    border: 1px solid #D4D4D4;
    background-color: #EFEFEF;
}

.dispaly_lang_select span {
    background-image: url('/css-themes/img/arr_lang.gif');

}

.dispaly_lang_select ul {
    border: 1px solid #D4D4D4;
    background-color: #EFEFEF;
}

.dispaly_lang_select ul a,
.dispaly_lang_select ul a:hover,
.dispaly_lang_select ul a:active {
    color: #333333;
}

.i_curr {background-image: url('/css-themes/img/i_curr.gif');}

.dispaly_lang_select ul li.on {
    background-color: #4D4D4D;
}

.dispaly_lang_select ul li.on a,
.dispaly_lang_select ul li.on a:hover,
.dispaly_lang_select ul li.on a:active {
    color: #EFEFEF;
}

/* Version colors
-------------------------------------------------------------- */
html {
	color: #35403F;
	background-color: #F5F5F5;
}

h1, h2, h3 {
	color: #5C9A2D;
}

#ft dl {
	border-color: #EEEEEE;
}

.badges {
	border-color: #EEEEEE;
}

a:link,
a:visited {
	color: #252D32;
	text-decoration: none;
}

a:hover,
a:active {
	color: #252D32;
	text-decoration: underline;
}

#hd,
#bd {
	background-color: #FFFFFF;
}

a.tag:link,
a.tag:visited,
a.tag:hover,
a.tag:active {
	background-color: #E82094;
	color: #FFFFFF;
}

.top_logo a:link,
.top_logo a:visited {
	color: #252D32;
}

.top_logo a:hover,
.top_logo a:active {
	color: #252D32;
}

.top_search a:link,
.top_search a:visited {
	color: #3A4B49;
	text-decoration: underline;
}

.top_search a:hover,
.top_search a:active {
	color: #3A4B49;
	text-decoration: none;
}

.side_bx a:link,
.side_bx a:visited {
	color: #252D32;
	text-decoration: none;
}

.side_bx a:hover,
.side_bx a:active {
	color: #252D32;
	text-decoration: underline;
}

#top_nav li a:link,
#top_nav li a:visited {
	color: #E9F1F0;
}

#top_nav li a:hover,
#top_nav li a:active {
	color: #E9F1F0;	
}

.prod_box {
	background-color: #F5F5F5;
	border: 1px solid #D8D8D9;
}

.prod_price {
	color: #252D32;
}

.side_bx .bxd {
	background-color: #F5F5F5;
}

.side_bx .bxd h2 {
	color: #FFFFFF;
}

.ft_bx .bxd {
	border-right: 1px solid #BABEC1;
	border-left: 1px solid #BABEC1;
	background-color: #FFFFFF;
}

dl.ft_dl dt {
	color: #252D32;
}

/* Version images
-------------------------------------------------------------- */
button, button.btn {
	color: #FFFFFF;
	background: url('/css-themes/100602/img/btn/btn.gif') no-repeat 100% -50px;
}

button span, button.btn span {
	background: url('/css-themes/100602/img/btn/btn.gif') no-repeat 0 0;
}

button.btn_sec {
	background: url('/css-themes/100602/img/btn/btn_g.gif') no-repeat 100% -50px;
}

button.btn_sec span {
	background: url('/css-themes/100602/img/btn/btn_g.gif') no-repeat 0 0;
}

button.btn_cart {
	background: url('/css-themes/100602/img/btn/btn_cart.gif') no-repeat 100% -50px;
}

button.btn_cart span {
	background: url('/css-themes/100602/img/btn/btn_cart.gif') no-repeat 0 0;
}

dl.menu dt,
dl.menu dd {
	background-image: url('/css-themes/100602/img/bg/arrow.gif');
	border-bottom: 1px solid #CCCFCD;
}

#top_nav ul{
	background-image: url('/css-themes/100602/img/bg/menu.gif');
}

#top_nav li a,
#top_nav li i {
	background-image: url('/css-themes/100602/img/bg/menu.gif');
}

#top_nav ul b {
	background-image: url('/css-themes/100602/img/bg/menu.gif');
}

#top_nav li.first b {
	background-image: url('/css-themes/100602/img/bg/menu.gif');
}

#top_nav li.last i {
	background-image: url('/css-themes/100602/img/bg/menu.gif');	
}

.side_bx .top,
.side_bx .top b {
	background-image: url('/css-themes/100602/img/bg/bgs.gif');

}

.side_bx .btm,
.side_bx .btm b{
	background-image: url('/css-themes/100602/img/bg/bgs.gif');
}

.ft_bx .top,
.ft_bx .top b,
.ft_bx .top i,
.ft_bx .btm,
.ft_bx .btm b,
.ft_bx .btm i {
	background-image: url('/css-themes/100602/img/bg/bgs.gif');
}

.ft_dl dd a:link,
.ft_dl dd a:visited,
.ft_dl dd a:hover,
.ft_dl dd a:active {
	background-image: url('/css-themes/100602/img/bg/arrow.gif');
}

.ft_dl .ft_rss {
	background-image: url('/css-themes/100602/img/bg/arrow.gif');
}

.top_search button.btn_search {
	background-image:url('/css-themes/100602/img/btn/btn_search.gif');
}