html, body {
margin: 0;
padding: 0;
}
body,table,input,select,textarea,tt {font:10px/130% Verdana,Geneva,Arial,Helvetica,sans-serif;}
/* Layout     */
div#page {
    width:995px;
    margin:0px auto 0;
    padding:0;
    position: relative;
}

div#header  {
    clear:both;
}
div#content {
    clear:both;
}

div#path {
    margin:0 0 0 195px;
    padding:15px 0 0 0;
    border-bottom:1px solid #efefef;
    color:#5e5e5e;
}

div#body {
    margin-left: 211px;
	margin-right: 213px;
	width: 569px;
    padding:32px 0 0 0;
}

div#left {
    float:left;
    width:189px;
    margin-top: 32px;
	margin-right: 22px;
}
div#right {
    float:right;
    width:189px;
    margin-top: 32px;
}
div#footer {
    clear:both;
}
div.clear {
    clear: both;
}

/* Navigation  - bars */
div.bar {
    vertical-align: bottom;
}
div.bar .left  {float:left;}
div.bar .right {float:right;}

div.bar.oxid {
    height: 69px;
    background: transparent;
    position: relative;
}

div.bar.oxid .logo {
    padding:29px 0 0 19px;
    float:left;
}

div.bar.oxid div.box.service {
    height: 32px;
    /*width:596px;*/
    bottom: 0px;
    right: 0px;
    float: right;
    position: absolute;
    text-align: right;
    padding-left: 10px;
	padding-right: 10px;
}

div.bar.links {
    height: 37px;
    background: url(bg/links_bg.png) no-repeat;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 17px;
}

div.bar.categories   {
    background: url(bg/bc_bg.gif) no-repeat;
    height: 23px;
    padding-left: 17px;
    padding-top: 8px;
    color: #000;
}

div.bar.categories a {
    color: #000;
}

/* Products */
#body .product{
    float:left;
    width:171px;
	height: 300px;
	padding-top: 20px;
    position:relative;
    margin-bottom: 10px;
}

#body .product .picture {
	display:block;
	width: 172px;
	height:120px;
	text-align: center;
	overflow: hidden;
	background: #FFF;
	padding-bottom:auto;
	padding-top: 0;
}

#body .product.thin .picture {
	float: left;
}

#body .product strong.h3 {
	margin-bottom:5px;
	margin-top:15px;
	height: 49px;
	display: block;
	color: #2b6c91;
}
#body .product strong.h3 a{
	font-size: 12px;
	color:#2b6c91;
}
#body .product tt {
	color:#5e5e5e;
	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:#5e5e5e;
	font-size: 10px;

}

#body .product .actions {
	margin-top: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	border-top: 1px solid #e8e7e3;
	border-bottom: 1px solid #e8e7e3;
}

#body .product .actions a{
	text-decoration: none;
	color: #2b6c91;
	padding-left: 10px;
	background: url(bg/arrow_right.png) no-repeat left 50% !important;
	font-size: 10px;
	white-space: nowrap;
	margin-right: 5px;
}
#body .product .actions a:hover{text-decoration: underline;}
#body .product .variants {height: 35px; margin-top: 5px; margin-bottom: 5px;}
#body .product .variants label{display:block;color:#5e5e5e;font-size: 9px;padding-bottom:3px;}
#body .product .variants select{width: 136px;}
#body .product .amprice {clear: left;}
#body .product .amount {padding-top:.5em;}
#body .product .amount label{margin-right:.5em;color:#5e5e5e;font-size: 10px;}
#body .product .price {
	height: 40px;
}
#body .product .price big {
	font-size: 12px;
	font-weight: bold;
	white-space:nowrap;
	height: 30px;
}
#body .product .price sup.dinfo {
	vertical-align:super;
	margin:0;
	padding:0;
}
#body .product .price sup.dinfo a{
	color: inherit;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#body .product .price sup.dinfo a:hover{text-decoration: underline;color: inherit;}
#body .product .price small {font-weight: inherit; font-size:69% ;}

#body .product .tocart {
    height:23px;
    border:0 none;
	clear:left;
	line-height:1;
	margin:0;
	margin-top: 10px;
	padding:0 1px 0 0;
}
#body .product .tocart input, .box.minibasket .tocart input{
    height:23px;
    background: transparent url(bg/button_b_bg.png) repeat-x;
    border:0;
    color:#ffffff;
    cursor:pointer;
    font-weight: bold;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	margin: 0;
}

#body .product .tocart .button_b_left, #right .box.minibasket .tocart .button_b_left{
	background: transparent url(bg/button_b_left.png) no-repeat;
	height:23px;
	width: 26px;
	float:left;
	margin: 0;
	padding: 0;
}

#body .product .tocart .button_b_right, #right .box.minibasket .tocart .button_b_right{
	background: transparent url(bg/button_b_right.png) no-repeat;
	height:23px;
	width: 3px;
	float:left;
	margin: 0;
	padding: 0;
}

#body .product.head {
    border-top:none;
	border-color:#eae9e6;
}
#body .product.head strong.h4{
    display: block;
    margin:0;
    padding:8px 5px 1px 7px;
    height:20px;
    position:absolute;
    left:-1px;
    border-top:1px solid #eae9e6;
    border-left:1px solid #eae9e6;
    border-right:1px solid #eae9e6;
    width:267px;
    line-height:20px;
    font-size: 11px;
    font-weight: bold;
    color:#5e5e5e;
}
#body .product.head strong.h4 small{
    display:block;
    position:absolute;
    top:8px;
    left:49%;
    color:#5e5e5e;
    font-size:10px;
    font-weight: normal;
}

