@charset "utf-8";

/* CSS Document */
body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #acae90;
}

td {
	font-size: 12px;
	color: #333333;
}

hr {
	border: 0px solid;
	border-top: 1px solid #cccccc;
}

h1, h2, h3 {
	margin: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}


select.generall {
	font-size: 12px;
	color: #333333;
}

.textonwhite {
	font-size: 14px;
	color: #7f8089;
}

.textonbg {
}

.inactiveSlide {
	display: none;
}

.esButton:link, .esButton:hover, .esButton:active, .esButton:visited, .esButton  {
	cursor: pointer;
	font-size: small;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;

	width: 180px;

	color: #023b5b;
	background-color: #e1ebf2;
	border: 1px solid #023b5b;
}

.esButton:hover {
	width: 180px;

	background-color: #eaffcf;
	text-decoration: none;
}

#firsthit {
	padding: 10px;
	padding-bottom: 5px;
	border: 1px solid #000000;
}

.ov_c {
	padding: 5px;
}
.ov_f {
	padding: 10px;
	height: 25px;
}
.ov_f div {
	float: left;
	margin-right: 5px;
}



/*
#####################################
LOGIN FORMS
#####################################
*/
input.login {
	height: 11px;
	font-size: 10px;
	width: 150px;
}

.infoinput {
	font-size: 11px;
	width: 200px;
}

/*
#####################################
Info Box (small right bottom corner) -> added to cart
#####################################
*/
.infoBoxContainer {
	height: 150px;
	width: 250px;
	position: fixed;
	right: 3px;
	bottom: 3px;
	background-color: #ffffff;
	BORDER-LEFT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-BOTTOM: #cccccc 1px solid;
}
.infoBox_header {
	background-image: url(template/shopicons/headerinfobox_top.gif);
	height:26px;
}
.infoBox_footer{
	background-image: url(template/shopicons/headerinfobox_bottom.gif);
	height:26px;
}
.infobox {
	height:98px;
}

#notAddedToCart {
	left: 50%;
    margin-left: -200px;
	top: 170px;
    position: fixed;
	z-index: 101;
	width: 400px;
}






.small {
	font-size: 11px;
}

/*
#####################################
Info Box (small right bottom corner) -> added to cart
#####################################
*/
.boxContainer {
	font-size: 12px;
	color: #777777;
	padding: 1px;
	width: 420px;
	background-color: #ffffff;
	BORDER-LEFT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-BOTTOM: #cccccc 1px solid;
}

.boxContainerTop {
	height:26px;
}

.topabs {
	position: absolute;
	z-index: 9010;
}

.boxContainerHeader {
	padding-top:5px;
	font-weight:bold;
}

div.boxContainerFooter {
	padding-top: 6px;
	padding-left: 4px;
}


div.errorMessage {
	background-color:#ffbab2;
	padding:3px;
	border: 1px solid #ff0000;
	color: #ff0000;
}

.notifyMessage {
	background-color: #D4FFC1;
	border: 1px solid #90BD7B;
}


/*
#####################################
PATH LINE
#####################################
*/
div.path_line {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color: #8d949a;
	height: 25px;
}

div.path_inner {
	position: absolute;
	left: 49.999999%;
	margin-left: -400px;

	padding-top:5px;
}

a.path_line:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.path_line:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.path_line:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

div.path_left {
	float:left;
	padding-left:5px;
	overflow: hidden;
	width: 400px;
	height: 15px;
}

div.path_right {
	float:right;
	padding-right:3px;
}

div.path_lang {
	float:left;
	width:180px;
}
/*
#####################################
VERY TOP
#####################################
*/
div.headerBox {
	position: absolute;
	left: 49.999999%;
	margin-left: -400px;
}

div.headerBoxBg {
	background-color: #ffffff;
	height: 120px;
	float: left;
	width: 100%;
}

div.banner_top {
	height:100px;
}

