@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	line-height:1.5;
	color:#3C464A;
}

img {
	border:0;	
}

body {
	background:url(images/body-bg.png) repeat-x center top #A3A7A8;
	/*min-height:1000px;*/
	font-size:12px;
}

h2, h3, .title {
	font-size:150%;
	font-weight:bold;
	color:#3C464A;
}

.title > .subtitle {
	font-size:12px;
	font-weight:normal;
}

ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


a:hover {
	text-decoration:underline;	
}

.main-width {
	width:1032px;
	margin:0 auto;
}

#header {
	background:url(images/header-nav-bg-v2.png) repeat-x scroll 0 0;
}

#header > .content {
	/*padding-top:15px;*/
	height:45px;
}

#header > .content > .banner {
	float:right;	
	width:410px;
	height:31px;
	margin-left:15px;
}

#header-cart {
		
}

#logo {
	width:162px;
	height:25px;
	background:url(images/logo.png) no-repeat 0 0;
	display:block;
	line-height:5000px;
	overflow:hidden;
	float:left;
	margin:8px 0 0 10px;
}

#logo:hover {
	background:url(images/logo.png) no-repeat 0 -33px;
}

#header-navigation {
	/*padding-top:10px;*/
	float:left;
}

#header-navigation > a, #header-navigation > div {
	background:url(images/header-nav.png) no-repeat 0 50%;
	height:18px;
	float:left;
	text-indent:-9000px;
	margin-right:7px;
	padding:10px 0;
}

#header-navigation > a.support {
	width:51px;
	background-position:-2px 50%;
	position:relative;
	z-index:5000;
}

#header-navigation > a.faqs {
	width:27px;
	background-position:-55px 50%;
	position:relative;
	z-index:5000;
}

#header-navigation > a.kontakt {
	width:52px;
	background-position:-82px 50%;
	position:relative;
	z-index:5000;
}

#header-navigation > a.login {
	width:35px;
	background-position:-134px 50%;	
}

#header-navigation > a.mein-konto {
	width:69px;
	background-position:-246px 50%;	
}

#header-navigation > div.trenner {
	width:2px;	
}

#header-cart {
	float:right;
	padding:10px 0 0 10px;
	cursor:pointer;
	margin-right:10px;
}

#header-cart > div.cart-title {
	background:url(images/header-nav.png);
	height:18px;
	width:78px;
	text-indent:-9000px;
	background-position:-168px 0;
	float:left;
	position:relative;
	z-index:5000;
}

#header-cart > div.cart-content {
	float:left;	
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	margin-left:2px;
}

#header-cart > div.cart-button {
	float:left;
	padding-left:6px;
}

#header-pfeil {
	position:absolute;
	background-image:url(images/header-pfeil.png);
	width:14px;
	height:7px;
	top:33px;
}

#header-cart-content, #header-login-content {
	position:absolute;
	top:0;
	width:219px;
	z-index:4000;
	display:none;
}

#header-cart-content {
	z-index:6100;
	cursor: pointer;
}

#header-cart-content-dummy {
	height: 41px;
	filter:alpha(opacity=0); /* IE */
	-moz-opacity: 0; /* Mozilla */
	opacity: 0; /* Opera */	
	background-color: #fff;
}

#header-cart-content > .cart-content-bg, #header-login-content > .login-content-bg {
	background:#6B7275;
	margin-top:41px;
	padding:4px;
}

#header-cart-content > .cart-content-bg {
	margin-top:0;
}


#header-cart-content > .cart-content-bg > div, #header-login-content > .login-content-bg > div {
	background: #B9BCBE url(images/header-cart-content.png) top repeat-x;
	padding:0 8px;
}

#header-login-content > .login-content-bg > div {
	padding-top:10px;	
}

#header-cart-content > div > div > .cart-product {
	padding:6px 0;
	border-bottom: 1px solid #8D9295;
	cursor:pointer;
}

#header-cart-content > div > div > .cart-product > .image {
	float:left;
	border:1px solid #333;
	padding:0 2px;
	width:34px;
	height:30px;
	background:#FFF;
}


#header-cart-content > div > div > .cart-product > .description {
	float:left;
	color:#444D51;
	width:89px;
	padding-left:6px;
	line-height:1.3;
}

#header-cart-content > div > div > .cart-product > .price {
	float:left;
	width:60px;
	color:#FFF;
	font-size:12px;
	text-align:right;
}

