@import url(//fonts.googleapis.com/css?family=Carrois+Gothic);

body{
	margin:0;
	padding:0;
/*	font: 0.8em Arial, Arial, Helvetica, sans-serif;*/
	font-family: 'Carrois Gothic', sans-serif;
	font-size: .9em;
	font-weight: 400;
	background-color: #262626;
}

/*html, body, #wrapper { min-height: 100%; }*/

hr{
	margin-top:10px;
	margin-bottom:10px;
	height: 1px;
	color: #c0c0c0;
	background-color: #c0c0c0;
	border: none;
}

h1,h2,h3,h4,h5,h6{
	margin: 5px 0;
	font-weight: normal;
	/*letter-spacing: -0.04em;*/
}

h1{ font-size: 2em; }
h2{ font-size: 1.8em; }
h3{ font-size: 1.6em; }
h4{ font-size: 1.4em; }
h5{ font-size: 1.2em; }
h6{ font-size: 1em; }

a { outline:none; border:none; }
a > img { outline:none; border:none; }

h1.page-header{
	padding:10px;
	margin:0 0 10px 0;
}

.valigntop { vertical-align: top; }
.alignright{ text-align: right; }
.alignleft{ text-align: left; }
.aligncenter{ text-align: center; }

#pageheader{ 
	background: url(images/head_bg.gif) repeat-x;
	margin-bottom:10px;
	width:100%;
}

#pageheader .content{
	width:1029px;
	margin:0 auto;
	position: relative;
	background: url(images/header_tv.jpg) no-repeat;
}

#pageheader .logo { }
#pageheader .logo a{
	display: block;
	width:500px;
	height:99px;
	/*background: url(images/td-logo1.png) no-repeat;*/
	/*background:#ff0000;*/
	margin:0;
	text-decoration: none;
}

#pagefooter .content{
	width:1029px;
	margin:0 auto;
	min-height: 150px;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
}

#pagefooter .content > div{
	width:260px;
	padding:10px;
	margin:10px 10px 0 0;
}
#pagefooter .content > div:last-child{
	margin:10px 0 0 0;
}

#pagefooter .content div a.logo{
	display: block;
	width:200px;
	height:22px;
	background: url(images/td-logo1.png) no-repeat;
	background-size: 200px;
	margin:13px 0 12px 0;
	padding:0;
	text-decoration: none;
}

#pagefooter .content div h3, #pagefooter .content-uf h3{
	margin-bottom: 10px;
	/*font-family: 'Arial Narrow', Arial, sans-serif;*/
	/*letter-spacing: 0.09em;*/
	font-size: 1.7em;
	font-variant: small-caps;
	color: #d5d5d5;
}


#pagefooter .content div menu{
	margin:0;
	padding:0;
	list-style-type: none;
}

#pagefooter .content div menu li a{
	color:#7f7f7f;
	display: block;
	padding:5px;
	border-bottom:1px solid #595959;
	text-decoration: none;
	/*font-style: italic;*/
	/*font-size: 1em;*/
	/*font-variant: small-caps;*/
/*	letter-spacing: 0.09em;*/
}

#pagefooter .content div menu li a:hover{
	color:#d5d5d5;
	background: #595959;
}

#pagefooter .content div menu li:last-child a{
	border:none;
}

#pagefooter{
	min-height:100px;
	color:#7f7f7f;
}

#pagefooter a{ color:#7f7f7f; }

#wrapper{
	background-color: #ffffec;
	padding:0 0 10px 0;
}

#page{
	width: 1029px;
	margin: 0 auto;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pagenav{
	width:200px;
/*	border-right:1px solid #e5e5e5;*/
	padding-right: 10px;
	
}

.pagenavr{
	width:200px;
/*	border-right:1px solid #e5e5e5;*/
	padding-left: 10px;
	
}

#content{
/*	padding-left: 5px;*/
	width:609px;
	/*box-shadow: 0 0 6px #c0c0c0;*/
	background-color: #ffffec;