#body .product.head strong.h4.big, #body .product.head table.h4.big{
	width: 556px;
	font-size: 12px !important;
	font-weight: bold;
	color: #474c54 !important;
}

#body .product.head.topshop strong.h4{color:#5e5e5e;border-color:#d11104;}
#body .product.head.topshop{border-color:#d11104}

#body .product.big{
	width:277px;
	height:208px;
	padding-left:286px;
}
#body .product.head strong.h4.big{width: 556px; display: block;}
#body .product.big strong.h4.big.product{
	background: url(bg/header_1.jpg) no-repeat;
	width: 567px;
	border: 0;
}

strong.h4.big.product {
	background:transparent url(bg/header_1.jpg) no-repeat scroll 0 0;
	border:0 none;
	width:567px !important;
	height: 26px !important;
	display:block;
	color:#474C54 !important;
	font-size:12px !important;
	font-weight:bold;
	padding-left: 5px !important;
	padding-top: 8px !important;
	margin-bottom: 0px !important;
}
#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:#000000;}
#body .product.big .actions a{display:inline;margin-right:10px;}
#body .product.big .price big{font-size: 23px;}
#body .product.big .price .old {font-weight: bold;font-size: 11px;}
#body .product.big .price sub.only {
	display:block;
	float:left;
	font-weight: bold;
	font-size: 11px;
	margin-right:.5em;
	height: 3em;
}
#body .product.big .price .desc {color:#5e5e5e;font-size: 10px;}

#body .product.small{

}
#body .product.small .variants {height: 3em; margin-bottom:2px;}
#body .product.small .picture {height: 118px;}
#body .product.small .price {
	white-space:nowrap;
}
#body .product.small .tocart {

}
#body .product.small .tocart input{}
#body .product.small .variants select{width: 123px;}
#body .product.details #product_img {
	display: block;
	width: 250px;
	height: 190px;
}
#body .product.thin{
    width:563px;
    height:150px;
	border-left: 1px solid #eae9e6;
	border-right: 1px solid #eae9e6;
	border-bottom: 1px solid #eae9e6;
    padding-bottom: 10px;
	padding-top: 35px;
	margin-left: 1px;
}
#body .product.head strong.h4, #body .product.head table.h4{
    margin:0;
    height:35px;
    border-top:1px solid #eae9e6;
    border-left:1px solid #eae9e6;
    border-right:1px solid #eae9e6;
    width:267px;
    line-height:20px;
    font-size: 11px;
    font-weight: bold;
    color:#5e5e5e;
}
#body .product.head table.h4{
	width:569px !important;
	top:-20px !important;
	left: 0px !important;
	padding: 0px;
	margin: 0px;
}
#body .product.head strong.h4.thin{
    width: 551px;
	margin-left: 1px;
    border-color:#eae9e6;
    color:#484d55;
    padding:4px 5px 8px 7px;
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: -2px;
}

#body .product.head strong.h4.thin.search{
	background: none;
	border-bottom: none;
}

#body .product.thin .price {
	position:absolute;
	top: 65px;
	right:5px;
	height: 20px;
	}
#body .product.thin .amount {
    position:absolute;
    bottom:12px;
    right:10px;
}
#body .product.thin .tocart {
    position:absolute;
    bottom:10px;
    right:120px;
}

#body .amount input {
	vertical-align: middle;
}
#body .product.thin .variants {position:absolute; bottom:45px; right:150px;}
#body .product.thin .actions {
	border: 0;
	float: left;
}
#body .product.thin tt {float: left; font-size: 11px;}
#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;
	float: left;
	margin-right: 5px;
}
#body .product.thinest strong.h3 {
	height: 15px;
	margin-top: 3px;
	display: block;
}
#body .product.head strong.h4.thinest{width: 556px;border-color:#5e5e5e;color:#5e5e5e;background:#efefef;padding:1px 5px 8px 7px;}
#body .product.thinest .price {
	position:absolute;
	top:-23px;
	right:28px;
}
#body .product.thinest .price big {font-size: 14px;line-height: 100%;}
#body .product.thinest .price sup.dinfo a{font-size: 11px;}
#body .product.thinest .amount {position:absolute; bottom:6px; right:170px;}
#body .product.thinest .tocart {position:absolute; bottom:5px; right:5px;}
#body .product.thinest .actions {
	margin-top:0em;
	border: 0;
}
#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 strong.head, #body h1.head {
    margin:0 0px;
    background: url(bg/h.png) no-repeat;
    color:#48631c;
    font-size:14px;
    font-weight: bold;
    padding:8px .5em;
    position:relative;
}

#body strong.head2.long, #body strong.head2 {
    margin:0 0 10px 0;
    background: url(bg/h.png) no-repeat;
    color:#000;
    float:left;
    width:547px;
	height: 16px;
    padding:9px 10px 10px;
}

#left strong.h2 {
    display: block;
}

#left strong.h2{
    background:url(bg/menu_top.png) no-repeat;
    padding:10px 18px 5px;
    margin:0;
    color:#FFF;
    height: 29x;
	text-transform: uppercase;
}
#left strong.h2 a {
    text-decoration: none;
    color: #5e5e5e
}
#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 hr {
    margin: 3px 10px;
}

/* left minibasket */
#left .box.minibasket {
    padding:7px 10px;
}

/* information list */
#left ul.info {
    margin:0;
    padding:0 0 30px 0;
}
#left ul.info li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#left ul.info li a {
    text-indent: 10px;
    color: #1b4677;
    display: block;
    padding:10px 0;
}

/* news list */
#left dl.news {
    margin: 7px 0;
    padding-left: 10px;
}
#left dl.news dt {
    margin-bottom: 9px;
}
#left dl.news dt a {
    color: #5e5e5e;
    text-decoration: none;
}
#left dl.news dt a:hover {
    text-decoration: underline;
}
#left dl.news dd {
    margin: 0 0 9px 0;
}