#header-cart-content > div > div > .end-price {
	padding:6px 0;	
}

#header-cart-content > div > div > .end-price > div {
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}

#header-login-content td, #header-login-content div {
	color:#FFF;
	padding-top:3px;
}

.login-input {
	border:1px solid #666;
	width:130px;
	padding:2px;
}

.passwort-vergessen {
	text-align:right;	
}

.passwort-vergessen > a {
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}

.passwort-vergessen > a:hover {
	text-decoration:underline;
}

#toolbar {
	/*height:103px;*/
	/*background:#F8FAF9;*/
}

.content-toolbox {
	background:url(images/content-bg-x.png);
}

.content-toolbox > #search-box {
	margin-left:18px;
}

.content-toolbox > #cart-box {
	margin-right:18px;
	
}

#overall {
	/*padding:0 5px;*/
	background:url(images/content-bg-x.png);
}

#overall-header, .overall-header {
	background:url(images/content-bg.png) no-repeat 0 0;
	height:11px;
}

#overall-footer, .overall-footer {
	background:url(images/content-bg.png) no-repeat 0 -11px;
	height:9px;
}

#left {
	width:220px;
	float:left;
	margin:0 5px 0 19px;
}

#right {
	width:767px;
	float:right;
	margin:0 14px 0 0;
}

/*
-----------------------------------------*/

/* V2 */
#maincategories-content-v2 {
	margin:0 19px;
	height:35px;
}

.navpoint-v2 {
	background:url(images/maincategories.png) no-repeat;
	height:35px;
	float:left;	
	display:block;
	text-indent : -10000px;
}

/* Kategorien POSITIONEN -        */
.navpoint-v2-aktuelles {			width:51px; 	background-position:0 0; }
.navpoint-v2-kameras-fotografie {	width:160px;	background-position:-51px 0; }
.navpoint-v2-video {				width:53px;		background-position:-211px 0; }
.navpoint-v2-objektive-filter {		width:133px;	background-position:-264px 0; }
.navpoint-v2-blitzgeraete {			width:96px;		background-position:-397px 0; }
.navpoint-v2-stative {				width:66px;		background-position:-493px 0; }
.navpoint-v2-taschen {				width:72px;		background-position:-559px 0; }
.navpoint-v2-fernoptik {			width:82px;		background-position:-631px 0; }
.navpoint-v2-drucker {				width:73px;		background-position:-713px 0; }
.navpoint-v2-multimedia {			width:92px;		background-position:-786px 0; }
.navpoint-v2-bilder-lounge {		width:114px;	background-position:-878px 0; }


#maincategories {
	background:url(images/content-bg-x.png);
	padding-top:8px;
}

#maincategories-content {
	background:url(images/maincategories-bg-x.png) repeat-x;	
	margin:0 19px;
	height:35px;
}

.navpoint {
	float:left;	
	display:block;
	padding:4px 6px 10px 6px;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	background:url(images/maincategories-bg-x.png);
}

.navpoint:hover, .navpoint-active {
	/*text-decoration:underline;*/
	background-position:bottom;
	text-decoration:none;
}


.navpoint-first {
	background:url(images/maincategories-bg.png) no-repeat 0 0;	
	height:35px;
	width:7px;
	float:left;
}

.navpoint-last {
	background:url(images/maincategories-bg.png) no-repeat right -35px;
	height:35px;
	width:7px;
	float:right;
}

.navpoint-trenner {
	background:url(images/maincategories-bg.png) no-repeat 0 -70px;
	height:35px;
	width:2px;
	float:left;
}

.navpoint-level1 {
	left:-10000px;
	position:absolute;
	top:34px;
	z-index:1000;	
	padding:3px 3px 3px 3px;
	background:#6A7275 url(images/navpoint-level1-bg-bottom.png) no-repeat bottom ;
	width:181px;
	/*width:323px;*/

}

.navpoint-level1 > ul {
	background:#ECEDEF;
	/*border:1px solid #fff;*/
	/*float:left;*/
	/*padding:6px;*/
}

.navpoint-level1 > ul > li {
	/**/
	width:175px;
	padding:0 0 0 6px;
}

.navpoint-level1 > ul > li.withchilds {
	background: #ECEDEF url(images/navpoint-level1-bg.png) no-repeat 161px -26px;
}

