/* Reset ================================================================================= */
* {
	margin:0;
	padding:0;
}
body {
	text-align: center;
}
img {
	border:0;
	vertical-align:top;
}
a {
	outline: none;
}
a:hover {
	outline: none;
}
:focus {
	outline:0;
}
a:active {
	outline: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 5px;
	line-height:130%;
}
/* Forms */
form {
	display:inline;
}
fieldset {
	border:0;
}
legend {
	display:none;
}
/* Table */
table {
	border:0; /*border-collapse:collapse;*/
	border-spacing:0;
	empty-cells:show;
	font-size:100%;
}
caption, th, td {
	vertical-align:top;
}
/* Content */
p {
	margin:0 0 10px;
}
strong {
}
address {
	font-style:normal;
	line-height:1.35;
}
cite {
	font-style:normal;
}
q, blockquote {
	quotes:none;
}
q:before, q:after {
	content:'';
}
small, big {
}
/*sup           {  vertical-align:top; }*/

/* Lists */
ul, ol {
	list-style:none;
}
/* Tools */
.hidden {
	display:block !important;
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
	font-size:0 !important;
	line-height:0 !important;
	width:0 !important;
	height:0 !important;
	overflow:hidden !important;
}
.nobr {
	white-space:nowrap !important;
}
.wrap {
	white-space:normal !important;
}
.a-left {
	text-align:left !important;
}
.a-center {
	text-align:center !important;
}
.a-right {
	text-align:right !important;
}
.v-top {
	vertical-align:top;
}
.v-middle {
	vertical-align:middle;
}
.f-left, .left {
	float:left !important;
}
.f-right, .right {
	float:right !important;
}
.f-none {
	float:none !important;
}
.f-fix {
	float:left;
	width:100%;
}
.no-display {
	display:none;
}
.no-margin {
	margin:0 !important;
}
.no-padding {
	padding:0 !important;
}
.no-bg {
	background:none !important;
}
.sp {
	display:block !important;
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
	font-size:0 !important;
	line-height:0 !important;
	height:0 !important;
	overflow:hidden !important;
	clear: both;
}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {
	min-width: 990px;
}
.page {
}
.page-print {
	background:#ffffff;
	padding:25px 30px;
	text-align:left;
}
.page-empty {
	background:#ffffff;
	padding:20px;
	text-align:left;
}
.page-popup {
	background:#ffffff;
	padding:20px;
	text-align:left;
}
.main-container {
	background:transparent;
}
.main {
	
	margin:0 auto;
	min-height:400px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
/* Base Columns */
.col-left {
	float: left;
	width: 195px;
	padding: 0 0 1px;
}
.col-main {
	float: left;
	width: 717px;
	padding: 0 0 1px;
}
.col-right {
	float: right;
	width: 195px;
	padding: 0 0 1px;
}
/* 1 Column Layout */
.col1-layout .col-main {
	float:none;
	width:auto;
}
/* 2 Columns Layout */
.col2-left-layout .col-main {
	float:right;
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width: 507px;
	margin-left: 15px;
}
.col3-layout .col-wrapper {
	float:left;
	width:717px;
}
.col3-layout .col-wrapper .col-main {
	float:right;
}
/* Content Columns */
.col2-set .col-1 {
	float:left;
	width:48.5%;
}
.col2-set .col-2 {
	float:right;
	width:48.5%;
}
.col2-set .col-narrow {
	width:32%;
}
.col2-set .col-wide {
	width:65%;
}
.col3-set .col-1 {
	float:left;
	width:32%;
}
.col3-set .col-2 {
	float:left;
	width:32%;
	margin-left:2%;
}
.col3-set .col-3 {
	float:right;
	width:32%;
}
.col4-set .col-1 {
	float:left;
	width:23.5%;
}
.col4-set .col-2 {
	float:left;
	width:23.5%;
	margin:0 2%;
}
.col4-set .col-3 {
	float:left;
	width:23.5%;
}
.col4-set .col-4 {
	float:right;
	width:23.5%;
}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
	vertical-align:middle;
}
input.input-text, textarea {
	padding:1px;
}
select {
	padding:0px;
}
select option {
	padding-right:10px;
}
select.multiselect option {
	padding:2px 5px;
}
select.multiselect option:last-child {
	border-bottom:0;
}
textarea {
	overflow:auto;
}
input.radio {
	margin-right:3px;
}
input.checkbox {
	margin-right:3px;
}
input.qty {
	width:2.5em;
}
button.button::-moz-focus-inner {
padding:0;
border:0;
} /* FF Fix */
button.button {
	-webkit-border-fit:lines;
} /* <- Safari & Google Chrome Fix */
button.button {
	overflow:visible;
	width:auto;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
button.button span {
	display:block;
	height:19px;
	border:0;
	padding:0 8px;
	text-align:center;
	white-space:nowrap;
}
button.button span span {
	border:0;
	padding:0;
}
button.disabled span {
	border:0;
}
/*
button.btn-checkout.no-checkout span { background-position:0 100%;  }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }
*/
p.control input.checkbox, p.control input.radio {
	margin-right:6px;
}
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
	margin:0 0 8px;
}
.form-list label {
	float:left;
	position:relative;
	z-index:0;
}
.form-list label.required {
}
.form-list label.required em {
	float:right;
	font-style:normal;
	position:absolute;
	top:0;
	right:-8px;
}
.form-list li.control label {
	float:none;
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
	margin-right:6px;
}
.form-list li.control .input-box {
	clear:none;
	display:inline;
	width:auto;
}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
	display:block;
	clear:both;
	width:250px;
}
.form-list .field {
	float:left;
	width:265px;
}
.form-list input.input-text {
	width:244px;
}
.form-list textarea {
	width:244px;
	height:10em;
}
.form-list select {
	width:256px;
}
.form-list li.wide .input-box {
	width:535px;
}
.form-list li.wide input.input-text {
	width:529px;
}
.form-list li.wide textarea {
	width:529px;
}
.form-list li.wide select {
	width:535px;
}
.form-list li.additional-row {
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-top:7px;
}
.form-list li.additional-row .btn-remove {
	float:right;
	margin:5px 0 0;
}
.form-list .input-range input.input-text {
	width:74px;
}
/* Customer */
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
	width:auto;
}
.form-list .name-prefix {
	width:65px;
}
.form-list .name-prefix select {
	width:55px;
}
.form-list .name-prefix input.input-text {
	width:49px;
}
.form-list .name-suffix {
	width:65px;
}
.form-list .name-suffix select {
	width:55px;
}
.form-list .name-suffix input.input-text {
	width:49px;
}
.form-list .name-middlename {
	width:70px;
}
.form-list .name-middlename input.input-text {
	width:49px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
	width:140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
	width:124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
	width:210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
	width:210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {
	width:210px;
}
.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
	float:left;
	width:85px;
}
.form-list .customer-dob input.input-text {
	display:block;
	width:74px;
}
.form-list .customer-dob label {
	font-size:10px;
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
	width:60px;
}
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
	width:46px;
}
.form-list .customer-dob .dob-year {
	width:140px;
}
.form-list .customer-dob .dob-year input.input-text {
	width:134px;
}
.buttons-set {
	clear:both;
	margin:4em 0 0;
	padding:8px 0 0;
	border-top:1px solid;
	text-align:right;
}
.buttons-set p.required {
	margin: 0 0 22px;
}
.buttons-set .back-link {
	float:left;
	margin:0;
}
.buttons-set button.button {
	float:right;
	margin-left:5px;
}
.buttons-set-order {
	margin:10px 0 0;
}
.buttons-set-order .please-wait {
	padding:12px 7px 0 0;
}
.fieldset {
	border:1px solid;
	padding:22px 25px 12px 33px;
	margin:28px 0;
}
.fieldset .legend {
	float:left;
	border:1px solid;
	margin:-33px 0 0 -10px;
	padding:0 8px;
	position:relative;
}
/* Form Validation */
.validation-advice {
	clear:both;
	min-height:13px;
	margin:3px 0 0;
	line-height:13px;
}
.validation-failed, .validation-failed a {
	color:#ff0000 !important;
}
.validation-failed::-webkit-input-placeholder { /* WebKit browsers */
	color:#ff0000 !important;
}
.validation-failed:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#ff0000 !important;
}
.validation-failed::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#ff0000 !important;
}
.validation-failed:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#ff0000 !important;
}
.validation-passed {
}
p.required {
	text-align:right;
}
/* Expiration date and CVV number validation fix */
.v-fix {
	float:left;
}
.v-fix .validation-advice {
	display:block;
	width:12em;
	margin-right:-12em;
	position:relative;
}
/* Global Messages  */
.success {
}
.error {
}
.notice {
}
.messages, .messages ul {
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
}
.messages {
	width:100%;
	overflow:hidden;
}
.messages li {
	margin:0 0 10px !important;
}
.messages li li {
	margin:0 0 3px !important;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
	border-style:solid;
	border-width:1px;
	min-height: 16px;
	padding:4px 8px 4px 8px;
}
/* BreadCrumbs */
.breadcrumbs {
	line-height:1.25;
	margin:0 0 5px;
}
.breadcrumbs li {
	display:inline;
}
.breadcrumbs li strong {
}
/* Page Heading */
.page-title {
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.page-title h1, .page-title h2 {
	margin:0 0 5px 0;
}
.page-title .separator {
	margin:0 3px;
}
.page-title .link-rss {
	float:right;
	margin:7px 0 0;
}
.title-buttons {
	text-align:right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
	float:left;
}
.subtitle {
	clear:both;
	padding:15px 0 0;
	margin:0 0 6px;
}
/* Pager */
.pager {
	padding:4px 8px;
	text-align:center;
}
.pager .amount {
	float:left;
	margin:0;
}
.pager .limiter {
	float:right;
}
.pager .limiter label {
	vertical-align:middle;
}
.pager .limiter select {
	padding:0;
	margin:0 0 1px;
	vertical-align:middle;
}


/* Sorter */
.sorter {
	padding:3px 8px;
}
.sorter .view-mode {
	float:left;
	margin:0;
}

.sorter .sort-by label {
	vertical-align:middle;
	float:left;
	padding-top:4px;
}
.sorter .sort-by select {
	padding:0;
	margin:0 0 1px;
	vertical-align:middle;
}
.sorter .link-feed {
}
/* Toolbar */
.toolbar {
}
.toolbar .sorter {
}
.toolbar-bottom {
}
/* Data Table */
.data-table {
	width:100%;
}
.data-table .odd {
}
.data-table .even {
}
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last, .data-table th.last {
	border-right:0;
}
.data-table tr.last th, .data-table tr.last td {
	border-bottom:0 !important;
}
.data-table th {
	padding:3px 8px;
}
.data-table td {
	padding:3px 8px;
}
.data-table thead th {
	padding:2px 8px;
	white-space:nowrap;
	vertical-align:middle;
}
.data-table thead th.wrap {
	white-space:normal;
}
.data-table thead th a, .data-table thead th a:hover {
}
.data-table thead th {
}
.data-table thead th .tax-flag {
	white-space:nowrap;
}
.data-table tfoot {
}
.data-table tfoot tr.first td {
}
.data-table tfoot tr {
}
.data-table tfoot td {
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:0;
}
.data-table tfoot strong {
}
.data-table tbody th, .data-table tbody td {
}
/* Bundle products tables */
.data-table tbody.odd tr {
}
.data-table tbody.even tr {
}
.data-table tbody.odd tr td, .data-table tbody.even tr td {
	border-bottom:0;
}
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
}
.data-table tbody td .option-label {
	font-style:italic;
}
.data-table tbody td .option-value {
	padding-left:10px;
}
/* Generic Info Box */
.info-box {
	padding:12px 15px;
	margin:0 0 15px;
}
.info-box h2 {
}
.info-table th {
	padding:2px 15px 2px 0;
}
.info-table td {
	padding:2px 0;
}
/* Shopping cart total summary row expandable to details */
tr.summary-total {
	cursor:pointer;
}
tr.summary-total td {
}
tr.summary-total .summary-collapse {
	float:right;
	text-align:right;
	padding-left:20px;
	background:url("../image/bkg_collapse.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/bkg_collapse.gif*/ 0 5px no-repeat;
	cursor:pointer;
}
tr.show-details .summary-collapse {
	background-position:0 -52px;
}
tr.show-details td {
}
tr.summary-details-excluded {
	font-style:italic;
}
/* Shopping cart tax info */
.cart-tax-info {
	display:block;
}
.cart-tax-info, .cart-tax-info .cart-price {
	padding-right:20px;
}
.cart-tax-total {
	display:block;
	padding-right:20px;
	background:url("../image/bkg_collapse.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/bkg_collapse.gif*/ 100% 5px no-repeat;
	cursor:pointer;
}
.cart-tax-info .price, .cart-tax-total .price {
	display:inline !important;
}
.cart-tax-total-expanded {
	background-position:100% -52px;
}
/* Class: std - styles for admin-controlled content */
.std .subtitle {
	padding:0;
}
.std ol.ol {
	list-style:decimal outside;
	padding-left:1.5em;
}
.std ul.disc {
	list-style:disc outside;
	padding-left:18px;
	margin:0 0 10px;
}
.std dl dt {
}
.std dl dd {
	margin:0 0 10px;
}
/* Misc */
.links li {
	display:inline;
}
.links li.first {
	padding-left:0 !important;
}
.links li.last {
	background:none !important;
	padding-right:0 !important;
}
.link-rss {
	background:url("../image/i_rss.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/i_rss.gif*/ 0 2px no-repeat;
	padding-left:18px;
	line-height:14px;
	white-space:nowrap;
}
.btn-remove {
	display:block;
	width:11px;
	height:11px;
	font-size:0;
	line-height:0;
	background:url("../image/btn_remove.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_remove.gif*/ 0 0 no-repeat;
	text-indent:-999em;
	overflow:hidden;
}
.btn-remove2 {
	display:block;
	width:16px;
	height:16px;
	font-size:0;
	line-height:0;
	background:url("../image/btn_trash.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_trash.gif*/ 0 0 no-repeat;
	text-indent:-999em;
	overflow:hidden;
}
.separator {
	margin:0 3px;
}
.divider {
	clear:both;
	display:block;
	font-size:0;
	line-height:0;
	height:1px;
	margin:10px 0;
	background:url("../image/bkg_divider1.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/bkg_divider1.gif*/ 0 50% repeat-x;
	text-indent:-999em;
	overflow:hidden;
}
/* Noscript Notice */
.noscript {
	border:1px solid;
	border-width:0 0 1px;
	line-height:1.25;
	text-align:center;
}
.noscript .noscript-inner {
	width:950px;
	margin:0 auto;
	padding:12px 0 12px;
}
.noscript p {
	margin:0;
}

/* ======================================================================================= */


/* Header ================================================================================ */
.logo {
	float:left;
}
.header-container {
	position:relative;
	/*z-index:15; */
}
.header {
	width: 100%;
	margin:0 auto;
	padding:0px;
	text-align:right;
	position:relative;
	z-index:10;
}
.header .logo {
	float:left;
	text-decoration:none !important;
}
.header .logo strong {
	position:absolute;
	top:-999em;
	left:-999em;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-999em;
	overflow:hidden;
}
.header h1.logo, .header h2.logo {
	margin:0;
}
.header .welcome-msg {
}
.header .form-search {
}
.header .form-search label {
	float:left;
	width:24px;
	height:21px;
	text-align:left;
	text-indent:-999em;
	overflow:hidden;
}
.header .form-search input.input-text {
	float: left;
}
.header .form-search button.button {
	float:left;
}
.header .form-search button.button span {
	border:0;
	height:21px;
	padding:0 0 0 0px;
}
.header .form-search button.button span span {
	background-position:100% 0;
	padding:0 6px 0 3px;
}
.header .form-search .search-autocomplete {
	z-index:999;
	left:40px !important;
	top:22px !important;
}
.header .form-search .search-autocomplete ul {
	border:1px solid;
}
.header .form-search .search-autocomplete li {
	text-align:left;
	border-bottom:1px solid;
	padding:2px 8px 1px 8px;
	cursor:pointer;
}
.header .form-search .search-autocomplete li .amount {
	float:right;
}
.header .form-language {
	text-align:right;
	width:110px;
}
.header .form-language label {
	vertical-align:middle;
	float:left;
	color: #666;
	font-family: Arial,sans-serif;
    font-size: 11px;
	/*text-shadow: 2px 2px 3px #909090;*/ /*lt. layout kein Schatten*/
	font-weight: bold;
    position: relative;
    top: 10px;
}
#searchajaxico {
	left:auto !important;
	right:55px !important;
}
.header .form-language select {
	padding:0;
}

.switchers .select {
  position: absolute;
  width: 20px;
  height: 21px;
  padding: 0 24px 0 0;
  color: #666;
  font: 12px/21px arial,sans-serif;
  background-image: url("../image/lang-select.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/lang-select.png*/;
  background-repeat: no-repeat;
  background-position: center right;
  overflow: hidden;
}

.header .form-language select.flags option {
	background-position:4px 50%;
	background-repeat:no-repeat;
	padding-left:25px;
}
.header .links {
	float:right;
}
.header .links li {
	float:right;
}
.header .links a {
}
.header-container .top-container {
	clear:both;
	padding:5px 10px 0 12px;
	text-align:right;
}
.header-container .top-container a {
}

#cart_overlay {
	position:absolute;
	top:141px;
	right:27px;
	width:480px;
	background-color:#e0e0e0;
	/*height:290px;*/
	display:none;
	z-index:2015;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=2)
	    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=3);
	-moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
}

#cross-cart {
	display:none;
	float:right;
	margin: -8px 0 0 5px;
}

#request_overlay {
	position:absolute;
	top:141px;
	width:480px;
	background-color:#e0e0e0;
	/*height:200px;*/
	display:none;
	z-index:2015;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=3)
	    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=225, Strength=2);
	-moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
}

#cart_overlay_text {
	margin-top: 10px;
	margin-left: 25px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #00ADED;
	margin-bottom: 5px;
}

#cart_overlay_text_empty {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

#button_closeoverlay {
	float: right;
	margin-right: 30px;
}

#buttons_overlay {
	margin-bottom: 10px;
}

#button_cartoverlay {
	float: left;
	margin-left: 20px;
	font-weight: bold;
	font-size: 11px;
	color: #697073;
	margin-top: 10px;
}

#request_overlay_text {
	margin-top: 10px;
	margin-left: 25px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #00ADED;
	margin-bottom: 5px;
}

.cart_overlay_item {
	background-color: #ffffff;
	height: 83px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	color: #555;
}

.cart_overlay_remove {
	margin-right:23px;
	margin-top:10px;
	text-align:right;
	margin-left:25px;
	height:45px;
}

#cart_overlay_remove {
	float:left;
	width:150px;
	margin-top:15px;
	text-align:left;
	color:#00aDED;
	font-size:11px;
}

.cart_overlay_arrow {
	float:left;
	padding-top:5px;
}

.cart_overlay_ra {
	float:left;
	padding-left:5px;
	color:#00aDED;
}

#cart_overlay_cta {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #555;
	margin-right: 23px;
	text-align: right;
	font-weight: bold;
}

.cart_overlay_order {
	float:left;
	width:280px;
	text-align:right;
}

#request_overlay_cta {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #555;
	margin-right: 23px;
	text-align: right;
	font-weight: bold;
	margin-left:25px;
	height:45px;
}

#request_overlay_remove {
	float:left;
	width:150px;
	margin-top:15px;
	text-align:left;
	color:#00aDED;
	font-size:11px;
}

#request_overlay_arrow {
	float:left;
	padding-top:5px;
}

#request_overlay_ra {
	float:left;
	padding-left:5px;
	font-weight:normal;
	color:#00aDED;
}

#request_overlay_button {
	float:left;
	width:280px;
	text-align:right;
}

.cart_overlay_image {
	float: left;
	width: 110px;
	margin-left: 15px;
	margin-top: 10px;
	text-align: left;
}

.cart_overlay_name {
	float: left;
	width: 180px;
	text-align: left;
	margin-top: 20px;
}

.cart_overlay_prices {
	width:115px;
	text-align:right;
}

.cart_overlay_price {
	float: left;
	width: 115px;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}

.clearer {
	clear: both;
	width: 0px;
}

