@media all
{
	/* ------- screen and print styles */

	body {font: Helvetica, Arial, Verdana, sans-serif; color: #333;}

	a { color:#333; background:transparent; text-decoration:none; }
	a:visited  { color:#333; }
	a:focus { text-decoration:underline; color:#000; background: transparent; outline: 0 none; }
	a:hover,
	a:active { color:#000; text-decoration:underline; outline: 0 none; }
}

@media screen, projection
{

	.errorbox {
	  color:red;
	  font-weight:bold;
	  padding:10px 0;
	}
	.margin {padding: 10px;}
	.err {
	  color:red;
	  font-weight:bold;
	}

	/* ------- screen styles */
	body {
		text-align:left;
		background: #C8CDC7 no-repeat center bottom url(../img/background.jpg);
		padding-bottom:100px;
	}

	html {
  	overflow-y:scroll;
		background: #CCD5D2 no-repeat center bottom url(../img/background.jpg);
  }

  b, strong {
    font-weight:bold;
  }

  i, em {
    font-style:italic;
  }

  .orderinfocol {
  	color: #0099CB;
	}


  form fieldset {
    margin:0;
    padding:0;
  }
  form fieldset legend {
    display:none;
  }

  .box.notice {background: #F4F4F4; color: #666; padding: 5px; margin-top: 10px;margin-bottom: 20px;}

	/* ------- default styles */
	div { outline:0 none; }
	fieldset, img { border:0 solid; }
	.nomargin,
	h2.nomargin,
	h3.nomargin,
	h4.nomargin,
	h5.nomargin
	h6.nomargin,
	p.nomargin {padding:0; margin:0;}
	.print {display: none;}
	.pause {height: 10px;}
	.greytxt {color: #8f8f8f;}

	/* ------- Header */
	#header .container_24 {
		height: 240px;
		background: url(../img/header-bg.png) no-repeat center top;
	}
	.pause-height {height: 95px;}

	#header,
	#footer {
		margin-bottom:40px;
	}

	#footer {
    	margin-top:40px;
	}

	/* ------- logo */
	#logo h3 {
	    display:inline;
		line-height: 1em;
		font-size: 1em;
	}
	#logo h3 a {
		text-indent: -10000px;
		display: block;
		background: url(../img/pigr-logo.png) no-repeat left center;
		width: 140px;
		height: 75px;
		margin-top: 35px;
		margin-bottom: 20px;
		margin-left: 30px;
	}

	/* ------- margins */
	#top-navi {
		margin-left: 30px;
		margin-top: 10px;
	}
	#search {
		margin-top: 15px;
		margin-bottom: 70px;
	}

	/* ------- search */
	#search {
		background: transparent url(../img/search-bg.png) no-repeat left center;
		position:relative;
	}

	#search {
	  ]background: transparent url(../img/search-bg.png) no-repeat left center #efefef;
	}

	#search input {
		padding: 0;
		margin: 0;
		margin-left: 5px;
		font-size: 0.8em;
		width:140px;
	}
	#search .searchfield {
		border: 0 none;
		color: #7F7F7F;
	}
	#search .submitbutton {
		border: 0 none;
		margin: 0;
		width: 27px;
		height: 18px;

		margin-top:1px;
		]margin-top:0;

		position:absolute;
		right:0;
	}

	#paging {
		text-align: left;
		margin-left: 30px;
		color: #0099CB;
		font-size: 11px;
		font-weight: bold;
		margin-top: 5px;
	}
	#paging a {color: #0099CB; text-decoration:underline;}

	/* ------- shopping-cart and wishlist */
	#wishlist,
	#shopping-cart {
		font-size: .8em;
		line-height: 1.15em;
		padding-top: 3px;
	}
	#wishlist {
		margin-bottom: 10px;
		background: url(../img/icons/wishlist-h.png) no-repeat 55px 2px;
	}
	#wishlist.active {
		background:url(../img/icons/wishlist-acth.png) 55px 2px no-repeat;
	}

	#wishlist h6 a {
	  display:block;
	}
	#wishlist h6,
	#shopping-cart h6 {
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: .25em;
	}
	#shopping-cart a {
		color: #A1A1A1;
		font-size: 1.1em;
	}

	/*
	#shopping-cart {
	  background: url(../img/icons/cart-h.png) no-repeat 145px top;
  }
	*/


	/* ------- navigation - top */
	#top-navi ul {
		margin:0;
    	padding:0;
    	display:inline;
    	float:left;
	}
	#top-navi ul li {
    	display:inline;
    	float:left;
    	list-style-type:none;
    	margin:0;
    	padding:0;
    	margin-top:5px;
  	}

  	#top-navi ul li a,
  	#top-navi ul li strong {
	    background:transparent;
	    color: #000;
	    display:block;
	    margin:0;
	    padding:0.25em 1.25em 0.25em 0;
	    text-decoration:none;
	    width:auto;
  		font-size: 11px;
  		line-height:13px;
  		font-weight: normal;
	}

	#top-navi ul li a:focus,
	#top-navi ul li a:hover,
	#top-navi ul li a:active  {
	  	color:#000;
	  	text-decoration: underline;
	  	outline: 0 none;
	}

	#top-navi ul li.active { font-weight: bold; }

	#top-navi ul li.active strong,
	#top-navi ul li.active a:focus,
	#top-navi ul li.active a:hover,
	#top-navi ul li.active a:active {
	  	color: #000;
	  	text-decoration: underline;
	  	background: none;
	}

	/* ------- login form */
	#loginform {
		position: absolute;
		width: 180px;
		height: 120px;
		margin: 0;
		margin-top: 10px;
		padding: 0;
		z-index: 121;
		background: #fff;
	}
	.login-content {
	  padding: 0;
	  font-size: 10px;
	  color: #333;
	  font-size:11px;
	 margin-top: 10px;
  }

  .login-action {margin-top: 10px; }
  .login-action a {
  	color: #7F7F7F !important;
  	text-decoration: underline !important;
  	line-height: 12px !important;
  }

  .login-content input.txt {color: #A1A1A1; width: 155px; margin-bottom: 10px;}
  .login-content input#test_RightLogin_Pwd {width: 127px; margin:0; float:left;}
  .login-content input.btn {
    border:0;
    margin: 0;
  	float:right;
  }

	/* ------- language-switcher */
	#language-switcher {
		margin:0;
		margin-left: 2.25em;
		padding-top: .15em;
	}
	#language-switcher select {width: 120px;}


	/* ------- boxs - frontpage - products */
	.box,
	.box-product {margin-bottom: 10px;}
	.box-product { background-color:#fff; }
	.pr-action {
		position:absolute;
		bottom:18px;
		left:10px;
	}

	#search-result-content .box-product {
	  height:160px;
	}

	#search-result-content .pr-img,
	#cross-products .grid .pr-img {
	  margin-bottom:10px;
	}

	.pr-action h6,
	.pr-action p,
	.pr-action span {
		padding:0;
		margin:0;
		font-size: 11px;
		line-height: 12px;
	}
	.pr-action h6 a {display:block;}
	.pr-number {font-weight: bold;}
	.pr-price {font-weight: bold;  margin-top:3px; margin-right:10px;  }
	.pr-img a {
	  display:block !important;
	}

	.pr-cart-wishlist {
	  position: absolute;
	  bottom: -3px;
	  left: 50px;
	}

	.pr-cart-wishlist.noprice {
	  left:0;
	}

	.pr-cart-wishlist a span {
	  display:none;
	}

	.pr-cart-wishlist a {
		border:0 none;
	  display:block;
	  width:17px;
	  height:17px;
    background-image:url(../img/icons/wishlist-h.png);
	}

	.pr-cart-wishlist:hover a {
    background-image:url(../img/icons/wishlist-act.png);
	}

	.pr-cart-wishlist a.active {
    background-image:url(../img/icons/wishlist-act.png);
	}

	.pr-cart-wishlist a.active.blue {
    background-image:url(../img/icons/wishlist-blue-act.png);
	}

	.det-wishlist a {
			border:0 none;
		  display:block;
		  width:180px;
		  height:17px;
	    background: transparent url(../img/icons/wishlist-h.png) no-repeat scroll 100px center;
	}

	.det-wishlist.active a {
	    background-image: url(../img/icons/wishlist-acth.png);
	}

	.det-wishlist:hover a {
			border:0 none;
		  display:block;
		  width:180px;
		  height:17px;
	    background: transparent url(../img/icons/wishlist-act.png) no-repeat scroll 100px center;
	}

	.back-to-shop {
			background-color: #606060;
			text-align:center;
	    border:0 none;
	    margin-bottom: 10px;
	}

	.back-to-shop a {
	  color:#ffffff;
		display:block;
		padding: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left:5px;
		text-decoration:none;
		font-weight: bold;
		font-size:11px;
    line-height: 1.2em;
		background: transparent url(../img/icons/continue_white.png) no-repeat 10px center;
	}

	.back-to-shop a:hover {
	  text-decoration:underline;
	}

	.rem-notice {
	  margin-bottom:-5px;
	}

	.box-product .rollover {
	  visibility:hidden;
	  width:100%;
	  position:absolute;
	  top:0;
	  left:0;
	}

	.box-product .rolloverbg {
	  visibility:hidden;
	  width:100%;
	  position:absolute;
	  top:0;
	  left:0;
	  background:#fff;
	  filter:alpha(opacity=70);
    opacity:0.7;
    -moz-opacity:0.7;
	}

	.box-product:hover .rolloverbg,
	.box-product:hover .rollover {
	  /*visibility:visible;*/
	}

	.box-product .rollover > * {
	  margin-left:30px;
	}

	.box-product .rollover .pr-number {
	  margin-top:30px;
	}

	.box-product .rollover .pr-number {
	  font-size:200%;
	  margin-bottom:5px;
	  display:block;
	  font-weight:bold;
	}

	.box-product .rollover .pr-number,
	.box-product .rollover > .span,
	.box-product .rollover > h6,
	.box-product .rollover > p {
	  text-shadow: 1px 1px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=1)
	}

	.box-product .rollover .pr-title {
	  margin-bottom:0;
	}

	.row1 .box-product,
	.row1 .rolloverbg {height: 250px;}

	.row2 .box-product,
	.row2 .rolloverbg {height: 160px;}

	.row3 .box-product,
	.row3 .rolloverbg {height: 230px;}

	.row3.col2 .box-product,
	.row3.col2 .rolloverbg {height: 174px;}

	.row4.col2 { margin-top:-56px; }

	.box-product.video {
	  overflow:hidden;
	}



  .pr-media .description,
  .pr-video .description,
	.pr-video br {
	  display:none;
	}

  .pr-video object {
   
  }

	.pr-media object {
	}

	#image-more .pr-media {
	  margin-bottom:10px;
	}