/* partners list */
#left .partners {
    margin: 7px 0;
}
#left .partners .logo {
    text-align: center;
    margin-top: 20px;
}


#body .boxhead {
    padding:6px 5px 6px 7px;
    height:20px;
    line-height:20px;
    font-size: 12px;
    font-weight: bold;
    color:#000;
    width:554px;
    float:left;
    position:relative;
    border:1px solid #eae9e6;
    border-bottom: none;
    margin-bottom: 0 !important;
	margin-left: 1px;


}

#body .boxhead strong {
	font-size: 12px;
}

#body .boxhead h1{
    margin:0;
    padding: 0;
    display: inline;
}

.head_line_c {
    background: url(bg/header_right.png) no-repeat right 5px;
    float: right;
    height: 10px;
	width: 426px;
	margin-top: 5px;
}

.head_line_b {
	float:right;
	background: url(bg/line_left.png) no-repeat;
	height: 5px;
	width: 3px;
	margin-top: 10px;
}

.box_head_text {
    height: 100%;
	float: left;
}

#body .product.details div.h4 {
    border-color:#eae9e6;
    color:#5e5e5e;
    padding:1px 5px 8px 7px;
    display: block;
}

/* Locator */
#body .locator_Bottom, #body .locator_Top{
    margin:0 0 10px 0;
    color: #000 !important;
    float:left;
    width:568px;

}

#body .locator_Bottom .lochead, #body .locator_Top .lochead {
    color: #000;
    height: 25px;
    padding-top: 11px;
    padding-left: 5px;
    padding-right: 10px;
	font-size: 10px;
	background: url(bg/locator_bg.jpg) no-repeat top;
}

#body .locator_Bottom .lochead {
	height: 35px !important;
}

#body .locator_Bottom  .lochead strong.h4, #body .locator_Top .lochead strong.h4 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 10px;
    font-weight: normal;
    float: left;
}
#body .locator_Bottom .locbody, #body .locator_Top .locbody {
    padding: 0 0.6em;
    text-align: right;
    height: 16px;
    overflow: visible;
	width:568px;
}
#body .locator_Top .locbody {
	width: 551px;
	height:20px;
	margin-left: 2px;
	margin-top: -3px;
	padding-top: 5px;
	border: 1px solid #F6F5F3;
	border-top: 0;
}
#body .locator_Bottom .locbody {
	width: 553px;
	height:20px;
	margin-left: 1px;
	margin-bottom: -3px;
	padding-top: 5px;
	border: 1px solid #F6F5F3;
	border-bottom: 0;
}
#body .locator_Bottom .locbody, #body .locator_Bottom .locbody a, #body .locator_Top .locbody, #body .locator_Top .locbody a {
    font-size: 10px;
}
#body .locator_Bottom .arrow, #body .locator_Top .arrow {
    font-size: 10px;
    font-weight: bold;
}
#body .locator_Bottom  a.active, #body .locator_Top  a.active {
    font-weight: bold;
    color: #d11104;
}
#body .locator_Bottom  a, #body .locator_Top  a {
font-size: 10px;
}

#body .locator_Bottom .sep, #body .locator_Top .sep {
    padding: 0 2px;
    color: inherit;
}

#body .locator_Bottom .sort_row a.none, #body .locator_Top .sort_row a.none {
    background:url(bg/oxid_pe_.gif) no-repeat right -750px;
    padding-right: 20px;
}
#body .locator_Bottom .sort_row a.asc, #body .locator_Top .sort_row a.asc  {
    background:url(bg/oxid_pe_.gif) no-repeat right -775px;
    padding-right: 20px;
}
#body .locator_Bottom .sort_row a.desc, #body .locator_Top .sort_row a.desc {
    background:url(bg/oxid_pe_.gif) no-repeat right -800px;
    padding-right: 20px;
}
#body .locator_Bottom .btn, #body .locator_Top .btn {margin-bottom: 6px;}

#body .locator_Bottom.compare .locbody, #body .locator_Top.compare .locbody {height: auto;}

#body .product.details {
    height:auto;
    min-height: 260px;
	border: 1px solid #eae9e6;
    margin-bottom: 0;
	border-top: 0;
    border-bottom: none;
	margin-left: 1px;
	padding-top: 10px;
	margin-top: -12px;

}
#body .product.details strong.h4 {
    border-color:#eae9e6;
    color:#5e5e5e;
    display: block;
}

#body .product.moredetails {
    margin:0 1px 10px;
    height: auto;
    width: 551px;
    padding: 5px 6px;
    border: 1px solid #eae9e6;
	border-top: none;
}

#body .box {
    border:1px solid #f6f5f3;
    border-top:none;
    padding:8px 6px;
    margin:0 1px 10px;
    width:554px;
    float:left;
}
.product.details .price span.price_txt {
	font-size: 25px;
	font-weight: bold;
	display: block;
	float: left;
	height: 25px;
	padding-top: 7px;
}
#body .box div{
		font-size: 10px;
}

#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 0;}
#body .box ul.list{margin:0;padding:0;}
#body .box ul.list li{background:url(bg/oxid_pe_.gif) no-repeat 0 -675px;display:inline;padding-left:8px;margin-right:10px;}
#body .box ul.list li a{text-decoration: none;color:#5e5e5e;}
#body .box ul.list li a:hover{text-decoration: underline;color:#d11104;}
#body .box.info  {
	padding: 10px 10px 10px 15px;
	width:539px;
	margin-top: -5px;
}
#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;width:128px;}