.cart_price {
	font-size: 14px;
}
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block {
	margin:0 0 15px;
}
.block .block-title {
}
.block .block-title strong {
	display:block;
	min-height:16px;
	padding:1px 0 1px;
}
.block .block-title strong span {
}
.block .block-title a {
}
.block .block-subtitle {
	margin:0;
	padding:5px 9px;
}
.block .block-content {
}
.block .block-content li.item {
	padding:7px 9px;
}
.block .block-content .product-name {
}
.block .btn-remove {
	float:right;
	margin:1px 0 2px 5px;
}
.block .actions {
	padding:6px 9px;
	text-align:right;
}
.block .actions a {
	float:left;
}
.block .actions button.button {
	float:right;
}
.block .empty {
	margin:0;
}
/* Mini Blocks */
.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
	line-height:1.25;
}
.block-cart .block-title strong, .block-wishlist .block-title strong, .block-subscribe .block-title strong, .block-compare .block-title strong, .block-reorder .block-title strong, .block-poll .block-title strong, .block-viewed .block-title strong, .block-compared .block-title strong, .block-related .block-title strong, .block-tags .block-title strong, .block-login .block-title strong {
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:0px;
}
/* Mini Products List */
.mini-products-list .product-image {
	float:left;
	width:50px;
	border:1px solid;
}
.mini-products-list .product-details {
	margin-left:60px;
}
/* Block: Account */
.block-account {
}
.block-account .block-title {
	border:0;
	padding:3px 10px;
}
.block-account .block-title strong {
}
.block-account .block-content {
	padding:7px 10px 7px;
}
.block-account .block-content li a {
	display:block;
	padding:3px 0;
}
.block-account .block-content li a:hover {
}
.block-account .block-content li.last a {
	border-bottom:0;
}
.block-account .block-content li.current {
	padding:3px 0;
}
.block-account .block-content li.current.last {
	border-bottom:0;
}
/* Block: Currency Switcher */
.block-currency {
	border:0;
	padding: 0px;
	height:auto;
}
.block-currency .block-title {
	background:none;
	border:0;
	padding:0;
	margin:0 0 0px;
}
.block-currency .block-title strong {
}
.block-currency .block-content {
	background:none;
	padding:6px 0px 6px 0px;
}
.block-currency .block-content select {
	width: auto;
	padding:0;
	display: block;
	margin:0;
}
/* Block: Layered Navigation */
.block-layered-nav {
	border:0;
}
.block-layered-nav dt {
	padding:4px 0px 0 0px;
}
.block-layered-nav dd {
}
.block-layered-nav dd.last {
	background:none;
}
.block-layered-nav .currently li {
	padding:4px 0px 4px 0px;
}
.block-layered-nav .currently .label {
}
.block-layered-nav .currently .btn-remove {
	margin:3px 0 0;
}
.block-layered-nav .actions {
	padding:4px 9px;
	text-align:right;
}
.block-layered-nav .actions a {
	float:none;
}
/* Block: Cart */
.block-cart .block-title {
}
.block-cart .block-title strong {
}
.block-cart .summary {
	padding:2px 8px 8px;
	margin:-1px 0 0;
	position:relative;
	z-index:1;
}
.block-cart .amount {
	margin:0;
}
.block-cart .amount a {
}
.block-cart .subtotal {
	margin:5px 0 0;
	padding:2px 0;
	text-align:center;
}
.block-cart .subtotal .price {
}
.block-cart .actions {
}
/* Block: Wishlist */
.block-wishlist .block-title strong {
}
.block-wishlist .actions {
	text-align:right;
}
.block-wishlist .actions a {
	float:none;
}
/* Block: Related */
.block-related .block-title strong {
}
.block-related input.checkbox {
	float:left;
}
.block-related .product {
	margin-left:20px;
}
/* Block: Compare Products */
.block.block-compare {
	background-color: #F8F8F8;
	border: solid 1px #E0E0E0;
	padding: 13px 9px 5px;
}
.block.block-compare .block-title {
	width: 219px;
	height:30px;
	line-height:30px;
	margin-bottom:11px;
	background-image: url("../image/bg-filter.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg-filter.png*/;
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
	padding: 0 0 0 10px;
	font-weight:bold;
	border:1px solid white;
}
.block-compare .block-title strong {
}
.block-compare button.btn-compare span {
}
.block-compare button.btn-compare {
	border: 1px solid white;
	float: none;
	height: 28px;
	padding:0 10px;
	background: transparent url("../image/product-view-btn-add-to-cart.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/product-view-btn-add-to-cart.png*/ repeat left top;
	cursor:pointer;
}
.block-compare button.btn-compare span span {
	color: white;
	font: bold 12px Arial,Helvetica,sans-serif;
	line-height: 28px;
}
.block.block-compare .actions {
	padding: 0;
	margin-top:9px;
}
.block-compare .actions a {
	color:#009AEB;
	padding-left:11px;
	background: transparent url("../image/compare_delete_icon.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/compare_delete_icon.png*/ no-repeat left 5px;
	margin-top:12px;
}
.block-compare .btn-remove {
	background: url("../image/btn_remove_compare.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_remove_compare.gif*/ no-repeat right 1px;
}
.page-popup .link-print {
	background:url("../image/i_print.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/i_print.gif*/ 0 2px no-repeat;
	padding:2px 0 2px 25px;
}
.compare-table {
	border:0;
}
.compare-table thead tr.first th, .compare-table thead tr.first td {
	border:0;
	background:none;
	padding:0;
	font-size:0;
	line-height:0;
}
.compare-table .btn-remove {
	float:right;
	background-image:url("../image/btn_remove2.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_remove2.gif*/;
	width:72px;
	height:15px;
}
.compare-table tbody th, .compare-table tbody td {
	padding:10px;
	border:0;
	border-top:1px solid;
	border-left:1px solid;
}
.compare-table tbody td.last {
	border-right:1px solid;
}
.compare-table tbody tr.last th, .compare-table tbody tr.last td {
	border-bottom:1px solid;
}
.compare-table tr.add-to-row td {
	text-align:center;
}
.compare-table tr.first td {
	text-align:center;
}
.compare-table tr.first td .product-name {
	margin:0 0 5px;
}
.compare-table tr.first td .product-name a {
}
.compare-table tr.first td .ratings {
	width:69px;
	margin:0 auto;
}
.compare-table tr.first td p, .compare-table tr.add-to-row td p {
	margin:0;
}
/* Block: Recently Viewed */
.block-viewed {
	border: 1px solid #E0E0E0 !important;
	background-color: #F8F8F8 !important;
}
.block-viewed .category-column-count-4 ul.products-grid  {
	width:957px !important;
}
.block.block-viewed .block-content {
	padding-top:15px;
}
.block.block-viewed .block-content li.item {
	border-bottom:1px solid #E0E0E0 !important;
}
.block.block-viewed .block-content li.last {
	margin:0 !important;
}
.block.block-viewed .block-content li.first {
	margin-left:8px !important;
}

#lastviewed .block-content li.first{
	margin-left:-3px  !important;
}
.block-viewed .block-title strong {
}
.block-viewed .products-grid .product-image {
	padding: 14px 21px;
}
/* Block: Recently Compared */
.block-compared .block-title strong {
}
/* Block: Poll */
.block-poll .block-title strong {
}
.block-poll .block-subtitle {
}
.block-poll label {
}
.block-poll input.radio {
	float:left;
	margin:1px -18px 0 0;
}
.block-poll .label {
	display:block;
	margin-left:18px;
}
.block-poll li {
	padding:3px 9px;
}
.block-poll .actions {
	margin:5px 0 0;
}
.block-poll button.button span {
}
.block-poll .answer {
}
.block-poll .votes {
	float:right;
	margin-left:10px;
}
/* Block: Tags */
.block-tags .block-title strong {
}
.block-tags .block-content ul {
	padding:0px 5px 0px 5px;
}
.block-tags .block-content li {
	display:inline;
	padding-right:4px;
}
.block-tags .block-content a {
}
.block-tags .actions {
	text-align:right;
}
.block-tags .actions a {
	float:none;
}
/* Block: Subscribe */
.block-subscribe .block-content {
	padding:5px 10px;
}
.block-subscribe .block-title strong {
}
.block-subscribe label {
}
.block-subscribe input.input-text {
	display:block;
	width:167px;
	margin:3px 0;
}
.block-subscribe .actions {
	background:none;
	padding:0;
	margin:3px 0 0;
	text-align:left;
}
.block-subscribe .actions button.button {
	float:none;
}
.block-subscribe .actions button.button span {
}
/* Block: Reorder */
.block-reorder .block-title strong {
}
.block-reorder input.checkbox {
	float:left;
	margin:2px -20px 0 0;
}
.block-reorder .product-name {
	margin-left:20px;
}
.block-reorder .validation-advice {
	margin:3px 9px 7px;
}
/* Block: Banner */
.block-banner {
	border:0;
}
.block-banner .block-content {
	padding:0;
	text-align:center;
}
/* Block: Login */
.block-login .block-title strong {
}
.block-login .block-content {
	padding:5px 10px;
}
.block-login label {
}
.block-login input.input-text {
	display:block;
	width:167px;
	margin:3px 0;
}
.block-login .actions {
	background:none;
	padding:0;
	margin:3px 0 0;
}
.block-login .actions button.button span {
}
/* Paypal */
.sidebar .paypal-logo {
	display:block;
	margin:10px 0;
	text-align:center;
}
.sidebar .paypal-logo a {
	float:none;
}


.category-title {
	border:0;
	margin:0 0 7px;
}
.category-image {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
	text-align:center;
}
.category-image img {
}
.category-description {
	margin:0 0 10px;
}
.catalog-category-view .category-description h1 {
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-variant: normal; 
	font-weight: bold;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	margin: 5px 0;
}
.category-products {
}
/* View Type: Grid */
.products-grid {
	position:relative;
}
.products-grid.last {
	border-bottom:0;
}
.products-grid li.item {
	float:left;
}
.products-grid .product-image {
	display:block;
	position: relative;
	padding: 14px 21px;
}
.products-grid .product-image .teaser {
    font-weight: bold;
    position: absolute;
	top: 0;
	right: 0;
	padding: 0 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
    line-height: 16px;
}
.products-grid .product-image .teaser.blue {
	background-color: #009AEB; 
}
.products-grid .product-image .teaser.red {
	background-color: #FF0000;
}
.products-grid .product-name {
	margin:0 0 5px;
}
.products-grid .product-name a {
}
.products-grid .price-box {
	margin:5px 0;
}
.products-grid .availability {
	line-height:21px;
}
.products-grid .actions {

}
.products-grid .short-description {
	margin-top:5px;
}

.products-grid .price-list {
	position: absolute;
	bottom: 0px;
	width: 217px;
	height: 35px;
}



/* PRICE FORMATTING - BEGIN */
.price-single, .price-list {
	font-weight:bold;
}
.price-list .regular-special-price {
	float: left;
	margin-top: 7px;
	margin-right: 4px;
	margin-left:6px;
	color:#333;
}
.price-single .regular-special-price {
	color:#333;
	font-size:12px;
	text-align:right;
}
.price-list .fake-linetrough {
	text-decoration:line-through;
	color:#FF0000 !important;
}
.price-single .fake-linetrough {
	text-decoration:line-through;
	color:#FF0000 !important;
}
.price-list .fake-linetrough span {
	color: #333;
}
.price-single .fake-linetrough span {
	color: #333;
}
.price-list .special-price {
	color: #FF0000;
	margin-top: 7px;
}
.price-single .special-price {
	color: #FF0000;
	font-size:16px;
	text-align:right;
}
.price-list .regular-price {
	margin-top: 7px;
	margin-left:6px;
	color:#333;
}
.price-single .regular-price {
	color:#0099EB;
	font-size:18px;
	text-align:right;
	line-height: 100%;
}
.price-single .regular-price.price-request {
	display:none;
}
.price-list .regular-price.price-request {
	color: #0099EB;
}

.price-list .price-exkl-mwst {
	display:none;
}
.price-single .price-exkl-mwst {
	font-weight:normal;
}
.price-single .catalog-price {
	color:#0099EB;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	line-height:12px;
}
/* PRICE FORMATTING - END */



.col2-left-layout .products-grid, .col2-right-layout .products-grid {
	width:727px;
	margin:0 auto;
}
.col1-layout .products-grid {
	width:790px;
	margin:0 auto;
}
/* View Type: List */
.products-list li.item {
	padding:12px 10px;
}
.products-list li.item.last {
	border-bottom:0;
}
.products-list .product-image {
	float:left;
	width:135px;
	height:135px;
	margin:0 0 10px;
}
.products-list .product-shop {
	margin-left:150px;
}
.products-list .product-name {
	margin:0 0 5px;
}
.products-list .product-name a {
}
.products-list .price-box {
	float:left;
	margin:3px 13px 5px 0;
}
.products-list .availability {
	float:left;
	margin:3px 0 0;
}
.products-list .desc {
	clear:both;
	padding:6px 0 0;
	margin:0 0 15px;
	line-height:1.35;
}
.products-list .desc .link-more {
}
.products-list .add-to-links {
	clear:both;
}
.products-list .add-to-links li {
	display:inline;
}
.products-list .add-to-links .separator {
	display:inline;
	margin:0 2px;
}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating {
	margin:0;
}
.ratings {
	line-height:1.25;
	margin:7px 0;
}
.ratings strong {
	float:left;
	margin:1px 3px 0 0;
}
.ratings .rating-links {
	margin:0;
}
.ratings .rating-links .separator {
	margin:0 2px;
}
.ratings dt {
}
.ratings dd {
}
.rating-box {
	width:69px;
	height:13px;
	font-size:0;
	line-height:0;
	background:url("../image/bkg_rating.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/bkg_rating.gif*/ 0 0 repeat-x;
	text-indent:-999em;
	overflow:hidden;
}
.rating-box .rating {
	float:left;
	height:13px;
	background:url("../image/bkg_rating.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/bkg_rating.gif*/ 0 100% repeat-x;
}
.ratings .rating-box {
	float:left;
	margin-right:3px;
}
.ratings .amount {
}
.ratings-table th, .ratings-table td {
	line-height:1.15;
	padding:3px 0;
}
.ratings-table th {
	padding-right:8px;
}
/* Availability */
.availability {
	margin:0;
	line-height:12px;
}
.availability span.availability-color {
	display:inline-block;
	width:42px;
	height:12px;
	background-image:url("../image/ampel.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/ampel.png*/;
	background-repeat:no-repeat;
	background-position:left 0px;
}
.availability.green span.availability-color {
	background-position:left 0px;
}
.availability.yellow span.availability-color {
	background-position:left -12px;
}
.availability.red span.availability-color {
	background-position:left -24px;
}
.availability-only {
	margin:10px 0 7px;
	line-height:16px;
}
.availability-only span, .availability-only a {
	border-bottom:1px dashed #751d02;
	cursor:help;
}
.availability-only a {
	cursor:pointer;
}
.availability-only .expanded {
	background-position:100% -15px;
}
.availability-only strong {
}
.availability-only-details {
	margin:0 0 7px;
}
.availability-only-details th {
	font-size:10px;
	padding:0 8px;
}
.availability-only-details td {
	border-bottom:1px solid;
	padding:2px 8px 1px;
}
.availability-only-details tr.odd td.last {
}
.product-view .product-shop .availability {
}
.product-view .product-shop .availability span {
	padding-left:3px;
}
.product-shop .Catalog-Price{
	font-size: 13px;
    padding: 12px 0 0;
}
/* Email to a Friend */
.email-friend {
	margin:0;
}
/* Alerts */
.alert-price {
	margin:0;
}
.alert-stock {
	margin:0;
}
/********** < Product Prices */
.price {
	white-space:nowrap !important;
}
.price-box {
	margin:5px 0;
}
.price-box .price {
}
/* Regular price */
.regular-price {
}
.regular-price .price {
}
.block .regular-price, .block .regular-price .price {
}
/* Old price */
.old-price {
	margin:0;
	text-decoration:line-through;
	color:#0099EB;
}
.old-price .price-label {
	white-space:nowrap;
	color: #0099EB !important;
	font-size:12px !important;
}
#product_addtocart_form .old-price .price {
	font-size:12px;
	font-weight:normal;
	color: #0099EB;
}
/* Special price */
.special-price {
	margin:0;
/*	padding:3px 0;*/
}
.special-price .price-label {
	white-space:nowrap;
}
.special-price .price {
	color:#FF0000 !important;
	font-size:18px;
}


.price-exkl-mwst {
	font-size:9px;	
	margin-bottom: 4px;
}

/* Minimal price (as low as) */
.minimal-price {
	margin:0;
}
.minimal-price .price-label {
	white-space:nowrap;
}
.minimal-price-link {
	display:block;
}
.minimal-price-link .label {
}
.minimal-price-link .price {
}
/* Excluding tax */
.price-excluding-tax {
	display:block;
}
.price-excluding-tax .label {
	white-space:nowrap;
}
.price-excluding-tax .price {
}
/* Including tax */
.price-including-tax {
	display:block;
}
.price-including-tax .label {
	white-space:nowrap;
}
.price-including-tax .price {
}
/* FPT */
.weee {
	display:block;
}
.weee .price {
}
/* Excl tax (for order tables) */
.price-excl-tax {
	display:block;
}
.price-excl-tax .label {
	display:block;
	white-space:nowrap;
}
.price-excl-tax .price {
	display:block;
}
/* Incl tax (for order tables) */
.price-incl-tax {
	display:block;
}
.price-incl-tax .label {
	display:block;
	white-space:nowrap;
}
.price-incl-tax .price {
	display:block;
}
/* Price range */
.price-from {
	margin:0;
}
.price-from .price-label {
	white-space:nowrap;
}
.price-to {
	margin:0;
}
.price-to .price-label {
	white-space:nowrap;
}
/* Price notice next to the options */
.price-notice {
	padding-left:10px;
}
.price-notice .price {
}
/* Price as configured */
.price-as-configured {
	margin:0;
}
.price-as-configured .price-label {
	white-space:nowrap;
}
.price-box-bundle {
	padding:0 0 10px 0;
}
.price-box-bundle .price-box {
	margin:0 !important;
	padding:0 !important;
}
.price-box-bundle .price {
}
/********** Product Prices > */

/* Tier Prices */
.tier-prices {
	margin:10px 0;
	padding:10px;
	border:1px solid;
}
.tier-prices li {
	line-height:1.4;
	padding:2px 0 2px 0px;
}
.tier-prices .benefit {
	font-style:italic;
}
.tier-prices .price {
}
.tier-prices-grouped li {
	padding:2px 0;
}
.tier-prices-grouped li .price {
}
/* Add to Links */
.add-to-links {
	margin:5px 0 0;
}
.add-to-links .separator {
	display:none;
}
/* Add to Cart */
.add-to-cart label {
	float:left;
	margin-right:5px;
}
.add-to-cart .qty {
	float:left;
	margin-right:5px;
}
.add-to-cart button.button {
	float:left;
}
.add-to-cart .paypal-logo {
	clear:left;
	margin:0;
	padding:10px 0 0;
	text-align:right;
}
/* Add to Links + Add to Cart */
.add-to-box {
	margin:10px 0;
}
.add-to-box .add-to-cart {
	float:left;
}
.add-to-box .or {
	float:left;
	margin:0 7px;
}
.add-to-box .add-to-links {
	float:left;
	margin:0;
	line-height:1.25;
	text-align:left;
}
.add-to-box .add-to-links li {
	display:block;
}
.add-to-box .add-to-links li .separator {
	display:none !important;
}
.product-essential {
	padding:25px;
}
.product-essential h2 {
}
.product-collateral {
	padding:10px 25px 10px 25px;
}
.product-collateral h2 {
	padding:0 0 1px;
	margin:0 0 5px;
}
.product-collateral .box-collateral {
	margin:0 0 25px;
}
/* Product Images */
.product-view .product-img-box {
	float:left;
	width:267px;
}
.col3-layout .product-view .product-img-box {
	float:none;
	margin:0 auto;
}
.product-view .product-img-box .product-image {
	margin:0 0 13px;
}
.product-view .product-img-box .product-image-zoom {
	position:relative;
	width:265px;
	height:265px;
	overflow:hidden;
	z-index:9;
}
.product-view .product-img-box .product-image-zoom img {
	position:absolute;
	left:0;
	top:0;
	cursor:move;
}
.product-view .product-img-box .zoom-notice {
	margin:0 0 5px;
	text-align:center;
}
.product-view .product-img-box .zoom {
	position:relative;
	z-index:9;
	height:18px;
	margin:0 auto 13px;
	padding:0 28px;
	cursor:pointer;
}
.product-view .product-img-box .zoom.disabled {
	-moz-opacity:.3;
	-webkit-opacity:.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/
	opacity:.3;
}
.product-view .product-img-box .zoom #track {
	position:relative;
	height:18px;
}
.product-view .product-img-box .zoom #handle {
	position:absolute;
	left:0;
	top:-1px;
	width:9px;
	height:22px;
	background:url("../image/magnifier_handle.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/magnifier_handle.gif*/ 0 0 no-repeat;
}
.product-view .product-img-box .zoom .btn-zoom-out {
	position:absolute;
	left:2px;
	top:0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
	position:absolute;
	right:2px;
	top:0;
}
.product-view .product-img-box .more-views h2 {
	margin:0 0 8px;
}
.product-view .product-img-box .more-views ul {
	margin-left:-9px
}
.product-view .product-img-box .more-views li {
	float:left;
	margin:0 0 8px 9px;
}
.product-view .product-img-box .more-views li a {
	float:left;
	/*width:56px;
	height:56px;*/
	overflow:hidden;
}
.product-image-popup {
	margin:0 auto;
}
.product-image-popup .nav {
	text-align:center;
}
.product-image-popup .image {
	display:block;
	margin:10px 0;
}
.product-image-popup .image-label {
	margin:0 0 10px;
}
/* Product Shop */
.product-view .product-shop {
	float:right;
	width:330px;
}
.col1-layout .product-view .product-shop {
	margin-top: 18px;
	float:right;
	width:545px;
}
.col3-layout .product-view .product-shop {
	float:none;
	width:auto;
}
.product-view .product-shop .product-name {
	margin:0 0 5px 2px;
}
.product-view .product-shop .product-name h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 58px;
	margin:0;
	color: #0099EB;
}
.product-view .product-shop .availability {
	margin:10px 0;
}
.product-view .product-shop .short-description {
	margin:10px 0;
	background:url("../image/bkg_divider1.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/bkg_divider1.gif*/ 0 0 repeat-x;
	padding:10px 0 0 2px;
}
.product-view .product-shop .price-box {
	margin:10px 0;
}
.product-view .product-shop .add-to-links {
	margin:0;
}
.product-view .product-shop .add-to-links {
}
.product-view .product-shop .add-to-links li, .product-view .product-shop .add-to-links li .separator {
	display:inline;
}
.product-view .product-shop .add-to-links a {
}
/* Product Options */
.product-options {
	margin:20px 0 0;
	padding:10px 15px 20px;
	border:1px solid;
}
.product-options dt {
	padding:10px 0 0;
}
.product-options dt label {
}
.product-options dt span.required {
	color:#eb340a;
}
.product-options dt .qty-holder {
	float:right;
	margin-right:15px;
}
.product-options dt .qty-holder label {
	vertical-align:middle;
}
.product-options dt .qty-disabled {
	background:none;
	border:0;
	padding:3px;
}
.product-options dd {
	padding:5px 10px 15px;
	margin:0 0 5px;
	border-bottom:1px solid;
}
.product-options dl.last dd.last {
	border-bottom:0;
	padding-bottom:5px;
	margin-bottom:0;
}
.product-options dd input.input-text {
	width:98%;
}
.product-options dd input.datetime-picker {
	width:150px;
}
.product-options dd .time-picker {
	display:-moz-inline-box;
	display:inline-block;
	padding:2px 0;
	vertical-align:middle;
}
.product-options dd textarea {
	width:98%;
	height:8em;
}
.product-options dd select {
	width:99%;
}
.product-options dd .multiselect option {
	border-bottom:1px dotted;
	padding:2px 4px;
}
.product-options ul.options-list {
	margin-right:5px;
}
.product-options ul.options-list li {
	line-height:1.5;
	padding:2px 0;
}
.product-options ul.options-list input.radio {
	float:left;
	margin-top:3px;
}
.product-options ul.options-list input.checkbox {
	float:left;
	margin-top:3px;
}
.product-options ul.options-list .label {
	display:block;
	margin-left:18px;
}
.product-options ul.options-list label {
}
.product-options ul.validation-failed {
	padding:0 7px;
}
.product-options p.note {
	margin:0;
}
.product-options p.required {
	margin-bottom:0;
	padding:15px 0 0;
}
.product-options-bottom {
	padding:15px 20px;
	border:1px solid;
	border-top:0;
}
.product-options-bottom .tier-prices {
	margin:0;
	padding:0 0 10px;
	border:0;
	background:0;
}
.product-options-bottom .tier-prices li {
	background:0;
	padding:2px 0;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
}
.product-options-bottom .price-box {
	float:left;
	margin:0;
	padding:0;
}
.col3-layout .product-options-bottom .price-box {
	float:none;
	padding:0 0 5px;
}
.product-options-bottom .price-label {
	float:left;
	padding-right:5px;
}
.product-options-bottom .price-tax {
	float:left;
}
.product-options-bottom .add-to-cart {
	float:right;
}
.product-shop .product-options-bottom {
	margin:0 0 10px;
}
.product-shop .product-options-bottom .price-box {
	float:none;
	margin:0 0 5px;
}
.product-shop .product-options-bottom .price-label {
	float:none;
	padding-right:0;
}
.product-shop .product-options-bottom .price-tax {
	float:none;
}
.product-shop .product-options-bottom .add-to-cart-box {
	clear:both;
	float:left;
	padding-top:12px;
}
/* Grouped Product */
.product-view .grouped-items-table .price-box {
	margin:0;
	padding:0;
}
/* Block: Description */
.product-view .box-description {
}
/* Block: Additional */
.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
	line-height:1.25;
}
/* Block: Upsell */
.product-view .box-up-sell h2 {
	border-bottom:0;
	padding:0;
	margin:0 0 8px;
}
.product-view .box-up-sell .products-grid {
	width:100%;
}
.product-view .box-up-sell .products-grid td {
	width:25%;
	padding:15px 10px 12px;
	line-height:1.6em;
}
.product-view .box-up-sell .products-grid tr.last td {
}
.product-view .box-up-sell .products-grid td.last {
}
.product-view .box-up-sell .products-grid .product-image {
	text-align:center;
	border: 0;
}
.product-view .box-up-sell .products-grid .product-image img {
	border: 1px solid;
}
.product-view .box-up-sell .products-grid td.empty {
	border-right:0;
}
.product-view .box-up-sell .products-grid .ratings .rating-box {
	float:none;
	display:block;
	margin:0 0 3px;
}
/* Block: Tags */
.product-view .box-tags {
	margin:0;
}
.product-view .box-tags h3 {
}
.product-view .box-tags .product-tags {
	display:block;
	margin:0 0 15px;
}
.product-view .box-tags .product-tags li {
	display:inline;
}
.product-view .box-tags .product-tags li.first {
	padding-left:0;
}
.product-view .box-tags .product-tags li.last {
	background:none;
	padding-right:0;
}
.product-view .box-tags .form-add label {
	display:block;
	margin:0 0 5px;
}
.product-view .box-tags .form-add .input-box {
	float:left;
	width:305px;
	margin:0 5px 0 0;
	padding:0 0 0 0px;
}
.product-view .box-tags .form-add input.input-text {
	width:299px;
}
.product-view .box-tags .note {
	margin:3px 0 0;
	padding:0 0 0 0px;
}
/* Block: Reviews */
.product-view .box-reviews dl {
	margin:15px 0;
}
.product-view .box-reviews dt a, .product-view .box-reviews dt span {
}
.product-view .box-reviews dd {
	margin:0 0 15px;
}
.product-view .box-reviews dd small {
	font-style:italic;
}
.product-view .box-reviews .form-add {
	margin:15px 0 0;
}
.product-view .box-reviews .form-add h3 {
}
.product-view .box-reviews .form-add h3 span {
}
.product-view .box-reviews .form-add h4 {
}
.product-view .box-reviews .form-add .data-table td {
	text-align:center;
}
.product-view .box-reviews .form-add .form-list {
	margin:15px 0 0;
}
.product-view .box-reviews .form-add .form-list .input-box {
	width:360px;
}
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
	width:354px;
}
/* Send a Friend */
.send-friend .form-list {
	width:615px;
	overflow:hidden;
}
.send-friend .form-list li {
	margin-right:-15px;
}
.send-friend .form-list li p {
	margin:0 15px 0 0;
}
.send-friend .form-list .field {
	width:315px;
}
.send-friend .form-list .input-box {
	width:300px;
}
.send-friend .form-list input.input-text, .send-friend .form-list textarea {
	width:294px;
}
.send-friend .form-list li.wide .input-box {
	width:612px;
}
.send-friend .form-list li.wide textarea {
	width:609px;
}
.send-friend .buttons-set .limit {
	float:right;
	margin:0 7px 0 0;
	line-height:21px;
}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {
	margin:0;
}
.product-name a {
}
/* Product Tags */
.tags-list {
	display:block;
	border:1px solid;
}
.tags-list li {
	display:inline !important;
	margin:0 4px 0 0;
	font-size: 14px;
}
.tags-list li a {
}
/* Advanced Search */
.advanced-search .form-list label {
	width:160px;
	padding-right:10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
	float:left;
	clear:none;
}
.advanced-search-amount {
	margin:0 0 10px;
}
.advanced-search-summary {
	margin:10px 0;
	border:1px solid;
	padding:10px;
}
.advanced-search-summary ul {
	float:left;
	width:49%;
}
.advanced-search-summary strong {
}
.advanced-search-summary p {
	clear:both;
	margin:0;
}
/* CMS Home Page */
.cms-home .subtitle {
}
.cms-index-index .subtitle {
}
/* Sitemap */
.page-sitemap .links {
	text-align:right;
	margin:0 8px -22px 0;
}
.page-sitemap .links a {
	position:relative;
}
.page-sitemap .links a:hover {
}
.page-sitemap .sitemap {
	margin:12px;
}
.page-sitemap .sitemap a {
}
.page-sitemap .sitemap li {
	margin:3px 0;
}
.page-sitemap .sitemap li.level-0 {
	margin:10px 0 0;
}
.page-sitemap .sitemap li.level-0 a {
}
/* RSS */
.rss-title h1 {
	background:url("../image/i_rss-big.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/i_rss-big.png*/ 0 4px no-repeat;
	padding-left:27px;
}
.rss-table .link-rss {
	display:block;
	line-height:1.55;
	background-position:0 4px;
}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title {
	border-bottom:0;
	margin:0 0 12px;
}
.cart .page-title h1 {
	margin:10px 0 0;
}
/* Checkout Types */
.cart .page-title .checkout-types li {
	margin:0 0 5px;
}
.cart .title-buttons .checkout-types {
	float:right;
}
.cart .title-buttons .checkout-types li {
	float:left;
	margin:0 0 5px 5px;
}
/* Shopping Cart Table */
.cart-table th {
	padding:2px 10px;
}
.cart-table td {
	padding:10px;
}
.cart-table .product-name {
	margin:0 0 5px;
}
.cart-table .item-msg {
	margin:5px 0;
}
.cart-table tfoot td {
	padding:5px 10px;
}
.cart-table .btn-continue {
	float:left;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	padding:25px 0 0;
}
.cart .cart-collaterals .col2-set {
	float:left;
	width:605px;
}
.cart .cart-collaterals .col2-set .col-2 {
	width:294px;
}
.cart .crosssell {
	border:1px solid;
	padding:12px 15px;
}
.cart .crosssell h2 {
}
.cart .crosssell .product-image {
	float:left;
	width:75px;
	height:75px;
	border:1px solid;
}
.cart .crosssell .product-details {
	margin-left:90px;
}
.cart .crosssell .product-name {
}
.cart .crosssell li.item {
	margin:12px 0;
}
.cart .crosssell .link-compare {
}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping {
	border:1px solid;
	padding:12px 15px;
	margin:0 0 18px;
}
.cart .discount h2, .cart .shipping h2 {
	padding:0;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
	margin:10px 0 0;
	border:0;
	padding:0;
	text-align:left;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
	float:none;
	margin-left:0;
}
.cart .discount h2 {
}
.cart .discount .input-box {
	margin:8px 0 0;
	width:250px;
}
.cart .discount input.input-text {
	width:244px;
}
.cart .shipping h2 {
}
.cart .shipping .sp-methods {
	margin:10px 0 0;
	padding:5px 0 0;
}
/* Shopping Cart Totals */
.cart .totals {
	float:right;
	width:268px;
	border:1px solid;
}
.cart .totals table {
	width:100%;
	margin:7px 0;
}
.cart .totals td {
	padding:1px 15px 1px 7px;
}
.cart .totals tr.last td {
}
.cart .totals tfoot th {
	padding:5px 15px 5px 7px;
}
.cart .totals tfoot td {
	padding-top:5px;
	padding-bottom:5px;
}
.cart .totals tfoot th strong, .cart .totals tfoot td strong {
}
.cart .totals .checkout-types {
	padding:8px 15px 15px;
	text-align:right;
}
.cart .totals .checkout-types li {
	clear:both;
	margin:10px 0;
}
/* Options Tool Tip */
.item-options dt {
	font-style:italic;
}
.item-options dd {
	padding-left:10px;
	margin:0 0 6px;
}
.truncated {
	cursor:help;
}
.truncated a.dots {
	cursor:help;
}
.truncated a.details {
	cursor:help;
}
.truncated .truncated_full_value {
	position:relative;
	z-index:999;
}
.truncated .truncated_full_value dl {
	position:absolute;
	top:-99999em;
	left:-99999em;
	z-index:999;
	width:250px;
	padding:8px;
	border:1px solid;
}
.truncated .show dl {
	top:-20px;
	left:50%;
}
.col-left .truncated .show dl {
	left:15px;
	top:7px;
}
.col-right .truncated .show dl {
	left:-240px;
	top:7px;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
	margin:0 0 8px;
}
.sp-methods dt {
	margin:13px 0 5px;
}
.sp-methods dd {
}
.sp-methods dd li {
	margin:5px 0;
}
.sp-methods label {
}
.sp-methods .price {
}
.sp-methods .form-list {
	padding-left:20px;
}
.sp-methods .form-list li {
	margin:0 0 8px;
}
.sp-methods select.month {
	width:154px;
	margin-right:10px;
}
.sp-methods select.year {
	width:96px;
}
.sp-methods input.cvv {
	width:3em !important;
}
.sp-methods .checkmo-list li {
	margin:0 0 5px;
}
.sp-methods .checkmo-list label {
	width:135px;
	padding-right:10px;
	text-align:right;
}
.sp-methods .checkmo-list address {
	float:left;
}
.sp-methods .centinel-logos a {
	margin-right:3px;
}
.sp-methods .centinel-logos img {
	vertical-align:middle;
}
.please-wait {
	float:right;
}
.please-wait img {
	vertical-align:middle;
}
.cvv-what-is-this {
	cursor:help;
	margin-left:10px;
}
/* Tooltip */
.tool-tip {
	border:1px solid;
	padding:15px 20px;
	position:absolute;
	z-index:9999;
	background: #fff;
}
.tool-tip .btn-close {
	margin:-9px -14px 0;
	text-align:right;
}
.tool-tip .btn-close a {
	display:block;
	margin:0 0 0 auto;
	width:15px;
	height:15px;
	background:url("../image/btn_window_close.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_window_close.gif*/ 100% 0 no-repeat;
	text-align:left;
	text-indent:-999em;
	overflow:hidden;
}
.tool-tip .tool-tip-content {
	padding:5px;
}
/* Gift Messages */
.gift-messages h3 {
}
.gift-messages p.control {
}
.gift-messages-form {
	position:relative;
}
.gift-messages-form label {
	float:none !important;
	position:static !important;
}
.gift-messages-form h4 {
}
.gift-messages-form .whole-order {
	margin:0 0 25px;
}
.gift-messages-form .item {
	margin:0 0 10px;
}
.gift-messages-form .item .product-img-box {
	float:left;
	width:75px;
}
.gift-messages-form .item .product-image {
	margin:0 0 7px;
}
.gift-messages-form .item .number {
	margin:0;
	text-align:center;
}
.gift-messages-form .item .details {
	margin-left:90px;
}
.gift-messages-form .item .details .product-name {
	margin:0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
	width:255px;
}
.gift-messages-form .item .details .form-list .input-box {
	width:240px;
}
.gift-messages-form .item .details .form-list input.input-text {
	width:234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
	width:500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
	width:494px;
}
.gift-message-link {
	background:url("../image/bkg_collapse-gm.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/bkg_collapse-gm.gif*/ 100% 6px no-repeat;
	padding-right:7px;
}
.gift-message-link.expanded {
	background-position:100% -40px;
}
.gift-message-row {
}
.gift-message-row .btn-close {
	float:right;
	width:16px;
	height:16px;
	background:url("../image/btn_gm-close.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_gm-close.gif*/ 0 0 no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-999em;
	overflow:hidden;
}
/* Checkout Agreements */
.checkout-agreements li {
	margin:30px 0;
}
.checkout-agreements .agreement-content {
	overflow:auto;
	height:12em;
	padding:10px;
	border:1px solid;
}
.checkout-agreements .agree {
	margin:0;
	padding:10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
	margin-right:6px;
}
.checkout-agreements .agree label {
}
.opc .checkout-agreements {
	border:1px solid;
	border-width:0 1px;
	padding:5px 30px;
}
.opc .checkout-agreements li {
	margin:20px 0 0;
}
.opc .checkout-agreements .agreement-content {
	padding:5px;
}
.opc .checkout-agreements .agree {
	padding-left:6px;
}
/* Centinel */
.centinel {
}
.centinel .authentication {
	border:1px solid;
}
.centinel .authentication iframe {
	width:99%;
	height:400px;
	background:transparent !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}
.opc .centinel {
	border:1px solid;
	border-width:0 1px 1px;
	padding:10px 30px;
}
/* Generic Info Set */
.info-set {
	border:1px solid;
	margin:0 0 25px;
	padding:20px;
}
.info-set h2 {
	margin:0 0 10px;
}
.info-set h3, .info-set h4 {
}
.info-set h2 a, .info-set h3 a, .info-set h4 a {
}
.info-set h2.legend {
	margin:-20px -20px 15px;
	padding:5px 10px;
	border-bottom:1px solid;
	position:relative;
}
.info-set h3.legend {
	margin:0 0 10px;
}
.info-set .divider {
	margin:0 -20px;
	padding:25px 0;
	position:relative;
}
.info-set .box {
	margin:0 0 15px;
}
.info-set .box h2 {
}
.info-set .data-table .product-name {
}
.info-set .data-table .product-name a {
}
.info-set .data-table .item-options {
	margin:5px 0 0;
}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
	border:0;
	margin:0;
}
.block-progress .block-title {
	background:none;
	border:0;
	padding:0;
	margin:0 0 5px;
}
.block-progress .block-title strong {
}
.block-progress .block-content {
	background:none;
}
.block-progress dt {
	line-height:1.35;
	border:1px solid;
	margin:0 0 6px;
	padding:2px 8px;
}
.block-progress dd {
	border:1px solid;
	border-top:0;
	padding:8px 13px;
	margin:0 0 6px;
}
.block-progress dt.complete {
	margin:0;
}
.block-progress dd.complete {
}
.block-progress p {
	margin:0;
}
.opc .buttons-set {
	margin-top:0;
	padding-top:2em;
}
.opc .buttons-set p.required {
	margin:0;
	padding:0 0 10px;
}
.opc .buttons-set .back-link small {
	display:none;
}
.opc .buttons-set .back-link a {
}
.opc .buttons-set.disabled button.button {
	display:none;
}
.opc .buttons-set .please-wait {
	height:21px;
	line-height:21px;
}
.opc .ul {
	list-style:disc outside;
	padding-left:18px;
}
.opc {
	position:relative;
}
.opc li.section {
}
.opc .step-title {
	border-width:0 1px;
	border-style:solid;
	padding:4px 8px 6px;
	text-align:right;
}
.opc .step-title .number {
	float:left;
	border:1px solid;
	padding:0 4px;
	margin:0 5px 0 0;
}
.opc .step-title h2 {
	float:left;
	margin:0;
}
.opc .step-title a {
	display:none;
	float:right;
}
.opc .allow .step-title {
	border:1px solid;
	border-bottom:0;
	cursor:pointer;
}
.opc .allow .step-title .number {
}
.opc .allow .step-title h2 {
}
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {
	border:1px solid;
	padding-bottom:5px;
	cursor:default;
}
.opc .active .step-title .number {
}
.opc .active .step-title h2 {
}
/*.opc .active .step-title a { display:none; }*/

.opc .step {
	border:1px solid;
	border-top:0;
	padding:15px 30px;
	position:relative;
}
.opc .step .tool-tip {
	right:30px;
}
#opc-login .buttons-set {
	border-top:0;
}
#opc-login h3 {
	border-bottom:1px solid;
	padding-bottom:2px;
}
#opc-login h4 {
	margin:0;
}
#opc-shipping_method .buttons-set {
	border-top:0;
}
.opc .gift-messages-form {
	margin:0 -30px;
	border:1px solid;
	border-width:1px 0;
	padding:22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
	padding:5px;
	height:250px;
	overflow:auto;
}
#opc-review .step {
	border:0;
	padding:0;
}
#opc-review .product-name {
}
#opc-review .item-options {
	margin:5px 0 0;
}
#opc-review .buttons-set {
	padding:20px 30px;
	border:1px solid;
	border-width:0 1px 1px;
}
#opc-review .buttons-set p {
	margin:0;
	line-height:40px;
}
#opc-review .buttons-set .please-wait {
	height:40px;
	line-height:40px;
}
/* Multiple Addresses Checkout */
.checkout-progress {
	padding:0 90px;
	margin:0 0 20px;
}
.checkout-progress li {
	float:left;
	width:19%;
	margin:0 3px 0 0;
	border-top:10px solid;
	padding:2px 0 0;
	text-align:center;
}
.checkout-progress li.active {
}
.multiple-checkout h2 {
	margin:0 0 10px;
}
.multiple-checkout h3, .multiple-checkout h4 {
}
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {
}
.multiple-checkout .data-table .product-name {
}
.multiple-checkout .data-table .product-name a {
}
.multiple-checkout .data-table .item-options {
	margin:5px 0 0;
}
.multiple-checkout .gift-messages {
	margin:15px 0 0;
}
.multiple-checkout .tool-tip {
	top:50%;
	margin-top:-120px;
	right:20px;
}
.multiple-checkout .col2-set, .multiple-checkout .col3-set {
	border:1px solid;
	margin:0 0 25px;
	padding:20px;
}
.multiple-checkout .col2-set h2.legend {
	margin:-20px -20px 15px;
	padding:5px 10px;
	border-bottom:1px solid;
	position:relative;
}
.multiple-checkout .col2-set h3.legend {
	margin:0 0 10px;
}
.multiple-checkout .col2-set .divider {
	margin:0 -20px;
	padding:25px 0;
	position:relative;
}
.multiple-checkout .box {
	margin:0 0 15px;
}
.multiple-checkout .box h2 {
}
.multiple-checkout .place-order .please-wait {
	float:right;
	padding:27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
	float:right;
	height:71px;
	font-size:1.5em;
	padding:0 0 0 0px;
	overflow:hidden;
}
.multiple-checkout .place-order .grand-total .inner {
	float:left;
	height:57px;
	padding:14px 0px 0 0;
}
.multiple-checkout .place-order .grand-total .inner div {
	display:inline;
}
.multiple-checkout .place-order .grand-total big {
	display:inline;
	margin-right:12px;
}
.multiple-checkout .place-order .grand-total .price {
}
.multiple-checkout .place-order .grand-total button.button span {
}
.multiple-checkout .place-order .grand-total button.button span span {
	padding:0 45px 0 36px;
}
/* Step 1 */
.multiple-checkout .title-buttons button.button span {
}
#multiship-addresses-table td {
	padding:10px;
}
#multiship-addresses-table tfoot td {
	padding:5px 10px;
}
#multiship-addresses-table tfoot button.button span {
}
/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
	width:100%;
	overflow:hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
	margin-right:-15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
	width:230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
	width:215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
	width:209px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
	width:445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
	width:439px;
}
.checkout-multishipping-shipping .box-sp-methods {
	border:1px solid;
	padding:13px;
	position:relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
	position:absolute;
	top:-20px;
	right:-40px;
	width:178px;
	height:41px;
	overflow:hidden;
}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
	position:relative;
}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content {
	min-height:240px;
	padding:14px 21px;
	border:1px solid;
	border-bottom:0;
}
.account-login .content h2 {
	margin:0 0 14px;
	padding:0 0 5px 0px;
	border-bottom:1px solid;
	background-position:0 1px;
	background-repeat:no-repeat;
}
.account-login .new-users h2 {
}
.account-login .registered-users h2 {
}
.account-login .buttons-set {
	border:1px solid;
	border-top:0;
	margin:0;
	padding:8px 13px;
}
.account-create {
}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
	float:none;
	margin:0;
}
/********** < Dashboard */
.dashboard .welcome-msg {
	margin:0 8em 1.5em 0;
}
.dashboard .welcome-msg p {
	margin:0;
}
.dashboard .col2-set {
	margin:0 0 15px;
}
/* General Box */
.box-account {
	border:1px solid;
	padding:15px;
	margin: 0 0 20px;
}
.box-account .box-head {
	border-bottom:1px solid;
	margin:0 0 10px;
	text-align:right;
}
.box-account .box-head h2 {
	float:left;
	margin:0;
}
.dashboard .box .box-title {
	padding:0 0 2px;
	margin:0 0 8px;
	text-align:right;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
	float:left;
	margin:0;
}
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
}
/* Block: Account Information */
.dashboard .box-info .box-head h2 {
}
.dashboard .box-info h4 {
}
/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
}
.dashboard .box-reviews .number {
	float:left;
	font-size:10px;
	line-height:1;
	color:#fff;
	margin:3px -20px 0 0;
	padding:2px 3px;
}
.dashboard .box-reviews .details {
	margin-left:20px;
}
.dashboard .box-reviews li.item {
	margin:0 0 7px;
}
.dashboard .box-reviews li.item.last {
	margin:0;
}
.dashboard .box-reviews .ratings {
	margin:7px 0 0;
}
/* Block: Tags */
.dashboard .box-tags .box-head h2 {
}
.dashboard .box-tags .number {
	float:left;
	font-size:10px;
	line-height:1;
	color:#fff;
	margin:3px -20px 0 0;
	padding:2px 3px;
}
.dashboard .box-tags .details {
	margin-left:20px;
}
.dashboard .box-tags li.item {
	margin:0 0 7px;
}
.dashboard .box-tags li.item.last {
	margin:0;
}
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
	display:inline;
}
/********** Dashboard > */

/* Address Book */
.addresses-list h2 {
}
.addresses-list h3 {
}
.addresses-list address {
	margin:0 0 3px;
}
.addresses-list p {
	margin:0;
}
.addresses-list a {
}
.addresses-list .link-remove {
}
.addresses-list .separator {
	margin:0 3px;
}
.addresses-list li.item {
	border:1px solid;
	padding:10px 13px;
	margin:0 0 10px;
}
.addresses-list li.empty {
	background:none;
	border:0;
	padding:0;
}
.addresses-list li.empty p {
}
.addresses-list .addresses-additional li.item {
	background:none;
	border:0;
	padding:0;
}
/* Order View */
.order-info {
	border:1px solid;
	padding:4px 8px;
	margin:0 0 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
	display:inline;
}
.order-info .current {
}
.order-info li {
	margin:0 3px;
}
.order-date {
	margin:10px 0;
}
.order-info-box {
	border:1px solid;
	padding:12px 15px;
	margin:0 0 15px;
}
.order-info-box h2 {
}
.order-info-box .box-payment p {
	margin:0 0 3px;
}
.order-info-box .box-payment th {
	padding-right:7px;
}
.order-items {
	width:100%;
	overflow-x:auto;
}
.order-items h2, .order-items h3 {
}
.order-items .product-name {
}
.order-items .link-print {
	float:right;
}
.order-items p .link-print {
	float:none;
}
.order-gift-message {
	margin:15px 0;
}
.gift-message dt strong {
}
.gift-message dd {
	margin:5px 0 0;
}
.order-about {
	margin:15px 0;
}
.order-about dt {
}
.order-about dd {
	margin:0 0 7px;
}
.tracking-table {
	margin:0 0 15px;
}
.tracking-table th {
	white-space:nowrap;
}
.tracking-table th, .tracking-table td {
	padding:1px 5px 0 0;
}
.tracking-table-popup {
	width:100%;
}
.tracking-table-popup th {
	white-space:nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
	padding:1px 8px;
}
/* Order Print Pages */
.page-print .print-head {
	margin:0 0 15px;
}
.page-print .print-head .logo {
	float:left;
}
.page-print .print-head address {
	float:left;
	margin-left:15px;
}
.page-print h1 {
}
.page-print h2, .page-print h3 {
}
.page-print h2.h2 {
}
.page-print .order-date {
	padding:0 0 10px;
	margin:0 0 10px;
}
.page-print .col2-set {
	margin:0 0 10px;
}
/* Price Rewrites */
.page-print .gift-message-link {
	display:none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
	display:block;
	white-space:nowrap;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
	display:inline;
}
/* My Wishlist */
.my-wishlist .data-table td {
	padding:10px;
}
.my-wishlist .product-image {
	display:block;
	width:113px;
	height:113px;
	margin:0 0 5px;
}
.my-wishlist textarea {
	display:block;
	width:97%;
	height:109px;
}
.my-wishlist .buttons-set {
	margin-top:2em;
}
.my-wishlist .buttons-set button.button {
	float:none;
}
#wishlist-table .add-to-links {
	white-space:nowrap;
}
/* My Tags */
.my-tag-edit {
	float:left;
	margin:0 0 10px;
}
.my-tag-edit .btn-remove {
	float:right;
	margin:5px 0 0 5px;
}
#my-tags-table {
	clear:both;
}
#my-tags-table td {
	padding:10px;
}
#my-tags-table .add-to-links {
	white-space:nowrap;
}
/* My Reviews */
#my-reviews-table td {
	padding:10px;
}
.product-review .product-img-box {
	float:left;
	width:140px;
}
.product-review .product-img-box .product-image {
	display:block;
	width:125px;
	height:125px;
}
.product-review .product-img-box .label {
	margin:0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
	float:none;
	display:block;
	margin:0 0 3px;
}
.product-review .product-details {
	margin-left:150px;
}
.product-review .product-name {
	margin:0 0 10px;
}
.product-review h3 {
	margin:0 0 3px;
}
.product-review .ratings-table {
	margin:0 0 10px;
}
.product-review dt {
}
.product-review dd {
	margin:5px 0 0;
}
/* Billing Agreements */
.billing-agreements .form-list li select {
	float:left;
}
.billing-agreements .form-list li button.button {
	float:left;
	margin-left:10px;
}
.billing-agreements .table-caption {
}
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {
}
.footer {
	width:990px;
	margin:0 auto;
	padding:0px 0px 0px;
	font-family: Arial,Helvetica,sans-serif !important;
}
.footer .store-switcher {
	display:inline;
	margin:0 5px 0 0;
}
.footer .store-switcher label {
	vertical-align:middle;
}
.footer .store-switcher select {
	padding:0;
	vertical-align:middle;
}
.footer a {
	font-family: Arial,Helvetica,sans-serif !important;
}
.footer a:hover {
}
.footer .bugs {
	margin:13px 0 0;
}
.footer .bugs a {
}
.footer .bugs a:hover {
}
.footer address {
	margin:0 0 0px;
}
.footer address a {
}
.footer address a:hover {
}
/*.footer ul { display:inline; }*/
.footer ul.links {
	display:block;
	margin-right: 0px;
}

.footer li.last {
	background:none !important;
	padding-right:0 !important;
}
.footer-container .bottom-container {
	margin:0 0 5px;
}
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout {
	margin-bottom:12px;
}
.home-callout img {
	display:block
}
.home-spot {
	float:left;
	width:470px;
	margin-left:20px;
}
.best-selling h3 {
	margin:12px 0 6px 0;
}
.best-selling table {
	border-top:1px solid;
}
.best-selling tr.odd {
}
.best-selling tr.even {
}
.best-selling td {
	width:50%;
	border-bottom:1px solid;
	padding:8px 10px 8px 8px;
}
.best-selling .product-img {
	float:left;
	border:2px solid;
}
.best-selling .product-description {
	margin-left:107px;
	line-height:1.3em;
}
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover {
}
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
	display:block;
	content:".";
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}
/* ======================================================================================= */

/* Enquiry Form*/
.enquiry-main{width:328px;height: 250px;}
.enquiry-main h2{padding: 30px 0;}
#enquiryForm{}
#enquiryForm textarea{float:right;font-size: 12px;padding:3px;}
#submit-li{float: right;padding-top:15px;}
#submit-li .input{float:right}
#enquiry-message{padding: 30px 0 0;}
#enquiryForm .description-li{}

/* Produkt Tabber - Begin */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.product-view .product-description .tabberlive .tabbertabhide {
 display:none;
}

.product-view .product-description .tabberlive .tabbertab.stdfont { 
	line-height:18px !important;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.product-view #product-tabs .product-description {
	/*margin-bottom: 50px;*/
	height: auto;
	width: 518px;
	background-color:#F8F8F8;
	border:1px solid #E0E0E0;
}

.product-view .product-description .tabber {
}
.product-view .product-description .tabberlive {

}

.product-view .product-description .tabberlive .tabbertab .std ul {
	margin-left: 0px;
	margin-bottom: 15px;
	padding-right: 50px;
}
.product-view .product-description .tabberlive .tabbertab .std ul li,
.product-view .product-description .description-text ul li {
	padding-left: 7px;
	margin-left: 0px;
	line-height: 18px;
	background: url("../image/list_bullet.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/list_bullet.png*/ no-repeat left 7px;
}

/*
 * Light, Short, Full
 */

/*
 * Light Start
 */

#product-tabs.light{
	width: 100%;
}

.product-view #product-tabs.light .product-description{
	width: 100%;
}

#product-tabs.light .tabbernav {
	/*border-top:1px solid #ccc;*/
	border-bottom:1px solid #E0E0E0;
	background: #FFF;
	width:100%;
}

div.product-collateral.light{
	margin-right: 2px;
}

