/*OXID look&feel generated CSS
Base*/
HTML, BODY
{
	height: 100%;
}
BODY, TABLE, INPUT, SELECT, TEXTAREA, TT
{
	font: 10px/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
BODY
{
	margin: 0px;
	padding: 0px;
	background: url(http://stildecor.bg/out/basic/img/logo1.png) no-repeat 143px 0px;
}
H1
{
	font-size: 13px;
}
H2
{
	font-size: 11px;
}
H3
{
	font-size: 10px;
}
STRONG.h2
{
	font-size: 11px;
}
STRONG.h3
{
	font-size: 10px;
}
IMG
{
	border: none;
}
UL
{
	padding: 0 0 0 2em;
}
HR
{
	margin: 4px 0;
	height: 1px;
	text-align: center;
	color: #CBCBCB;
	background-color: #CBCBCB;
	border: 0;
}
HR.line
{
	background-color: #EEEFF0;
	border: none;
	color: #EEEFF0;
	height: 1px;
	margin: 4px 0;
}
/*Typography*/
A
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
.hl
{
	color: #F90 !important;
}
.note
{
	color: #F90;
}
.req
{
	color: #F90;
}
.err
{
	color: #F90;
}
.done
{
	color: #00B910;
}
.link
{
	background: url(bg/oxid_02_.gif) no-repeat 0 -385px;
	padding-left: 14px;
	font-size: 10px;
	text-decoration: none;
	color: #5D5C61 !important;
	line-height: 1.1em;
}
.link2
{
	padding-left: 0;
	font-size: 10px;
	text-decoration: none;
	color: #757C83 !important;
	line-height: 1.1em;
}
.link:hover, .link2:hover
{
	text-decoration: underline;
}
.def_color_1
{
	color: #757C83;
}
.fs12
{
	font-size: 12px !important;
}
.fs11
{
	font-size: 11px !important;
}
.fs10
{
	font-size: 10px !important;
}
.nobrd
{
	border: none !important;
}
.nobold
{
	font-weight: normal !important;
}
.ta_right
{
	text-align: right !important;
}
DIV.right, SPAN.right
{
	float: right;
}
DIV.left, SPAN.left
{
	float: left;
}
A.black_link
{
	color: #000 !important;
}
A.black_link:hover
{
	color: #F90 !important;
}
.clear_left
{
	clear: left;
}
.clear_right
{
	clear: right;
}
.clear_both
{
	clear: both;
}
/*Forms*/
FORM
{
	margin-top: 0px;
	margin-bottom: 0px;
}
INPUT
{
	color: #000;
}
SPAN.btn
{
	background: transparent url(bg/buttons_02_.gif) no-repeat right -150px;
	padding: 0 1px 0 0;
	height: 18px;
	line-height: 18px;
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0;
	outline: 0;
}
SPAN.btn INPUT, SPAN.btn A
{
	border: none;
	height: 18px;
	line-height: 10px;
	outline: 0;
	position: relative;
	display: block;
	padding: 2px 7px;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	background: transparent url(bg/buttons_02_.gif) no-repeat left -150px;
}
SPAN.btn A
{
	padding: 3px 8px 2px;
	position: relative;
}
INPUT.btn.hl
{
	border-color: #F90;
	color: #F90;
}
INPUT.chbox
{
	vertical-align: middle;
	margin-top: 0px;
}
INPUT.chk
{
	margin: 1px 5px 1px 0px !important;
	padding: 0 !important;
}
TEXTAREA.fullsize
{
	width: 100%;
}
INPUT.openid
{
	background: #FFF url(bg/openid-icon-small.gif) no-repeat 0 50%;
	border: 1px solid activeCaption;
	padding: 2px 1px 2px 18px;
}
/*Tables .....*/
TABLE
{
	border-collapse: collapse;
}
TABLE.min_width
{
	width: auto;
}
TH
{
	text-align: left;
	padding: 0 5px 0 0;
	font-weight: normal;
}
TR.row_sep TD HR
{
	display: none;
}
TR.row_sep TD DIV
{
	background: url(bg/sepatator_02_.gif) no-repeat center center;
	margin: 0;
	height: 15px;
}
TR.sep TD, TR.sep TH
{
	background: url(bg/sepatator_02_.gif) no-repeat center center;
}
/*Navigation  - bars*/
DIV.bar
{
	vertical-align: middle;
}
DIV.bar .left
{
	float: left;
}
DIV.bar .right
{
	float: right;
}
/*Navigation  - boxes*/
DL.box
{
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
}
DL.box DT
{
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	text-indent: 5px;
}
DL.box DD
{
	margin: 0;
	padding: 4px 4px 0;
}
/*Navigation  - menues*/
UL.menue
{
	padding: 0;
	margin: 0;
	list-style: none;
}
UL.menue LI
{
	margin: 0;
	white-space: nowrap;
	position: relative;
}
UL.menue LI A
{
	line-height: 100%;
}
UL.menue.horizontal LI
{
	float: left;
}
UL.menue.vertical LI
{
	float: none;
	height: 100%;
}
.dropdown
{
	visibility: hidden;
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0;
	margin: 0;
	z-index: 1000;
}
.open .dropdown
{
	visibility: visible;
}
/*Navigation - tree*/
UL.tree
{
	padding: 0;
	margin: 0;
}
UL.tree UL
{
	padding: 0;
	margin: 0 0 0 15px;
}
UL.tree LI
{
	padding: 0;
	margin: 0;
	list-style: none;
}
UL.tree LI A
{
	line-height: 100%;
}
/*Layout*/
DIV#page
{
	width: 980px;
	margin: 0px auto 0;
	padding: 0;
	position: relative;
	/*[empty]background:;*/
}
DIV#header
{
	clear: both;
	/*[empty]background:;*/
}
DIV#content
{
	clear: both;
	background: url(bg/bd_02_.gif) repeat-y;
}
DIV#path
{
	margin: 0 0 0 195px;
	background: #FFFFFF;
	padding: 15px 0 0;
	border-bottom: 1px solid #D2D2D2;
	color: #5D5C61;
}
DIV#body
{
	margin: 0 210px 50px 190px;
	padding: 10px 0 0;
}
DIV#left
{
	float: left;
	width: 180px;
	background: #5D5C61;
	border-right: 4px solid #3A3A3A;
}
DIV#right
{
	float: right;
	width: 204px;
	background: #D2D2D2;
}
DIV#footer
{
	clear: both;
	background: #FFFFFF;
}
DIV.clear
{
	clear: both;
}
/*Blank pages, popups*/
DIV#body.plain
{
	margin: 0;
	padding: 0;
	width: auto;
}
/*+ layout - header*/
#header DIV.bar .fixed
{
	min-width: 184px;
	border-right: 1px solid #FFFFFF;
	float: left;
}
DIV.bar.oxid .logo
{
	float: left;
}
DIV.bar.oxid DL.box
{
	min-height: 98px;
	min-width: 150px;
	margin: 0 0 1px 2px;
	padding-bottom: 5px;
}
DL.box
{
	background: #D2D2D2;
	border: 1px solid #5D5C61;
	width: 150px;
}
DL.box DT
{
	background: #5D5C61;
	color: #FFFFFF;
}
DL.box DT A
{
	color: #FFFFFF;
	padding: 0 0 0 10px;
	background: transparent url(bg/oxid_02_.gif) no-repeat 0 -10px;
	display: block;
}
DL.box DD
{
	color: #5D5C61;
}
DL.box DD UL
{
	margin: 0;
}
DL.box.open DT
{
	background-color: #131313;
	color: #FFFFFF;
}
DL.box.open DT A
{
	background-position: 0 -35px;
	color: #FFFFFF;
}
DL.box.open DD.dropdown
{
	top: 2em;
	margin-top: 3px;
	width: 150px;
	padding: 0;
}
DL.box.open DD.dropdown UL LI A
{
	display: block;
	padding: 0 5px 0 15px;
	line-height: 20px;
	text-decoration: none;
	background: #3A3A3A url(bg/oxid_02_.gif) no-repeat 0 -50px;
	color: #FFFFFF;
}
DL.box.open DD.dropdown UL LI A:hover
{
	background-color: #131313;
	color: #FFFFFF;
	background-position: 0 -75px;
}
DL.box.service DD UL
{
	padding: 0;
}
DL.box.service DD UL LI
{
	list-style: none;
	padding: 1px 0;
}
DL.box.service DD UL LI A
{
	color: #5D5C61;
	padding-left: 10px;
	background: transparent url(bg/oxid_02_.gif) no-repeat 0 -100px;
	text-decoration: none;
}
DL.box.service DD UL LI A:hover
{
	text-decoration: underline;
}
DL.box.account DD
{
	line-height: 150%;
}
DL.box.basket
{
	background: #D2D2D2;
	border-color: #5D5C61;
}
DL.box.basket DT
{
	background: #5D5C61;
}
DL.box.basket.open DT
{
	background-color: #131313;
}
DL.box.basket.open DT A
{
	color: #FFFFFF;
}
DL.box.basket.open DD.dropdown UL LI A
{
	background-color: #3A3A3A;
	color: #FFFFFF;
}
DL.box.basket.open DD.dropdown UL LI A:hover
{
	background-color: #131313;
	color: #FFFFFF;
}
DL.box.basket DD TABLE
{
	width: 100%;
}
DIV.bar.links
{
	background: #3A3A3A;
	border-bottom: 1px solid #FFFFFF;
}
DIV.bar.links A
{
	line-height: 11px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	vertical-align: bottom;
	padding: 7px 0.5em;
	border-left: 1px solid #FFFFFF;
}
DIV.bar.links A.language
{
	margin: 4px 3px 4px 0.8em;
	padding: 0;
	border: none;
}
DIV.bar.links A.language IMG
{
	margin: 1px;
}
DIV.bar.links A.language.act IMG
{
	opacity: .7;
}
DIV.bar.links A.currency
{
	padding: 0 0 0 0.5em;
	margin: 7px 0 7px 0.5em;
}
DIV.bar.links A.currency.sep
{
	padding: 7px 0 7px 1em;
	margin: 0 0 0 1em;
}
DIV.bar.links A.currency.act
{
	color: #D2D2D2;
}
DIV.bar.links .right A
{
	padding: 7px 1em;
}
DIV.bar.links .left A
{
	padding: 7px 1em;
	border-left: none;
	border-right: 1px solid #FFFFFF;
}
DIV.bar.links.single
{
	background: #131313;
}
DIV.bar.links.single A
{
	color: #FFFFFF;
}
DIV.bar.links.single A.act
{
	color: #D2D2D2;
}
DIV.bar.categories
{
	background: #131313;
	border-bottom: 1px solid #FFFFFF;
}
DIV.bar.categories A
{
	min-width: 50px;
	text-align: center;
	line-height: 1;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 11px;
}
DIV.bar.categories LI A.more
{
	background: transparent url(bg/oxid_02_.gif) no-repeat 5px -125px;
	text-indent: 10px;
}
DIV.bar.categories LI A.exp.more
{
	background-position: 5px -625px;
}
DIV.bar.categories LI.open A.more
{
	background-position: 5px -150px;
}
DIV.bar.categories A.fixed
{
	padding: 10px 0;
	text-align: center;
	background-color: #131313;
	color: #FFFFFF;
}
DIV.bar.categories A.fixed:hover
{
	background-color: #3A3A3A;
	color: #FFFFFF;
	text-decoration: none;
}
DIV.bar.categories LI.open A, DIV.bar.categories LI A.exp
{
	background-color: #3A3A3A;
	color: #FFFFFF;
	text-decoration: none;
}
DIV.bar.categories UL.menue.horizontal LI
{
	float: left;
	border-right: 1px solid #FFFFFF;
}
DIV.bar.categories UL.menue.vertical LI
{
	float: none;
	border-top: 1px solid #FFFFFF;
}
DIV.bar.categories UL.menue.vertical LI A
{
	text-align: left;
	padding: 7px 10px;
	background: #3A3A3A;
	color: #FFFFFF;
	font-weight: normal;
}
DIV.bar.categories UL.menue.vertical LI A:hover
{
	background-color: #131313;
	color: #FFFFFF;
}
/*+ layout - footer*/
#footer A
{
	text-decoration: none;
}
#footer A:hover
{
	text-decoration: underline;
}
#footer .shopicons
{
	padding: 0 150px;
}
#footer .footertext
{
	text-align: center;
	font-size: 10px;
	padding: 5px 0;
	clear: both;
	color: #5D5C61;
}
DIV.bar.copy
{
	height: 13px;
	background: #131313;
	border-top: 2px solid #FFFFFF;
	color: #FFFFFF;
	padding: 5px 10px 5px 200px;
}
DIV.bar.copy A
{
	color: #FFFFFF;
}
DIV.bar.shop
{
	background: #FFFFFF;
	color: #5D5C61;
	padding: 8px 190px 10px 180px;
	text-align: center;
}
DIV.bar.shop A
{
	color: #5D5C61;
	margin: 0 7px;
}
DIV.bar.icons
{
	text-align: right;
}
/*minibasket*/
.box.minibasket .hr
{
	background: url(bg/sepatator_02_.gif) no-repeat center center;
	height: 15px;
}
.box.minibasket .tocart
{
	height: 18px;
	line-height: 18px;
	width: 149px;
	background: transparent url(bg/buttons_02_.gif) no-repeat right 0;
	margin-left: auto;
	border: 0 none #000000;
	padding: 0 1px 0 0;
}
.box.minibasket .tocart INPUT
{
	width: 149px;
	height: 18px;
	text-align: center;
	background: transparent url(bg/buttons_02_.gif) no-repeat left 0;
	margin: 0;
	border: 0;
	color: #FFFFFF;
	padding: 2px 0 0 23px;
	cursor: pointer;
	font-weight: bold;
}
/*+ layout - left*/
#left STRONG.h2
{
	display: block;
}
#left STRONG.h2
{
	background: #3A3A3A;
	padding: 10px 5px 5px;
	margin: 0;
	color: #FFFFFF;
}
#left STRONG.h2 A
{
	text-decoration: none;
	color: #FFFFFF;
}
#left STRONG.h2 A:hover
{
	text-decoration: underline;
}
#left P
{
	padding: 3px 10px;
	margin: 0;
}
#left FORM.search
{
	padding: 5px 0;
}
#left .search INPUT.txt
{
	width: 122px;
	margin-top: 2px;
	padding: 1px 0;
}
#left .search SELECT
{
	width: 126px;
	margin-top: 2px;
	padding: 1px 0;
}
#left .search SPAN.btn INPUT
{
	font-weight: bold;
	width: 28px;
	text-align: center;
}
#left HR
{
	margin: 3px 10px;
}
/*left minibasket*/
#left .box.minibasket
{
	padding: 7px 10px;
}
/*information list*/
#left UL.info
{
	margin: 0;
	padding: 0 0 30px;
}
#left UL.info LI
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#left UL.info LI A
{
	background: url(bg/oxid_02_.gif) no-repeat right -250px;
	text-indent: 10px;
	color: #FFFFFF;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #FFFFFF;
}
/*news list*/
#left DL.news
{
	margin: 7px 0;
	padding-left: 10px;
}
#left DL.news DT
{
	margin-bottom: 9px;
}
#left DL.news DT A
{
	color: #FFFFFF;
	text-decoration: none;
}
#left DL.news DT A:hover
{
	text-decoration: underline;
}
#left DL.news DD
{
	margin: 0 0 9px;
}
/*partners list*/
#left .partners
{
	margin: 7px 0;
}
#left .partners .logo
{
	text-align: center;
	margin-top: 20px;
}
UL.tree LI A
{
	background: #5D5C61 url(bg/oxid_02_.gif) no-repeat right 500px;
	color: #FFFFFF;
	display: block;
	padding: 10px 2px;
	border-top: 1px solid #FFFFFF;
}
UL.tree LI A.has
{
	padding-right: 15px;
	background-position: right -175px;
}
UL.tree LI A.root
{
	text-indent: 15px;
	padding-right: 0;
	background-position: 0 -175px;
	font-weight: bold;
	border-color: #FFFFFF;
}
UL.tree LI A.exp
{
	text-indent: 15px;
	padding-right: 0;
	background-position: 0 -200px;
}
UL.tree LI A.act
{
	background-color: #3A3A3A;
	color: #FFFFFF;
}
UL.tree LI A.exp.act
{
	background-position: 0 -225px;
}
/*+ layout - right*/
#right STRONG.h2
{
	display: block;
}
#right STRONG.h2
{
	position: relative;
	border-left: 4px solid #5D5C61;
	background: #5D5C61;
	padding: 10px 5px 5px;
	margin: 0;
	color: #FFFFFF;
}
#right STRONG.h2 A
{
	text-decoration: none;
	color: #FFFFFF;
}
#right STRONG.h2 A:hover
{
	text-decoration: underline;
}
#right DIV.box
{
	border-left: 4px solid #5D5C61;
	padding: 7px 10px;
}
#right DIV.box P
{
	padding: 7px 10px;
}
#right .form LABEL
{
	color: #5D5C61;
	display: block;
	margin: 0 0 3px;
}
#right .form INPUT.txt
{
	width: 176px;
	margin: 0 0 3px;
}
#right .form INPUT.txt.openid
{
	width: 159px;
}
#right .form SPAN.btn INPUT
{
	width: 179px;
}
#right .form A.link
{
	display: block;
	margin: 0 0 3px;
}
#right DIV.forms STRONG.h2
{
	background-color: #5D5C61;
	color: #FFFFFF;
	border-left-color: #5D5C61;
}
#right DIV.forms STRONG.h2 A
{
	color: #FFFFFF;
}
#right DIV.forms DIV.box
{
	border-left-color: #5D5C61;
	background-color: #D2D2D2;
}
#right .listitem
{
	margin: 2px 0 7px;
	padding-left: 66px;
	position: relative;
	min-height: 45px;
	height: auto;
	color: #5D5C61;
	width: 114px;
}
#right .listitem .picture
{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 56px;
	height: 42px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
}
#right .listitem A.title
{
	overflow: hidden;
	width: 108px;
	display: block;
}
#right .listitem A
{
	text-decoration: none;
	color: #5D5C61;
}
#right .listitem A:hover
{
	text-decoration: underline;
}
#right .listitem TT
{
	display: block;
}
#right .actions
{
	margin: 3px 0 5px;
}
#right .actions A
{
	display: block;
}
#right .listitem.bargain A.link
{
	color: #5D5C61;
}
#right .listitem.rightlist
{
	border-bottom: 1px solid #5D5C61;
	height: auto;
}
#right .listitem.rightlist.lastinlist
{
	border: none;
	margin-bottom: 3px;
}
#right .listitem.rightlist .price
{
	font-size: 14px;
	font-weight: bold;
	color: #5D5C61;
	margin: 16px 24px 9px 0;
	width: 90px;
	position: relative;
}
#right .listitem.rightlist .price A
{
	font-weight: normal;
	color: #5D5C61;
}
#right .listitem.rightlist .price A:hover
{
	color: #5D5C61;
}
#right .listitem.rightlist .price .tocart
{
	width: 18px;
	height: 16px;
	position: absolute;
	left: 92px;
	top: 0;
}
#right .listitem.rightlist .price .btn
{
	width: 20px;
	height: 18px;
	margin: 0;
	border: 0;
	background: transparent url(bg/buttons_02_.gif) no-repeat 0 0;
	padding: 0;
	cursor: pointer;
}
#right .listitem.rightlist .link
{
	background: url(bg/oxid_02_.gif) no-repeat 0 -385px;
	padding-left: 14px;
	font-size: 10px;
	text-decoration: none;
	color: #5D5C61 !important;
	line-height: 1.1em;
}
#right .listitem.rightlist .link:hover
{
	text-decoration: underline;
}
/*right minibasket*/
#right .box.minibasket
{
	color: #5D5C61;
}
#right .box.minibasket .tocart
{
	width: 149px;
	height: 18px;
	line-height: 18px;
}
#right .box.minibasket .tocart INPUT
{
	width: 149px;
	height: 18px;
	text-align: center;
	margin: 0;
	border: 0;
	color: #FFFFFF;
	padding: 2px 0 0 23px;
	cursor: pointer;
	font-weight: bold;
	line-height: 1.1em;
}
#right .recommlist .btn
{
	border: 1px solid #5D5C61;
	background: #5D5C61;
	color: #FFFFFF;
	font-weight: bold;
	width: 30px;
	text-align: center;
	line-height: 100%;
}
#right DL.actionslist
{
	color: #5D5C61;
	margin-bottom: 5px;
}
#right DL.actionslist DT
{
	background: url(bg/sepatator_02_.gif) no-repeat top center;
	font-weight: bold;
	padding-top: 5px;
}
#right DL.actionslist DD
{
	margin: 0;
	height: 12px;
}
#right DL.actionslist DD TT
{
	width: 80px;
	float: left;
}
#right DL.actionslist DD SPAN
{
	float: left;
}
#right DL.actionslist .link
{
	background: url(bg/oxid_02_.gif) no-repeat 0 -385px;
	padding-left: 14px;
	font-size: 10px;
	text-decoration: none;
	color: #5D5C61 !important;
	line-height: 1.1em;
	float: right;
}
#right DL.actionslist .link:hover
{
	text-decoration: underline;
}
#right .recommlistsearch .btn
{
	width: auto;
}
#right .recommlistsearch .search_input
{
	width: 120px;
}
/*RSS*/
#right .box
{
	position: relative;
}
A.rss
{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	background: transparent url(bg/rss.gif) no-repeat 0 0;
	text-decoration: none;
	bottom: 5px;
	right: 6px;
}
#body STRONG.head A.rss, #body STRONG.head2 A.rss, #body .product STRONG.h4 A.rss, #body .boxhead A.rss
{
	bottom: 8px;
}
#body STRONG.head, #body STRONG.head2
{
	position: relative;
	display: block;
}
#right STRONG.h2 A.rss
{
	bottom: 6px;
}
/*Path*/
#path
{
	position: relative;
}
#path A
{
	color: #5D5C61;
	text-decoration: none;
}
#path A:hover
{
	text-decoration: underline;
}
#path A.dinfo
{
	position: absolute;
	right: 0;
}
/*Content*/
#body A
{
	font-size: 11px;
	text-decoration: none;
	color: #5D5C61;
}
#body A:hover
{
	text-decoration: underline;
	color: #131313;
}
#body, #body TD, #body TH
{
	font-size: 11px;
}
#body STRONG.head, #body H1.head
{
	margin: 0 5px;
	background: #FFFFFF;
	color: #5D5C61;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0.5em;
	border-left: 8px solid #5D5C61;
	border-top: 1px solid #5D5C61;
	border-right: 1px solid #5D5C61;
	position: relative;
}
#body STRONG.head2
{
	margin: 0 5px 10px;
	background: #FFFFFF;
	color: #5D5C61;
	border: 1px solid #5D5C61;
	border-left-width: 8px;
	float: left;
	width: 549px;
	padding: 8px 6px;
}
#body .boxhead
{
	margin: 0 5px;
	background: #FFFFFF;
	padding: 6px 5px 6px 7px;
	height: 20px;
	border-top: 1px solid #5D5C61;
	border-left: 8px solid #5D5C61;
	border-right: 1px solid #5D5C61;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #5D5C61;
	width: 549px;
	float: left;
	position: relative;
}
#body STRONG.head EM, #body H1.head EM, #body .boxhead EM
{
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 11px;
}
#body STRONG.head SMALL, #body H1.head SMALL, #body .boxhead SMALL
{
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	display: block;
	position: absolute;
	top: 9px;
	right: 3.5em;
}
#body .boxhead SMALL
{
	top: 12px;
}
#body STRONG.head H1, #body .boxhead H1
{
	margin: 0;
	padding: 0;
	display: inline;
}
#body .box
{
	border: 1px solid #5D5C61;
	border-top: none;
	padding: 8px 6px;
	margin: 0 5px 10px;
	width: 556px;
	float: left;
	background: #FFFFFF;
}
#body .empty
{
	padding: 0 6px !important;
	height: 0px;
	overflow: hidden;
}
#body .box IMG
{
	border: none;
	padding: 0;
	margin: 0;
}
#body .box P
{
	margin: 0 0 1em;
}
#body .box UL.list
{
	margin: 0;
	padding: 0;
}
#body .box UL.list LI
{
	background: url(bg/oxid_02_.gif) no-repeat 0 -675px;
	display: inline;
	padding-left: 8px;
	margin-right: 10px;
}
#body .box UL.list LI A
{
	text-decoration: none;
	color: #5D5C61;
}
#body .box UL.list LI A:hover
{
	text-decoration: underline;
	color: #131313;
}
#body .box.info
{
	padding: 10px 10px 10px 15px;
	width: 543px;
}
#body .box.notice
{
	padding: 5px 0 0;
	width: 568px;
	border: none;
}
#body .box .catfilter
{
	margin: 5px 5px 10px 0;
}
#body .box .catfilter LABEL
{
	margin-right: 7px;
}
#body .box .catfilter SELECT
{
	margin: 3px;
}
#body.plain .boxhead
{
	margin: 5px 5px 0;
	width: auto;
	float: none;
}
#body.plain .box
{
	width: auto;
	float: none;
}
#body DIV.bar.prevnext
{
	background-color: #D2D2D2;
	border: 1px solid #5D5C61;
	margin: 5px;
	padding: 0;
	height: 27px;
	float: left;
	width: 568px;
}
#body DIV.bar.prevnext INPUT
{
	background: #131313;
	color: #FFFFFF;
	border: 1px solid #D2D2D2;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 35px;
	margin: 0;
	line-height: 1.1em;
}
#body DIV.bar.prevnext.bottom
{
	margin-bottom: 15px;
}
#body .form TH
{
	text-align: left;
	padding: 7px 0;
	font-weight: bold;
	font-size: 11px;
	background: url(bg/sepatator_02_.gif) no-repeat bottom center;
}
#body .form TH.mid
{
/*border-top:1px dotted #000;*/
	padding-top: 3em;
}
#body .form TH SMALL
{
	font-weight: normal;
	font-size: 10px;
}
#body .form TD
{
	padding: 3px 0;
}
#body SMALL
{
	font-weight: inherit;
	font-size: 69%;
}
/*Other*/
#body .dot_sep
{
	background: url(bg/sepatator_02_.gif) no-repeat center center;
	border: 0px none #000000;
	height: 10px;
	margin: 0px;
}
#body .dot_sep.mid
{
	margin: 5px 0;
}
#body .errorbox
{
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #5D5C61;
	color: #5D5C61;
	padding: 5px;
	margin: 3px 5px 10px;
	width: 558px;
	float: left;
}
#body .errorbox P
{
	margin: 0;
}
#body .errorbox.inbox
{
	width: 528px;
	margin: 5px 0;
	float: none;
}
/*Plain errors*/
#body.plain .errorbox
{
	width: auto;
	font-size: 10px;
	font-weight: bold;
	color: #D81F01;
	margin: 20px;
	padding: 0;
	border: none;
	width: 500px;
}
#body.plain .errorbox A
{
	color: #D81F01;
	text-decoration: underline;
}
#body.plain .errorbox A:hover
{
	color: #666;
}
#body.plain .errorbox .errhead
{
	background: #D81F01;
	color: #FFF;
	padding: 5px 15px;
}
#body.plain .errorbox .errbody
{
	border: 1px solid #D81F01;
	padding: 15px;
}
/*Locator*/
#body .locator
{
	margin: 0 5px 10px;
	border: 1px solid #5D5C61;
	color: #5D5C61;
	float: left;
	width: 568px;
}
#body .locator .lochead
{
	background: #D2D2D2;
	color: #5D5C61;
	padding: 8px 0.6em;
	height: 1.1em;
}
#body .locator .lochead STRONG.h4
{
	margin: 0;
	padding: 0;
	color: #5D5C61;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
#body .locator .locbody
{
	padding: 5px 0.6em;
	text-align: right;
	height: 1.3em;
	overflow: visible;
}
#body .locator .locbody, #body .locator .locbody A
{
	font-size: 10px;
}
#body .locator .arrow
{
	font-size: 10px;
	font-weight: bold;
}
#body .locator A.active
{
	font-weight: bold;
	color: #131313;
}
#body .locator .sep
{
	padding: 0 2px;
	color: inherit;
}
#body .locator .sort_row A.none
{
	background: url(bg/oxid_02_.gif) no-repeat right -750px;
	padding-right: 20px;
}
#body .locator .sort_row A.asc
{
	background: url(bg/oxid_02_.gif) no-repeat right -775px;
	padding-right: 20px;
}
#body .locator .sort_row A.desc
{
	background: url(bg/oxid_02_.gif) no-repeat right -800px;
	padding-right: 20px;
}
#body .locator .btn
{
	margin-bottom: 6px;
}
#body .locator.compare .locbody
{
	height: auto;
}
/*Products*/
#body .product
{
	border: 1px solid #5D5C61;
	float: left;
	width: 143px;
	height: 147px;
	margin: 0 5px 10px;
	padding: 5px 5px 5px 130px;
	position: relative;
	background: #FFFFFF;
}
#body .product .picture
{
	display: block;
	width: 115px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 8px;
	overflow: hidden;
}
#body .product STRONG.h3
{
	margin: 0;
	height: 40px;
	display: block;
}
#body .product STRONG.h3 A
{
	font-size: 10px;
	color: #3A3A3A;
}
#body .product TT
{
	color: #5D5C61;
	display: block;
}
#body .product .flag
{
	width: 6px;
	height: 6px;
	border: 1px solid #969696;
	float: left;
	margin: 3px 8px 0 0;
}
#body .product .flag.red
{
	background-color: #F00;
}
#body .product .flag.orange
{
	background-color: #FFB200;
}
#body .product .flag.green
{
	background-color: #00AB1F;
}
#body .product .desc
{
	color: #5D5C61;
	font-size: 10px;
}
#body .product .actions A
{
	text-decoration: none;
	color: #5D5C61;
	padding-left: 12px;
	background: url(bg/oxid_02_.gif) no-repeat 0 -300px;
	font-size: 10px;
	display: block;
	width: 1%;
	white-space: nowrap;
}
#body .product .actions A:hover
{
	text-decoration: underline;
}
#body .product .variants
{
	height: 35px;
}
#body .product .variants LABEL
{
	display: block;
	color: #5D5C61;
	font-size: 9px;
	padding-bottom: 3px;
}
#body .product .variants SELECT
{
	width: 136px;
}
#body .product .amprice
{
	clear: left;
}
#body .product .amount
{
	padding-top: 0.5em;
}
#body .product .amount LABEL
{
	margin-right: 0.5em;
	color: #5D5C61;
	font-size: 10px;
}
#body .product .cost
{
	margin-bottom: 4px;
}
#body .product .cost BIG
{
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
	white-space: nowrap;
}
#body .product .cost SUP.dinfo
{
	vertical-align: super;
	margin: 0;
	padding: 0;
}
#body .product .cost SUP.dinfo A
{
	color: inherit;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
#body .product .cost SUP.dinfo A:hover
{
	text-decoration: underline;
	color: inherit;
}
#body .product .cost SMALL
{
	font-weight: inherit;
	font-size: 69%;
}
#body .product SPAN.btn A
{
	width: 135px;
	line-height: 19px;
	padding: 0px;
	margin-top: 0px;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	display: block;
}
#body .product SPAN.btn A:hover
{
	text-decoration: none;
}
#body .product .cost .pricefrom
{
	line-height: 9px;
}
#body .pricefrom
{
	font-size: 50%;
}
#body .product .tocart
{
	height: 18px;
	line-height: 1;
	width: 134px;
	background: transparent url(bg/buttons_02_.gif) no-repeat right 0;
	margin: 0;
	border: 0 none #000000;
	padding: 0 1px 0 0;
	clear: left;
}
#body .product .tocart INPUT
{
	height: 18px;
	line-height: 1;
	width: 134px;
	background: transparent url(bg/buttons_02_.gif) no-repeat 0 0;
	border: 0;
	color: #FFFFFF;
	padding: 0 0 0 23px;
	cursor: pointer;
	font-weight: bold;
}
#body .product.head
{
	margin-top: 30px;
	border-top: none;
	border-color: #5D5C61;
}
#body .product.head STRONG.h4
{
	display: block;
	margin: 0;
	background: #FFFFFF;
	padding: 8px 5px 1px 7px;
	height: 20px;
	position: absolute;
	top: -30px;
	left: -1px;
	border-top: 1px solid #5D5C61;
	border-left: 8px solid #5D5C61;
	border-right: 1px solid #5D5C61;
	width: 259px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #5D5C61;
}
#body .product.head STRONG.h4 SMALL
{
	display: block;
	position: absolute;
	top: 8px;
	left: 49%;
	color: #5D5C61;
	font-size: 10px;
	font-weight: normal;
}
#body .product.head STRONG.h4.big
{
	width: 549px;
}
#body .product.head.topshop STRONG.h4
{
	color: #5D5C61;
	border-color: #131313;
}
#body .product.head.topshop
{
	border-color: #131313;
}
#body .product.big
{
	width: 282px;
	height: 208px;
	padding-left: 281px;
}
#body .product.head STRONG.h4.big
{
	width: 549px;
	display: block;
}
#body .product.big .picture
{
	width: 250px;
}
#body .product.big STRONG.h3
{
	margin-top: 10px;
	display: block;
}
#body .product.big STRONG.h3 A
{
	font-size: 12px;
	color: #3A3A3A;
}
#body .product.big .actions A
{
	display: inline;
	margin-right: 10px;
}
#body .product.big .cost BIG
{
	font-size: 23px;
}
#body .product.big .cost .old
{
	font-weight: bold;
	font-size: 11px;
}
#body .product.big .cost SUB.only
{
	display: block;
	float: left;
	font-weight: bold;
	font-size: 11px;
	margin-right: 0.5em;
	height: 3em;
}
#body .product.big .cost .desc
{
	color: #5D5C61;
	font-size: 10px;
}
#body .product.small
{
	width: 123px;
	height: 147px;
	padding-left: 5px;
	padding-top: 125px;
}
#body .product.small .variants
{
	height: 3em;
	margin-bottom: 2px;
}
#body .product.small .picture
{
	height: 118px;
}
#body .product.small .cost
{
	white-space: nowrap;
}
#body .product.small .tocart
{
	width: 121px;
}
#body .product.small .tocart INPUT
{
	width: 121px;
}
#body .product.small .variants SELECT
{
	width: 123px;
}
#body .product.small SPAN.btn A
{
	width: 121px;
}
#body .product.thin
{
	width: 433px;
	height: 130px;
	border-color: #5D5C61;
}
#body .product.head STRONG.h4
{
	margin: 0;
	background: #FFFFFF;
	padding: 8px 5px 1px 7px;
	height: 20px;
	position: absolute;
	top: -30px;
	left: -1px;
	border-top: 1px solid #5D5C61;
	border-left: 8px solid #5D5C61;
	border-right: 1px solid #5D5C61;
	width: 259px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #5D5C61;
}
#body .product.head STRONG.h4.thin
{
	width: 549px;
	border-color: #5D5C61;
	color: #5D5C61;
	background: #D2D2D2;
	padding: 1px 5px 8px 7px;
}
#body .product.thin .cost
{
	position: absolute;
	top: 5px;
	right: 5px;
}
#body .product.thin .amount
{
	position: absolute;
	bottom: 25px;
	right: 5px;
}
#body .product.thin .tocart
{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#body .product.thin .moreinfo
{
	position: absolute;
	bottom: 5px;
	right: 100px;
}
#body .product.thin .moreinfo A
{
	width: 135px;
}
#body .product.thin .variants
{
	position: absolute;
	bottom: 25px;
	right: 100px;
}
#body .product.thin .actions
{
	margin-top: 2em;
}
#body .product.thin TT
{
	float: left;
}
#body .product.thin .flag
{
	float: left;
	margin-left: 4px;
}
#body .product.thinest
{
	width: 479px;
	height: 50px;
	padding-left: 72px;
	margin: 0;
	border: none;
}
#body .product.thinest .picture
{
	left: 0;
	height: 42px;
	width: 56px;
	border: 1px solid #CBCBCB;
}
#body .product.thinest STRONG.h3
{
	height: 26px;
	margin-top: 3px;
	display: block;
}
#body .product.head STRONG.h4.thinest
{
	width: 556px;
	border-color: #5D5C61;
	color: #5D5C61;
	background: #D2D2D2;
	padding: 1px 5px 8px 7px;
}
#body .product.thinest .cost
{
	position: absolute;
	top: 15px;
	right: 5px;
}
#body .product.thinest .cost BIG
{
	font-size: 14px;
	line-height: 100%;
}
#body .product.thinest .cost SUP.dinfo A
{
	font-size: 11px;
}
#body .product.thinest .amount
{
	position: absolute;
	bottom: 5px;
	right: 170px;
}
#body .product.thinest .tocart
{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#body .product.thinest .actions
{
	margin-top: 0em;
	clear: left;
}
#body .product.thinest TT
{
	float: left;
}
#body .product.thinest .flag
{
	float: left;
	margin-left: 4px;
}
#body .product.thinest .variants
{
	height: auto;
}
#body .product.firstinlist
{
	border-bottom: none;
	margin-bottom: 0;
}
#body .product.inlist
{
	border-top: none;
	border-bottom: none;
	margin-bottom: 0;
}
#body .product.lastinlist
{
	border-top: none;
}
#body .separator
{
	height: 10px;
	background: transparent url(bg/sepatator_02_.gif) no-repeat center center;
	margin: 0 5px;
	float: left;
	width: 568px;
	border: 1px solid #5D5C61;
	border-top: none;
	border-bottom: none;
}
#body .separator.inbox
{
	width: 555px;
	border: none;
	margin: 0;
}
#body .txtseparator
{
	height: 10px;
	margin: 0 5px;
	float: left;
	width: 568px;
	border: 1px solid #5D5C61;
	border-top: none;
	border-bottom: none;
}
#body .txtseparator.inbox
{
	margin: 0;
	width: 555px;
	border: none;
	border-bottom: 1px solid #5D5C61;
}
#body .product.details
{
	height: auto;
	min-height: 260px;
	margin-bottom: 0;
	border-bottom: none;
	border-color: #5D5C61;
}
#body .product.details STRONG.h4
{
	border-color: #5D5C61;
	color: #5D5C61;
	background: #D2D2D2;
	padding: 1px 5px 8px 7px;
	display: block;
}
#body .product.details H1
{
	border: none;
	margin: 8px 0 0;
	padding: 0;
	color: #3A3A3A;
	background: none;
	font-size: 12px;
	font-weight: bold;
}
#body .product.details TT
{
	margin: 3px 0 0;
}
#body .product.details .desc
{
	margin: 3px 0 0;
	font-size: 11px;
	color: #5D5C61;
}
#body .product.details .picture
{
	text-align: left;
	height: 250px;
}
#body .product.details .exturls
{
	position: absolute;
	top: 260px;
	left: 8px;
	width: 250px;
}
#body .product.details .exturls A
{
	color: #131313;
	font-size: 10px;
	margin-right: 1em;
}
#body .product.details .cats
{
	margin: 1em 0 0;
	font-size: 10px;
	color: #5D5C61;
}
#body .product.details .cats A
{
	font-size: 10px;
	color: #5D5C61;
}
#body .product.details .cats IMG
{
	margin-right: 1em;
}
#body .product.details .status
{
	padding-top: 1em;
	font-size: 10px;
	color: #5D5C61;
}
#body .product.details .variants
{
	padding-top: 1em;
}
#body .product.details .actions
{
	padding-top: 1em;
	clear: left;
}
#body .product.details .actions A
{
	display: block;
	color: #5D5C61;
}
#body .product.details .actions A.reqlogin
{
	background: none;
	padding-left: 0;
}
#body .product.details .cost
{
	margin: 1em 0;
}
#body .product.details .cost BIG
{
	display: block;
	float: left;
	margin-right: 8px;
}
#body .product.details .cost .old
{
	font-weight: bold;
	font-size: 11px;
}
#body .product.details .cost SUP.dinfo
{
	font-size: 10px;
	font-weight: normal;
	color: #5D5C61;
	vertical-align: top;
/*width:120px;display:block;word-wrap:break-word;*/
	float: left;
	line-height: inherit;
	width: 120px;
}
#body .product.details .cost SUP.dinfo A
{
	font-size: 11px;
	font-weight: bold;
}
#body .product.details .cost SUB.only
{
	display: block;
	float: left;
	font-weight: bold;
	font-size: 11px;
	margin-right: 0.5em;
	height: 3em;
}
#body .product.details .cost .desc
{
	color: #5D5C61;
	font-size: 10px;
}
#body .product.details .packing
{
	clear: left;
	padding-top: 0.5em;
	font-size: 10px;
	color: #757C83;
}
#body .product.details .deltime
{
	clear: left;
	padding-top: 0.5em;
	font-size: 11px;
	color: #5D5C61;
}
#body .product.details .pperunit
{
	clear: left;
	padding-top: 0.5em;
	font-size: 10px;
	color: #000;
}
#body .product.details .amprice TH
{
	font-size: 10px;
	font-weight: bold;
}
#body .product.details .amprice TD
{
	font-size: 10px;
	padding: 0;
}
#body .product.details .amprice .am
{
	color: #5D5C61;
}
#body .product.details .amprice .pr
{
	font-weight: bold;
}
#body .product.details .amount
{
	clear: left;
}
#body .product.details .pricealarm
{
	float: left;
	margin-top: 2px;
}
#body .product.details .pricealarm A
{
	font-size: 10px;
}
#body .product.details .persparam
{
	clear: left;
	padding-top: 7px;
}
#body .product.details .persparam LABEL
{
	font-size: 10px;
	margin-right: 10px;
	color: #5D5C61;
}
#body .product.details .tocart
{
	float: left;
	margin-top: 2px;
	margin-right: 40px;
}
#body .product.details .socialbookmarks
{
	padding-top: 1em;
}
#body .product.details A.sbookmarks
{
	border-right: 1px solid #D2D2D2;
	height: 20px;
	display: block;
	float: left;
	padding: 0px 3px;
	margin: 0px;
}
#body .product.details A.sbookmarks.noborder
{
	border: none;
	height: 20px;
	display: block;
	float: left;
	padding: 0px 3px;
	margin: 0px;
}
#body .product.moredetails
{
	margin: 0 5px 10px;
	height: auto;
	width: 556px;
	border-top: none;
	padding: 5px 6px;
	border-color: #5D5C61;
}
#body .product.moredetails .morepics
{
	margin-top: 10px;
	padding: 5px 0;
	height: 44px;
	border-top: 1px solid #D2D2D2;
}
#body .product.moredetails .morepics A
{
	border: 1px solid #D2D2D2;
	width: 56px;
	height: 42px;
	margin: 0 11px 0 2px;
	float: left;
}
#body .product.moredetails .longdesc
{
	margin-top: 10px;
	padding: 15px 0 0;
	border-top: 1px solid #D2D2D2;
	line-height: normal;
}
#body .product.moredetails .longdesc STRONG.h3
{
	font-size: 12px;
	height: auto;
	margin: 0px;
	padding-bottom: 7px;
	font-weight: bold;
	display: block;
}
#body .product.moredetails .longdesc P
{
	margin: 0;
	padding: 7px 0px;
}
#body .product.moredetails .longdesc .question
{
	margin: 10px 0 1px;
	padding-top: 11px;
	border-top: 1px solid #D2D2D2;
}
#body .product.moredetails .longdesc .question A
{
	font-size: 10px;
	font-weight: bold;
	color: #131313;
}
#body .box .attributes TD
{
	border-bottom: 1px solid #D2D2D2;
	font-size: 10px;
	padding: 0.5em 0;
}
#body .box .attributes .last TD
{
	border-bottom: none;
}
#body .box .pricealarm
{
	border-top: 1px solid #D2D2D2;
}
#body .box .pricealarm TH
{
	padding-top: 0.5em;
}
#body .box .pricealarm TH LABEL
{
	font-weight: bold;
	font-size: 10px;
	color: #5D5C61;
}
#body .welcome
{
	float: left;
	width: 380px;
	height: 390px;
	margin: 0 5px 10px;
	padding: 0;
}
#body .box .guestbook
{
	margin-top: 9px;
}
#body .box .guestbook .head TD
{
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding: 5px 0;
	color: #5D5C61;
}
#body .box .guestbook .head TD.name
{
	color: #5D5C61;
}
#body .box .guestbook .body TD
{
	font-size: 10px;
	padding: 5px 0;
}
/*Links*/
#body .box DL.links
{
	margin: 0;
}
#body .box DL.links DT
{
	margin: 0 0 12px;
}
#body .box DL.links DT A
{
	color: #5D5C61;
}
#body .box DL.links DT A:hover
{
	color: #5D5C61;
}
#body .box DL.links DD
{
	background: url(bg/sepatator_02_.gif) no-repeat bottom center;
	padding-bottom: 10px;
	margin: 0 0 10px;
}
#body .box DL.links DD.last
{
	background: none;
	margin: 0;
	padding: 0;
}
/*News list*/
#body DL.news
{
	margin: 0;
}
#body DL.news DT
{
	margin-bottom: 12px;
}
#body DL.news DT A
{
	font-weight: bold;
	color: #5D5C61;
}
#body DL.news DT A:hover
{
	text-decoration: none;
}
#body DL.news DD
{
	margin: 0 0 15px;
}
/*Compare*/
#body .box.compare
{
	margin-bottom: 20px;
}
#body .box.compare .reorder
{
	margin-bottom: 5px;
	height: 10px;
	clear: both;
}
#body .box.compare .reorder A
{
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #5D5C61;
	padding-left: 2px;
	line-height: 10px;
	width: 11px;
	color: #5D5C61;
	display: block;
}
#body .box.compare .reorder A:hover
{
	text-decoration: none;
	color: #5D5C61;
}
#body .box.compare .product
{
	border: none;
	float: none;
	display: block;
}
#body .box.compare .product .picture
{
	display: block;
	width: 115px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 4px;
}
#body .box.compare .product.small
{
	width: 123px;
	height: 147px;
	margin: 0 auto;
	padding: 125px 0 0;
}
#body .box.compare .actions
{
	padding-top: 1em;
	margin-bottom: 5px;
	width: 123px;
	text-align: left;
}
#body .box.compare .actions A
{
	text-decoration: none;
	color: #5D5C61;
	padding-left: 12px;
	background: url(bg/oxid_02_.gif) no-repeat 0 -300px;
	font-size: 10px;
	display: block;
	width: 1%;
	white-space: nowrap;
}
#body .box.compare .actions A:hover
{
	text-decoration: underline;
}
#body .box.compare .fromcompare
{
	height: 18px;
	line-height: 1;
	width: 121px;
	background: transparent url(bg/buttons_02_.gif) no-repeat right -50px;
	margin: 0;
	border: 0 none #000000;
	padding: 0 1px 0 0;
	clear: left;
}
#body .box.compare .fromcompare INPUT
{
	height: 18px;
	line-height: 1;
	width: 121px;
	background: transparent url(bg/buttons_02_.gif) no-repeat 0 -50px;
	margin: 0;
	border: 0;
	color: #FFFFFF;
	padding: 0 0 0 23px;
	cursor: pointer;
	font-weight: bold;
}
#body .box.compare TABLE.cmp_tbl
{
	margin-left: auto;
	margin-right: auto;
	width: 97%;
}
#body .box.compare TABLE.cmp_tbl TD, #body .box.compare TABLE.cmp_tbl TH
{
	font-size: 10px;
	padding: 3px 6px;
	border-left: 1px dotted #D2D2D2;
	border-bottom: 1px dotted #D2D2D2;
}
#body .box.compare TABLE.cmp_tbl TH
{
	font-weight: bold;
}
#body .box.compare .no_left_brd
{
	border-left: none !important;
}
#body .box.compare .no_bot_brd TD, #body .box.compare .no_bot_brd TH
{
	border-bottom: none !important;
}
#body.plain .box.compare TABLE.cmp_tbl
{
	margin: 0;
	width: auto;
}
#body.plain .box.compare .product.small
{
	height: auto;
}
#body.plain .box.compare .actions
{
	display: none;
}
#body.plain .box.compare .tocart
{
	display: none;
}
#body.plain .box.compare TABLE.cmp_tbl TH
{
	width: 121px;
}
/*ORDER
Order steps*/
#body .ordersteps
{
	margin: 0 5px 5px;
	float: left;
}
#body .ordersteps DL
{
	width: 102px;
	height: 63px;
	padding: 3px;
	margin: 0 5px 0 0;
	float: left;
	border: 1px solid #5D5C61;
	background: #D2D2D2;
	color: #5D5C61;
}
#body .ordersteps DT
{
	padding: 0;
	margin: 0;
}
#body .ordersteps DT, #body .ordersteps DT A
{
	font-size: 10px;
	font-weight: bold;
}
#body .ordersteps DL BIG
{
	font-size: 21px;
	line-height: 19px;
}
#body .ordersteps DT A:hover BIG
{
	text-decoration: underline;
}
#body .ordersteps DD, #body .ordersteps DD A
{
	font-size: 9px;
	margin: 0;
}
#body .ordersteps .lastinrow
{
	margin-right: 0;
	width: 102px;
}
#body .ordersteps DL.active
{
	background: #FFFFFF;
}
#body .ordersteps DL.active DT, #body .ordersteps DL.active DT A
{
	color: #3A3A3A;
}
#body .ordersteps.nofinalstep DL
{
	width: 126px;
}
#body .ordersteps.nofinalstep .lastinrow
{
	width: 128px;
}
/*Order back/next step button*/
#body DIV.bar.prevnext .arrowdown INPUT
{
	background: url(bg/oxid_02_.gif) no-repeat 15px -342px;
	background-color: #131313;
	padding-left: 38px;
	padding-right: 25px;
}
#body DIV.bar.prevnext .arrowright INPUT
{
	background: url(bg/oxid_02_.gif) no-repeat 15px -318px;
	background-color: #131313;
}
#body DIV.bar.prevnext .minorderprice
{
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
	width: auto;
}
#body DIV.bar.prevnext .termsconfirm
{
	width: auto;
	margin: 0 10px;
}
#body DIV.bar.prevnext .termsconfirm TD
{
	font-size: 10px;
	color: #5D5C61;
	padding: 3px 3px 3px 0;
}
#body DIV.bar.prevnext .termsconfirm A
{
	font-size: 10px;
	color: #5D5C61;
	text-decoration: underline;
}
#body DIV.bar.prevnext .termsconfirm A:hover
{
	color: #5D5C61;
}
#body DIV.bar.prevnext .termsconfirm .chkbox
{
	background: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0;
}
#body DIV.bar.prevnext.terms
{
	height: auto;
	margin-bottom: 10px;
}
/*Basket*/
#body .basket
{
	float: left;
	margin: 0 3px 10px 6px;
	border: 1px solid #5D5C61;
	border-left: none;
	empty-cells: show;
	width: 569px;
}
#body .basket TBODY TD
{
	padding-top: 10px;
}
#body .basket TH
{
	background: #FFFFFF;
	color: #5D5C61;
	font-weight: bold;
	height: 25px;
	padding-left: 6px;
}
#body .basket TH.brd
{
	padding: 0;
	border-left: 1px solid #5D5C61;
}
#body .basket TH .brd_line
{
	background: #5D5C61;
	width: 7px;
	height: 25px;
}
#body .basket TH.lastcol
{
	padding-left: 0;
}
#body .basket TD.brd
{
	border-left: 1px solid #5D5C61;
}
#body .basket .bsk_sep TD
{
	height: 9px;
	padding-top: 0;
}
#body .basket .bsk_sep .line
{
	border-bottom: 1px solid #D2D2D2;
}
#body .basket .bsk_sep .bigline
{
	border-bottom: 4px solid #D2D2D2;
}
#body .basket .picture
{
	border: 1px solid #D2D2D2;
	background: #FFFFFF;
	text-align: center;
	display: block;
	height: 42px;
	width: 56px;
}
#body .basket .art_title A
{
	font-size: 10px;
	font-weight: bold;
	color: #3A3A3A;
}
#body .basket .art_title A:hover
{
	color: #3A3A3A;
}
#body .basket .art_num
{
	font-size: 10px;
	color: #5D5C61;
}
#body .basket .variants SELECT
{
	width: 136px;
	margin-top: 2px;
}
#body .basket .btn, #body .basket .amount
{
	margin-bottom: 7px;
}
#body .basket .upd
{
	color: #FFFFFF;
	width: 91px;
	cursor: pointer;
	padding: 1px;
}
#body .basket .price
{
	padding-right: 25px;
	text-align: right;
}
#body .basket .orderprice
{
	padding-right: 20px;
	text-align: right;
}
#body .basket .vat
{
	padding-left: 20px;
}
#body .basket .vat_order
{
	padding-left: 15px;
}
#body .basket .amount
{
	padding-right: 20px;
}
#body .basket .totalprice
{
	padding-right: 6px;
	text-align: right;
}
#body .basket .notice TD
{
	padding-top: 5px;
	font-size: 10px;
	color: #5D5C61;
}
#body .basket .sumrow TD
{
	padding-top: 3px;
}
#body .basket .sumrow.total TD
{
	padding: 7px 0 4px;
}
#body .basket .sumdesc
{
	padding-right: 15px !important;
	text-align: right;
}
#body .basket .discount, #body .basket .coupon
{
	color: #5D5C61;
	font-size: 10px;
}
#body .basket .bottrow
{
	height: 14px;
}
#body .basket A.remove
{
	display: block;
	width: 97px;
	height: 17px;
	line-height: 17px;
	border: 1px solid #5D5C61;
	color: #FFFFFF;
	background: #5D5C61;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
#body .basket A.wrapremove
{
	width: 70px;
}
#body .basket .wrapmod
{
	display: block;
	height: 18px;
	line-height: 1;
	width: 85px;
	background: transparent url(bg/buttons_02_.gif) no-repeat right -100px;
	margin: 0;
	border: 0 none #000000;
	padding: 0 1px 0 0;
	float: left;
}
#body .basket .wrapmod A
{
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	display: block;
	height: 14px;
	line-height: 1;
	width: 62px;
	background: transparent url(bg/buttons_02_.gif) no-repeat 0 -100px;
	margin: 0;
	border: 0;
	color: #FFFFFF;
	padding: 4px 0 0 23px;
	font-weight: bold;
}
#body .basket .frombasket
{
	height: 18px;
	line-height: 1;
	width: 100px;
	background: transparent url(bg/buttons_02_.gif) no-repeat right -50px;
	margin: 0;
	border: 0 none #000000;
	padding: 0 1px 0 0;
	float: left;
}
#body .basket .frombasket INPUT
{
	height: 18px;
	line-height: 1;
	width: 100px;
	background: transparent url(bg/buttons_02_.gif) no-repeat 0 -50px;
	margin: 0;
	border: 0;
	color: #FFFFFF;
	padding: 0 0 0 23px;
	cursor: pointer;
	font-weight: bold;
}
#body .basket .frombasket A
{
	width: 77px;
	height: 16px;
	background: transparent url(bg/buttons_02_.gif) no-repeat 0 -50px;
	margin: 0;
	border: 0;
	color: #FFFFFF;
	padding: 4px 0 0 23px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	display: block;
}
/*user options step*/
#body STRONG.useroptboxhead
{
	margin: 10px 5px 0;
	background: #FFFFFF;
	padding: 4px 5px 5px 7px;
	height: 20px;
	border: 1px solid #5D5C61;
	border-left: 8px solid #5D5C61;
	border-right: 1px solid #5D5C61;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #5D5C61;
	width: 162px;
	display: block;
}
#body STRONG.useroptboxheadbig
{
	margin: 10px 5px 0;
	background: #FFFFFF;
	padding: 4px 5px 5px 7px;
	height: 20px;
	border: 1px solid #5D5C61;
	border-left: 8px solid #5D5C61;
	border-right: 1px solid #5D5C61;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #5D5C61;
	width: 259px;
	display: block;
}
#body .useroptbox
{
	border: 1px solid #5D5C61;
	border-top: none;
	width: 151px;
	height: 310px;
	margin: 0 5px 10px;
	padding: 5px 15px;
	position: relative;
	font-size: 12px;
}
#body .useroptboxbig
{
	border: 1px solid #5D5C61;
	border-top: none;
	width: 248px;
	height: 310px;
	margin: 0 5px 10px;
	padding: 5px 15px;
	position: relative;
	font-size: 12px;
}
#body .useroptbox .link
{
	font-size: 10px;
}
#body .useroptbox .err
{
	margin-bottom: 10px;
	font-size: 10px;
}
/*payment step*/
#body .paymentboxhead, #body .thankyouboxhead
{
	margin-top: 5px;
}
/*order step*/
#body DL.orderinfocol
{
	margin: 0 5px;
	width: 257px;
	float: left;
}
#body DL.orderinfocol DT
{
	padding: 0;
	margin: 0 0 5px;
	height: 23px;
	font-weight: bold;
	border-bottom: 1px solid #D2D2D2;
}
#body DL.orderinfocol DD
{
	padding: 0;
	margin: 0;
}
#body .giftwrap
{
	height: 18px;
	width: 20px;
	background: transparent url(bg/buttons_02_.gif) no-repeat 0 -100px;
	margin: 0;
	border: 0 none #000000;
	padding: 0;
	display: block;
}
#body .etrustlogocol
{
	float: left;
	width: 100px;
}
#body .etrustdescocol
{
	float: left;
	width: 443px;
}
/*Wrapping*/
#body .wrapping
{
	float: left;
	margin: 0 5px 10px 6px;
	border: 1px solid #5D5C61;
	border-left: none;
	empty-cells: show;
}
#body .wrapping TBODY TD
{
	padding-top: 10px;
}
#body .wrapping TH
{
	background: #FFFFFF;
	color: #5D5C61;
	font-weight: bold;
	height: 25px;
	padding-left: 6px;
}
#body .wrapping TH.brd
{
	padding: 0;
	border-left: 1px solid #5D5C61;
}
#body .wrapping TH .brd_line
{
	background: #5D5C61;
	width: 7px;
	height: 25px;
}
#body .wrapping TD.brd
{
	border-left: 1px solid #5D5C61;
}
#body .wrapping .wrp_sep TD
{
	height: 9px;
	padding-top: 0;
}
#body .wrapping .wrp_sep .line
{
	border-bottom: 1px solid #D2D2D2;
}
#body .wrapping .picture
{
	border: 1px solid #D2D2D2;
	background: #FFFFFF;
	text-align: center;
	display: block;
	height: 42px;
	width: 56px;
	margin-left: 5px;
}
#body .wrapping .art_title A
{
	font-size: 10px;
	font-weight: bold;
	color: #3A3A3A;
}
#body .wrapping .art_title A:hover
{
	color: #3A3A3A;
}
#body .wrapping .art_num
{
	font-size: 10px;
	color: #5D5C61;
}
#body .wrapping .wrapping_items TD
{
	padding-top: 0;
}
#body .wrapptop
{
	margin-top: 10px;
}
#body .giftbigimg
{
	padding-right: 12px;
}
#body DL.orderinfocol.greetingcard
{
	width: 540px;
	margin: 0;
}
#body .cardbox
{
	width: 257px;
	float: left;
	margin: 0 10px 5px 0;
}
#body .cardbox .card_title
{
}
#body .cardbox .card_body
{
	padding: 5px 0 5px 25px;
}
#body .card_sep
{
	clear: both;
}
#body .giftmessage
{
	width: 100%;
	height: 100px;
}
/*More categories*/
#body .morecats
{
	margin: 0 5px;
	width: 569px;
	float: left;
}
#body .morecats DL
{
	margin: 0 0 25px;
}
#body .morecats DT
{
	background: #D2D2D2;
	border-bottom: 1px solid #FFFFFF;
}
#body .morecats DD
{
	background: #D2D2D2;
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
	padding: 0;
}
#body .morecats DL A
{
	color: #5D5C61;
	padding: 4px 10px;
	display: block;
	font-weight: normal;
}
#body .morecats DL DT A
{
	font-weight: bold;
}
#body .morecats DL A:hover
{
	color: #5D5C61;
}
#body .morecats DD A
{
	background: url(bg/oxid_02_.gif) no-repeat 10px -650px;
	padding-left: 22px;
}
/*Account header*/
#body .account_header DL
{
	border-bottom: 1px solid #D2D2D2;
	margin: 2px 0;
	padding-bottom: 5px;
	width: 97%;
}
#body .account_header DL.lastInCol
{
	border-bottom: 0;
	margin: 0;
	padding-bottom: 0px;
}
#body .account_header DT A
{
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #5D5C61;
	padding-left: 8px;
}
#body .account_header DT A:hover
{
	text-decoration: underline;
	color: #5D5C61;
}
#body .account_header DT A.active
{
	color: #131313;
}
#body .account_header DD
{
	margin: 2px 0;
	font-size: 10px;
	color: #5D5C61;
	padding-left: 8px;
}
/*Account pages*/
#body .account STRONG.h4
{
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
}
#body .account SMALL
{
	font-size: 10px;
}
/*Account remove from list button*/
#body .product .fromlist
{
	position: absolute;
	right: 155px;
	top: 117px;
	height: 18px;
	line-height: 1;
	width: 100px;
	background: transparent url(bg/buttons_02_.gif) no-repeat right -50px;
	margin: 0;
	border: 0 none #000000;
	padding: 0 1px 0 0;
	float: left;
}
#body .product .fromlist INPUT
{
	height: 18px;
	line-height: 1;
	width: 100px;
	background: transparent url(bg/buttons_02_.gif) no-repeat 0 -50px;
	margin: 0;
	border: 0;
	color: #FFFFFF;
	padding: 0 0 0 23px;
	cursor: pointer;
	font-weight: bold;
}
/*Account wishlist*/
#body .wishlist .product
{
	padding: 5px 0 5px 130px;
	margin: 0;
	border: none;
}
#body .wishlist .product.thin
{
	width: 413px;
}
#body .wishlist .separator
{
	margin: 0;
	width: 541px;
	border: none;
}
#body .wishlist .dot_sep
{
	clear: both;
}
/*Account wishlist search results*/
#body .wishsearchresults .searchitem
{
	background: url(bg/wishlist.jpg) no-repeat;
	line-height: 50px;
	margin: 5px 0;
}
#body .wishsearchresults .searchitem A
{
	padding-left: 60px;
	line-height: 50px;
	font-weight: bold;
	color: #000;
	display: block;
	width: 1%;
	white-space: nowrap;
}
#body .wishsearchresults .searchitem A:hover
{
	color: #000;
}
/*Account order history*/
#body .form.orderhistory TD
{
	font-size: 10px;
	padding: 2px 0;
}
#body .form.orderhistory TH
{
	font-weight: bold;
	font-size: 10px;
	border: none;
	background: none;
	padding: 2px 0;
}
#body .form.orderhistory TR.headrow TD, #body .form.orderhistory TR.headrow TH
{
	font-size: 11px;
}
#body .form.orderhistory A.tocart
{
	height: 18px;
	width: 20px;
	background: transparent url(bg/buttons_02_.gif) no-repeat 0 0;
	margin: 0;
	border: none;
	padding: 0;
	display: block;
}
#body .form.orderhistory A.artlink
{
	margin-right: 7px;
	color: #000;
	font-size: 10px;
}
#body .form.orderhistory A.artlink:hover
{
	color: #000;
}
#body .form.orderhistory .amount
{
	padding-right: 7px;
}
/*Account reccomend list*/
#body .recommendlist .product
{
	padding: 5px 0 5px 130px;
	margin: 0;
	border: none;
}
#body .recommendlist .product.thin
{
	width: 413px;
}
#body .recommendlist .separator
{
	margin: 0;
	width: 541px;
	border: none;
}
#body .recommendlist .dot_sep
{
	clear: both;
}
/*Suggest*/
#body UL.suggest
{
	margin: 0;
}
/*Mall shops start page*/
#body .mallbox
{
	width: 980px;
	margin: 15px auto;
}
#body .mallbox .mallhead
{
	position: relative;
	clear: both;
	height: 75px;
}
#body .mallbox .mallhead .mallmenu
{
	position: absolute;
	right: 7px;
	top: 55px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#body .mallbox .mallhead .mallmenu LI
{
	float: left;
	margin: 0 5px;
	padding-right: 10px;
	border-right: 1px solid #999;
}
#body .mallbox .mallhead .mallmenu LI.last
{
	border: none;
}
#body .mallbox .mallhead .mallmenu LI A
{
	font-size: 10px;
}
#body .mallbox .langbox
{
	background: #24316E;
	border-bottom: 1px solid #FFF;
	padding: 8px 7px;
	color: #FFF;
}
#body .mallbox .langbox A
{
	font-size: 10px;
	color: #FFF;
}
#body .mallbox .langbox A.lang_active
{
	font-weight: bold;
}
#body .mallbox .locationbox
{
	padding: 15px 0 2px;
	margin: 0 0 15px 15px;
	font-size: 10px;
	color: #A7A7A7;
	border-bottom: 1px solid #CBCBCB;
}
#body .mallbox .welcomebox
{
	position: relative;
	margin-left: 15px;
	width: 480px;
}
#body .mallbox .welcomebox .shopselectbox
{
	position: absolute;
	left: 510px;
	top: 7px;
	width: 240px;
	font-size: 10px;
}
#body .mallbox .welcomebox #demoAdminLink
{
	position: absolute;
	left: 760px;
	top: 7px;
	width: 202px;
}
#body .mallbox .mallfooter
{
	margin: 55px 0 0;
	position: relative;
}
#body .mallbox .mallfooter .copyright
{
	background: #24316E;
	color: #FFF;
	height: 15px;
	margin: 2px;
	padding: 6px 0px;
	text-align: right;
}
#body .mallbox .mallfooter A
{
	font-size: 10px;
	color: #FFF;
}
/*Basket popup*/
#mask
{
	visibility: hidden;
	display: none;
}
#mask IFRAME
{
	visibility: hidden;
	border: none;
}
#mask.on
{
	visibility: visible;
	display: block;
	position: fixed;
	opacity: 0.7;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1500;
}
DIV.popup
{
	visibility: hidden;
	display: none;
}
DIV.popup STRONG
{
	display: block;
	margin: 9px 0;
	font-size: 11px;
}
DIV.on.popup
{
	visibility: visible;
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 270px;
	height: 150px;
	background: #FFFFFF;
	z-index: 2000;
	margin-top: -75px;
	margin-left: -135px;
	border: 1px solid #3A3A3A;
	padding: 10px;
}
DIV.on.popup.load
{
	background: #FFF url(bg/ajax-loader.gif) no-repeat center center;
}
DIV.on.popup TABLE
{
	width: 100%;
}
DIV.on.popup INPUT
{
	color: #5D5C61;
	background: #D2D2D2;
	border: 1px solid #5D5C61;
	font-weight: bold;
	padding: 2px;
	width: 130px;
}
DIV.on.popup INPUT.disabled
{
	color: #CBCBCB;
	background: #FFF;
	border: 1px solid #CBCBCB;
	font-weight: bold;
	padding: 2px;
	width: 130px;
}
DIV.on.popup INPUT.bl
{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
DIV.on.popup INPUT.br
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
DIV.fbMsg.on.popup
{
	width: 400px;
	height: 200px;
	margin-top: -100px;
	margin-left: -200px;
}
DIV.on.popup SPAN.btn
{
	background: transparent url(bg/buttons_02_.gif) no-repeat right -150px;
	padding: 0 1px 0 0;
	height: 18px;
	line-height: 18px;
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0;
	outline: 0;
}
DIV.on.popup SPAN.btn INPUT, SPAN.btn A
{
	width: auto;
	border: none;
	height: 18px;
	line-height: 10px;
	outline: 0;
	position: relative;
	display: block;
	padding: 2px 7px;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	background: transparent url(bg/buttons_02_.gif) no-repeat left -150px;
}
DIV.on.popup SPAN.btn A
{
	padding: 3px 8px 2px;
	position: relative;
}
DIV.fbMsg.on.popup .popupMsg
{
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
}
DIV.fbMsg.on.popup .popupFooter
{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#zoom
{
	padding: 0;
	overflow: auto;
	min-width: 250px;
	min-height: 150px;
	background: #D2D2D2;
	border-color: #3A3A3A;
}
#zoom UL.tabs
{
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	height: 28px;
	width: 100%;
}
#zoom UL.tabs LI
{
	list-style: none;
	margin: 1px;
	float: left;
}
#zoom A
{
	display: block;
	padding: 5px;
	background: #D2D2D2;
	width: 20px;
	text-align: center;
	border: 1px solid #5D5C61;
	color: #5D5C61;
	font-weight: bold;
}
#zoom UL.tabs LI.close
{
	float: right;
}
/*Message boxes*/
#body .msg
{
	float: left;
	width: 548px;
	color: #3A3A3A;
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	margin: 0 5px 10px;
	padding: 5px 10px;
}
#body .msg .err
{
	color: #5D5C61;
	font-weight: bold;
}
/*Tags*/
#body .box .tags
{
	text-align: center;
}
#body .box .tags A
{
	line-height: 100%;
	padding: 0 0.2em;
	cursor: pointer;
	color: #000;
}
#body .box .tags A.sel
{
	color: #008000;
	font-weight: bold;
}
#body A.tagitem_100
{
	white-space: nowrap;
	font-size: 100%;
}
#body A.tagitem_200
{
	white-space: nowrap;
	font-size: 200%;
}
#body A.tagitem_300
{
	white-space: nowrap;
	font-size: 300%;
}
#body A.tagitem_400
{
	white-space: nowrap;
	font-size: 400%;
}
/*Ratings*/
#write_review
{
	display: none;
}
#body TD.rating
{
	width: 89px;
	height: 16px;
	margin: 0;
	padding: 0;
	background: url(bg/stars.jpg) no-repeat 0 0;
}
#body TD.rating.s1
{
	background-position: -72px -38px;
}
#body TD.rating.s2
{
	background-position: -54px -38px;
}
#body TD.rating.s3
{
	background-position: -36px -38px;
}
#body TD.rating.s4
{
	background-position: -18px -38px;
}
#body TD.rating.s5
{
	background-position: 0 -38px;
}
#body UL.rating
{
	width: 89px;
	height: 16px;
	margin: 0 0 3px;
	padding: 0;
	list-style: none;
	clear: both;
	position: relative;
	background: url(bg/stars.jpg) no-repeat left top;
}
#body UL.rating LI
{
	cursor: pointer;
	float: left;
}
#body UL.rating LI A
{
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 16px;
	text-decoration: none;
	z-index: 200;
}
#body UL.rating LI A B
{
	display: none;
}
#body UL.rating LI.s1 A
{
	left: 0;
}
#body UL.rating LI.s2 A
{
	left: 17px;
}
#body UL.rating LI.s3 A
{
	left: 34px;
}
#body UL.rating LI.s4 A
{
	left: 51px;
}
#body UL.rating LI.s5 A
{
	left: 68px;
}
#body UL.rating LI A:hover
{
	z-index: 2;
	width: 89px;
	height: 16px;
	overflow: hidden;
	left: 0;
	background: url(bg/stars.jpg) no-repeat 0 -18px;
}
#body UL.rating LI.s1 A:hover
{
	background-position: -72px -18px;
}
#body UL.rating LI.s2 A:hover
{
	background-position: -54px -18px;
}
#body UL.rating LI.s3 A:hover
{
	background-position: -36px -18px;
}
#body UL.rating LI.s4 A:hover
{
	background-position: -18px -18px;
}
#body UL.rating LI.s5 A:hover
{
	background-position: 0 -18px;
}
#body .rating_review_input
{
	margin: 0;
	height: 16px;
}
#body .rating LI.current_rate
{
	background: url(bg/stars.jpg) left bottom;
	position: absolute;
	height: 16px;
	z-index: 1;
}
#body DL.review
{
	margin: 5px 0;
	padding-top: 5px;
	border-top: 1px solid #CCC;
}
#body DL.review DT
{
	margin-bottom: 7px;
	height: 1em;
}
#body DL.review DD.item
{
	display: none;
}
#body DL.review DD
{
	clear: both;
	margin: 0;
}
#body DL.review .param
{
	margin-left: 20px;
	color: #757C83;
}
/*Recommendation lists*/
#body DL.recommlistdesc
{
	margin: 0 0 10px;
}
#body DL.recommlistdesc DT
{
	font-size: 10px;
	padding: 3px 0 7px;
	background: url(bg/sepatator_02_.gif) no-repeat bottom center;
}
#body DL.recommlistdesc DT A
{
	font-size: 10px;
}
#body DL.recommlistdesc DD
{
	font-size: 10px;
	margin: 3px 0;
}
#body .recommitems .article
{
	width: 125px;
	margin-right: 9px;
	float: left;
	color: #787F87;
	font-size: 10px;
}
#body .recommitems .article A
{
	font-size: 10px;
}
#body .recommitems .article .picture
{
	width: 56px;
	height: 42px;
	text-align: center;
	border: 1px solid #CBCBCB;
	margin-bottom: 3px;
}
#body .recommitems INPUT.btn
{
	border: 1px solid #5D5C61;
	border-width: 1px 0;
}
#body .recomm_author
{
	font-weight: normal;
}
#body .recomlistdesc
{
	float: left;
	width: 415px;
}
.verification_code
{
	border: 1px solid #000;
	color: #000;
	padding: 2px;
	text-align: center;
	width: 80px;
}
.promotionsRow
{
	float: left;
	width: 580px;
	position: relative;
	margin: 0 0 5px;
	padding: 0;
}
.promotionsRow .promotion
{
	border: 1px solid #CCC;
	float: left;
	width: 268px;
	height: 157px;
	margin: 0px 5px 5px;
	padding: 5px;
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
}
.promotionsRow .promotion .timeouttext
{
	font-style: italic;
	position: absolute;
	bottom: 5px;
}
.promotionsRow .promotion .activationtext
{
	font-style: italic;
	position: absolute;
	bottom: 5px;
}
.promotionsRow .promotionFinished .timeouttext
{
	display: none;
}
.promotionsRow .promotionFinished .activationtext
{
	display: none;
}
.promotionsRow .promotionCurrent .activationtext
{
	display: none;
}
.promotionsRow .promotionFuture .timeouttext
{
	display: none;
}
.promotionsRow .promotion .finishedText
{
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.promotionsRow .promotion .finishedText IMG
{
	display: block;
	bottom: 7px;
	right: 7px;
	position: absolute;
}
.promotionsRow .promotionFinished .finishedText
{
	display: block;
	z-index: 500;
	visibility: visible;
	background-image: url(bg/transparent.gif);
}
.promotionsRow .promotion .upcomingText
{
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.promotionsRow .promotion .upcomingText IMG
{
	display: block;
	top: 7px;
	right: 7px;
	position: absolute;
}
.promotionsRow .promotionFuture .upcomingText
{
	display: block;
	z-index: 500;
	visibility: visible;
	background-image: url(bg/transparent.gif);
}
.promotionsRow .promotionCurrent .promoTimeout
{
	font-weight: 600;
}
.psLoginPlainBox
{
	position: absolute;
	width: 580px;
	left: 50%;
	margin-left: -290px;
	padding: 5px 0;
	background: #EEE;
	border: 1px solid #DDD;
}