/* + 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:#5e5e5e}
div.bar.copy{ height:3px;background:#e5e5e5;border-top:2px solid #ffffff;color:#ffffff;padding:5px 10px 5px 200px;}
div.bar.copy a{color:#ffffff;}
div.bar.shop{ background:#ffffff;color:#5e5e5e;padding:8px 0 10px 180px;text-align: right;}
div.bar.shop a{color:#5e5e5e;margin:0 7px;}
div.bar.icons{text-align: right;}

/* + layout - right */
#right strong.h2 {
    display: block;
}
#right strong.h2{
    position:relative;
    padding-top: 8px;
    padding-left: 10px;
    margin:0;
    color:#FFF;
    background: url(bg/menu_top.png) no-repeat;
    width: 179px;
    height: 21px;
	font-size: 12px;
}
#right strong.h2 a {text-decoration: none; color: #000}
#right strong.h2 a:hover {text-decoration: underline;}
#right div.box {
    padding-top: 10px;
    padding-left: 10px;
    width: 177px;
    border: 1px solid #eae9e6;
	border-top: 0;
	border-bottom: 0;
    height: auto;
    position: relative;
	margin-top: 0;
	font-size: 10px;
}
#right div.box_bottom {
    width: 187px;
    height: 9px;
    left: 10px;
	margin-bottom: 17px;
	border: 1px solid #eae9e6;
	border-top:0;
}
#right div.box p{padding:7px 10px;}
#right form label {color:#5e5e5e;}
#right input.fullsize {width: 95px; padding: 0;}

#right div.forms strong.h2 {
    background: url(bg/right_block_top.png) no-repeat;
    color:#FFF;
    width: 179px;
    height: 21px;
	font-size: 12px;
}

#right div.forms div.box{
	border: 1px solid #eae9e6;
	border-top: none;
	border-bottom: none;
}

#right div.forms div.box.login{
	color: #000000;
	padding-bottom: 5px;
}

#right div.forms div.box.login label {
	font-size: 10px;
}

#right .listitem {
	margin: 2px 0 7px;
	padding-left: 66px;
	position: relative;
	min-height: 45px;
	height:auto;
	color: #2b6c91;
	width: 100px;
}

#right .box.minibasket .listitem, #right .box.minibasket .listitem a {
	color: #2b6c91;
}

#right .listitem.last {margin-bottom: 0;}
#right .listitem .picture{position: absolute; display: block; left: 0; top: 0; width: 56px; height: 42px; text-align:center; background: #ffffff; border: 1px solid #efefef;}
#right .listitem a.title{overflow:hidden;width:108px;display:block;}
#right .listitem a {text-decoration: none; color: #2b6c91; font-weight: normal;}
#right .listitem a:hover {text-decoration: underline;}
#right .listitem tt {
	display: block;
	color: #5E5E5E !important;
}
#right .actions {margin: 3px 0 5px;}
#right .actions a {display: block;}

#right .listitem.bargain a.link {color: #5e5e5e;}

#right .listitem.rightlist {border-bottom: 1px solid #efefef; height:auto;}
#right .listitem.rightlist.lastinlist {border: none; margin-bottom: 0 !important;}
#right .listitem.rightlist .price{font-size: 11px; font-weight: bold; color: #000000; margin: 16px 24px 9px 0; width: 90px; position: relative;}
#right .listitem.rightlist .price a {font-weight: normal; color: #5e5e5e;}
#right .listitem.rightlist .price a:hover {color: #5e5e5e;}
#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/button.png) 0 0 no-repeat;padding: 0;cursor:pointer;}
#right .listitem.rightlist .link {background: url(bg/oxid_pe_.gif) no-repeat 0 -385px;padding-left:14px;font-size:10px;text-decoration:none;color: #5e5e5e !important; line-height:1.1em;}
#right .listitem.rightlist .link:hover {text-decoration: underline;}

/* right minibasket */
#right .box.minibasket {
    color: #5e5e5e;
	padding-bottom: 5px;
}
#right .box.minibasket .tocart{
    height: 23px;
    line-height: 18px;
    margin-right: 5px;
    float: right;
}
#right .box.minibasket .tocart input{

}

.box.minibasket .hr {
    background: url(bg/sepatator_pe_.gif) no-repeat center center;
    height: 15px;
}
.box.minibasket .tocart {

}
.box.minibasket .tocart input{

}



/* Navigation - tree */
ul.tree {padding:0;margin:0;}
ul.tree ul {
	padding:0;
	margin:0;
}

ul.tree ul {
	margin-top: 7px;
}
ul.tree li {
	padding:0;
	margin:0;
	list-style: none;
	font-size: 12px;
	background: url(bg/menu_item.jpg) no-repeat;
	width: 189px;
	padding-top: 10px;
	margin-top: 2px;
}

ul.tree li ul li {
	background: url(bg/menu_subitem.jpg) no-repeat bottom;
}

ul.tree li.root {

}

ul.tree li.root a.root{

}

ul.tree li a{
	color:#000;
	min-height: 19px;
	padding-left: 18px;
	display: inline-block;
	margin-bottom: 3px;
}

ul.tree li ul li a {
	padding-left: 28px;
}

ul.tree li ul li ul li a {
	padding-left: 38px;
}

ul.tree li ul li ul li ul li a {
	padding-left: 48px;
}

ul.tree li ul li ul li ul li ul li a {
	padding-left: 58px;
}

#content ul.tree li.root.act, #content ul.tree li.root.exp {

}

ul.tree li a.has{

}
ul.tree li a.root{

}
ul.tree li a.exp{
    padding-right:0;
}
ul.tree li a.act, ul.tree li a.exp{
    font-weight: bold;
}
ul.tree li a.exp.act{
	font-weight: bold;
}

