/* @import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700); */
@import url(http://fonts.googleapis.com/css?family=Ubuntu|Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Alegreya);

BODY {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.5;
/*	background: url("../images/layout/xmasbg.jpeg") no-repeat fixed bottom #F0F8FA; */
	background: url("../images/layout/background.png") repeat-x scroll 0px 0px #F0F8FA; 
/*	background: url("../images/layout/xmas.jpg") no-repeat fixed bottom right #FFF; */
}

/* HEADINGS */
h1 {
	border-bottom: none;
	margin: 0 0 30px 0;
	padding: 0;
	font-family: 'Droid Sans', Verdana, Geneva, sans-serif;
	font-size: 2em;
	color: #970052;
}
h2 {
	color:#970052;
	font-family: 'Droid Sans', Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:16px;
	margin:15px 0 8px 0;
	padding:0;
}
h3 {
	color:#555;
	font-weight:bold;
	font-size:12px;
}

h4 {
	border-bottom: none;
	margin: 0;
	padding: 0;
	font-family: 'Droid Sans', Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 1.5em;
}

h1.title {
	color: #970052;
	font-size: 16px;
	margin: 15px 0 8px;
	padding: 0;
}

::selection { background:#970052; color:#fff; }
::-moz-selection { background:#970052; color:#fff; }
::-webkit-selection { background:#970052; color:#fff; }

h1#startpage { margin:0; color: #970052; }

.clear { clear:both; }

.droid { font-family: 'Droid Sans', Verdana, Geneva, sans-serif; }

.white { color: #fff; font-weight: bold; }
.green { color: #307600; }
.red { color: #e30613; }
.blue { color: #277688; }
.pink { color: #970052; }
.whiten { color: #fff; }

.lf { float: left; }
.rf { float: right; }
.tr { text-align: right; }
.nomargin { margin:0; }
.bb { border-bottom: 1px solid #d9d9d9; padding: 0 0 2px; }

#topwrap {
	background: url("../images/layout/topmenubg.png") repeat-x scroll 0px 0px transparent;
	border-bottom: 1px solid #989898;
	margin: 0;
	height: 30px;
}

#top {
	margin: 0 auto;
	width: 960px;
	color: #919191;
}

#header {
	margin: 0 auto;
	width: 960px;
}

#logo {
/*	background: url("../images/layout/logo.png") no-repeat scroll 0px 0px transparent; */
	background: url("../images/layout/logo_xmas.png") no-repeat scroll 0px 0px transparent;
    cursor: pointer;
    height: 100px;
    left: 13px;
    top: 7px;
    width: 285px;
	height: 120px;
}

#search {
	float: left;
	margin-left: 40px;
	padding: 23px 0px 15px 0;
	width: 350px;
}

#search input[type="text"] {
	padding: 5px;
	border: 1px solid #7d0044;
	color: #277688;
	width: 250px;
}

#search input[type="image"] {
	vertical-align: bottom;
}

#topmenu {
	list-style: none;
	position: relative;
	float: right;
}

#topmenu li:first-child { border-left: none; }

#topmenu li {
	float: left;
	padding: 5px 15px 2px;
	border-left: 1px solid #fff;
	border-right: 1px solid #989898;
	height: 23px;
}

#topmenu li p {
	margin: 0;
}

#topmenu li a { color: #919191; }

/* LOGINMENU */
li.loginmenu {
	float: left;
	padding: 0px 15px 2px;
}

#loginmenu {
	background: #666 !important;
}

#loginmenu li {
	padding-bottom: 0;
}

#loginmenu li:hover {
	background: #666;
}

#loginmenu li p {
	margin: 0;
	padding: 0;
}

#loginmenu li p a {
	color: #919191;
	text-shadow: none;
	background: url("../images/icons/arrow_down.png") no-repeat right 6px #666;
	padding: 0 15px 0 0;
}

#topnav {
	padding: 0;
	text-align:right;
}
#topnav a.signin {
	text-decoration:none;
	color: #919191;
}
#topnav a.signin:hover {
}
#topnav a.signin, #topnav a.signin:hover {
}

#topnav a.menu-open {
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	margin:15px 0 0;
	width:170px;
}
a.signin.menu-open span {
	background-image:url("../images/icons/toggle_up_dark.png");
	color:#ccc;
}