.navpoint-level1 > ul > li.isfirst,.navpoint-level1 > ul > li.isfirst:hover {
	background:url(images/navpoint-level1-bg-x.png) no-repeat center top;
	height:20px;	
	padding:0;
}
.navpoint-level1 > ul > li.islast, .navpoint-level1 > ul > li.islast:hover {
	height:20px;
	padding:0;
	background:none;
	/*background:url(images/navpoint-level1-bg-bottom.png) no-repeat bottom;*/
}

.navpoint-level1 > ul > li:hover {
	/*background-color:#5B5A5A;*/
	background:#6b7275;
	color:#fff;
}

.navpoint-level1 > ul > li.withchilds:hover {
	/*background-position: right top;*/
	background:#6b7275 url(images/navpoint-level1-bg.png) no-repeat 161px 0;
}


.navpoint-level1 > ul > li > span {
	font-size: 12px;
	display:block;
	border-bottom: 1px solid #e0e1e2;
	margin:0 6px;
	padding:4px 0 3px 0;
	cursor:pointer;
}

.navpoint-level1 > ul > li.isfirst-nav > span {
	border-top: 1px solid #e0e1e2;
}

.navpoint-level1 > ul > li:hover > span {
	border-bottom: 1px solid #6b7275;
	color:#FFF;
}

.navpoint-level1 > ul > li.isfirst-nav:hover > span {
	border-top: 1px solid #6b7275;
}

.navpoint-products {
	width:161px;
	background:#fff;
	float:left;
	padding-top: 8px;
}

.navpoint-level2 {
	left:-10000px;
	position:absolute;
	top:30px;
	width:187px;
	z-index:1000;
	/*padding:0 3px 3px 3px;*/
	padding-bottom:3px;
	background:#6A7275 url(images/navpoint-level1-bg-bottom.png) no-repeat bottom right;
}

.navpoint-level2 > ul {
	/*background:#777777 url(images/navpoint-level2-bg-x.png) repeat-x top;*/
	background: #6A7275;
	/*border-top:1px solid #E0E1E2;*/
	/*border-right: 1px solid #E0E1E2;*/
	/*border-left: 1px solid #5B5A5A;*/
}

.navpoint-level2 > ul > li.isfirst, .navpoint-level2 > ul > li.isfirst:hover {
	height:26px;
	background: url(images/navpoint-level2-bg.png) right top no-repeat;
	padding:0;
	margin-top:0;
	margin-bottom:0;
}

.navpoint-level2 > ul > li.islast, .navpoint-level2 > ul > li.islast:hover {
	height:22px;
	background: url(images/navpoint-level2-bg-bottom.png) right top no-repeat;
	margin-top:0;
	margin-bottom:0;
	margin-left:3px;
}

.navpoint-level2 > ul > li {
	cursor:pointer;
	padding:0 3px 0 3px;
	
}

.navpoint-level2 > ul > li:hover {
	background:#6A7275;
	margin-top:-1px;
	margin-bottom:1px;
}

.navpoint-level2 > ul > li:hover > span { 
	background:#6A7275;
}
.navpoint-level2 > ul > li:hover > span > span { 
	border-bottom:1px solid #6A7275;
}

.navpoint-level2 > ul > li > span {
	padding:0 10px 0 10px;
	display:block;
	background:#ABAFB2;
}

.navpoint-level2 > ul > li > span > span {
	display:block;	
	border-bottom:1px solid #82878B;
	color:#fff;
	padding:5px 0 3px 0;
	
}

a:active, a:focus {outline: 0;}


/* Breadcrumbs
----------------------------------------*/
#breadcrumbs {
	list-style:none;
	display:block;
	padding:8px 0 8px 8px;
	margin:0 6px 5px 6px;
	background:url(images/breadcrumbs-bg-x.png) repeat-x bottom;
}

#breadcrumbs > li {
	display:inline;
	padding:0 10px 0 13px;
	background:url(images/logo.png) no-repeat 0 -125px;
}

#breadcrumbs > li > a {
	color:#666;
	font-size:11px;
	text-decoration:none;
}

#breadcrumbs > li > a:hover {
	text-decoration:underline;
	color:#333;
}

/* Content Toolbar
----------------------------------------*/
.icontent-toolbar {
	padding:6px 8px;	
}

button, input[type=submit] {
	border:0 none;
	cursor:pointer;
	width:20px;
	height:20px;
	vertical-align:bottom;
	background:transparent url(images/icons.png) no-repeat scroll 0 0;
	margin-right:2px;
	outline:none;
}