#body .errorbox{
	font-size:10px;
	font-weight:bold;
	border:1px solid #eae9e6;
	color:#5e5e5e;
	padding: 5px;
	margin:3px 0 10px;
	width:558px;
	float: left;
}
#left ul.info li {
    line-height: 50% !important;
}

/* Forms */
form{margin-top:0px;margin-bottom:0px;}
input {color: #000;}

#body .ordersteps dd {
	height: 50px;
	padding-top: 2px;
}

#body .ordersteps dl.active dd {
	color: #2B6C91 !important;
}

input.chbox {vertical-align:middle; margin-top: 0px;}
input.chk {margin: 1px 0 1px 0px;}
input.fullsize {width: 100%;}
textarea.fullsize {width: 100%;}
input.openid {background: #fff url(bg/openid-icon-small.gif) no-repeat 0pt 50%; border:1px solid activeCaption; padding:1px 1px 1px 18px;}

/* Basket */
#body .basket {
    float: left;
    margin: 0 1px 10px;
    border: 1px solid #eae9e6;
    border-left:none;
    empty-cells: show;
    width:568px;
}
#body .basket tbody td {padding-top: 10px;}
#body .basket th {color: #5e5e5e; font-weight: bold; height: 25px; padding-left: 6px;}
#body .basket th.brd {padding: 0;border-left: 1px solid #eae9e6;}
#body .basket th .brd_line {}
#body .basket th.lastcol {padding-left: 0;}
#body .basket td.brd {border-left: 1px solid #eae9e6;}

#body .basket .bsk_sep td {height: 9px; padding-top: 0;}
#body .basket .bsk_sep .line {border-bottom: 1px solid #eae9e6;}
#body .basket .bsk_sep .bigline {border-bottom: 4px solid #eae9e6;}

#body .basket .picture {border: 1px solid #efefef; background: #ffffff; text-align: center; display: block; height: 42px; width: 56px;}
#body .basket .art_title a {font-size: 10px;}
#body .basket .art_title a:hover {color: #000000;}
#body .basket .art_num {font-size: 10px; color: #5e5e5e;}

#body .basket .btn, #body .basket .amount {margin-bottom: 7px;}
#body .basket .upd {color: #ffffff; width: 90px; cursor: pointer;}
#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: #5e5e5e;}
#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: #5e5e5e; font-size: 10px;}
#body .basket .bottrow {height: 14px;}
#body .basket a.remove {display: block; width: 97px; height: 17px; line-height: 17px; border: 1px solid #5e5e5e; color: #ffffff;  background: #5e5e5e;text-align: center; font-weight: bold; font-size: 10px; text-decoration: none;}
#body .basket a.wrapremove  {width: 70px;}

#body .basket .wrapmod {
	display:block;
	height:25px;
	line-height:1;
	width: 99px;

	margin:0;
	border: 0 none;
	padding:0 1px 0 0;
	float: left
}
#body .basket .wrapmod a {
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	display: block;
	height:19px;
	line-height:1;
	width: 99px;
	background: transparent url(bg/button.png) no-repeat 0;
	margin:0;
	border:0;
	color:#ffffff;
	padding:6px 0 0 0;
	font-weight: bold;
}

#body .basket .frombasket {
    height:20px;
    background: transparent url(bg/button.png) no-repeat right;
    margin:0;
    border: 0 none;
    float: left
}
#body .basket .frombasket input{
    height:23px;
    background: none;
    margin:0;
    border:0;
    color:#ffffff;
    cursor:pointer;
    font-weight: bold;
	float: left;
	background: url(bg/button_2_bg.png) repeat-x;
}
#body .basket .frombasket a { width: 77px; background: transparent; margin:0; border:0;color:#ffffff;padding:2px 0 0 23px;font-weight: bold; font-size: 10px; text-align: center; text-decoration: none; display: block;}

#body .basket .button_update {
	float: left;
	clear: right;
	height: 23px;
	margin-left: 5px;
}

#body div.bar.prevnext {
    padding:0;
    height: 28px;
    float: left;
    width: 569px;
	margin-bottom: 5px;
}
#body div.bar.prevnext input {
    cursor:pointer;
    padding:0 35px 4px;
    margin:0;
    line-height: 1.1em;
}

/* ORDER */

/* Order steps */
#body .ordersteps {
    margin: 0 0 5px;
    float:left;
}
#body .ordersteps dl a, #body .ordersteps dt a {
	color: #5e5e5e;
}
#body .ordersteps dl {
    width: 100px;
    height: 65px;
    padding: 2px;
    float:left;
    border: 1px solid #eae9e6;
    color: #5e5e5e;
	margin-right: 7px;
	margin-top: 0;
	margin-bottom: 0;
}

#body .ordersteps dl.lastinrow {
	margin-right: 0px;
}

#body .ordersteps dt {padding:0; margin: 0;}
#body .ordersteps dt, #body .ordersteps dt a {
	font-size: 12px;
	font-weight: bold;
}
#body .ordersteps dl big {
	font-size: 12px;
	line-height: 19px;
}
#body .ordersteps dt a:hover big {text-decoration: underline;}
#body .ordersteps dd, #body .ordersteps dd a {font-size: 10px; margin: 0;}
#body .ordersteps .lastinrow {margin-right: 0; width: 109px;}
#body .ordersteps dl.active {background: #ffffff;}
#body .ordersteps dl.active dt, #body .ordersteps dl.active dt a {color: #000000;}
#body .ordersteps dl.active dd a {
	color: #2b6c91;
}
#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_pe_.gif) no-repeat 15px -342px; background-color: #d11104; padding-left: 38px; padding-right: 25px;}
#body div.bar.prevnext .arrowright input {
    background: url(bg/arrow_right.png) no-repeat 15px;
    background-color: #E5E5E5;
    color: #041734;
}
#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: #5e5e5e; padding: 3px 3px 3px 0;}
#body div.bar.prevnext .termsconfirm a {font-size: 10px; color: #5e5e5e; text-decoration: underline;}
#body div.bar.prevnext .termsconfirm a:hover {color: #5e5e5e;}
#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;}