a.very_top:link, a.very_top:visited, a.very_top:active {
	color: #8d949a;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a.very_top_right:link, a.very_top_right:visited, a.very_top_right:active {
	color: #8d949a;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

.verytop {
	color: #8d949a;
	font-weight: bold;
	font-size: 11px;
	height: 20px;
}

.verytop_left {
	float:left;
	padding-top:2px;
	padding-left:3px;

	text-align: left;
}
.verytop_right {
	float:right;
	padding-top:2px;
	padding-right:3px;

	text-align: right;
}
.verytop_rightsep {
	display:none;
}


/*
#####################################
VERY Bottom
#####################################
*/
div.very_bottom {
	font-size: 10px;
	color: #555555;
	BORDER-top: #8d949a 1px solid;
	background-color: #ffffff;
}

.very_bottomcore {
	padding-top: 2px;
}


div.certMessage {
	padding-top:15px;
	BORDER-TOP: #cccccc 1px solid;
	color: gray;
}


div.footesdpng {

	background-image: url("eshop_trans.png");
	background-position: 2px 2px;
	background-repeat: no-repeat;
}

div.footpaypng {

	background-image: url("generall/payment_row.png");
	background-repeat: no-repeat;
}


/*
#####################################
LEFT SIDE (MENUE + SEARCH + CAT)
#####################################
*/
.leftmenue {
	width: 180px;
	font-size: 12px;
	color: #333333;
}


.menuItem {
	font-weight: bold;
}

div.menuSpacer {
	height:20px;
}

div.menuContainer {
	padding: 5px;
}

div.menuBackground {
	background-image: url('template/shopicons/search_bg.png');
	height:26px;
	background-position:center;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:11px;
}

div.menuContBody {
	padding-left: 10px;
}



input.searchbox {
	background-color: #ffffff;
	height: 12px;
	width: 82px;
	font-size: 9px;
	border: 1px solid #000000;
	color: #acae90;
}

input.input_detailedsearch {
	width: 150px;
	padding: 2px;
	font-size: 16px;
	text-align: right;
}

input.input_splimits {
	width: 50px;
	height: 17px;
	font-size: 12px;
}

div.search_arrow {
	cursor: pointer;
	float: right;
	text-align: right;
	font-weight:bold;
	padding-right:8px
}

/*every item in menu is spaced to the bottom */
div.elements, div.elements_active
{
	padding-bottom :2px;
	padding-top :2px;
	color: #555555;
}

div.elBullet, div.elBullet_active, div.elBullet_activedown, div.elBulletdown {
	padding-left: 14px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	background-image:url('template/shopicons/mnu_wosub.gif');
}

div.elBulletSub, div.elBulletSub_active, div.elBulletSub_activedown {
	padding-left: 14px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	background-image:url('template/shopicons/mnu_sub.gif');
}

.elHighlight {
}

div.prodinmenu_container
{
	border-top : 1px solid #bbbbbb;
	border-bottom : 1px solid #bbbbbb;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}




a.prodinmenu_item:link, a.prodinmenu_item:visited {
	color: #ffffff;
	text-decoration: none;
}


a.prodinmenu_item:hover, a.prodinmenu_item:active, a.prodinmenu_itemactive:link, a.prodinmenu_itemactive:visited, a.prodinmenu_itemactive:hover, a.prodinmenu_itemactive:active {
	color: #ffffff;
	text-decoration: underline;
}





a.categories:link, a.categories:visited, a.categories_active:link, a.categories_active:visited {
	color: #555555;
	text-decoration: none;
}


a.categories:hover, a.categories:active, a.categories_active:hover, a.categories_active:active {
	color: #555555;
	text-decoration: underline;
}


div.cat_sizefilter {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
}

select.cat_sizefilter {
	margin-left: 10px;
	width: 50px;
}


/*
#####################################
RIGHT SIDE
#####################################
*/
.rightmenue {
	width: 180px;
	min-height: 100px;
}



/*
#####################################
BODY CORECONTENT
#####################################
*/
#corecontent {
	min-height: 500px;
	background-color: #ffffff;
	height: 100%;
	width: 610px;

	padding: 5px;
	padding-top: 15px;
}

.corecontent_cont {
	width: 620px;
	float: right;
}

#paymentWaiting {
	background-color: #ffffff;
	height: 400px;
	width: 600px;
}