#product-tabs.light .tabbernav li a{
	background-color: #FFF;
	border-top:0;
	border-bottom:0;
}

#product-tabs.light .tabbernav li.tabberactive a{
	background-color: #F8F8F8;
	border-bottom:1px solid #F8F8F8;
}

/*
 * Light End
 */

/*
 * Short Start
 */

.short .block{
	padding: 20px; 
}

.short .product-description {
	float: left;
	max-width: 480px;
	margin-right: 20px;
}

.short .technical-data {
	float: right;
	width: 385px;
	padding: 10px 18px 18px 18px;
	border:1px solid #ccc;
	background: #fff;
}

.short .technical-attributes {
	width:100%;
}

.short .technical-attributes td { 
	padding: 3px 7px 3px 0;
}

.short tr.even { background-color: #f8f8f8; }

.short #addtional-data .data-table, .short #addtional-data .data-table th, .short #addtional-data .data-table tbody, .short #addtional-data .data-table td { border: 0px none !important; }
/*
 * Short End
 */

/* FULL */
#product-tabs.full .tabbernav {
	/*border-top:1px solid #ccc;*/
	border-bottom:1px solid #E0E0E0;
	background: #FFF;
	width:100%;
}

#product-tabs.full .tabbernav li.tabberactive a {
    background-color: #F8F8F8;
    border-bottom: 1px solid #F8F8F8;
}

.product-view .product-description ul.tabbernav li.last a {
	width: 128px;
}
/*
 * Light, Short, Full End
 */

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
.product-view .product-description ul.tabbernav
{
 margin:0;
/* padding: 0 0 33px;*/
 height:28px;
 width:519px;
}

.product-view .product-description ul.tabbernav li
{
 list-style: none;
 display: inline;
 text-align:center;
}

.product-view .product-description ul.tabbernav li a
{
 height:23px;
 font-weight:bold;
 display:block;
 width:129px;
 float:left;
 padding-top:5px;
 /*margin-left: 3px;*/
 text-decoration: none;
 font-size:12px;
 line-height: 18px;
 background: #FFF;
 border-right:1px solid #E0E0E0;
 border-bottom:1px solid #E0E0E0;
}

.tabbernav {
	clear:both;
}

.product-view .product-description ul.tabbernav li a:link { color: #545454; }
.product-view .product-description ul.tabbernav li a:visited { color: #545454; }

.product-view .product-description ul.tabbernav li a:hover
{
 color: #009AEB;
}

.product-view .product-description ul.tabbernav li.tabberactive a
{
 background: none;
 color: #545454;
 border-bottom:0px none;
}

.product-view .product-description ul.tabbernav li.tabberactive.last a
{
 /*border-bottom: 1px solid #fff;*/
}

.product-view .product-description ul.tabbernav li.tabberactive a:hover { color: #009AEB; }

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.product-view .product-description .tabberlive .tabbertab {
 	padding:0 12px 0 18px;
 	height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    clear: both;
    padding-top: 20px;
    min-height: 317px;
/*	overflow-y:auto;*/
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /*height:230px;*/

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /*overflow-y:scroll;*/
}

.tabbertab.description .std{
	max-width:500px;
	font-size:12px;
}

.tabbertab.description .std > p, .tabbertab.description .std ul li {
	line-height:18px; 
}

.tabbertab .data-table tbody > tr.last {
	margin-bottom:5px;
}

.stdfont {
	font-size:12px;
}

/* If desired, hide the heading since a heading is provided by the tab */
.product-view .product-description .tabberlive .tabbertab h2.hide_headline {
 display:none;
}
.product-view .product-description .tabberlive .tabbertab h3 {
 /*display:none;*/
}

/* Example of using an ID to set different styles for the tabs on the page */
.product-view .product-description .tabberlive#tab1 {
}
.product-view .product-description .tabberlive#tab2 {
}
.product-view .product-description .tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}



/* Produkt Tabber - End */


#product-tabs{
	float: left;
    margin-right: 10px;
    width: 520px;
}

.product-tabs-add-data{
	float: left;	
	width: 440px;
}

.product-view-first {
	height: auto;
	border: 1px solid #E0E0E0;
	margin-bottom: 10px;
	min-height:300px;
}

.product-view-video{
	margin-bottom: 10px; 
	height: 246px;
	border: 1px solid #E0E0E0;
	padding-left: 1px;
	padding-top: 1px;
}

.product-view-related{
	/*height: 189px;*/
	border: 1px solid #E0E0E0;
	background-color:#F8F8F8;
	padding-bottom: 15px;
}
	
.product-view-hr{
	background: url("../image/detail-divider.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/detail-divider.png*/ repeat-x 0 0 transparent; 
	height: 2px;
	clear: both;
}

#product_addtocart_form{
	background: url("http://china-winstar.cc/skin/frontend/default/knuth/images/product-view-bg.png")/*tpa=http://www.china-winstar.cc/skin/frontend/default/knuth/images/product-view-bg.png*/ repeat-x scroll left top #EEEEEE;
    display: block;
    border: 1px solid #e0e0e0;
	border-top: 0;
}

.product-shop-attribute-bottom-left, .product-shop-attribute-top-left{
	float: left;
}
.product-shop-attribute-bottom-left{
	padding-left:2px;
}
.product-shop-attribute-bottom-left li {
	line-height: 16px;
}
.product-shop-attribute-bottom-right, .product-shop-attribute-top-right{
	float: right;
}
.product-shop-attribute-bottom-no-price {
	padding-top:3px;
	color:#00B200;
}

.product-shop-attribute-top, .product-shop-attribute-bottom{
	width: 408px; 
	clear:both;
}

.product-shop-attribute{
	margin-top: 8px;
	min-height: 90px;
}

.product-shop-attribute-bottom-right .price-box .special-price, .price-exkl-mwst, .product-shop-attribute-bottom-right .price-box .old-price{
	text-align: right;
	
}

.product-shop-attribute-bottom-right .price-box .old-price{
	
}

.product-downloads {
	padding-top:30px;
	margin-top:25px;
}

.product-essential-back{
	background: #EEEEEE;
	padding-top: 9px;
	float:left;
}


.product-essential-back button {
	/*background: none repeat scroll 0 0 #EEEEEE;
    border: 0 none;*/
   	background: url("../image/product-view-bg-back.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/product-view-bg-back.png*/ no-repeat scroll 100% 100% transparent;
   	background-position: 0 1px;
    border: 0 none;
    color: #0099EB;
    margin-left: 17px;
    padding-left: 12px;
    width: auto;
    cursor: pointer;
}

/* STARTSEITE BEGIN */

.top_teaser_startseite{
	width: 970px;
	margin-bottom:10px;
}
.bottom_teaser_startseite{
	width: 970px;
	margin-bottom: 10px;
	height: 240px;
}

.teaser_neuheiten {
    margin-top: 10px;
}

.teaser_neuheiten h3 a {
    color: #0099EB;
    font-family: arial;
}

.teaser_neuheiten h3 {
    margin: 3px 17px 0;
    font-size: 12px;
}

.teaser_neuheiten p {
	font-size: 12px;
    line-height: 17px;
    margin: 3px 0 10px 17px;
}

.teaser_neuheiten img {
	margin-bottom: 10px;
}

.teaser_pic_left, .teaser_pic_middle, .teaser_pic_right {
	float:left;
	margin-right:10px;
/*	border:1px solid #E0E0E0;	*/
}
.top_teaser_startseite a:visited {color:#007c9e}
.top_teaser_startseite h3{
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	margin: 8px;
}


.teaser_pic_right {
	margin-right: 0px;
}

.teaser_social_media{
	width: 968px;
	background-color: #f8f8f8;
	border: 1px solid #e0e0e0;
}
.container_social_media{
	float: left;
	padding-right: 28px;
}
.icon_social_media{
    float: left;
    padding: 14px 6px 12px 23px;
}
.link_social_media{
	float: left;
	padding-top: 17px;
	background: url("http://china-winstar.cc/skin/frontend/default/knuth/images/arrow_to_right.png")/*tpa=http://www.china-winstar.cc/skin/frontend/default/knuth/images/arrow_to_right.png*/;
	background-position: 0px 21px;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 12px;
}
.teaser_startseite_big_grey_container{
	background-color: #f8f8f8;
	margin-top: 10px;
	border: 1px solid #e0e0e0;
	width: 968px;
}
.teaser_startseite_big_grey_container_textblock{
	float:left;
	width: 537px;
	margin-left: 21px;
	margin-bottom: 50px;
}
.teaser_startseite_big_grey_container_textblock h2{
	padding-top: 20px;
}
.teaser_startseite_big_grey_container_white_boxes{
	float:left;
	width: 400px;
	padding-top: 50px;
}
.teaser_startseite_big_grey_container_tagcloud, .teaser_startseite_big_grey_container_certificates{
    background-color: white;
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 288px;
    padding-left: 10px;
    padding-top: 10px;
    width: 348px;
}
.teaser_startseite_big_grey_container_tagcloud_headline, .teaser_startseite_big_grey_container_certificates_headline{
	color: #009AEB;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 15px;
}
.teaser_startseite_verkaufsberater{
	width:947px;
	padding-left: 21px;
	background-color: #f8f8f8;
	clear: both;
}
.teaser_startseite_verkaufsberater_headline{
	color: #009AEB;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 15px;
}
.teaser_startseite_verkaufsberater_container_single{
	float: left;
	width: 229px;
	border-right: 1px solid #e0e0e0;
	padding-left: 16px;
	margin-bottom: 8px;
	padding-bottom: 10px;
	/*background-color: #f8f8f8;*/
}
#container_1.teaser_startseite_verkaufsberater_container_single{
	width: 209px;
}
.teaser_startseite_verkaufsberater_container_single a{
	padding-top:5px;
	padding-left: 5px;
	color: #009AEB;
	text-decoration: underline;
}
#container_1{
	padding-left: 0px;
	width: 162px;
}

#container_5{
	border-right: none;
}
.teaser_startseite_verkaufsberater_container_single h3{
	padding-bottom: 2px; /* 20 */
	font: 12px/1.55 Arial,sans-serif;
	font-weight: bold;
}
.teaser_startseite_verkaufsberater_container_single ul{
	list-style-type: none;
}

.teaser_startseite_5_blocks_bottom{
	padding-top: 10px;
	width: 970px;
}

.teaser_startseite_5_blocks_bottom_singleblock{
	float: left;
/*width: 171px;*/
	margin-right: 10px;
	min-height: 148px;
	border: 1px solid #E0E0E0;
	background-color: #F8F8F8;
/*padding-left: 13px;
padding-top: 8px;*/
	font-weight: bold;
}
#teaser_startseite_5_blocks_bottom_singleblock_block5{
	margin-right: 0px;
}
/* STARTSEITE END */
/*product compare*/
.page-popup.catalog-product-compare-index{
	background-color:#efefef !important;
	padding:0 !important;
}
.page-popup.catalog-product-compare-index .page-title.title-buttons{
	background: url("../image/line-seperator.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/line-seperator.png*/ no-repeat scroll 0 20px transparent !important;
    margin: 0 0 15px;
    padding:0;
}
.page-popup.catalog-product-compare-index{
	color:#009AEB !important;
}

.page-popup.catalog-product-compare-index a{
	color:#333333 !important;
	text-decoration: none !important;
	font-size: 14px;
}
.page-popup.catalog-product-compare-index span.nobr{
	color: #009AEB !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    display:block;
}
.page-popup.catalog-product-compare-index h1{
	color: #009AEB !important;
    font-size: 15px !important;
    font-weight:bold !important;
    height: 23px !important;
    padding-left:5px !important;
}

.page-popup.catalog-product-compare-index #product_comparison ul{
	height:272px !important;
	border:0px solid #E0E0E0 !important;
	border-bottom:none !important;
}
.page-popup.catalog-product-compare-index #product_comparison li{
	
}
.page-popup.catalog-product-compare-index #product_comparison li ul li{
	min-width: 230px !important;
	width: 17% !important;
	min-height: 270px !important;
	border:1px solid #E0E0E0 !important;
	border-bottom: 0px solid #E0E0E0 !important;
	color:#333333;
	margin:0 0 0 8px;
}
.page-popup.catalog-product-compare-index #product_comparison li{
}
.page-popup.catalog-product-compare-index #product_comparison ul.odd{
	background-color:#F8F8F8 !important;
}
.page-popup.catalog-product-compare-index #product_comparison ul.odd li,
.page-popup.catalog-product-compare-index #product_comparison ul.odd li{
	background-color:#F8F8F8 !important;
	width:16.6%;
}
.page-popup.catalog-product-compare-index #product_comparison ul.even li,
.page-popup.catalog-product-compare-index #product_comparison ul.even li{
	background-color:#fff !important;
	border:1px solid #e0e0e0 !important;
	border-bottom:0px solid #e0e0e0 !important;
	padding: 7px;
}
.page-popup.catalog-product-compare-index #product_comparison ul.add-to-row{
	height:52px !important;
}
.page-popup.catalog-product-compare-index #product_comparison li ul.add-to-row li{
	min-height:52px !important;
	border:1px solid #e0e0e0 !important;
	
}
.page-popup.catalog-product-compare-index #product_comparison li ul.add-to-row li p{
	border: 0 solid #E0E0E0 !important;
    min-height: 23px !important;
    padding: 11px 7px 2px;
}
.page-popup.catalog-product-compare-index #product_comparison li ul.add-to-row li.li-left-bottom{
	margin:0px !important;
	border:0 solid #E0E0E0 !important;
	border-top:1px solid #E0E0E0 !important;
	width: 252px !important;
	padding:0px; 
}
.page-popup.catalog-product-compare-index #product_comparison ul.add-to-row.last{
	background-color:#F8F8F8 !important;
	height:52px !important;
}
.page-popup.catalog-product-compare-index #product_comparison ul.last li{
	border:1px solid #E0E0E0 !important;
	background-color:#F8F8F8 !important;
}
.page-popup.catalog-product-compare-index #product_comparison ul.last li{
	border:0px solid #E0E0E0 !important;
	border-top:1px solid #E0E0E0 !important;
	background-color:#F8F8F8 !important;
}
.page-popup.catalog-product-compare-index #product_comparison ul.even{
	background-color:#fff !important;
}
.page-popup.catalog-product-compare-index div.mainC{
	margin-left: 30px !important;
	margin-right: 125px !important;
	background-color: transparent;
}
.page-popup.catalog-product-compare-index .buttons-set{
	border:0px solid #E0E0E0 !important;
	
}
.compare-table .price-list {
	position: absolute;
	bottom: 0px;
	width: 217px;
	height: 32px;
	font-weight:bold;
}
.compare-table .regular-special-price {
	float: left;
	margin-top: 7px;
	margin-right: 4px;
	margin-left:6px;
	color:#333;
}
.compare-table .special-price {
	color: #FF0000;
	margin-top: 7px;
}
.compare-table .regular-price  {
	margin-top: 7px;
	margin-left:6px;
	color:#333;
}
.compare-table .price-box { font-size:12px; position: absolute; bottom: 0px; padding-top:12px; width: 100%; height:36px; text-align: left; background: url("../image/line-seperator.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/line-seperator.png*/ no-repeat scroll 0 0 transparent !important; }
.compare-table .special-price .price-label { font-size:12px; font-weight:bold; color:red; }
.compare-table .old-price { float:left; color:red; font-size:12px; }
.compare-table .special-price { float: left; white-space: nowrap; }
.compare-table .price-exkl-mwst { display:none; }

.compare-table td div.closed {
	height:28px;
	overflow:hidden;
}
.compare-table .regular-special-price {
	float: left;
	margin-top: 7px;
	margin-right: 4px;
	margin-left:6px;
	color:#333;
}
.compare-table td div.text-pad { padding-top:4px; line-height:20px; }

.compare-table th div.labels {
	background:url("../image/compare-toggler-open.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/compare-toggler-open.png*/ right 8px no-repeat;
}
.compare-table .special-price {
	color: #FF0000;
	margin-top: 7px;
}
.compare-table .regular-price  {
	margin-top: 7px;
	margin-left:6px;
	color:#333;
}
.compare-table .price-box { font-size:12px; position: absolute; bottom: 0px; padding-top:12px; width: 100%; height:36px; text-align: left; background: url("../image/line-seperator.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/line-seperator.png*/ no-repeat scroll 0 0 transparent !important; }
.compare-table .special-price .price-label { font-size:12px; font-weight:bold; color:red; }
.compare-table .old-price { float:left; color:red; font-size:12px; }
.compare-table .special-price { float: left; white-space: nowrap; }
.compare-table .price-exkl-mwst { display:none; }

.compare-table td div.closed {
	height:28px;
	overflow:hidden;
}

.compare-table td div.text-pad { padding-top:4px; line-height:20px; }

.compare-table th div.labels {
	background:url("../image/compare-toggler-open.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/compare-toggler-open.png*/ right 8px no-repeat;
}

.compare-table th.closed div.labels {
}
.compare-table th.closed div.labels {
	height:28px;
	overflow:hidden;
	background:url("../image/compare-toggler-closed.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/compare-toggler-closed.png*/ right 8px no-repeat;
}

button.button-wishlist span {
}
button.button-wishlist {
	border: 1px solid white;
	float: none;
	height: 28px;
	padding:0 10px;
	background: transparent url("../image/product-view-btn-add-to-cart.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/product-view-btn-add-to-cart.png*/ repeat left top;
	cursor:pointer;
}
button.button-wishlist span span {
	color: white;
	font: bold 12px Arial,Helvetica,sans-serif;
	line-height: 20px;
}
.add-to-row.last {
	height:28px;
}
#product_comparison{
	border:0px solid #D9DDE3 !important;
	background-color: transparent;
}
#product_comparison li{
	border:0px solid #D9DDE3 !important;
}
.page-popup.catalog-product-compare-index a.btn-remove{
	background:url("../image/Button-remove.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/Button-remove.png*/ no-repeat scroll 100% 100% transparent;
	margin: 0;
    top: -147px;
    right:3px;
    width: 10px;
    z-index:999;
    position:relative;
}
.compare-table ul li .product-image img{
	height: 145 !important;
    width: 100% !important;
    border: 0 !important;
    height: 145px;
}
.page-popup.catalog-product-compare-index a.product-image{
	width:80%;
	height:53.7%;
	border: 0 !important;
}
.compare-table ul.first li .product-name a{
	text-decoration: none !important;
	font-family: arial;
	font-weight: bold;
}

.compare-table .compare-item{
	 height:255px;
	 position:relative;
}
.page-popup.catalog-product-compare-index #product_comparison li ul li{
	float:left;
}
.page-popup.catalog-product-compare-index #product_comparison li ul li.li-left{
	margin:0px;
}

.maincat-item{
	padding: 0 0 16px;
}
.Special-ul{
	width:100px;
	float:left;
}
.Special-ul{
	padding: 0 40px 0 0;
    width: 100px;
}
.Special-ul h3{
	padding: 0 0 5px 0;
    font-size: 20px;
    font-weight: normal;
}
.block.special-layered-nav{
	background-color: #F8F8F8;
	border: solid 1px #E0E0E0; 
	padding: 17px 21px 33px;
}
.block.special-layered-nav .block-title strong{
	text-transform: none;
	padding: 0;
}
.block.special-layered-nav .block-title strong span{
	background: none repeat scroll 0 0 transparent;
	color: #009AEB;
	display: block;
	border-bottom: 0;
	font-weight: normal;
	font-size: 20px;
}
.special-layered-container{
	height: 200px;
	padding: 18px 0 0;
}
.special-layered-container { padding: 20px 0 0; }
.Special-ul h3 { font-size: 13px; font-weight: bold; padding: 0 0 7px 0; }

/*TAGCLOUD-LOOKALIKE-GERAET*/

.teaser_startseite_big_grey_container_tagcloud_cloud{
	font-size: 12px;
	margin-right: 20px;
	text-align: center;
}

.tagcloud_01{
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px;
}
.tagcloud_02{
	font-size: 0.8em;
	margin: 8px;
	margin-top: 12px;
}
.tagcloud_03{
	font-size: 1.0em;
	margin: 12px;
	margin-left: 25px;
	font-weight: bold;
}

/* REGISTRIERUNG BEGIN */
.account-create {
	border:1px solid #e0e0e0;
	background-color:#F8F8F8;
}

.account-create h1 {
	background-color:#FFF;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	color:#009AEB;
	font-size:20px;
	text-align:center;
	padding:5px 20px;
	display: inline-block;
}

.account-create h2 {
	color:#009AEB;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
}

.account-create .form-list .input-box {
	width:260px;
}

.account-create ul.form-list {
	float:left;
}

.account-create .form-fields {
	width:63%;
	float:left;
	border-right:1px solid #e0e0e0; 
	margin-top:30px;
}

.account-create .form-fields p {
	padding-left:20px;
	padding-right:20px;
}

.account-create .form-fields a, .account-create .form-fields span.blue {
	color:#009AEB;
}

.account-create .form-fields .input-checkbox {
	float:left;
	width:20px !important;
}

.account-create .form-fields .label-checkbox {
	float:left;
	line-height:22px;
	color:#009AEB;
}
.account-create .form-fields .label-checkbox a {
	color:#009AEB;
	text-decoration:underline;
}

.account-create .form-fields ul.left-block {
	margin:20px 10px 20px 20px;
}
.account-create .form-fields ul.left-top-block {
	margin: 15px 10px -18px 19px;
}

.account-create .form-fields ul.right-block {
	margin:15px 20px 20px 10px;
}

.account-create .form-right .right-content {
	margin:20px;
}

.account-create select {
	color:#009AEB;
	font-size:12px;
}

.account-create select#region_id, .account-create select#branche, .account-create select#advertisement_mode {
	color:#BABABA;
}

.account-create select.is_selected {
	color:#000000;
}

.account-create select#region_id.is_selected, .account-create select#branche.is_selected, .account-create select#advertisement_mode.is_selected {
	color:#000000;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color:#697073;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#BABABA;
	opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#697073;
	opacity:1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#697073;
}

.required-entry::-webkit-input-placeholder { /* WebKit browsers */
	color:#009AEB;
}
.required-entry:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#009AEB;
}
.required-entry::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#009AEB;
}
.required-entry:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#009AEB;
}

.account-create .validation-advice {
	display:none !important;
}

.account-create #validation-failed {
	position: absolute;
	padding-left: 20px;
	color: #ff0000;
}

.account-create .form-fields input {
	padding:5px;
	border-radius:0px !important;
}
.account-create .form-fields select {
	padding: 3px 4px;
}

.account-create .form-right {
	width:36%;
	float:left;
	margin-top:30px;
}

.account-create .form-right li {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url("../image/check.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/check.png*/;
	background-position: 0 4px;
}

.account-create .passwordnotice {
	display:none;
}

.account-create #password-strength {
	width:260px;
	height:25px;
	background-repeat:no-repeat;
	background-image:url("../image/password_de.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/password_de.png*/; /* TODO: Mehrsprachigkeit */
}

.account-create #password-strength.empty {
	background-position:0 0;
}

.account-create #password-strength.poor {
	background-position:0 -25px;
}

.account-create #password-strength.medium {
	background-position:0 -50px;
}

.account-create #password-strength.good {
	background-position:0 -75px;
}

.account-create .confirmation-box {
	position:relative;
}

.account-create #email_confirmation_ok, .account-create #password_confirmation_ok {
	width:13px;
	height:12px;
	background-repeat:no-repeat;
	background-image:url("../image/check.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/check.png*/; /* TODO: Mehrsprachigkeit */
	position:absolute;
	right:-17px;
	top:7px;
}

.account-create p.required {
	text-align:left;
	color:#009AEB;
	padding-left:20px;
	font-size:12px;
}

.account-create button.button span {
	background-color:#009AEB;
	color:#FFF;
	padding:5px 20px;
}
.account-create button.button span span {
	padding:0px;
}

.account-create .form-list .input-box.street0 {
	clear:none;
	width:192px;
	float:left;
}
.form-list .street0 input.input-text {
	width:170px;
}

.account-create .form-list .input-box.street1 {
	clear:none;
	width:64px;
	float:left;
}
.form-list .street1 input.input-text {
	width:52px;
}

.account-create .form-list .input-box.postcode {
	clear:none;
	width:112px;
	float:left;
}
.form-list .postcode input.input-text {
	width:90px;
}

.account-create .form-list .input-box.city {
	clear:none;
	width:144px;
	float:left;
}
.form-list .city input.input-text {
	width:132px;
}
/* REGISTRIERUNG END */

/* Anfrage BEGIN */
.qquote {
	background-color:#EBEBEB;
	padding: 28px 45px 35px 45px;
	width:932px;
	box-shadow: #444 0px 1px 10px 1px;
}

.qquote .page-title h2 {
	color:#009AEB;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 3px 6px;
}

.qquote .data-table {
	margin-top:15px;
	margin-bottom:13px;
	border:0 !important;
}

.qquote .qquote-product-top {
	padding-top: 25px;
}

.qquote .data-table th, .qquote .data-table thead, .qquote .data-table td, .qquote .data-table tbody {
	border:none !important;
}
.qquote .data-table thead { 
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
}
.qquote .data-table th {
	border-bottom:15px solid #EBEBEB !important;
	border-color: #EBEBEB !important;
	background-color:#F5F5F5;
	color:#000000;
	font-size:12px !important;
	font-weight:bold;
	padding: 7px 18px 7px 21px;
}

.qquote .data-table th  {
	padding: 7px 18px 8px 21px;
}

.qquote .data-table td {
	padding: 5px 18px 5px 21px;
	line-height: 1.2;
}

.qquote .data-table th + th {
	padding: 7px 18px 8px;
}

.qquote .data-table td + td {
	padding: 25px 18px 13px;
}

.qquote .data-table td .price {
	font-weight:normal !important;
}

.qquote .data-table th.a-right + th.a-right {
	padding-right: 26px;
}

.qquote .data-table td.a-right {
	padding-top: 23px;
}

.qquote .data-table td.a-right + td.a-right {
	padding-right: 31px;
}

.qquote .data-table td input.input-text {
	border:none !important;
}

.qquote .client-data-box {
	background-color:#FFFFFF;
	padding: 6px 22px 8px;
	margin: 14px 1px 14px
}

.qquote .client-data-box .remark-headline {
	color:#009AEB;
}

.qquote .client-data-box textarea {
	width:100%;
	border:none;
}

.qquote .account-create {
	margin-top:13px;
	margin-bottom:15px;
	background-color:#F5F5F5;
}
.qquote .account-create .form-fields {
	width:auto;
	float:none;
	border-right:none;
	margin-top: 24px;
}
.qquote hr {
	border-top:1px solid #CECECE;
	border-bottom:1px solid #FFFFFF;
}
.qquote .account-create .form-fields textarea {
	width:240px;
	padding:4px;
	height:auto;
	font-size:12px;
	border: 1px solid #BBB;
	-webkit-font-smoothing: antialiased;
}
.qquote select { border: 1px solid #BBB; }
.qquote .account-create .form-fields .label-checkbox { font-size:12px; }
.qquote .account-create .form-fields ul.left-block { margin: 18px 35px 20px 19px; }
.qquote .account-create .form-list li { margin: 0 0 10px; }
.qquote .account-create .form-fields input[type=text] {
	padding: 4px 5px;
	width: 238px;
}
.qquote .account-create .form-fields .form-list.left-block input[type=text],
.qquote .account-create .form-fields .form-list.left-block textarea.hasPlaceholder { 
	color:#009AEB;
	-webkit-font-smoothing: antialiased;
}
.qquote .account-create .form-fields .form-list.right-block input[type=text] { color:#697073; -webkit-font-smoothing: antialiased; }
.qquote .account-create .form-fields .right-block input[type=text] { width: 248px; }
.qquote .form-list .input-box select { width: 250px; }
.qquote .form-list.right-block .input-box select { width: 260px; }
.qquote .form-list span.cfe-select {
	background-color: #FFF;
    background-image: url("http://china-winstar.cc/cms/fileadmin/images/newsletter/select_pfeil.png")/*tpa=http://www.china-winstar.cc/cms/fileadmin/images/newsletter/select_pfeil.png*/;
    background-position: 227px 8px;
    background-repeat: no-repeat;
    border: 1px solid #BBB;
    color: #009AEB;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding: 1px 0 1px 7px;
    position: absolute;
    width: 241px;
}
.qquote .form-list.right-block span.cfe-select { 
	width: 251px;
	background-position: 237px 8px;
	background-image: url("http://china-winstar.cc/cms/fileadmin/images/newsletter/select_pfeil_grey.png")/*tpa=http://www.china-winstar.cc/cms/fileadmin/images/newsletter/select_pfeil_grey.png*/;
	color: #697073;
}
.qquote .form-list select.cfe-styled {
	-webkit-appearance: none;
    border: 0 none;
	border: 1px solid #BBB;
	margin-left: 1px;
}
.qquote .form-list select.cfe-styled option{
	margin: 2px 5px;
}

.qquote .account-create select.is_selected {
	color:#697073;
}

.qquote .buttons {
	margin-top: 27px;
}

.qquote .buttons .validation-advice  {
	display:none !important;
}

.qquote .buttons .privacy_policy {
	color:#009AEB;
	margin-right:36px;
	padding-top:10px;
}
.qquote .buttons .privacy_policy #privacy_policy { 
	margin-top: -2px;
}
.qquote .buttons .privacy_policy #privacy_policy-label {
	font-size: 13px;
}
.qquote .buttons .privacy_policy a {
	color:#009AEB;
	text-decoration:underline;
}

.qquote .buttons .button.close {
	height:35px;
	font-size: 13px;
	line-height: 1;
	-webkit-appearance: none;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align:center;
	webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	moz-text-shadow:0px 1px rgba(0,0,0,0.3);
	text-shadow:0px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	background-color: #555;
	border: 1px solid #fff;
	cursor:pointer;
	
	/* Safari 4-5, Chrome 1-9 */
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#555));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top,#999, #555);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top,  #999, #555);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #999, #555);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top,  #999, #555);
}

.qquote .buttons .button.close span span { padding: 0 20px; }

.qquote .buttons .button span { height: auto; padding: 0; }

.qquote .buttons .button.submit-button {
	padding: 0 25px;
	height: 40px;
	font-size: 14px;
	line-height: 1;
	-webkit-appearance: none;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align:center;
	webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	moz-text-shadow:0px 1px rgba(0,0,0,0.3);
	text-shadow:0px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	background-color: #009aeb;
	border: 1px solid #fff;
	cursor:pointer;
	
	/* Safari 4-5, Chrome 1-9 */
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2BB5FF), to(#009aeb));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top,#2BB5FF, #009aeb);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top,  #2BB5FF, #009aeb);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #2BB5FF, #009aeb);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top,  #2BB5FF, #009aeb);
}

#request_overlay_new {
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	display:none;
	text-align:left;
}

.qquote-header {
	height:140px;
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg.png*/;
	margin-bottom:10px;
}

.qquote-header.ende {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_en.png*/;
}

.qquote-header.enen {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_en.png*/;
}

.qquote-header.enus {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_us.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_us.png*/;
}

.qquote-header.enbr {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_br_new.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_br_new.png*/;
}

.qquote-header.encz {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_cz.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_cz.png*/;
}

.qquote-header.enru {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_ru.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_ru.png*/;
}

.qquote-header.enpl {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_pl.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_pl.png*/;
}

.qquote-header.enit {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_it.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_it.png*/;
}

.qquote-header.enfr {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_fr.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_fr.png*/;
}

.qquote-header.enro {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_ro.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_ro.png*/;
}

.qquote-header.esus {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_es_us.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_es_us.png*/;
}

.qquote-header.brbr {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_br_br.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_br_br.png*/;
}

.qquote-header.cscz {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_cs_cz.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_cs_cz.png*/;
}

.qquote-header.ruru {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_ru_ru.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_ru_ru.png*/;
}

.qquote-header.plpl {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_pl_pl.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_pl_pl.png*/;
}

.qquote-header.itit {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_it_it.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_it_it.png*/;
}

.qquote-header.frfr {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_fr_fr.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_fr_fr.png*/;
}

.qquote-header.roro {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_ro_ro.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_ro_ro.png*/;
}

.qquote-header.ptbr {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_pt_br_new.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_pt_br_new.png*/;
}

.qquote-header.esen {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_es_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_es_en.png*/;
}

.qquote-header.fren {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_fr_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_fr_en.png*/;
}

.qquote-header.ruen {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_ru_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_ru_en.png*/;
}

.qquote-header.deit {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_de_it.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_de_it.png*/;
}

.qquote-header.esbr {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_es_br_new.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_es_br_new.png*/;
}

.qquote-header.enza {
	background-image:url("http://china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_za.jpg")/*tpa=http://www.china-winstar.cc/Templates/en/images/request_overlay_header_bg_en_za.jpg*/;
}

.qquote-close-button {
	cursor:pointer;
	position:relative;
	top:16px;
	left:983px;
	width:26px;
	height:26px;
}

.qquote-success-text {
	background-color:#FFF;
	padding:20px 32px 35px;
	margin-bottom:15px;
	color:#000;
}
.qquote-success-newsletter {
	margin-top:15px;
	margin-bottom:15px;
}
/* Anfrage END */


/* Menu */ 
.lastHighlighted {
	margin-bottom: 10px;
}

/* Overlays */ 
.cover_page_app {
	background-color: #8e8e8e;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
	filter: Alpha(opacity = 80);
	opacity: 0.80;
	moz-opacity: 0.80;
	display:none;
}

.overlay_app {
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 635px;
	text-align:left;
}
.overlay_app_headline {
	font-family: 'Myriad Pro' sans-serif;
	font-weight:bold;
	font-size:14px;
	background: #FBFBFB;
	width: 258px;
	height: 28px;
	padding-top: 11px;
	padding-left: 20px;
	color: #555;
	font: 11px;
	font-weight:bold;
}
.overlay_app .overlay_app_close  {
	position: absolute;
	background-image: url("http://china-winstar.cc/cms/fileadmin/images/tinybox_bg_close.png")/*tpa=http://www.china-winstar.cc/cms/fileadmin/images/tinybox_bg_close.png*/;
	background-repeat: no-repeat;
	background-position: left top;
	left: 242px;
	top: 7px;
	width: 26px;
	height: 26px;
	cursor: pointer;
}




.overlay_app_content {
	background: #FBFBFB;
	top: 1px;
	position: relative;
	padding:35px 48px 25px 30px;
}

.overlay_app_content h2 {
	color: #009aeb;
	font-family: Arial !important;
	font-size: 20px;
}

.overlay_app_content p {
	color: #697073;
}