/* user options step */
#body strong.useroptboxhead {
    margin:10px 0 0;
    padding:4px 5px 5px 7px;
    height:20px;
    border:1px solid #eae9e6;
    border-left:1px solid #eae9e6;
    border-right:1px solid #eae9e6;
	border-bottom: 0px;
    line-height:20px;
    font-size: 13px;
    font-weight: bold;
    color:#5e5e5e;
    width:174px;
    display: block;
}
#body strong.useroptboxheadbig {margin:10px 0 0;background: #ffffff; padding:4px 5px 5px 7px;height:20px;border:1px solid #5e5e5e;border-left:8px solid #5e5e5e;border-right:1px solid #5e5e5e;line-height:20px; font-size: 12px;font-weight: bold;color:#5e5e5e;width:259px; display: block;}
#body .useroptbox {
    border:1px solid #eae9e6;
    border-top: none;
    width:156px;
    height:330px;
    margin:0 1px 10px 0;
    padding:5px 15px;
    position:relative;
    font-size: 10px;
}
#body .useroptboxbig {border:1px solid #eae9e6; border-top: none; width:248px;height:310px;margin:0 0 10px 5px;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; height: 23px; font-weight: bold; border-bottom: 1px solid #efefef;}
#body dl.orderinfocol dd {padding:0; margin: 0; margin-top: 10px;}
#body .giftwrap {height:18px;width: 20px; background: transparent url(bg/buttons_pe_.gif) 0 -100px no-repeat; margin:0; border: 0 none; padding:0; display: block;}

#body .etrustlogocol {float: left; width: 100px;}
#body .etrustdescocol {float: left; width: 443px;}

.submit_img {
  cursor: pointer;
}

/* Ratings */
#write_review {display: none;}
#body .rating_review_background { width:89px; height:16px; margin:0; padding:0; background: url(bg/stars.png) no-repeat 0 0;}
#body .onestar {background-position:-72px -38px}
#body .twostar {background-position:-54px -38px}
#body .threestar {background-position:-36px -38px}
#body .fourstar {background-position:-18px -38px}
#body .fivestar {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.png) 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.one a {left:0}
#body ul.rating li.two a {left:17px;}
#body ul.rating li.three a {left:34px;}
#body ul.rating li.four a {left:51px;}
#body ul.rating li.five a {left:68px;}
#body ul.rating li a:hover {z-index:2; width:89px; height:16px; overflow:hidden; left:0; background: url(bg/stars.png) no-repeat 0 -18px}
#body ul.rating li.one a:hover {background-position: -72px -18px;}
#body ul.rating li.two a:hover {background-position: -54px -18px;}
#body ul.rating li.three a:hover {background-position: -36px -18px;}
#body ul.rating li.four a:hover {background-position: -18px -18px;}
#body ul.rating li.five a:hover {background-position: 0 -18px;}
#body .rating_review_input {margin:0; height:16px;}
#body .rating li.current_rate{background: url(bg/stars.png) 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 {clear: both; margin: 0;}
#body dl.review .param {margin-left: 20px; color: #000;}

.important_head {
	color: #041735;
	margin-left: 10px;
	font-size: 14px;
}

.important_cont {
	width: 197px;
	margin: 0;
	position: relative;
}

.important_cont ul {
	list-style-type: none;
}

.important_cont ul li {
	height: 20px;
	font-size: 12px;
}

.important_cont ul li a{
	color: #172c4c;
}
.important_cont ul li a.act {
	text-decoration: underline;
}

.important_box {
    width: 197px;
    background: transparent url(bg/important_block_content.png) repeat-y;
    position: relative;
	padding-left: 5px;
	padding-top: 5px;
}

.important_box ul {
margin: 0;
padding: 5px 0 5px 1em !important;

}

.important_box_top {
    height: 6px;
    background: transparent url(bg/important_block_top.png) no-repeat;
    width: 197px;
    position: absolute;
    top: -6px;
	left: 0;
}

.important_box_bottom {
    height: 6px;
    background: transparent url(bg/important_block_bottom.png) no-repeat;
    width: 197px;
    margin-bottom: 17px;
}

#body .separator {
	height: 10px;
	background:transparent url(bg/sepatator_pe_.gif) no-repeat center center;
	float:left;
	width: 563px;
	border:1px solid #eae9e6;
	border-top:none;
	border-bottom: none;
	margin-left: 1px;
}
#body .separator.inbox {width: 555px; border: none; margin: 0;}
#body .txtseparator {height: 10px; margin:0 5px;float:left;width: 568px;border:1px solid #5e5e5e;border-top:none;border-bottom: none;}
#body .txtseparator.inbox {margin:0; width: 555px; border: none; border-bottom:1px solid #5e5e5e}

#body .wellcome {
	float:left;
	width:566px;
	height:283px;
	margin:0 5px 10px 0;
	padding:0;
}

.link {
	background: url(bg/arrow_right.png) no-repeat 0;
	padding-left:14px;
	font-size:10px;
	text-decoration:none;
	color:#5e5e5e !important;
	line-height:1.1em;
}

#body .product.small .actions {
	margin-top: 10px;
}