#filler {
	background-color: #ffffff;
	float: right;
	width:620px;
}

/* Menuarea included */
div.body_core {
	margin: auto;
	position: relative;
}

div.core_container {

}

div.banner_coreright
{
	position: absolute;
	right: -110px;
	top: 0px;
	width: 100px;
}

div.bookmark_item_over
{
	float: left;
	padding: 1px;
	padding-right: 3px;
	height: 22px;

	background-image:url(generall/socialb/bckg_bookmark.png);
	background-repeat: no-repeat;
}

div.bookmark_item
{
	float: left;
	padding: 1px;
	padding-right: 3px;
	height: 22px;

	background-image:url(generall/socialb/bckg_bookmark_light.png);
	background-repeat: no-repeat;
}




/*
#####################################
BODY CATEGORY
#####################################
*/
div.category_body {
	padding-top:5px;
	color: #acae90;
	font-weight: normal;
	font-size: 12px;
}

div.subcategory_header {
	font-weight: bold;
	font-size: 11px;
}

div.subcatbox {
	border: 1px solid #acae90;
}

div.subcategories_item {
	width: 202px;
}

a.subcategories:link, a.subcategories:visited {
	color: #555555;
	text-decoration: none;
}


a.subcategories:hover, a.subcategories:active {
	color: #555555;
	text-decoration: underline;
}

div.noentryfound {
	color: #acae90;
	font-weight: bold;
	font-size: 11px;
}

div.cat_prodlist {
	width:600px;
	padding-top:5px;
	padding-bottom:5px;
}

div.pagelist_all {
		border-top: 1px solid #e4e4e4;
		border-bottom: 1px solid #e4e4e4;
		padding-top: 3px;
		padding-bottom: 3px;
}

.cat_image {

}

/*
#####################################
SMALL PROD VIEW
#####################################
*/
div.small_1_container {
	padding: 9px;
	width: 180px;
	float: left;
	text-align: left;
	/* border: 1px solid #acae90; */
}

div.small_65_container {
	padding: 9px;
	width: 180px;
	float: left;
	text-align: left;
	background-color: black;
	/* border: 1px solid #acae90; */
}

div.small_2_container {
	padding: 9px;
	width: 180px;
	float: left;
	text-align: left;
	/* border: 1px solid #acae90; */
}

div.small_1_picture {
	padding: 5px;
	width: 170px;
	border: 1px solid #acae90;
}

div.small_1_sub1 {
	padding-top: 5px;
	height: 60px;
	width: 170px;
	font-weight: normal;
	color: #acae90;
	overflow: hidden;
}



div.small_1_sub2 {
	padding-top: 5px;
	color: #acae90;
}





div.small_40_container {
	padding: 9px;
	width: 180px;
	float: left;
	text-align: left;
	/* border: 1px solid #acae90; */
}
div.small_40_sub1 {
	padding-top: 5px;
	height: 40px;
	width: 170px;
	font-weight: normal;
	color: #acae90;
	overflow: hidden;
}


div.prod_compressed_1 {
	padding: 5px;
	width: 170px;
	height: 170px;
	border: 1px solid #acae90;
}

/*
#####################################
BIG PROD VIEW
#####################################
*/
.productview {
	height: 100%;
}

.prodHeader {
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
}

.subHeader {
	font-size: 16px;
	padding-top: 15px;
}

div.color_circl {
	background-image:url(template/shopicons/col_circ_big.png);
}
div.color_circl_small {
	background-image:url(template/shopicons/col_circ.png);
}

input.amountbox {
	width: 13px;
	text-align: right;
	color: #555555;
	BORDER-LEFT: #acae90 1px solid;
	BORDER-TOP: #acae90 1px solid;
	BORDER-RIGHT: #acae90 1px solid;
	BORDER-BOTTOM: #acae90 1px solid;
}