.button-link {
	text-decoration:none;
	color:#666;
	font-size:13px;
	display:block;
}

.set-big {
	background-position:0 -21px;
	width:79px;
	height:66px;
}

.goback {
	float:left;
}

.gonext {
	float:right;
}

.goprev {
	float:right;
}

.gonext > button {
	background-position:-21px 0;	
}

.icon-list {
	background-position:-80px 0;
	width:27px;
	height:20px;
	margin:0;
	float:left;
}

.icon-list-selected {
	background-position:-54px 0;
}

.icon-grid {
	background-position:-132px 0;
	width:26px;
	height:20px;
	margin:0;
	float:left;
}

.icon-grid-selected {
	background-position:-106px 0;

}

.icontent-toolbar-paging {
	float:right;
	background:#E2E2E2;
	margin:0 9px;
	padding:0 4px;
	height:20px;
}

/* Content
---------------------------------------*/

#icontent {
	background:url(images/right-bg-x.png) repeat-y;	
}

#icontent > .header {
	background:url(images/right-bg.png) no-repeat;	
	height:100px;
}

#icontent > .footer {
	background:url(images/right-bg.png) no-repeat 0 -100px;	
	height:13px;
}

#icontent > .header > div {
	padding:20px 28px 0 28px;	
}

#icontent > .header > div#category-info {
	padding:0px 28px 0 28px;
	text-align:justify;
}
#icontent > .header > div > h3 {
	float:left;	
}

#icontent > .toolbar {
	background:url(images/category-toolbar-bg-x.png) repeat-x;
	height:20px;
	margin:0 6px;
	color:#3c464a;
	font-size:11px;
	font-weight:bold;
	padding-left:6px;
}

.paging {
	float:right;
}

/* Produkt Liste
--------------------------------------------*/


.schnellansicht {
	background:url(images/icons.png) -41px 0;
	margin-left:4px;
	width:13px;
}

.schnellansicht-link {
	float:right;
	line-height:2.1em;
	text-decoration:none;
	color:#485156;
	font-weight:bold;
}

.product-list > .product-full {
	background:url(images/product-full-bg.png) top repeat-x #FAFAFA;
	padding:0 0 0 10px;
	border-bottom:1px solid #CBCFD2;
	margin:0px 6px 0 6px;
}

.product-list > .product-full > .header > h5 > a {
	font-size:18px;
	text-decoration:none;
	color:#3B4648;
}

.price {
	font-size:24px;	
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1;
	color:#3d4245;
}

.porto {
	font-size:12px;	
	line-height:1.5;
	display:block;
	margin:4px 0 2px 0;
}

.porto a {
	color:#3C464A;
	text-decoration:none;
}

.porto a span {
	font-weight:bold;
}

.porto a:hover {
	text-decoration:underline;
}

.delivery {
	background:url(images/lieferbar.png) no-repeat left top;
	height:13px;
	padding:0 0 0 17px;
	line-height:1;
	font-size:12px;
}

.delivery-yellow {
	background-position:left -13px;	
}

.delivery-red {
	background-position:left -26px;	
}

.in-cart {
	background-position:0 -88px;
	width:137px;
	height:35px;
}