#signin_menu {
	display:none;
	position:absolute;
	width:250px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	top: 30px; 
	right: -1px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: 1px solid #000;
	font-size:12px;
	margin:0 0 5px;
	padding:5px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color: #919191;
}

#signin_menu p a {
	color:#fff!important;
}

a.signin {
	position:relative;
}
a.signin span {
	background-image:url("../images/icons/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 80%;
	padding:0 20px 0 0;
	color: #919191;
}

#loginmenu li p a:hover {
	text-shadow: none;
}

#droplogin {
	background: none;
	margin-top: 5px;
	margin-left: -159px;
}

#droplogin li {
	border:none;
	background: #666;
}

#droplogin li p {
	background: #666;
}

.boxbody_login {
	padding: 15px 20px 0;
	background: url("../images/layout/loginbg.png") no-repeat bottom right #666;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #222;
	font-size: 14px;
	color: #5b5b5b;
	line-height: 1.5;
}
.boxbody_login p {
	color: #fff;
	padding: 2px 0 2px 0px !important;
	background: none !important;
}

p.password {
	background: #222 !important;
	text-shadow: none !important;
	height: auto !important;
	margin: 10px -20px 0 !important;
	padding: 5px 15px !important;
	border-top: 1px solid #000;
	text-align: right;
}

a.login {
	font-size: 10px;
	font-size: 10px !important;
	background: #252525 !important;
}

.login:visited {
	text-shadow: none !important;
}

.login:hover {
	background: none !important;
}

#cart {
	float: left;
	padding: 6px 0px 18px 5px;
	background: url("../images/layout/bag.png") no-repeat scroll right 10px transparent;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	width: 265px;
}

#cart p {
	float: left;
	margin: 0 0 0 30px;
	width: 185px;
}

#cart a {
	color: #fff;
}

#button_cart {
	float: right;
	width: 45px;
	height: 45px;
}

#topnavigation {
}

#topnavigation #menu {
	background: #970052;
	float: right;
}

#contentwrap {
	width: 920px;
	margin: 0 auto;
	padding: 20px 20px 10px;
	background: #fff;
	-moz-box-shadow: 0 0 5px 5px #279ebc;
	-webkit-box-shadow: 0 0 5px 5px #279ebc;
	box-shadow: 0 0 5px 1px #e0e0e0;
}

#angebote {
	margin: 10px 0;
}

h2#neuheiten {
	margin: 5px 0;
	padding: 5px;
	background: #279ebc;
	color: #fff;
}

#products_new {
	list-style: none;
	background: #fff;
	width: 935px;
}

#products_new li {
	float: left;
	width: 165px;
	height: 135px;
	padding: 5px;
	margin: 0 10px 10px 0;
	text-align: center;
	border: 1px solid #ccc;
}
#products_new li:last-child {
	margin-right: 0px;
}

#products_new li p {
	position: relative;
	float: right;
	bottom: 40px;
	width: 80px;
	padding: 5px;
	background: #970052;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#products_new li p a {
	color: #fff;
}

#welcome {
	float: left;
	width: 450px;
	margin-right: 20px;
}

#seo_text {
	float: left;
	width: 450px;
}

#footerwrap {
	width: 920px;
	margin: 40px auto 40px;
	padding: 5px 20px 10px;
	background:#fff;
}

div.informationswrap {
	float: left;
}

div.informationswrap ul {
	list-style: none;
	margin-right: 40px;
}

.footer_head {
	color: #279EBC;
	font-size: 18px;
	font-weight: bold;
}

.catlisting_name ul {
	list-style: none;
}

.catlisting_name ul li {
	width: 184px;
	height: 130px;
	float: left;
}

/* PRODUCTS_LISTING */
#seo2 {
	float: right;
	width: 313px; 
	height: 226px;
	border-width: 0 1px 1px 0px;
	border-color: #b9b9b9;
	border-style: solid;
	padding: 10px 20px;
	margin-right: 34px;
}

#seo2 p {
	padding: 5px 10px 10px 20px;
}

