@charset "utf-8";

/* CSS Document */
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: pink;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 25px;
	font-weight: normal;
}


select.generall {
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #333333;
}

select {
	background-color: #ffffff;
	border: 1px solid #333333;
}

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

input {
	background-color: #ffffff;
	border: 1px solid #333333;
}


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

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

textarea.infoinput, select.infoinput {
	background-color: #ffffff;
	BORDER: #25221d 1px solid;
	font-size: 12px;
	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: #25221d 1px solid;
}

.infobox {
	color: #555555;
}





.small {
	font-size: 11px;
}

/*
#####################################
Info Box (small right bottom corner)
#####################################
*/
.boxContainer {
	font-size: 12px;
	padding: 1px;
	width: 420px;
	background-color: #ffffff;
	BORDER: #25221d 1px solid;
	color: #25221d;
}

.boxContainerHeader {
	padding-top:7px;
	font-weight:bold;
	color: #000000;
}

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

.notifyMessage {
	background-color: #D4FFC1;
	border: 1px solid #25221d;
}

/*
#####################################
PATH LINE
#####################################
*/
div.path_line {
	position: absolute;
	top: 55px;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	background: transparent;
	height: 20px;

}

div.path_inner {
	padding-top: 2px;
	padding-bottom: 1px;
	background-image: url("bckgr_path.jpg");
}

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:19px;
	overflow: hidden;
	width: 400px;
	height: 15px;
}

/*
#####################################
VERY TOP
#####################################
*/
div.headerBox {
	position: absolute;
	left: 50%;
	margin-left: -400px;
}

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

div.banner_top {
	height:50px;
}

a.very_top_right:link {
	font-weight:bolder;
}
a.very_top_right:visited {
	font-weight: bold;
}
a.very_top_right:active {
	font-weight: bold;
}


a.very_top:link, a.very_top:visited, a.very_top:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
}


a.very_top_right:link, a.very_top_right:visited, a.very_top_right:active {
	color: #ffffff;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 20px;
	background-image: url("shopicons/head_menuicon.png");
	background-repeat: no-repeat;
	background-position: 6px 2px;
	font-weight: normal;
}



.verytop {
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	padding-left: 11px;
	padding-top: 2px;
	height: 18px;
}


/*
#####################################
VERY Bottom
#####################################
*/
div.very_bottom {
	border-top: 0;
	font-size: 10px;
	color: #ffffff;
	background-color: #000000;
	padding-top: 5px;
}

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

/*
#####################################
LEFT SIDE (MENUE + SEARCH + CAT)
#####################################
*/
.leftmenue {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	width: 170px;
	color: #ffffff;
	background-color: #222222;
	padding-bottom: 15px;
}

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

div.menuBackground {
	background-image: none;
	background-position:center;
	background-repeat:no-repeat;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 3px;

	border-bottom: 1px solid #666666;
}

div.menuContBody {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 2px;
	border-bottom: 1px solid #666666;
}

div.searchBox {
	padding-top: 13px;
	padding-bottom: 9px;
}

div.search_arrow {
	padding-right:5px;
	padding-top: 1px;
	padding-bottom: 3px;
}


input.searchbox {
	background-color: #ffffff;
	height: 14px;
	width: 60px;
	font-size: 11px;
	border: 1px solid #cfc099;
	color: #25221d;
	padding-left: 3px;
}

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


div.prodinmenu_container
{
	border-top : none;
	border-bottom : none;
	padding-top: 0px;
	padding-bottom: 0px;
}




a.prodinmenu_item:link, a.prodinmenu_item:visited {
	color: #ffffff;
	text-decoration: none;
	padding-left: 14px;
	background-position: 0px 2px;
	background-repeat: no-repeat;
	background-image:url('');
}



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: none;
	padding-left: 14px;
	background-position: 0px 2px;
	background-repeat: no-repeat;
	background-image:url('shopicons/menuarrow_activeright.gif');
}





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

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

div.elBullet, div.elBulletSub, div.elBulletdown {
	padding-left: 14px;
	background-position: 0px 8px;
	background-repeat: no-repeat;
	background-image:url('shopicons/mnu_wosub.png');
}

div.elBullet_active, div.elBulletSub_active {
	padding-left: 14px;
	background-position: 0px 8px;
	background-repeat: no-repeat;
	background-image:url('shopicons/menuarrow_activeright.png');
}

div.elBullet_activedown, div.elBulletSub_activedown {
	padding-left: 14px;
	background-position: 0px 8px;
	background-repeat: no-repeat;
	background-image:url('shopicons/menuarrow_activedown.png');
}




/*
#####################################
BODY CORECONTENT
#####################################
*/
#corecontent {
	float: right;
	min-height: 500px;
	background-color: #000000;

	width: 602px;
	padding-left: 10px;
	padding-right: 0;
	padding-top: 0;
}

#paymentWaiting {
	background-color: #000000;
}

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

/* Menuarea included */
div.body_core {
	padding-top: 51px;
	padding-bottom: 15px;
}