.overlay_app_content .subtitle {
	margin-bottom: 30px;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.overlay_app_content .std img {
	margin-right: 15px !important;
	box-shadow: 4px 3px 7px 1px #A6A6A6;
}

.overlay_app_content img:last-child {
	margin-right:0px !important;
}

.overlay_app_content .clearer {
	height:0px;
}

.close-btn {
	float: left;
	padding: 7px 25px;
	margin-top: 2px;
	height:35px;
	font-size: 13px;
	line-height: 1;
	-webkit-appearance: none;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align:center;
	webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	moz-text-shadow:0px 1px rgba(0,0,0,0.3);
	text-shadow:0px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	background-color: #555;
	border: 1px solid #fff;
	cursor:pointer;
	
	/* Safari 4-5, Chrome 1-9 */
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#555));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top,#999, #555);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top,  #999, #555);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #999, #555);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top,  #999, #555);
}

.bottom-btn .close-btn {
	padding: 6px 10px 7px;
}

.right-btn{
	float: right;
}

.btn-android, .btn-ios{
	padding: 10px 25px;
	height: 40px;
	font-size: 14px;
	line-height: 1;
	-webkit-appearance: none;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align:center;
	webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	moz-text-shadow:0px 1px rgba(0,0,0,0.3);
	text-shadow:0px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	background-color: #009aeb;
	border: 1px solid #fff;
	cursor:pointer;
	
	/* Safari 4-5, Chrome 1-9 */
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2BB5FF), to(#009aeb));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top,#2BB5FF, #009aeb);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top,  #2BB5FF, #009aeb);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #2BB5FF, #009aeb);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top,  #2BB5FF, #009aeb);
}

.btn-android {
	margin-right: 22px;
	padding: 10px 10px;
}

.bottom-btn {
	margin-top:19px;
}


.overlay_callback_content .contact-tel {
	background: url("../image/overlay-tel.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/overlay-tel.png*/ no-repeat;
	height: 40px;
	padding-left: 40px;
	padding-top: 8px;
	font-size: 23px;
	color: #009AEB;
	margin-top: 17px;
	margin-bottom:6px;
	width:565px;
}

div.overlay_contact{
	box-shadow: #444 0px 1px 10px 1px;	
}

.overlay-left-column {
	float: left;
	width: 240px;
	padding-right: 35px;
}


.contact-description {
	font-size:11px;
	line-height:14px;
}

.email-description {
	line-height:15px;
}

.contact-email {
	margin-top: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #009AEB;
	font-family:arial;
}


.email-contact {
	color: #009aeb;
}


.products-grid .steuerung {
    color: #333333;
    font-weight: bold;
    min-height: 18px;
    padding: 7px 6px;
    width: 205px;
}

.products-grid .kurzcharakter {
    color: #333333;
	min-height: 18px;
	padding: 12px 6px;
	width: 205px;
	line-height: 14px;
	font-size: 11px;
}

.last.noBorder > a {
    border-right: medium none !important;
}

/* Ui Selectmenu */ 

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
}
.ui-selectmenu-menu .ui-menu-item a {
	padding: 0.3em 1em;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-icon{
	background: url("../image/arrow-sorter.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/arrow-sorter.png*/ no-repeat;
	width: 14px;
	height: 10px;
	position: absolute;
	right: 5px;
	top: 10px;
}
.ui-corner-bottom.ui-selectmenu-item-selected {
	/*
	padding: 5px 30px 7px 11px;
	border: 1px solid #CCCCCC;
	background-color: white;
	border-top:0px none;
	*/
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
}

.ui-selectmenu-status {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333;
}

.ui-selectmenu-menu-dropdown.sortermenu { 
	margin-top:0px;
	border-top: 0;
	background-color:#fff;
}

div.input_error span {
	color: #fe0000 !important;
}

.headerajaxsearchwindow { display: none !important; }

#anonymous_element_1 {
	z-index: 999;
	margin-left: -145px;
	margin-top: 2px;
}

.autocomplete { margin: 0px !important; border:1px solid #eee !important;}
.autocomplete-w1  {background: none !important; }
.autocomplete .ajaxsearchimage { \margin: 2px 6px 2px 20px !important; border: 1px solid #DDD !important;}
.autocomplete div p { padding-top:9px; padding-left:80px;}
.autocomplete > div:last-child { margin-top: 10px; }

/*
 * Sprachwaehler selectbox CMS
 */
p#language_selector_label {
	float: left;
	margin: 1px 0 0 5px;
	font-size: 11px;
	font-weight: bold;
	height: 21px !important;
	color: #333;
}
ul.language_selector {
	display: none;
	width: 156px;
    padding: 8px 12px 2px;
    margin: 0 0 0 -1px;
    list-style-type: none;
/*    border: 1px solid #434343;*/
	background-color: #f8f8f8;
	position: absolute;
	top: 0;
	right: 0;
	box-shadow: 0px 0px 4px grey;
	cursor: auto;
}
div.language_selector_arrow.dropdown_opened a {
	background-position: 0 -118px;
}
ul#cms-links #language_selector li{
/*	float: none;*/
	height: 18px;
	display: block;
}
ul.language_dropdown li a {
	height: 28px !important;
	line-height:28px !important;
}
.language_selector_dropdown {
    z-index: 20;
    position: relative;
    margin-top: 1px;
}
div.language_current {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 300;
/*	background-color: red;*/
	height: 21px;
	background: url("../image/lang_select-icons.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/lang_select-icons.png*/ 3px -24px no-repeat;
}

#language_wrapper {
	margin-top: 9px;
	float: left;
	width: 110px;
}
#language_wrapper a {
    text-align: right;
	display: block;
	line-height: 16px !important;
	height: 16px !important;
	text-decoration: none;
	font-size: 12px;
	color: #333 !important;
	font-weight: bold;
	margin-bottom: 4px;
	padding-right: 15px;
}
#language_wrapper li.active a {
	color: #009AEB !important;
	background: url("../image/arrow_lang_active.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/arrow_lang_active.png*/ no-repeat right 5px;
}
.language_selector li a {
	margin: 0 7px 0 9px;
	/*border-bottom: dotted 1px #E0E0E0;*/
}
ul.language_selector li {
/*	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;*/
}
ul.language_selector li + li {
	border-bottom: 0 none !important;
	border-top: 0 none;
}

ul.language_selector {
	/*border-bottom: 1px solid #E0E0E0 !important;*/
}

div.current_lang {
	text-align: right;
	padding-right: 16px; 
    border: none;
    height: 21px !important;
    font-weight: bold;
    color: #009AEB;
    font-size: 12px;
    float: left;
    width: 29px;
    background: url("../image/lang_select-icons.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/lang_select-icons.png*/ 32px -24px no-repeat;
    cursor: pointer;
}
div.current_lang.opened  {
	background-position: 32px -124px;
}

.cms-home #slider, .category-neuheiten #slider { width: 968px !important; }
.category-neuheiten .teaser_neuheiten > div { margin-right: 11px; }
.category-neuheiten .teaser_pic_right { margin-right: 0px !important; }

.header-banner{
	float: left;
	margin-top: 15px;
	margin-left: 80px
}

div#overlay{
	left: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:1000;
	background: #FFFFFF;
}

div#loader-box{
	position: absolute;
	width: 16px;
	height: 16px;
	margin: -8px;
	background: #FFFFFF;
	left:50%;
	top:50%;
}

.account-create select{
	cursor: pointer;
}

/* Select box callback */

#callback-select1-button{
	float: left;
	width: 244px !important;
	height: 19px;
	margin: 0 !important;
	padding: 2px 6px !important;
	font-weight: normal !important;
	background-color:#FFFFFF !important;
	border: 1px solid #BBB;
}

#callback-select1-button .ui-selectmenu-status, #callback-select1-menu li{
	color: #009AEB !important;
	background-color:#FFFFFF !important;
	font-weight: normal !important;
	font-size: 12px;
}

#callback-select1-button .ui-selectmenu-icon{
	background: url("http://china-winstar.cc/cms/fileadmin/images/newsletter/select_pfeil.png")/*tpa=http://cms/fileadmin/images/newsletter/select_pfeil.png*/ no-repeat;
	top: 8px;
}

#callback-select1-menu{
	overflow: auto;
	width: 218px !important;
}

/* Select box callback */

#callback-select1-button{
	float: left;
	width: 244px !important;
	height: 19px;
	margin: 0 !important;
	padding: 2px 6px !important;
	font-weight: normal !important;
	background-color:#FFFFFF !important;
	border: 1px solid #BBB;
}

#callback-select1-button .ui-selectmenu-status, #callback-select1-menu li{
	color: #009AEB !important;
	background-color:#FFFFFF !important;
	font-weight: normal !important;
	font-size: 12px;
}

#callback-select1-menu li a{
	color: #009AEB !important;
}

#callback-select1-menu li a:hover{
	color: #333 !important;
}

#callback-select1-button .ui-selectmenu-icon{
	background: url("http://china-winstar.cc/cms/fileadmin/images/newsletter/select_pfeil.png")/*tpa=http://www.china-winstar.cc/cms/fileadmin/images/newsletter/select_pfeil.png*/ no-repeat;
	top: 8px;
}

#callback-select1-menu{
	overflow: auto;
	width: 218px !important;
}

/* Select box anrede */

#customer_prefix-button{
	float: left;
	width: 236px !important;
	height: 19px;
	margin: 0 !important;
	padding: 2px 6px !important;
	font-weight: normal !important;
	background-color:#FFFFFF !important;
	border: 1px solid #BBB;
}

#customer_prefix-button .ui-selectmenu-status, #customer_prefix-menu li{
	color: #009AEB;
	background-color:#FFFFFF !important;
	font-weight: normal !important;
	font-size: 12px;
}

#customer_prefix-menu li a{
	color: #009AEB !important;
}

#customer_prefix-menu li a:hover{
	color: #333 !important;
}


#customer_prefix-button .ui-selectmenu-icon{
	background: url("http://china-winstar.cc/cms/fileadmin/images/newsletter/select_pfeil.png")/*tpa=http://www.china-winstar.cc/cms/fileadmin/images/newsletter/select_pfeil.png*/ no-repeat;
	top: 8px;
}

#customer_prefix-menu{
	overflow: auto;
	width: 210px !important;
}

/* Select box land */

#country-button{
	float: left;
	width: 246px !important;
	height: 19px;
	margin: 0 !important;
	padding: 2px 6px !important;
	font-weight: normal !important;
	background-color:#FFFFFF !important;
	border: 1px solid #BBB;
}

#country-button .ui-selectmenu-status, #country-menu li{
	color: #697073!important;
	background-color:#FFFFFF !important;
	font-weight: normal !important;
	font-size: 12px;
}

#country-menu li a{
	color: #697073 !important;
}

#country-menu li a:hover{
	color: #009AEB !important;
}


#country-button .ui-selectmenu-icon{
	background: url("http://china-winstar.cc/skin/frontend/knuth/default/images/arrow-sorter-white.png")/*tpa=http://www.china-winstar.cc/skin/frontend/knuth/default/images/arrow-sorter-white.png*/ no-repeat;
	top: 8px;
}

#country-menu{
	overflow: auto;
	width: 220px !important;
}

/* Select box vorwahl */

#telephone_prefix-button{
	float: left;
	width: 246px !important;
	height: 19px;
	margin: 0 !important;
	padding: 2px 6px !important;
	font-weight: normal !important;
	background-color:#FFFFFF !important;
	border: 1px solid #BBB;
}

#telephone_prefix-button .ui-selectmenu-status, #telephone_prefix-menu li{
	color: #697073!important;
	background-color:#FFFFFF !important;
	font-weight: normal !important;
	font-size: 12px;
}

#telephone_prefix-menu li a{
	color: #697073 !important;
}

#telephone_prefix-menu li a:hover{
	color: #009AEB !important;
}


#telephone_prefix-button .ui-selectmenu-icon{
	background: url("http://china-winstar.cc/skin/frontend/knuth/default/images/arrow-sorter-white.png")/*tpa=http://www.china-winstar.cc/skin/frontend/knuth/default/images/arrow-sorter-white.png*/ no-repeat;
	top: 8px;
}

#telephone_prefix-menu{
	overflow: auto;
	width: 220px !important;
}

.product-view .short-description h2 {
    font-weight: normal;
}


#cms-overlay {
	position: absolute;
	top: 0px;
	z-index: 100;
	width: 973px;
	background: rgb(225, 229, 232);
	margin: 0 auto;
	left: 50%;
	margin-left: -485px;
}

#cms-overlay .innerContent {
	width: 968px;
	/*margin: 0 auto;*/
}

#cms-overlay ::-webkit-input-placeholder { /* WebKit browsers */
	color:    #009AEB;
}
#cms-overlay :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #009AEB;
	opacity:  1;
}
#cms-overlay ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #009AEB;
	opacity:  1;
}
#cms-overlay :-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #009AEB;
}

.innerOverlay .newsletter_unsubscribe .mail_value.label {
	margin-right: 10px;
	line-height: 17px;
	width: 397px;
}

.innerOverlay .newsletter_anmeldung .mail_value > div {
	margin-right: 10px;
}

.innerOverlay .newsletter_anmeldung .mail_value > div > a {
	display: block;
	width: 98px !important;
	text-transform: none;
	border: none;
}

.innerOverlay .newsletter_anmeldung .mail_value > div > a > span {
	color: #009aeb !important;
	background-color: #FFFFFF;
	background-image: url("http://china-winstar.cc/cms/fileadmin/images/newsletter/select_pfeil.png")/*tpa=http://www.china-winstar.cc/cms/fileadmin/images/newsletter/select_pfeil.png*/;
	background-position: 73px 12px;
	background-repeat: no-repeat;
	width: 88px !important;
	padding: 6px 0 5px 8px !important;
	font-weight: normal;
}

.innerOverlay .newsletter_anmeldung .mail_value > div > a > span.ui-selectmenu-icon {
	display: none;
}

.innerOverlay .newsletter_unsubscribe .stand_input {
	color: #333;
	font-weight: normal;
}

.innerOverlay {

}

.innerOverlay .newsletter_unsubscribe_infotext {
	padding-top: 22px;
	margin-left: 39px;
	margin-right: 39px;
	line-height: 17px;
	text-align: left;
	padding-bottom:22px;
}

.innerOverlay .mail_submit {
	height: 35px !important;
	font-size: 13px !important;
	line-height: 1 !important;
	padding: 0px 18px 1px;
	-webkit-appearance: none;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	moz-text-shadow: 0px 1px rgba(0,0,0,0.3);
	text-shadow: 0px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	background-color: #009aeb;
	border: 1px solid #fff !important;
	cursor: pointer;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2BB5FF), to(#009aeb));
	background: -webkit-linear-gradient(top,#2BB5FF, #009aeb);
	background: -moz-linear-gradient(top, #2BB5FF, #009aeb);
	background: -ms-linear-gradient(top, #2BB5FF, #009aeb);
	background: -o-linear-gradient(top, #2BB5FF, #009aeb);
}

.innerOverlay .newsletter_unsubscribe_infotext a {
	text-decoration: underline;
}

.innerOverlay .newsletter_unsubscribe .unsubscribeSubmit {
	float: right;
}

.innerOverlay .newsletter_unsubscribe .mail_submit {
	background-color: #555;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#555));
	background: -webkit-linear-gradient(top,#999, #555);
	background: -moz-linear-gradient(top, #999, #555);
	background: -ms-linear-gradient(top, #999, #555);
	background: -o-linear-gradient(top, #999, #555);
	border: 1px solid #fff;
	line-height: 1;
	padding: 2% 6px;
	margin-top: 0;
	width: 192px;
	display: table-cell;
	white-space: pre-wrap;
	vertical-align: middle;
}

.innerOverlay .mail_value, .innerOverlay .mail_main, .innerOverlay .submit_sub {
	float:left;
	text-align: left;
}

.innerOverlay .stand_input {
	border: 1px solid #BBB;
	color: #555555;
	font-size: 12px;
	margin-right: 10px;
	padding: 9px 0 8px 10px;
	width: 248px;
	-webkit-font-smoothing: antialiased;
}

.innerContent .ui-widget-content {
	background-color: #FFF;
	border: 0 none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.innerOverlay .newsletter_anmeldung .stand_input {
	border: 1px solid #BBB;
	color: #555555;
	font-size: 12px;
	margin-right: 10px;
	padding: 9px 0 8px 10px;
	width: 248px;
	-webkit-font-smoothing: antialiased;
}

.innerOverlay .newsletter_anmeldung .mail_value,
.innerOverlay .newsletter_anmeldung .mail_main,
.innerOverlay .newsletter_anmeldung .submit_sub {
	float: left;
}

.innerOverlay .newsletter_anmeldung, .innerOverlay .newsletter_unsubscribe {
	background: url("../image/unterstrich_der_ueberschrift_im_overlay.jpg")/*tpa=http://www.china-winstar.cc/Templates/en/images/unterstrich_der_ueberschrift_im_overlay.jpg*/ repeat-x top;
	background-color: rgb(225, 229, 232);
	padding-top: 22px !important;
	margin-left: 39px;
	margin-right: 39px;
	border: 0px none;
	padding: 0;
}

.innerOverlay .newsletter_anmeldung .direkt_required {
	float: left;
	font-size: 12px;
	margin-top: 10px;
	color: #009AEB;
	font-size: 12px;
	margin-left: 2px;
	margin-top: 10px;
}

.innerOverlay .newsletter_subscription {
	padding: 22px 39px 15px 49px;
	margin-top: 15px;
	text-align: left;
	line-height: 18px !important;
	background-color: transparent !important;
	border: 0 none;
	font: 12px/21px arial,helvetica,sans-serif;
}

.innerOverlay .newsletter_subscription a {
	text-decoration: underline;
}

.innerOverlay .anmeldungBestaetigen {
	float: left;
}

.innerOverlay .newsletter_anmeldung .ui-state-default.ui-corner-top {
	background-color: #D3D3D3;
	background-image: url("http://china-winstar.cc/cms/fileadmin/images/multiplecontent_tabs/grafik_buttons_engl/bg_reiter_i.png")/*tpa=http://www.china-winstar.cc/cms/fileadmin/images/multiplecontent_tabs/grafik_buttons_engl/bg_reiter_i.png*/;
	background-repeat: repeat-x;
	margin-right: 0 !important;
	margin-top: 0 !important;
	text-transform: none;
	list-style-type: none;
	width: 241px;
}

.innerOverlay .newsletter_anmeldung .mail_submit {
	height: 35px !important;
	font-size: 13px !important;
	line-height: 1 !important;
	padding: 0px 18px 1px;
	-webkit-appearance: none;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	moz-text-shadow: 0px 1px rgba(0,0,0,0.3);
	text-shadow: 0px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	background-color: #009aeb;
	border: 1px solid #fff !important;
	cursor: pointer;
	/* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2BB5FF), to(#009aeb)); */
	background: #3372b5;
}

.innerOverlay .newsletter_anmeldung .ui-selectmenu-status {
	padding: 5px 30px 7px 11px !important;
	border: 1px solid #BBB !important;
	background-color: white !important;
	color: #009AEB !important;
	display: block !important;
}


ul.ui-widget.ui-widget-content.ui-selectmenu-menu-dropdown.ui-corner-bottom.stand_select {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px 0 4px 8px;
	text-align: left;
	width: 88px !important;
	line-height: 21px;
}

.ui-selectmenu-open ul a {
	display: block;
	color: #009aeb;
}

.ui-widget-content {
	background-color: #FFF;
	border: 0 none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

#cms-overlay .innerOverlay {
	background-color: rgb(225, 229, 232);
	width: 970px;
}

.innerOverlay .newsletter_anmeldung .mail_error {
	color: #FF0000;
	float: right;
	font-size: 12px;
	margin-right: 11px;
	margin-top: 10px;
}

.innerOverlay .newsletter_subscription_background {
	font-size: 12px;
	line-height: 1.42;
	margin: 11px 0 10px 0;
	padding: 18px 10px 14px 31px;
	text-align:left;
	background-color: transparent !important;
}

.innerOverlay .newsletter_subscription_background h4 {
	color: #009AEB;
	font-size: 12px;
	font-weight: normal;
	margin: 33px 0 2px;
}

.innerOverlay .border_headerimg {
	margin-bottom: 0px !important;
	border: 0px !important;
}

.innerOverlay .newsletter_subscription_background p.para_second {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 12px;
}

.innerOverlay .newsletter_subscription_background > p {
	padding-top: 1px;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 18px;
	line-height: 16px;
}

.innerOverlay .newsletter_subscription_background h2 {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #009AEB;
	font-family: arial;
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0 20px;
	padding: 0;
}

.innerOverlay .newsletter_subscription_background a,
.innerOverlay .newsletter_subscription_background .tx-atlcontactboxes-pi1 .contact_link a {
	border: 0 none;
	text-decoration: underline;
	display: inline-block;
	line-height: 18px;
	padding: 0;
	color: #009AEB;
	width: auto;
	text-align: left;
	background: none;
	text-shadow: none;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}

.innerOverlay .contact_link {
	margin-bottom: 0 !important;
}
.table_selection select, .table_selection a{
	width: 367px !important;
	float: left;
	margin-bottom: 10px;
}
.catalog-product-view .sortermenu{
	width: 367px !important;
	text-decoration: none !important;
}
.catalog-product-view .sortermenu span.ui-selectmenu-status{
	color: #0099EB;
}
.catalog-product-view .sortermenu .ui-selectmenu-icon{
	background: url("http://china-winstar.cc/cms/fileadmin/images/newsletter/select_pfeil.png")/*tpa=http://www.china-winstar.cc/cms/fileadmin/images/newsletter/select_pfeil.png*/ no-repeat;
}
.table_selection .last{
	margin-top:0px;
}
.quote-warning{
	font-size: 16px;
	color: #FF0000;
}


/*callbackservice*/
.callbackservice.page-popup .page-title.title-buttons .tel-top{
	background-image: url("../image/tel.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/tel.png*/;
    background-position: left -3px;
    background-repeat: no-repeat;
    float: left;
    padding-left: 24px;
    text-align: left;
    padding-top: 4px;
    
}
.callbackservice.page-popup .page-title.title-buttons .tel-top p{
	line-height:10px;
}

.callbackservice.page-popup .page-title.title-buttons{
	background: url("../image/line-seperator.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/line-seperator.png*/ no-repeat scroll 0 64px transparent !important;
    height: 63px;
    margin: -7px 0 10px;
    padding: 7px 0 0;
}
.callbackservice.page-popup{
	position:relative;
	padding: 0;
    background-color: transparent;
    color: #555 !important;
    background: transparent;
}
.callbackservice.page-contect{
	float: left;
	width: 260px;
	padding-left: 30px;
}
.callbackservice.page-contect h1{
	color: #009AEB !important;
    font-size: 17px;
    margin-bottom: 10px;
}
.callback .fieldset{
	border: 0 none;
    padding: 0;
    background: none repeat scroll 0 0 transparent;
    margin:0 !important;
}
.callback .fieldset ul{

}
.callback .fieldset ul li{

}
.callback .fieldset ul li .field {
	width:260px;
	position:relative;
}
.form-list select#callback-select{
	height: 23px !important;
    width: 258px !important;
    font: 12px/15px Arial,Helvetica,sans-serif !important;
    color: #dedede;
    padding: 2px;
    
}
.form-list select#callback-select:focus{
	background: #fff;
	color:#555 !important;
}
.form-list select#callback-select option{
	color:#555;
}
.form-list select#callback-select option.selected{
	color:#555;
}
.callback .fieldset ul li label{
	position:absolute;
	top:6px;
	left:5px;
}
.callback .fieldset ul li .input-box{

}
.callback .fieldset ul.form-list li input.input-text{
	height: 19px;
	width: 244px;
	color: #999999;
	padding: 2px 6px;
	-webkit-font-smoothing: antialiased;
}

.callback input.input-text.required-entry { color: #009AEB !important; }
.callback .fieldset ul.form-list li input.input-text:focus{
	color:#555;
	background-color:#FFF;
}
.callback .fieldset ul li.field{

}
.callback .fieldset ul li.drop{

}
.callback .buttons-set{
	border:0 !important;
    margin: 0;
}

.callback .buttons-set .input-box {
	float:left;
}

.callback .buttons-set .required{
	float:left;
	text-align: left;
    width: 100%;
    color: #999999;
}
.callback .buttons-set .input-box .button.button{
	width: 258px;
	/*padding: 7px 43px 6px;*/
    height: 40px;
	font-size: 14px;
	line-height: 1;
	-webkit-appearance: none;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align:center;
	webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	moz-text-shadow:0px 1px rgba(0,0,0,0.3);
	text-shadow:0px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	background-color: #009aeb !important;
	border: 1px solid #fff !important;
	cursor:pointer;
	
	/* Safari 4-5, Chrome 1-9 */
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2BB5FF), to(#009aeb));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top,#2BB5FF, #009aeb);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top,  #2BB5FF, #009aeb);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #2BB5FF, #009aeb);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top,  #2BB5FF, #009aeb);
}
.callback .buttons-set .input-box .button.button span{
	background-color: transparent;
	font-size: 16px;
    color: #FFFFFF;
    display: block;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
    width: 109px;
}
.close-overlay button {
	height:35px;
	font-size: 13px;
	line-height: 1;
	padding: 5px 25px;
	-webkit-appearance: none;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align:center;
	webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	moz-text-shadow:0px 1px rgba(0,0,0,0.3);
	text-shadow:0px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	background-color: #555;
	border: 1px solid #fff;
	cursor:pointer;
	
	/* Safari 4-5, Chrome 1-9 */
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#555));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top,#999, #555);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top,  #999, #555);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #999, #555);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top,  #999, #555);
}

.close-overlay {
	position:absolute;
	bottom:0;
}
.callbackservice.page-popup .buttons-set{
	border:0px !important;
	
}
.callbackservice.page-popup .footer{
	background: none repeat scroll 0 0 #FFFFFF;
    bottom: -60px;
    left: 0px;
    padding: 10px 5px 0 10px;
    position: absolute;
    width: 359px;
	color:#555;
}
.callbackservice.page-popup .footer span {
	font-weight:bold;
	font-size: 11px
}
.callbackservice.page-popup .footer a{
	color:#009aeb;
}
#callback-box {
	height: auto !important;
    left: 37.5%;
    top: 181px !important;
}
#callback-box .tcontent{
	overflow: hidden !important;
}
#callback-box .tclose{
	right: 13px;
    top: 8px;
    background: url("../image/close.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/tinybox/close.png*/ no-repeat scroll 0 0 transparent;
}
.Special-ul{
	width:auto;
	float:left;
}
.Special-ul{
	padding: 0 53px 0 0;
    width: auto;
}
.special-layered-container{
	height: auto;
	padding: 18px 0 0;
}



/* Overlay */ 
.cover_page_callback {
	background-color: #8e8e8e;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
	filter: Alpha(opacity = 80);
	opacity: 0.80;
	moz-opacity: 0.80;
	display:none;
}

.overlay_callback {
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: -319px;
	width: 668px;
	text-align: left;
}
.overlay_app_callback {
	background: #efefef;
	width: 259px;
	height: 30px;
	padding-top: 9px;
	padding-left: 20px;
	color: #555;
	font: 11px;
	font-weight:bold;
}
.overlay_callback .overlay_callback_close  {
	position: absolute;
	background-image: url("http://china-winstar.cc/cms/fileadmin/images/tinybox_bg_close.png")/*tpa=http://www.china-winstar.cc/cms/fileadmin/images/tinybox_bg_close.png*/;
	background-repeat: no-repeat;
	background-position: left top;
	right: 9px;
	top: 7px;
	width: 26px;
	height: 26px;
	cursor: pointer;
}


.overlay_callback_content {
	background: #FBFBFB;
	top: 1px;
	right: -15px;
	position: relative;
	min-height: 30px;
	padding: 35px 48px 31px 30px;
	width: 575px;
}

.overlay_callback_headline {
	background: url("../image/callicon-black.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callicon-black.png*/ no-repeat 14px 10px #FBFBFB;
	width: 329px;
	height: 28px;
	padding-top: 11px;
	padding-left: 30px;
	color: #555;
	position: relative;
	right: -309px;
}

.overlay_callback_headline {
	font-size:14px;
	font-weight:bold;
	font-family:"Myriad Pro" sans-serif; 
}

.overlay_callback_headline span { 
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb.png*/ no-repeat 0 0 #FBFBFB;
	text-indent: -999em;
	display: block;
}
.tel-top_en .overlay_callback_headline span, .english .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_en.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_us_en .overlay_callback_headline span, .us-english .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_us_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_us_en.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_us_es .overlay_callback_headline span, .spanish .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_us_es.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_us_es.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_en_es .overlay_callback_headline span, .en-spanish .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_en_es.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_en_es.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_br_pt .overlay_callback_headline span, .portuguese .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_br_pt_new.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_br_pt_new.png*/ no-repeat -2px 0px #FBFBFB;
}
.tel-top_br_es .overlay_callback_headline span, .br-spanish .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_br_es_new.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_br_es_new.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_br_en .overlay_callback_headline span, .br-english .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_br_en_new.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_br_en_new.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_ru_en .overlay_callback_headline span, .ru-english .overlay_callback_headline span {
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_ru_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_ru_en.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_ru_ru .overlay_callback_headline span, .russian .overlay_callback_headline span {
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_ru_ru.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_ru_ru.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_en_ru .overlay_callback_headline span, .en-russian .overlay_callback_headline span {
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_en_ru.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_en_ru.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_pl_en .overlay_callback_headline span, .pl-english .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_pl_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_pl_en.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_pl_pl .overlay_callback_headline span, .polski .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_pl_pl.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_pl_pl.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_cz_en .overlay_callback_headline span, .cz-english .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_cz_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_cz_en.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_cs_cz .overlay_callback_headline span, .czech .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_cz_cz.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_cz_cz.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_ro_en .overlay_callback_headline span, .ro-english .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_ro_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_ro_en.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_ro_ro .overlay_callback_headline span, .romanian .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_ro_ro.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_ro_ro.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_it_en .overlay_callback_headline span, .it-english .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_it_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_it_en.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_it_de .overlay_callback_headline span, .it-german .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_it_de.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_it_de.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_it_it .overlay_callback_headline span, .italian .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_it_it.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_it_it.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_fr_en .overlay_callback_headline span, .fr-english .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_fr_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_fr_en.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_fr_fr .overlay_callback_headline span, .french .overlay_callback_headline span {
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_fr_fr.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_fr_fr.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_en_fr .overlay_callback_headline span, .en-french .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_en_fr.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_en_fr.png*/ no-repeat 0 0 #FBFBFB;
}
.tel-top_za_en .overlay_callback_headline span, .za-english .overlay_callback_headline span{
	background: url("http://china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_za_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/callbackoverlay_fbfbfb_za_en.png*/ no-repeat 0 0 #FBFBFB;
}
/* Kontakt Overlay */

.left-contact {
	float: left;
	width: 240px;
	padding-right: 45px;
}

.overlay_callback_content .close-btn {
	margin-top:20px;
	margin-bottom:20px;
}

.overlay_callback_content .succesmessage {
	margin-bottom:20px !important;
}

.overlay_callback_content h2 {
	color: #009aeb;
	font-family: Arial !important;
	font-size: 20px;	
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url("http://china-winstar.cc/Templates/en/widgets/i_widget-new.gif")/*tpa=http://www.china-winstar.cc/Templates/en/widgets/i_widget-new.gif*/ 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url("http://china-winstar.cc/Templates/en/widgets/i_block-list.gif")/*tpa=http://www.china-winstar.cc/Templates/en/widgets/i_block-list.gif*/ 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url("http://china-winstar.cc/Templates/en/widgets/i_block-list.gif")/*tpa=http://www.china-winstar.cc/Templates/en/widgets/i_block-list.gif*/ 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url("http://china-winstar.cc/Templates/en/widgets/i_widget-link.gif")/*tpa=http://www.china-winstar.cc/Templates/en/widgets/i_widget-link.gif*/ 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url("http://china-winstar.cc/Templates/en/widgets/i_widget-link.gif")/*tpa=http://www.china-winstar.cc/Templates/en/widgets/i_widget-link.gif*/ 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url("http://china-winstar.cc/Templates/en/widgets/i_widget-link.gif")/*tpa=http://www.china-winstar.cc/Templates/en/widgets/i_widget-link.gif*/ 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url("http://china-winstar.cc/Templates/en/widgets/i_widget-link.gif")/*tpa=http://www.china-winstar.cc/Templates/en/widgets/i_widget-link.gif*/ 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url("http://china-winstar.cc/Templates/en/widgets/i_widget-link.gif")/*tpa=http://www.china-winstar.cc/Templates/en/widgets/i_widget-link.gif*/ 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url("http://china-winstar.cc/Templates/en/widgets/i_widget-link.gif")/*tpa=http://www.china-winstar.cc/Templates/en/widgets/i_widget-link.gif*/ 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.tbox {position: fixed !important; display:none; padding:0 0 14px 0; z-index:900; margin: 0 0 0 17px; overflow-y: scroll; max-height: 90%; top:29px !important;}
.tinner {padding:15px; background:#efefef url("../image/ajax-loader.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/ajax-loader.gif*/ no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tcontent {overflow:auto; text-align:left;}
.tmask {position:fixed; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url("../image/close.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/tinybox/close.png*/ no-repeat}
.tclose:hover {background-position:0 -30px}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .tclose {left:6px}


/* atlantis: Lightbox-Contentanpassungen BEGIN */
.tcontent .messages li {
	margin:0 !important;
}
.tcontent .error-msg, .tcontent .success-msg, .tcontent .note-msg, .notice-msg {
	padding: 10px !important;
}
.tcontent .messages a {
	color:#0099EB !important;
}
/* atlantis: Lightbox-Contentanpassungen BEGIN */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #EEEEEE;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	position: relative;
}

.jspDrag
{
	background: #009AED;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.sbHolder{
	background-color: #fff;
	border: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	position: relative;
	float: left;
	width: 50px;
	top: 10px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 21px;
	left: 0;
	line-height: 21px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 29px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #009AEB;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url("../image/lang_select-icons.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/select-icons.png*/ 0 -24px no-repeat;
	display: block;
	height: 21px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
}
.sbToggle:hover{
	background: url("../image/lang_select-icons.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/select-icons.png*/ 0 -24px no-repeat;
}
.sbToggleOpen{
	background: url("../image/lang_select-icons.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/select-icons.png*/ 0 -124px no-repeat;
}
.sbToggleOpen:hover{
	background: url("../image/lang_select-icons.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/select-icons.png*/ 0 -124px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #E0E0E0;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 46px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #E0E0E0;
	display: block;
	outline: none;
	padding: 7px 7px 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #009AEB;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #009AEB;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #E0E0E0;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #E0E0E0;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

div.amshopby-column {
    float:left; width:83px;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a.amshopby-attr {padding-left:15px; background:transparent url("../image/amshopby-cb1.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/amshopby-cb1.gif*/ no-repeat left center;} 
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:15px; background:transparent url("../image/amshopby-cb2.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/amshopby-cb2.gif*/ no-repeat left center;} 
div.block-layered-nav dd a img {padding: 0px 4px 5px; float:left;} 

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url("../image/amshopby-plus.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/amshopby-plus.gif*/  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url("../image/amshopby-minus.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/amshopby-minus.gif*/ no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav dt {
 cursor:pointer; 
 padding-left:15px;
 background:url("../image/amshopby-expanded.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/amshopby-expanded.gif*/ center left no-repeat;
}
div.block-layered-nav dt.amshopby-collapsed {background:url("../image/amshopby-collapsed.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/amshopby-collapsed.gif*/ center left no-repeat}


div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px auto 5px auto; z-index:9; height:18px;  background: url("../image/amshopby-slider-bg.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/amshopby-slider-bg.gif*/ no-repeat 50% 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {width:8px; top:3px; height:14px; background: transparent url("../image/amshopby-hadle.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/amshopby-hadle.png*/ no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url("../image/amshopby-overlay.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/amshopby-overlay.gif*/ 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategores block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline { background-image: url("../image/btn_remove.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_remove.gif*/; background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }

.vertnav-container {
	margin-top:9px;
}

#vertnav li .vertnav-cat {
	display:block;
	padding:0 3px;
	width:189px;
}

#vertnav li a {
}

#vertnav .next .vertnav-cat {
}

#vertnav .prev .vertnav-cat {
}

#vertnav .first .vertnav-cat {
}

#vertnav .last .vertnav-cat {
}

#vertnav .only .vertnav-cat {
}

#vertnav li.parent .vertnav-cat {
	color: #009AEB;
	margin-bottom: 0px;
}

#vertnav li.active a {
	/*
	color:#009AEB !important;
	*/
}

.vertnav-container li.active .vertnav-cat a {
	color:#666 !important;
}

#vertnav li a:hover{
	color:#009AEB !important;
}

.vertnav-container li.active .inactive a {
	color:#555 !important;
}
.vertnav-container li.inactive a {
	color:#555 !important;
	line-height: 17px;
}

#vertnav li .vertnav-cat {
	font-size: 12px;
	line-height: 17px;
}

#vertnav li.active .vertnav-cat {
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	margin: 0;
}

#vertnav .level1-active .vertnav-cat {
	line-height: 21px;
}

#vertnav li.active {
	line-height: 17px;
}

#vertnav li h2.vertnav-cat {
	padding-bottom: 2px !important;
	line-height: 21px;
	font-size: 12px;
}

#vertnav li.active .vertnav-cat {
	font-weight:bold;
	color:#009AEB !important;
}

#vertnav li.inactive .vertnav-cat {
	font-weight:normal;
}

#vertnav .level0 .vertnav-cat {
}

#vertnav .level1 .vertnav-cat {
	padding-left:15px;
	width:182px;
}

#vertnav .level2 .vertnav-cat {
	padding-left:20px;
	width:172px;
}

#vertnav .level3 .vertnav-cat {
	padding-left:30px;
	width:162px;
}

.block-vertnav {
	background-color: #f8f8f8;
	border: solid 1px #E0E0E0;
	padding: 0px 20px 20px 16px;
	margin-bottom:10px;
}
.block-vertnav .topcat a:before {content: "" !important;}
.block-vertnav a:before {content: "-"; float:left;padding-right:4px; margin-left:-10px;}
.block-vertnav .bold span {font-weight:bold;}
.block-vertnav .topcat { padding-bottom: 2px !important; border-bottom: 1px solid #ccc; margin-bottom: 0px; }
.block-vertnav .topcat span {color: #009AEB !important; font-size:16px; font-weight:bold;}

#vertnav ul li.first {
	border-top: 1px solid #FFF;
	padding-top: 9px;
}

.vertnav-cat.topcat {
	width:200px !important;
	padding-left:2px;
}

li.level1-inactive{
	line-height:17px;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @category  Symmetrics
 * @package   Symmetrics_StockIndicator
 * @author    symmetrics gmbh <info@symmetrics.de>
 * @author    Andreas Timm <at@symmetrics.de>
 * @author    Ngoc Anh Doan <nd@symmetrics.de>
 * @copyright 2010 symmetrics gmbh
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
 
/**
 * StockIndicator styles
 *
 * @category  Symmetrics
 * @package   Symmetrics_StockIndicator
 * @author    symmetrics gmbh <info@symmetrics.de>
 * @author    Andreas Timm <at@symmetrics.de>
 * @author    Ngoc Anh Doan <nd@symmetrics.de>
 * @copyright 2010 symmetrics gmbh
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
.stock-indicator-wrapper { padding: 5px }

.stock-indicator { margin: 0px }

.stock-indicator.horizontal {
    width: 33px;
    height: 11px;
    background: url("../image/sprite_vertical.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/stockindicator/sprite_vertical.gif*/ repeat-x;
}

.stock-indicator.vertical {
    width: 11px;
    height: 33px;
    background: url("../image/sprite_horizontal.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/stockindicator/sprite_horizontal.gif*/ repeat-y;
}

.yellow.horizontal { background-position: 0 -11px; }
.green.horizontal { background-position: 0 -22px; }

.yellow.vertical { background-position: -11px 0; }
.green.vertical { background-position: -22px 0; }
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @category  Symmetrics
 * @package   Symmetrics_TrustedRating
 * @author    symmetrics gmbh <info@symmetrics.de>
 * @author    Yauhen Yakimovich <yy@symmetrics.de>
 * @copyright 2010 symmetrics gmbh
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
div.trustedrating-widget {
    vertical-align: middle;
    text-align: center;
    margin-bottom: 14px;
}

.autocomplete-w1 {z-index:999; background:url("../image/shadow.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/ajaxsearch/shadow.png*/ no-repeat bottom right; position:absolute; top:7px; left:6px; /* IE6 fix: */ _background:none; _top:1px; }
.autocomplete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; clear:both; overflow: hidden; line-height:1.1em; font-weight: bold;}
.autocomplete strong { font-weight:bold; color:#3399FF; }
.autocomplete .ajaxsearchimage {float: left; margin:2px 6px 2px 2px;}
.autocomplete .ajaxsearchdescription {font-size: 0.8em;}
.mini-search-right .block-content, .mini-search-left .block-content { padding:5px 10px; }
.mini-search-right label, .mini-search-left label { font-weight:bold; }

#anonymous_element_1{z-index:999;}
#searchajaxico {background:url("../image/loader.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/ajaxsearch/loader.gif*/ no-repeat left 2px; width: 20px; height: 20px; position:absolute; left:210px; display: none;}
#search-leftajaxico {background:url("../image/loader.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/ajaxsearch/loader.gif*/ no-repeat left 2px; width: 20px; height: 20px; position:absolute; left:150px; display: none; top:21px;}
#search-rightajaxico {background:url("../image/loader.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/ajaxsearch/loader.gif*/ no-repeat left 2px; width: 20px; height: 20px; position:absolute; left:150px; display: none; top:21px;}


.mini-search-right, mini-search-left{position: relative;}
.mini-search-left input.input-text {display:block;margin:3px 0;width:167px;}
.mini-search-left .button {clear: both; display:block;}
.mini-search-right input.input-text {display:block;margin:3px 0;width:167px;}
.mini-search-right .button {clear: both; display:block;}

.headerajaxsearchwindow { text-align: center; background-color: #D8D8D8; color: #000; font-size: 14px; font-style: oblique; margin-bottom: 0;}
.headercategorysearch { text-align: center; }
p.headercategorysearch { margin: 0; font-style: oblique;  font-weight: bold; font-size: 12px; border-bottom: 1px solid #AAAAAA; }
p.ajaxsearch-small { margin: 0; }
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:800px;
	height:400px;
	overflow: hidden;
}
.nivoSlider.categorySlider {
	position:relative;
	width:685px;
	height:270px;
	overflow: hidden;
}
.nivoSlider p{
	padding:0;
	margin:0;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	width:100%;
	height:100%;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 

}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#B4CCB5;
	font-size: 20px;
    opacity: 0.5;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#slide-container{
	position: relative;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url("../image/loading.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/default/loading.gif*/ no-repeat 50% 50%;
    margin-bottom:0px;
    border: 1px solid #E0E0E0;
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;

}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivoSlider .nivo-controlNav {
/*	background: none repeat scroll 0 0 #B4CCB5;*/
    bottom: 8px;
    height: 19px;
    opacity: 0.8;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: center;
/*    width: 100%; */
    z-index: 99;
}
.theme-default .nivoSlider .nivo-controlNav a {
	display:inline-block;
	width:18px;
	height:22px;
	background:url("../image/bullets.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/default/bullets.png*/ no-repeat;
	text-indent:-9999px;
	border:0;
/*	margin: 0 2px;*/
}
.theme-default .nivoSlider .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url("../image/arrows.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/default/arrows.png*/ no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    bottom:19px;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.theme-default .nivo-thumbsNaviEl.nivo-thumbs-enabled {
	padding:0px 0;
	height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    z-index: 10;
}
.theme-default .nivo-thumbsNaviEl.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
	text-decoration: none;
	color:#000;
	position:relative;
}
.theme-default .nivo-thumbsNaviEl.nivo-thumbs-enabled a.active img{
	
}
.thumb-element a span{
	 line-height: 18px;
	 position:absolute;
	 top:20px;
	 width:150spx;
}
.thumb-element{
	width:100%;
	color: #666666;
    font-size: 12px;
    padding: 1px 0 1px 13px;
    height:102px;
}
.thumb-element.active{
	background: url("../image/selecteditem.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/default/selecteditem.gif*/ no-repeat scroll 0px 18px transparent;
}
.nivo-thumbs-control{
	
}
.theme-default .nivo-thumbsNaviEl.nivo-thumbs-enabled .thumb-element a.nivo-thumbs-control{
	display: block;
    height: 102px;
    line-height: 20px;
    outline: medium none;
    width: 262px;
}
.theme-default .nivo-thumbsNaviEl.nivo-thumbs-enabled .thumb-element a.nivo-thumbs-control.active{
	background: none repeat scroll 0 0 #B4CCB5;
}
.theme-default .nivo-thumbsNaviEl.nivo-thumbs-enabled img {
	display: block;
    float: left;
    height: 90px;
    margin: 5px;
    width: 110px;
    border:1px solid #EEEEEE;
}
/*Google font*/

/* style css rebind */
.header .links li {
    background-image: url("../image/verlauf-menue.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/verlauf-menue.png*/!important;
	height: 38px;
}
ul.products-grid {
    background: none;
}

/* Tax Details Row */
tr.tax-total {
    cursor:pointer;
}

tr.tax-total .tax-collapse {
    float:right;
    text-align:right;
    padding-left:20px;
    background:url("../image/bkg_collapse.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/bkg_collapse.gif*/ 0 5px no-repeat;
    cursor:pointer;
}
tr.show-details .tax-collapse {
    background-position:0 -52px;
}

.header-container {
    background: none;
    border-bottom: 0;
    border-top: 0;
}
.header .form-search {
    background:none;
}
.dashboard .box-info .box-head h2 {
    background-image:none;
}
.data-table tfoot tr.first {
    background:none;
}
.data-table tfoot tr.first td {
    background: none;
}
.cart .discount h2 {
    background-image: none;
}
.cart .shipping h2 {
    background-image: none;
}

.nav-container {
	height: 40px !important;
	margin: 0 27px !important;
    margin: 0;
    clear: both;
}

/********** < Navigation */


/* All Levels */ /* Style consistent throughout all nav levels */

#nav li.over, .category-subcategorynav li.over {
	z-index:998;
}
#nav a, #nav a:hover, .category-subcategorynav a, .category-subcategorynav a:hover {
	display:block;
}
#nav span, .category-subcategorynav span {
	display:block;
	cursor:pointer;
	white-space:nowrap;
}
#nav li ul span, .category-subcategorynav li ul span {
	white-space:normal;
}

/*1.4.1.0*/
/* Show menu */
#nav li.over > ul {
	left:0;
}
#nav li.over > ul li.over > ul {
	left:100px;
}
#nav li.over ul ul {
	left:-10000px;
}

#nav {
    padding: 0;
	background-image: url("../image/bg-mainnav.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg-mainnav.png*/!important;
	background-position: top left;
	background-repeat: repeat-x;
	position:relative;
}

#nav li {
	background-image: url("../image/knuth_bg_menu.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/knuth_bg_menu.png*/ !important;
	background-position: top right;
	background-repeat: repeat-x;
    float: left;
    text-align: left;
	height: 40px !important;
	display:block;
}

#nav li.active{
	background-image: url("../image/bg-mainnav-active.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg-mainnav-active.png*/ !important;
}

#nav ul li.active{
	background-image: none!important;
}

#nav li:hover{
	background-image: url("../image/bg-mainnav-hover.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg-mainnav-hover.png*/ !important;
	background-position: top left;
	background-repeat: repeat-x;
}

#nav li a, #nav li a:hover {
    font-size: 14px;
    font-weight: bold;
    line-height: 39px;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
#nav li ul li a, #nav li ul li a:hover, .category-subcategorynav li ul li a, .category-subcategorynav li ul li a:hover {
	text-align:left;
}
#nav li a:hover {
	line-height: 40px;
}
#nav li a {
    color: #fff;

}
#nav li a:hover, #nav li > a.active:first-child, #nav > li.over > a:first-child {
	/*background-image: url(../image/bg-mainnav-hover.png) !important;*/
	background-position: top left;
	background-repeat: repeat-x;
	/*border-left: solid 1px #E0E0E0;
	border-right: solid 1px #E0E0E0;
	border-top: solid 1px #E0E0E0;*/
    color: #009AEB;
    /*text-indent:0 !important;*/
}

.page #nav ul li ul li a.active {background-image: none !important;}

#nav ul, .category-subcategorynav {
    background: #EEE;
    margin-top: -1px;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 13px;
    padding-top:20px;
	display: block;
	width:968px;
}
.category-subcategorynav {
	border-top: 1px solid #E0E0E0;
}
#nav ul { 
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}
#nav ul ul { border:0; }
#nav li > a:first-child { text-indent:-999em; background-position: center top; border-bottom: 1px solid #c6c6c6; border-right: 1px solid #c6c6c6; }
#nav ul li ul li > a:first-child { text-indent:0 !important; border: 0; }
#nav li.over > a:first-child,
#nav li.over > a.active:first-child { line-height: 38px; background-position: 0px -40px; border-top: 1px solid #c6c6c6; border-bottom: 1px solid #EEE; border-right: 1px solid #C6C6C6; }
#nav li > a.active:first-child { background-position: 0 -79px; border-top: 1px solid #e0e0e0; line-height: 38px; } 
/* Menu - Trennen */
#nav li.submenu-1 {	width:235px; }
#nav li.submenu-1 ul { width:968px }
#nav li.over.submenu-1 > a:first-child,
#nav li.over.submenu-1 > a.active:first-child { border-left: 1px solid #c6c6c6; }
#nav li.submenu-1 > a.active:first-child { border-left: 1px solid #e0e0e0; }
#nav.en li.submenu-1 > a:first-child {	background-image: url("../image/sprite_en_trennen.png"); }
/* Menu - Zerspanen */
#nav li.submenu-2 { width:135px; }
#nav li.submenu-2 ul { width:968px }
#nav.en li.submenu-2 > a:first-child { background-image: url("../image/sprite_en_zerspanen.png"); }
/* Menu - Blechbearbeitung */
#nav li.submenu-3 {	width:135px; }
#nav li.submenu-3 ul { width:968px }
#nav.en li.submenu-3 > a:first-child { background-image: url("../image/sprite_en_blechbearbeitung.png"); }
/* Menu - Werkstatt */
#nav li.submenu-4 { width:135px; }
#nav li.submenu-4 ul { width:968px }
#nav.en li.submenu-4 > a:first-child {	background-image: url("../image/sprite_en_werkstatt.png"); }
/* Menu - Angebot */
#nav li.submenu-0 { width:235px; }
#nav li.submenu-0 ul { width:822px; }
#nav li.submenu-0.over > ul { left:146px; }
#nav li.submenu-0 ul li { width:200px; margin-top:0px; }
#nav li.submenu-0 ul li ul li { margin-top:0; }
#nav.en li.submenu-0 > a:first-child { background-image: url("../image/sprite_en_angebot.png"); }
#nav.en.za_en li.submenu-0 > a:first-child {background-image: url("../image/sprite_za_en_angebot.png");}
body.specialcategory-angebote-index #nav li.submenu-0 a.specials { line-height: 38px; background-position: 0px -40px; border-top: 1px solid #c6c6c6; border-bottom: 1px solid #EEE; border-right: 1px solid #C6C6C6; }
/* Menu - Unternehmen */
#nav li.submenu-6 { width:235px; }
#nav li.submenu-6 ul { width:968px }
#nav.en li.submenu-6 > a:first-child {	background-image: url("../image/sprite_en_pic.png"); }