#products_listing {
	list-style: none;
	border-width: 1px 0 0 1px;
	border-color: #b9b9b9;
	border-style: solid;
	width: 885px;
}

#products_listing li {
	float: left; 
	width: 176px;
	height: 245px;
	border-width: 0 1px 1px 0px;
	border-color: #b9b9b9;
	border-style: solid;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

.listing_wrapper {
	padding: 5px 0px 0 0;
	margin: 0 auto;
}

.listing_img {
	position: relative;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
	height: 155px;
}

h2.listing {
	margin: 0;
	font-size: 1em;
}

h2.listing a {
	position: absolute;
	padding: 10px;
	background: #f2f2f2;
	color: #333;
	font-size: 1em;
	font-weight: normal;
	height: 59px;
	width: 155px;
	display: block;
}

h2.listing a:hover {
	text-decoration: none;
}

.lprice { margin: 0 0 -5px 0; }

.lprice a {
	position: relative;
	float: right;
	margin: -55px 0 0 0;
	padding: 3px 15px;
	background: #970052;
	border: 1px solid #970052;
	-webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px;
	font-weight: bold;
	font-size: 1.5em;
	font-style: italic;
	color: #fff;
}

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

.lprice a small { font-size: 10px; }

.lnew-bottomright {
	position: relative;
	width: 0;
	right: -191px;
	bottom: 68px;
	border-color: transparent transparent #780008 transparent;
	border-style: solid;
	border-width: 0 4px 5px 0;
	height: 0;
}

.lprice a { color: #fff; }

/* ORDER DETAILS */
table.orderdetails {
	background: #f2f2f2;
	border: 1px solid #e2e2e2;
}
table.orderdetails tr td {
	padding: 5px 15px;
}
table.orderdetails tr.headerrow td {
	padding: 5px 10px;
	background: #888;
	color: #fff;
	font-size: 1.2em;
    font-weight: bold;

}
table.orderdetails tr.headerrow td.left {
	text-align:left;
}
table.orderdetails tr.headerrow td.center {
	text-align:center;
}
table.orderdetails tr.headerrow td.right {
	text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
	vertical-align: top;
}
table.orderdetails tr.contentrow1 td.quantity {

}
table.orderdetails tr.contentrow1 td.quantity input {
	font-size: 11px;
	padding: 2px;
}
table.orderdetails tr.contentrow1 td.productname {

}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
	vertical-align: top;
}
table.orderdetails tr.contentrow2 td.quantity {
	text-align:center;
}
table.orderdetails tr.contentrow2 td.quantity input {
	padding: 2px;
}
table.orderdetails tr.contentrow2 td.productname {
	text-align:left;
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
	text-align:right;
	white-space:nowrap;
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
	text-align:right;
	white-space:nowrap;
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
	text-align:center;
	white-space:nowrap;
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
	margin-top:3px;
}
table.orderdetails tr td.productname table.productattributes tr td {
	padding:0px;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
	padding-right:4px;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
	width:100%;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
	text-align:right;
}

td.qty, td.reload {
	border: none !important;
	padding: 0 0 0 10px !important;
}

#benefit {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    padding: 10px;
    width: 386px;
}

p.benefit {
    color: #555555;
    font-weight: bold;
    margin: 0;
    padding: 2px 5px;
}

#benefit ul {
	float: left;
    list-style-image: url("../images/icons/vorteil_tick.gif");
    margin: 0 0 0 20px !important;
    width: 173px;
}

#benefit ul li {

}

#benefit .siegel {
	position: relative;
	width: 95px; height: 55px;
	background: url(../images/icons/siegel.png);
	left: 375px;
}

p.cart_name, p.cart_model, p.instock { margin: 0; }
 { margin: 0; }

span.delcart {
    font-weight: normal;
    margin: 10px 0 0 173px;
}

a.delcart {
    background: url("../buttons/german/cart_del.png") no-repeat scroll left center transparent;
    color: #bbb;
    font-size: 12px;
    padding: 0 0 0 15px;
    text-decoration: none;
}

a.delcart:hover {
    background: url("../buttons/german/cart_del.png") no-repeat scroll left center transparent;
    color: #960000;
    text-decoration: none;
}

.agb {
	width: 98%;
	padding: 10px;
	background: #d7ffa7;
	border: 1px solid #59a204;
}