select.varselect {
	width: 120px;
	color: #555555;
	BORDER-LEFT: #acae90 1px solid;
	BORDER-TOP: #acae90 1px solid;
	BORDER-RIGHT: #acae90 1px solid;
	BORDER-BOTTOM: #acae90 1px solid;
}

input.amountbox_2 {
	width: 20px;
	text-align: right;
	color: #555555;
	BORDER-LEFT: #acae90 1px solid;
	BORDER-TOP: #acae90 1px solid;
	BORDER-RIGHT: #acae90 1px solid;
	BORDER-BOTTOM: #acae90 1px solid;
}

select.amountbox_3 {
	width: 40px;
	text-align: center;
	color: #555555;
	BORDER-LEFT: #acae90 1px solid;
	BORDER-TOP: #acae90 1px solid;
	BORDER-RIGHT: #acae90 1px solid;
	BORDER-BOTTOM: #acae90 1px solid;
}

select.varselect_2 {
	width: 280px;
	color: #555555;
	BORDER-LEFT: #acae90 1px solid;
	BORDER-TOP: #acae90 1px solid;
	BORDER-RIGHT: #acae90 1px solid;
	BORDER-BOTTOM: #acae90 1px solid;
}

div.fitswith {
}

.fitswith_header {
	padding-top: 6px;
	background-image:url('template/shopicons/headerinfobox_top.gif');
}

div.feature {
}

.psl_item {
}
.psl_container {
}

div.feature_header {
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	background-image:url('template/shopicons/headerinfobox_top.gif');
}


div.topseller {
}

.topseller_header {
	padding-top: 6px;
	background-image:url('template/shopicons/headerinfobox_top.gif');
}

div.topseller_headtext {
}




div.sbook_header {

}

div.sbook_container {

}

div.sbook_inner {
	border-top: 1px solid #000000;
	padding-bottom: 3px;
}



/*
###############
Creditpt view
###############
*/

div.small_5_container {
	padding:5px;
	width: 100%;
	text-align: left;
	height: 100px;
	overflow: hidden;

	background-color: #e8ebf4;
	/* border: 1px solid #acae90; */
}

div.small_5_picture {
	width: 120px;
	float: left;
}

div.small_5_sub1 {
	padding-top: 0px;
	height: 60px;
	font-weight: normal;
	overflow: auto;
}

div.small_5_sub2 {
	padding-top: 5px;
}

select.amountbox_5 {
	width: 40px;
	text-align: center;
	color: #000000;
	BORDER: #000000 1px solid;
}

select.varselect_5 {
	width: 170px;
	color: #000000;
	BORDER: #000000 1px solid;
}



/*
#####################################
CART VIEW / MYACCOUNT
#####################################
*/

.tspaysteplogo {
	float: left;
	width: 140px;
	padding-top: 10px;
}

.tspaysteptext {
	float: left;
	width: 440px;
	padding-top: 5px;
}

div.cartempty_info {
	padding-top:15px;
	BORDER-TOP: #aaaaaa 1px solid;
}

div.cart_text {

}

div.mycart_reorder {
	padding-top: 20px;
}

div.mycart_payerror {
	background-color:#ffbab2;
	padding:3px;
	border: 1px solid #ff0000;
}


div.cartsubtext {
	padding: 10px;
	font-size: 10px;
	color: #555555;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #acae90;
}

div.cartheader {
	font-size: 12px;
	font-weight: bold;
	color: #777777;
}

div.contentHeadline {
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #777777;
}

div.cs_image {
	padding: 0px;
}

div.body_contact {
	padding-bottom:25px;
}

.borderGenerall {
	border: 1px solid #bbbbbb;
}

div.cart_itemBeginBorder {
	border-top: 1px solid #eeeeee;
}

div.cart_rightsepborder {
	border-right: 1px solid #eeeeee;
}

select.shippingPrices {
	font-size: 9px;
	color: #777777;
	width: 70px;
}

div.stepheader {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #777777;
}