#body .product.details h1 {
	border:none;
	margin:16px 0 0 0;
	padding:0;
	color:#2B6C91;
	background: none;
	font-size:12px;
	font-weight: bold;
}
#body .product.details tt {margin:3px 0 0 0; font-size: 11px;}
#body .product.details .desc {
	margin:6px 0 10px 0;
	font-size: 11px;
	color:#5e5e5e;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	}

#body .product.details .picture {
	text-align:left;
	height: 190px;
	overflow:hidden;
	margin-top: 3px;
}

#body .product.details .exturls {position:absolute;top:250px;left:8px; width: 250px;}
#body .product.details .exturls a{color:#2B6C91;font-size:10px;margin-right:1em; font-weight: bold !important;}

#body .product.details .cats {margin:1em 0 0 0;font-size:10px;color:#5e5e5e;}
#body .product.details .cats a{font-size:10px;color:#5e5e5e;}
#body .product.details .cats img{margin-right:1em;}

#body .product.details .status {padding-top:1em;font-size:10px;color:#5e5e5e;}

#body .product.details .variants {padding-top:1em;}

#body .product.details .actions {
	padding-top:1em;
	clear:left;
	border: 0;
	width:250px;
}
#body .product.details .actions a{display:list-item;color:#2B6C91;list-style:none;width:auto;}
#body .product.details .actions a.reqlogin{background:none;}

#body .product.details .price {margin-top: 10px;padding-top:3px;}
#body .product.details .price big{margin-right:8px;}
#body .product.details .price .old {font-weight: bold;font-size: 11px;}
#body .product.details .price sup.dinfo {
	font-size:10px;
	font-weight: normal;
	color:#5e5e5e;
	float: left;
	display:inline-block;
	margin-top: 12px;
	padding-left: 10px;
}
#body .product.details .price sup.dinfo a {font-size: 11px; font-weight: bold;}
#body .product.details .price sub.only {display:block;float:left;font-weight: bold;font-size: 11px;margin-right:.5em;height: 3em;}
#body .product.details .price .desc {color:#5e5e5e;font-size: 10px;}

#body .product.details .packing{clear:left;padding-top:.5em;font-size:10px;color:#757C83;}

#body .product.details .pperunit{clear:left;padding-top:.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:#5e5e5e;}
#body .product.details .amprice .pr{font-weight: bold;}

#body .product.details .amount {clear:left;}

#body .product.details .pricealarm {
	float: left;
	margin-top: 10px;
}
#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: #5e5e5e;}

#body .product.details .tocart {
	float: none;
	margin-top:5px;
	margin-right: 40px;
	margin-bottom:5px;
}

#body .product.details .socialbookmarks {padding-top:1em;}
#body .product.details a.sbookmarks {border-right:1px solid #efefef; height: 20px; display:block; float:left; padding: 0px 3px 0px 3px; margin: 0px;}
#body .product.details a.sbookmarks.noborder {border:none; height: 20px; display:block; float:left; padding: 0px 3px 0px 3px; margin: 0px;}



#body .product.moredetails .morepics{margin-top: 10px; padding: 5px 0; height: 44px; border-top: 1px solid #efefef; }
#body .product.moredetails .morepics a{border: 1px solid #efefef; width: 56px; height: 42px; margin: 0 11px 0 2px; float: left;}
#body .product.moredetails .morepics .morepics_img {
	display: block;
	width: 56px;
	height: 42px;
	float: left;
	overflow: hidden;
}
#body .product.moredetails .longdesc {margin-top: 10px;padding: 15px 0 0; border-top: 1px solid #efefef; 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 #efefef;}
#body .product.moredetails .longdesc .question a {font-size: 10px; font-weight: bold; color:#2B6C91;}

#body .box .attributes td{border-bottom:1px solid #efefef;font-size:10px;padding:.5em 0}
#body .box .attributes .last td {border-bottom:none}

#body .box .pricealarm {border-top:1px solid #efefef;}
#body .box .pricealarm th {padding-top:.5em;}
#body .box .pricealarm th label{font-weight: bold;font-size: 10px;color:#5e5e5e;}

#body .box .guestbook {margin-top: 9px;}
#body .box .guestbook .head td {border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; padding: 5px 0; color: #5e5e5e;}
#body .box .guestbook .head td.name {color: #5e5e5e;}

/* Content    */
#body a{
	font-size: 10px;
	text-decoration: none;
	color: #2B6C91;
	cursor: pointer;
}
#body a:hover{text-decoration: underline; color: #d11104;}

#body, #body td, #body th {font-size: 10px;}

#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.plain .boxhead {width: auto; float:none; margin: 1px;}
#body.plain .box {width: auto; float:none;}

#body div.bar.prevnext.bottom {margin-bottom:15px; margin-left: 1px;}

#body .form th {text-align: left;padding: 7px 0;font-weight: bold;font-size:11px; background: url(bg/sepatator_pe_.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% ;}
#body .box .guestbook .body td {font-size: 10px; padding: 5px 0;}
#right dl.actionslist .link {
  background:url(bg/arrow_right.png) no-repeat 0;
  padding-left:14px;
  font-size:10px;
  text-decoration:none;
  color:#5e5e5e !important;
  line-height:1.1em;
  float: right;
  margin-right: 5px;

}
#right dl.actionslist .link:hover {text-decoration: underline;}

#body .box.compare .fromcompare {
  height:32px;
  line-height:1;
  width: 121px;
  margin: 0; border: 0 none;padding:0 1px 0 0;clear:left;}
#body .box.compare .fromcompare input {
height:32px;line-height:1;width: 121px; background: transparent url(bg/to_basket.png) no-repeat 0; margin:0; border:0;color:#ffffff;padding:0 0 0 23px;cursor:pointer;font-weight: bold;}