/* STARS
--------------------------------------------*/
ul.star-rating{
	list-style:none;
	margin: 6px 0 0 0;
	padding:0px;
	width: 70px;
	height: 13px;
	position: relative;
	overflow:hidden;
	background: url(images/stars.png) left -39px repeat-x;		
	float:left;
}
ul.star-rating li{
	padding:0px;
	margin:0px;
	width:14px;
	height:13px;
	/*\*/
	float: left;
	/* */
}
ul.star-rating li a{
	display:block;
	width:14px;
	height: 13px;
	line-height:14px;		
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
ul.star-rating li a:hover{
	background: url(images/stars.png) left -26px;
	z-index: 2;
	left: 0px;
	border:none;
}
ul.star-rating a.one-star{
	left: 0px;
}
ul.star-rating a.one-star:hover{
	width:14px;
}
ul.star-rating a.two-stars{
	left:14px;
}
ul.star-rating a.two-stars:hover{
	width: 28px;
}
ul.star-rating a.three-stars{
	left: 28px;
}
ul.star-rating a.three-stars:hover{
	width: 42px;
}
ul.star-rating a.four-stars{
	left: 42px;
}	
ul.star-rating a.four-stars:hover{
	width: 56px;
}
ul.star-rating a.five-stars{
	left: 56px;
}
ul.star-rating a.five-stars:hover{
	width: 70px;
}
ul.star-rating li.current-rating{
	background: url(images/stars.png) left -13px;
	position: absolute;
	height: 13px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

ul.star-rating li.no-rating {
	background: url(images/stars.png) left -39px;
}

/* remove halo effect in firefox   */
a:active{
	outline: none;
}


.product-counts li {
	float:left;
	background:url(images/icons.png) no-repeat -183px 0;
	width:26px;
	height:20px;
	vertical-align:middle;
	cursor:pointer;
}

.product-counts li span {
	text-align:center;
	padding-top:2px;
	font-weight:bold;
	display:block;
	font-size:11px;
}

.product-counts li.last {
	width:27px;
}

.product-counts li.selected {
	background-position:-157px 0;
}

.transparent-85 {
	filter:alpha(opacity=85); /* IE */
	-moz-opacity: 0.85; /* Mozilla */
	opacity: 0.85; /* Opera */	
}

.transparent {
	filter:alpha(opacity=50); /* IE */
	-moz-opacity: 0.50; /* Mozilla */
	opacity: 0.50; /* Opera */	
}

.transparent-n {
	filter:alpha(opacity=100); /* IE */
	-moz-opacity: 1; /* Mozilla */
	opacity: 1; /* Opera */	
}
div.input {
	background:url(images/input-text.png) left repeat-x;
	padding-left:4px;
}

div.input input {
	border:none;
	background:url(images/input-text.png) right repeat-x;
	font-size:12px;
	padding:3px 4px 3px 0;
	width:100%;
}

div.input-r input {
	text-align:right;
}

.loader {
	position:absolute; 
	background-color:#fff; 
	display:none;
	text-align:center;
	margin-top:23px;
}

.loader b {
	display:block;
	font-size:16px;
}

.loader img {
	margin-top:95px;
}

.green {
	color:#04b811;	
}

#content-footer {
	padding:25px 21px 0 21px;
	/*margin:23px 0 0 0;*/
	background:url(images/content-bg-x.png);
}

#content-footer > .trenner, 
#content-footer > .trenner > .left, 
#content-footer > .trenner > .right {
	height:33px;
	background:url(images/footer-image.png) repeat-x;
}

#content-footer > .trenner > .left {
	width:6px;
	float:left;
	background-position:left center;
}

#content-footer > .trenner > .right {
	width:6px;
	float:right;
	background-position:left bottom;
}

.footer-content {
	float:left;
	margin:20px 0 8px 10px;
}

.footer-content > ul > li > b {
	color:#777;
	text-transform:uppercase;
}

.footer-content > ul > li {
	border-bottom:1px dotted #c3c3c3;
}


.footer-content > ul > li > a {
	color:#777;
	text-decoration:none;
}

.footer-content > ul > li > a:hover {
	text-decoration:underline;
}

.footer-content > p {
	margin-bottom:10px;	
	font-size:12px;
	color:#777;
}

.footer-content > p > a {
	color:#777;
}

.footer-s1 > ul > li,
.footer-s2 > ul > li {
	width:125px;
	padding:2px 0;
}

.footer-s3 {
	width:250px;
	margin-left:40px;
}
	
.footer-s4 {
	width:260px;
	margin-left:30px;
}	
	
.footer-s5 {
	width:130px;
	margin-left:20px;
}
	
.copyright {
	/*clear:left;*/
	text-align:right;
	color:#777;
	padding-right:6px;
	padding-bottom:10px;
}
	
.icon-de-markt {
	background-position:-211px 0;
	height:22px;
	margin-right:4px;
	margin-top:1px;
	width:22px;
}
	
/* Login BOX */
#login-box {
	position:relative; 
	top:0; 
	left:470px; 
	width:250px;
	display:none;
	border:1px solid #666;
	padding:10px;
	background:#FFF;
}
	
/* Suche */
#search-box {
	float:left;
	width:262px;
	margin-top:15px;
	margin-bottom:15px;
}

#search-box b {
	color:#666;
	padding-bottom:4px;
	padding-left:5px;
	display:block;
}

#search-box-input {
	padding-right:14px;	
	background:url(images/search.png) right top;

}

#search-box-input div {
	background:url(images/search.png) 0 -28px;
	height:28px;
	float:left;
}