div.stepheader_item {
	float: left;
	width: 20%;
}

select.select_pay {
	width: 200px;
	color: #777777;
}

input.address {
	height: 11px;
	font-size: 10px;
	color: #333333;
	width: 120px;
}

select.customerPickUp
{
	height: 20px;
	width: 120px;
	font-size: 11px;
	color: #777777;
	text-align: right;
}


.cart_descripfield {
	width: 180px;
	float: left;
}


.addressChooseBoxContainer {
	float: left;
	width: 220px;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;

	text-align: left;
}

.addressChooseBoxInner {
	border: 1px solid #eeeeee;
}

.addressChooseBoxContent {
	padding: 10px;
	overflow: auto;
	height: 60px;
	font-size: 11px;
}

a.addressChooseBox:link, a.addressChooseBox:hover, a.addressChooseBox:visited, a.addressChooseBox:active {
	color: #777777;
}


/*
Cart Step 4
*/
div.payContent {
	font-size: 12px;
	color: #333333;
	padding: 3px;
	border: 1px solid #eeeeee;
}

div.acceptContent {
	font-size: 12px;
	color: #333333;
}

div.ps4_cblabel {
	width: 580px;
}

/*
#####################################
Additional Texts (policy, shipping .. )
#####################################
*/
div.addTexts {
	font-weight: normal;
	font-size: 11px;
}

div.shipCostsTableItem {
	border-top: 1px dotted #777777;
	padding-top: 3px;
	padding-bottom: 3px;
}


/*
#####################################
Trusted Shops
#####################################
*/
a.ts:link, a.ts:visited, a.ts:active, a.ts:hover {
	color: #000000;
}

div.ts_box {
	border:1px solid #C0C0C0;
	background-image: url(generall/bg_blue.jpg);
	vertical-align:middle;
	width:154px;
	margin-top:0px;
	padding:2px;
}

div.ts_outer {
	font-size:80%;
}

/*
#####################################
orderview (open closed)
#####################################
*/
div.orderview {
	color: #777777;
	font-weight: normal;
	font-size: 11px;
}

.border_login {
	BORDER: #cccccc 1px solid;
}

div.myaccount {
	font-size: 12px;
	color: #777777;
}

div.orderitem {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: #cccccc 1px solid;
}

/*everything concerning the cart*/
div.cart {
	font-size: 10px;
	color: #777777;
}

div.buy_headers {
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 3px;
	color: #777777;
}

div.buy_footers {
	height:5px;
	background-color:#EEEEEE;
}

.border_cart_rightbottom {
	BORDER-RIGHT: #eeeeee 1px solid;
	BORDER-BOTTOM: #eeeeee 1px solid;
}

.border_cart_bottom {
	BORDER-BOTTOM: #eeeeee 1px solid;
}

.border_cart_right {
	BORDER-RIGHT: #eeeeee 1px solid;
}

div.footnote {
	font-size: 9px;
	color: #666666;
}

a:link {
	color: #244f7a;
	text-decoration: none;
}

a:visited {
	color: #244f7a;
	text-decoration: none;
}

a:active {
	color: #244f7a;
	text-decoration: none;
}

a.myaccount:link {
	color: #777777;
	font-size: 12px;
	text-decoration: none;
}

a.myaccount:visited {
	color: #777777;
	font-size: 12px;
	text-decoration: underline;
}

a.myaccount:active {
	color: #777777;
	font-size: 12px;
	text-decoration: underline;
}

a.myaccount:hover {
	color: #777777;
	font-size: 12px;
	text-decoration: underline;
}

.border_light {
	BORDER: #eeeeee 1px solid;
}

.border_red {
	BORDER: #ee0000 1px solid;
}

.border_green {
	BORDER: #2D8F00 1px solid;
}

div.step4errorBox {
	font-size: 12px;
	padding: 5px;
	border: 2px solid red;
	padding: 3px;
	color: red;
}

.border_light_left {
	BORDER-LEFT: #eeeeee 1px solid;
}

