/* CSS Document */


#shop-content-outer .item_thumbs .note {
	font-size: 11px;
	padding-left: 10px;
	margin: 5px 0 10px 5px;
	float: left;
}

#shop-content-outer .item_large {
	border: 1px solid #e1dddc;
	width: 399px;
	height: 399px;
	float: left;
	#position: relative;
}

#shop-content-outer .item_thumbs {
	float: right;
	width: 309px;
}

#shop-content-outer .item_thumbs .thumb {
	width: 86px;
	height: 86px;
	float: left;
	padding: 0;
	margin: 0 0 15px 15px;
	display: inline;
	border: 1px solid #e1dddc;
}

#shop-content-outer .item_thumbs .thumb div,
#shop-content-outer .item_large div {
	display: table;
	table-layout: fixed !important;
	#position: absolute;
	#margin-top: 49.5%;
	width: 86px;
}

#shop-content-detail .item_large div {
	#margin-top: 50%;
}

#shop-content-outer .item_large div { width: 400px; }

#shop-content-outer .item_thumbs .thumb span,
#shop-content-outer .item_large span {
	#position: relative;
	#top: -50%;
	display: table-cell; 
	vertical-align: middle;
	width: 86px;
	height: 85px;
	padding-top: 1px;
}

#shop-content-outer .item_large span {
	width: 399px;
	height: 399px;}

#shop-content-outer .item_thumbs .thumb img {
	max-width: 86px;
	max-height: 84px;
	height: expression(this.height > this.width ? '83px' : '56px');
	display: block;
	margin: auto;
	cursor: pointer;
}

#shop-content-outer .item_large img {
	max-width: 399px;
	max-height: 399px;
	display: block;
	margin: auto;
	width: expression(this.width > this.height ? '397px' : '265px');
}


*html #shop-content-outer .item_thumbs .thumb img {
	margin-left: expression(this.height > this.width ? '13px' : '0');
	margin-top: expression(this.height > this.width ? '0' : '14px');
}

*html #shop-content-outer .item_large img {
	margin-left: expression(this.height > this.width ? '64px' : '0');
	margin-top: expression(this.height > this.width ? '1px' : '65px');
}

.shop-header {
	background: url(images/backgrounds/shop.gif) repeat-x left top;
	top: -20px;
	position: relative;
	padding: 10px 0 10px 0;
	z-index: 1;
	font-size: 12px;
	height: 40px;
}

#shop-content-outer h2.article-title{
	margin: 0;
	padding: 13px 0 13px 0;
	#padding: 8px 0 13px 0;
	float: left;
	font-size: 16px;
}

#shop-content-outer .article-rebate-box {
	margin-left: 15px;
	padding: 15px 0 0 15px;
	float: left;
	background: #f0eeee;
	display: inline;
}

#shop-content-outer #sellprice {
	background: #e1dddc;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#sellprice .original-price {
	font-weight: bold;
	width: 169px;
	font-size: 12px;
	padding: 5px 0 0 11px;
	float: left;
	position: relative;
}

#sellprice .original-price span {
	display: block;
	font-size: 34px;
	text-align: center;
	width: 140px;
}

#sellprice .original-price div {
	background: url(images/backgrounds/cross.png) no-repeat center top;
	width: 128px;
	height: 27px;
	position: absolute;
	top: 28px;
	left: 15px;
}

*html #sellprice .original-price div {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fixed', src='http://felina.viazenetti.com/ebaywww/felina/images/backgrounds/cross.png');
}

#sellprice .price-note {
	width: 98px;
	font-size: 11px;
	padding: 18px 0 0 0px;
	float: left;
	color: #524f4f;
}

#shop-content-outer #rebate {
	background: #e1dddc;
	margin-bottom: 15px;
	padding-bottom: 5px;
	color: #008f95;
	background: #ffffff;
}

#rebate .rebate-value {
	font-weight: bold;
	width: 93px;
	font-size: 12px;
	padding: 5px 0 0 11px;
	float: left;
	position: relative;
}

#rebate .rebate-value span {
	display: block;
	font-size: 34px;
}
#rebate .rebate-note {
	width: 174px;
	font-size: 22px;
	padding: 20px 0 0 0px;
	float: left;
	font-weight: bold;
}

#rebate .rebate-note span {
	display: block;
	font-size: 12px;
}

#shop-content-outer .item-images-left {
	float: left;
	width: 401px;
}

#shop-content-outer .item-images-right {
	float: left;
	width: 309px;
	overflow-x: hidden;
}

#shop-content-outer .article-description {
	background: #f0eeee;
	padding: 0.5em 15px;
	margin-top: 15px;
	float: left;
}

*html #shop-content-outer .article-description {
	width: 399px;
}

#shop-content-outer  p,
#shop-content-outer  ol {
	margin: 0;
	padding: 0.5em 0;
}

#shop-content-outer ol {
	margin: 0 0 0 16px;
}

#shop-content-outer ol li {
	margin: 0;
	padding: 0;
}

#shop-content-outer ul{
	margin: 0;
	padding: 0.5em 0;
	list-style-type: none;
}

#shop-content-outer ul li {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(images/backgrounds/sprite.gif) no-repeat -247px 6px;
}

#shop-content-outer .size-box {
	float: left;
	margin: 15px 0 0 15px;
	padding: 15px 0 15px 15px;
	width: 279px;
	background: #f0eeee;
	display: inline;
}

*html #shop-content-outer .size-box {
	width: 294px;
}