/*
	.h270 .pr-img, .h270 .rolloverbg {height: 170px;}
	.h230 .pr-img {height: 150px;}
	.h160 .pr-img {height: 82px;}
*/

	.pr-img img {border: 0 none;vertical-align:top;}

	/* ------- product show page */
	#product,
	#frontpage {font-size: 11px;}
	.grey {background-color: #e1dfe0;}
	.white {background-color: #fff;}
	.box.margin {padding: 10px;}

	#product #image-my {
	  min-height:300px;
	}

	#center h4 {
		text-transform: uppercase;
		font-size: 10px;
		margin-bottom:20px;
	}
	.pr-images-gallery {
	  background:url(../img/moreimages_bg.gif) no-repeat;
	  height:43px;
	}
	.pr-images-gallery img {
		width: 58px;
		border:1px solid #E0DDDF;
		height:41px;
	}
	.pr-images-gallery a.img {
		width: 60px;
		margin-right:10px;
    display:block;
    float:left;
    background:#fff;
	}

	.pr-images-gallery a.i6,
	.pr-images-gallery a.last {
		margin-right:0;
	}

	#right h6 {
		font-size: 11px;
		padding: 0;
		margin:0;
	}
	#right p,
	#right div {
		margin-bottom: 10px;
	}

	#right > .box {
	  margin-bottom:0;
	}

	#pr-variations {margin-top: 30px;}
	#pr-variations select {width: 170px;}

	#pr-quantity select {width: 70px;}

	#price-addtocart {
	  height:25px;
	  margin-top:30px;
	  position:relative;
  }

	#pr-price {
		height:25px;
		overflow:hidden;
		background: #606060;
		float:left;
		min-width:65px;
	}

	body.it #pr-price {
	  min-width:85px;
	}

	#pr-price span {
	  display:block;
		font-weight:bold;
		color: #fff;
		font-size:11px;
		padding:8px 10px 8px 10px;
		line-height:1;
		font-size: 11px !important;
		text-align:center;
	}

  /* achtung webkit ausnahme unten */

	#pr-addtocart {
	  border-left:7px solid #ffffff;

	  float:right;
  }

	#pr-addtocart input {
	  border-left:7px solid #ffffff;
	  padding:5px 10px 5px 5px !important;
	  text-align:center;
	  margin:0;
	  line-height:1;
	  font-size: 11px !important;
	}

	#similar-products .grid,
	#cross-products .grid {
		float: left;
		width: 130px;
		margin-right:10px;
		position:relative;
		
	}

	#similar-products .grid.omega,
	#cross-products .grid.omega {
		margin-right:0;
	}

  #similar-products {
    padding-bottom:0;
	
  }

	#cross-products .pr-action {
	  position:absolute;
	  bottom:0;
	}

	/* ------- checkout */
	#checkout #center {background-color: #fff;}
	#steps {background: #666; }
	#steps ul {float:left;}
	#steps ul,
	#steps li {margin:0; padding: 0; color: #fff;display: inline;}
	#steps a {
		display: block;
		float:left;
		padding: 10px 12px 10px 12px;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		line-height: 12px;
		cursor: pointer;
	}
	#steps li.activ a {background: #000; }
	#steps a:hover {background-color: #000; text-decoration: none;}
	#con-shopping {	float:right; }
	#steps #con-shopping a {
		display:block;
		padding: 10px 12px 10px 12px;
		color: #FFFF00;
		font-size: 12px;
		font-weight: bold;
		line-height: 13px;
		text-transform: uppercase;
	}
	#cart {	margin-top: 20px;}

	a.cart-item-update,
	a.cart-item-remove {text-decoration:underline;}
	.pr-price-total {font-weight: bold;}
	input.pr-quantity {width: 50px;}
	tr#discount-vocher td {padding-top: 20px; padding-bottom: 20px;}

	#cart .cart-total td {
		font-size: 13px;
		font-weight: bold;
		padding-top: 0;
	}

	.cart-buy td {padding-top: 20px;}
	.cart-buy input {float:right; width: 92px;}
	.cart-info p {
		width: 92px;
		line-height: 12px;
		float:right;
	}

	input.blue-btn,
	button.blue-btn {
		background:  url(../img/icons/blue-but.png) no-repeat right center ;
		text-transform: uppercase;
		font-weight: bold !important;
		font-family: arial;
		color: #fff;
		height: 25px;
		font-size: 15px !important;
		line-height: 15px !important;
		border: 0 none !important;
		padding: 3px 20px 5px 20px !important;
		cursor: pointer;
	}

	button.blue-btn:hover,
	input.blue-btn:hover,
	input.addtocart:hover {
	  background-image:  url(../img/icons/grey-but.png);

	}

	.box-info {
		background-color: #f4f4f4;
		padding: 5px;
		color: #8F8F8F;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	#order-summary {
		padding-left: 60px;
	}
	.order-float-col {
		float: left;
		width: 28%;
		margin-right: 10px;
		height: 190px;
	}
	.order-float-col p {
		height: 130px;
		margin: 0;
	}
	.order-float-col strong {
		border-bottom: solid 1px #f4f4f4;
		display: block;
		margin-bottom: 5px;
	}

	/* 100% */
	.col-product {width: 10%;}
	.col-name {width: 20%;}
	.col-description {width: 20%;}
	.col-price {width: 10%;}
	.col-quantity {width: 10%;}
	.col-total {width: 10%; text-align: right; padding-right: 20px;}

	.col-action-update {width: 10%;}
	.col-action-remove {width: 10%;}

	.pr-price-total {font-weight: bold; float:right;padding-right: 10px;}

	#register {font-size: 11px;}
	#register a {text-decoration:underline;}
	#register input {
		/*background: #fff url(../img/input_bg.png) no-repeat left top;*/
		border: 1px solid #adadad;
		border-bottom: 1px solid #ededed;
		border-right: 1px solid #ededed;
		padding: 2px;
	}
	#register p {
		margin-bottom: 10px;
	}
	#register .info {
		float: left;
		width: 60%;
		padding-left:80px;
	}
	#register .info .description {
		float: left;
		width: 45%;
	}
	#register .info .loginform {
		float: right;
		width: 45%;
	}
	#register .link {
		float: right;
		width: 140px;
		padding-top: 37px;
	}

	#register h6 {
	  font-size:11px;
	}

	form.noborder table td,
	#account table td,
	#register table td {
	  padding-left:0 !important;
	}

	div.dot_sep {
	  height:10px;
	}

	/* ------- table */
	table {
		border-collapse: collapse;
		margin-bottom: 10px;
		font-size: 11px;
	}

	table caption { text-align: left; font-weight: bold; }
	table.full { width:100%; }
  	table.fixed { table-layout:fixed; }

  	th,td { padding:0.5em; }
  	thead th { color:#000; border-bottom:1px #ccc solid; padding-bottom: 10px;}
  	tbody th { background:#e0e0e0; color:#333; }
  	tbody th[scope="row"], tbody th.sub { background:#f0f0f0; }

  	tbody th { border-bottom:1px solid #fff; text-align:left; }
  	tbody td { border-bottom:1px solid #ccc; vertical-align: middle;}

  	tbody tr.odd td { background:#f6f6f6; }
	td.right {text-align: right; padding-right: 15px;}
	th.right {text-align: right;}
	tfoot td.border,
	#order-cart td.border,
	#order-cart th.border {border-bottom:1px solid #ccc;}
	#order-cart td.right {text-align: right; padding-right: 5px;}


	.border-bottom {border-bottom:1px solid #ccc;}
	table.noborder tbody td {border-bottom:0 none;}

	/* ------- footer */
	#footer {
		background: #fff;
		font-size: 11px;
	}
	#footer p {
		padding: 10px;
		padding-left: 30px;
		margin: 0;
		float: left;
	}
	#footer #paypal {
		float: right;
		background: #fff url(../img/paypal.jpg) no-repeat left -27px;
		width: 142px;
		height: 26px;
		margin-right: 10px;
		margin-top: 5px;
		text-indent: -10000px;
		line-height: 10px;
	}
	#footer #paypal:hover {
		background-position:  left top;
	}
	#footer .copyright {font-weight: bold;}
	#footer a {padding-right: 5px; padding-left: 5px;}

	/* ------- static (cms) pages */

	.cms_head {
	  background:#666666;
	  margin-bottom:10px;
	  color:#ffffff;
	}

	.cms_head h1 {
	  margin-top:15px;
	  margin-bottom:15px;
	  font-size:20px;
	}

	.cms_head a {
	  color:#efefef;
	}

	.container_24 .grid_20.cms_content {
	  background:#fff;
	  font-size: 12px;
	  line-height:18px;
	  min-height:600px;
	}

	#center,
	#main {
	  min-height:600px;
	}

	.cms_content .grid_16 {
	  padding-top:10px;
	  padding-bottom:10px;
  	width:540px;
	}

	.cms_content .grid_11 {
	  margin-top:25px;
	}



/* Pagination */

.pagination { background:#FFF; margin-bottom:10px; color:#333333; height:20px;}

.pagination .locator {margin:0 5px 10px 5px; border:1px solid #555555; color: #555555;float:left;width:568px;}
.pagination .locator .lochead {background: #e2e2e2; color: #555555; padding: 8px .6em; height: 1.1em;}
.pagination .locator .lochead strong.h4 {margin: 0; padding: 0; color: #555555; font-size: 11px; font-weight: bold; float: left;}
.pagination .locator .locbody {padding: 5px 0.6em; text-align: right; height: 1.3em; overflow: visible;}
.pagination .locator .locbody, #body .locator .locbody a {font-size: 10px;}
.pagination .locator .arrow {font-size: 10px; font-weight: bold;}
.pagination .locator  a.active {font-weight: bold; color: #fc6634;}
.pagination .locator .sep {padding: 0 2px; color: inherit;}

.pagination .locator .sort_row a.none {background:url(bg/oxid_ce_.gif) no-repeat right -750px; padding-right: 20px;}
.pagination .locator .sort_row a.asc  {background:url(bg/oxid_ce_.gif) no-repeat right -775px; padding-right: 20px;}
.pagination .locator .sort_row a.desc {background:url(bg/oxid_ce_.gif) no-repeat right -800px; padding-right: 20px;}
.pagination .locator .btn {margin-bottom: 6px;}

.pagination .locator.compare .locbody {height: auto;}

	#shopping-cart {
	  margin-top:15px;
	}

	/* contact */
	#address {
	  padding-left: 20px;
	  padding-top: 20px;
	  font-size:11px;
	}
	#address h5 {
		padding: 0;
		margin: 0;
		font-size: 12px;
	}
	#address .email a {color: #6295ca;}
	#cont-info { padding-top: 20px;	padding-left:20px; }

	input.text, input.txt {
		background: #fff url(../img/input_bg.png) no-repeat left top;
		border: 1px solid #adadad;
		border-bottom: 1px solid #ededed;
		border-right: 1px solid #ededed;
		padding: 2px;
		width: 80%;
	}
	textarea.full {width: 99%;}
	textarea {
		background: #fff url(../img/input_bg.png) no-repeat left top;
		border: 1px solid #adadad;
		border-bottom: 1px solid #ededed;
		border-right: 1px solid #ededed;
		padding: 2px;
	}

	/* notification container */
	#jquery-notifications {
	  position: fixed; width: 100%; left: 0; bottom: 0; z-index: 100;
  }

	/* common style properties for all the notification messages */
	#jquery-notifications div.notice,
	#jquery-notifications div.success,
	#jquery-notifications div.warning,
	#jquery-notifications div.error {
		margin: 0;
		padding: 5px;
		padding-left: 10px;
		border-bottom: 1px solid #fff;
		text-align: center;
		font-weight:bold;
		padding:20px;
		opacity: .8;
		filter: alpha(opacity=80);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}

	#jquery-notifications div.notice {background:#999999; color:#fff; }
	#jquery-notifications div.success {background:#999999; color:#fff; }
	#jquery-notifications div.warning {background:#999999; color:#fff; }
	#jquery-notifications div.error {background: red; color:#fff; }

	/* alert add product to cart */
	#pr-alert {
		margin: auto;
		width: 790px;
	}
	#pr-alert img {
		display: block;
		float: left;
		margin-right: 10px;
	}
	#pr-alert img {width: 50px;}

	#pr-alert h6 {
		margin: 0;
		padding: 0;
	  margin-left: 60px;
		text-align: left;
	}

	/* style property for the close text */

	#location-top {margin-bottom: 10px; }

	.locator {
		background: #DFDFDF;
		font-size: 11px;
		color: #333;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#search-result-content .pr-price {margin-top: 10px !important;}

	#search-result #location-top,
	#search-result #location-bottom {
	  display:none;
	}

  .locator-head-right {
    text-align:right;
  }

  .locator-head-right a {
    text-decoration:underline;
    padding:0 2px;
  }

  .locator-head-right a.active {
    text-decoration:none;
    font-weight:bold;
  }

	img {
	  vertical-align:top !important;
	}

	a img {
	  vertical-align:top !important;
	}

	.xsell .artnum {
	  display:none;
	}

	#product .pr-description-short {
	  margin-bottom:10px;
	  display:block;
	  font-size:13px;
	}

	#product .pr-title {
	  font-size:13px;
	}

	.available_in_days {
	  color:#008EE1;
	}

	#search {
	}

	#search-result-content span.pr-title {
		display:block;
		font-weight: bold;
		margin-bottom: -25px;
	}

	#search-result-content .box-product {
		padding-bottom: 30px;
	}

	#search-result-content form {margin: 0; padding: 0;}

	#similar-products .title {
	  font-size:11px;
	  margin:0;
	}

	#similar-products .pr-price {
	  margin-top:0;
	}

	#similar-products .pr-img img {
	  width:128px;
	  border:1px solid #E0DDDF;
	}

	#headerright {
	  height:240px;
	  position:relative;
	}

	#wishlist-shoppingcart {
	  position:absolute;
	  bottom:30px;
	}

	#search-result-content.wishlist h1,
	#search-result-content.wishlist .desc {
	  margin-left:30px;
	}

	#search-result-content.wishlist .desc {
	 font-size:11px;
  }

	#search-result-content.wishlist h1 {
	  margin-bottom:5px;
	  /*
	  background:url(../img/star.png) no-repeat 200px center;
	  */
  }

  #wishlist .nomargin,
  #shopping-cart .nomargin {
    font-size:11px;
    line-height:13px;
  }

  #address p {
    line-height:13px;
  }

  #register tbody td,
  #payment tbody td,
  #cont-form tbody td {
    border-bottom:0;
  }

  #register tbody tr.tr_sep td {
    border-top:1px solid #CCCCCC;
  }

  #alist h1 {
    margin-left:30px;
  }

  /* account */
	#account {font-size: 11px;}
	#account #center {background-color: #fff;}
  #account .margin {padding: 10px; }
  #selID_LoginBox {padding-left: 80px;margin-left:0}
  h6 {margin-bottom: 2px;}

  #frontpage .box-product .pr-title {
    display:none;
  }

  p.blue {
    color:#0099CB;
  }

  p.bold {
    font-weight:bold;
  }

  div.suggest {
    padding:15px 30px;
    width:730px !important;
    margin-top:10px;
  }

  div.suggest h3 {
    margin-bottom:10px;
  }

  div.suggest td {
    padding-left:0;
  }

  div.suggest .errorbox {
    background:#fff;
    padding:10px;
    margin-bottom:10px;
  }

  a.wishlist {
    background:url(http://pigr.it/favicon.ico) no-repeat;
    padding-left:20px;
  }

  a.twitter {
    background:url(http://twitter-badges.s3.amazonaws.com/t_mini-c.png) no-repeat;
    padding-left:20px;
  }

  a.facebook {
    background:url(http://static.ak.fbcdn.net/images/connect_favicon.png) no-repeat;
    padding-left:20px;
  }

  a.facebook, a.twitter {
    background:none;
    padding-left:0;
  }

  .cms_head .share p {
    margin:10px 0;
  }

  p.share {
    font-size:11px;
    padding-right:30px;
    margin-top:2.8em !important;
  }

  p.share .pipe {
    padding:0 3px;
  }

  #search-result-content.wishlist div.suggest {
    background:#fff;
    color:#000;
  }

  #search-result-content.wishlist .cms_head {
    background:url(../img/icons/wishlist_header_star.png) no-repeat #666666 12em 22px;
  }

  #search-result-content.wishlist.public .cms_head {
    background:#666666;
  }
  #search-result-content.wishlist.public .cms_head h1 img {
    vertical-align:bottom !important;
    margin-bottom:9px;
    margin-left:10px;
  }

  #search-result-content.wishlist .suggest_sent {
    padding:15px 30px;
    width:730px;
    background:#666666;
  }

  form .fullwidth {
    width:330px;
  }

  form .halfwidth {
    width:160px;
  }

  form .mainwidth {
    width:272px;
  }

  form .street {
    width:270px;
  }

  form .streetno {
    width:50px;
  }

  form .zip {
    width:80px;
  }

  form .city {
    width:180px;
  }

  .account_header {
  }

  .account_header dl {
    margin:0;
  }

  .account_header dt {
  }

  .account_header dd {
    margin-bottom:10px;
  }

  .account_header a.active {
    color:#0099CB;
  }

  .margin .box.info {
    margin-left:150px;
  }

  #image-more.count0 {
    display:none;
  }


  /* flowplayer */

  /* player container */
  div.player {
  	height:1750px;
  	width:300px;
  	cursor:pointer;
  	float:left;
  	text-align:center;
  }

  /* play button */
  div.player .play {
  	margin-top:67px;
  }

  /* info area */
  div.player div.info {
  	height:40px;
  	background:#000 repeat-x;
  	opacity:0.7;
  	color:#fff;
  	margin-top:45px;
  	text-align:left;
  	padding:5px 15px;
  	font-size:12px;
  	border-top:1px solid #ccc;
  	margin-top:40px;
  }

  /* duration data inside info area */
  div.player div.info span {
  	color:#99FF99;
  	display:block;
  	font-weight:bold;
  }
  
  /* MINDUP  */
  .box-product.video .pr-video{ height:inherit;position:relative}
	.box-product.video .pr-video .info-bar{ position: absolute; bottom:0px; left:0px; z-index:100; width:100%; padding:5px 10px}
	.box-product.video .pr-video .info-bar *{ margin:0; padding:0}
	#frontpage .box-product.video .pr-video .info-bar .pr-title{ display:block; font-size:11px}
	.box-product.video .pr-video .info-bar h6 a{ display:block}
	
		
	/* Ratings */
	#write_review {display: none;}

	 ul.rating {width:89px; height:16px; margin:0 0 3px; display:block;list-style-position:inside; padding:0; text-indent:0; list-style:none; clear:both; position:relative; background: url(bg/stars.jpg) no-repeat left top;}
	 ul.rating li {cursor: pointer; float:left;}
	 ul.rating li a {position:absolute; left:0; top:0; width:18px; height:16px; text-decoration:none; z-index: 200;}
	 ul.rating li a b {display: none;}
	 ul.rating li.s1 a {left:0;}
	 ul.rating li.s2 a {left:17px;}
	 ul.rating li.s3 a {left:34px;}
	 ul.rating li.s4 a {left:51px;}
	 ul.rating li.s5 a {left:68px;}
	 ul.rating li a:hover {z-index:2; width:89px; height:16px; overflow:hidden; left:0; background: url(bg/stars.jpg) no-repeat 0 -18px;}
	 ul.rating li.s1 a:hover {background-position: -72px -18px;}
	 ul.rating li.s2 a:hover {background-position: -54px -18px;}
	 ul.rating li.s3 a:hover {background-position: -36px -18px;}
	 ul.rating li.s4 a:hover {background-position: -18px -18px;}
	 ul.rating li.s5 a:hover {background-position: 0 -18px;}
	 .rating_review_input {margin:0; height:16px;}
	 .rating li.current_rate{background: url(bg/stars.jpg) left bottom; position: absolute; display:block; height: 16px; z-index: 1; left:-30px;top:0; float:none }
	 .rating li.current_rate a {left:0;}
	 dl.review { margin: 5px 0; padding-top: 5px; border-top: 1px solid #ccc;}
	 dl.review dt {margin-bottom: 7px; height: 1em;}
	 dl.review dd.item {display:none;}
	 dl.review dd {clear: both; margin: 0;}
	 dl.review .param {margin-left: 20px; color: #757C83;}
	#write_review  textarea.fullsize {width: 400px;}



	#price-addtocart { padding-bottom:30px}
	.oShippingSetTitle b{ color:#00aeef; font-weight:normal}
}

/* webkit */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #pr-price span {
		padding:7px 10px !important;
	}
}


@media print
{

	/* print styles */
	body { font-size:10pt; background: white url(none);}

	h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

	abbr[title]:after,
    acronym[title]:after { content:'(' attr(title) ')'; }

	print {display: block;}
	noprint {display:none !important;}

	#logo h3 {font-size: 32 pt;}
	#header {border-bottom: solid 1px #000;margin-bottom:18pt;}
    #top-navi,
    #language-switcher,
	#search,
	#wishlist-shoppingcart,
	#footer a {display: none;}
	#footer {border-top: solid 1px #000;margin-top:18pt;}
}