.border_light_right {
	BORDER-RIGHT: #eeeeee 1px solid;
}

.border_dark {
	BORDER-LEFT: #555555 1px solid;
	BORDER-TOP: #555555 1px solid;
	BORDER-RIGHT: #555555 1px solid;
	BORDER-BOTTOM: #555555 1px solid;
}

.border_dark_topbottom {
	BORDER-TOP: #555555 1px solid;
	BORDER-BOTTOM: #555555 1px solid;
}

.footer {
	font-size: 10px;
	color: #888888;
}

.very_bottom_country {
	cursor: pointer;
}

/*
###################################
Popup
###################################
*/

#blanket {
	background-color: #111;
	opacity: 0.55;
	position: absolute;
	z-index: 100;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
}

.picOverlay {
	background-color: #ffffff;
	BORDER: #aaaaaa 1px solid;
}

.btn_light {
	opacity: 1;
}
.btn_full {
	opacity: 0.80;
}

.popUpDiv {
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;

	color: #000000;

	background-color: #eeeeee;
	background-image: url('generall/arsymbol_trans.png');
	background-position: 50% 50%; background-repeat: no-repeat;
	z-index: 9002;
}

.border_popup {
	BORDER: #87d029 1px solid;
}

.mainsubmenues {
	font-size: 12px;
	font-weight: bold;
	color: #7f8089;
}

.picPreview {
	BORDER-TOP: #aaaaaa 1px solid;
	BORDER-BOTTOM: #aaaaaa 1px solid;
}

input.pupup_input {
	width: 320px;
}

.pupup_area {
	width: 320px;
	height: 110px;
}

.popup_inner {
	font-size: 11px;
	color: #000000;
}

.ovl_head {
	background-image: url(generall/varhead_bg.jpg);
	height: 22px
}
.ovl_head_t {
	float:left;
	padding:4px;
	width:200px;
}
.ovl_head_btn {
	cursor:pointer;
	float:right;
	margin-top:-21px;
	margin-right:3px;
}

/*
###################################
FAQ
###################################
*/

a.faqitem:link, a.faqitem:visited, a.faqitem:active {
	color: #333333;
	text-decoration: none;
}
a.faqitem:hover {
	color: #333333;
	text-decoration: underline;
}

div.faqContainer {
	padding-bottom: 25px;
}

div.faqQuestion {
	font-size: 14px;
	font-weight: bold;
	color: #87d029;
	padding-top: 15px;
}

div.faqAnswer {
	padding-left: 25px;
	padding-top: 10px;
}

/*
###################################
SEARCH ITEMS
###################################
*/
div.searchItem_header {
	font-weight: bold;
}

div.searchItem_content {

}

div.searchItem {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #343434;
}

div.searchItem_hover {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEEEEE;
	border-bottom: 1px dotted #1FD101;
}


/*
###################################
ADMIN MODE WINDOW
###################################
*/

div.adminmode_ar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
	position: fixed;
	left: 5px;
	top: 5px;

	background-color: #e5e5e5;
	border: 2px solid #328d1d;

	padding: 5px;
	color: #000000;

	opacity:.60;
	FILTER: Alpha(Opacity=40, FinishOpacity=40, Style=1);
	z-index: 100;
}


/*
###################################
Rating
###################################
*/

div.rat_container {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #626262;
}

div.rat_content {
	padding-top: 5px;
}

div.rat_header {
	padding-bottom: 5px;
}
div.rat_title {
	padding-top: 5px;
	font-weight:bold;
}

div.rat_stars {
}

div.rat_name {
	padding-bottom: 1px;
	padding-top: 2px;
}
div.rat_date {
	font-style:italic;
	font-size:9px;
}