#body strong.head, #body strong.head2 {
	position:relative;
	display: block;
	font-size: 12px;
	border: 0;
}

/* Account header */
#body .account_header dl{border-bottom: 1px solid #efefef; 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: 12px; text-decoration: none; color: #5e5e5e; padding-left: 8px;}
#body .account_header dt a:hover{text-decoration: underline; color: #5e5e5e;}
#body .account_header dt a.active{color: #d11104;}
#body .account_header dd{margin: 2px 0; font-size: 10px; color: #5e5e5e; padding-left: 8px;}

.box.notice b{
	font-size: 12px;
	color: #D11104;
}

/* 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:16px; width: 22px; background: transparent url(bg/cart.png) 0 0 no-repeat; 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;}

.line_left {
}

.line_main {
	background: #e7e4dd;
	float: left;
	height: 5px;
	width: 99%;
}

.line_right {
}

.nowrap {
white-space: nowrap;
}

#body .form.orderhistory .amount {padding-right: 7px;}

#body strong.head a.rss, #body strong.head2 a.rss, #body .product strong.h4 a.rss, #body .boxhead a.rss {bottom:12px;}

/* Account remove from list button */
#body .product .fromlist {
	height:23px;
	margin:0;
	border: 0 none;
	position: absolute;
	left: 172px;
}
#body .product .fromlist input {
	
}

.top_btn {
float: left;
height: 32px;
background: url(bg/links_btn_bg.png) repeat-x;
}

.top_btn a {
	margin-left: 21px;
	margin-right: 21px;
	margin-top: 11px;
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.top_btn a.act {
	text-decoration: underline;
}
.top_btn.left {
	margin-left: 1px;
	width: 3px;
	float: left !important;
	height: 32px;
	background: url(bg/links_btn_left.png) no-repeat;
}

.top_btn.right {
	width:3px;
	float: left !important;
	height: 32px;
	background: url(bg/links_btn_right.png) no-repeat;
}

div .button_1 {
	height: 27px;
	width: 105px;
}

div.button_1 .button_1_left {
	height: 27px;
	width: 3px;
	float: left;
	background: url(bg/button_1_left.png) no-repeat;
	padding: 0;
	margin: 0;
}

div.button_1 .button_1_right {
	height: 27px;
	width: 3px;
	float: left;
	background: url(bg/button_1_right.png) no-repeat;
	padding: 0;
	margin: 0;
}

div.button_1 a.button_1_txt {
	height: 21px;
	width: 99px;
	display: block;
	background: url(bg/button_1_bg.png) repeat-x;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
}

div.bar.links div.button_1 {
	float: right;
}

div.bar.links select{
	height: 26px;
	font-size: 12px !important;
	padding-top: 2px;
	padding-top:4px;
}

div.bar.links input {
	height: 20px;
	font-size: 12px !important;
	padding-top:4px;
}

.seperator_line {
  position: absolute;
  right: -10px;
  top: 0;
  height: 266px;
  width: 1px;
  background: url(bg/spacer_line.jpg) no-repeat;
}

.button_2 {
	height: 23px;
}

.button_2 a {
	height: 19px;
	background: url(bg/button_2_bg.png) repeat-x;
	float: left;
	color: #FFF !important;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	font-size: 10px !important;
	font-weight: bold;
	cursor: pointer;
}

.button_2 .button_2_left{
	width: 3px;
	height: 23px;
	float: left;
	background: url(bg/button_2_left.png) no-repeat;
}

.button_2 input{
	height: 23px;
	float: left;
	background: url(bg/button_2_bg.png) repeat-x;
	border: 0;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 3px;
	cursor: pointer;
}

.button_2 .button_2_right{
	width: 3px;
	height: 23px;
	float: left;
	background: url(bg/button_2_right.png) no-repeat;
}

.button_3 {
	height: 24px;
}

.button_3 a {
	height: 20px;
	background: url(bg/button_3_bg.jpg) repeat-x;
	float: left;
	color: #FFF !important;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	font-size: 10px !important;
	font-weight: bold;
}

.button_3 .button_3_left{
	width: 4px;
	height: 24px;
	float: left;
	background: url(bg/button_3_left.jpg) no-repeat;
}

.button_3 input{
	height: 24px;
	float: left;
	background: url(bg/button_3_bg.jpg) repeat-x;
	border: 0;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 3px;
	cursor: pointer;
}

.button_3 .button_3_right{
	width: 3px;
	height: 24px;
	float: left;
	background: url(bg/button_3_right.jpg) no-repeat;
}

.user_actions {
	float: left;
	padding:35px 0 0 19px;
}

.user_actions a {
	color: #000;
	text-decoration: underline;
}

.user_actions a:hover {
	text-decoration: none;
}

/* Account wishlist */
#body .wishlist .product {padding: 5px 0 5px 0; margin: 0; border: none;}
#body .wishlist .product.thin {width: 455px;}
#body .wishlist .separator {margin: 0; width: 541px; border: none;}
#body .wishlist .dot_sep {clear: both;}
#body .product.thin .actions a {
	width: auto;
}


/* 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 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;}

/* 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 #5e5e5e; padding-left: 2px; line-height: 10px; width: 11px; color: #5e5e5e; display: block;}
#body .box.compare .reorder a:hover {text-decoration: none; color: #5e5e5e;}

#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 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: #2B6C91;
	padding-left: 12px;
	background: url(bg/oxid_pe_.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 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 3px 6px; border-left:1px dotted #efefef; border-bottom:1px dotted #efefef;}
#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: 160px;}
#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;}
#body .recommendlist .dot_sep {clear: both;}

.location {
	position: absolute; margin-top: 10px; left: 0px;
	
}

.location a {
	color: #000;
}