#size-info,
#size-info-2 {
	background: url(images/backgrounds/care.jpg) no-repeat right center;
	height: 48px;
	width: 100%;
}

#size-info-2 {
	background: url(images/teaser/05.jpg) no-repeat right center;
}

#size-info strong,
#size-info-2 strong {
	display: block;
	padding-bottom: 0.5em;
}

#size-info a,
#size-info a:visited,
#size-info-2 a,
#size-info-2 a:visited {
	color: #000000;
	padding-left: 12px;
	background: url(images/backgrounds/sprite.gif) no-repeat left -739px;
	text-decoration: none;
}

#size-info a:hover,
#size-info-2 a:hover {
	text-decoration: underline;
}

.felina-support {
	float: left;
	margin: 15px 15px 0 0;
	border-top: 1px solid #008f95;
	width: 456px;
}

.felina-support h3.hl-support {
	margin: 0;
	padding: 0;
}

.felina-payment {
	float: right;
	margin: 15px 0 0 0;
	border-top: 1px solid #008f95;
	width: 219px;
}

.felina-payment h3.hl-payment {
	background: url(images/backgrounds/headline-sprite.gif) right -185px no-repeat;
	width: 197px;
	height: 21px;
	margin: 0;
	padding: 0;
}

h3.hl-payment span {
	display: none;
}

#shop-content-outer .felina-payment ul li {
	margin-bottom: 6px;
}

#shop-content-outer .felina-payment .paypal-link {
	padding-right: 75px;
	background: url(images/backgrounds/sprite.gif) no-repeat 88px -116px;
}

#shop-content-outer td {
	font-size: 12px;
}

#shop-content-outer .felina-shipping  {
	border-top: 1px solid #008f95;
}

#shop-content-outer .felina-shipping .red {
	color: #ff0000;
}

#shop-content-outer .felina-shipping .blue {
	color: #008f95;
}

#shop-content-outer .felina-shipping h3.hl-shipping {
	background: url(images/backgrounds/headline-sprite.gif) left -263px no-repeat;
	width: 197px;
	height: 21px;
	margin: 0;
	padding: 0;
}

#shop-content-outer h3.hl-shipping span {
	display: none;
}

#shop-content-outer .felina-shipping table {
	margin: 0.5em 0;
}


/* ----- Shop Footer ----- */


#shop_footer_detail {
	background: none !Important;
	color: #7a7977;
	margin: auto !important;
	width: 980px !important;
	padding:0 !important;
	min-height:0 !important;
	padding-top: 17px !important;
	height: auto !important;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#shop_footer_detail div {
	width: 980px;
	height: 18px;
	padding: 11px 11px 0 11px !important;
}

#shop_footer_detail span {
	font-size: 11px !important;
	float: left;
}

#shop_footer_detail ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px !important;
	float: right;
}

#shop_footer_detail ul li {
	margin: 0 0 0 6px;
	padding: 0 6px 0 0;
	list-style-type: none;
	float: left;
	background: url(images/backgrounds/footer-seperator.gif) right center no-repeat;
}

#shop_footer_detail ul li.last {
	background: none;
	padding: 0;
}

#shop_footer_detail ul li a,
#CentralArea #shop_footer_detail ul li a,
#shop_footer_detail ul li a:visited {
	color: #7a7977 !important;
	text-decoration:none;
	font-size: 11px !important; 
}

#shop_footer_detail a:hover {
	text-decoration:underline !important;
}

#CentralArea div#shop_footer_detail div {
	width: auto;
}

#shop-header-outer {
    top: 0;
}

*html .shop-header {
	padding: 0 0 10px 0;
}

#shop-content-outer {
	background: url(images/backgrounds/shop.gif) repeat-x left -83px;
	margin-top: -20px;
	position: relative;
	font-size: 12px;
}

#shop-content-outer .matching-article {
	margin-top: 15px;
}

*html #shop,
*html #shop-content-outer {
	text-align: center;
}

*html #shop-content-outer {
	margin-top: -10px;
}

*html #shop-header-outer,
*html #shop-content-outer .shop-content-inner {
	text-align: left;
}

#shop-content-outer .shop-content-inner {
	padding-top: 300px;
}

*html #shop-content-outer .shop-content-inner {
	min-height: 750px;
	height: auto !important;
	height: 750px;
	padding: 310px 15px 15px 255px;
	width: 980px;
	position: relative;
	overflow-x: hidden;
}

*html #shop-header-outer .outlet-header {
	height: 63px;
}

*html #shop-header-outer .nav-main li a,
*html #shop-header-outer .nav-main li li a,
*html #shop-header-outer .nav-other li a {
	width: 226px;
}

*html #shop-header-outer #quicksearch {
	width: 467px;
}

*html #shop-header-outer #quick_find {
	width: 229px;
}

*html #CentralArea div div {
	width: 980px;
}

*html #CentralArea div div div {
	width: auto;
}

*html #shop-header-outer #quick_find .input_field {
	height: 18px;
}

.shop-header {
	top: 0;
	height: 43px;
}

#CentralArea {
	background: url(images/backgrounds/shop.gif) repeat-x left top;
	top: 0px;
	position: relative;
	padding: 70px 0 10px 0;
	z-index: 1;
	font-size: 12px;
}

#CentralArea div {
	background: #ffffff;
	width: auto;
	padding: 0;
	margin: auto;
	top: 0;
	z-index: auto;
}

#CentralArea div div {
	background: none;
	width: auto;
	padding: 0;
}