#search-box-input div input {
	border:none;
	padding:6px 0 0 5px;
	width:217px;
	background:none;
	color:#BBBBBB;
	font-size:14px;
}

#search-box-input button {
	background:url(images/search.png) 0 0;
	width:26px;
	height:28px;
	float:left;
	margin:0;
}

#hotline {
	margin-top: 30px;
	margin-left: 60px;
	color:#666;	
	float:left;
}

#hotline > a {
	text-decoration: none;	
}

#ts-logo {
	float:right;
	margin-top: 15px;
	margin-right: 6px;
	padding: 3px;
}



#chip-logo {
	float:right;
	padding-top: 18px;
	margin-right: 23px;
	cursor: pointer;
}

#messages {
	margin-top: 15px;
}

.sys-error > .fehlerbox-text {
	padding: 5px 15px;
	background:#990000;
	border:1px solid #C3C3C3;
	color: #fff;
}

.sys-warning > .fehlerbox-text {
	padding: 5px 15px;
	background:#FFCECE;
	color: #fff;
}



.sys-message > .fehlerbox-text {
	padding: 5px 15px;
	background:#EAEAEA;
	color:#3C4749;
	border:1px solid #C3C3C3;
}

.sys-success > .fehlerbox-text {
	padding: 5px 15px;
	background:#7FCC99;
}

.balloon {
	width: 300px;
	margin-left: 15px;
	display:none;
	position: relative;
}

.balloon > .balloon-header {
	background: url(images/balloon/balloon-header.png) no-repeat;
	height:11px;
	width: 300px;
}

.balloon > .balloon-content {
	background: url(images/balloon/balloon-content.png) repeat-y;
	width: 270px;
	padding:0 15px;
}

.balloon > .balloon-footer {
	background: url(images/balloon/balloon-footer.png) no-repeat;
	height:11px;
	width: 300px;
}

.balloon > .balloon-arrow {
	background: url(images/balloon/balloon-arrow.png) no-repeat 50% 50%;
	height:100%;
	width:16px;
	position: absolute;
	top: 0px;
	left:-12px;
}

#ts-review-widget {
	position: absolute;
	top: 77px;
	right: 88px;
	width: 218px;
	text-align: center;
	padding: 12px 0;
	background: #cbcbcb;
	border-bottom: 1px solid #475054; 
	border-left: 1px solid #475054; 
	border-right: 1px solid #475054; 
	display: none;
	cursor: pointer;
	z-index: 5000;
}

#ts-reviews {
	padding-bottom:11px;
	padding-left:7px;
	padding-right:7px;
	padding-top:10px;
	margin-left: 4px;
	float: left; 
	cursor: pointer;
	border: 1px solid #fff;
}

.ts-logo-hover {
	border-top: 1px solid #475054 !important; 
	border-left: 1px solid #475054 !important; 
	border-right: 1px solid #475054 !important; 
	background: #cbcbcb;
	
}

.ts-logo-hover > #ts-reviews {
	/*color: #fff;*/
}


.clearleft {
	clear:left; 
	display: block;
}

.clearall {
	clear:both; 
	display: block;
}

.paymentcosts {
	width: 300px;
	
}

.paymentcosts th {
	text-align: left;	
	background:url("images/cart-table-bg-full.gif") repeat-x scroll center top #EAEAEA;
	color:#3C4749;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:2px;
	border-bottom: 1px solid #D6D6D6;
}

#paymentcosts > .paymentcosts th, #paymentcosts > .paymentcosts td {
	padding-left: 4px;
	border-bottom: 1px dotted #D6D6D6;
}

.paymentcosts > tbody {
	overflow: hidden;
	overflow-y: scroll;
	height: 200px;
}

.paymentcosts-title {
	width: 100px;
}

.delivery-free {
	color: #138000;
	display: block;
}

#online-chat-small {
	position: fixed;
	background: url('images/online-chat-small.png');
	height: 67px;
	width: 172px;
	left: 407px;
	z-index:150;
	cursor: pointer;
}

#online-chat-full {
	position: fixed;
	height: 601px;
	width: 368px;
	background: url('images/online-chat-full.png');
	z-index: 150;
	top:-610px;
	/*top:0;*/
}

#online-chat-full .oc-button {
	width: 100px;
	height: 22px;
	position: absolute;
	bottom: 18px;
	cursor: pointer;
}

#online-chat-full .open {
	right: 15px;	
}

#online-chat-full .close {
	left: 18px;
}