#nav li.submenu-5 {	width:235px }
#nav li.submenu-5 ul { width:334px; }
#nav li.submenu-5.over > ul { left:634px; }
#nav li.over.submenu-5 > a:first-child,
#nav li.over.submenu-5 > a.active:first-child { border-right: 1px solid #c6c6c6; }
#nav li.submenu-5 > a.active:first-child { border-right: 1px solid #e0e0e0; }
#nav li.submenu-5 > a:first-child { border-right: 0; }
#nav.en li.submenu-5 > a:first-child {	background-image: url("../image/sprite_en_unternehmen.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/menu/sprite_en_unternehmen.png*/; }

#nav ul ul, .category-subcategorynav ul ul {
    background: none;
    padding-top: 3px;
    padding-bottom: 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
	display: block;
}

.submenu-5 .leftside .lvl2 {
	width: 142px !important;
}

.leftside, .leftside li {
	width: 142px !important;
}

.submenu-5 .rightside .lvl2 {
	width: 142px !important;
}

.rightside, .rightside li {
	width: 190px !important;
}

.rightside .social-media h3, .leftside .lvl2 h3 {
	text-transform: none !important;
	line-height: 18px !important;
	color: #009AEB !important;
	font-size: 15px !important;
	font-weight: bold;
	padding: 0 15px!important;
	border-left: none !important;
	border-right: none !important;
	border-top: none!important;
	font: bold 13px "Trebuchet MC", Arial, Geneva, Arial, Helvetica, sans-serif;
}

#nav .leftside .sublinks a {
	font-weight: bold !important;
	padding-bottom: 3px !important;
	padding-left: 11px !important;
}

#nav .rightside .titlelink a {
	padding-bottom:12px !important; 
	border-bottom:1px solid #ccc !important;
	padding-right:0px !important;
	padding-left:0px !important;
	margin:0px 14px;
}

#nav .rightside .titlelink.last a {
	padding-top:12px !important;	
}
#nav .rightside .titlelink a:hover {
    color: #555555 !important;
}
.rightside .social-media {
	padding-top:30px !important;
}

#nav .social-media.icons{
	padding-left:15px;
	padding-top: 8px !important;
}

#nav .social-media.icons a img {
	border:1px solid #E0E0E0;
}

#nav .social-media.icons a {
	float:left;
	margin-right:7px;
	padding: 0px !important;
}

#nav ul ul ul, .category-subcategorynav ul ul ul {
	padding-top:10px;
	padding-bottom:20px;
}

#nav ul li, .category-subcategorynav ul li {
	background-image: none !important;
	display: block;
	float:left;
	height:auto !important;
	border-top: none!important;
	width:240px;
	border-right:1px solid #E0E0E0;
	padding-bottom:20px;
}

#nav ul li.double-size, .category-subcategorynav ul li.double-size {
	width:481px;
	padding-bottom:0;
}
#nav ul li.double-size li, .category-subcategorynav ul li.double-size li {
	border-right:none !important;
}
#nav ul li.double-size ul li ul, .category-subcategorynav ul li.double-size ul li ul {
	padding-bottom:0;
}
.category-subcategorynav ul li.double-size ul li ul {
	width:481px;
}
#nav ul li.double-size ul li ul li ul, .category-subcategorynav ul li.double-size ul li ul li ul {
	padding-bottom:20px;
}

#nav ul ul li, .category-subcategorynav ul ul li {
	float:none;
	padding-bottom:0;
}

#nav ul li.last, .category-subcategorynav ul li.last {
	border-right:none;
}

#nav ul li:hover, .category-subcategorynav ul li:hover {
	background-image: none !important;
}

#nav ul li.first, .category-subcategorynav ul li.first {
	border-bottom: none!important;	
}

#nav ul li a, .category-subcategorynav ul li a {
    text-transform: none !important;
	line-height:18px !important;
	color: #009AEB !important;
	font-size:15px;
	font-weight:bold;
	padding: 0 15px !important;
	border-left:none !important;
	border-right:none !important;
	border-top: none!important;
	border-bottom:none !important;
}

#nav ul li p.sales_hc {
    text-transform: none !important;
	line-height:18px !important;
	color: #009AEB !important;
	font-size:15px;
	font-weight:bold;
	padding: 0 15px !important;
	border-left:none !important;
	border-right:none !important;
	border-top: none !important;
	margin: 0;
}

#nav ul ul ul li a:before, .category-subcategorynav ul ul ul li a:before {content: "-"; float:left;padding-right:4px;padding-bottom:1px;}
#nav .submenu-6 ul ul ul li a:before {padding-right: 0;}
#nav .submenu-6 ul li.leftside ul ul.sublinks li a {padding-left: 20px !important}
#nav ul ul ul li a:after, .category-subcategorynav ul ul ul li a:after {content:"";display:block;clear:both;}
#nav .submenu-6 a:before {content:'' !important;}

#nav ul ul ul.static-links li a:before, .category-subcategorynav ul ul ul.static-links li a:before {content: ""; float:none;padding-right:0px;}
#nav ul ul ul.static-links, .category-subcategorynav ul ul ul.static-links { padding-top:15px; }
.static-links .cuttingcenter { width: 170px !important; border-right: none !important;}

#nav ul li.double-size ul ul li a:before, .category-subcategorynav ul li.double-size ul ul li a:before {content: ""; float:none;padding-right:0px;}
#nav ul li.double-size ul li ul li a, .category-subcategorynav ul li.double-size ul li ul li a { font-size:14px; font-weight:bold; }
#nav ul li.double-size ul li ul li ul li a, .category-subcategorynav ul li.double-size ul li ul li ul li a { font-size:13px; font-weight:normal; }
#nav ul li.double-size ul ul ul, .category-subcategorynav ul li.double-size ul ul ul { padding-top:3px; }
#nav ul li.double-size ul ul ul li a:before, .category-subcategorynav ul li.double-size ul ul ul li a:before {content: "-"; float:left;padding-right:4px;}

#nav ul li.double-size .extended-search, .category-subcategorynav ul li.double-size .extended-search {
	padding: 0 15px;
	font-size:10px;
	width:480px;
}
#nav ul li.double-size .extended-search a, .category-subcategorynav ul li.double-size .extended-search a {
	font-size: 10px;
	color: #009AEB !important;
	display: inline !important;
	padding: 0 !important;
}

#nav ul p.sales-hint {
	font-weight:bold;
	font-size:15px;	
	color: #333;
	padding: 0 16px;
}

#nav ul li a:hover, .category-subcategorynav ul li a:hover {
	background-image: none !important;
	color: #555 !important;	
	font-weight: bold;
	font-size: 15px;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-top: none !important;
}

#nav ul ul ul li a, .category-subcategorynav ul ul ul li a {
	line-height: 17px !important;
	color: #333 !important;
	font-size: 13px;
	font-weight: normal;
}

#nav ul ul ul li a:hover, .category-subcategorynav ul ul ul li a:hover {
	color: #009AEB !important;
	font-size: 13px;
	font-weight: normal;
}

/* 2nd Level */
#nav ul, #nav div {
	position: absolute;
	top: 41px;
	left: -10000px;
	z-index: 2500;
}
#nav ul ul, .category-subcategorynav ul ul {
	position: static;
}
#nav div ul, .category-subcategorynav div ul {
	position: static;
	width: auto;
	border: none;
}

#nav a.bold, .category-subcategorynav a.bold {
	font-weight: bold;
}

#nav a.bold:hover, .category-subcategorynav a.bold:hover {
	font-weight: bold;
}

#nav li.last, #nav li.last li, .category-subcategorynav li.last, .category-subcategorynav li.last li {
	border-right:0px !important;
}

#nav span.up { /* %-Zeichen Sales */
	vertical-align: top;
	line-height: 36px;
	display: inline;
	font-size: 11px;
}

.category-subcategorynav {
	margin-bottom:10px;
}

/* Reset ================================================================================= */
* {
    margin:0;
    padding:0;
}
body {
    background-color: #eee;
    font: 12px/21px arial,helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #333;
    text-align: center;
	height: 100%;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
	color: #009AEB;
}
.category-title {
    padding-left: 0;
    margin-bottom: 12px !important;
}

.page-title {
    margin:0 0 5px;
    padding-top: 15px;
}
.col2-right-layout .page-title h1, .col2-right-layout .page-title h2 {
}

.account-login .page-title {
    margin-top: 12px;
    margin-bottom: 20px;
}
.account-login .page-title h1, .my-account .page-title h1 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}
.dashboard .page-title, .my-account .page-title {
    border-bottom:0;
    margin-top: 3px;
}
.product-view .product-name {
    margin: 4px 0 8px;
}
h1 {
    color: #333;
    font-size: 30px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
h2 {
    font-size:22px;
    font-weight:normal;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
h3 {
    font-size:16px;
    font-weight: bold;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
}
h5 {
    font-size:12px;
    font-weight:bold;
}
h6 {
    font-size:11px;
    font-weight:bold;
}
h1, h2, h3, h4, h5 {
    line-height: 100%;
}
p {
    margin:5px 0 ;
}
/* Layout ================================================================================ */
.wrapper {
    min-width: 990px;
    background: transparent;
	height: 100%;
}
.page {
    width: 1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0 3px;
    margin-left: auto;
    margin-right: auto;
	background-image: url("../image/bg-page.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg-page.png*/;
	background-repeat: repeat-y;
	background-position: top left;

}
.cms-index .page, .cms-home .page, .cms-index-index .page {
}
.page-print {
    background:#fff;
}
.page-empty {
    background: #fff;
}
.page-popup {
    background: #fff;
}
.main-container {
    clear: both;
    
    padding: 0 0px 0 0px;
    background: transparent;
}
.main {
    width: 970px;
    padding: 10px 27px 10px 27px;
    background: transparent;
    position: relative;
}

/* Base Columns */
.col-left {
    float: left;
    padding: 0 9px 0 0;
	width:251px;
    position: relative;
}
.col-right {
    float: right;
    width: 195px;
    padding:0px 0 1px;
}
/* 2 Columns Layout */
.col2-right-layout .col-main {
    width: 710px;
}
.col2-left-layout .col-main {
    width: 710px;
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 530px;
    padding-top: 0;
    margin-left: 0px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 740px;
}

/* Global Styles ========================================================================= */

/*header*/
.header-container {
    border: 0px;
    padding: 0px;
    /* z-index: 15; */
    background: transparent;
}
.header {
    margin-left: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    background: transparent;
}
.header .logo {
    margin: 20px 0 20px 27px;
    padding: 0;
}

/*header phone_block*/
.head_contacts_block {
    margin-top: 8px;
    margin-right: 10px;
    _margin-right: 5px;
    text-align: right;
    float: right;
}
.home_page_header_block p {
    margin-bottom: 0;
}
.head_contacts_block li {
    display: inline;
    padding: 0 11px 0 5px;
    color: #333;
    font-size: 11px;
    line-height: 20px;
    font-family: "Ubuntu", Century Gothic, Arial, sans-serif;
    background: url("../image/head_contacts_block_sp.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/head_contacts_block_sp.gif*/ no-repeat 100% 3px;
}
.head_contacts_block li.last {
    background: none;
}
.head_contacts_block li a {
    color: #333;
    text-decoration: none;
}
.head_contacts_block li a:hover {
    color: #009AEB;
}
.head_contacts_block li .phone {
    font: 11px "Ubuntu", sans-serif;
    padding-left: 22px;
    background: transparent;
}
.head_contacts_block li .mail {
    padding-left: 22px;
    background: url("../image/icon_mail.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/icon_mail.gif*/ no-repeat 0 2px;
}
/*header links*/
.header .quick-access {
    padding: 0px 0 0px 0px;
	margin: 0 27px 0 0;
}
.top-links-block {
    position: absolute;
    clear: both;
    float: right;
    margin-top: 26px;
    right: 0;
    padding: 3px 7px 0 0;
    background: transparent;
}
.header .top_nav_block {
    padding: 0;
    margin-top: 0;
    width: 100%;
    clear: both;
    position: relative;
}
.customer-nav {
    color: #333;
    width:730px;
    margin-right:8px;
}
div.customer-nav  {
	color: #333;
	font-size: 11px;
	float:right;
}
.customer-nav #cms-links li{
	float: left;
}

#top-tools{
	float: left;
	margin: 0 27px 1px 27px ;
	background-image: url("../image/bg_nav_1px.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg_nav_1px.png*/;
	background-repeat: repeat-x;
	background-position: top left;
	height: 40px;
	/*line-height: 32px;*/
	width: 970px;
}

#shadow-tool{
	float:left;
	background-image: url("../image/shadow-tool.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/shadow-tool.png*/;
	background-repeat: no-repeat;
	background-position: top left;
	height: 8px;
	width:970px;
	margin: 0 27px;
	
}

#topbar{
	white-space: nowrap;
	top:0;
	z-index:999;
	position:fixed;
	left:596px;
}

#topbar-icons {	
    float: right;
    margin-right: 37px;
    margin-top: 15px;
	display: none;
}

#topbar-quote {
	float: right;
	padding-top: 45px;
	width: 70px;
	text-shadow: 2px 2px 3px #909090;
	font-weight: bold;
	margin-left: 20px;
	text-align: center;
	text-indent: -999em;
}

#topbar-icons.en #topbar-quote {
	background: url("../image/anfragen-btn_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/anfragen-btn_en.png*/ no-repeat scroll 2px -2px transparent;
}

#topbar-cart {
	float: right;
	padding-top: 53px;
	width: 70px;
	text-shadow: 2px 2px 3px #909090;
	font-weight: bold;
	margin-left: 9px;
	text-align: center;
	line-height: 1.4;
	text-indent: -999em;
}


#topbar-icons.en #topbar-cart {
	background: url("../image/order-btn_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/order-btn_en.png*/ no-repeat scroll 4px -2px transparent;
}


/*#topbar-cart:hover {
	background-image: url(../images/ic_bestellen_02_mo.png);
}*/

#topbar-overlay {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:998;
	opacity:0.6;
	top:0;
	left:0;
}

#topbar-loader {
	/*display:none;
	height:38px;
	line-height:38px;
	border-bottom:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	background-image:url(../image/verlauf-menue.png) !important;
	padding:0 6px;*/
	display:none;
	vertical-align: middle;
	position: absolute;
	background-color: #FFF;
	opacity: 0.8;
	width: 100%;
	text-align: center;
	z-index: 1000;
	height: auto;
	padding:6px 0;
}

#header-links-grau{
	border-left: solid 1px #E0E0E0;
	border-bottom: solid 1px #E0E0E0;
	float:right;
	height:38px;

}

#header-links-grau li{
    display: inline;
    padding:0 2px 0 0;
    background: transparent;
    float:left;
	background-image: url("../image/verlauf-menue.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/verlauf-menue.png*/ !important;
	background-repeat: repeat-x;
}
#header-links-grau li a{
	font-family: Arial, sans-serif;
	font-size: 100%;
    color: #333;
    text-decoration: none;
    background-image: url("../image/trenner-menue.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/trenner-menue.png*/;
	background-position: right center;
	height: 38px;
	line-height: 38px;
	display: block;
	background-repeat: no-repeat;
    padding: 0 10px;
	text-shadow: 0px 1px 2px #666;
}

#header-links-grau li a#wunschliste{
	padding-left:5px;
}

#header-links-grau li a#vergleich{
	padding-left:5px;
}

#header-links-grau li a#wunschliste img{
	position: relative;
	top: 9px;
}

#header-links-grau li a#vergleich img{
	position: relative;
	top: 9px;
}

#header-links-grau li a#myknuth{
	color: #009AEB;
}


#cms-links{
	float:right;
}

.header .links {
    float: right;
    display: inline;
    text-align: left;
	border-right: solid 1px #E0E0E0;
	border-bottom: solid 1px #E0E0E0;
	height:38px;
}
.header .links li {
    display: inline;
    padding:0 2px 0 0;
    background: transparent;
    float:right;
    font-size:11px;
}

.switchers .select {
	position: absolute;
	width: 58px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 14px 0 8px;
	color: #009AEB;
	font: 12px/21px arial,sans-serif;
	background: url("../image/lang-select.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/lang-select.png*/ no-repeat;
	background-position: right center;
	overflow: hidden;
	right:30px;
	top:10px;
	font-weight: bold;
}

.switchers #select-language{
	margin-top:10px;
}

.header .links a:link, .header .links a:visited {
	font-family: Arial, sans-serif;
	font-size: 100%;
    color: #333;
    text-decoration: none;
    background-image: url("../image/trenner-menue.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/trenner-menue.png*/;
	background-position: right center;
	height: 38px;
	line-height: 38px;
	display: block;
	background-repeat: no-repeat;
    padding: 0 10px;
	text-shadow: 0px 1px 2px #666;
}
.header .links a:hover {
    color: #009AEB;
}
.links li.first a{
    background-image: none!important;
	
}

/*header cart*/
div.block-cart-top {
	color: #333;
    float: right;
    margin-top: 0;
	line-height: 32px;
}

.block-cart-top #pfeil-cart{
	float:right;
	margin: -8px 0 0 5px;
}

.block-cart-top a.title{
	color: #555;
}

/*a#topbar-cart:hover{
	color: #009AEB
}*/
/*a#topbar-quote:hover{
	color: #009AEB;
}*/
.quoteLoader {
	background-image:url("../image/ajax-loader.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/ajax-loader.gif*/;
	background-repeat:no-repeat;
	background-position:0 25px;
}

/*header phone_block*/
.head_phone_block {
    float: left;
    text-align: left;
    color: #333;
    font: 11px Arial, Helvetica, sans-serif;
}
.head_phone_block .phone {
    margin: 0;
}
.head_phone_block strong {
    padding-left: 3px;
    color: #333;
    font: bold 12px Arial, Helvetica, sans-serif;
}
.head_phone_block .online-chat .chat-link {
    padding: 0px 0 3px 24px;
}
.head_phone_block .online-chat .chat-link span {
    display: none;
}
img.slogan {
    position: absolute;
    top: 39px;
    left: 0;
}

.switchers{
	float:right;
}

div.store-switcher {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
div.form-language {

}
/*Form-search*/
#search_mini_form {
    float: right;
    margin-right: 10px;
    _display: inline;
	height: 20px;
	margin-top: 11px;
}

#search_mini_form #search{
	height:16px;
	background-image: url("../image/lupe.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/lupe.png*/;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #999999;
	border: solid 1px #fff;
	width: 210px;
	/*margin-top:2px;*/
	background-color: #fff!important;
	float:left;
}

.header .form-search {
    background: transparent;
    height: auto;
    padding: 3px 0 0 0;
    position: static;
    width: 237px;
}
.header .form-search label {
    display: block;
    float: none;
    height: auto;
    overflow: hidden;
    width: auto;
    margin-bottom: 3px;
    padding-left: 3px;
    color: #333;
    text-transform: uppercase;
    text-align: left;
    text-indent: 0;
}

#search_mini_form button.button {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
	background-image: url("../image/pfeil_weiter.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/pfeil_weiter.png*/;
	background-position: 2px left;
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	/*border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	font-size: 110%;*/
	color: #333;
	/*margin-top:2px;*/
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	width: 20px;
}

#search_mini_form button.button span{
	padding: 0 0;
	float:left;
}

#search_mini_form button.button span,#search_mini_form button.button span span{
	background: none;
	background-color: none;
	background-image: none;
}

#app-availiable {
	float: left;
	padding-left: 20px;
	color: #FFF;
	padding-top: 9px;
	position:relative;
}

#app-text {
	float:left;
	margin-right: 11px;
}

#app-text > p:first-child {
	width: 293px;
	background: url("http://china-winstar.cc/Templates/en/images/knuthapptext.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/knuthapptext.png*/ no-repeat 0 0;
	display: block;
	height: 18px;
	padding-top: 0px;
	margin-top: 4px;
	text-indent:-999em;
}
#app-text.app-text_en > p:first-child,
#app-text.app-text_br_en > p:first-child,
.english #app-text > p:first-child,
.us-english #app-text > p:first-child,
.ro-english #app-text > p:first-child,
.en-english #app-text > p:first-child,
.br-english #app-text > p:first-child,
.ru-english #app-text > p:first-child,
.pl-english #app-text > p:first-child,
.it-english #app-text > p:first-child,
.fr-english #app-text > p:first-child,
.za-english #app-text > p:first-child {
	background: url("../image/knuthapptext_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/knuthapptext_en.png*/ no-repeat 0 0;
}