/* ORDER DETAILS CHECKOUT CONFIRMATION */
table.checkout {
	background: #f2f2f2;
	border: 1px solid #e2e2e2;
}
table.checkout tr td {
	padding: 5px 15px;
}
table.checkout tr.headerrow td {
	padding: 5px 10px;
	background: #888;
	color: #fff;
	font-size: 1.2em;
    font-weight: bold;

}
table.checkout tr.headerrow td.left {
	text-align:left;
}
table.checkout tr.headerrow td.center {
	text-align:center;
}
table.checkout tr.headerrow td.right {
	text-align:right
}
table.checkout tr.checkoutrow td.left {
	border-top: 1px solid #000;
}
table.checkout tr.checkoutrow td {
	background: #fff;
	vertical-align: top;
}
table.checkout tr.checkoutrow td.quantity {

}
table.checkout tr.checkoutrow td.quantity input {
	font-size: 11px;
	padding: 2px;
}
table.checkout tr.checkoutrow td.bt {
	border-top: 1px solid #E2E2E2;
}
.checkout_total {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #E2E2E2;
	padding: 10px;
	background: #f2f2f2;
}

/* PRODUCTS_INFO */
/* PRODUCTS_INFO PAGE */
#products_info {
	margin-bottom: 30px;
}

#products_image {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 10px;
	padding: 1px;
}

img.magnifier {
	position: absolute;
	right: 15px;
	bottom: 1px;
}

/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
	width: 300px;
	list-style: none;
	margin: 21px 0;
}

.morepics li {
	float: left;
	padding: 0 5px 0 0;
}

.morepics li:last-child {
	padding: 0;
}

.morepics img {
	border: 1px solid #e2e2e2;
	margin-right:0px;
	background:#fff;
	float:left;
	margin-bottom:0px;
	width: 68px;
	height: auto;
}

#products_wrapper {
	float: left;
}

#products_wrapper p {
	margin: 0;
}

h1#productsname {
	border-bottom: none;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	font-family: 'Alegreya', Verdana, Geneva, sans-serif;
	font-size: 2.2em;
	color: #666;
}

#productsbg_top {
	background: url("../images/layout/prod-bg-top.jpg") no-repeat right top;
	width: 640px;
	height: 5px;
}

#detailswrapper {
	width: 608px;
	min-height: 258px;
}

#details {
	float: left;
	margin-top: 0px;
	width: 360px;
}

#details ul { list-style: none; }
#details ul li { padding: 3px 0; }


#addtobasket {
	position: relative;
	background: /* url("../images/layout/pricebg.png") no-repeat top */ #fff;
	text-align:right;
	border-width: 1px;
	vertical-align: bottom;
	width: 337px;
	min-height: 295px;
	float: left;
}

#addtobasket input {
	text-align: center;
}

#addtobasket input[type="text"] {
	padding: 7px;
	border: 1px solid #b9b9b9;
}

#addtobasket input[type="image"] {
	margin-right: 7px;
}

#infobar {
	position: absolute;
	bottom: 0;
	padding: 0 10px;
	width: 307px;
	background: #f6f6f6;
	border-bottom: 1px solid #e2e2e2;
	border-top: 3px solid #e2e2e2;
}

#infobar ul { list-style: none; }
#infobar ul li { float: left; padding: 10px 0px 10px 20px; }
.question { background: url("../images/icons/question.png") no-repeat center left; padding-left: 25px; }
.print { background: url("../images/icons/printer.png") no-repeat center left; margin-left: 25px; }
.cheaply { background: url("../images/icons/currency-euro.png") no-repeat center left; margin-left: 25px; }

#prices {
	width: 327px;
	margin: 0px 0 15px 0; 
}

.productprice_net {
	padding: 5px;
	font-family: 'Droid Sans', Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #888;
	display: block;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: #f6f6f6;
}

.productprice {
	padding: 4px 5px;
	font-family: 'Droid Sans', Verdana, Geneva, sans-serif;
	font-size: 2em;
/*	text-shadow: 3px 1px 1px #2c6e00; */
	text-align: center;
	background: #deffc8;
	color: #307600;
	text-shadow: 3px 1px 1px #fff;
	display: block;
	border: 1px solid #e2e2e2;
}