div.acceptContent {
	color: #ffffff;
}


.order_block {
	background-color: #333333;
	border: 1px solid #555555;
}



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

div.subcategory_header {
	font-weight: bold;
	font-size: 11px;
	background-color: #444444;
}

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

div.subcategories_item {
	width: 200px;
}

a.subcategories:link {
	color: #ffffff;
	text-decoration: none;
}

a.subcategories:visited {
	color: #ffffff;
	text-decoration: none;
}

a.subcategories:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.subcategories:active {
	color: #ffffff;
	text-decoration: underline;
}

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

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

/*
#####################################
SMALL PROD VIEW
#####################################
*/
div.small_65_container {
	padding: 5px;
	width: 600px;
	background-color: #333333;
	border: 1px solid #555555;
}


div.small_1_picture {
	padding: 5px;
	border: 1px solid #25221d;
}

div.small_65_sub1 {
	float: left;
	width: 250px;
	font-weight: normal;
	color: #ffffff;
	overflow: hidden;
	font-size: 11px;
}


div.small_65_sub2 {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	float: right;
}




/*
#####################################
BIG PROD VIEW
#####################################
*/
.productview {
	height: 100%;
	font-size: 11px;
}

.prodHeader {
	padding: 0;
	font-size: 20px;
}

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

div.singleAddPicContainer {
	float: left;
	padding-bottom: 20px;
}

div.singleAddPic {
	BORDER: #24221d 1px solid;
	height: 110px;
}


input.amountbox {
	width: 25px;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	BORDER: #000000 1px solid;
}

select.varselect {
	font-size: 12px;
	height: 20px;
	width: 130px;
	color: #000000;
	BORDER: #000000 1px solid;
}

div.fitswith {
	border-top: 1px solid #343434;
}

div.fitswith_header {
	padding-top: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #25221d;
}

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

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


div.cart_text {
	color: #ffffff;
}

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

div.cartheader {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #333333;
}

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

div.cs_image {
	padding: 0;
}

div.body_contact {
	padding-top: 0;
}

.borderGenerall {
	border: 1px solid #24221d;
	background-color: #333333;
}

div.cart_itemBeginBorder {
	border-top: 1px solid #24221d;
	background-color: #333333;
}

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

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

div.stepheader {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 0px solid #ffffff;
	font-size: 10px;
	color: #ffffff;
}

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

select.select_pay {
	width: 150px;
	color: #24221d;
	height: 20px;
}

input.address {
	height: 11px;
	font-size: 10px;
	color: #24221d
}

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

.cart_descripfield {
	width: 170px;
	float: left; height: 25px;
}

/*
step 4
*/
div.payContent {
	color: #ffffff;
	padding: 5px;
	border: 1px solid #24221d;
	background-color: #333333;
}

div.buy_footers {
	height:0px;
	background-color:#24221d;
}

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

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

.border_login {
	BORDER-LEFT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-BOTTOM: #cccccc 1px solid;
}

div.myaccount {
	color: #ffffff;
}

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

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

div.buy_headers {
	font-size: 12px;
	color: #000000;
}

.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: #ffffff;
	text-decoration: none;
}

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

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

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

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

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

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

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

.border_light {
	BORDER-LEFT: #eeeeee 1px solid;
	BORDER-TOP: #eeeeee 1px solid;
	BORDER-RIGHT: #eeeeee 1px solid;
	BORDER-BOTTOM: #eeeeee 1px solid;
}

.border_red {
	BORDER-LEFT: #ee0000 1px solid;
	BORDER-TOP: #ee0000 1px solid;
	BORDER-RIGHT: #ee0000 1px solid;
	BORDER-BOTTOM: #ee0000 1px solid;
}

.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;
}


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

	color: #000000;
	text-align: left;
}

.addressChooseBoxInner {
	border: 1px solid #24221d;
	background-color: #ffffff;
}

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

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

/*
###################################
Popup
###################################
*/
#blanket {
	background-color: #111;
	position: absolute;
	z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
	top: 0px;
	left: 0px;
	width: 100%;
	FILTER: Alpha(Opacity=60, FinishOpacity=60, Style=1);
	opacity: 0.65;
}

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

.popUpDiv {
	position: absolute;
	padding: 2px;
	top: 100px;
	background-color: #eeeeee;
	height: 430px;
	width: 500px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

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

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

a.faqitem:link {
	color: #ffffff;
	text-decoration: none;
}

a.faqitem:visited {
	color: #ffffff;
	text-decoration: none;
}

a.faqitem:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.faqitem:active {
	color: #ffffff;
	text-decoration: underline;
}

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

div.faqQuestion {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	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;
}


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

div.adminmode
{
	background-color: red;
	width: 80px;
	height: 18px;
	z-index: 900;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 15px;
	color: #ffffff;
	opacity:.40;
	FILTER: Alpha(Opacity=60, FinishOpacity=60, Style=1);
}




/*
###################################
LIGHT BOX
###################################
*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(generall/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(design/generall/lightbox/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(design/generall/lightbox/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}