.overlay_app_headline {
	background: url("http://china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb.png*/ no-repeat 18px 14px #FBFBFB;
	text-indent:-999em;
}
.app-availiable_en .overlay_app_headline,
.app-availiable_br_en .overlay_app_headline,
.english .overlay_app_headline,
.en-english .overlay_app_headline,
.us-english .overlay_app_headline,
.br-english .overlay_app_headline,
.br-english .overlay_app_headline,
.ru-english .overlay_app_headline,
.pl-english .overlay_app_headline,
.cz-english .overlay_app_headline,
.ro-english .overlay_app_headline,
.it-english .overlay_app_headline,
.fr-english .overlay_app_headline,
.za-english .overlay_app_headline {
	background: url("http://china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_en.png*/ no-repeat 18px 14px #FBFBFB;
}
.app-availiable_es .overlay_app_headline,
.app-availiable_br_es .overlay_app_headline,
.spanish .overlay_app_headline,
.br-spanish .overlay_app_headline,
.en-spanish .overlay_app_headline {
	background: url("http://china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_es.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_es.png*/ no-repeat 18px 14px #FBFBFB;
}
.app-availiable_br_pt .overlay_app_headline, .portuguese .overlay_app_headline {
	background: url("http://china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_pt.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_pt.png*/ no-repeat 121px 13px #FBFBFB;
}
.app-availiable_ru_ru .overlay_app_headline, .russian .overlay_app_headline, .en-russian .overlay_app_headline{
	background: url("http://china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_ru.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_ru.png*/ no-repeat 18px 14px #FBFBFB;
}
.app-availiable_pl_pl .overlay_app_headline, .polski .overlay_app_headline {
	background: url("http://china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_pl.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_pl.png*/ no-repeat 18px 14px #FBFBFB;
}
.app-availiable_cs_cz .overlay_app_headline, .czech .overlay_app_headline {
	background: url("http://china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_cz.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_cz.png*/ no-repeat 18px 14px #FBFBFB;
}
.app-availiable_ro_ro .overlay_app_headline, .romanian .overlay_app_headline {
	background: url("http://china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_ro.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_ro.png*/ no-repeat 18px 14px #FBFBFB;
}
.app-availiable_it_it .overlay_app_headline, .italian .overlay_app_headline {
	background: url("http://china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_it.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_it.png*/ no-repeat 18px 14px #FBFBFB;
}
.app-availiable_fr_fr .overlay_app_headline, .french .overlay_app_headline, .en-french .overlay_app_headline {
	background: url("http://china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_fr.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/knuthappoverlay_fbfbfb_fr.png*/ no-repeat 18px 14px #FBFBFB;
}
#tel-text > p:first-child {
	width: 292px;
	background: url("../image/teltext.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/teltext.png*/ no-repeat 0 0;
	display: block;
	height: 18px;
	padding-top: 0px;
	margin-top: 3px;
	text-indent:-999em;
}
#tel-text.tel-text_en > p:first-child, .english #tel-text > p:first-child {
	background: url("../image/teltext_en.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/teltext_en.png*/ no-repeat 0 0;
}
#app-text strong {
	font-family: 'Myriad Pro' sans-serif;
	font-size:14px;
	font-weight:bold; 
}

#tel-top{
	color: #FFF;
	float:left;
	background-image: url("../image/ic_telefon.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/ic_telefon.png*/;
    background-position: left 10px;
	background-repeat: no-repeat;
	padding-left: 20px;
	height:34px;
	margin-left: 2px;
	padding-top: 9px;
	position:relative;
}

#top-tools .pfeil-unten{
	float:right;
	margin-top: 2px;
	cursor:pointer;
}

#tel-top #tel-text{
	float:left;
	margin-right: 5px;
}

#tel-text{
	font-family: 'Myriad Pro' sans-serif;
	font-size:14px;
	line-height:23px;
}

.callbacktext {
	font-size:12px;
}

#cart-text{
	float:left;
	margin-top:-10px;
}

#cart-text .txt{
	font-weight:normal!important;
}

#cart-text a{
	background-image: url("../image/cart.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/cart.png*/;
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding-left: 30px;
	float:right;
}

html* .header .form-search button.button {
    overflow: hidden;
}
.header .form-search button.button:hover {
    background: url("../image/search_btn.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/search_btn.gif*/ no-repeat 0 -19px  !important;
}
.header .form-search button.button span {
    display: none;
}
.header select {
    padding: 0;
}

/*breadcrumbs*/
.breadcrumbs {
    clear: both;
    margin: 0;
    width: 970px;
	height: 28px;
	background-image: url("../image/bg-breadcrumb.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg-breadcrumb.png*/;
	background-position: top left;
	background-repeat: repeat-x;
    padding: 0;
    border-bottom: 0;
    position: relative;
    font-size: 100%;
	line-height: 28px;
	margin-bottom: 14px;
}
.col2-right-layout .breadcrumbs {
    padding: 0;
    margin-bottom: 5px;
}
.catalog-product-view .breadcrumbs {
    margin: -3px 0 0 0;
    padding: 0;
}
.breadcrumbs li {
    margin-right: 6px;
    font-family: Arial;
    color: #555;
}
.breadcrumbs li.home {
	padding-left:10px;
}
.breadcrumbs strong {
    font-weight: normal !important;
}
.breadcrumbs li strong {
    color: #555;
}
.breadcrumbs span {
    display: none;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
    color: #555;
    text-decoration: none; 
    padding: 6px 19px 6px 0;
    font-family: Arial;
    background-image: url("../image/breadcrumb-pfeil.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/breadcrumb-pfeil.png*/;
	background-position: center right;
	background-repeat: no-repeat;
	z-index: 9;
}
.breadcrumbs a:hover {
    color: #009AEB;
}

/*
 * Sitemap
 */

.sitemap {
    background-color: #F8F8F8;
    border: 1px solid #E0E0E0;
    padding: 25px 18px 101px;
}
.sitemap h1 {
	background: url("http://china-winstar.cc/cms/fileadmin/images/kontakt/unterstrich_der_ueberschrift_im_overlay.jpg")/*tpa=http://www.china-winstar.cc/cms/fileadmin/images/kontakt/unterstrich_der_ueberschrift_im_overlay.jpg*/ repeat-x scroll center bottom rgba(0, 0, 0, 0);
    color: #555555;
    font-size: 22px;
    padding: 0 0 17px 4px;
}
.sitemap .menu_block h3 {
    color: #009AEB;
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 30px;
}
.sitemap .menu_block {
	background: url("http://china-winstar.cc/cms/fileadmin/images/kontakt/unterstrich_der_ueberschrift_im_overlay.jpg")/*tpa=http://www.china-winstar.cc/cms/fileadmin/images/kontakt/unterstrich_der_ueberschrift_im_overlay.jpg*/ repeat-x scroll center bottom rgba(0, 0, 0, 0);
	padding: 26px 0 0 22px;
}
.sitemap .menu_block .sitemap_block {
	float:left;
	width: 33%;
}
.sitemap .sitemap_block ul {
    margin-left: 25px;
}
.sitemap .sitemap_block li, .sitemap .sitemap_block li a {
    color: #555555;
    line-height: 15px;
}
.sitemap .sitemap_block li a:hover{
	color: #009AEB;
}
.sitemap .nach_oben a {
    float: right;
    color: #009AEB;
    margin-top: 13px;
}
.sitemap .clearer {
    height: 0;
}

/* Sitemap Menüsubblöcke */
.sitemap .menu_block.topper .sitemap_block ul li a, .sitemap .menu_block.topper p.sales_hc {
	font-size:14px;
	padding:20px 0 10px;
	margin:0;
	display:block;
}

.sitemap .menu_block.topper .sitemap_block .sublinks, .sitemap .menu_block.topper .sitemap_block .static-links, .sitemap .menu_block.topper .sitemap_block.double-size ul ul, .sitemap .menu_block.topper.special .sitemap_block ul ul {
	margin-left:0;
}

.sitemap .menu_block.topper .sitemap_block ul ul a:before {content: "-"; float:left;padding-right:4px;padding-bottom:1px;}
.sitemap .menu_block.topper .sitemap_block ul ul a:after {content:"";display:block;clear:both;}

.sitemap .menu_block.topper .sitemap_block.double-size .sublinks { margin-left:25px; }

.sitemap .menu_block.topper .sitemap_block .sublinks li a, .sitemap .menu_block.topper .sitemap_block .static-links li a, .sitemap .menu_block.topper .sitemap_block.double-size ul ul li a, .sitemap .menu_block.topper.special .sitemap_block ul li a {
	padding:0;
	font-size:12px;
}

.sitemap .menu_block.topper .sales-hint { display:none; }
/* Sitemap Menüsubblöcke */

/*
 * Rechtlichen Seiten und FAQ
 */

.rechtliche_hinweise.links,
.faq.links {
    background-color: #F5F5F5;
    border: 1px solid #E0E0E0;
    padding: 12px 18px 0;
    min-height: 306px;
}
.rechtliche_hinweise.links h2,
.faq h2 {
	font-size: 16px;
	font-weight: 600;
	background: url("../image/dl_undersc.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/dl_undersc.png*/ repeat-x left bottom;
	color: #009AEB;
	padding: 0 0 7px 2px;
}
.rechtliche_hinweise.links li,
.faq.links li {
    display: block;
}
.rechtliche_hinweise.links > ul,
.faq.links > ul {
	margin-top: 9px;
	background: url("../image/dl_undersc.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/dl_undersc.png*/ repeat-x left bottom;
	padding: 0 0 16px 4px;
	line-height: 1.45;
}
.rechtliche_hinweise,
.faq {
    background-color: #F5F5F5;
    border: 1px solid #E0E0E0;
    padding: 27px 19px 0 17px;
    min-height: 306px;
}
.tbox .rechtliche_hinweise{
	background-color: transparent;
	border: none;
}
.rechtliche_hinweise h1,
.faq h1 {
    padding: 0 4px 18px;
    font-size: 20px;
    color: #545454;
}
.rechtliche_hinweise .springer_links a,
.faq .springer_links a {
    color: #009AEB;
}
.rechtliche_hinweise .springer_links,
.faq .springer_links {
    background: url("../image/dl_undersc.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/dl_undersc.png*/ repeat-x left bottom;
    padding: 0 3px 37px;
}

.rechlichte_hinweise_absatz.copy,
.faq_absatz.copy {
    background: none;
}
.rechlichte_hinweise_absatz,
.faq_absatz {
    background: url("../image/dl_undersc.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/dl_undersc.png*/ repeat-x left bottom;
    padding: 0 3px 30px;
}

.rechtliche_hinweise .header_border h1,
.faq .header_border h1 {
	border-bottom: none;
	float: left;
	margin: 0;
}
.rechtliche_hinweise .header_border > a,
.faq .header_border > a {
    float: right;
}
.rechtliche_hinweise h3, .faq h3 {
	font-size: 14px;
	color: #545454;
	padding-top: 23px;
}
.rechtliche_hinweise .header_border,
.faq .header_border  {
	background: url("../image/dl_undersc.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/dl_undersc.png*/ repeat-x left bottom;
    margin-bottom: 10px;
    height: 35px;
}
#ownership {
	background: none;
}
#haftung {
	background: none;
}
.faq_absatz.faq_end,
.rechlichte_hinweise_absatz.faq_end {
	background: none;
}
.rechlichte_hinweise_absatz > a,
.faq_absatz > a {
    float: right;
    margin: 10px 0 0;
    color: #009AEB;
}
.rechtliche_hinweise .pdf_link a,
.faq .pdf_link a {
    color: #009AEB;
    text-decoration: underline;
}
.rechtliche_hinweise .pdf_link,
.faq .pdf_link{
    display: none;
}
.tbox .rechtliche_hinweise .pdf_link,
.tbox .faq .pdf_link {
    display: block;
}
.tbox .rechtliche_hinweise .header_border > a,
.tbox .faq .header_border > a {
    display: none;
}

/*------Rechtliches, FAQ / Sidemenu: active-condition-------*/

body.cms-impressum-html div.rechtliche_hinweise.links ul li.act_one a,
body.cms-haftungsausschluss-html div.rechtliche_hinweise.links ul li.act_two a,
body.cms-datenschutz-html div.rechtliche_hinweise.links ul li.act_three a,
body.cms-agb-html div.rechtliche_hinweise.links ul li.act_four a,
body.cms-faq-anfragen-html div.faq.links ul li.act_one a,
body.cms-faq-bestellen-html div.faq.links ul li.act_two a,
body.cms-faq-lieferung-html div.faq.links ul li.act_three a,
body.cms-faq-service-html div.faq.links ul li.act_four a,
body.cms-faq-schulung-html div.faq.links ul li.act_five a,
body.cms-faq-kundenkonto-html div.faq.links ul li.act_six a {
	color: #009AEB;	
}

/*------Rechtliches, FAQ / Sidemenu: active-condition EN -------*/

body.cms-legal-html div.rechtliche_hinweise.links ul li.act_one a,
body.cms-disclaimer-of-warranty-html div.rechtliche_hinweise.links ul li.act_two a,
body.cms-privacy-policy-html div.rechtliche_hinweise.links ul li.act_three a,
body.cms-general-terms-html div.rechtliche_hinweise.links ul li.act_four a,
body.cms-faq-quotation-html div.faq.links ul li.act_one a,
body.cms-faq-order-html div.faq.links ul li.act_two a,
body.cms-faq-delivery-html div.faq.links ul li.act_three a,
body.cms-faq-instruction-html div.faq.links ul li.act_five a,
body.cms-faq-youraccount-html div.faq.links ul li.act_six a {
	color: #009AEB;
}

/*------------------Footer-------------------*/
.footer-container {
    background: url("../image/footer_bg.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/footer_bg.png*/ no-repeat scroll 0 0 #EEEEEE;
    border: 0 none;
    color: #333;
    line-height: 1.35;
    margin: 0 auto;
    width: 1030px;
    padding-bottom: 15px;
    margin-left: -3px;
}
.footer .bugs {
    color: #333;
    clear: both;
    margin-top: 14px;
}
.footer {
    width: 100%;
    padding: 11px 0 0px 0;
    font-family: Arial;
    font-size: 11px;
}
.footer .footer_links_container {
    margin-left: 28px;
    margin-right: 28px;
    margin-bottom: 16px;
    padding: 9px 0 19px 14px;
    color: #333;
    font: normal 11px "Ubuntu", sans-serif;
}
.footer .footer_links_container .footer_block {
    padding-bottom: 6px;
}
.footer_block div {
    float: left;
    width: 288px;
    margin-right: 20px;
}
.footer_block div.last {
    margin-left: 28px;
    margin-right: 0;
    width: 235px;
    line-height: 16px;
    text-align: left;
    background: transparent;
}
.footer_block div .title {
    display: block;
    margin-bottom: 4px;
    color: #333;
    font: bold 10px "Ubuntu", Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: left;
}
.footer_block div ul {
    display: block;
}
.footer_block div ul li {
    display: block;
    padding: 1px 0 2px 0;
    text-align: left;
}
.footer_block div a {
    color: #333;
    font: normal 11px "Ubuntu", sans-serif;
    text-decoration: none;
}
.footer_block div a:hover {
    color: #333;
    text-decoration: none;
}
.footer li {
    background: transparent;
}
.footer .store-switcher {
    color: #333;
}
.footer .store-switcher select {
    font-size: 12px;
}

.footer div{
    margin-top: 0;
    padding-bottom: 0px;
    margin-right: 14px;
    padding-left: 14px;
}

.foot-nav{ text-align:center;height:25px; line-height:25px; padding-top:15px;}
.foot-nav span{ font-size:10px; margin:0px 12px;}
.foot-text{ text-align:center; padding:5px 0px 10px;}
.footer h4{
	color: #333;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 11px;	
}
.footer ul li {
    margin-right: 10px !important;
    line-height: 17px;
    color: #A1A1A1;
}
.footer ul.links li{
	display: block;
}
.footer ul.links li a {
    font-size: 11px;
}
.footer address {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 10px;
    color: #333;
}
.footer a, .footer .bugs a {
    color: #a1a1a1;
    font-weight: normal;
}
.footer a:hover, .footer .bugs a:hover {
    color: #333;
    text-decoration: none;
}
.footer .design-by {
    font-size: 10px;
    color: #333;
}
.footer p.informational { /*position: relative;*/
}
.footer p.informational a {
    display: block;
    float: left;
    margin-left: 58px;
    height: 46px;
}
.footer p.informational a {
/*margin-left: 40px;*/
}
.footer_img_1 {
    background-position: 0px 0px;
    width: 50px;
}
.footer_img_2 {
    background-position: -50px 0px;
    width: 90px;
}
.footer_img_3 {
    background-position: -140px 0px;
    width: 140px;
}
.footer_img_4 {
    background-position: -280px 0px;
    width: 77px;
}
.footer_img_5 {
    background-position: -356px 0px;
    width: 148px;
}
.footer_img_6 {
    background-position: -503px 0px;
    width: 50px;
}
.footer_img_1:hover {
    background-position: 0px 46px;
}
.footer_img_2:hover {
    background-position: -50px 46px;
}
.footer_img_3:hover {
    background-position: -140px 46px;
}
.footer_img_4:hover {
    background-position: -280px 46px;
}
.footer_img_5:hover {
    background-position: -356px 46px;
}
.footer_img_6:hover {
    background-position: -503px 46px;
}
/*-------------------------------------------------------SIDE BARS-----------*/
.block {
    margin: 0 0 10px;
    border: 0;
    background: transparent;
}
.block .block-title {
    border-bottom: 0px;
    padding: 0px 0px 1px 0px;
    background: transparent;
}
.block .block-title strong {
    color: #333;
    font: normal 20px Arial, Helvetica, sans-serif;
    padding: 13px 5px 5px 0px;
    text-transform: lowercase;
}
.block-popular .block-title strong {
    font: normal 20px Arial, Helvetica, sans-serif;
}
.block .block-title strong span {
    padding: 4px 0 5px 0;
    background: transparent;
    position: relative;
}
.block .block-content {
    font-family: Arial;
    color: #333;
    padding: 4px 5px 5px 2px;
    background: transparent;
}
.block-popular {
    margin-bottom: 5px;
}
.block-popular .block-content {
    padding-bottom: 0;
}
.block-account {
    margin-top: 0px;
    background: transparent;
    border: 0;
}
.block-account .block-title {
    background: transparent;
}
.block-account .block-title strong {
    background: none;
    padding-top: 0;
}
.block-account .block-title strong span {
    padding-left: 0;
    background: transparent;
}
.block-account .block-content {
    background: transparent !important;
    padding: 5px 9px 8px 0;
}
.block-account .block-content ul {
}
.block-account .block-content li {
    padding: 4px 0 4px 0;
    border-bottom: 1px solid #ced5d6;
}
.block-account .block-content li.last {
    border-bottom: 0;
}
.block-account .block-content li a {
    font: 12px/16px Arial, Helvetica, sans-serif;
    color: #333;
}
.block-account .block-content li a:hover {
    color: #333;
}
.block-account .block-content li a, .block-account .block-content li.current strong, .block-account .block-content li.current {
    border: 0 !important;
}
.block-account .block-content li a, .block-account .block-content li.current strong {
    border-color: #E0E0E0;
}
.block-account .block-content li.current strong {
    display: block;
    border-bottom: 1px solid #E0E0E0 !important;
}
.block-cart {
}
.col-right .block-cart {
    display: none;
}
.block-cart .empty {
    padding: 5px 0;
}
.block-cart .block-subtitle, .block-cart ol {
    margin-left: 3px;
    padding-left: 4px !important;
}
.block-cart .block-content .summary {
    padding: 2px 8px 3px;
    color: #333;
}
.block-cart .actions {
    margin-top: 1px;
    background: transparent;
    padding-bottom: 15px;
}
.block-cart .actions .button {
    margin-bottom: 0;
}
.block-cart .price {
    color: #333;
}
.block-cart .subtotal {
    margin-top: 9px;
    padding: 2px 0 2px 0px;
    text-align: center;
    color: #333;
    background: #eee;
}
.block-cart .amount a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
.block-cart .amount a:hover {
    color: #333;
}
.block-cart .subtotal .label {
    color: #333;
}

.block-cart .block-subtitle {
    padding-top: 8px !important;
    color: #333 !important;
    font: bold 11px Tahoma;
    background: transparent;
}
.block-cart .actions button.button {
    margin-left: 40px;
    float: left;
}
.block-cart .actions button.button span span {
}
.block-poll .block-content {
    padding: 5px 5px 24px 12px;
}
.block-poll .block-content .block-subtitle {
    color: #b6b6b6;
    font-size: 11px;
}
.block-poll li {
    padding: 6px 9px 6px 2px;
}
.block-poll label {
    color: #333;
}
.block-payment-options .block-content {
    padding-left: 13px;
}
.block-promotion .block-content {
    padding-left: 13px;
}
.block-download .block-content {
    padding-left: 13px;
}
.block-download .block-content p {
    margin-bottom: 7px;
}
.block-download .block-content img {
    margin-bottom: 5px;
}
.block-download .block-content a {
    text-decoration: none;
}
.block-download .block-content a:hover {
    text-decoration: underline;
}
.base-mini {
    border:0px solid #c4c1bc;
    background: #e2e2e2;
    margin-bottom: 10px;
}
.base-mini .head {
}
.base-mini .content {
    padding: 0 10px 8px 8px;
}
.base-mini .head h4 {
    font-size: 18px;
    font-weight: normal;
    min-height:16px;
    padding: 14px 0 1px 9px;
}
.textblock img {
    margin-top: 2px;
    margin-bottom: 7px;
    border: 1px solid #b3b3b3;
}
.textblock .content p {
    padding-left: 4px;
}
.block li.odd {
    background: transparent;
}
/*brands*/
.cms-index-index .main .block-brands .block-title strong, .cms-home .main .block-brands .block-title strong {
}
.block-brands .block-content {
    padding: 10px 5px 14px 14px;
}
.block-brands .block-content a img {
    margin-bottom: 2px;
}
.block-brands .block-content a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
/*side banner*/
.block-sidebanner .block-content {
    padding: 9px 5px 4px 13px;
}
/*side little banners*/
img.banner {
    border: 1px solid #dcdcdc;
    margin-bottom: 8px;
}
a:hover img.banner {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
img.facebook {
    margin-bottom: 8px;
}
/*news*/
.online_chat {
    background: transparent;
}
.online_chat .block-title {
    background: transparent;
    height: 16px;
}
.online_chat .block-title strong span {
    display: none;
}
.online_chat .block-content {
    padding: 0 0 8px 0;
}
/*shop by, category*/
.block-layered-nav {
}
.amshopby-attr-selected {
	color:#FFF !important;
	background:url("../image/btn_remove_filter.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_remove_filter.gif*/ no-repeat 207px 4px #009AEB;
}
.block-layered-nav ol li a {
	padding: 0 12px;	
	line-height: 16px;
	height:16px;
	margin: 0 0 3px 0;
	/*text-indent: -7px;*/
	display:block;
	text-decoration: none;
}
.block-layered-nav ol li {
	margin-right:1px;
}
.block-layered-nav ol li a:before {content: "-"; float:left;padding-right:4px;}
.block-layered-nav .block-subtitle {
    display: none;
    background: transparent;
}
.block-layered-nav .block-title {
    text-indent:0em;
    height: auto;
    overflow: visible;
}
.block-layered-nav .block-title strong {
    padding: 13px 5px 5px 0;
    font-size: 13px;
    color: #333;
    line-height: 16px;
    text-transform: none;
}
.block-layered-nav .block-content {
    border: 0;
    padding: 0;
}
div.block-layered-nav dt {
 	width: 220px;
	height: 26px;
	background-image: url("../image/bg-filter.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg-filter.png*/;
	background-position: center left;
	background-repeat: no-repeat;
	color: #fff;
	padding-left:10px;
	font-weight:bold;
	cursor:pointer;
}
div.block-layered-nav dt.amshopby-collapsed {
	background-image: url("../image/bg-filter-closed.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg-filter-closed.png*/;
}
div.block-layered-nav div.amshopby-slider div.handle {
	top: 1px;
	height: 16px;
}
.amshopby-slider-bar {
	top: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #cccccc;
}
.amshopby-price-from, .amshopby-price-to {
	width: 68px !important;
	padding: 4px 5px !important;
}
.amshopby-fromto-btn {
	height: 23px !important;
	width: 23px !important;
	background: url("../image/amshopby-price-btn.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/amshopby-price-btn.png*/ no-repeat !important;
	margin-left: 6px !important;
}
.block-layered-nav dt.header{
	color: #333 !important;
	font-size: 110%;
	text-align:left;
	font-weight: bold;
	padding-left: 10px;
	background-image: none!important;
}

.block-layered-nav li {


}
.block-layered-nav li a {

}
.block-layered-nav li a:hover {

}
.block-layered-nav dd {
    background: transparent;
    padding: 0 10px 9px;
}
.block-layered-nav .currently .label {
    background:none;
    font-weight:bold;
    padding-left:0px;
    text-transform:none;
    color: #ffffff;
}
.block-layered-nav .currently .label span {
    font-weight:normal;
    color: #333;
}
.block-compared .block-content {
}
.block-compared .block-content .product-name a {
    color:#333;
    font-size: 11px;
}
.block-compared .block-content .product-name a:hover {
    color:#009AEB;
}
/*block-cart*/
/*block-subscribe*/
.block-subscribe {
    width: 238px;
    float: right;
    margin: 11px 10px 0 0px;
    padding-right: 0;
    background: transparent;
    position: relative;
    _display: inline;
}
.block-subscribe .block-title {
    width: auto;
    height: auto;
    margin: 0 0 2px 0;
    padding: 0 0 0 0px;
    text-align: left;
    float: none;
    text-indent: 0;
    background: transparent;
}
.block-subscribe .block-title strong {
    display: inline;
    padding: 0;
    color: #333;
    font: bold 10px "Ubuntu", Helvetica, sans-serif;
    text-transform: uppercase;
    background: transparent;
}
.block-subscribe .block-title strong span {
    position: relative;
    padding: 0;
}
.block-subscribe .block-content {
    padding: 0;
    background: transparent;
}
.block-subscribe label {
    display: none;
}
.block-subscribe input.input-text {
    width: 206px;
    height: 19px;
    line-height: 19px !important;
    background: url("../image/search_input.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/search_input.gif*/ no-repeat 0 0;
    margin: 0 !important;
    padding: 0px 0px 0px 12px;
    float: left;
    position: relative;
    border: 0;
    color: #333;
    font:11px Arial, Helvetica, sans-serif;
}

.block-subscribe .input-box {
    float: left;
    position: relative;
    margin: 0;
    padding: 0px 0px 0px 0px;
}
.block-subscribe .actions {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
.block-subscribe button.button {
    float: right;
    position: relative;
    width: 19px !important;
    height: 19px !important;
    display: block;
    margin: 0 !important;
    padding: 0;
    background: url("../image/news_btn.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/news_btn.gif*/ no-repeat 0 0  !important;
    overflow: hidden;
}
.block-subscribe button.button span,  .block-subscribe button.button span span {
    display: none;
}
.block-subscribe button.button:hover, .block-subscribe button.buttonHover {
    background: url("../image/news_btn.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/news_btn.gif*/ no-repeat 0 -19px   !important;
}
/*side-bar items*/
.block .block-content li.item {
    margin: 0 8px 0 0;
    padding: 4px 0 3px 0;
    border-bottom: 0;
}
.block .block-content li.last {
    border-bottom: 0;
}
.block .block-content li.item .product {
    padding-bottom: 13px;
    border-bottom: 0;
}
.block .block-content li.last .product {
    padding-bottom: 8px;
    border-bottom: 0;
}
/*side-bar prices*/
.mini-products-list .old-price .price-label, .mini-products-list .old-price .price, .mini-products-list .regular-price .price-label, .mini-products-list .special-price .price-label, .mini-products-list .maximal-price .price-label, .mini-products-list .minimal-price .price-label {
    color: #333;
    font: normal 11px Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.mini-products-list .price-box p {
    padding-top: 0;
    line-height: 11px;
}
.mini-products-list .regular-price .price, .mini-products-list .special-price .price, .mini-products-list .price-from .price, .mini-products-list .price-to .price, .mini-products-list .minimal-price .price {
    font-weight: normal;
    font-size: 11px;
}
.mini-products-list .price-from .price-label, .mini-products-list .price-to .price-label {
    color: #333;
    font-weight: normal;
    font-size: 11px;
}
/*reccently view*/
#recently-viewed-items {
    margin-top: 4px;
    margin-left: 0;
}
#recently-viewed-items li, #recently-compared-items li, #cart-sidebar-reorder li {
    padding: 4px 0 4px 0;
}
#recently-viewed-items a {
    text-transform: none;
    color: #333;
    font: normal 11px Tahoma;
    text-decoration: none;
}
#recently-viewed-items a:hover {
    color: #009AEB;
    text-decoration: none;
}
.block-wishlist .block-content, .block-compare .block-content, .block-reorder .block-content, .block-poll .block-content, .block-viewed .block-content, .block-compared .block-content, .block-related .block-content {
    padding-bottom: 15px;
}
/*most popular, related */
.product-name a {
    text-decoration: none;
}
.product-name a:hover {
}
.block .block-content ol {
}
#quote-cart-overlay {
	width:100%;
	height:100%;
	background:#000;
	position:fixed;
	top:0;
	left:0;
	z-index:2000;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
 /* Product Layer */
#product-overlay {
	width:100%;
	height:100%;
	background:#000;
	position:fixed;
	top:0;
	left:0;
	z-index:2000;
}
#product-layer {
	position:fixed;
	width:992px;
	height:800px;
	max-height: 90%;
	z-index:2001;
	background-color:#FBFBFB;
	border:1px solid #999;
	margin:auto;
	left:50%;
	margin-left:-495px;
	top:5%;
	/*margin-top:-300px;*/
	/*background-image:url(../images/background_zubehoer.png);*/
	overflow-y:auto;
}
#product-close {
	width:26px;
	height:26px;
	background-image: url("http://china-winstar.cc/cms/fileadmin/images/tinybox_bg_close.png")/*tpa=http://www.china-winstar.cc/cms/fileadmin/images/tinybox_bg_close.png*/;
	cursor:pointer;
	float:right;
	margin:9px 9px 0 0;
	position: absolute;
    z-index: 1000;
    cursor: pointer;
    right: 13px;
}
#product-loading {
	text-align: center;
	line-height: 550px;
}
#product-loading img {
	vertical-align:middle;
}
#product-content {
	margin-left:20px;
	margin-top:56px;
	margin-right:20px;
	margin-bottom:20px;
}
#product-layer-header {
	font-size: 14px;
	color: #009AEB;
	font-weight: bold;
	float:left;
}
#product-layer #product-layer-image {
	display:none !important;
}
#product-layer-image { display: none; }
#product-layer-clearer {
	clear:both;
	height:0px;
	line-height:0px;
}
#product-layer-line {
	background-image:url("../image/line_zubehoer_fbfbfb.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/line_zubehoer_fbfbfb.png*/;
	width:950px;
	background-repeat:repeat-x;
	height:9px;
	margin-bottom:20px;
}
.series-heading {
	
	background: #28B4FF;
	background: url("http://china-winstar.cc/Templates/en/css/data-image/svg%20xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/fi000001.")/*tpa=http://www.china-winstar.cc/Templates/en/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=*/;
	background: -moz-linear-gradient(top,  #28B4FF 0%, #009AED 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009AED), color-stop(50%,#009AED));
	background: -webkit-linear-gradient(top,  #28B4FF 0%,#009AED 50%);
	background: -o-linear-gradient(top,  #28B4FF 0%,#009AED 50%);
	background: -ms-linear-gradient(top,  #28B4FF 0%,#009AED 50%);
	background: linear-gradient(to bottom,  #28B4FF 0%,#009AED 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28B4FF', endColorstr='#009AED',GradientType=0 );
	
	color:#FFFFFF;
	margin-top:0px;
	padding:10px 9px 10px 10px;
	width:931px;
	border-color:#E0E0E0;
	border-style:solid;
	font-weight:bold;
}
.series-heading-text {
	float:left;
}
.series-heading-image {
	float:right;
}
.series-heading-clearer {
	clear:both;
	height:0px;
	line-height:0px;
}
.series-list-item {
	background-color:#ffffff;
	color:#009AEB;
	margin-top:0px;
	padding:10px;
	width:930px;
	border-color:#E0E0E0;
	border-style:solid;
	border-width:1px;
	font-weight:bold;
}
.series-item-text {
	float:left;
}
.series-item-image {
	float:right;
}
.series-item-clearer {
	clear:both;
	height:0px;
	line-height:0px;
}
.series-products-list {
	width:950px;
	margin-top:10px;
}
.series-products-item {
	float:left;
	width:208px;
	border-style:solid;
	border-width:1px;
	border-color:#E0E0E0;
	padding:10px;
	height:315px;
	position: relative;
}
.series-products-clearer {
	clear:both;
	height:10px;
	line-height:10px;
}
.series-layer-line {
	background-image:url("../image/line_zubehoer.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/line_zubehoer.png*/;
	width:208px;
	background-repeat:repeat-x;
	height:9px;
	margin-bottom:10px;
}
.series-products-text {
	border-bottom: 1px solid #E0E0E0;
    color: #333;
    font-weight: bold;
    height: 63px;
    margin-top: 10px;
}
.series-products-price {
	bottom: 0;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 13px;
    position: relative;
}
.btn_show_options {
	cursor:pointer;
	width: 200px;
	height:30px;
	left: 20px;
	top: 20px;
	background-color:#009aeb;
	border: 1px solid #fff;
	
	/* Safari 4-5, Chrome 1-9 */
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2BB5FF), to(#009aeb));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top,#2BB5FF, #009aeb);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top,  #2BB5FF, #009aeb);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #2BB5FF, #009aeb);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top,  #2BB5FF, #009aeb);
}
.btn_show_options span span {
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	text-align:center;
	width: 200px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	moz-text-shadow:0px 1px rgba(0,0,0,0.3);
	text-shadow:0px 1px rgba(0,0,0,0.3);
	text-decoration: none;
}
.option_features_top {
	width:438px;
	height:35px;
	background-color:#F8F8F8;
}
.option_features_left {
	width:148px;
	height:23px;
	background-color:#ffffff;
	font-weight:bold;
	color:#009AEB;
	padding-top:5px;
	text-align:center;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#E0E0E0;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#E0E0E0;
	font-size:12px;
	line-height:18px;
}
.option_features_products {
	width:438px;
	height:277px;
}
.option_features_button {
	float:right;
	margin-right:20px;
}
.option_features_clearer {
	clear:both;
	height:0px;
	line-height:0px;
}

.catalog_teaser {
	border: 1px solid #E0E0E0;
	overflow: hidden;
	margin-bottom: 12px;
}
/*****************************************************************************CATALOG****************/
/*pager*/
.toolbar-bottom {
    padding-top: 0;
}
.toolbar {
    margin-bottom: 10px;
	width: 698px;
	background-color: #f8f8f8;
	border: solid 1px #E0E0E0;
	float:left;
	padding: 0 5px;
	white-space: nowrap;
}
.catalogsearch-result-index .toolbar {
	margin-top: 0;
}
.pager {
    border-top: 0;
    border-bottom: 0;
    font-family: Arial;
    background: transparent;
	
}
.toolbar .pager {
    border-top: 0;
    border-bottom: 0;
    margin: 1px 0px 0px;
    background: transparent;
	float:left;
	width: 692px;
	border-bottom: solid 1px #E0E0E0;
	color: #333;
	height:25px;
}
.toolbar .sorter {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    padding-bottom:5px;
    background: transparent;
    font-family: Arial;
	float:right;
	width: 100%;
	height:40px!important;
	line-height: 37px !important;
	border-top: 1px solid #fff;
}

.toolbar .pager a {
    text-decoration: none;
}


.toolbar .pager a:hover, .toolbar .sorter a:hover {
    color: #333;
    text-decoration: none;
}
.pager .pages {
    position: relative;
	left: -2px;
    top: 14px;
    color: #333 !important;
	float:left;
	width: 100%;
}

.pager .pages ol {
	display:inline;
}
.pager .pages li.nr {
	display:inline;
	margin:0 3px;
	border: solid 1px #E0E0E0;
	background-color: #eee;
	float:left;
	font-weight: bold;
}

.pager .pages li.nr a{
	display: block;
	padding: 4px 6px 3px 5px;
}

.pager .pages .current {
	background-image: url("../image/pager-act-bg.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/pager-act-bg.png*/;
	background-position: left top;
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 4px 6px 3px 5px;
	
}

.toolbar .pager {
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 2px;
    padding-top: 5px;
}

.pager .pages .prev-act{
	float:left;
	background-image: url("../image/pager-prev-act.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/pager-prev-act.png*/;
	background-position: 6px 9px;
	background-repeat: no-repeat;
	padding: 4px 12px 3px 19px;
	border: solid 1px #E0E0E0;
	background-color: #eee;
	color: #333;
}

.pager .pages .prev-inact{
	float:left;
	background-image: url("../image/pager-prev-inact.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/pager-prev-inact.png*/;
	background-position: 6px 9px;
	background-repeat: no-repeat;
	padding: 4px 12px 3px 19px;
	border: solid 1px #E0E0E0;
	background-color: #eee;
	color: #999999;
}

.pager .pages .next-act{
	float:left;
	/*background-image: url(../image/pager-next-act.png);
	background-position: 61px center;
	background-repeat: no-repeat;*/
	padding: 4px 8px 3px 10px;
	border: solid 1px #E0E0E0;
	background-color: #eee;
	color: #333;
	margin-left: 5px;
	margin-right:3px;
}
.pager .pages .next-inact{
	float:left;
	/*background-image: url(../image/pager-next-inact.png);
	background-position: 61px center;
	background-repeat: no-repeat;*/
	padding: 4px 8px 3px 10px;
	border: solid 1px #E0E0E0;
	background-color: #eee;
	color: #333;
	margin-left: 5px;
	margin-right:3px;
	
}
.pager .pages .next-act-arrow{
	background-image: url("../image/pager-next-act.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/pager-next-act.png*/;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    margin-left: 7px;
    width: 6px;
}
.pager .pages .next-inact-arrow{
    background-image: url("../image/pager-next-inact.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/pager-next-inact.png*/;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    margin-left: 7px;
    width: 6px;
}
.pager .limiter select, .sorter .sort-by select {
    background:none repeat scroll 0 0 #fff;
    border:1px solid #E0E0E0;
    color: #333;
}
.pager .limiter select {
    width: 50px;
    margin: 0 8px 1px 17px;
}
.sorter .sort-by {
	float:right;
	width:287px;
	padding-right:2px;
}
.sort-by {
    float: right;
    position: relative;
}
.sortermenu {
	position: relative;
	font-weight: bold;
	background-color: #EEE;
	padding: 3px 30px 4px 8px;
	border: 1px solid #CCCCCC;
	line-height: 21px;
	margin-top: 8px;
	float: right;
	text-align:left;
	width:157px !important;
}
.pager .limiter label { float:left; }
.pager .limiter span, .press_news .limitervalue span  {
	border-left: 1px solid #fff;
	border-right: 1px solid #E0E0E0;
	float:left;
}
.pager .limiter span.first,
.press_news .limitervalue span.first { border-left: 0; }
.pager .limiter span.last,
.press_news .limitervalue span.last  { border-right: 0; }
.mpp {
	width: 10px;
	height: 14px;
	padding: 3px 3px;
	font-weight: normal;
	margin: 0 1px 0 2px;
}

.selectedMpp {
	color: #ffffff;
	background-image: url("../image/mpp.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/mpp.png*/;
	background-repeat: repeat-x;
	margin: 0 3px; 
}

a:hover.selectedMpp {
	color: #ffffff !important;
	text-decoration: none;
	opacity: 1;
}

.labelMpp {
	margin-right:20px;
}
/*items*/
.items_overlay {
	display: none;
	position: absolute;
	right: 0px;
	top: 260px;
	z-index: 14;
	left: -8px;
	overflow: hidden;
	width:245px;
}
.items_overlay .inner {
	margin: 0 7px 10px 8px;
	padding: 0 7px 10px 8px;
	-moz-box-shadow: 0px 0px 2px 2px #999;
	-webkit-box-shadow: 0px 0px 2px 2px #999;
	box-shadow: 0px 0px 2px 2px #999;
	background-color: #F8F8F8;
}
.items_overlay .uebersichtstext {
	padding:5px 7px;
}
.items_overlay .blue_items_overlay {
	padding:11px 7px;
}
.category-products ul.products-grid li.first .items_overlay {
	width: 246px;
}
.blue_items_overlay {
	color: #009AEB;
	font-weight: bold;
}
.blue_items_overlay a {
	color: #009AEB;
	font-weight: bold;
}
.products-list .product-image {
    width: 158px;
    height: auto;
    border: 1px solid #c6c6c6;
}
.products-list .product-image:hover {
    border: 1px solid #c6c6c6;
}
.products-list .product-image img {
    width: 158px;
}
.products-list .product-shop {
    margin-left:196px;
}
.products-list .product-shop .f-fix p {
    display: inline;
}
/*name*/
.products-list .product-name, .products-list .product-name a {
    color: #333;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 8px;
}
.products-grid .product-name, .products-grid .product-name a {
    color: #333333;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 0;
    font-family: Helvetica, sans-serif;
}
.cms-index-index .products-grid .product-name, .cms-home .products-grid .product-name, .cms-index-index .products-grid .product-name a, .cms-home .products-grid .product-name a {
    color: #333;
    font: bold 14px/16px "Ubuntu", Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 0;
}
.cms-index-index ul.home-tabs .product-name, .cms-home ul.home-tabs .product-name, .cms-index-index ul.home-tabs .product-name a,
.cms-home ul.home-tabs .product-name a {
    color: #333;
    font: normal 11px "Ubuntu", Helvetica, sans-serif;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 0;
}
.products-list .product-name a:hover, .products-grid .product-name a:hover {
    color: #333;
}
.cms-index-index .products-list .product-name a:hover, .cms-index-index .products-grid .product-name a:hover, .cms-home .products-list .product-name a:hover, .cms-home .products-grid .product-name a:hover {
    color: #333;
}
.box-up-sell .products-grid .product-name, .box-up-sell .products-grid .product-name a {
    text-transform: none;
    font-family: Arial;
    color: #009AEB;
    font-size:13px;
    padding-top:8px;
    padding-bottom:5px;
}

.add-to-links a {
    font-size:11px;
    font-weight: normal !important;
}
/*description*/
.block .block-subtitle {
    color: #333;
}
.products-list .desc {
    color: #333;
    font:11px Arial, Helvetica, sans-serif;
    line-height: 130%;
    padding-left: 0;
    margin-bottom: 20px;
}
.mini-products-list .product-name {
    line-height: 10px;
}
.mini-products-list .product-name a {
    padding:0;
    text-transform: none;
    color: #333;
    font: normal 11px/13px "Ubuntu", sans-serif;
    text-decoration: none;
}
.mini-products-list .product-name a:hover {
    color: #333;
}
.mini-products-list .product-image {
    margin-top: 0px;
    width: 48px;
    background: #fff;
}
.mini-products-list .product-image img {
    width: 48px;
    height: 48px;
}
.mini-products-list .product-details {
    margin-left: 60px;
}
.mini-products-list li.item .product {
    padding-bottom: 0px !important;
}
.mini-products-list .price-box {
    margin-top: 3px;
    margin-bottom: 0px;
}
.block .product-info {
    text-decoration: none;
}
.block .product-info:hover {
    text-decoration: underline;
}
/*Prices*/
.products-list .price-box {
    float:none;
    margin: 7px 13px 2px 0;
}
.products-grid .price-box {
    text-align: center;
    margin: 3px 0 0 0;
    font-family: Arial;
}
.products-grid .price-box .price-label {
    color:#333;
    font-size: 11px;
    font-weight: normal;
}
/*catalog price*/
.regular-price {
    color:#333;
}
.regular-price .price-label, .product-view .price-label {
    color: #333;
    font-size: 11px;
    font-weight: normal;
}
.old-price {
    padding-right: 5px;
}
.old-price .price-label {
    color: #333;
    font-size: 11px;
    font-weight: normal !important;
}
.special-price {
    padding: 0px 0 3px 0;
}
.special-price .price-label {
    color: #333;
    font-size: 11px;
    font-weight: normal;
}
.regular-price .price, .minimal-price .price {
    color: #333;
    font: normal 11px Arial, Helvetica, sans-serif;
}
.old-price .price {
    color: #333;
    font: normal 11px Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.price-from .price, .price-to .price {
    color: #333;
    font: normal 11px Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.special-price .price {
    line-height: 10px !important;
    font: normal 11px Arial, Helvetica, sans-serif;
}
.minimal-price-link .price {
    color: #333;
    font-size: 11px;
}
.minimal-price-link .label {
    font-size: 11px;
    font-weight: normal;
    color: #333;
}
.products-list .special-price .price-label {
    color: #333;
}

.products-list .regular-price .price-label, .products-list .minimal-price .price-label {
    font-size: 11px;
    font-weight: normal;
    color: #333;
}
/* Form Elements */
input {
    font:12px/15px Arial, Helvetica, sans-serif;
    color:#333;
    font-weight: normal;
}
select, textarea {
    font:11px/14px Arial, Helvetica, sans-serif;
    color:#333;
    font-weight: normal;
}
input.input-text, select, textarea {
    background: #fff;
    border:1px solid #d9dde3;
}
select.multiselect option {
    border-bottom: 1px solid #d9dde3;
}
.sort-by select {
    width: 100px;
    margin-left: 11px !important;
}
/* Form */
.fieldset {
    margin-top: 15px;
    border: 1px solid #d9dde3;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 33px;
}
.fieldset .legend {
    border: 1px solid #d9dde3;
    background: #f8f8f8;
    font: bold 11px Arial;
    color: #333;
    padding: 0px 8px 2px 8px;
    margin: -37px 0 0 -10px;
}
.form-list label.required em {
    font-style:normal;
}

.product-view .box-tags .form-add .input-box {
    margin-right: 8px;
    margin-left: 0px !important;
    background: transparent;
}
.product-view .box-tags .form-add .input-box input {
    height: 14px;
    border:1px solid #d9d9d9;
}
.product-view .box-tags .form-add button.button {
    margin-top: 2px;
    background: transparent !important;
}
.product-view .box-tags .form-add button.button span {
    background: transparent !important;
    color: #333;
    font-family: Arial;
    font-weight: normal;
    text-transform: none;
}
div.toolbar-bottom div.sorter {
    display: block;
}
div.toolbar-bottom .view-mode {
    padding-right: 20px;
}
div.toolbar-bottom .limiter {
    float: right;
}
/*home page products*/
.products-grid {
    background: transparent;
}
.col2-left-layout .products-grid, .col2-right-layout .products-grid {
    padding-top: 0px;
}
.category-products {
    margin: 0;
	float:left;
}
.category-products ul.products-grid {
    margin-bottom: 0px;
    padding-left: 0;
}

.cms-index-index .category-products ul.first, .cms-home .category-products ul.first {
    margin-top: 4px;
}
.category-products ul.last {
    border-bottom:0 none;
}
.cms-index-index .category-column-count-5 ul.products-grid li {
    padding: 0px 5px 0px 0px;
}

.category-products ul.products-grid li.first{
	width: 216px !important;

}

.category-products ul.products-grid li{
	background-color: #f8f8f8 !important;
	border: solid 1px #E0E0E0;
	padding: 7px!important;
	margin-right: 8px!important;
	margin-bottom: 2px!important;
	width: 215px !important;
	height: 246px;

}

.category-products ul.products-grid li.over {
	-moz-box-shadow: 0 0 2px 2px #999;
	-webkit-box-shadow: 0 0 2px 2px #999;
	box-shadow: 0 0 2px 2px #999;
	margin-bottom: 0px!important;
	margin-right: 9px!important;
	border: 0px none !important;
	padding-top: 8px !important;
	padding-left: 8px !important;
}

.products-grid .actions {
    text-align: center;
}
.products-grid .actions button.button {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.products-grid .product-image {

    height: auto;
    background-color: #fff;
    margin-bottom: 15px;
}
.products-grid .product-image:hover {

}
.products-grid .shortDescription {
    font-size: 11px;
    text-align: center;
    display: none;
}
.products-grid .availability {
line-height: 16px;
font-size: 11px;
    text-align: center;
    margin-bottom: 10px;
}
.divider {
    background: transparent;
}
.category-column-count-5 ul.products-grid,
.category-column-count-2 ul.products-grid,
.category-column-count-3 ul.products-grid,
.category-column-count-4 ul.products-grid  {
    width: 748px;
    padding: 0;
}
.ratings a {
    font-size: 11px;
	color: #333;
}
/*column count 5*/
.category-column-count-5 ul.products-grid li {
    width: 143px;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 35px 0px;
}
.category-column-count-5 .actions {
    width: 143px;
}
.category-column-count-5 .ratings {
    margin-left: 10px;
}
/*column count 2*/
.category-column-count-2 ul.products-grid {
    margin-bottom: 20px;
}
.category-column-count-2 ul.products-grid li {
    width: 365px;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 35px 0px;
}
.category-column-count-2 ul.products-grid li img {
    border: 1px solid #dadada;
}
.category-column-count-2 .actions {
    width: 365px;
}
.category-column-count-2 .ratings {
    margin-left: 120px;
}
/*column count 3*/
.category-column-count-3 ul.products-grid {
    margin-bottom: 5px;
}
.category-column-count-3 ul.products-grid li {
    width: 240px;
    margin: 0px 0px 0px 0px;
    padding: 0px 6px 35px 0px;
}
.category-column-count-3 .actions {
    width: 240px;
}
.category-column-count-3 .ratings {
    margin-left: 50px;
}
/*column count 4*/
.category-column-count-4 ul.products-grid {
    margin-bottom: 5px;
}
.category-column-count-4 ul.products-grid li {
    width: 180px;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 35px 0px;
}
.category-column-count-4 .actions {
    width: 180px;
}
.category-column-count-4 .ratings {
    margin-left: 60px;
}

/**************************************************************PRODUCT******************/
.product-view {
    border: 0;
    padding: 0;
    margin: 14px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
}
.product-essential {
    padding: 0;
}

.product-essential-top {
	background:#EEE;
	border: 1px solid #E0E0E0;
	border-bottom: 0;
}
.product-essential-addthis {
	float:right;
	padding:10px 16px 0 0;
	width: 140px;
}
.addthis_button_compact {
	color:#164397;
}
.addthis_spacer {
	font-size:13px;
	padding: 0 3px;
	float:left;
}
.product-essential-specialprice {
	color: #FF0000;
	float: left;
	width: 700px;
	padding-top: 9px;
	padding-left: 21px;
	line-height: 13px;
}
.col2-right-layout .product-essential, .col2-left-layout .product-essential {
    padding: 0 0 25px 0px;
}

.product-view .product-shop {
    float: left !important;
	width: 407px !important /*510px*/;
	margin-left: 2px;
}
.col2-right-layout .product-view .product-shop {
    width: 324px !important;
}
.product-view .product-shop a {
    font-size: 11px;
    text-decoration: underline;
}
.product-view .product-shop a:hover {
    color: #333;
    text-decoration: underline;
}
.product-view .product-img-box {
    background: #fff;
    float: left !important;
    width: 462px; /*390*/
    margin: 9px 18px 13px 19px;
    padding: 15px 19px 0;
    min-height: 305px;
    position:relative;
}

.white-overlay{
	width: 435px;
	height: 320px;
	background-color: white;
	position: absolute;
	right: -435px;
	top: 0;
}
.product-view .product-img-box .product-image {
    margin-bottom:14px;
    margin-right:19px;
    text-align:center;
    border: 0;
    width: 483px;
   	height: 321px;
   	background-color:#FFF;
/*    margin-left: 19px;*/
}
div.MagicToolboxContainer a {
	padding: 0 0 15px;
}
div.MagicToolboxSelectorsContainer {
	text-align: left !important;
}

.product-view.product-view-related-template .product-img-box .product-image {
	margin-bottom:0px;
	padding-bottom:14px;
}

.product-view .product-img-box .zoom {
    background: transparent;
}
.product-view .product-img-box .zoom #track {
    background:#dfdfdf;
}
.product-view .product-shop .availability {
    margin-top: 2px;
    font-family: Tahoma;
    font-size: 11px;
    margin-bottom: 3px;
}
.product-view .product-img-box .more-views li {
    margin:0 2px 8px 0px;
}
.product-view .product-img-box .more-views li a {
    border: 0;
    /*width: 125px;
    height: 125px;*/
}
.product-view .product-img-box .more-views ul {
    margin-left: 0;
}
.product-view .product-img-box .more-views li a:hover {
    border: 0;
}
.product-view .product-img-box #product-attribute-specs-table th {
	font-weight:normal;
}
.product-view .product-img-box #product-attribute-specs-table {
	margin:0 19px 20px 0;
	border:0px solid transparent !important;
	width:auto !important;
}
.product-view .product-img-box h5 {
	font-weight:normal;
	background-color:#FFF;
	padding: 0 0 5px 10px;
	margin:0 19px 0 0;
	line-height:22px;
}

.product-view .product-img-box #product-attribute-specs-table .odd td, .product-view .product-img-box #product-attribute-specs-table .odd th {
	background-color:#EEE;
	border:none !important;
}
.product-view .product-img-box #product-attribute-specs-table .even td, .product-view .product-img-box #product-attribute-specs-table .even th {
	background-color:#FFF;
	border:none !important;
}

.product-view-related-template div.odd {
	background-color:#EEE;
	line-height:22px;
	font-size:12px;
}

.product-view-related-template div.even {
	background-color:#FFF;
	line-height:22px;
	font-size:12px;
}

.product-view .product-img-box #product-attribute-specs-table td div, .product-view .product-img-box #product-attribute-specs-table th div {
	padding:0 10px;
}

.product-view .product-shop .price-box {
    margin: 8px 0 8px 0;
}
.product-view .price-box .price {
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
.product-view .price-box .regular-price .price, .product-view .price-box .regular-price .price {
    color: #333;
}
.product-view .add-to-box {
    margin: 10px 0 0px 0;
    padding: 10px 0 0 0;
    background: transparent;
}
.product-view .add-to-box .add-to-cart {
	float: none;
    display: block;
}
.product-view .product-options {
	background: #f5f5f5;
}
.product-view .product-options dl {
    padding: 0;
}
.product-options dd { padding: 0px 0px 5px 0px; }
.product-options-bottom { background: #f5f5f5 !important; }
.product-options-bottom .add-to-cart  {float: left; width: 50%; margin-left: 20px;}
.product-options-bottom ul.add-to-links {float: right;}
.product-options-bottom ul.add-to-links li {display: inline; margin-left: 10px;}
.product-view .product-shop .add-to-links li .separator {
    display: none;
}

.product-view .product-shop .add-to-links li {
    padding-left: 5px;
/*    background: url(../image/four_banners_menumar.gif) no-repeat 0% 50%;*/
    float: none;
    display: block;
}
.product-view .product-shop .add-to-links {
    text-align: left;
}
.add-to-box .add-to-cart label, .add-to-cart label {
    padding-left: 0;
    background: transparent;
}
.add-to-cart label {
    margin-top: 0;
    margin-right: 7px;
    font: normal 12px Arial;
    color: #333;
}
.add-to-cart .qty {
    /*margin-top: 3px;
    margin-right: 10px;
    padding: 2px 0 1px 3px;*/
    color: #333;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #b6b6b6;
    background: #fff;
}
.add-to-cart button.button {}
/*.add-to-cart button.button span {
    background: transparent url(../image/btn_addtocart.gif) no-repeat 0 0;
}*/

/*.add-to-cart-buttons .btn-cart span,  .add-to-cart-buttons .btn-request span{
	background: transparent url(../image/btn_addtocart.gif) no-repeat 0 0;
}*/

.btn-cart{
	background: transparent url("../image/product-view-btn-add-to-cart.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/product-view-btn-add-to-cart.png*/ repeat 100% 100%;
}

.add-to-cart-buttons .btn-cart span span {
    color: #fff;
    font: bold 12px/17px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    /*background: transparent url(../image/product-view-btn-add-to-cart.png) repeat 100% 100%;*/
    line-height: 17px;
}

.btn-request{
	float: none;
	width: 160px;
	height:40px;
	line-height: 40px;
	background-color:#009aeb;
	margin-bottom: 5px;
	text-align: center;
}

.btn-request a{ text-decoration:none;}
.add-to-cart-buttons .btn-request span span {
	width: 160px;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	text-decoration: none;
}

.product-view .add-to-cart-buttons .btn-cart {
    border: 1px solid white;
    float: none;
    height: 34px;
    width: 160px;
}

#chatbutton-contents {
	width: 160px;
	float: none;
	text-align: center;
	margin-bottom: 5px;
	cursor: pointer;
	height: 35px;
	left: 20px;
	top: 20px;
	background-color:#555;
	border: 1px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */

	/* Safari 4-5, Chrome 1-9 */
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#555));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top,#999, #555);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top,  #999, #555);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #999, #555);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top,  #999, #555);
}
#chatbutton-contents span span {
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	text-align:center;
	width: 160px;
	padding-top:10px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	moz-text-shadow:0px 1px rgba(0,0,0,0.3);
	text-shadow:0px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	display: block;
	line-height: 1;
}

.add-to-cart-buttons{
	width: 161px;
	float:right;
}

.add-to-cart{
	float: left !important;
	margin-right: 10px;
}

.add-to-cart-qty{
	width: 56px;
}

.add-to-links{
/*	float:right;*/
/*	margin-right: 30px;*/
	margin-top: 1px;
	width: 162px
}

.add-to-cart button.button span span {
    color: #fff;
    font: bold 11px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: transparent url("../image/btn_addtocart.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_addtocart.gif*/ no-repeat 100% 100%;
    line-height: 17px;
}

.add-to-box{
	width: 412px;
}

.product-view .add-to-cart .button {
    float: none;
}
.product-view .product-shop .add-to-links {
    margin-top: 0;
}
.product-view .product-shop .add-to-links li {
    padding-bottom: 1px;
    padding-left: 12px;
}
.product-view .product-shop .add-to-links a {
    color: #009AEB !important;
    font-weight:normal !important;
    font: 11px Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.product-view .product-shop .add-to-links li {
	background: url("../image/product-view-bg-add-to-x.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/product-view-bg-add-to-x.png*/ no-repeat scroll 100% 100% transparent;
}

.product-view .product-shop .add-to-links a:hover {
    color: #333;
}
.product-view .product-shop .short-description {
    line-height: 130%;
    color: #333;
    font-size: 11px;
    margin-top: 6px;
    padding: 0px 0 0 2px;
    background: transparent;
    min-height: 75px;
}
.product-view .product-shop .short-description p {
	margin: 5px 0 10px;
	font-size: 14px;
	line-height: 18px;
}
.product-collateral .box-collateral, .no-rating {
    margin-top: 10px;
    margin-bottom: 15px;
}
.product-collateral .box-collateral.box-up-sell {
	margin:0;
}
#upsell-product-table {
	margin:16px 0 0 16px;
	width:411px !important;
}
#upsell-product-table td {
	background-color:#FFF;
	padding:0 !important;
}
#upsell-product-table .price-exkl-mwst {
	padding-right: 9px;
}
.product-collateral .no-rating a {
    color: #333;
    font: 11px Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.product-collateral .no-rating a:hover {
    color: #009AEB;
}
.tier-prices {
    background-color: #f5f5f5;
    border: 1px solid #d9dde3;
    padding: 0px 10px 0px 10px;
    border-radius: 2px;
}
.tier-prices .benefit {
    font-size: 16px;
}
.product-view .box-up-sell .products-grid {
    width: 100% !important;
    margin-bottom: 10px;
}
.product-view .box-up-sell .products-grid td {
    padding: 0;
}
.product-view .box-up-sell .products-grid td .product-image {
    margin:0;
    border: 0;
}
.product-view .box-up-sell .products-grid td .product-image img {
    border:0;
    padding-right:15px;
}
.product-view .box-up-sell .products-grid td .price {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #333;
}
/*titles on product page*/
.product-essential h2, .product-view .product-img-box .more-views h2 {
    font: bold 11px Arial, Helvetica, sans-serif;
    text-transform: none !important;
    color: #333;
    margin: 6px 0px 6px 0px;
    padding-bottom: 0;
    border-bottom: 0 !important;
}
.product-collateral h2 {
    font: bold 11px Arial, Helvetica, sans-serif;
    text-transform: none !important;
    color: #333;
    margin: 10px 0px 12px 0px;
    padding-bottom: 0;
    border-bottom: 0 !important;
}
.product-view .product-img-box .more-views h2 {
    color: #333;
    text-transform: none !important;
    font: normal 11px Arial, Helvetica, sans-serif;
    padding-bottom: 1px;
    border-bottom: 0 !important;
}
.product-view .box-up-sell h2 {
    margin: 0;
}
/*messages*/
#messages_product_view .messages {
    margin: 10px 20px 0 0 !important;
    width: 100%;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
    min-height:24px !important;
    padding: 10px 8px 4px 32px !important;
    background: #fff !important;
    border-color:#dbdee4;
    color:#000 !important;
}
.add-to-box .or {
    color:#333;
    font:normal 10px Arial;
    margin: 5px 12px 0 3px;
}
.product-collateral {
    padding: 15px 0px 10px 0px;
    background: transparent;
}
.product-collateral .data-table, .product-collateral .data-table tbody, .product-collateral .data-table td {
    border: 0 !important;
    background: transparent !important;
    color: #333;
    font: normal 11px Arial,Helvetica,sans-serif;
    line-height: 15px;
}
.product-collateral .data-table .label {
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    background: transparent !important;
    font: normal 11px Arial,Helvetica,sans-serif;
    line-height: 15px;
    color: #333;
}
#product-attribute-specs-table a {
	font: normal 11px Arial,Helvetica,sans-serif;
    line-height: 15px;
    color: #333;
}
#product-attribute-specs-table tr.odd,
#product-attribute-specs-table tr.even {
	background: none !important;
}
#product-attribute-specs-table th,
#product-attribute-specs-table td {
	padding: 3px 0;
}
#product-attribute-specs-table div.nobr.group_title {
	padding: 15px 8px 8px;
}
#product-attribute-specs-table div.nobr.group_title.first {
	padding: 0px 8px 8px;
}
#product-attribute-specs-table div.nobr {
	padding: 2px 8px;
}
#product-attribute-specs-table div.odd {
	background-color:#F8F8F8 !important;
} 
#product-attribute-specs-table div.even {
	background-color:#fff !important;
}
#product-tabs .tabberlive tbody,#product-tabs .tabberlive .label{
	border:0 !important;
}
.product-view .box-tags .form-add label {
    color: #333 !important;
    font-weight: normal;
    font-size: 11px;
}
.product-view .box-tags .form-add .input-box {
    padding:0;
}
.product-view .box-tags .note { 
    margin-top: 0;
    padding: 0 0 0 0px;
    font-size: 10px;
}
/***************************************************************CART**********************************/
.cart .page-title {
    margin: 0 0 3px 5px;
}
.cart .page-title h1 {
    margin-top: 2px;
    margin-bottom: 6px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}
.cart .page-title .checkout-types li {
    margin-bottom: 0;
    margin-top: 5px;
}
.cart .col2-set .col-1 {
    width: 47.6%;
}
.cart .discount, .cart .shipping {
    border: 0 !important;
    padding: 13px 0 25px 30px;
}
.cart .shipping .sp-methods {
    background: transparent;
}
.cart .discount, .cart .shipping {
    padding-left: 0;
}
.cart .discount h2, .cart .shipping h2 {
    margin-bottom: 5px;
    color: #333;
    font: bold 11px/12px Arial, Helvetica, sans-serif;
    padding: 1px 0 0 0;
    text-transform: none;
    background: none;
}
.cart .discount .input-box {
    margin: 10px 0 0 0;
    width: 138px;
    float: left;
}
.cart .discount input.input-text {
    border: 1px solid #d9dde3;
    width: 126px;
    padding-left: 6px;
    color: #33;
    float: left;
}
#checkout-review-load {
    padding: 15px;
    border-right: 1px solid #dbdee4;
    border-left: 1px solid #dbdee4;
}
#checkout-review-table tfoot tr.last .price {
    color: #222;
    font: bold 16px Arial, Helvetica, sans-serif !important;
}
#shopping-cart-totals-table tfoot .price {
    color: #333;
    font: bold 16px Arial, Helvetica, sans-serif !important;
}
#shopping-cart-totals-table .price {
    color: #333;
    font: bold 16px Arial, Helvetica, sans-serif;
}
.cart .cart-collaterals .col2-set {
    width: 622px;
}
.cart .totals {
    background: none !important;
    border: 0 !important;
    color: #333;
    margin: 0;
    float:right;
    width:248px;
}
.cart .totals table {
    margin-top: 1px;
    margin-bottom: 14px;
}
.cart .totals td {
    padding: 5px 0px 5px 12px;
    vertical-align: middle;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #333;
}
.cart .totals tfoot td {
    padding-top: 4px;
    padding-bottom: 0;
}
.cart .totals tfoot td strong {
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #333;
}
.cart .totals .checkout-types {
    padding: 0 0px 15px 15px;
}
.cart .totals .checkout-types a {
    display: block;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #333;
    text-decoration: none;
}
.cart .totals .checkout-types a:hover {
    color: #009AEB;
}
.cart .discount .buttons-set {
    margin-top: 11px;
    margin-left: 5px;
    float: left;
    clear: none;
}
.discounts {
    width: 50%;
    float: left;
    position: relative;
}
button.btn-checkout {
    float: none;
    height: 19px !important;
    margin: 0 0 13px 0;
    border:0 none;
}
button::-moz-focus-inner {
    border: none;  /* overrides extra padding in Firefox */
}
button.btn-checkout span {
    height: 19px !important;
    padding:0 10px 0 0;
    display: block;
    background: transparent url("../image/btn_checkout.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_checkout.gif*/ no-repeat 100% 100% !important;
    position: relative;
    white-space: nowrap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    button.btn-checkout span  {
        margin-top: -1px;
    }
}
button.btn-checkout span span {
    display: block;
position: relative;
    white-space: nowrap;
    font: normal 11px Arial, Helvetica, sans-serif;
    height: 19px !important;
    padding: 0px 0 0 10px;
    line-height: 19px;
    color:#fff;
    text-transform: none;
    background: transparent url("../image/btn_checkout.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_checkout.gif*/ no-repeat 0% 0% !important;
}

button.btn-checkout:hover, .checkout-types button.buttonHover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: url("../image/btn_checkout.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_checkout.gif*/;
    height: 19px !important;

}
.title-buttons button.btn-checkout {
    margin: 8px 5px 0px 0;
}
.form-list label {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #333;
    margin-bottom: 3px;
}
.form-list li.control label {
    color: #333;
}
.form-list .input-box select {
    border: 1px solid #E0E0E0;
    background: #fff;
}
.form-list input.input-text, .cart .discount input.input-text {
    border: 1px solid #BBB;
    background: #fff;
}

.opc .checkout-agreements {
    border-color: #D9DDE3;
}
.checkout-progress li {
    border-top-color: #b6b6b6;
    color: #333;
}
.checkout-progress li.active {
    border-top-color: #333;
    color: #333;
}
.cart .crosssell {
    padding: 0px 0 12px 10px;
}
.cart .crosssell .link-wishlist {
    color: #333 !important;
    font-weight: normal !important;
    text-decoration: none;
}
.cart .crosssell .link-compare {
    color: #333 !important;
    font-weight: normal !important;
    text-decoration: none;
}
.cart .crosssell .link-wishlist:hover, .cart .crosssell .link-compare:hover {
    color: #333 !important;
}
.crosssell-div {
    clear: both;
}
.cart .cart-collaterals {
    font-family: Arial;
    color: #333;
    font-size: 11px;
    padding-top: 7px;
}
.cross-sells {
    clear: both;
    width: 905px;
    float: left;
    background: transparent;
}
.cross-sells h2 {
    margin-left: 0px;
    color: #333;
    font: bold 11px Arial !important;
}
.cross-sells .crosssell {
    position: relative;
    width: 925px;
    float: left;
}
.cross-sells .crosssell #crosssell-products-list {
    padding: 0px 4px 10px 4px;
    clear: both;
    position: relative;
    width: 925px;
    float: left;
}
.cart .crosssell li.item {
    margin: 2px 0;
    float: left;
    width: 220px;
    margin-right: 15px;
}
.cart .crosssell li.last {
    margin-right: 0;
}
.cart .crosssell li.item .price-box .price-label {
    font: normal 11px Tahoma;
    color: #333;
}
.cart .crosssell li.item .price-box .regular-price .price-label, .cart .crosssell li.item .price-box .special-price .price-label, .cart .crosssell li.item .price-box .minimal-price .price-label, .cart .crosssell li.item .price-box .maximal-price .price-label {
    font: normal 11px Tahoma;
    color: #333;
}
.cart .crosssell li.item .price-box .regular-price .price, .cart .crosssell li.item .price-box .special-price .price, .cart .crosssell li.item .price-box .minimal-price .price, .cart .crosssell li.item .price-box .maximal-price .price {
    font: normal 11px Tahoma;
    color: #333;
}
.cart .crosssell li.item .price-box .old-price .price-label {
    font-weight: normal;
}
.cart .crosssell li.item .price-box .price {
    font-size: 11px;
    font-weight: normal;
}
.cart .crosssell li.item .product-name a {
    font: normal 11px Tahoma;
}
.cart .crosssell li.item .product-name a:hover {
    color: #333;
}
.cart .crosssell li.item .product-image {
    width:75px;
    height:75px;
    border: 0;
}
.cart .crosssell li.item .product-image img {
    border: 0;
}
.cart .crosssell .product-details {
    margin-top: 0px;
    margin-left: 90px;
}
.cart .crosssell .product-name {
    line-height: 100%;
}
.cart .crosssell .product-details .price-box {
    margin-top: 0;
}
.cart .crosssell .product-details .price-box .label {
    color: #333;
}
.cart .crosssell .product-details button.button {
    float: none;
    margin-bottom: 2px;
}
ul.form-alt {
    border: 1px solid #dadada;
    background: white;
padding: 22px 25px 25px 33px;
margin: 28px 0;
}
ul.form-alt .input-box {
    margin-bottom: 10px;
}

/***********************************************************CHECKOUT, ACCOUNT********************************/
#checkout-progress-wrapper {
    padding-top: 12px;
}
#opc-login h4 {
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #333;
}
#opc-login h3 {
    font: bold 18px Arial, Helvetica, sans-serif;
    color: #333;
    border-bottom-color: #d9dde3;
}
#opc-billing .number, div.wp-one-page-checkout-popup.opc .active .step-title .number, .onepagecheckout.opc .active .step-title .number  {
    font: bold 18px Arial, Helvetica, sans-serif;
}
.opc .step-title {
    border-bottom: 0px solid;
}
.opc .allow .step-title {
    border-width: 0px 1px 0px 1px;
}
.opc .active .step-title {
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
.opc .step-title h2 {
    margin-top: 2px;
    font: bold 16px Arial, Helvetica, sans-serif;
    text-transform: none;
}
.opc .active .step-title h2 {
    margin-top: 2px;
    font: bold 16px Arial, Helvetica, sans-serif;
    text-transform: none;
    color: #333 !important;
}
.opc .allow .step-title h2 {
    color: #333;
}
.opc .step-title .number {
    background: #fff;
    border: 1px solid #d9dde3;
    color: #333;
    margin-top: 2px;
    margin-right: 8px;
}
.opc .allow .step-title .number {
    background: #fff;
    border: 1px solid #d9dde3;
    color: #333;
    margin-top: 2px;
    margin-right: 8px;
}
.opc .active .step-title .number {
    background:#fffef9;
    border: 1px solid #808080;
    color:#333;
    margin-right: 8px;
}
.dashboard .box-reviews .number {
    background: #fff;
    border: 1px solid #999999 !important;
    color: #333;
    padding: 2px 5px 2px 5px;
}
.dashboard .box-reviews .details {
    margin-left: 25px;
    padding-top: 3px;
}
.dashboard .box-tags .number {
    background: #fff;
    border: 1px solid #999999 !important;
    color: #333;
}
.dashboard .welcome-msg {
    font:13px Arial, Helvetica, sans-serif;
}
.dashboard .page-title h1 {
    font-size: 19px;
}
.dashboard .box .box-title {
    background: transparent;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
    color: #333;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
}
.box-account .box-head h2, .account-login .new-users h2, .account-login .registered-users h2 {
    background: none;
    padding-left: 0;
    text-transform: lowercase;
    color: #333;
    font:bold 18px "Ubuntu", Helvetica, sans-serif;
}
.account-login .content {
    padding: 11px 20px 5px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.my-account {
    margin-top: 0;
    margin-left: 15px;
}
.my-account .page-title h1 {
    margin-top: 0;
    font-size: 24px !important;
}
.addresses-list h3 {
    color: #333;
    font-size: 13px;
}
.addresses-list a {
    color:#b6b6b6 !important;
    font-weight:normal;
}
.addresses-list a:hover {
    color: #333 !important;
}
.my-account .box-info {
    color: #333;
    background: transparent;
    border: 0;
    padding: 15px 0 15px 15px;
}
.title-buttons button.button {
    float: none;
}
.dashboard .box-info .box-head {
    padding-bottom: 0px;
    border-bottom: 0px solid #d9dde3;
}
.dashboard .box-info h4 {
    font-size: 11px;
    font-weight: bold !important;
    color: #333;
    text-transform: none;
    padding: 2px 3px 2px 0px;
}
.title-buttons .button {
    margin-top: 2px;
}
.advanced-search-summary strong {
    padding-left: 0;
    color: #333;
}
.block-progress {
    margin-top: 18px;
    background: transparent;
}
.block-progress .block-title {
    padding: 0px 0 0 6px;
    background: transparent;
}
.block-progress .block-title strong {
    text-transform: none;
    padding: 0px 0 6px 0px;
    font-size: 16px;
    background: transparent;
}
.block-progress .block-content {
    color: #333;
    padding: 0px 6px 8px 6px;
    background: transparent;
}
.block-progress dt {
    border: 1px solid #d9dde3 !important;
    background: #fff !important;
    font-size: 11px;
    padding-left:8px;
    color: #333;
    text-transform: none;
}
.block-progress dt.complete {
    border-top: 1px solid #d9dde3 !important;
    border-right: 1px solid #d9dde3 !important;
    border-bottom: 1px solid #d9dde3 !important;
    border-left: 1px solid #d9dde3 !important;
}
.block-progress dd {
    border-top: 0 !important;
    border-right: 1px solid #d9dde3 !important;
    border-bottom: 1px solid #d9dde3 !important;
    border-left: 1px solid #d9dde3 !important;
    padding: 8px 13px 8px 10px;
}
.block-account .block-content li.current, .block-account .block-content li.current strong {
    color: #333;
}
.block-account .block-content li a, .block-account .block-content li.current {
    padding: 0 0 1px 0;
}
.link-print {
    color:#333;
}
.link-reorder {
    color:#333 !important;
}
.link-reorder:hover {
    color:#009AEB !important;
}
.multiple-checkout .data-table .product-name a {
    font-weight: normal !important;
}
.multiple-checkout h3, .multiple-checkout h4 {
    color:#333;
}
.multiple-checkout .col2-set h3.legend {
    color:#333;
}
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {
    color: #333;
}
.multiple-checkout h2 a:hover, .multiple-checkout h3 a:hover, .multiple-checkout h4 a:hover {
    color: #333;
}
.multiple-checkout .col2-set h2.legend {
    background: #f8f8f8;
    border-bottom:1px solid #d9dde3;
    color: #333;
}
.multiple-checkout .col2-set, .multiple-checkout .col3-set {
    background: #fff;
    border:1px solid #d9dde3;
}
.checkout-multishipping-shipping .box-sp-methods {
    background: #fff;
    border: 1px solid #d9dde3;
}
.multiple-checkout .box h2 {
    color:#333;
}
.multiple-checkout .place-order .grand-total span {
    font-size: 14px !important;
}
.multiple-checkout .place-order .grand-total .button {
    margin-top: 10px;
}
.multiple-checkout .place-order .grand-total .button span span {
    font-size: 11px !important;
    padding: 2px 0 0 19px !important;
}
.multiple-checkout .place-order .grand-total .price {
    color:#333;
    font: normal 20px "Ubuntu", sans-serif;
}
/**************************************************************HOME PAGE***********************************/
div.logos {
    background: #121617;
    width: 100%;
    margin:0;
    padding: 17px 0px 6px 0px;
    text-align: center;
}
div.logos a {
    margin-left: 15px;
    margin-right: 15px;
}
div.home-block-banners {
    clear: both;
    margin-bottom: 13px;
    border-bottom: 4px solid #d4d4d4;
    position: relative;
    zoom: 1;
}
div.home-block-banners a img {
    float: left;
    margin-right: 2px;
}
div.home-block-banners a img:hover {
    opacity: 0.9;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
div.home-block-banners a h2,  div.home-block-banners h2 a {
    float: left;
    margin-right: 2px;
    margin-bottom: 0;
    width: 244px;
    padding-left: 1px;
    font: normal 20px Arial, Helvetica, sans-serif;
    color: #333;
}
div.home-block-banners div.title {
    clear: both;
    margin-bottom: 22px;
}
div.home-block-banners a:hover h2 {
    color: #333;
}
div.home-block-banners a img.last, div.home-block-banners h2.last  a {
    margin-right: 0;
}
div.pageblock_title {
    clear: both;
    color: #333;
    font: bold 22px "Ubuntu", Helvetica, sans-serif;
    padding-left: 0px;
}
/*-------------------------------------------  HOME INTRO    -------------------------------------*/

/*block-service*/
.block-service .block-title strong {
    padding-bottom: 0;
    font: bold 11px/19px Arial, Helvetica, sans-serif;
    color: #333;
    text-transform: none;
}
.block-service .block-content {
    padding: 0 15px 12px 0;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}
.block-service .block-content span {
    display: block;
    line-height: 22px;
    margin-left: -2px;
    font-family: Century Gothic;
    font-weight: normal;
    font-size: 12px;
    color: #333;
}
.block-service .block-content span span {
    display: inline;
    padding-left: 4px;
    font-family: Century Gothic;
    font-weight: normal;
    font-size: 24px;
    color: #333;
}
/**************************************************************TEXT COLORS*********************************************/
/* blue */
.mini-products-list .product-info {
    font-size: 11px;
}
.block .btn-remove, .block .link-wishlist, .block .link-compare, .block .product-info {
    color: #333!important;
}
.block .link-wishlist:hover, .block .link-compare:hover, .block .product-info:hover {
    color:#333 !important;
}
.block-progress dt.complete {
    color: #333 !important;
}
.block-progress dt.complete a {
    color: #333;
}
.block-progress dt.complete a:hover {
    color: #333;
}
/*light*/
.error-msg, .error-msg a {
    color: #ff0000 !important;
}
/*dark*/
.account-login .new-users h2, .account-login .registered-users h2 {
    color:#333;
    font:bold 22px/19px "Ubuntu", Helvetica, sans-serif;
    text-transform: lowercase;
    border-bottom: 0;
}
.sp-methods label .price {
    font: bold 12px Tahoma;
    color: #333 !important;
}
.compare-table tr.first td .product-name a, .data-table tr td .product-name a {
    color: #333 !important;
}
.opc .step-title h2, .crosssell .product-name a {
    color: #333;
}
.page-sitemap .links a {
    color: #31383c;
}
/*medium grey text*/
.product-options dt label {
    color: #333 !important;
}
/*dark grey - separators, lines*/
.products-list .add-to-links .separator {
    color: #333;
}
/*grey*/
.block .block-subtitle, .product-name a, #opc-review .product-name, .back-link a, .my-account a, .page-sitemap .sitemap a, .product-view .product-shop .add-to-links a, .tags-list li a {
    padding-top: 0px;
    padding-left: 0px;
}
.link-wishlist {
    color: #333 !important;
}
.link-wishlist:hover {
    color: #333 !important;
}
.product-shop .link-wishlist {
    color: #E85500 !important;
}
/*font normal*/
.link-wishlist, .link-compare {
    font-weight: normal;
}
/*font 11px*/
.std ul.disc {
    list-style-type: circle;
}
/**********************************************************BACKGOUNDS*****************************************************/
/*background-transparent*/
.product-essential, .product-view .box-up-sell .products-grid td, .block li.even, .cart .crosssell, .cart .discount, .cart .shipping, .cart .totals, .block .actions, .compare-table tbody th, .compare-table tr.add-to-row td, .block-layered-nav .currently li, .block-cart .summary, .block-progress dt, .block-progress dt.complete, .block-progress dd.complete, .order-info-box {
    background:transparent;
}
.account-login .content, .account-login .buttons-set, .account-login h2 {
    background: #fff;
    border-color: #d9dde3;
}
/*border-non*/
.product-view .product-img-box .more-views h2, .product-collateral h2, .product-view .box-up-sell .products-grid, .product-view .box-up-sell .products-grid td, .cart .crosssell, .cart .discount, .cart .shipping, .cart .totals, .page-title, .box-account .box-head, .pager, .block-cart .summary, .block-cart .actions, .products-grid, .block-progress dt, .block-progress dt.complete, .block-progress dd.complete {
    border: none;
}
/*background- forms */
.data-table, .data-table tfoot tr, .data-table .odd, .data-table .even, .advanced-search-summary, .product-options, .data-table tbody.odd tr, .data-table tbody.odd tr td, .tags-list,
.truncated .truncated_full_value dl  {
    background:#fff;
}
/*background-title*/
.data-table tfoot tr td, .data-table thead th {
    background: #fff;
}
.box-account, .addresses-list li.item, .account-login .buttons-set, .product-options-bottom, .order-info {
    background: #fff;
}
.opc .active .step-title {
    background: #f8f8f8;
}
/*background- focus */
input.input-text:focus, select:focus {
    
}
textarea:focus {
    background: #fff;
}
.opc .step {
    background: #fff;
}
.opc .step-title {
    background:#f8f8f8;
}
.opc .allow .step-title {
    background: #f8f8f8;
}
/*border - forms */
.box-account, .advanced-search-summary, .product-options, .product-options-bottom, .order-info, .order-info-box, .tags-list {
    border-color: #d9dde3 !important;
}
.addresses-list li.item {
    border-color: #d9dde3 !important;
}
.opc .step, .opc .step-title, .opc .active .step-title, .opc .step-title, .opc .allow .step-title, #opc-review .buttons-set {
    border-top: 0;
    border-right: 1px solid #d9dde3;
    border-bottom: 1px solid #d9dde3;
    border-left: 1px solid #d9dde3;
}
.opc .active .step-title, .opc .allow .step-title, #opc-review .buttons-set {
    border-top: 1px solid #d9dde3 !important;
    border-right: 1px solid #d9dde3 !important;
    border-bottom: 1px solid #d9dde3;
    border-left: 1px solid #d9dde3 !important;
}
#opc-review .product-name {
    color: #333;
    font: normal 11px Tahoma;
    text-transform: uppercase;
}
.data-table {
    border: 1px solid #d9dde3 !important;
    border-collapse: collapse;
}
.data-table tbody {
    border: 1px solid #d9dde3 !important;
}
.data-table thead {
    border-top: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3;
    border-bottom: 0;
    border-left: 1px solid #d9dde3;
    background: #fff;
}
.data-table thead th {
    border-top: 1px solid #d9dde3;
    border-right: 1px solid;
    border-top: 1px solid #d9dde3;
    border-left: 0;
    border-color: #d9dde3 #d9dde3 #d9dde3 #d9dde3;
    padding: 8px 9px 8px 9px;
    color: #333;
    font: normal 11px Arial !important;
    text-transform: none;
    background: #fff;
}
.data-table td {
    border-top: 1px solid #d9dde3 !important;
    border-right: 1px solid #d9dde3;
    border-bottom: 1px solid #d9dde3;
    border-left: 1px solid #d9dde3;
    border-color: #d9dde3 #d9dde3 #d9dde3 #d9dde3 !important;
    background: #fff;
    font-family: Arial;
    color: #333;
}
.data-table td img {
    border: 0;
}
.data-table td .product-name a {
    font: 16px Arial, Helvetica, sans-serif;
}
.data-table td .product-name a:hover {
    color: #333 !important;
}
.data-table td input.qty {
    color: #333;
    font: bold 12px Tahoma !important;
    border: 1px solid #b1b6b8;
    background: #fff;
    padding-left: 6px;
}
.data-table td .price {
    font-weight: bold !important;
    color:#333;
    font: 13px Tahoma;
}
.data-table td .price-label {
    font-weight: bold !important;
    font-family: Arial;
    color: #333;
}
.data-table td .regular-price .price, .data-table td .special-price .price {
    font-family: Tahoma;
    font-weight: bold !important;
    font-size: 12px;
    color:#333;
}
.data-table td.last .price {
    color:#333;
}
.data-table tfoot {
    border-top: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3;
    border-bottom: 1px solid #d9dde3;
    border-left: 1px solid #d9dde3;
}
.data-table tfoot tr {
    background: #fff !important;
}
.data-table tfoot tr td {
    border: 1px solid #d9dde3 !important;
    background: #fff;
    padding: 12px 14px 10px 14px;
}
.data-table tfoot tr td button.button {
    margin: 0;
}
.data-table tfoot tr td button.btn-update {
    float: right;
}
.product-view .grouped-items-table td {
    padding: 3px 4px;
}
/*border blue  */
.mini-products-list .product-image {
    border: 1px solid #cccac7;
}
.mini-products-list .product-image:hover {
    border: 1px solid #cccac7;
}
.products-grid .product-image {
    border: 0;
    text-align: center;
}
.products-grid .product-image:hover {
    border: 0;
}
/*border = background color*/
.block-layered-nav .actions {
	background-color: #f8f8f8;
	border: solid 1px #E0E0E0;
	padding: 6px 9px;
	margin-bottom:8px;
}

#narrow-by-list{
	background-color: #f8f8f8;
	border: solid 1px #E0E0E0;
	padding: 5px 9px;
}