/*	padding: 10px;*/
	min-height: 430px;
}

#content a {
	color:#000000;
	text-decoration: none;
}
#content a:hover {
	color: #A87034;
	text-decoration: underline;
}
.tow-columns{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.menu-categories{
	margin:0 0 10px 0;
	padding:0;
	list-style-type: none;
}

.menu-categories > li > a{
	display:block;
    background: -webkit-linear-gradient(#fffff4,#dcd3b6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fffff4,#dcd3b6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fffff4,#dcd3b6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fffff4,#dcd3b6); /* Standard syntax (must be last) */
	margin-bottom:3px;
	padding:4px;
	font-weight: normal;
	text-decoration: none;
	color:#40382b;
	border: 1px solid #786944;
	border-radius: 3px;
	/*text-transform: uppercase;*/
}
.menu-categories > li > a:hover, .menu-categories > li.active > a{
	background: -webkit-linear-gradient(#9c855b, #221c07); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#9c855b, #221c07); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#9c855b, #221c07); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9c855b, #221c07); /* Standard syntax (must be last) */
	color: #ffffff;
}

.menu-categories > li .menu-sub-categories{
	margin:-4px 0 3px 0;
	padding:8px;
	background: #eee6c8;
	border: 1px solid #786944;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: none;
	list-style-image: url('images/list-arrow.png');
/*	list-style-type: none;*/
	font-size: .9em;
}

.menu-sub-categories > li > a{
	display:block;
	text-decoration: none;
	color:#000000;
	padding:2px;
}
.menu-sub-categories > li > a:hover{
	text-decoration: underline;
}

.menu-sub-categories > li.active > a{
	text-decoration: underline;
}

.menu-sub-categories > li .menu-sub-categories{
	border:none;
	font-size: 1em;
}

.header-bar-long{
	margin:0;
	padding:4px;
	width:100%;
	background: -webkit-linear-gradient(#9c855b, #221c07); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#9c855b, #221c07); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#9c855b, #221c07); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9c855b, #221c07); /* Standard syntax (must be last) */
}

.header-bar{
	width:1029px;
	margin:0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
}

.menu-languages{
	margin:0 5px 0 0;
	padding: 0;
	list-style-type: none;
	width: 15%;
	text-align: right;
	/*
	display: block;
	float: right;
    
    width: auto;
	*/
}
.menu-languages > li{
	display: inline-block;
	margin:0;
	padding:3px 0 0 0;
	list-style: none;
	
}

.menu-header{
	margin:0;
/*	padding:5px;*/
	padding:0;
	list-style-type: none;
	width: 85%;
/*	border-radius: 3px;
	border: 1px solid #d8d8d8;
	background: -webkit-linear-gradient(#ffffff, #d5d5d5);  For Safari 5.1 to 6.0 
    background: -o-linear-gradient(#ffffff, #d5d5d5);  For Opera 11.1 to 12.0 
    background: -moz-linear-gradient(#ffffff, #d5d5d5);  For Firefox 3.6 to 15 
    background: linear-gradient(#ffffff, #d5d5d5);  Standard syntax (must be last) */
}

.menu-header li{
	display: inline-block;
	margin:0;
}

.menu-header li a{
	display:block;
/*    background: -webkit-linear-gradient(#4a4a4a, #000000);  For Safari 5.1 to 6.0 
    background: -o-linear-gradient(#4a4a4a, #000000);  For Opera 11.1 to 12.0 
    background: -moz-linear-gradient(#4a4a4a, #000000);  For Firefox 3.6 to 15 
    background: linear-gradient(#4a4a4a, #000000);  Standard syntax (must be last) */
/*	background:#000000;*/
	padding:4px 8px;
	font-weight: normal;
	text-decoration: none;
	color:#ffffff;
	border-radius: 3px;
}

.menu-header li a:hover{
	background:#221c07;
}

.menu-header li.active a{
	background:#ffffec;
	color:#000000;
}

.portlet-grid {
	margin:0;
	padding:0;
	border-left:0;
	border-right:0;
}
.portlet-grid .column{
	vertical-align: top;
	margin:0;
	padding:0;
}
.portlet{
	position:relative;
	margin: 0;
}

.portlet img{
	width:677px;
}

.portlet a {
	text-decoration: none;
	color:#000000;
	display:block;
	overflow:hidden;
}

.portlet a:hover {
	opacity:0.5;
	filter: alpha(opacity = 50);
}

.box-cart a{
	background: url('images/cart_bg.png') no-repeat center right;
	position: absolute;
	right:0;
	top:20px;
	width: 100px;
	padding:10px 60px 10px 10px;
	text-decoration: none;
	display: block;
	color:#555;
	text-align: right;
}

.box-cart h3{ font-size:1em; letter-spacing: normal; }

.box-menu, .box-text, .box-account{
	color: #555;
	background:#ffffec;
	margin-bottom: 6px;
}

.box-menu h3, .box-text h3, .box-account h3{
	margin:0;
	padding:4px 10px 4px 5px;
	border-radius: 3px;
	border: 1px solid #221c07;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom:none;
	background: -webkit-linear-gradient(#9c855b, #221c07); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#9c855b, #221c07); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#9c855b, #221c07); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9c855b, #221c07); /* Standard syntax (must be last) */
	color: #ffffff;
	font-weight:bold;
	font-size:1em;
	letter-spacing: normal;
}

.box-account .box-link > a{
	background: -webkit-linear-gradient(#ff3232, #e50000) !important;
    background: -o-linear-gradient(#ff3232, #e50000) !important;
    background: -moz-linear-gradient(#ff3232, #e50000) !important;
    background: linear-gradient(#ff3232, #e50000) !important;
	border: 1px solid #221c07 !important;
	color:#ffffff;
	margin:0;
	padding:4px 10px 4px 5px;
	display:block;
	border-top:none;
	text-align: center;
	text-decoration: none;
}

.box-account > .box-content{
	border: 1px solid #221c07;
	border-top:none;
	border-bottom:none;
}
.box-account > .box-content > a{
	text-decoration: none;
	padding:5px;
	font-size:0.9em;
	display: block;
	background: #ffffff;
	color:#000000;
}

.box-account > .box-content > a:hover{ background: #ffffff; }

.box-text .box-content{
	border: 1px solid #221c07;
	border-top:none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.box-text .box-link > a{
	background: -webkit-linear-gradient(#9c855b, #221c07) !important;
    background: -o-linear-gradient(#9c855b, #221c07) !important;
    background: -moz-linear-gradient(#9c855b, #221c07) !important;
    background: linear-gradient(#9c855b, #221c07) !important;
	border: 1px solid 221c07 !important;
	color:#fcd921 !important;
	padding:4px 10px 4px 5px;
	display:block;
	border-top:none;
	text-align: center;
	text-decoration: none;
}

.box-menu menu{
	margin:0 0 6px 0;
	padding:0;	
	color: #555;
	list-style-type: none;
	border: 1px solid #221c07;
	border-top:none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.box-menu menu li{

}

.box-menu menu li a{
	text-decoration: none;	
	font-weight:normal;
	text-align: left;
	padding: 4px 6px;
	color: #555;
	border-bottom: 1px solid #d8d8d8;
	display:block;
	margin:0;	
}
.box-menu menu li:last-child a{
	border: none;
}

.box-menu li a:hover{ background-color:#e4e4e4; }

.box-search{
	margin-bottom:10px;
}
.box-search form{
	margin:0;
	padding:0;
}

a.box-ssl{	
	background: url(../../../../images/icons/ssl.gif) no-repeat 20px 5px;
	text-decoration:none;
	text-align:right;
	color:#555;
	display:block;
	padding:15px 15px;
}

a.box-ssl:hover{
	background-color:#e4e4e4;
}

ul.payment_list {
	padding:0;
	margin:0;
	text-align:center;
}
ul.payment_list li {
	list-style: none;
	margin:0;
	padding:0;
}

ul.payment_list li:last-child a{
	border:none;
}

ul.payment_list li a {
/*	border-bottom: 1px dashed #c0c0c0;*/
	display:block;
	text-decoration:none;
	text-align: left;
	color: #555;
}

ul.payment_list li a:hover {
	text-decoration:none;
}
ul.payment_list li a.vorkasse:hover,
ul.payment_list li a.nachnahme:hover,
ul.payment_list li a.rechnung:hover,
ul.payment_list li a.sueberweisung:hover,
ul.payment_list li a.creditcard:hover,
ul.payment_list li a.paypal:hover{
	background-color:#e4e4e4;
}
ul.payment_list li a.vorkasse {
	background: url('../../../../images/icons/ico_vk.gif') no-repeat 98% 0px;
	padding: 6px 4px 6px 4px; 
}

ul.payment_list li a.nachnahme {
	background: url('../../../../images/layout/ico_nn.jpg') no-repeat 98% 4px;
	padding: 6px 4px 6px 4px; 
}

ul.payment_list li a.rechnung {
	background: url('../../../../images/layout/ico_re.gif') no-repeat 98% 4px;
	padding: 5px 4px 5px 4px; 
}

ul.payment_list li a.sueberweisung {
	background: url('../../../../images/icons/ico_sfue.gif') no-repeat 98% 2px;
	padding: 6px 4px 6px 4px; 
}

ul.payment_list li a.paypal {
	background: url('../../../../images/icons/ico_pp.gif') no-repeat 98% 6px;
	padding: 6px 4px 6px 4px; 
}

ul.payment_list li a.creditcard {
	background: url('../../../../images/layout/ico_cc_m.gif') no-repeat;
	background-position: right center;
	padding: 9px 4px 9px 4px; 
}

.header-categorie{
	padding:3px 8px;
	background:#d5c089;
	border-radius: 5px;
	margin-bottom: 10px;
}

.header-categorie-img img{
	width:100%;
}

.header-product-img{
	max-height: 170px;
	height: 170px;
	overflow: hidden;
	position:relative;
	width:100%;
}
.header-product-img img{
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
}

#option-list{ margin-bottom:10px; }
#option-list > table{ float:right;  }
.option-list select{ width:100px; }

span.ui-icon { 
	display: inline-block; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height:14px;
	width: 14px;
}

.ui-dialog-titlebar-close span{ margin:auto !important; }

.button{
	font-size: 0.95em !important;
	font-weight: bold;
	padding: 3px 4px !important;
	text-decoration: none;
	border-radius: 3px !important;
	cursor: pointer;
}

 .button-buy{ min-width:52px; }

.button-grey{
	background: -webkit-linear-gradient(#a5a5a5, #727272) !important;
    background: -o-linear-gradient(#a5a5a5, #727272) !important;
    background: -moz-linear-gradient(#a5a5a5, #727272) !important;
    background: linear-gradient(#a5a5a5, #727272) !important;
	border: 1px solid #727272 !important;
	color:#ffffff !important;
}

.button-red{
	background: -webkit-linear-gradient(#ff3232, #e50000) !important;
    background: -o-linear-gradient(#ff3232, #e50000) !important;
    background: -moz-linear-gradient(#ff3232, #e50000) !important;
    background: linear-gradient(#ff3232, #e50000) !important;
	border: 1px solid #c60000 !important;
	color:#fcd921 !important;
}

.button-blue{
	background: -webkit-linear-gradient(#9c855b, #221c07) !important;
    background: -o-linear-gradient(#9c855b, #221c07) !important;
    background: -moz-linear-gradient(#9c855b, #221c07) !important;
    background: linear-gradient(#9c855b, #221c07) !important;
	border: 1px solid #221c07 !important;
	color:#fcd921 !important;
}

.button:hover{
	background: -webkit-linear-gradient(#ffa54d,#a85300) !important;
    background: -o-linear-gradient(#ffa54d,#a85300) !important;
    background: -moz-linear-gradient(#ffa54d,#a85300) !important;
    background: linear-gradient(#ffa54d,#a85300) !important;
	border: 1px solid #a85300 !important;
	text-decoration: none !important;
}

.button-remove{
	display:inline-block;
	width:26px;
	height:26px;
	background:url('images/icon-trash.png') no-repeat;
}

input[type="text"], input[type="password"],textarea, select{
	border:1px solid #d5c089;
	border-radius: 3px;
	padding:3px;
	margin:0;
	outline: none;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 1em;
}

input[type="text"]:focus, input[type="password"]:focus,textarea:focus{ border-color: #221c07; }
input[type="image"]{ }
input[type="submit"]{ 
	font-family: 'Carrois Gothic', sans-serif;
	font-weight: bold;
}

.input-qty{ text-align:right; width:50px; }
.input-qty-cart{ text-align:right; width:50px; margin:-5px 0 0 0; }

.form-red{
	background:#ffc4c4;
	border-color: #ff0000 !important;
}

.form-green{
	background:#c1ffa2;
	border-color: #33cc00 !important;
}

.ui-state-success, .ui-widget-content .ui-state-success, .ui-widget-header .ui-state-success {border: 1px solid #9c855b; background: #ffffec !important; color: #000000; }

#box-cart-items{ 
	display: none; 
    padding:10px 0;
	width:450px; 
}
#box-login-dialog{
	display:none;
	padding:20px;
	width:420px; 
}

.cart-items{ 
	max-width: 600px !important;
	min-width: 0px;
}

.ui-tooltip, .qtip{
    max-width: 900px !important;
    min-width: 50px;
}

.content-two-columns{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
	-moz-column-gap: 20px; /* Firefox */
	column-gap: 20px;
	-webkit-column-rule: 1px outset #eeeeee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eeeeee; /* Firefox */
	column-rule: 1px outset #eeeeee;
}

.w500{
	width:500px;
	margin: 0 auto;
}

.debug-out{
	color:#ffffff;
}

.ui-widget-overlay{ z-index:1001; }
.ui-dialog{ z-index:1002; }

hr.pagefooter-nav{
	margin-top:20px;
	margin-bottom:20px;
	height: 1px;
	color: #c0c0c0;
	background-color: #c0c0c0;
	border: none;
}

.table-main{ background: #d5c089; border:4px solid #d5c089; font-size: 1em; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.table-main > tbody > tr:nth-child(odd){ background: #ffffec; }
.table-main > tbody > tr:nth-child(even){ background: #d5c089; }
.table-main > tbody > tr > td{ border-bottom:1px solid #d5c089; }
.table-main > tbody > tr:last-child > td{ border:none; }
.table-main > thead > tr{ background: #d5c089; font-weight:bold; }
.table-main > tfoot > tr{ background: #d5c089; font-weight:bold; }

.table-main > caption{
	font-weight:bold;
	margin:0;
	letter-spacing: normal;
	text-transform: uppercase;
	font-size: 1.1em;
	background-color: #d5c089;
	text-align: left;
	padding: 10px 10px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.table-main-td {
	border:4px solid #eeeeee;
	padding:4px;
}

.table-main-nb{ background: #eeeeee; font-size: 1em; }
.table-main-nb > tbody > tr:nth-child(odd){ background: #ffffec; }
.table-main-nb > tbody > tr:nth-child(even){ background: #d5c089; }
.table-main-nb > tbody > tr > td{ border-bottom:1px solid #d5c089; }
.table-main-nb > tbody > tr:last-child > td{ border:none; }
.table-main-nb > thead > tr{ background: #d5c089; font-weight:bold; }
.table-main-nb > tfoot > tr{ background: #d5c089; font-weight:bold; }

div.table{ display:table; display:table; table-layout:fixed; }
div.table > section{ display:table-row;  }
div.table > section > div{ display:table-cell; }
/*div.table > section > div:first-child{ width:1px;white-space:nowrap; }*/

.table-padding > section > div{ padding:5px; }
.table-padding-h > section > div{ padding:5px 0; }
.table-header{ background: #d5c089; border-radius: 5px;margin-bottom:5px; } 
.table-footer{ background: #d5c089;border-radius: 5px;margin-top:5px; }


a.ticket-download{
	display:block;
	text-align: center;
	padding:10px !important;
	margin:10px 0;
}

.format-euro-tax{
	font-size: 0.7em;
}

.list-products{
	margin:0;
	padding:5px;
	list-style-type: none;
	background: #decea4;
	border-radius: 5px;
}

.list-products > div.list{ border-bottom:1px solid #cccccc; padding:3px; }
.list-products > div.list:nth-child(odd){ background: #eee6c8; }
.list-products > div.list:nth-child(even){ background: #decea4; }
.list-products > div.list:last-child{ border: none; }

div.hidden{ display:none; }
div.slider,.list-button-slider { cursor: pointer; }

.preorder_warning{
	background-color: #ed0000;
	padding:10px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
}

.preorder_warning > p{
	padding:0;
	margin:0;
}

.preorder_warning > h2{
	padding:0;
	margin:0;
	text-decoration:none;
	border:none !important;
	font-size:34px !important;
}

.ui-accordion .ui-accordion-content{
	padding:0.5em !important;
	font-size: 0.9em;
}

p.eticket-hint{
	background:#eeeeee;
	padding: 10px;
	border:1px solid #c0c0c0;
	border-radius: 5px;
}

.shipping-info{
	font-size: 0.85em;
}

.payment-info-list{
	margin:2px 0 0 12px;
	padding:0;
	font-size: 0.85em;
}

.payment-info-list li{
	margin:0;
	padding:0;
}

.box-flex, .box-flex-v{
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
/*	flex-wrap: nowrap;*/
}

.box-flex > div, .box-flex-v > div{ margin:0 5px; }
.box-flex > div:first-child, .box-flex-v > div:first-child{ margin:0 5px 0 0; }
.box-flex > div:last-child, .box-flex-v > div:last-child{ margin:0 0 0 5px; }

/*.box-flex:first-child{
	margin:0 5px 0 0;
}*/

.box{
	padding:10px;
	border-radius: 5px;
}

.box-grey{
	background-color: #d5c089;
}

.box > h5, .box > a.box-link-block > h5{
	font-weight:bold;
	margin:0 0 10px 0;
	letter-spacing: normal;
	text-transform: uppercase;
	font-size: 1.1em;
}

.box > a.box-link-block{ color:#000000 !important; }
.box > a.box-link-block:hover{ text-decoration: none !important; }

hr.big-hr{
	margin-top:10px;
	margin-bottom:10px;
	height: 2px;
	color: #000000;
	background-color: #000000;
	border: none;
}

hr.big-grey-hr{
	margin-top:10px;
	margin-bottom:10px;
	height: 2px;
	color: #cccccc;
	background-color: #cccccc;
	border: none;
}

.ot-total{
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight:bold;
}

.ptitle{ 
	font-weight: bold;
}

.psubtitle{ 
	font-size: 0.9em;
}

.list-products-description{
	padding-right: 10px;
}

.details-product{}
.details-product > div{
	margin-bottom:10px;
}

.details-product > form > h3{
	background:#eeeeee;
	padding:5px;
	cursor: pointer;
	border-bottom: 1px solid #c0c0c0;
	margin:0;
}

.product-table-prices{
	border: 1px solid #c0c0c0;
	border-top: none;
}

.product-table-prices a.submit-btn, .product-table-prices a.submit-btn-exp{ margin:-2px; padding:2px; color: #000000 !important; display: block; text-decoration: none; }
.product-table-prices a.submit-btn:hover{ background-color: #f4f47a; color:#000000; text-decoration: none !important; }
.product-table-prices a.submit-btn-exp:hover{ background-color: #00d0fd; color:#000000; text-decoration: none !important; }
.product-table-prices a.price-active{ background-color: #33cc00; color:#ffffff !important; font-weight: bold; }

.product-table-prices > thead > tr:last-child >th{
	border-bottom:1px solid #c0c0c0;
}

.product-table-prices > tbody > tr:nth-child(odd){ background-color: #ffffff; }
.product-table-prices > tbody > tr:nth-child(even){ background-color: #eeeeee; }

/*.product-table-prices > thead > tr > th.td-price{ background-color: #fdfdb4; }*/
.product-table-prices > tbody > tr:nth-child(odd) td.td-price{ background-color: #fdfdd4; }
.product-table-prices > tbody > tr:nth-child(even) td.td-price{ background-color: #fdfdb4; }

/*.product-table-prices > thead > tr > th.td-price-express{ background-color: #a9e3f2; }*/
.product-table-prices > tbody > tr:nth-child(odd) td.td-price-express{ background-color: #caeaf2; }
.product-table-prices > tbody > tr:nth-child(even) td.td-price-express{ background-color: #a9e3f2; }

.product-table-products{ 
	border: 1px solid #c0c0c0;
	border-top: none; 
}
.product-table-products > thead > tr:last-child >th{
	border-bottom:1px solid #c0c0c0;
}

.product-table-products > tbody > tr:nth-child(odd){ background-color: #ffffff; }
.product-table-products > tbody > tr:nth-child(even){ background-color: #eeeeee; }
.product-table-products > tbody > tr > td > a > img{ max-width:80%; }

.product-total-price{ 
	border-radius: 3px;
	border: 1px solid #d5c089;
	padding:5px;
}
.product-total-price > div{ text-align: right; }

.product-title{ 
	border-radius: 3px;
	border: 1px solid #d5c089;
	padding:5px;
}

.product-image{ 
	float:right;
	border:1px solid #d5c089;
	padding:5px;
	border-radius: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.product-qty{
	padding:10px !important;
	font-size: 1.2em !important;
	width:50px;
	text-align: right;
}
.product-buy{
	padding:10px !important;
	font-size: 1.2em !important;
	text-align: right;
}

.product-option-bar{ }
.product-option-bar > div{ margin:0 1px !important; }
.product-option-bar > div > .product-option-title{
	font-weight:bold;
	text-align: center;
}

.product-option-bar > div > .green{ background: #78d569; }
.product-option-bar > div > .yellow{ background: #fad312; }
.product-option-bar > div > .red{ background: #f05233; }

.product-option-bar > div > .product-option-value{
	text-align: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding:5px;
}

.header-info-box{
	float:right;
	border:1px solid #d5c089;
	border-radius: 3px;
	font-size: 0.6em;
	padding:3px;
}

.product-hint{
	background-color: #e50000;
	padding:10px;
	color:#ffffff;
}

.app-icon{
	width: 19px; 
	height: 19px;
	display: inline-block;
}

.app-icon-arrow-grey { background-image: url("images/circle_arrow_grey.png"); }
.app-icon-arrow-white { background-image: url("images/circle_arrow_white.png"); }

.app-icon-arrow-right{ background-position: 0 0; }
.app-icon-arrow-left{ background-position: 20px 0; }
.app-icon-arrow-up{ background-position: 0 20px; }
.app-icon-arrow-down{ background-position: 20px 20px; }

.product-infos{
	border-radius: 3px;
	border: 1px solid #d5c089;
	padding:5px;
}

.product-infos .stock{
	width:10px;
	height:10px;
	display: inline-block;
}

.product-infos .stock-green{ background-color: #78d569; }
.product-infos .stock-yellow{ background: #fad312; }
.product-infos .stock-red{ background: #f05233; }

.twitter-share-button {
	width: 95px !important;
}

.fb-like{
	position: relative !important;
	top: -4px;
}

.categories-list{
	margin:0;
	padding:0;
	list-style-type: none;
}

.categories-list > li > a{
	display:block;
    background: -webkit-linear-gradient(#fffff4,#dcd3b6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fffff4,#dcd3b6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fffff4,#dcd3b6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fffff4,#dcd3b6); /* Standard syntax (must be last) */
	margin-bottom:3px;
	padding:10px;
	font-weight: bold;
	text-decoration: none;
	color:#40382b;
	border: 1px solid #786944;
	border-radius: 3px;
}

#size-table{
	color:#fff;
	font-weight:bold;
	margin:4px 0;
	text-align:center;
	width:100%;
	height:100px;
	border-radius: 3px;
	border: 1px solid #d5c089;
}

#size-table > thead > tr{
	background:#d5c089;
}
#size-table > thead > tr > td{
	padding:10px;
	
}

.form-packstation{
	width:100%;
	background-color:#ffcc00;
	border: 1px solid #d5c089;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 2px 2px #dfdfdf;
    -webkit-box-shadow: 0px 0px 2px 2px #dfdfdf;
    box-shadow: 0px 0px 2px 2px #dfdfdf;
}

.packstation-street{
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-right:none;
}

.packstation-street-number{
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-left: none;
}

#recommended-wrapper{
	width:100%;
	overflow: auto;
}

.recommended-item{
	border: 1px solid #d5c089;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	/*background-color: #f4e9c4;*/
}

.recommended-item > a{
	display:block;
	text-decoration:none;
}

.gallerybox {
    padding: 10px 5px 10px 8px;
    margin: 0;
    text-decoration: underline;
    color: #40382b;
    display: block;
	font-size:.8em;
	text-decoration:none;
	line-height:1.7em;
	background: url("images/box_gallery_bg.gif") right center no-repeat;
}

.link-listing{ 
	list-style-type: none;
	margin:0;
	padding:0;
}

.link-listing > li {
	margin:0 0 10px 0;
	padding:0;
}

.link-listing > li > a{ 
	text-decoration:none;
	border:1px solid #ede6c9;
	display:block;
}

.link-listing > li > a:hover{ 
	color:#000000; 
	border:1px solid #c2a450;
	text-decoration: none !important;
}

.link-listing > li > a h1{ 
	background: #ddcea3;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 8px 6px;
    border: none;
}

.link-listing > li > a h5{ 
	font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 8px 6px;
    background: #ede6c9;
}

.link-listing > li > a div{ 
    padding: 8px 6px;
}

figure{
	margin-left: 0;
	margin-right: 10px;
	float: left;
}

.galeriediv{
	float:left;
	width:186px;
	padding:3px;
	background-color:#d5c089;
	color:#ffffff;
	margin:4px;
	text-align:left;
}
.galeriediv img{
	margin:0;
	border:none;
	padding:0;
}
.galleryImage{
	width:186px;
	height:138px;
	overflow:hidden;
	margin:0;
	padding:0;
	background-color:#000;
}
.galeriediv a{
	font: 10px Arial,Helvetica,Sans-serif;
	text-decoration: underline;
	color:#ffffff !important;
	margin:8px 0 8px 0;
}

div.shippingtooltip{
	width:250px;
	font-size: .8em;
	background:#f0f0f0;
	border:1px solid #dddddd !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	 box-shadow: none;
	-webkit-box-shadow: none;
}

@supports (not(-ms-ime-align:auto)){ .list-products .list-products-links{ position:absolute; bottom:0px; left:0px; }}