div.ratown_container {
	padding-top: 5px;
	padding-bottom: 10px;
}
div.ratown_head {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.ratown_label {
	padding-top: 5px;
}
div.ratown_deny {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
}
input.rat_title {
	width: 200px;
}
.rat_text
{
	width: 450px;
	height: 150px;
}


/*
###################################
Reclist
###################################
*/
div.reclist_container {
	border-top: 1px dotted #000000;
	padding-top: 0px;
	padding-bottom: 15px;
}

.reclist_item {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #000000;
}
.reclist_item:hover {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #000000;
	background-color: #efefef;
}

.rec_titel {
	font-size: 13pt;
}
.rec_notice {
	color: gray;
	padding-bottom: 10px;
}
.rec_infobottom {
	border: 3px solid #DEDEDE;
	padding: 5px;
}
.rec_item {
	border-bottom: 1px dotted #DEDEDE;
}

/*
###################################
3rdrow
###################################
*/
.thirddef_container {
	padding: 2px;
	padding-bottom: 5px;
}

.thirddef_head {
	background-color: #CCCCCC;
	font-weight:bold;
}

.thirddef_cont {
	padding-top: 2px;
}

.thirddef_fitswith {
}

.thirddef_prodcont {
	padding-top: 5px;
}
.thirddef_prodimage {
	float:left;
	width: 50px;
}
.thirddef_prodtext{
	float:left;
	width: 115px;
	padding-left: 5px;
	padding-right: 5px;
}
.thirddef_prodtitle{

}
.thirddef_proddescr{

}

.thirddef_prodicon {
	display: none;
}

.clearboth {
	clear: both;
}
.clearboth_space {
	height: 16px;
}

.no_header_container {}
.no_header_head { display:none }
.no_header_cont { padding-bottom: 15px;}


/*
###################################
Payment
###################################
*/
div.payment_option {
	float: left;
	width: 188px;
	margin: 5px;
	height: 100px;
	border: 1px solid #cccccc;
	cursor: pointer;
	overflow: hidden;
}
.payment_optiontext {
	height: 30px;
	padding: 3px;
}




/*


   Magic Scroll v1.0.0
   Copyright 2011 Magic Toolbox
   Buy a license: www.magictoolbox.com/magicscroll/
   License agreement: http://www.magictoolbox.com/license/


*/
.MagicScroll {
    display: none;
    border: none;
}

.MagicScrollItem {
    text-align: center;
}

.MagicScrollItem img {
    display: block;
    margin: 0 auto;
}

.MagicScrollArrows {
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url('generall/mscroll/arrows.png');
    padding: 0px !important;
}

.MagicScrollArrowTop {
    background-position: 24px 0;
}

.MagicScrollArrowRight {
    background-position: 0 0;
}

.MagicScrollArrowBottom {
    background-position: 24px 24px;
}

.MagicScrollArrowLeft {
    background-position: 0 24px;
}

.MagicScrollSliderWrapper {
    background: #f3f3f3;
    border-top: 1px solid #e1e1e1;
}

.MagicScrollSlider {
    background: #f7f7f7;
    border:1px outset #e1e1e1;
    border-style: solid outset outset solid;
}

.MagicScrollSliderShadow {
    background: #dfdfdf;
    border:1px solid #dfdfdf;
}

/* Style for scroll with borders and background */
.MagicScroll.msborder {
    background:#efefef;
    border:1px solid #e1e1e1;
}
.MagicScroll.msborder .MagicScrollItem {
    background:#fff;
    border-right:1px solid #efefef;
    padding: 6px 0;
}
.MagicScroll.msborder.vertical .MagicScrollItem {
    border-right:none;
    border-bottom:1px solid #efefef;
}
.MagicScroll.msborder .MagicScrollArrows {
    width: 36px;
    height: 36px;
    background: url('generall/mscroll/arrows-padding.png');
}

.MagicScroll.msborder .MagicScrollArrowTop {
    background-position: 36px 0;
}
.MagicScroll.msborder .MagicScrollArrowBottom {
    background-position: 36px 36px;
}
.MagicScroll.msborder .MagicScrollArrowLeft {
    background-position: 0 36px;
}

.MagicScroll.mstext .MagicScrollItem {
    text-align: left;
    line-height:1.2;
    padding:9px;
    border:none;
}