.block-layered-nav .actions #filter-entfernen{		
    background-color: #999999;
	color: #fff!important;
	float:left;
	background-image: url("../image/xfilter.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/xfilter.png*/;
	background-position:  209px 7px;
	background-repeat: no-repeat;
	width: 230px;
	height: 25px;
	text-align:left;
	padding: 3px 5px;
	width: 220px;
}	

.product-options dd {
    border-color: #dadada;
}
.products-list li.item {
    border-color: transparent;
    padding: 12px 10px 12px 9px;
}
/*Block poll*/


/*Compare*/
.compare-table {
    border:0;
    width:auto !important;
}
.compare-table thead tr.first th, .compare-table thead tr.first td {
    border-bottom:0 !important;
    background: transparent;
    padding:0;
    font-size:0;
    line-height:0;
}
.compare-table .btn-remove {
    float:right;
    background-image:url("../image/btn_remove2.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_remove2.gif*/;
    width:72px;
    height:15px;
}
.compare-table tbody th, .compare-table thead th, .compare-table thead td {
    border-top: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    padding: 2px 10px 2px 12px;
    color: #333;
    font-size: 12px;
    font-weight: normal !important;
    text-transform: none;
    background: #fff;
}
.compare-table tbody .first th {
    border-top: 0;
}
.compare-table tbody td {
    border-top: 0 !important;
    border-right: 1px solid #E0E0E0 !important;
    border-bottom: 1px solid #E0E0E0 !important;
    border-left: 1px solid #E0E0E0 !important;
    background: #fcfcfc;
    color: #333;
    padding:2px 10px;
}
.compare-table tbody td.last {
    border-right:1px solid #E0E0E0;
}
.compare-table tbody tr.last th, .compare-table tbody tr.last td {
    border-bottom:1px solid #E0E0E0 !important;
}

.compare-table tr.odd th, .compare-table tr.odd td {
	background-color:#F8F8F8;
}

.compare-table tr.even th, .compare-table tr.even td {
	background-color:#FFF;
}

.block .actions button.button {
    margin-right: 6px;
}
.block.block-compare .block-content {
    padding: 0;
}
.block-compare .block-content ol {
    margin-left: 0;
}
.block-compare .block-content li.item {
    background-color: #999;
	padding: 0 15px;
	line-height: 14px;
	margin: 0 0 3px 0;
	border:1px solid white;
	text-indent:-7px;
}
.block-compare .block-content li.item a {
    text-transform: none;
    color: #fff;
    font-weight:12px;
    text-decoration: none;
    font-weight:bold;
    display:block;
    margin-top:2px;
}
.block-compare .block-content li.item a:hover {
    color: #fff;
}
.block-compare .block-content li.item .btn-remove {
    margin-top: 4px !important;
}
.compare-table tr td .product-name {
    margin-top: 6px !important;
}
.compare-table tr td .product-name, .compare-table tr td .product-name a {
    color: #333;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 0;
    font-family: Helvetica, sans-serif;
    font-size:12px;
}
.compare-table tr td .product-name a:hover {
    color: #333 !important;
}
.compare-table tr.product-shop-row th {
	padding:0 0 0 12px;
}
.compare-table tr.product-shop-row td {
	padding:7px;
}

.compare-table .btn-remove {
    height: 15px;
    width: 72px;
    margin: 3px 0px 3px 0px;
    background: url("../image/btn_remove2.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_remove2.gif*/ no-repeat 0 0;
}
.compare-table .btn-remove:hover {
    background: url("../image/btn_remove2.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_remove2.gif*/ no-repeat 0 0;
}
.compare-table tr td button.button {
    float: none;
}
.cart .totals .checkout-types li a {
    font-size: 12px;
    text-decoration: none;
}
.cart .totals .checkout-types li a:hover {
    color: #333;
}
.page-popup .link-print {
    color: #333;
    background: transparent;
}
.link-cart {
    color: #333 !important;
    font-weight: normal;
}
.link-cart:hover {
    color: #333 !important;
}
.addresses-list h2 {
    color: #333;
}
.truncated a.details {
    color: #333;
    text-decoration: none;
}
.truncated a.details:hover {
    color: #333;
}
.truncated .truncated_full_value dl {
    background-color: #f5f5f5 !important;
    border: 1px solid #c8c6c6;
}
.truncated .item-options dt {
    color: #333;
    font-style: italic;
}
p.required {
    font: 11px Arial, Helvetica, sans-serif;
}

.buttons-set {
    margin-top: 5px;
    border-top: 1px solid #D9DDE3;
}
.buttons-set a.f-left {
    color: #333;
}
.buttons-set .back-link, .buttons-set .back-link a {
    font-family: Arial;
    color: #333;
    text-decoration: none;
}
.buttons-set .back-link:hover, .buttons-set .back-link a:hover, .buttons-set a.f-left:hover {
    color: #333;
}
.sp-methods label {
    color: #333;
    font-weight: normal;
    font: 11px "Ubuntu", sans-serif;
}
.product-view .box-up-sell .products-grid td.empty {
    background: transparent;
}
.page-sitemap .sitemap a {
    color: #333;
}
.page-sitemap .sitemap a:hover {
    color:#333;
}
.block-reorder .product-name a {
    color: #333;
    font: normal 11px Tahoma;
}
.block-reorder .product-name a:hover {
    color: #333;
}
.tags-list li a, .block-tags .block-content a {
    color: #333;
}
.tags-list li a:hover, .block-tags .block-content a:hover {
    color: #333;
}
.page-print .order-date {
    background: transparent;
}
.opc .buttons-set .back-link a {
    background: transparent;
}
.tool-tip .btn-close a {

}
.dashboard .box-recent .box-head h2 {
    background: transparent;
}
.block-login .block-title strong {
    background: transparent;
}
.dashboard .box-reviews .box-head h2 {
    background: transparent;
}
.dashboard .box-info .box-head h2 {
    background: transparent;
}
.paypal-logo {
    display: none;
}
/*demo notice*/
.demo-notice {
    color: #333;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.15;
    margin: 0;
    padding: 5px 5px;
    text-align: center;
    opacity: 0.7;

}
/*currency block fix*/
.block-currency {
    height: auto !important;
    padding: 0;
}
.block-currency .block-title {
    margin: 0;
}
.block-currency .block-content select {
    width: auto !important;
    display: block !important;
    margin: 0px 0px 0px 0px !important;
}
.block-currency .block-content {
    padding-bottom:6px;
    padding-top:6px;
    padding-left: 10px;
}
/******************* CLEARFIX ***********************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/*updates*/
.btn-remove {
    background: url("../image/btn_remove.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_remove.gif*/ no-repeat 50% 50%;
}
.category-description {
    font-size: 11px;
}
/* easy tabs*/
.tabs {
    border-bottom: 0 !important;
    margin: 0px 0 0 0 !important;
    overflow: hidden;
}
.tabs a:link, .tabs a:visited {
    color: #333 !important;
    font-size: 11px !important;
    font-weight:bold !important;
    display:block;
    text-align: center;
    padding: 4px 15px 5px 15px !important;
    text-decoration:none;
    background: url("../image/tab.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/tab.gif*/ repeat-x 0 0;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.tabs a:hover {
    background: url("../image/tab.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/tab.gif*/ repeat-x 0% 100%;
}
.tabs li.active a, .tabs li.active a:hover {
    background: url("../image/tab_active.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/tab_active.gif*/ repeat-x 0 0 !important;
    color: #333 !important;
    font-size: 11px !important;
    font-weight:bold;
}
.padder {
    padding: 5px 10px 5px 10px;
    border: 1px solid #eaeaea;
}
/*seo*/
div.footer {
    color: #333;
    padding-top: 20px;
    text-align: left;
    width: 976px;
    /*background: url(../image/block_head.gif) repeat-x 0 0;*/
}

div.footer .icons {
    clear: both;
    width: 950px;
    padding: 0;
    margin: 0px;
}
div.footer .icons_left strong {
    line-height: 26px;
    margin-right: 5px;
}
div.footer .icons_right strong {
    line-height: 36px;
    margin-right: 5px;
    float: left;
}
div.footer .icons .icons_left {
    float: left;
    padding-top: 5px;
}

div.footer .share_this {
    display: block;
    float: right;
    position: relative;
}
div.footer .icons .icons_right {
    float: right;
    padding-right: 0px;
}
div.footer .icons img {
    margin-right: 2px;
}
div.footer .icons .icons_right a:hover, div.footer .icons .icons_left a:hover {
    opacity: 0.9;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
div.seo {
    clear: both;
    position: relative;
    text-align: left;
    padding: 0px 0px;
    font-size: 11px;
}
div.seo h3 {
    color: #333;
    font-size: 11px;
}
div.seo ul li {
    float: left;
    position: relative;
    padding: 0px 10px 0px 0px;
}
div.footer a:link, div.footer a:visited {
    color: #333;
}
div.footer a:hover {
    color: #009AEB;
}
address {
    text-align: right;
}
/******************* CLEARFIX ***********************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/*EM quick*/
.quickshop-index-view .add-to-cart {
    float: left !important;
    position: relative;
    width: 50%;
}
.quickshop-index-view  .product-shop {
    text-align: left;
}
/*shipping price*/
.shipping_price a  {
    font-size: 12px;
    font-weight: normal;
    background: #f5f5f5 url("../image/calc.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/calc.png*/ no-repeat 2px 50%;
    padding: 5px 5px 4px 18px;
    text-transform: none;
    border: 1px solid #dadada;
    color: #333 !important;
    border-radius: 3px;
    font-weight: bold;
    font-size: 11px;
}
.shipping_price a:hover {
    text-decoration: none !important;
}
/* AW blog*/
.block-blog .block-title strong {
    background: none;
    padding-left: 0;
/*  font-size: 18px;
    font-weight: normal;*/
}
.block-blog .menu-categories {
    padding: 0;
}
.block-blog .menu-categories h5 {
    font-weight: normal;
    padding: 0;
}
.blog .head h4,
.block-blog  .head h4 {
    padding-left: 0;
    background: none;
    color: #333;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    min-height: 16px;
    padding-bottom: 0px;
}
.blog .menu-tags UL LI {
    margin-right: 10px;
    margin-left: 0;
}
.postDetails {
    font-size: 11px;
    font-style: italic;
}
.postTitle h2 {
 font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
}
.postTitle h2 a:link, .postTitle h2 a:visited {color: #333;}
.postTitle h3 {
  font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333;
}
.sidebar .blog, .block-blog  {
    padding: 0px 0px 0px 0px;
    width: 195px;
    background: url("../image/bkg_divider1.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/bkg_divider1.gif*/ repeat-x scroll 0 100% transparent;
}
.sidebar .blog .menu-categories ul li,
.block-blog  .menu-categories ul li {
    font-weight: bold;
    background: url("../image/four_banners_menumar.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/four_banners_menumar.gif*/ no-repeat 0% 50%;
    padding-left: 8px;
    margin-left: 0;
}
.sidebar .blog .content {
    background: transparent;
    padding: 0px 0px 0px 0px;
}
/*all pages text*/
.sp, .clear {
    clear: both;
    margin:0;
    padding: 0;
    height: 0;
    overflow: hidden;
}
.sp span, .clear span {
    display: none;
}
ul.bullet, ol.bullet {
    margin-bottom: 10px;
}
.col-main dl {
    padding: 20px;
}
ul.bullet li, dl.bullet dt {
    padding-left: 10px;
    background: url("../image/four_banners_menumar.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/four_banners_menumar.gif*/ no-repeat 0px 50%;
}
hr {
    clear: both;
    position: relative;
border: 1px solid #e4e4e4;
}
.pic-right {
    float: right;
    position: relative;
    margin: 0px 0px 10px 10px;
}
.pic-left {
    float: left;
    position: relative;
    margin: 0px 10px 10px 0px;
}
div.four_banners {
    width: 740px;
    background: url("../image/four_banners_bg.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/four_banners_bg.png*/ repeat-y 0 0;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
}
div.four_banners div.four_banners_bt {
    width: 100%;
    padding-bottom: 4px;
}
div.four_banners div.four_banners_bt div {
    float: left;
    width: 180px;
    padding: 0 0px 0px 0px;
    margin-right: 5px;
}
div.four_banners div.four_banners_bt div.b04 {
    margin-right: 0;
}
div.four_banners div.four_banners_bt div img {
    margin-left: 0px;
    border-bottom: 2px solid #dadada;
    border-top: 2px solid #dadada;
}
div.four_banners div.four_banners_bt div a.title {
    display: block;
    width: 170px;
    margin-bottom: 0px;
    padding: 3px 0 3px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    text-transform: none;
    opacity: 1;
}
div.four_banners div.four_banners_bt div a.title:hover {
    color: #333;
    background: url("http://china-winstar.cc/Templates/en/images/banners_title.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/banners_title.png*/ no-repeat 0% 0%;
    cursor: pointer;
}
div.four_banners div.four_banners_bt div ul {
    padding-left: 10px;
    padding-top: 5px;
}
div.four_banners div.four_banners_bt div ul li {
    padding: 0 0 0 11px;
    line-height: 15px;
    background: url("../image/four_banners_menumar.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/four_banners_menumar.gif*/ no-repeat 0 4px;
}
div.four_banners div.four_banners_bt div ul li a {
font-size: 11px;
    text-decoration: none;
}
div.four_banners div.four_banners_bt div p {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 11px;
    color: #333;
}
.sp {
    clear: both;
}
.sp span {
    display: none;
}
.slider_ex {
    width: 990px;
    margin: 0px 0px 20px 0px;
    float: none;
    position: relative;
}
/*testimonial page*/
.testim {
    background: #f5f5f5 url("../image/quote_b.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/quote_b.gif*/ no-repeat 10px 10px;
    padding: 20px 20px 20px 70px;
    font-style: italic;
    line-height: 150%;
    font-family: "Times New Roman";
    font-size: 14px;
    margin-bottom: 20px;
}
.testim p.sign {
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 100%;
    color: #333;
}
.testim p.date {
    text-align: right;
    font-size: 11px;
    font-family: arial;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    color: #333;
}
.testimonial {
    background: transparent url("../image/testimonials_top.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/testimonials_top.gif*/ no-repeat 0 0;
    padding: 8px 0px 0px 0px;
    width: 195px;
}
.testimonial .block-title {
    background: #eeeeee;
    padding-top: 0;
}
.testimonial .block-title strong {
    padding: 0px 10px 0px 10px;
    font: normal 20px Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: lowercase;
	background: none;
}
.testimonial .block-content {
    padding: 10px 10px 25px 10px !important;
    background: #eeeeee url("../image/testimonials_bt.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/testimonials_bt.gif*/ no-repeat 0% 100%;
    width: 175px;
    font-style: italic;
    font-size: 11px;
}
p.signt {
    font-style: normal;
    text-align: right;
}
p.link {
    font-style: normal;
    text-align: right;
    padding: 0;
    margin: 0;
}
/*news page*/
.news {
    padding: 20px 0px 20px 0px;
    line-height: 150%;
    margin-bottom: 20px;
    background: url("../image/block_head.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/block_head.gif*/ 0% 0% repeat-x;
}
.news p.sign {
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 100%;
    color: #333;
}
.news p.date {
    text-align: left;
    font-size: 11px;
    font-family: arial;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    color: #333;
}
.news p.oview {
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
}
.more {
    background: #eeeeee;
    padding: 1px 3px;
    border-radius: 2px;
    font: bold 10px Arial;
    color: #333;
}
.more:hover {
    background: #f1f1f1;
}
/*News Left col*/
.news_left {
    text-align:left;
}
.news_left .block-title strong  {
  font: normal 20px Arial, Helvetica, sans-serif;
}
.news_left h2 strong {
    text-transform:uppercase;
    width: 195px;
    display: block;
    font-weight: bold;
    font-size: 12px;
}
.news_left h2 {
    font-size: 11px;
    font-weight: normal;
}
.news_left dl dt a {
    font:bold 12px/12px Arial;
}
.news_left dd {
    color:#333;
    font:10.67px/10.67px Arial;
    line-height:14px;
}
.news_left dl {
    margin-top:0px;
    margin-bottom: 5px;
}
.news_left dt {
    margin:0 0 0px 0px;
}
.news_leftl dd {
    margin-bottom:10px;
    padding:2px 0 7px 4px;
    border-bottom:1px dotted #ababab;
    clear: both;
}
.news_left dl dt strong {
    font: bold 10px Arial;
}
/*share this*/
.stButton {
    margin: 0 !important;
}


/*DEMO styles - remove all*/
.cms-bg01 {
    background: url("../image/bg01.jpg")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg01.jpg*/ repeat-x 0% 0%;
}
.cms-bg01  .page {
    background:#ffffff;
    border-left: 3px solid #f1f1f1;
    border-right: 3px solid #f1f1f1;
}
.cms-bg02 {
    background: url("../image/bg02.jpg")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg02.jpg*/ repeat 50% 0%;
}
.cms-bg02  .page {
    background:#ffffff;
}
.cms-bg03 {
    background: #000 url("../image/bg03.jpg")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg03.jpg*/ no-repeat 50% 0%;
}
.cms-bg03  .page {
    background:#ffffff;
    border-left: 3px solid #f1f1f1;
    border-right: 3px solid #f1f1f1;
}
.cms-bg04 {
    background: #c2c2c2 url("../image/bg04.jpg")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg04.jpg*/ no-repeat 50% 0%;
}
.cms-bg04  .page {
    background:#ffffff;
}
.cms-bg05 {
    background: #000 url("../image/bg05.jpg")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg05.jpg*/ repeat 50% 0%;
}
.cms-bg05  .page {
    background:#ffffff;
}
.cms-bg06 {
    background: #000 url("../image/bg06.jpg")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg06.jpg*/ no-repeat 50% 0%;
}
.cms-bg06  .page {
    background:#ffffff;
}
.cms-bg07 {
    background: #000 url("../image/bg07.jpg")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg07.jpg*/ no-repeat 50% 0%;
}
.cms-bg07  .page {
    background:#ffffff;
}
.cms-snow  {
    background: #ffffff url("../image/snow.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/snow.png*/ repeat 0 0;
}
.cms-snow  .page {
    background:#ffffff;
    border-left: 3px solid #f1f1f1;
    border-right: 3px solid #f1f1f1;
}
.cms-xmas  {
    background: #ffffff url("../image/xmas.jpg")/*tpa=http://www.china-winstar.cc/Templates/en/images/xmas.jpg*/ repeat 50% 0%;
}
.cms-xmas   .page {
    background:#ffffff;
    border-left: 3px solid #f1f1f1;
    border-right: 3px solid #f1f1f1;
}
div#menu28 {
    background: #666;
}
div#menu28 a:hover span, div#menu28 a:hover, div#menu28.active a span, div#menu28 a:hover span {
    background: #666;

opacity: 1;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);

}
.cms-standard-home .breadcrumbs, .cms-standard-home .sidebar .slider-a-container, .cms-standard-home .sidebar .slider-wrap {
    display: none;
}
body.category-page-without-slider-manager .page-title,
body.category-page-without-slider-manager .breadcrumbs,
body.category-page-without-slider-manager .sidebar .slider-a-container,
body.category-page-without-slider-manager .sidebar .slider-wrap
{
    display: none;
}

.category-nicole-slider .col1-layout .main,
.category-krista-slider .col1-layout .main,
.category-xandra-slider  .col1-layout .main,
.category-standard-slider .col1-layout .main,
.category-slider-manager .col1-layout .main
 {
    padding-left: 0;
    padding-right: 0;
    width: 990px;
}
.category-nicole-slider .col1-layout h1,
.category-krista-slider .col1-layout h1,
.category-xandra-slider  .col1-layout h1,
.category-standard-slider .col1-layout h1,
.category-slider-manager .col1-layout h1
 {
    padding-left: 20px;
}

.category-living-room-furniture .page, .category-bedroom-furniture .page,
.category-home-entertainment-furniture .page, .category-jewelry-magento-template .page {background:#ffffff;}

.category-living-room-furniture {
    background: #c2c2c2 url("../image/bg04.jpg")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg04.jpg*/ no-repeat 50% 0%;
}
.category-bedroom-furniture {
    background: #000 url("../image/bg03.jpg")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg03.jpg*/ no-repeat 50% 0%;
}
.category-home-entertainment-furniture {
    background: #000 url("../image/bg07.jpg")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg07.jpg*/ no-repeat 50% 0%;
}
.category-jewelry-magento-template {
    background: url("../image/bg01.jpg")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg01.jpg*/ repeat-x 0% 0%;
}

.category-kids-furniture div.block-cart-top .title:link, .category-kids-furniture div.block-cart-top .title:visited,
.category-kids-furniture .products-list .special-price .price, .category-kids-furniture .product-view .product-shop .availability,
.category-kids-furniture #advice-validate-email-newsletter, .category-kids-furniture .subtitle, .category-kids-furniture .sub-title,
.category-kids-furniture div.block-cart-top .title:hover,
.category-kids-furniture .block-cart .subtotal .price,
.category-kids-furniture .mini-products-list .regular-price .price,
.category-kids-furniture .mini-products-list .special-price .price,
.category-kids-furniture .mini-products-list .price-from .price,
.category-kids-furniture .mini-products-list .price-to .price,
.category-kids-furniture  .mini-products-list .minimal-price .price,
.category-kids-furniture .special-price .price,
.category-kids-furniture .product-options dt span.required,
.category-kids-furniture  .regular-price .price,
.category-kids-furniture .minimal-price .price  {   color: #99b500; }
.category-kids-furniture .nav-container {background: url("../image/nav_bg_green.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/nav_bg_green.png*/;}
.category-kids-furniture div.block-cart-top .actions button.button-small span { background: transparent url("../image/header_btn_sprite_green.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/header_btn_sprite_green.gif*/ no-repeat 100% 100% !important;}
.category-kids-furniture div.block-cart-top .actions button.button-small span span {    background: transparent url("../image/header_btn_sprite_green.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/header_btn_sprite_green.gif*/ no-repeat 0% 0% !important;}
.category-kids-furniture button.btn-checkout span { background: transparent url("../image/btn_checkout_green.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_checkout_green.gif*/ no-repeat 100% 100% !important;}
.category-kids-furniture button.btn-checkout span span {    background: transparent url("../image/btn_checkout_green.gif")/*tpa=http://www.china-winstar.cc/Templates/en/images/btn_checkout_green.gif*/ no-repeat 0% 0% !important;}

#welt {
	clear: both;
	float: right;
	margin-top: 20px;
}

#cms-links li {
	display: inline;
}

#cms-links li a {
	height: 38px;
	line-height: 38px;
	color: #555;
	white-space: nowrap;
}
#cms-links li a:hover { color: #009AEB; }

#cms-links #katalog, #cms-links .catalog{
	background-image: url("../image/katalog.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/katalog.png*/;
	background-position: center left;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 23px;
	height: 38px;
	line-height: 38px;
	text-shadow: 1px 1px 3px #C0C0C0;
	font-weight: bold;
}

#cms-links #katalog, #cms-links .fk{
	background-image: url("../image/social_media_facebook.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/social_media_facebook.png*/;
	background-position: center left;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 23px;
	height: 38px;
	line-height: 38px;
	text-shadow: 1px 1px 3px #C0C0C0;
	font-weight: bold;
}

#cms-links #katalog, #cms-links .yt{
	background-image: url("../image/social_media_youtube.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/social_media_youtube.png*/;
	background-position: center left;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 23px;
	height: 38px;
	line-height: 38px;
	text-shadow: 1px 1px 3px #C0C0C0;
	font-weight: bold;
}




#cms-links #newsletter-abo, #cms-links .newsletter-abo{
	background-image: url("../image/newsletter.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/newsletter.png*/;
	background-position: center left;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 23px;
	height: 38px;
	line-height: 38px;
	text-shadow: 1px 1px 3px #C0C0C0;
	font-weight: bold;
}

.series-products-hover{
	background: url("http://china-winstar.cc/Templates/en/images/overlay-bg.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/overlay-bg.png*/;
	border-style: solid;
    border-width: 0;
    float: left;
    height: 337px;
    padding: 0 10px 10px;
    width: 208px;
    margin-right: 10px;
    position: absolute;
    /* border: 1px solid #E0E0E0 !important; */
    left: -11px;
    top: 7px;
    z-index: 99999;
    /* box-shadow: 1px 1px 1px 0px #E0E0E0,-1px 0px 1px 0px #E0E0E0; */
    border-top: 0 !important;
}
.series-products-details{
	/* border-bottom: 1px solid #E0E0E0; */
	/* border-top: 1px solid #E0E0E0; */
	padding:16px 0px;
	height: 250px;
}
.series-products-details .short-description{
	margin: 5px 0 22px;
}
.series-products-details .additional{ 
	margin: 0 0 60px;
}
.series-products-details .additional li{
	margin: 0 0 3px 0;
}
.series-products-bottom{
	 padding: 10px 6px;
}

.series-products-bottom .add-to-cart-buttons .add-to-links{
	width: 110px;
}
.series-products-bottom .add-to-cart-buttons ul.add-to-links li{
	background: url("../image/product-view-bg-add-to-x.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/product-view-bg-add-to-x.png*/ no-repeat scroll 0 1px transparent;
	padding-left: 14px;
}
.series-products-bottom .add-to-cart-buttons{
	width:107px;
}
.series-products-item.over {
	float:left;
	width:208px;
	border-style:solid;
	border-width:1px;
	border-color:#E0E0E0;
	padding:10px;
	height:315px;
	position: relative;
	/*
	box-shadow: 1px 0px 1px 0px #E0E0E0,-1px -1px 1px 0px #E0E0E0; 
	*/
}


/*
 * TYPO3
 */

/*
 * HEADER
 */

#breadcrumb { 
	border:1px solid #E0E0E0;
	height:27px;
	background: #E0E0E0;
	background: url("http://china-winstar.cc/Templates/en/css/data-image/svg%20xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/fi000001.")/*tpa=http://www.china-winstar.cc/Templates/en/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=*/;
	background: -moz-linear-gradient(top,  #E0E0E0 0%, #ededed 33%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E0E0E0), color-stop(33%,#ededed));
	background: -webkit-linear-gradient(top,  #E0E0E0 0%,#ededed 33%);
	background: -o-linear-gradient(top,  #E0E0E0 0%,#ededed 33%);
	background: -ms-linear-gradient(top,  #E0E0E0 0%,#ededed 33%);
	background: linear-gradient(to bottom,  #E0E0E0 0%,#ededed 33%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0E0E0', endColorstr='#ededed',GradientType=0 );
	margin-bottom:15px;
	white-space: nowrap;
}

.breadcrumb-item { float:left; margin-right:8px; padding-right:12px; margin-left:9px; padding-top:3px; }

.second-level {
	float: left;
	margin-left: 98px;
	margin-top: 20px;
}

#searchbar {
	float: left;
	margin: 0 27px;
	height: 40px;
	margin-bottom: 3px;
	line-height: 32px;
	width: 970px;
	background: rgb(74,189,239);
	background: -moz-linear-gradient(top, rgba(74,189,239,1) 0%, rgba(50,139,208,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,189,239,1)), color-stop(100%,rgba(50,139,208,1)));
	background: -webkit-linear-gradient(top, rgba(74,189,239,1) 0%,rgba(50,139,208,1) 100%);
	background: -o-linear-gradient(top, rgba(74,189,239,1) 0%,rgba(50,139,208,1) 100%);
	background: -ms-linear-gradient(top, rgba(74,189,239,1) 0%,rgba(50,139,208,1) 100%);
	background: linear-gradient(to bottom, rgba(74,189,239,1) 0%,rgba(50,139,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abdef', endColorstr='#328bd0',GradientType=0 );
}

#searchbar #search_mini_form {
	float: right;
	margin-right: 12px;
	display: inline;
	height: 20px;
	margin-top: 7px;
}

#searchbar #search_mini_form #search {
	height:18px;
}

#searchbar #search_mini_form button.button {
	height:22px;
}

#searchbar #search_mini_form button.button span {
	padding:0;
}



.grey_border { 
	border:1px solid #DDD;
	width:314px;
	height:198px;
}

.grey_border .csc-textpic-text {
	padding: 3px 17px 19px 17px;
}

.grey_border h3 {
	color: #009AEB;
	font-size:14px; 
	margin-bottom:3px;
}

.grey_border h3 a {
	color: #009AEB;
}

.messe-left, .messe-middle {
	float: left;
	margin-right: 11px;
}

.messe-right { float:left; }

.teaser-left { float:left; margin-right:10px; }
.teaser-right { float: left; }
.page .MagicZoomPlusHint { background: url("http://china-winstar.cc/skin/frontend/default/knuth/images/mangifier.png")/*tpa=http://www.china-winstar.cc/skin/frontend/default/knuth/images/mangifier.png*/ no-repeat 2px 50% !important; padding-left:28px !important;  top: 9px !important; left: 6px !important;}

.tinner { background-color: #FBFBFB !important; box-shadow: #444 0px 1px 10px 1px; }
.tclose { background: url("http://china-winstar.cc/cms/fileadmin/images/tinybox_bg_close.png")/*tpa=http://www.china-winstar.cc/cms/fileadmin/images/tinybox_bg_close.png*/ no-repeat !important; right:13px !important; top: 30px !important; }
#product-layer { box-shadow: #444 0px 1px 10px 1px; }

.cms-startteaser-html {
	background-color: #fff;
}
.cms-startteaser-html .std {
	height:0;
}


/**
 * Suchergebnisseite
 */
.search-no-results,
.search-results {
    background-color: #F8F8F8;
    border: 1px solid #E0E0E0;
    padding: 37px 21px 21px;
    margin-bottom:10px;
}
.search-no-results h1 {
	color: #009AEB;
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 19px;
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
}
.search-no-results .search-no-results-content {
	padding: 15px 0 0;
	margin: 0 0 10px;
	border-top: 1px solid #fff;
}
.search-no-results p {
	margin: 0;
}
.search-no-results h3,
.search-results h1 {
    color: #009AEB;
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.search-no-results h4 {
	padding: 0;
	margin: 0 0 8px;
	font-size:13px;
}
.search-no-results > ul {
	margin-top:27px;
}
.search-no-results .category_block {
	float:left;
	width: 25%;
}
.search-no-results .category_block li, .search-no-results .category_block li a {
    color: #555555;
    line-height:22px;
}
.search-no-results .category_block li a:hover{
	color: #009AEB;
}

.layout_bumper {
	background-color: #f8f8f8;
	border: solid 1px #E0E0E0;
	padding: 5px 9px;
}
/**
 * Suchergebnisseite
 */


/*addthis Overlay
 * - 
 * Start */
#at3win {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #E0E0E0;
}
#at3win #at3winheader {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #efefef;
	border-bottom: 1px solid #E0E0E0;
}
#at3win #at3winheader .at-quickshare-header-peep {
	border-left: 1px solid #E0E0E0;
}
#at3win #at3winheader #at3winheaderclose {
	background-image: url("http://china-winstar.cc/cms/fileadmin/images/bg_close.png")/*tpa=http://www.china-winstar.cc/cms/fileadmin/images/bg_close.png*/;
	border-left: 1px solid #E0E0E0;
}
#at3winfooter {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #efefef;
	border-top: 1px solid #E0E0E0;
}
#mzp-label {
	color: #545454;
	margin-bottom: 20px;
	text-align: left;
	margin-left: 40px;
}
/*addthis Overlay
 * - 
 * End */


.description table{ border-left:1px solid #e0e0e0; border-top:1px solid #e0e0e0; text-align:center; margin-bottom:15px;}

.description table td{ border-right:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0; padding-left:5px;}