.productprice span { font-family: Verdana, Geneva, sans-serif; font-size: 0.5em; text-shadow: none; }
.productprice span a { color: #307600; }

.productprice_graduated {
	font-family: 'Droid Sans', Verdana, Geneva, sans-serif;
	font-size: 2em;
/*	text-shadow: 3px 1px 1px #2c6e00; */
	text-align: center;
	background: #deffc8;
	color: #307600;
	text-shadow: 3px 1px 1px #fff;
	display: block;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e2e2e2;
}

.productprice_graduated span.grundpreis { font-size: 12px; color: #76a656; }
td.grundpreis { padding: 0 10px !important; }
span.vpe_netto { color: #76a656; }

.vpe { border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; border-left: 1px solid #e2e2e2; padding: 5px 10px; color: #999;font-family: 'Droid Sans', Verdana, Geneva, sans-serif; font-size: 1.1em; background: #f6f6f6; }

#vorteile {
	float: right;
	width: 269px;
	border: 1px solid #e2e2e2;
	background: #f6f6f6;
}

#vorteile ul {
	margin: 10px 0 0 0;
	color: #666;
	padding: 0 0 10px 10px;
	list-style-image: url("../images/icons/tick.png");
}

#vorteile ul li {
	padding: 1px;
	margin-left: 25px;
}

#ts_small {
	position: absolute;
	float: right;
	margin: -50px 0 0 210px;
	width: 70px;
	height: 70px;
	background: url("../images/icons/ts_small.png") no-repeat;
}

#description {
	margin-top: 30px;
}

#description_left {
	float: left;
	width: 657px;
}

#products_description p {
	margin: 5px 0 10px 0;
	color: #666;
}

#desc_list, #products_description ul {
	list-style: none;
	margin: 0 20px 0 0 !important;
	color: #666;
}

#desc_list li, #products_description li {
	padding-left: 25px;
	background: url("../images/icons/arrow-list.png") no-repeat left 3px;
}

#description_right {
	float: right;
	width: 269px;
}

#xsell {
	list-style: none;
	background: #fff;
	width: 657px;
}

#xsell li {
	float: left;
	width: 140px;
	height: 135px;
	padding: 5px;
	margin: 0 10px 10px 0;
	text-align: center;
	border: 1px solid #ccc;
}
#xsell li:last-child {
	margin-right: 0px;
}

#xsell li p.xsell_price {
	position: relative;
	float: right;
	bottom: 100px;
	width: 80px;
	padding: 5px;
	background: #970052;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#xsell li p.xsell_image {
	position: relative;
	top: 0;
}

#xsell li p a {
	color: #fff;
}

.xsell_name {
	font-weight: normal;
	position: relative;
	top: -150px;
	font-size: 12px;
}

.cat_intro {
	width: 353px;
	height: 245px;
	margin: -9px 0 0 -20px;
}

.muttertag2014 {
	background:url("../../../images/intro/Trollbeads_Muttertag_2014_Intro.png") no-repeat;
}

#also_purchased {
	list-style: none;
	border-width: 1px 0 0 1px;
	border-color: #eee;
	border-style: solid;
	width: 652px;
}

#also_purchased li {
	float: left; 
	width: 162px;
	height: 210px;
	border-width: 0 1px 1px 0px;
	border-color: #eee;
	border-style: solid;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

.also_purchased_wrapper {
	padding: 5px 0 0 0;
	margin: 0 auto;
}

.also_purchased_img {
	position: relative;
	text-align: center;
	margin-bottom: 3px;
}

h2.listing_also {
	font-family: 'Alegreya',Verdana,Geneva,sans-serif;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	height: 40px;
	padding: 0 10px;
	color: #333;	
	display: block;
}

h2.listing_also a:hover {
	text-decoration: none;
}

p.also_price {
	font-family: 'Alegreya',Verdana,Geneva,sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	margin: 0;
}

h3#also_header, h2#description {
	font-family: 'Alegreya',Verdana,Geneva,sans-serif;
	margin: 10px 0 0px;
	padding: 7px 0px;
	font-size: 1.5em;
	width: 625px;
}